/* ============================================================
   Autopilot — Landing page
   Modern, layered, editorial. Built on the style.css token system.
   ============================================================ */

/* ── Small helpers ── */
.btn-sm {
  padding: 9px 16px;
  font-size: 13px;
  border-radius: 7px;
}
.btn-sm .material-symbols-rounded { font-size: 17px; }

/* No underline inside buttons — cleaner look */
.btn,
.btn:visited,
a.btn,
a.btn:visited,
.topbar-actions a,
.footer-contact a,
.auth-foot a,
.auth-back,
.wordmark {
  text-decoration: none;
}
.btn-ghost.btn-lg {
  background: none;
  border: 1.5px solid var(--charcoal-600);
  color: var(--ink-100);
}
.btn-ghost.btn-lg:hover { border-color: var(--ink-600); background: var(--charcoal-900); transform: translateY(-2px); }

/* ── Container ── */
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.container-narrow { max-width: 820px; }

/* ── Section furniture ── */
.section-band { padding: 120px 0; position: relative; }

.section-head { max-width: 680px; margin: 0 auto 64px; text-align: center; }

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--emerald-300);
  margin: 0 0 20px;
}
.section-label::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: var(--emerald-500);
}

.section-title {
  font-family: var(--ff-display);
  font-size: clamp(32px, 4.2vw, 48px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.015em;
  color: var(--ink-100);
  margin: 0;
}
.section-title em {
  font-style: italic;
  color: var(--emerald-300);
}

.section-sub {
  font-size: 16px;
  color: var(--ink-300);
  line-height: 1.7;
  font-weight: 300;
  margin: 20px 0 0;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Topbar nav ── */
.topbar-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: 8px;
}
.topbar-nav a {
  font-size: 13.5px;
  color: var(--ink-300);
  text-decoration: none;
  font-weight: 400;
  transition: color 0.15s ease;
}
.topbar-nav a:hover { color: var(--ink-100); }
@media (max-width: 860px) { .topbar-nav { display: none; } }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  overflow: hidden;
  padding: 40px 0 0;
  /* This page also loads style.css, whose generic .hero (used by the plain
     auth-page hero) sets max-width/margin/flex/text-align — reset them here
     so the landing hero renders full-bleed instead of clipped to 720px. */
  max-width: none;
  width: 100%;
  margin: 0;
  display: block;
  text-align: left;
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.hero-bg-mask {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(260deg, var(--charcoal-950) 0%, var(--charcoal-950) 44%, rgba(13,15,14,0.7) 54%, rgba(13,15,14,0.3) 64%, transparent 74%),
    radial-gradient(120% 80% at 20% 20%, rgba(47,158,115,0.10), transparent 60%),
    var(--charcoal-950);
  background-blend-mode: normal;
  opacity: 0.97;
}
:root[data-theme="light"] .hero-bg-mask {
  background:
    linear-gradient(260deg, var(--charcoal-950) 0%, var(--charcoal-950) 42%, rgba(247,246,241,0.68) 52%, rgba(247,246,241,0.28) 62%, transparent 72%),
    radial-gradient(120% 80% at 18% 15%, rgba(37,148,103,0.14), transparent 60%);
  opacity: 1;
}
:root[data-theme="light"] .hero-bg-img { filter: saturate(0.9) brightness(1.02); }

/* Subtle film grain for depth */
.hero-bg-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.5;
  mix-blend-mode: overlay;
}

.hero-container { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 0 48px; }

.hero-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: auto auto;
  gap: 0 64px;
  align-items: start;
  padding: 40px 0 90px;
}

.hero-top { grid-column: 2; grid-row: 1; }
.hero-bottom { grid-column: 2; grid-row: 2; padding-top: 36px; }
.hero-visual-col { grid-column: 1; grid-row: 1 / 3; align-self: center; position: relative; }

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--emerald-300);
  margin: 0 0 28px;
  padding: 9px 18px 9px 15px;
  background: rgba(47,158,115,0.06);
  border: 1.5px solid rgba(47,158,115,0.45);
  border-radius: var(--radius-btn);
  backdrop-filter: blur(8px);
}
.hero-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--emerald-400, #4fc28a);
  box-shadow: 0 0 0 4px rgba(47,158,115,0.18);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(47,158,115,0.18); }
  50% { box-shadow: 0 0 0 7px rgba(47,158,115,0.08); }
}

