:root {
  --jh-bg: #07080d;
  --jh-card: rgba(16, 19, 29, 0.76);
  --jh-card-strong: rgba(18, 22, 34, 0.94);
  --jh-text: #f8f8ff;
  --jh-muted: #aeb7d4;
  --jh-soft: #dbe3ff;
  --jh-primary: #7c5cff;
  --jh-primary-2: #9b6dff;
  --jh-cyan: #36d1dc;
  --jh-mint: #4ade80;
  --jh-gold: #f8c45c;
  --jh-border: rgba(255, 255, 255, 0.13);
  --jh-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body::after {
  display: none !important;
}

body::before {
  display: none !important;
}

.page,
main,
nav,
footer {
  position: relative;
  z-index: 1;
}

.nav,
.jh-shell {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 86px;
  isolation: isolate;
}

.nav::before {
  content: "";
  position: absolute;
  inset: 10px -14px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(18, 22, 34, 0.94), rgba(7, 8, 13, 0.86)),
    rgba(7, 8, 13, 0.92);
  backdrop-filter: blur(22px) saturate(130%);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.34);
  opacity: 1;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.nav > * {
  position: relative;
  z-index: 1;
}

.nav:hover::before {
  border-color: rgba(196, 181, 253, 0.22);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.42);
}

.brand img,
.jh-logo {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 14px 32px rgba(86, 110, 255, 0.28);
  transform: translateZ(0);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.brand:hover img,
.jh-logo:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 18px 44px rgba(86, 110, 255, 0.36);
}

.cta,
.ghost,
.secondary,
.jh-button {
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.cta::before,
.jh-button.primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 28%, rgba(255, 255, 255, 0.26) 45%, transparent 62% 100%);
  transform: translateX(-120%);
  transition: transform 520ms ease;
}

.cta:hover,
.ghost:hover,
.secondary:hover,
.jh-button:hover {
  transform: translateY(-2px);
}

.cta:hover::before,
.jh-button.primary:hover::before {
  transform: translateX(120%);
}

.ghost:hover,
.secondary:hover,
.jh-button.secondary:hover {
  border-color: rgba(196, 181, 253, 0.38);
  background: rgba(255, 255, 255, 0.085);
}

.form-card,
.split-card,
.audience,
.feature,
.step-card,
.faq,
.quote,
.final-cta,
.jh-panel,
.jh-card {
  box-shadow: var(--jh-shadow);
}

.form-card::before,
.jh-panel::before,
.jh-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 34%, rgba(54, 209, 220, 0.07));
  opacity: 0.55;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  padding: 1px;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.hero {
  position: relative;
  isolation: isolate;
  --spotlight-x: 18%;
  --spotlight-y: 24%;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.hero::before {
  content: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: -120px -80px;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--spotlight-x) var(--spotlight-y), rgba(124, 92, 255, 0.28), transparent 20%),
    radial-gradient(circle at calc(var(--spotlight-x) + 18%) calc(var(--spotlight-y) + 12%), rgba(54, 209, 220, 0.14), transparent 24%);
  filter: blur(8px);
  opacity: 0.50;
  transition: opacity 220ms ease;
}

.phone-glow {
  animation: jh-orbit-glow 6.5s ease-in-out infinite;
}

.phone {
  overflow: hidden;
  transform: translateZ(0);
  animation: jh-phone-float 6.2s ease-in-out infinite;
}

.phone::after {
  content: "";
  position: absolute;
  inset: -45% -65%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 38%, rgba(255, 255, 255, 0.18) 48%, transparent 58%);
  transform: translateX(-42%) rotate(8deg);
  animation: jh-phone-shine 5.8s ease-in-out infinite;
}

.phone-screen {
  position: relative;
  z-index: 1;
}

.job-media {
  position: relative;
  overflow: hidden;
}

.job-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.18), transparent 18%),
    linear-gradient(120deg, transparent 0 35%, rgba(255, 255, 255, 0.10) 48%, transparent 62% 100%);
  opacity: 0.36;
  mix-blend-mode: screen;
  animation: jh-video-sheen 5s ease-in-out infinite;
}

.play {
  position: relative;
  z-index: 1;
  animation: jh-play-pulse 2.8s ease-in-out infinite;
}

section {
  position: relative;
}

.steps {
  position: relative;
  isolation: isolate;
}

.steps::before {
  content: "";
  position: absolute;
  left: 5.5%;
  right: 5.5%;
  top: 42px;
  height: 58px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.42;
  background:
    linear-gradient(90deg, transparent, rgba(124, 92, 255, 0.16), transparent),
    url("data:image/svg+xml,%3Csvg width='1200' height='90' viewBox='0 0 1200 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 50 C126 12 190 18 278 45 L324 18 L352 62 C468 88 552 16 650 42 L696 17 L726 64 C846 84 913 13 1012 40 L1056 18 L1085 62 C1127 73 1161 67 1188 49' stroke='%238F7BFF' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 50 C126 12 190 18 278 45 L324 18 L352 62 C468 88 552 16 650 42 L696 17 L726 64 C846 84 913 13 1012 40 L1056 18 L1085 62 C1127 73 1161 67 1188 49' stroke='%2336D1DC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='18 22'/%3E%3C/svg%3E")
      center / 100% 100% no-repeat;
  filter: drop-shadow(0 0 14px rgba(124, 92, 255, 0.44));
  animation: jh-lightning-drift 8s ease-in-out infinite;
}

.steps::after {
  content: "";
  position: absolute;
  left: 5.5%;
  right: 5.5%;
  top: 67px;
  height: 2px;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.72), transparent);
  opacity: 0.18;
  transform: translateX(-8%);
  animation: jh-lightning-spark 4.8s ease-in-out infinite;
}

.steps > * {
  position: relative;
  z-index: 1;
}

.steps > .card,
.steps > .step {
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.steps > .card:hover,
.steps > .step:hover {
  transform: translateY(-5px);
  border-color: rgba(124, 92, 255, 0.46);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.36),
    0 0 34px rgba(124, 92, 255, 0.16);
}

.steps > .card::after,
.steps > .step::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(circle at var(--spark-x, 20%) 0%, rgba(196, 181, 253, 0.20), transparent 32%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.steps > .card:hover::after,
.steps > .step:hover::after {
  opacity: 1;
}

.planned-section,
.faq-section {
  position: relative;
  isolation: isolate;
}

.planned-section::before,
.faq-section::before {
  content: "";
  position: absolute;
  inset: -34px -28px;
  z-index: -1;
  pointer-events: none;
  border-radius: 42px;
  background:
    radial-gradient(circle at 16% 8%, rgba(124, 92, 255, 0.20), transparent 30%),
    radial-gradient(circle at 88% 34%, rgba(54, 209, 220, 0.10), transparent 28%);
  opacity: 0.58;
}

.planned-roadmap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 40px;
  padding: 34px 0 4px;
}

.planned-roadmap::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 58px;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(124, 92, 255, 0), rgba(124, 92, 255, 0.82), rgba(54, 209, 220, 0.48), rgba(124, 92, 255, 0));
  box-shadow: 0 0 16px rgba(124, 92, 255, 0.26);
}

.planned-item {
  position: relative;
  padding: 0 24px;
}

.planned-item::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 24px;
  width: 82px;
  height: 82px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(124, 92, 255, 0.22), transparent 68%);
  filter: blur(2px);
  pointer-events: none;
}

.planned-number {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  margin: 0 0 34px !important;
  color: #fff !important;
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.98), rgba(54, 209, 220, 0.52));
  border: 1px solid rgba(196, 181, 253, 0.28);
  box-shadow:
    0 18px 40px rgba(124, 92, 255, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  font-size: 13px !important;
  font-weight: 950;
  letter-spacing: 1px;
}