.hero-h1 {
  font-family: var(--ff-display);
  font-size: clamp(44px, 5.8vw, 72px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--ink-100);
  margin: 0 0 26px;
}
.hero-h1 em {
  font-style: italic;
  color: var(--emerald-300);
}

.hero-body {
  font-size: 17.5px;
  color: var(--ink-300);
  line-height: 1.75;
  font-weight: 300;
  max-width: 520px;
  margin: 0 0 36px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.btn-ghost-outline {
  background: rgba(255,255,255,0.02);
  border: 1.5px solid var(--charcoal-600);
  color: var(--ink-100);
  backdrop-filter: blur(8px);
}
.btn-ghost-outline:hover { border-color: var(--ink-600); background: var(--charcoal-900); transform: translateY(-2px); }

/* Trust row */
.hero-trust {
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero-trust-avatars {
  display: flex;
  align-items: center;
}
.hero-trust-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #f4fbf7;
  border: 2px solid var(--charcoal-950);
  margin-left: -8px;
}
.hero-trust-avatar:first-child { margin-left: 0; }
.hero-trust-more {
  background: var(--charcoal-700) !important;
  color: var(--ink-300);
}
.hero-trust p {
  font-size: 13px;
  color: var(--ink-500);
  margin: 0;
  font-weight: 300;
}
.hero-trust strong { color: var(--ink-100); font-weight: 500; }

/* Hero stats */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  max-width: 500px;
  background: rgba(20,23,21,0.6);
  backdrop-filter: blur(10px);
}
:root[data-theme="light"] .hero-stats { background: rgba(255,255,255,0.7); }

.hero-stat {
  padding: 20px 22px;
  border-right: 1px solid var(--border);
  position: relative;
}
.hero-stat:last-child { border-right: none; }
.hero-stat::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--emerald-500), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero-stat:hover::after { opacity: 0.6; }

.hero-stat-num {
  font-family: var(--ff-display);
  font-size: 32px;
  font-weight: 500;
  color: var(--ink-100);
  line-height: 1;
  margin-bottom: 7px;
}
.hero-stat-num span {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--emerald-300);
  margin-left: 2px;
}
.hero-stat-label {
  font-size: 11px;
  color: var(--ink-600);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ── Hero visual (mock card) ── */
.hero-visual-panel {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(47,158,115,0.12), transparent 65%),
    linear-gradient(180deg, var(--charcoal-800), var(--charcoal-900));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  animation: heroPanelReveal 2.5s ease-in-out 3s forwards;
}

@keyframes heroPanelReveal {
  from { opacity: 1; }
  to { opacity: 0.88; }
}

.hero-visual-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--border-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--border-soft) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000 30%, transparent 80%);
}

.hero-visual-glow {
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 60%;
  background: radial-gradient(ellipse, var(--emerald-glow), transparent 70%);
  filter: blur(30px);
  pointer-events: none;
}

.mock-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 330px;
  background: linear-gradient(180deg, var(--charcoal-900), var(--charcoal-800));
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 26px;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.7), 0 0 0 1px rgba(255,255,255,0.02);
  animation: floatCard 6s ease-in-out infinite;
}
@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.hero-badge {
  position: absolute;
  bottom: 28px;
  right: -22px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--charcoal-900);
  border: 1px solid rgba(47,158,115,0.35);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  box-shadow: var(--shadow-lg);
}

.hero-badge-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(47,158,115,0.14);
  border: 1px solid rgba(47,158,115,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-badge-icon .material-symbols-rounded { font-size: 18px; color: var(--emerald-300); }

.hero-badge-num { font-family: var(--ff-display); font-size: 20px; font-weight: 500; color: var(--ink-100); line-height: 1; }
.hero-badge-text { font-size: 11px; color: var(--ink-600); margin-top: 3px; }

.hero-floating-tag {
  position: absolute;
  top: 24px;
  right: -16px;
  z-index: 2;
  background: linear-gradient(180deg, var(--emerald-500), var(--emerald-600));
  color: #08120d;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 10px 12px;
  border-radius: 6px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  box-shadow: var(--shadow-md);
}

.mock-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.mock-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(160deg, var(--emerald-500), var(--emerald-700));
  color: #f4fbf7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  font-size: 13px;
  flex-shrink: 0;
}