.planned-item > div {
  position: relative;
  min-height: 156px;
  padding: 24px 22px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.022)),
    rgba(14, 17, 28, 0.82);
  border: 1px solid rgba(196, 181, 253, 0.13);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.planned-item:hover > div {
  transform: translateY(-3px);
  border-color: rgba(124, 92, 255, 0.36);
  background:
    radial-gradient(circle at top left, rgba(124, 92, 255, 0.16), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.026)),
    rgba(14, 17, 28, 0.88);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.planned-item strong {
  display: block;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1;
  letter-spacing: -1.3px;
}

.planned-item span:not(.planned-number) {
  display: block;
  margin-top: 12px;
  color: var(--jh-muted);
  font-size: 15px;
  line-height: 1.5;
}

.faq {
  gap: 14px !important;
}

.faq details {
  position: relative;
  border-radius: 28px !important;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
    rgba(13, 15, 26, 0.88) !important;
  border-color: rgba(196, 181, 253, 0.16) !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.faq details:hover,
.faq details[open] {
  transform: translateY(-1px);
  border-color: rgba(124, 92, 255, 0.42) !important;
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.28),
    0 0 22px rgba(124, 92, 255, 0.08);
}

.faq summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 78px;
  padding: 22px 72px 22px 28px !important;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--jh-primary), var(--jh-cyan));
  box-shadow: 0 0 18px rgba(124, 92, 255, 0.55);
}

.faq summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  transform: translateY(-50%);
  color: var(--jh-soft);
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.10);
  font-size: 22px;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease;
}

.faq details[open] summary::after {
  content: "−";
  transform: translateY(-50%) rotate(180deg);
  background: rgba(124, 92, 255, 0.22);
}

.faq details p {
  padding: 0 72px 26px 52px !important;
  max-width: 860px;
  color: var(--jh-soft) !important;
}

@keyframes jh-lightning-drift {
  0%, 100% {
    opacity: 0.28;
    transform: translateY(0) scaleX(0.985);
    filter: drop-shadow(0 0 10px rgba(124, 92, 255, 0.30));
  }
  45% {
    opacity: 0.52;
    transform: translateY(-1px) scaleX(1);
    filter:
      drop-shadow(0 0 16px rgba(124, 92, 255, 0.54))
      drop-shadow(0 0 8px rgba(54, 209, 220, 0.26));
  }
  55% {
    opacity: 0.38;
    transform: translateY(1px) scaleX(0.996);
  }
}

@keyframes jh-lightning-spark {
  0%, 18% {
    opacity: 0;
    transform: translateX(-28%) scaleX(0.20);
  }
  38% {
    opacity: 0.24;
    transform: translateX(-2%) scaleX(0.58);
  }
  58% {
    opacity: 0.16;
    transform: translateX(20%) scaleX(0.42);
  }
  82%, 100% {
    opacity: 0;
    transform: translateX(32%) scaleX(0.20);
  }
}

@keyframes jh-phone-float {
  0%, 100% {
    transform: translateY(0) rotateZ(0deg);
  }
  50% {
    transform: translateY(-10px) rotateZ(0.35deg);
  }
}

@keyframes jh-orbit-glow {
  0%, 100% {
    transform: translate(-10px, 10px) scale(0.96);
    opacity: 0.72;
  }
  50% {
    transform: translate(12px, -8px) scale(1.08);
    opacity: 0.92;
  }
}

@keyframes jh-phone-shine {
  0%, 28% {
    opacity: 0;
    transform: translateX(-48%) rotate(8deg);
  }
  42% {
    opacity: 0.75;
  }
  60%, 100% {
    opacity: 0;
    transform: translateX(48%) rotate(8deg);
  }
}

@keyframes jh-video-sheen {
  0%, 100% {
    opacity: 0.20;
    transform: translateX(-10%);
  }
  50% {
    opacity: 0.44;
    transform: translateX(10%);
  }
}