.mock-name { font-family: 'Jost', sans-serif; font-size: 14.5px; font-weight: 500; color: var(--ink-100); }
.mock-role { font-size: 11.5px; color: var(--ink-600); margin-top: 1px; }

.mock-badge {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(47,158,115,0.08);
  color: var(--emerald-300);
  border: 1.5px solid rgba(47,158,115,0.5);
  font-size: 10.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 5px 10px;
  border-radius: var(--radius-btn);
  white-space: nowrap;
}
.mock-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--emerald-300);
  box-shadow: 0 0 0 3px rgba(47,158,115,0.18);
}

.mock-job {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--charcoal-800);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  padding: 13px 14px;
  margin-bottom: 18px;
}

.mock-job .material-symbols-rounded { color: var(--bronze-300); font-size: 20px; }
.mock-job-title { font-size: 13.5px; color: var(--ink-100); font-weight: 400; }
.mock-job-meta { font-size: 11.5px; color: var(--ink-600); margin-top: 1px; }

.mock-checklist {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.mock-checklist li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: var(--ink-300);
}

.mock-checklist .material-symbols-rounded { font-size: 16px; color: var(--emerald-300); }

.mock-apply-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: linear-gradient(180deg, var(--emerald-500), var(--emerald-600));
  color: #f4fbf7;
  font-size: 13px;
  font-weight: 500;
  padding: 11px;
  border-radius: 7px;
  box-shadow: 0 8px 20px -8px var(--emerald-glow);
}

.mock-apply-btn .material-symbols-rounded { font-size: 16px; }

/* ============================================================
   LOGOS BAND
   ============================================================ */
.logos-band {
  padding: 36px 0;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
  background: rgba(20,23,21,0.4);
}
:root[data-theme="light"] .logos-band { background: rgba(255,255,255,0.5); }

.logos-label {
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-600);
  margin: 0 0 22px;
}

.logos-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px 36px;
}

.logo-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink-500);
  opacity: 0.7;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.logo-chip:hover { opacity: 1; color: var(--ink-300); }
.logo-chip .material-symbols-rounded { font-size: 18px; color: var(--ink-600); }

/* ============================================================
   HOW IT WORKS (process grid)
   ============================================================ */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--charcoal-900);
  position: relative;
}

.process-step {
  padding: 38px 28px;
  border-right: 1px solid var(--border);
  transition: background 0.25s ease;
  position: relative;
}
.process-step:last-child { border-right: none; }
.process-step:hover { background: var(--charcoal-800); }
.process-step::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--emerald-500), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.process-step:hover::after { transform: scaleX(1); }

.process-num {
  font-family: var(--ff-display);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-600);
  letter-spacing: 0.05em;
  margin-bottom: 18px;
}

.process-icon {
  margin-bottom: 18px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--charcoal-900);
  border: 1px solid rgba(47,158,115,0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  animation: processIconPulse 6s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * 1.5s);
}
.process-icon .material-symbols-rounded { font-size: 22px; color: var(--emerald-300); }

@keyframes processIconPulse {
  0%, 6%, 100% { box-shadow: 0 0 0 0 rgba(47,158,115,0); border-color: rgba(47,158,115,0.22); background: var(--charcoal-900); }
  2% { box-shadow: 0 0 0 7px rgba(47,158,115,0.12); border-color: rgba(47,158,115,0.7); background: rgba(47,158,115,0.14); }
}

/* Traveling pulse connecting the four steps, timed to match the icon glow above */
.process-flow-line {
  position: absolute;
  top: 59px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border) 8%, var(--border) 92%, transparent);
  z-index: 0;
  pointer-events: none;
}
.process-flow-dot {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--emerald-400, var(--emerald-500));
  box-shadow: 0 0 14px 3px rgba(47,158,115,0.65);
  transform: translate(-50%, -50%);
  animation: processFlowMove 6s linear infinite;
}
@keyframes processFlowMove {
  0% { left: 0%; opacity: 0; }
  4% { opacity: 1; }
  96% { opacity: 1; }
  100% { left: 100%; opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .process-icon, .process-flow-dot { animation: none; }
}

.process-step h3 { font-size: 16px; margin-bottom: 10px; }
.process-step p { font-size: 13px; line-height: 1.65; color: var(--ink-500); font-weight: 300; margin: 0; }

/* ============================================================
   FEATURES BAND
   ============================================================ */
.features-band {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}

.features-glow {
  position: absolute;
  top: 10%;
  left: -10%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--emerald-glow), transparent 70%);
  filter: blur(30px);
  pointer-events: none;
}

/* Pipeline strip — a small animated CV → Profile → Search → Package → Apply diagram */
.pipeline-strip {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 720px;
  margin: 0 auto 56px;
}

.pipeline-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.pipeline-node .material-symbols-rounded {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--charcoal-900);
  border: 1px solid rgba(47,158,115,0.25);
  color: var(--emerald-300);
  font-size: 21px;
}
.pipeline-node-end .material-symbols-rounded { border-color: rgba(201,161,95,0.4); color: var(--bronze-300); }
.pipeline-node em { font-style: normal; font-size: 11px; color: var(--ink-600); letter-spacing: 0.02em; }

.pipeline-track {
  position: relative;
  flex: 1;
  min-width: 24px;
  height: 1px;
  background: linear-gradient(90deg, var(--border), var(--border));
  margin-bottom: 20px;
}
.pipeline-pulse {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--emerald-400, var(--emerald-500));
  box-shadow: 0 0 10px 2px rgba(47,158,115,0.6);
  transform: translate(-50%, -50%);
  animation: pipelineMove 3.6s linear infinite;
}
@keyframes pipelineMove {
  0% { left: 0%; opacity: 0; }
  8% { opacity: 1; }
  92% { opacity: 1; }
  100% { left: 100%; opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .pipeline-pulse { animation: none; opacity: 0; }
}

@media (max-width: 640px) {
  .pipeline-strip { display: none; }
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.feature-card {
  position: relative;
  background: var(--charcoal-900);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 30px 28px;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}
.feature-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47,158,115,0.4), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47,158,115,0.3);
  box-shadow: 0 20px 40px -20px rgba(0,0,0,0.5);
}
.feature-card:hover::before { opacity: 1; }

.feature-card-wide { grid-column: span 2; }

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(47,158,115,0.16), rgba(47,158,115,0.06));
  border: 1px solid rgba(47,158,115,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.feature-icon .material-symbols-rounded { font-size: 24px; color: var(--emerald-300); }

.feature-card h3 {
  font-family: 'Jost', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--ink-100);
  margin: 0 0 10px;
}
.feature-card > p {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--ink-500);
  font-weight: 300;
  margin: 0 0 16px;
}

.feature-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.feature-bullets li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12.5px;
  color: var(--ink-300);
}
.feature-bullets .material-symbols-rounded {
  font-size: 15px;
  color: var(--emerald-300);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(47,158,115,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ============================================================
   SHOWCASE BAND
   ============================================================ */
.showcase-band {
  position: relative;
  overflow: hidden;
  background: var(--charcoal-900);
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
  padding: 120px 0;
}

.showcase-glow {
  position: absolute;
  top: 20%;
  right: -10%;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--emerald-glow), transparent 70%);
  filter: blur(24px);
  pointer-events: none;
}

.showcase-content {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
}

.showcase-copy p {
  font-size: 15.5px;
  color: var(--ink-300);
  line-height: 1.75;
  font-weight: 300;
  margin: 20px 0 30px;
  max-width: 480px;
}

.showcase-secondary {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.showcase-visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  height: 220px;
}
.showcase-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  display: block;
  filter: saturate(0.92);
}
.showcase-visual-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, var(--charcoal-900) 100%);
  opacity: 0.85;
}
.showcase-visual-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--charcoal-950);
  border: 1.5px solid var(--charcoal-600);
  color: var(--ink-100);
  font-size: 12px;
  padding: 8px 14px;
  border-radius: var(--radius-btn);
  width: fit-content;
}
.showcase-visual-badge .material-symbols-rounded { font-size: 15px; color: var(--emerald-300); }