@keyframes jh-play-pulse {
  0%, 100% {
    box-shadow:
      0 16px 36px rgba(124, 92, 255, 0.38),
      0 0 0 0 rgba(124, 92, 255, 0.28);
  }
  50% {
    box-shadow:
      0 18px 42px rgba(124, 92, 255, 0.48),
      0 0 0 14px rgba(124, 92, 255, 0);
  }
}

.jh-legal-body {
  min-height: 100vh;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--jh-text);
  background:
    radial-gradient(circle at 14% 8%, rgba(124, 92, 255, 0.30), transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(54, 209, 220, 0.18), transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(124, 92, 255, 0.18), transparent 34%),
    linear-gradient(180deg, #080a12 0%, #0b0d16 48%, #170d27 100%);
  overflow-x: hidden;
}

.jh-legal-body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent 78%);
}

.jh-mini-nav {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.jh-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: -0.6px;
  color: var(--jh-text);
  text-decoration: none;
}

.jh-logo {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(86, 110, 255, 0.28);
}

.jh-nav-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.jh-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 950;
  color: var(--jh-text);
  text-decoration: none;
}

.jh-button.primary {
  background: linear-gradient(135deg, var(--jh-primary), var(--jh-primary-2));
  box-shadow: 0 18px 38px rgba(124, 92, 255, 0.28);
}

.jh-button.secondary {
  border: 1px solid var(--jh-border);
  background: rgba(255, 255, 255, 0.06);
  color: var(--jh-soft);
}

.jh-legal-hero {
  padding: 44px 0 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: stretch;
}

.jh-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(196, 181, 253, 0.28);
  background: rgba(124, 92, 255, 0.13);
  color: var(--jh-primary-2);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.jh-legal-title {
  margin: 18px 0 0;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.94;
  letter-spacing: -3px;
}

.jh-gradient {
  background: linear-gradient(135deg, #fff, #c4b5fd 58%, #96f7ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.jh-lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--jh-soft);
  font-size: clamp(17px, 2.1vw, 21px);
  line-height: 1.6;
}

.jh-status-card,
.jh-panel,
.jh-card {
  position: relative;
  border: 1px solid var(--jh-border);
  background:
    radial-gradient(circle at top right, rgba(124, 92, 255, 0.16), transparent 34%),
    rgba(16, 19, 29, 0.78);
  backdrop-filter: blur(18px);
}

.jh-status-card {
  min-height: 220px;
  border-radius: 34px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.jh-status-card strong {
  display: block;
  font-size: 42px;
  letter-spacing: -2px;
}

.jh-status-card span,
.jh-status-card p {
  color: var(--jh-muted);
  line-height: 1.55;
}

.jh-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  padding: 18px 0 72px;
}

.jh-panel {
  border-radius: 34px;
  padding: clamp(22px, 4vw, 36px);
}

.jh-panel h2 {
  margin: 34px 0 12px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
  letter-spacing: -1px;
}

.jh-panel h2:first-child {
  margin-top: 0;
}

.jh-panel p,
.jh-panel li {
  color: #c8d0ea;
  line-height: 1.76;
  font-size: 16px;
}

.jh-panel a,
.jh-card a {
  color: #c4b5fd;
  font-weight: 900;
  text-decoration: none;
}

.jh-panel ol,
.jh-panel ul {
  padding-left: 22px;
}

.jh-side {
  display: grid;
  gap: 14px;
  align-content: start;
}

.jh-card {
  border-radius: 26px;
  padding: 20px;
}

.jh-card-label {
  display: block;
  color: var(--jh-muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.jh-card strong {
  display: block;
  font-size: 20px;
  line-height: 1.15;
  margin-bottom: 8px;
}

.jh-card p {
  margin: 0;
  color: var(--jh-muted);
  line-height: 1.6;
}

.jh-list-clean {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 10px;
}

.jh-list-clean li {
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--jh-soft);
  font-weight: 800;
}

.jh-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 40px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--jh-muted);
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.jh-footer a {
  color: var(--jh-soft);
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 860px) {
  .nav {
    position: relative;
  }

  .nav::before {
    display: none;
  }

  .jh-legal-hero,
  .jh-content-grid {
    grid-template-columns: 1fr;
  }

  .jh-mini-nav {
    min-height: auto;
    align-items: center;
    flex-direction: row;
    padding: 18px 0 10px;
  }

  .jh-nav-actions {
    width: auto;
  }

  .jh-button {
    flex: 1 1 auto;
  }

  .jh-legal-hero {
    padding-top: 28px;
  }

  .steps::before {
    left: 28px;
    right: auto;
    top: 22px;
    bottom: 22px;
    width: 3px;
    height: auto;
    background:
      linear-gradient(180deg, transparent, rgba(124, 92, 255, 0.78), rgba(54, 209, 220, 0.58), transparent);
    border-radius: 999px;
    opacity: 0.34;
    animation: jh-mobile-lightning 4.5s ease-in-out infinite;
  }

  .steps::after {
    display: none;
  }
}

@keyframes jh-mobile-lightning {
  0%, 100% {
    opacity: 0.20;
    box-shadow: 0 0 10px rgba(124, 92, 255, 0.20);
  }
  50% {
    opacity: 0.48;
    box-shadow: 0 0 24px rgba(124, 92, 255, 0.44);
  }
}

@media (prefers-reduced-motion: reduce) {
  .steps::before,
  .steps::after,
  .phone,
  .phone-glow,
  .phone::after,
  .job-media::after,
  .play {
    animation: none;
  }

  .steps > .card,
  .steps > .step {
    transition: none;
  }
}

@media (max-width: 640px) {
  body {
    overflow-x: hidden;
  }

  .page {
    overflow: hidden;
  }

  .nav {
    width: min(100% - 22px, 1180px);
    min-height: 70px;
    gap: 10px;
    align-items: center;
  }

  .brand {
    gap: 9px;
    font-size: 18px;
  }

  .brand img,
  .jh-logo {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .nav-links {
    width: auto;
    justify-content: flex-end;
  }

  .hero-actions,
  .step-actions,
  .jh-nav-actions {
    flex-direction: column;
  }

  .hero {
    width: min(100% - 24px, 1180px);
    gap: 26px;
  }

  .hero::after {
    display: none;
  }

  h1 {
    font-size: clamp(42px, 13vw, 58px);
    line-height: 0.98;
    letter-spacing: -2px !important;
  }

  .lead,
  .section-copy {
    font-size: 15.5px;
    line-height: 1.58;
  }

  .trust-row {
    gap: 8px;
  }

  .hero > div > .trust-row {
    display: none;
  }

  .trust-pill {
    font-size: 11px;
    padding: 8px 10px;
  }

  .phone-wrap {
    width: min(100%, 318px);
    margin-inline: auto;
  }

  .phone-glow {
    width: 240px;
    height: 240px;
    opacity: 0.55;
    animation: none;
  }

  .phone {
    width: 100%;
    min-height: auto !important;
    padding: 12px;
    border-radius: 34px;
    animation: none;
  }

  .phone::after {
    display: none;
  }

  .phone-screen {
    min-height: auto !important;
    padding: 14px;
    border-radius: 26px;
  }

  .app-title {
    font-size: 24px;
  }

  .app-chip {
    font-size: 11px;
    padding: 8px 10px;
  }

  .job-card {
    margin-top: 16px;
    border-radius: 21px;
  }

  .job-media {
    height: 138px !important;
  }

  .job-body {
    padding: 14px !important;
  }

  .match {
    padding: 7px 9px;
    font-size: 10.5px;
  }

  .job-body h3 {
    margin-top: 10px;
    font-size: 22px;
  }

  .job-body p {
    font-size: 13px;
    line-height: 1.42;
  }

  .skill-row {
    margin-top: 10px;
    gap: 6px;
  }

  .skill {
    padding: 7px 8px;
    font-size: 10.5px;
  }

  .phone-screen > .trust-row {
    display: none;
  }

  .play {
    width: 62px;
    height: 62px;
    font-size: 27px;
    animation: none;
  }

  section {
    width: min(100% - 24px, 1180px);
    margin-top: 64px !important;
  }

  .section-head {
    margin-bottom: 20px;
  }

  .section-title {
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.04;
    letter-spacing: -1.4px;
  }

  .card,
  .audience {
    border-radius: 24px;
    padding: 21px;
  }

  .icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 20px;
  }

  .steps::before {
    left: 31px;
    top: 20px;
    bottom: 20px;
    opacity: 0.18;
  }

  .step {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 14px;
    align-items: start;
    padding: 22px 22px 22px 20px !important;
  }

  .step::before {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    grid-row: 1 / span 2;
    width: 48px !important;
    height: 48px !important;
    border-radius: 16px !important;
    font-size: 18px;
    z-index: 2;
  }

  .step h3 {
    margin-top: 4px;
  }

  .step p {
    grid-column: 2;
  }

  .steps > .card:hover,
  .steps > .step:hover,
  .planned-item:hover > div,
  .faq details:hover,
  .faq details[open] {
    transform: none;
  }

  .planned-section::before,
  .faq-section::before {
    inset: -18px -12px;
    border-radius: 30px;
    opacity: 0.48;
  }

  .planned-roadmap {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 26px;
    padding-top: 10px;
  }

  .planned-roadmap::before {
    left: 26px;
    right: auto;
    top: 12px;
    bottom: 12px;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, rgba(124, 92, 255, 0), rgba(124, 92, 255, 0.78), rgba(54, 209, 220, 0.42), rgba(124, 92, 255, 0));
  }

  .planned-item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    padding: 0;
  }

  .planned-item::before {
    left: -14px;
  }

  .planned-number {
    margin: 8px 0 0 !important;
  }

  .planned-item > div {
    min-height: auto;
    padding: 19px;
    border-radius: 22px;
  }

  .planned-item strong {
    font-size: 25px;
    letter-spacing: -0.8px;
  }

  .planned-item span:not(.planned-number) {
    font-size: 14px;
  }

  .launch {
    border-radius: 28px;
    padding: 24px !important;
  }

  .launch h2 {
    font-size: clamp(30px, 10vw, 40px);
    letter-spacing: -1.2px;
  }

  .faq {
    gap: 10px !important;
  }

  .faq details {
    border-radius: 22px !important;
  }

  .faq summary {
    min-height: 68px;
    padding: 18px 56px 18px 18px !important;
    font-size: 16px;
    line-height: 1.25;
  }

  .faq summary::before {
    width: 8px;
    height: 8px;
  }

  .faq summary::after {
    right: 16px;
    width: 30px;
    height: 30px;
    font-size: 19px;
  }

  .faq details p {
    padding: 0 20px 20px 40px !important;
    font-size: 14.5px;
  }

  .cta,
  .ghost,
  .secondary,
  .jh-button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .nav {
    width: min(100% - 18px, 1180px);
  }

  .nav .cta {
    min-height: 42px;
    padding-inline: 13px;
    font-size: 13px;
  }

  .brand span {
    max-width: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero,
  section,
  footer {
    width: min(100% - 20px, 1180px);
  }

  h1 {
    font-size: clamp(38px, 12.2vw, 50px);
  }

  .badge,
  .kicker {
    font-size: 11px;
    letter-spacing: 1.4px;
  }

  .phone-wrap {
    width: min(100%, 318px);
  }

  .job-media {
    height: 128px !important;
  }

  .job-body h3 {
    font-size: 21px;
  }

  .planned-item {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
  }

  .planned-number {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    font-size: 12px !important;
  }

  .planned-roadmap::before {
    left: 23px;
  }
}