:root[data-theme="light"] .showcase-visual-mask { background: linear-gradient(180deg, transparent 40%, var(--charcoal-900) 100%); opacity: 0.75; }

.showcase-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.showcase-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--charcoal-800);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  padding: 20px 22px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.showcase-item:hover { border-color: rgba(47,158,115,0.3); transform: translateX(4px); }

.showcase-item .material-symbols-rounded { font-size: 20px; color: var(--bronze-300); margin-top: 2px; flex-shrink: 0; }
.showcase-item h4 { font-family: 'Jost', sans-serif; font-size: 14.5px; font-weight: 500; color: var(--ink-100); margin: 0 0 4px; }
.showcase-item p { font-size: 13px; color: var(--ink-500); line-height: 1.55; font-weight: 300; margin: 0; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.final-cta { padding: 120px 0; }

.final-cta-panel {
  position: relative;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(47,158,115,0.10), transparent 70%),
    linear-gradient(180deg, var(--charcoal-900), var(--charcoal-800));
  border: 1px solid var(--emerald-700);
  border-radius: var(--radius-lg);
  padding: 80px 40px 64px;
  max-width: 780px;
  margin: 0 auto;
}

.final-cta-glow {
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 320px;
  background: radial-gradient(ellipse, var(--emerald-glow), transparent 70%);
  filter: blur(24px);
  pointer-events: none;
}

.final-cta-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--border-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--border-soft) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, #000 20%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, #000 20%, transparent 80%);
  pointer-events: none;
}

.final-cta-title {
  position: relative;
  font-family: var(--ff-display);
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 500;
  color: var(--ink-100);
  margin: 0 0 16px;
  line-height: 1.1;
}
.final-cta-title em { font-style: italic; color: var(--emerald-300); }

.final-cta-panel p {
  position: relative;
  font-size: 15px;
  color: var(--ink-500);
  font-weight: 300;
  margin: 0 0 32px;
}

.final-cta-fine {
  position: relative;
  font-size: 12.5px !important;
  color: var(--ink-600) !important;
  margin: 18px 0 0 !important;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-band { padding: 120px 0; }

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: var(--charcoal-900);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.faq-item[open] { border-color: rgba(47,158,115,0.3); }
.faq-item + .faq-item { margin-top: 0; }

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  cursor: pointer;
  list-style: none;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink-100);
  transition: color 0.15s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--emerald-300); }