@media (max-width: 640px) {
  .jh-legal-body {
    background:
      radial-gradient(circle at 18% 0%, rgba(124, 92, 255, 0.20), transparent 34%),
      linear-gradient(180deg, #101428 0%, #080a12 100%);
  }

  .jh-legal-body::before {
    opacity: 0.35;
  }

  .jh-legal-body .jh-shell {
    width: min(100% - 30px, 1180px);
  }

  .jh-mini-nav {
    display: flex;
    gap: 12px;
    padding: 18px 0 4px;
    align-items: center;
    justify-content: space-between;
  }

  .jh-brand {
    justify-content: flex-start;
  }

  .jh-nav-actions {
    width: auto;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
  }

  .jh-button {
    min-height: 38px;
    width: auto;
    padding: 0 13px;
    font-size: 12px;
    line-height: 1.1;
    text-align: center;
  }

  .jh-button.secondary {
    padding: 0;
    min-height: auto;
    border: 0;
    background: transparent;
    color: var(--jh-muted);
    box-shadow: none;
  }

  .jh-button.primary {
    min-width: 118px;
    box-shadow: 0 10px 28px rgba(124, 92, 255, 0.22);
  }

  .jh-legal-hero {
    margin-top: 14px !important;
    padding: 22px;
    gap: 18px;
    border-radius: 28px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.024)),
      rgba(13, 16, 27, 0.82);
    border: 1px solid rgba(196, 181, 253, 0.14);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.26);
  }

  .jh-legal-title {
    margin-top: 14px;
    font-size: clamp(34px, 9.6vw, 44px);
    line-height: 1.04;
    letter-spacing: -1.5px;
  }

  .jh-lead {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.52;
  }

  .jh-status-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    min-height: auto;
    border-radius: 22px;
    padding: 16px;
    gap: 14px;
    background: rgba(7, 9, 18, 0.48);
  }

  .jh-status-card strong {
    font-size: 30px;
    letter-spacing: -1px;
    white-space: nowrap;
  }

  .jh-status-card span {
    font-size: 13px;
  }

  .jh-status-card p {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.45;
  }

  .jh-content-grid {
    padding-top: 0 !important;
    margin-top: 18px !important;
  }

  .jh-panel {
    border-radius: 26px;
    padding: 24px 22px;
  }

  .jh-panel h2 {
    margin-top: 28px;
    font-size: 25px;
  }

  .jh-panel p,
  .jh-panel li {
    font-size: 15px;
    line-height: 1.68;
  }
}

@media (max-width: 380px) {
  .jh-mini-nav {
    gap: 10px;
  }

  .jh-brand span {
    font-size: 20px;
  }

  .jh-button.secondary {
    display: none;
  }

  .jh-button.primary {
    min-width: 112px;
    padding-inline: 11px;
  }
}
/* Landing trust strip */
html,
body {
  max-width: 100%;
}

body {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  body {
    overflow-x: hidden;
  }
}

.trust-signal-section {
  width: min(1180px, calc(100% - 32px));
  margin: 26px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.trust-signal-card {
  position: relative;
  overflow: hidden;
  min-height: 118px;
  border-radius: 28px;
  padding: 22px;
  background:
    radial-gradient(circle at 12% 0%, rgba(124, 92, 255, 0.26), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(14, 17, 28, 0.82);
  border: 1px solid rgba(196, 181, 253, 0.15);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

.trust-signal-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(144, 238, 255, 0.75), transparent);
  opacity: 0.8;
}

.trust-signal-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #b9a7ff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.trust-signal-card strong {
  display: block;
  color: #f8f8ff;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.22;
  letter-spacing: -0.35px;
}

@media (max-width: 820px) {
  .trust-signal-section {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .trust-signal-card {
    min-height: auto;
    border-radius: 24px;
    padding: 18px;
  }
}