.faq-icon {
  font-size: 22px;
  color: var(--emerald-300);
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.faq-item[open] .faq-icon { transform: rotate(180deg); }

.faq-answer {
  padding: 0 24px 24px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-500);
  font-weight: 300;
}

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
.reveal[data-delay="1"] { transition-delay: 0.12s; }
.reveal[data-delay="2"] { transition-delay: 0.24s; }
.reveal[data-delay="3"] { transition-delay: 0.36s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .mock-card { animation: none; }
  .hero-eyebrow-dot { animation: none; }
  .hero-visual-panel { animation: none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card-wide { grid-column: span 2; }
  .testimonials-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  /* On mobile the hero stacks tall, so instead of stretching the photo across
     the whole section (which zooms in until the person is an unrecognizable
     sliver), pin it as a contained banner at the top and fade it into the
     page background below. */
  /* Banner sits clean, uninterrupted by text — content starts right after it,
     on the plain page background, so the photo gets to stand on its own. */
  .hero-bg { inset: auto; top: 0; left: 0; right: 0; height: 400px; }
  .hero-bg-img { object-position: center 22%; }
  .hero-bg-mask {
    background:
      linear-gradient(180deg, transparent 55%, var(--charcoal-950) 94%),
      radial-gradient(120% 80% at 80% 10%, rgba(47,158,115,0.12), transparent 60%),
      var(--charcoal-950);
    opacity: 0.94;
  }
  :root[data-theme="light"] .hero-bg-mask {
    background:
      linear-gradient(180deg, transparent 50%, var(--charcoal-950) 92%),
      radial-gradient(120% 80% at 80% 10%, rgba(37,148,103,0.14), transparent 60%);
    opacity: 1;
  }
  .hero-inner { grid-template-columns: 1fr; grid-template-rows: auto; gap: 36px; padding-bottom: 60px; }
  .hero-top, .hero-bottom, .hero-visual-col { grid-column: 1; grid-row: auto; }
  .hero-top { margin-top: 340px; }
  .hero-visual-col { order: 2; }
  .hero-bottom { order: 3; padding-top: 8px; }
  .hero-visual-panel { min-height: 440px; animation: none; opacity: 1; }
  .hero-stats { margin: 0 auto; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step { border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .process-step:nth-child(2n) { border-right: none; }
  .process-step:nth-last-child(-n+2) { border-bottom: none; }
  .process-flow-line { display: none; }
  .showcase-content { grid-template-columns: 1fr; gap: 40px; }
  .showcase-copy p { max-width: 100%; }
}

@media (max-width: 640px) {
  .features-grid { grid-template-columns: 1fr; }
  .feature-card-wide { grid-column: span 1; }
  .section-band, .features-band, .showcase-band, .testimonials-band, .faq-band, .final-cta { padding: 80px 0; }
}

@media (max-width: 560px) {
  .hero-container { padding: 0 22px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { border-right: none; border-bottom: 1px solid var(--border); }
  .process-step:last-child { border-bottom: none; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-stat { border-right: none; border-bottom: 1px solid var(--border); }
  .hero-stat:last-child { border-bottom: none; }
  .topbar-actions { gap: 8px; }
  .topbar-actions .btn-sm { display: none; }
  .final-cta-panel { padding: 48px 24px 44px; }
  .hero-badge { right: 0; left: auto; }
  .hero-floating-tag { display: none; }
  .hero-trust { flex-direction: column; align-items: flex-start; gap: 10px; }
  .logos-row { gap: 12px 22px; }
  .logo-chip { font-size: 13.5px; }
}

/* ============================================================
   Wizard dots (signup) — kept for compatibility
   ============================================================ */
.wizard-modal { max-width: 600px; }

.wizard-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 28px;
}

.wizard-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--charcoal-600);
  transition: background 0.2s ease, transform 0.2s ease;
}

.wizard-dot.active {
  background: var(--emerald-500);
  transform: scale(1.3);
}

/* ── Terms box ── */
.terms-box {
  height: 260px;
  overflow-y: auto;
  background: var(--charcoal-800);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  margin-bottom: 18px;
}

.terms-box h4 {
  font-family: 'Jost', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-100);
  margin: 18px 0 6px;
}
.terms-box h4:first-child { margin-top: 0; }

.terms-box p {
  font-size: 13px;
  line-height: 1.65;
  color: var(--ink-500);
  font-weight: 300;
  margin: 0 0 4px;
}

.terms-end {
  text-align: center;
  color: var(--ink-600) !important;
  margin-top: 16px !important;
}

.terms-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: var(--ink-300);
  cursor: pointer;
  margin-bottom: 20px;
}

.terms-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--emerald-500);
  cursor: pointer;
}

.terms-check input[type="checkbox"]:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  border-top: 1px solid var(--border-soft);
  background: var(--charcoal-900);
}

.footer-inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  padding: 80px 24px;
}

.footer-brand .wordmark { margin-bottom: 16px; }
.footer-brand p { font-size: 13.5px; color: var(--ink-500); line-height: 1.65; font-weight: 300; max-width: 320px; margin: 0 0 18px; }

.footer-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: var(--ink-600);
}
.footer-meta-item .material-symbols-rounded { font-size: 16px; color: var(--emerald-300); }

.footer-contact h3 { font-family: 'Jost', sans-serif; font-size: 18px; font-weight: 500; color: var(--ink-100); margin: 0 0 8px; }
.footer-contact > p { font-size: 13.5px; color: var(--ink-500); font-weight: 300; margin: 0 0 20px; }
.footer-contact form { margin-top: 0; max-width: 480px; }
.footer-contact textarea { resize: vertical; }
.footer-contact .btn { margin-top: 4px; }

.footer-bottom {
  border-top: 1px solid var(--border-soft);
  padding: 20px 0;
}

.footer-bottom .container {
  font-size: 12px;
  color: var(--ink-600);
}

@media (max-width: 720px) {
  .footer-inner { grid-template-columns: 1fr; gap: 36px; padding: 56px 24px; }
}