/* ========== Applio Home Page ========== */
.home-body {
  background: #0a0e27;
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, Inter, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

/* ===== Nav ===== */
.home-nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 40px; backdrop-filter: blur(12px);
  background: rgba(7,9,26,.75);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.home-brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 16px; color: #fff; text-decoration: none; }
.home-brand img { width: 30px; height: 30px; border-radius: 6px; object-fit: cover; }
.home-nav-links { display: flex; align-items: center; gap: 30px; }
.nav-signin-m { display: none; }   /* shown only inside the mobile menu (desktop has the Sign in button) */
.home-nav-links a { color: rgba(255,255,255,.75); font-size: 14px; font-weight: 500; text-decoration: none; transition: color .15s; }
.home-nav-links a:hover { color: #fff; }
.home-nav .btn { padding: 9px 18px; font-size: 13px; }

/* ===== Nav "Resources" dropdown — groups secondary links so the bar stays uncluttered ===== */
.nav-dd { position: relative; display: inline-flex; }
.nav-dd-trigger {
  background: none; border: 0; padding: 0; cursor: pointer;
  color: rgba(255,255,255,.75); font: inherit; font-size: 14px; font-weight: 500;
  display: inline-flex; align-items: center; gap: 5px; transition: color .15s;
}
.nav-dd-trigger::after { display: none; }   /* neutralize the nav-link underline pseudo */
.nav-dd-trigger:hover, .nav-dd:hover .nav-dd-trigger, .nav-dd:focus-within .nav-dd-trigger { color: #fff; }
.nav-dd-trigger svg { width: 13px; height: 13px; opacity: .75; transition: transform .2s ease; }
.nav-dd:hover .nav-dd-trigger svg, .nav-dd:focus-within .nav-dd-trigger svg { transform: rotate(180deg); }
.nav-dd-menu {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(4px);
  min-width: 216px; padding: 8px; margin-top: 12px;
  background: #10143a; border: 1px solid rgba(255,255,255,.12); border-radius: 14px;
  box-shadow: 0 22px 55px rgba(0,0,0,.5);
  display: flex; flex-direction: column; gap: 2px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .18s ease, transform .18s ease; z-index: 60;
}
.nav-dd-menu::before { content: ''; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }  /* hover bridge */
.nav-dd:hover .nav-dd-menu, .nav-dd:focus-within .nav-dd-menu {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0);
}
.nav-dd-menu a {
  display: block; padding: 9px 12px; border-radius: 9px;
  color: rgba(255,255,255,.82); font-size: 14px; font-weight: 500; white-space: nowrap;
}
.nav-dd-menu a::after { display: none; }
.nav-dd-menu a:hover { background: rgba(255,255,255,.09); color: #fff; }

/* ===== Buttons (page-level overrides) ===== */
.btn-lg { padding: 14px 26px; font-size: 15px; }
.btn-outline {
  background: transparent; color: #fff;
  border: 1.5px solid rgba(255,255,255,.25);
}
.btn-outline:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.05); }

/* ===== Hero ===== */
.hero { position: relative; padding: 80px 40px 120px; overflow: hidden; min-height: 600px; }
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 15% 30%, rgba(99,102,241,.18), transparent 50%),
    radial-gradient(circle at 85% 70%, rgba(139,92,246,.15), transparent 50%),
    linear-gradient(180deg, #0a0e27 0%, #0f1437 100%);
  pointer-events: none;
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(99,102,241,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99,102,241,.06) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: radial-gradient(circle at 50% 40%, #000 30%, transparent 80%);
}
.hero-inner { position: relative; max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.hero-left { padding-right: 20px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: 999px;
  background: rgba(99,102,241,.12); border: 1px solid rgba(99,102,241,.3);
  color: #c4b5fd; font-size: 13px; font-weight: 500; margin-bottom: 28px;
}
.hero-title { font-size: clamp(40px, 5.2vw, 72px); font-weight: 700; line-height: 1.04; letter-spacing: -1.5px; margin-bottom: 28px; color: #fff; }
/* The rotating word can be the longest line, keep it on one line and never let it clip. */
.rotator { white-space: nowrap; max-width: 100%; }
.rotator { color: #a5b4fc; display: inline-block; }
.hero-sub { font-size: 18px; color: rgba(255,255,255,.7); max-width: 520px; line-height: 1.55; margin-bottom: 36px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

/* ===== Hero mockup ===== */
/* reset leaked styles from styles.css .hero-right (class-name collision) */
.hero-right { position: relative; height: 600px; background: transparent; padding: 0; display: block; perspective: 1200px; }
.mock-resume {
  position: absolute; top: 0; right: 0; width: 95%; max-width: 540px;
  height: 580px;
  background: #fff; color: #1f2937; border-radius: 14px;
  box-shadow: 0 40px 90px -20px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.1);
  overflow: hidden; font-size: 13px;
  transform: rotate(2deg);
  transition: transform .18s ease-out;
  transform-origin: center center;
  display: flex; flex-direction: column;
}
.mock-resume .mock-body { flex: 1; overflow: hidden; }
.mock-summary { font-size: 11px; line-height: 1.55; color: #4b5563; margin-bottom: 4px; }
.mock-summary strong { color: #4f46e5; font-weight: 700; }
.mock-edu-sub { font-size: 11px; color: #6b7280; }
.mock-job--edu { margin-bottom: 8px; }

/* Stacked second page peeking behind the resume (depth) */
.mock-resume-stack {
  position: absolute; top: 18px; right: -18px; width: 95%; max-width: 540px; height: 560px;
  background: #fff; border-radius: 12px; opacity: .5;
  transform: rotate(5deg);
  box-shadow: 0 24px 60px rgba(0,0,0,.4);
  z-index: 0;
}

/* Monogram avatar in header (left of name, like a resume photo) */
.mock-header { position: relative; display: flex; align-items: center; gap: 14px; }
.mock-avatar {
  flex-shrink: 0;
  width: 50px; height: 50px; border-radius: 50%;
  background: rgba(255,255,255,.18); border: 1.5px solid rgba(255,255,255,.45);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 700; color: #fff; letter-spacing: .5px;
}

/* Bottom fade so the clipped skills row reads as intentional */
.mock-resume::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 70px;
  background: linear-gradient(180deg, transparent, #fff 85%);
  pointer-events: none; z-index: 4;
}

/* Keyword chips light up green in a cascade, timed to the scan beam (4.5s) */
.float-kw-list span { animation: kw-detect 4.5s ease-in-out infinite; }
.float-kw-list span:nth-child(1) { animation-delay: 0s; }
.float-kw-list span:nth-child(2) { animation-delay: .15s; }
.float-kw-list span:nth-child(3) { animation-delay: .3s; }
.float-kw-list span:nth-child(4) { animation-delay: .45s; }
.float-kw-list span:nth-child(5) { animation-delay: .6s; }
@keyframes kw-detect {
  0%, 60%, 100% { background: #eef2ff; color: #4f46e5; }
  72%           { background: #dcfce7; color: #16a34a; transform: scale(1.08); }
  84%           { background: #dcfce7; color: #16a34a; transform: scale(1); }
}

/* AI scan beam sweeping the resume */
.mock-scan {
  position: absolute; left: 0; right: 0; top: 0; height: 90px; z-index: 5;
  background: linear-gradient(180deg, transparent, rgba(99,102,241,.18) 45%, rgba(139,92,246,.28) 50%, rgba(99,102,241,.18) 55%, transparent);
  border-bottom: 2px solid rgba(139,92,246,.55);
  box-shadow: 0 0 24px rgba(139,92,246,.5);
  pointer-events: none; opacity: .9;
  animation: mock-scan-move 4.5s cubic-bezier(.5,0,.5,1) infinite;
}
@keyframes mock-scan-move {
  0%      { transform: translateY(-90px); opacity: 0; }
  12%     { opacity: .95; }
  88%     { opacity: .95; }
  100%    { transform: translateY(580px); opacity: 0; }
}
.mock-header { background: linear-gradient(135deg, #4f46e5, #6366f1); color: #fff; padding: 20px 24px; }
.mock-header h3 { font-size: 22px; font-weight: 700; margin-bottom: 6px; }
.mock-contact { display: flex; gap: 16px; font-size: 12px; opacity: .9; }
.mock-body { padding: 16px 24px 22px; }
.mock-body h4 { font-size: 11px; letter-spacing: .12em; color: #4f46e5; font-weight: 700; margin: 16px 0 8px; padding-bottom: 4px; border-bottom: 1px solid #e5e7eb; }
.mock-body h4:first-child { margin-top: 0; }
.mock-job { margin-bottom: 12px; padding-left: 10px; border-left: 2px solid #4f46e5; }
.mock-job-head { display: flex; justify-content: space-between; font-weight: 600; margin-bottom: 4px; }
.mock-job-head span { color: #6b7280; font-size: 11px; font-weight: 500; }
.mock-job ul { list-style: none; }
.mock-job li { font-size: 11px; line-height: 1.5; color: #4b5563; margin-bottom: 3px;
  border-radius: 4px; animation: li-scan 4.5s ease-in-out infinite; }
/* Each bullet flashes "optimized" green as the scan beam passes over it. */
.mock-body .mock-job:nth-of-type(1) li:nth-child(1) { animation-delay: 1.55s; }
.mock-body .mock-job:nth-of-type(1) li:nth-child(2) { animation-delay: 1.75s; }
.mock-body .mock-job:nth-of-type(1) li:nth-child(3) { animation-delay: 1.95s; }
.mock-body .mock-job:nth-of-type(2) li:nth-child(1) { animation-delay: 2.45s; }
.mock-body .mock-job:nth-of-type(2) li:nth-child(2) { animation-delay: 2.65s; }
@keyframes li-scan {
  0%, 100% { background: transparent; box-shadow: none; }
  3%  { background: rgba(34,197,94,.20); box-shadow: -6px 0 0 rgba(34,197,94,.20); }
  14% { background: rgba(34,197,94,0); box-shadow: none; }
}
.mock-job em { color: #4f46e5; font-style: normal; font-weight: 600; }
.mock-job strong { color: #4f46e5; font-weight: 700; }
.mock-skills { display: flex; flex-wrap: wrap; gap: 5px; }
.mock-skills span { padding: 3px 9px; background: #eef2ff; color: #4f46e5; border-radius: 4px; font-size: 11px; font-weight: 500; }

/* ===== Floating cards on hero ===== */
.float-ats {
  position: absolute; top: -26px; right: -28px;
  background: #fff; border: 1px solid rgba(255,255,255,.7);
  border-radius: 18px; padding: 16px 22px;
  box-shadow: 0 24px 55px rgba(0,0,0,.42);
  display: flex; flex-direction: column; align-items: center;
  font-family: Inter, sans-serif; color: #1f2937;
  z-index: 12; animation: float 4s ease-in-out infinite;
}
.float-ats-label { font-size: 10px; color: #6b7280; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; margin-bottom: 6px; }
.ats-ring { position: relative; width: 82px; height: 82px; }
.ats-num { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 30px; font-weight: 800; color: #16a34a; letter-spacing: -.5px; }
.float-ats-tag { font-size: 11.5px; color: #16a34a; font-weight: 700; margin-top: 6px; display: inline-flex; align-items: center; gap: 3px; }
.float-keywords {
  position: absolute; bottom: 30px; left: -36px;
  background: #fff; border-radius: 12px; padding: 14px 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
  font-family: Inter, sans-serif; color: #1f2937; width: 180px;
  z-index: 2; animation: float 4s ease-in-out infinite reverse;
}
.float-kw-label { font-size: 10px; color: #6b7280; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px; }
.float-kw-list { display: flex; flex-wrap: wrap; gap: 4px; }
.float-kw-list span { padding: 3px 8px; background: #eef2ff; color: #4f46e5; border-radius: 4px; font-size: 11px; font-weight: 500; }
.float-kw-match { font-size: 10px; color: #6b7280; margin-top: 8px; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ===== Generic sections ===== */
.section-light { padding: 96px 40px; background: #fff; color: #111827; }
.section-light + .section-light { padding-top: 0; }
.container { max-width: 1180px; margin: 0 auto; }
.container.narrow { max-width: 880px; }
.container.center { text-align: center; }
.section-title { font-size: clamp(34px, 4vw, 52px); font-weight: 700; letter-spacing: -1.5px; text-align: center; line-height: 1.1; margin-bottom: 16px; }
.section-title.light { color: #fff; }
.section-sub { font-size: 17px; color: #6b7280; text-align: center; max-width: 640px; margin: 0 auto 40px; line-height: 1.55; }
.section-sub.light { color: rgba(255,255,255,.75); }
.section-hint { text-align: center; font-size: 13px; color: #9ca3af; margin-top: -28px; margin-bottom: 40px; }
.kicker { display: inline-block; padding: 5px 14px; background: #f3f4f6; color: #6b7280; border-radius: 999px; font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.container.narrow .kicker { display: block; text-align: center; width: max-content; margin: 0 auto 16px; }
.accent-blue { color: #4f46e5; }

/* ===== Problem cards ===== */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.problem-card {
  background: #fff; border: 1px solid #f3f4f6; border-radius: 16px;
  padding: 30px 26px; transition: all .2s ease; cursor: default;
}
.problem-card:hover {
  border-color: #fecaca;
  background: linear-gradient(180deg, #fef2f2 0%, #fff 100%);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(239,68,68,.12);
}
.problem-icon { width: 56px; height: 56px; border-radius: 12px; background: #fef2f2; color: #ef4444; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.problem-icon svg { width: 26px; height: 26px; }
.problem-card h3 { font-size: 19px; font-weight: 700; margin-bottom: 8px; }
.problem-card p { font-size: 15px; line-height: 1.55; color: #6b7280; }
.problem-stat { display: flex; align-items: baseline; gap: 8px; margin-top: 16px; padding: 12px 14px; background: #fff; border-radius: 10px; }
.stat-big { font-size: 32px; font-weight: 800; color: #ef4444; }
.stat-tail { font-size: 12px; color: #6b7280; }

/* ===== Solution checklist ===== */
.sol-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 32px; }
.sol-item { display: flex; align-items: center; gap: 12px; padding: 16px 20px; background: #eef2ff; border-radius: 10px; font-size: 15px; font-weight: 500; }
.sol-check { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; background: #22c55e; color: #fff; border-radius: 50%; font-size: 14px; font-weight: 700; flex-shrink: 0; }
.sol-progress { margin-top: 32px; }
.sol-progress-label { display: flex; justify-content: space-between; font-size: 13px; color: #6b7280; margin-bottom: 8px; }
.sol-progress-label span { color: #4f46e5; font-weight: 700; }
.sol-progress-bar { height: 6px; background: #e5e7eb; border-radius: 3px; overflow: hidden; }
.sol-progress-bar > div { height: 100%; width: 100%; background: linear-gradient(90deg, #6366f1, #8b5cf6); border-radius: 3px; }

/* ===== Features grid ===== */
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feat-card {
  background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 24px 22px;
  text-decoration: none; color: inherit; cursor: pointer;
  transition: all .2s ease;
}
.feat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(99,102,241,.18);
  border-color: #c7d2fe;
  background: linear-gradient(180deg, #eef2ff 0%, #fff 100%);
}
.feat-card:hover .feat-cta-hint { opacity: 1; }
.feat-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #fff; margin-bottom: 16px; }
.feat-icon svg { width: 22px; height: 22px; }
.feat-orange  { background: linear-gradient(135deg, #f97316, #fb923c); }
.feat-green   { background: linear-gradient(135deg, #10b981, #34d399); }
.feat-purple  { background: linear-gradient(135deg, #8b5cf6, #a78bfa); }
.feat-blue    { background: linear-gradient(135deg, #3b82f6, #60a5fa); }
.feat-pink    { background: linear-gradient(135deg, #ec4899, #f472b6); }
.feat-cyan    { background: linear-gradient(135deg, #06b6d4, #22d3ee); }
.feat-violet  { background: linear-gradient(135deg, #6366f1, #8b5cf6); }
.feat-emerald { background: linear-gradient(135deg, #14b8a6, #5eead4); }
.feat-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; line-height: 1.3; }
.feat-card p { font-size: 14px; line-height: 1.55; color: #4b5563; }
.feat-cta { display: block; margin-top: 12px; font-size: 11px; color: #6366f1; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

/* ===== How it works ===== */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; max-width: 1000px; margin: 0 auto; position: relative; }
.step { text-align: center; position: relative; }
.step-icon { width: 60px; height: 60px; border-radius: 14px; background: linear-gradient(135deg, #4f46e5, #6366f1); color: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.step-icon svg { width: 28px; height: 28px; }
.step-line { position: absolute; top: 30px; left: 60%; width: 80%; height: 2px; background: linear-gradient(90deg, #6366f1, transparent); pointer-events: none; }
.step:last-child .step-line { display: none; }
.step-num { font-size: 12px; color: #6366f1; font-weight: 700; letter-spacing: .12em; }
.step h3 { font-size: 20px; font-weight: 700; margin: 8px 0 10px; }
.step p { font-size: 14px; color: #6b7280; line-height: 1.6; max-width: 280px; margin: 0 auto; }
.step-mock.terminal { margin-top: 20px; background: #f3f4f6; border-radius: 10px; padding: 10px 14px; font-family: "JetBrains Mono", Menlo, monospace; font-size: 11px; text-align: left; color: #4b5563; max-width: 260px; margin-left: auto; margin-right: auto; }
.term-dots { display: flex; gap: 4px; margin-bottom: 8px; }
.term-dots span { width: 8px; height: 8px; border-radius: 50%; background: #d1d5db; }
.term-dots span:nth-child(1) { background: #ef4444; }
.term-dots span:nth-child(2) { background: #f59e0b; }
.term-dots span:nth-child(3) { background: #22c55e; }
.term-line { margin-bottom: 3px; }
.term-cursor { display: inline-block; width: 6px; height: 11px; background: #4f46e5; animation: blink 1s steps(1) infinite; vertical-align: middle; }
@keyframes blink { 50% { opacity: 0; } }
.term-green { color: #22c55e; font-weight: 700; }

/* ===== Testimonials ===== */
.testimonial-stage { max-width: 700px; margin: 0 auto; }
.testimonial-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 32px 36px; position: relative; }
.stars { color: #fbbf24; font-size: 18px; letter-spacing: 2px; margin-bottom: 14px; }
.testimonial-card blockquote { font-size: 18px; line-height: 1.55; color: #1f2937; margin-bottom: 20px; }
.t-meta { margin-bottom: 18px; }
.ats-pill { display: inline-flex; padding: 5px 12px; background: #eef2ff; color: #4f46e5; border-radius: 999px; font-size: 12px; font-weight: 600; }
.t-author { display: flex; align-items: center; gap: 12px; }
.t-avatar { width: 40px; height: 40px; border-radius: 50%; background: #f3f4f6; display: flex; align-items: center; justify-content: center; font-size: 22px; }
.t-author strong { display: block; font-size: 14px; }
.t-role { font-size: 12px; color: #6b7280; }
.testimonial-nav { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 24px; }
.testimonial-nav button { width: 36px; height: 36px; border-radius: 50%; border: 1px solid #e5e7eb; background: #fff; font-size: 18px; cursor: pointer; }
.testimonial-nav button:hover { background: #f3f4f6; }
.testimonial-dots { display: flex; gap: 6px; }
.testimonial-dots span { width: 8px; height: 8px; border-radius: 50%; background: #d1d5db; cursor: pointer; }
.testimonial-dots span.active { background: #4f46e5; width: 22px; border-radius: 4px; }

/* ===== Stats ===== */
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.stat { text-align: center; padding: 34px 22px; background: #fff; border: 1px solid #eceef4; border-radius: 20px; box-shadow: 0 2px 12px rgba(15,23,42,.04); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.stat:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(15,23,42,.12); border-color: #d7dbf0; }
.stat-num { font-size: 52px; font-weight: 700; color: var(--accent); letter-spacing: -1.5px; line-height: 1; }
.stat-label { font-size: 14px; color: #6b7280; margin-top: 10px; line-height: 1.45; max-width: 240px; margin-left: auto; margin-right: auto; }

/* ===== Trust ===== */
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.trust-card {
  background: #fff; border: 1px solid #e5e7eb; border-radius: 16px;
  padding: 32px 26px; text-align: center; transition: all .2s ease;
  cursor: default;
}
.trust-card:hover {
  border-color: #c7d2fe;
  background: linear-gradient(180deg, #eef2ff 0%, #fff 100%);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(99,102,241,.15);
}
.trust-icon { width: 56px; height: 56px; border-radius: 14px; background: #eef2ff; color: #4f46e5; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.trust-icon svg { width: 26px; height: 26px; }
.trust-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.trust-card p { font-size: 14px; color: #6b7280; line-height: 1.55; }
.trust-pill { display: inline-block; margin-top: 14px; padding: 5px 12px; background: #eef2ff; color: #4f46e5; border-radius: 999px; font-size: 12px; font-weight: 600; }

/* ===== Pricing ===== */
.price-toggle { display: inline-flex; padding: 4px; background: #f3f4f6; border-radius: 12px; margin: 0 auto 40px; gap: 4px; }
.container { position: relative; }
#pricing .price-toggle { display: flex; width: max-content; margin: 0 auto 40px; }
.pt-btn { padding: 10px 22px; border-radius: 8px; font-size: 14px; font-weight: 600; color: #6b7280; cursor: pointer; transition: all .15s; }
.pt-btn.active { background: #4f46e5; color: #fff; }
.pt-badge { display: inline-block; padding: 2px 7px; border-radius: 6px; font-size: 10px; font-weight: 700; margin-left: 4px; }
.pt-badge-best { background: #22c55e; color: #fff; }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 760px; margin: 0 auto; }
.price-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 36px 32px; position: relative; }
.price-card.featured { border-color: #4f46e5; box-shadow: 0 20px 44px rgba(15,23,42,.14); }
.price-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); padding: 5px 14px; background: linear-gradient(135deg, #4f46e5, #6366f1); color: #fff; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.price-icon { width: 50px; height: 50px; border-radius: 11px; margin-bottom: 18px; display: flex; align-items: center; justify-content: center; background: rgba(79,70,229,.1) !important; color: #4f46e5; }
.price-icon svg { width: 24px; height: 24px; }
.price-card h3 { font-size: 22px; font-weight: 700; margin-bottom: 4px; }
.price { display: flex; align-items: baseline; gap: 6px; margin: 12px 0 4px; }
.price-num { font-size: 48px; font-weight: 800; letter-spacing: -2px; }
.price-period { font-size: 14px; color: #6b7280; }
.price-sub { font-size: 14px; color: #6b7280; margin-bottom: 22px; }
.price-list { list-style: none; padding: 0; margin-bottom: 26px; }
.price-list li { padding: 7px 0; font-size: 14px; }
.price-list li.muted { color: #9ca3af; }
.price-foot { text-align: center; font-size: 13px; color: #6b7280; margin-top: 32px; }

/* ===== FAQ ===== */
.faq details { background: #fff; border-bottom: 1px solid #e5e7eb; padding: 18px 4px; cursor: pointer; }
.faq summary { font-size: 16px; font-weight: 600; outline: none; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "▾"; color: #6b7280; transition: transform .2s; }
.faq summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
.faq details[open] summary::after { transform: rotate(180deg); }
.faq details p { margin-top: 12px; color: #6b7280; font-size: 14px; line-height: 1.6; }

/* ===== Final CTA ===== */
.final-cta {
  padding: 96px 40px;
  background:
    radial-gradient(circle at 20% 50%, rgba(99,102,241,.25), transparent 60%),
    radial-gradient(circle at 80% 50%, rgba(139,92,246,.25), transparent 60%),
    #0a0e27;
  color: #fff;
}
.final-cta .btn { margin-top: 8px; }
.countdown { margin-top: 42px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.countdown-label { font-size: 11px; color: rgba(255,255,255,.55); letter-spacing: .15em; }
.countdown-clock { display: flex; gap: 12px; }
.cd-box {
  display: flex; flex-direction: column; align-items: center;
  width: 64px; padding: 10px; border-radius: 10px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
}
.cd-box span { font-size: 28px; font-weight: 700; letter-spacing: -1px; }
.cd-box small { font-size: 10px; color: rgba(255,255,255,.5); letter-spacing: .1em; }

/* ===== Footer ===== */
.home-footer { background: #07091a; padding: 64px 40px 32px; color: rgba(255,255,255,.7); border-top: 1px solid rgba(255,255,255,.05); }
.footer-row { display: grid; grid-template-columns: 1.4fr 2fr; gap: 40px; margin-bottom: 36px; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,.5); margin-top: 8px; max-width: 280px; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer-cols h4 { font-size: 12px; letter-spacing: .1em; color: #fff; text-transform: uppercase; margin-bottom: 12px; }
.footer-cols a { display: block; font-size: 13px; color: rgba(255,255,255,.6); margin-bottom: 6px; text-decoration: none; }
.footer-cols a:hover { color: #fff; }
.footer-bot { font-size: 12px; color: rgba(255,255,255,.4); padding-top: 24px; border-top: 1px solid rgba(255,255,255,.05); text-align: center; }

/* ===== Hero trust line ===== */
.hero-trust-line {
  margin-top: 18px; font-size: 13px; color: rgba(255,255,255,.5); letter-spacing: .01em;
}

/* ===== Nav scroll solidify ===== */
.home-nav-solid {
  background: rgba(7,9,26,.97) !important;
  box-shadow: 0 2px 20px rgba(0,0,0,.4);
}

/* ===== Scroll-triggered fade-in ===== */
.fade-ready {
  opacity: 0; transform: translateY(24px);
  transition: opacity .55s ease, transform .55s ease;
}
.fade-in-up { opacity: 1 !important; transform: translateY(0) !important; }

/* ===== Back to top ===== */
.back-to-top {
  position: fixed; bottom: 28px; right: 28px; z-index: 99;
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--gradient); color: #fff;
  font-size: 18px; font-weight: 700; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.35);
  opacity: 0; transform: translateY(12px); pointer-events: none;
  transition: opacity .25s, transform .25s;
}
.back-to-top.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.back-to-top:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,.45); }

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .grid-3, .feature-grid, .steps-grid, .trust-grid, .price-grid, .footer-row, .footer-cols { grid-template-columns: 1fr; }
  .sol-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: 1fr; gap: 20px; }
  .home-nav-links { display: none; }
  .home-nav { padding: 14px 20px; }
  .section-light, .final-cta { padding: 64px 20px; }
  /* Stacked steps: drop the horizontal connector that juts off-screen,
     add a clean vertical connector under each step icon instead */
  .steps-grid { gap: 8px; }
  .step { padding-bottom: 28px; }
  .step-line {
    top: auto; bottom: 0; left: 50%; transform: translateX(-50%);
    width: 2px; height: 28px;
    background: linear-gradient(180deg, #6366f1, transparent);
  }
}

/* ===== Live activity ticker ===== */
.activity-ticker {
  background: transparent;
  padding: 4px 20px 18px; text-align: center; font-size: 13px; font-weight: 500; color: rgba(255,255,255,.72);
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.ticker-dot {
  width: 8px; height: 8px; border-radius: 50%; background: #22c55e;
  flex-shrink: 0; animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.8)} }
#ticker-msg { transition: opacity .3s; }

/* ===== Testimonial: verified badge ===== */
.t-verified {
  margin-left: auto; font-size: 11px; font-weight: 600;
  color: #22c55e; background: rgba(34,197,94,.1);
  border: 1px solid rgba(34,197,94,.25); border-radius: 20px;
  padding: 3px 10px; white-space: nowrap;
}
.t-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  font-size: 15px; flex-shrink: 0;
}

/* ===== Pricing: trust badges row ===== */
.trust-badges {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 16px;
  margin-top: 28px;
}
.trust-badge {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 500; color: #5a6080;
  padding: 6px 14px; border: 1px solid #d0d4e8; border-radius: 20px;
  background: #f4f5fb;
}
.trust-badge svg { flex-shrink: 0; opacity: .6; }

/* ===== Skip link ===== */
.skip-link {
  position: absolute; top: -40px; left: 16px; z-index: 999;
  background: var(--accent, #6366f1); color: #fff; padding: 8px 16px;
  border-radius: 6px; font-size: 13px; font-weight: 600; text-decoration: none;
  transition: top .2s;
}
.skip-link:focus { top: 8px; }

/* ===== Nav: Sign in + hamburger ===== */
.nav-actions { display: flex; align-items: center; gap: 8px; }
.nav-hamburger {
  display: none; flex-direction: column; justify-content: center; align-items: center;
  gap: 5px; width: 36px; height: 36px; border: none; background: transparent;
  cursor: pointer; padding: 4px;
}
.nav-hamburger span {
  display: block; width: 22px; height: 2px; background: rgba(255,255,255,.8);
  border-radius: 2px; transition: transform .25s, opacity .25s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Scroll-spy active nav link */
.home-nav-links a.nav-active { color: #fff; }
.home-nav-links a.nav-active::after { width: 100%; }

/* ===== Hero: scroll chevron + badge pulse ===== */
.scroll-chevron {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,.5); animation: chevron-bounce 2s ease-in-out infinite;
  text-decoration: none; display: flex; align-items: center; justify-content: center;
}
@keyframes chevron-bounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(6px)} }
.dot-pulse { animation: dot-pulse 2.5s ease-in-out infinite; }
@keyframes dot-pulse { 0%,100%{box-shadow:0 0 0 0 rgba(139,92,246,.6)} 50%{box-shadow:0 0 0 5px rgba(139,92,246,0)} }

/* ===== Wave divider ===== */
.wave-divider {
  background: linear-gradient(180deg, #07091a 0%, #07091a 40%, transparent 100%);
  line-height: 0; margin-bottom: -2px;
}
.wave-divider svg { display: block; width: 100%; }

/* ===== Alternate section background ===== */
.section-alt {
  background: #f7f8fc; padding: 80px 40px;
}

/* ===== Problem cards: color-coded ===== */
.problem-card--red   { border-left: 3px solid #ef4444 !important; }
.problem-card--amber { border-left: 3px solid #f59e0b !important; }
.problem-card--orange{ border-left: 3px solid #f97316 !important; }
.problem-card--red   .problem-icon { color: #ef4444; }
.problem-card--amber .problem-icon { color: #f59e0b; }
.problem-card--orange .problem-icon { color: #f97316; }

/* ===== Before / After section ===== */
.ba-card {
  display: grid; grid-template-columns: 1fr 60px 1fr; gap: 0;
  border: 1px solid #e2e5f0; border-radius: 16px; overflow: hidden;
  margin-top: 32px; background: #fff;
}
.ba-col { padding: 28px 24px; }
.ba-before { background: #fff8f8; border-right: 1px solid #fee2e2; }
.ba-after  { background: #f0fdf4; }
.ba-label {
  font-size: 11px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase;
  padding: 4px 10px; border-radius: 20px; display: inline-flex; margin-bottom: 16px;
}
.ba-label-bad  { background: #fee2e2; color: #991b1b; }
.ba-label-good { background: #dcfce7; color: #14532d; }
.ba-bullet { font-size: 13px; line-height: 1.6; padding: 8px 10px; border-radius: 8px; margin-bottom: 8px; }
.ba-bullet-bad  { background: rgba(239,68,68,.07); color: #7f1d1d; }
.ba-bullet-good { background: rgba(16,185,129,.07); color: #064e3b; }
.ba-score-row { display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.ba-score-pill {
  font-size: 12px; font-weight: 700; padding: 4px 12px;
  border-radius: 20px;
}
.ba-score-bad  { background: #fee2e2; color: #991b1b; }
.ba-score-good { background: #dcfce7; color: #14532d; }
.ba-score-label { font-size: 12px; color: #64748b; }
.ba-divider {
  display: flex; align-items: center; justify-content: center;
  background: #f1f5f9; border-left: 1px solid #e2e8f0; border-right: 1px solid #e2e8f0;
}
.ba-arrow-wrap {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  color: #6366f1; font-size: 10px; font-weight: 700; letter-spacing: .5px;
}

/* ===== Feature cards: free/premium labels ===== */
.feat-card-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 8px; }
.feat-plan {
  font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 20px;
  letter-spacing: .4px; text-transform: uppercase; white-space: nowrap;
}
.feat-plan-free    { background: #dcfce7; color: #14532d; }
.feat-plan-premium { background: #ede9fe; color: #4c1d95; }

/* ===== Testimonial 3-column grid ===== */
.testimonial-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 32px 0;
}
.rating-headline {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  margin-bottom: 8px;
}
.rating-stars { color: #f59e0b; font-size: 18px; letter-spacing: 2px; }
.rating-score { font-size: 22px; font-weight: 700; color: #1e293b; }
.rating-count  { font-size: 13px; color: #64748b; }
.tcard {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 14px;
  padding: 22px; display: flex; flex-direction: column; gap: 12px;
  box-shadow: 0 1px 4px rgba(0,0,0,.05);
  transition: box-shadow .2s, transform .2s;
}
.tcard:hover { box-shadow: 0 6px 20px rgba(0,0,0,.08); transform: translateY(-2px); }
.tcard-stars { color: #f59e0b; font-size: 14px; letter-spacing: 1px; }
.tcard blockquote { font-size: 13px; line-height: 1.7; color: #334155; flex: 1; font-style: italic; }
.tcard-pill {
  display: inline-flex; align-items: center; font-size: 11px; font-weight: 700;
  background: #ede9fe; color: #5b21b6; padding: 3px 10px; border-radius: 20px; width: fit-content;
}
.tcard-author { display: flex; align-items: center; gap: 10px; }
.tcard-avatar {
  width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; color: #fff;
}
.tcard-name  { font-size: 13px; font-weight: 600; color: #1e293b; }
.tcard-role  { font-size: 11px; color: #64748b; }
.tcard-verified {
  margin-left: auto; font-size: 10px; font-weight: 700; white-space: nowrap;
  color: #16a34a; background: #dcfce7; border: 1px solid #bbf7d0;
  border-radius: 20px; padding: 2px 8px; flex-shrink: 0;
}

/* ===== Logo wall ===== */
.logo-wall-title { text-align: center; font-size: 13px; font-weight: 700; color: #64748b; letter-spacing: .8px; text-transform: uppercase; margin-bottom: 26px; }
.logo-wall { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px; }
.logo-chip {
  display: inline-flex; align-items: center; justify-content: center;
  height: 52px; min-width: 120px; padding: 0 22px;
  border: 1px solid #e2e8f0; border-radius: 12px; background: #fff;
  white-space: nowrap; box-shadow: 0 1px 3px rgba(15,23,42,.05);
  filter: grayscale(100%); opacity: .62;
  transition: filter .3s ease, opacity .3s ease, border-color .25s, box-shadow .25s, transform .25s;
}
.logo-chip:hover {
  filter: grayscale(0%); opacity: 1;
  border-color: #cbd5e1; transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(15,23,42,.12);
}
/* Wordmarks */
.wm { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 19px; letter-spacing: -.3px; line-height: 1; }
.wm-google { font-size: 21px; letter-spacing: -.5px; gap: 0; }
.wm-google b { font-weight: 600; }
.wm-amazon { position: relative; color: #232F3E; font-size: 20px; padding-bottom: 7px; text-transform: lowercase; }
.amazon-smile { position: absolute; left: 6px; bottom: -1px; }
.wm-meta { color: #0081FB; font-weight: 800; font-size: 21px; letter-spacing: -.5px; }
.wm-ms { color: #5e5e5e; font-weight: 600; font-size: 18px; }
.wm-netflix { color: #E50914; font-weight: 800; letter-spacing: 1px; font-size: 17px; }
.wm-stripe { color: #635BFF; font-weight: 800; font-size: 22px; letter-spacing: -.6px; }
.wm-airbnb { color: #FF5A5F; font-weight: 700; font-size: 19px; }
.wm-spotify { color: #1DB954; font-weight: 800; font-size: 19px; }
.wm-salesforce { color: #00A1E0; font-weight: 700; font-size: 18px; }
.logo-wall-sub { text-align: center; font-size: 13px; color: #94a3b8; margin-top: 26px; font-weight: 500; }

/* ===== Pricing: savings + social proof ===== */
.price-social-proof { text-align: center; font-size: 12px; color: #64748b; margin: -4px 0 20px; }
.price-savings { font-size: 12px; color: #16a34a; font-weight: 600; margin: 4px 0 0; }

/* ===== FAQ: smooth animation + icons ===== */
.faq details { border-radius: 10px; border: 1px solid #e2e8f0; background: #fff; overflow: hidden; margin-bottom: 8px; }
.faq details summary {
  cursor: pointer; list-style: none; padding: 16px 20px;
  font-size: 15px; font-weight: 600; color: #1e293b;
  display: flex; justify-content: space-between; align-items: center;
  user-select: none;
}
.faq details summary::-webkit-details-marker { display: none; }
.faq-icon {
  width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid #cbd5e1;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  font-size: 14px; color: #64748b; transition: transform .25s, background .2s;
  position: relative;
}
.faq-icon::before { content: '+'; position: absolute; transition: opacity .2s; }
.faq details[open] .faq-icon::before { content: '−'; }
.faq details[open] .faq-icon { background: #ede9fe; border-color: #c4b5fd; color: #6366f1; }
.faq-content { overflow: hidden; max-height: 0; transition: max-height .35s ease; }
.faq-content p { padding: 0 20px 18px; font-size: 14px; line-height: 1.7; color: #475569; margin: 0; }
.faq details[open] .faq-content { max-height: 400px; }

/* ===== Final CTA: social proof avatars ===== */
.final-social-proof {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  margin-bottom: 20px; font-size: 14px; color: rgba(255,255,255,.8);
}
.final-social-proof strong { color: #fff; }
.final-avatars { display: flex; }
.final-avatar {
  width: 32px; height: 32px; border-radius: 50%; border: 2px solid rgba(255,255,255,.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 700; color: #fff; margin-left: -8px;
}
.final-avatars .final-avatar:first-child { margin-left: 0; }
.final-tagline { margin-top: 14px; font-size: 13px; color: rgba(255,255,255,.5); }

/* ===== Footer: social links + status ===== */
.footer-social { display: flex; gap: 12px; margin-top: 14px; }
.footer-social a {
  width: 34px; height: 34px; border-radius: 8px; background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.6); transition: background .15s, color .15s;
}
.footer-social a:hover { background: rgba(255,255,255,.15); color: #fff; }
.footer-status { display: flex; align-items: center; gap: 6px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; flex-shrink: 0; }

/* ===== Mobile responsive ===== */
@media (max-width: 768px) {
  .nav-hamburger { display: flex; }
  .home-nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; z-index: 40; flex-direction: column; background: #0d1130; padding: 16px 20px; gap: 4px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .home-nav-links.nav-open { display: flex; }
  .home-nav-links a { padding: 10px 8px; font-size: 15px; }
  .home-nav-links a.nav-signin-m { display: block; }   /* mobile-only Sign in inside the menu */
  /* Flatten the Resources dropdown into the stacked mobile menu (all links visible). */
  .nav-dd { display: block; width: 100%; }
  .nav-dd-trigger { display: none; }
  .nav-dd-menu {
    position: static; opacity: 1; visibility: visible; pointer-events: auto;
    transform: none; margin: 0; padding: 0; min-width: 0;
    background: none; border: 0; box-shadow: none; gap: 0;
  }
  .nav-dd-menu::before { display: none; }
  .nav-dd-menu a { padding: 10px 8px; font-size: 15px; border-radius: 0; }
  .home-nav { position: relative; }
  .nav-actions .btn-ghost { display: none; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .ba-card { grid-template-columns: 1fr; }
  .ba-divider { padding: 16px; border-left: none; border-right: none; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; }
  .ba-arrow-wrap { flex-direction: row; }
  .logo-wall { gap: 8px; }
  .logo-chip { font-size: 12px; padding: 6px 14px; }
  .section-alt { padding: 64px 20px; }
  .rating-headline { flex-wrap: wrap; gap: 6px; }
  .final-avatars { display: none; }
  .final-social-proof { flex-wrap: wrap; }
}

/* =========================================================
   ANIMATIONS, INTERACTIONS & COLOR FIXES
   ========================================================= */

/* ── CRITICAL: section-alt has light bg but inherits dark-mode text ── */
.section-alt { color: #1e293b; }
.section-alt .section-title { color: #111827; }
.section-alt .section-sub   { color: #6b7280; }
.section-alt .kicker        { color: #6b7280; background: #e2e8f0; }
.section-alt .step h3       { color: #111827; }
.section-alt .step p        { color: #6b7280; }
.section-alt .step-mock.terminal { background: #fff; color: #475569; border: 1px solid #e2e8f0; box-shadow: 0 4px 14px rgba(15,23,42,.06); }
.section-alt .step-mock.terminal .term-line { color: #475569; }
.section-alt .step-num      { color: #6366f1; }
.section-alt .ba-arrow-wrap { color: #6366f1; }

/* ── Nav link animated underline ── */
.home-nav-links a { position: relative; }
.home-nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0;
  width: 0; height: 1.5px; background: rgba(255,255,255,.7);
  transition: width .25s ease; border-radius: 1px;
}
.home-nav-links a:hover::after,
.home-nav-links a.nav-active::after { width: 100%; }

/* Primary buttons are solid and quiet — no shimmer sweep (reads as templated/AI). */

/* ── Feature icon glow + scale on hover ── */
.feat-icon { transition: box-shadow .2s, transform .2s; }
.feat-card:hover .feat-icon    { transform: scale(1.1); }
.feat-card:hover .feat-orange  { box-shadow: 0 6px 20px rgba(249,115,22,.5); }
.feat-card:hover .feat-green   { box-shadow: 0 6px 20px rgba(16,185,129,.5); }
.feat-card:hover .feat-purple  { box-shadow: 0 6px 20px rgba(139,92,246,.5); }
.feat-card:hover .feat-blue    { box-shadow: 0 6px 20px rgba(59,130,246,.5); }
.feat-card:hover .feat-pink    { box-shadow: 0 6px 20px rgba(236,72,153,.5); }
.feat-card:hover .feat-cyan    { box-shadow: 0 6px 20px rgba(6,182,212,.5); }
.feat-card:hover .feat-violet  { box-shadow: 0 6px 20px rgba(99,102,241,.5); }
.feat-card:hover .feat-emerald { box-shadow: 0 6px 20px rgba(20,184,166,.5); }

/* ── Pricing featured card: animated pulse border ── */
@keyframes pulse-border {
  0%,100% { box-shadow: 0 20px 50px rgba(99,102,241,.2), 0 0 0 2px #4f46e5; }
  50%      { box-shadow: 0 28px 60px rgba(139,92,246,.35), 0 0 0 2.5px #8b5cf6; }
}
.price-card.featured { animation: pulse-border 3s ease-in-out infinite; }

/* ── Testimonial: large decorative quote mark ── */
.tcard { position: relative; overflow: hidden; }
.tcard::before {
  content: '\201C'; position: absolute; top: -4px; right: 16px;
  font-size: 90px; font-family: Georgia, serif; line-height: 1;
  color: rgba(99,102,241,.07); pointer-events: none; user-select: none;
}

/* ── Logo marquee (seamless: one wrapper, two identical tracks, -50% loop) ── */
.logo-wall { display: block; overflow: hidden; position: relative; padding: 6px 0; }
.logo-wall::before, .logo-wall::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none;
}
.logo-wall::before { left: 0;  background: linear-gradient(90deg, #f7f8fc 10%, transparent); }
.logo-wall::after  { right: 0; background: linear-gradient(-90deg, #f7f8fc 10%, transparent); }
.logo-marquee {
  display: flex; width: max-content;
  animation: marquee 34s linear infinite;
}
.logo-marquee:hover { animation-play-state: paused; }
.logo-track { display: flex; gap: 14px; padding-right: 14px; flex-shrink: 0; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── Hero particles canvas ── */
#hero-particles { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.hero-inner, .scroll-chevron, .hero-bg { z-index: 1; }
.hero-bg { z-index: 0; }
.hero-inner { z-index: 2; }
.scroll-chevron { z-index: 2; }

/* ── Problem stat: animated fill bar ── */
.problem-bar { height: 5px; background: #fecaca; border-radius: 3px; margin-top: 10px; overflow: hidden; }
.problem-bar-fill {
  height: 100%; width: 0; border-radius: 3px;
  background: linear-gradient(90deg, #ef4444, #f87171);
  transition: width 1.4s cubic-bezier(.2,0,.2,1);
}
.problem-bar-fill.animated { width: 70%; }

/* ── Step connector: fade in when step scrolls into view ── */
.step-line { opacity: 0; transition: opacity .7s ease .4s; }
.step.fade-in-up .step-line { opacity: 1; }

/* ── Hero typewriter cursor on rotator ── */
.rotator {
  border-right: 3px solid rgba(167,139,250,.85);
  padding-right: 5px;
  animation: caret-blink 1.1s steps(1) infinite;
}
@keyframes caret-blink { 0%,100% { border-color: rgba(167,139,250,.85); } 50% { border-color: transparent; } }

/* ── Pricing: sliding pill toggle ── */
.price-toggle { position: relative; }
#price-toggle-pill {
  position: absolute; top: 4px; height: calc(100% - 8px);
  background: #4f46e5; border-radius: 8px; z-index: 0;
  transition: left .28s cubic-bezier(.4,0,.2,1), width .28s cubic-bezier(.4,0,.2,1);
  pointer-events: none; box-shadow: 0 2px 10px rgba(79,70,229,.4);
}
.pt-btn { position: relative; z-index: 1; }
.pt-btn.active { background: transparent !important; }

/* ── Before/After: animate "After" column on scroll ── */
.ba-after {
  opacity: 0; transform: translateX(28px);
  transition: opacity .7s ease .1s, transform .7s cubic-bezier(.2,0,.2,1) .1s;
}
.ba-card.ba-revealed .ba-after { opacity: 1; transform: translateX(0); }

/* ── Ticker: slide animation ── */
#ticker-msg { transition: opacity .22s ease, transform .22s ease; }
.ticker-exit  { opacity: 0 !important; transform: translateY(-8px) !important; }
.ticker-enter { opacity: 0 !important; transform: translateY(8px) !important; }

/* ── Problem card: 3D tilt (same as feat-cards) ── */
.problem-card { cursor: default; }

/* ── FAQ: remove duplicate ▾ arrow (faq-icon span handles it now) ── */
.faq summary::after { content: none !important; display: none !important; }

/* ── Hero revamp: aurora glow blob behind resume ── */
.hero-visual-glow {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-38%, -50%);
  width: 520px; height: 520px;
  background:
    radial-gradient(circle at 30% 40%, rgba(99,102,241,.38) 0%, transparent 55%),
    radial-gradient(circle at 72% 62%, rgba(139,92,246,.28) 0%, transparent 50%),
    radial-gradient(circle at 55% 20%, rgba(59,130,246,.18) 0%, transparent 45%);
  filter: blur(48px); border-radius: 50%;
  pointer-events: none; z-index: 0;
  animation: glow-drift 7s ease-in-out infinite;
}
@keyframes glow-drift {
  0%,100% { transform: translate(-38%,-50%) scale(1); opacity: .85; }
  33%      { transform: translate(-36%,-52%) scale(1.06); opacity: 1; }
  66%      { transform: translate(-41%,-47%) scale(.96); opacity: .9; }
}

/* ── Hero: cursor-tracking spotlight ── */
.hero { --mx: 50%; --my: 40%; }
.hero-bg::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(circle at var(--mx) var(--my), rgba(139,92,246,.13) 0%, transparent 38%);
  pointer-events: none;
  transition: background .08s linear;
}

/* ── Mock resume: premium shadow, shimmer, hover overlay ── */
.mock-resume {
  box-shadow:
    0 2px 8px rgba(0,0,0,.18),
    0 24px 70px rgba(13,18,55,.55),
    0 0 0 1px rgba(255,255,255,.1),
    0 0 80px rgba(99,102,241,.18) !important;
}
.mock-header { position: relative; overflow: hidden; }
.mock-header::after {
  content: ''; position: absolute; top: 0; left: -100%; width: 55%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.1), transparent);
  transform: skewX(-20deg);
  animation: resume-shimmer 5s ease-in-out infinite 1.5s;
}
@keyframes resume-shimmer { 0% { left: -100%; } 35%,100% { left: 160%; } }

/* Mock resume: hover ATS-pass overlay */
.mock-resume { overflow: hidden; }
.mock-resume-stamp {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 10px;
  background: rgba(79,70,229,.88); backdrop-filter: blur(4px);
  color: #fff; border-radius: 12px; z-index: 10;
  opacity: 0; transition: opacity .28s ease; pointer-events: none;
}
.mock-resume:hover .mock-resume-stamp { opacity: 1; }
.mock-resume-stamp-icon { font-size: 44px; line-height: 1; }
.mock-resume-stamp-text { font-size: 18px; font-weight: 800; letter-spacing: .5px; }
.mock-resume-stamp-sub  { font-size: 12px; opacity: .8; }

/* Hero badge: static, no pulsing glow (the animated glow read as AI/flashy). */

/* ── ATS ring: green glow on fill ── */
#ats-ring-fill { filter: drop-shadow(0 0 7px rgba(34,197,94,.7)); }

/* ── Floating cards: entrance + colored accent ── */
.float-ats {
  box-shadow: 0 20px 50px rgba(0,0,0,.45), 0 0 0 1px rgba(34,197,94,.15), 0 0 30px rgba(34,197,94,.1) !important;
  animation: float-enter-r .65s cubic-bezier(.2,0,.2,1) .3s both, float 4s ease-in-out 1s infinite;
}
.float-keywords {
  box-shadow: 0 20px 50px rgba(0,0,0,.45), 0 0 0 1px rgba(99,102,241,.15) !important;
  animation: float-enter-l .65s cubic-bezier(.2,0,.2,1) .5s both, float 4s ease-in-out 1s infinite reverse;
}
@keyframes float-enter-r { from { opacity:0; transform: translateX(20px); } to { opacity:1; transform: translateX(0); } }
@keyframes float-enter-l { from { opacity:0; transform: translateX(-20px); } to { opacity:1; transform: translateX(0); } }

/* ── Hero CTA: a physical shadow, not a neon glow ── */
.hero-ctas .btn-primary {
  box-shadow: 0 6px 18px rgba(0,0,0,.32);
}
.hero-ctas .btn-primary:hover {
  box-shadow: 0 10px 26px rgba(0,0,0,.4);
  transform: translateY(-2px);
}

/* ── Nav mobile overlay (click-outside to close) ── */
.nav-mobile-overlay {
  display: none; position: fixed; inset: 0; z-index: 38;
}
.nav-mobile-overlay.active { display: block; }

/* ── Anchor scroll offset so sticky nav doesn't cover section titles (#3) ── */
section[id] { scroll-margin-top: 80px; }

/* ── Sticky mini-CTA: appears after scrolling past the hero (#6) ── */
#sticky-cta {
  position: fixed; left: 50%; bottom: 24px; z-index: 98;
  transform: translate(-50%, 24px); opacity: 0; pointer-events: none;
  padding: 13px 26px; font-size: 14px; white-space: nowrap;
  box-shadow: 0 10px 30px rgba(99,102,241,.5);
  transition: opacity .3s ease, transform .3s ease;
}
#sticky-cta.visible { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
@media (max-width: 600px) {
  #sticky-cta { left: 16px; right: 16px; transform: translateY(24px); text-align: center; }
  #sticky-cta.visible { transform: translateY(0); }
  .back-to-top { bottom: 84px; }
}

/* ── Contrast bumps for small light-bg text (#16) ── */
.logo-wall-sub { color: #64748b; }
.section-hint { color: #6b7280; }
.tcard-role, .price-period, .price-sub { color: #64748b; }

/* ── Scroll progress bar (top of page) ── */
#scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: linear-gradient(90deg, #6366f1, #a78bfa, #ec4899);
  z-index: 100; box-shadow: 0 0 10px rgba(139,92,246,.6);
  transition: width .08s linear; pointer-events: none;
}

/* ── Magnetic hero buttons ── */
.hero-ctas .btn { transition: transform .18s cubic-bezier(.2,0,.2,1), box-shadow .2s; will-change: transform; }

/* ── Stat number: count-up pop when in view ── */
.stat-num { display: inline-block; transition: transform .3s; }
.stat-num.counted { animation: stat-pop .5s cubic-bezier(.34,1.56,.64,1); }
@keyframes stat-pop { 0% { transform: scale(1); } 40% { transform: scale(1.18); } 100% { transform: scale(1); } }

/* ── Section title: gradient shine sweep on scroll-in ── */
.section-title.shine-in {
  background: linear-gradient(90deg, currentColor 0%, currentColor 40%, #8b5cf6 50%, currentColor 60%, currentColor 100%);
  background-size: 250% 100%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: title-shine 1.1s ease forwards;
}
@keyframes title-shine { from { background-position: 130% 0; } to { background-position: -30% 0; } }

/* ── Reduced motion: respect user preference ── */
@media (prefers-reduced-motion: reduce) {
  .mock-scan, .hero-visual-glow, .logo-marquee, .float-ats, .float-keywords, .float-kw-list span,
  .mock-job li, .hero-badge, .dot-pulse, .scroll-chevron, .price-card.featured,
  .ticker-dot, .mock-header::after { animation: none !important; }
  #hero-particles { display: none; }
  * { scroll-behavior: auto !important; }
}

/* ── Hero trust line: icon badges ── */
.hero-trust-icons { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 18px; }
.hti { display: flex; align-items: center; gap: 5px; font-size: 12px; color: rgba(255,255,255,.5); }
.hti svg { flex-shrink: 0; opacity: .6; }

/* ===== Fanned tool deck (DisplayCards, vanilla) ===== */
.dcards { position: relative; display: grid; place-items: center; min-height: 360px; margin: 44px auto 24px; }
.dcard {
  grid-area: 1 / 1;            /* stack all cards in one cell */
  width: 392px; min-height: 184px; box-sizing: border-box;
  display: flex; flex-direction: column; gap: 9px; justify-content: center;
  padding: 22px 24px; border-radius: 16px;
  border: 2px solid #e2e8f0; background: #fff;
  box-shadow: 0 14px 34px rgba(15,23,42,.12);
  filter: grayscale(.55); opacity: .9;
  transform: skewY(-5deg) translate(var(--tx,0), var(--ty,0));
  transition: transform .5s cubic-bezier(.2,.7,.2,1), filter .4s ease, opacity .35s ease, border-color .25s, box-shadow .3s;
  cursor: pointer; outline: none; position: relative; overflow: hidden;
}
/* per-tool accent top edge */
.dcard::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--accent), transparent 85%);
}
.dcard-1 { --tx: 0;    --ty: 0;   z-index: 3; filter: none; opacity: 1; }
.dcard-2 { --tx: 40px; --ty: 30px; z-index: 2; }
.dcard-3 { --tx: 80px; --ty: 60px; z-index: 1; }

/* Engage the whole deck (mouse hover or keyboard focus): fan out + full colour */
.dcards:hover .dcard,
.dcards:focus-within .dcard,
.dcards.is-hinting .dcard { filter: none; opacity: 1; }
.dcards:hover .dcard-1, .dcards:focus-within .dcard-1, .dcards.is-hinting .dcard-1 { transform: skewY(-5deg) translate(-214px, -44px); }
.dcards:hover .dcard-2, .dcards:focus-within .dcard-2, .dcards.is-hinting .dcard-2 { transform: skewY(-5deg) translate(10px, 8px); }
.dcards:hover .dcard-3, .dcards:focus-within .dcard-3, .dcards.is-hinting .dcard-3 { transform: skewY(-5deg) translate(232px, 60px); }

/* The card you point at (or tab to) pops FLAT, scaled up, on top, always readable.
   Placed after the fan rules so it wins on equal specificity. */
.dcards .dcard:hover,
.dcards .dcard:focus-visible {
  transform: translate(var(--px, 0), var(--py, -8px)) scale(1.05);
  filter: none; opacity: 1; z-index: 10;
  border-color: var(--accent);
  box-shadow: 0 26px 60px rgba(15,23,42,.28);
}
.dcards .dcard-1:hover, .dcards .dcard-1:focus-visible { --px: -214px; --py: -52px; }
.dcards .dcard-2:hover, .dcards .dcard-2:focus-visible { --px: 10px;   --py: 0px;   }
.dcards .dcard-3:hover, .dcards .dcard-3:focus-visible { --px: 232px;  --py: 52px;  }

/* When one card is highlighted, recede the other two (dim + blur) so the active
   card reads as floating ABOVE them instead of slicing through their text. */
.dcards:has(.dcard:hover) .dcard,
.dcards:has(.dcard:focus-visible) .dcard { opacity: .28; filter: grayscale(.4) blur(2px); }
.dcards:has(.dcard:hover) .dcard:hover,
.dcards:has(.dcard:focus-visible) .dcard:focus-visible { opacity: 1; filter: none; }

.dcard-top { display: flex; align-items: center; gap: 8px; }
.dcard-ico { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 50%; background: var(--accent-bg); color: var(--accent); }
.dcard-title { font-size: 17px; font-weight: 700; color: var(--accent); line-height: 1.25; }
.dcard-desc { font-size: 16px; font-weight: 600; color: #1e293b; line-height: 1.45; }
.dcard-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.dcard-metric { display: inline-flex; align-items: center; font-size: 11.5px; font-weight: 700;
  color: var(--accent); background: var(--accent-bg); border-radius: 20px; padding: 3px 10px; white-space: nowrap; }
.dcard-date { font-size: 12.5px; color: #64748b; line-height: 1.45; }

/* Narrow / mobile: drop the fan, show a clean readable full-colour stack (no hover needed) */
@media (max-width: 760px) {
  .dcards { display: flex; flex-direction: column; align-items: center; gap: 14px; min-height: 0; }
  .dcard { position: static; width: 100%; max-width: 400px; min-height: 0;
    transform: none !important; filter: none; opacity: 1; }
}
@media (prefers-reduced-motion: reduce) { .dcard { transition: none; } }

/* ===== 3 AI tools showcase wrapper ===== */
.aitools-showcase { margin-top: 56px; padding-top: 40px; border-top: 1px solid #e2e8f0; text-align: center; }
.aitools-title { font-size: 24px; font-weight: 800; color: #0f172a; margin-bottom: 6px; }
.aitools-sub { font-size: 14px; color: #64748b; margin: 0 auto; max-width: 520px; }

/* ===== Features: bento layout + cursor spotlight (interactive) ===== */
.feature-bento { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.feat-wide { grid-column: span 2; display: flex; flex-direction: column; }
.feat-card { position: relative; overflow: hidden; }
.feat-card > * { position: relative; z-index: 1; }
/* soft glow that tracks the cursor (vars set in home.js) */
.feat-card::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; opacity: 0;
  pointer-events: none; transition: opacity .25s ease; z-index: 0;
  background: radial-gradient(320px circle at var(--mx, 50%) var(--my, 50%), rgba(99,102,241,.13), transparent 62%);
}
.feat-card:hover::before { opacity: 1; }
@media (max-width: 980px) {
  .feature-bento { grid-template-columns: 1fr; }
  .feat-wide { grid-column: auto; }
}

/* ===== Feature spotlights (alternating mockups) ===== */
.spotlights {
  /* base dark + subtle brand glows baked into the background so the pseudo-
     elements are free for the top/bottom colour fades. */
  background:
    radial-gradient(60% 50% at 80% 30%, rgba(99,102,241,.14), transparent 60%),
    radial-gradient(50% 50% at 10% 80%, rgba(139,92,246,.12), transparent 60%),
    #0a0e27;
  padding: 130px 0; position: relative; overflow: hidden;
}
/* Long, finely-eased "scrim" fades for a very gradual blend. Padding (130px)
   keeps them clear of the content so they never wash the text. */
.spotlights::before { content:''; position:absolute; top:0; left:0; right:0; height:190px; z-index:0; pointer-events:none;
  /* Smooth ease-out fade with a soft top knee: gentle at the very edge so it
     melts into the light section above, no bright plateau/bar, then a long low
     tail into the navy. Fine stops keep the ramp continuous (no visible band). */
  background: linear-gradient(180deg,
    #f7f8fc 0%, rgba(247,248,252,.94) 7%, rgba(247,248,252,.85) 14%, rgba(247,248,252,.74) 21%,
    rgba(247,248,252,.62) 28%, rgba(247,248,252,.51) 35%, rgba(247,248,252,.41) 42%,
    rgba(247,248,252,.32) 49%, rgba(247,248,252,.24) 56%, rgba(247,248,252,.17) 63%,
    rgba(247,248,252,.12) 70%, rgba(247,248,252,.07) 77%, rgba(247,248,252,.04) 84%,
    rgba(247,248,252,.015) 91%, rgba(247,248,252,0) 100%); }
.spotlights::after { content:''; position:absolute; bottom:0; left:0; right:0; height:190px; z-index:0; pointer-events:none;
  background: linear-gradient(0deg,
    #fff 0%, rgba(255,255,255,.94) 7%, rgba(255,255,255,.85) 14%, rgba(255,255,255,.74) 21%,
    rgba(255,255,255,.62) 28%, rgba(255,255,255,.51) 35%, rgba(255,255,255,.41) 42%,
    rgba(255,255,255,.32) 49%, rgba(255,255,255,.24) 56%, rgba(255,255,255,.17) 63%,
    rgba(255,255,255,.12) 70%, rgba(255,255,255,.07) 77%, rgba(255,255,255,.04) 84%,
    rgba(255,255,255,.015) 91%, rgba(255,255,255,0) 100%); }
.spotlight { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
  align-items: center; padding: 34px 0; }
.spotlight + .spotlight { border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, transparent, rgba(255,255,255,.12) 22%, rgba(255,255,255,.12) 78%, transparent) 1; }
.spotlight.reverse .spot-text { order: 2; }
.spotlight.reverse .spot-mock { order: 1; }
.spot-eyebrow { display:inline-block; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: #a5b4fc; margin-bottom: 14px; }
.spot-title { font-size: clamp(28px, 3.4vw, 40px); font-weight: 700; line-height: 1.12; letter-spacing: -.02em; color: #fff; margin-bottom: 16px; }
.spot-desc { font-size: 15px; line-height: 1.7; color: #9aa3c7; max-width: 460px; }
.spot-link { display: inline-block; margin-top: 20px; font-size: 14px; font-weight: 600; color: #a5b4fc; }
.spot-link:hover { color: #fff; }

/* stacked mockup cards */
.spot-mock { position: relative; min-height: 290px; display: flex; align-items: center; justify-content: flex-start; }
.spotlight.reverse .spot-mock { justify-content: flex-end; }
.spot-card-bg { position: absolute; width: 78%; height: 80%; border-radius: 28px; background: #11152e;
  box-shadow: 0 30px 80px rgba(0,0,0,.5); filter: blur(1px); }
.spotlight:not(.reverse) .spot-card-bg { top: 4%; left: -6%; transform: rotate(-3deg); }
.spotlight.reverse .spot-card-bg { bottom: 4%; right: -6%; transform: rotate(3deg); }
.spot-card { position: relative; z-index: 2; width: 100%; max-width: 420px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 24px;
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 24px 70px rgba(0,0,0,.45); padding: 22px; color: #e6e9f5; }
.spot-card.sm-center { text-align: center; }

/* Layered entrance: the text uses the section's .fade-ready; the mockup cards
   rise and fade in just after, with the back card trailing for depth. */
.spot-card { opacity: 0; transform: translateY(30px);
  transition: opacity .7s ease .12s, transform .7s cubic-bezier(.2,.7,.2,1) .12s; }
.spotlight.fade-in-up .spot-card { opacity: 1; transform: translateY(0); }
.spot-card-bg { opacity: 0; transition: opacity .9s ease .3s; }
.spotlight.fade-in-up .spot-card-bg { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .spot-card, .spot-card-bg { transition: none; opacity: 1; transform: none; }
}

/* mockup internals */
.sm-label { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #6b73a0; margin-bottom: 8px; }
.sm-jd { font-size: 12.5px; line-height: 1.55; color: #aeb6da; background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 12px 14px; }
.sm-arrow { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase; color: #a5b4fc; margin: 16px 0 10px; }
.sm-bullets { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.sm-bullets li { position: relative; padding-left: 16px; font-size: 13px; line-height: 1.5; color: #d6dbf2; }
.sm-bullets li::before { content: '•'; position: absolute; left: 2px; color: #6366f1; }
.sm-bullets strong { color: #fff; font-weight: 700; }

.sm-ring { position: relative; width: 120px; height: 120px; margin: 6px auto 14px; }
.sm-ring-num { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-size: 34px; font-weight: 800; color: #22c55e; }
.sm-ring-num span { font-size: 12px; font-weight: 600; color: #6b73a0; }
.sm-tag { font-size: 13px; font-weight: 700; color: #22c55e; margin-bottom: 16px; }
.sm-chips { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; }
.sm-chip { font-size: 11.5px; font-weight: 600; border-radius: 8px; padding: 4px 9px; }
.sm-chip.ok { background: rgba(34,197,94,.14); color: #6ee7b7; border: 1px solid rgba(34,197,94,.3); }
.sm-chip.miss { background: rgba(255,255,255,.05); color: #9aa3c7; border: 1px dashed rgba(255,255,255,.18); }

.sm-score-row { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 16px; }
.sm-score { font-size: 30px; font-weight: 800; color: #fff; }
.sm-score span { font-size: 13px; font-weight: 600; color: #6b73a0; }
.sm-meter { display: flex; align-items: center; gap: 12px; margin-bottom: 11px; }
.sm-meter-name { width: 58px; font-size: 12px; color: #9aa3c7; flex-shrink: 0; }
.sm-bar { flex: 1; height: 7px; border-radius: 999px; background: rgba(255,255,255,.08); overflow: hidden; }
.sm-bar i { display: block; height: 100%; border-radius: 999px; }
.sm-rec { display: flex; gap: 8px; margin-top: 16px; padding: 11px 13px; border-radius: 12px;
  background: rgba(99,102,241,.1); border: 1px solid rgba(99,102,241,.25); font-size: 12.5px; line-height: 1.5; color: #c7ccf0; }
.sm-rec-ico { color: #a5b4fc; }

@media (max-width: 860px) {
  .spotlight, .spotlight.reverse { grid-template-columns: 1fr; gap: 28px; }
  .spotlight.reverse .spot-text, .spotlight.reverse .spot-mock { order: 0; }
  .spot-mock { min-height: 300px; }
}

/* ===== Display/accent font on landing headings ===== */
.hero-title, .rotator, .section-title, .spot-title, .spot-eyebrow, .aitools-title,
.dcard-title, .feat-card h3, .feat-wide h3, .price-card h3, .pcard-title,
.home-brand, .stat-num { font-family: var(--font-display); }

/* ===== Waves background on the hero (faithful to the original: white on black) ===== */
#hero-waves { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; margin: 0; padding: 0; }
#hero-waves svg { display: block; width: 100%; height: 100%; }
/* White pointer dot, positioned by the --x/--y vars set in waves.js (as in the original). */
.wave-dot { position: absolute; top: 0; left: 0; border-radius: 50%; pointer-events: none; will-change: transform;
  transform: translate3d(calc(var(--x) - 50%), calc(var(--y) - 50%), 0); }
.hero .hero-inner { position: relative; z-index: 2; }
.hero .hero-bg { z-index: 0; }

/* ===== Hero left: refined glass panel (overrides the legacy flat gradient) ===== */
.hero .hero-left {
  background: linear-gradient(160deg, rgba(255,255,255,0.055) 0%, rgba(255,255,255,0.02) 55%, rgba(255,255,255,0.008) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  padding: 52px 48px 46px;
  box-shadow: 0 28px 70px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.05);
}
@media (max-width: 768px) {
  .hero .hero-left { padding: 34px 24px 30px; border-radius: 20px; }
}

/* ===== FAQ accordion: leading icons + left accent bar on open ===== */
.faq summary { gap: 12px; }
.faq-q { display: flex; align-items: center; gap: 12px; flex: 1; min-width: 0; }
.faq-lead { display: inline-flex; flex-shrink: 0; color: #9aa1b8; transition: color .25s ease; }
.faq details[open] .faq-lead { color: #6366f1; }
.faq details[open] summary { background: rgba(99,102,241,.05); }
.faq-content { position: relative; }
.faq-content::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: #6366f1; opacity: 0; transition: opacity .3s ease; }
.faq details[open] .faq-content::before { opacity: 1; }

/* ===== Liquid-glass CTA button (vanilla port of 21st.dev LiquidButton, themed) ===== */
.liquid-btn {
  position: relative; isolation: isolate; display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; height: 56px; padding: 0 40px; border-radius: 14px; cursor: pointer; text-decoration: none;
  font-family: var(--font-display); font-size: 16px; font-weight: 600; color: #fff;
  background: linear-gradient(180deg, rgba(99,102,241,0.30), rgba(99,102,241,0.12));
  transition: transform .3s ease, filter .2s ease;
}
.liquid-btn:hover { transform: scale(1.05); filter: brightness(1.08); }
.liquid-btn:active { transform: scale(0.98); filter: brightness(0.96); }
/* Glassy edge highlights + inner glow (dark-theme variant from the original). */
.liquid-btn-shadow {
  position: absolute; inset: 0; z-index: 0; border-radius: inherit; pointer-events: none;
  box-shadow:
    0 0 8px rgba(0,0,0,0.03), 0 2px 6px rgba(0,0,0,0.08),
    inset 3px 3px 0.5px -3.5px rgba(255,255,255,0.5),
    inset -3px -3px 0.5px -3.5px rgba(255,255,255,0.85),
    inset 1px 1px 1px -0.5px rgba(255,255,255,0.6),
    inset -1px -1px 1px -0.5px rgba(255,255,255,0.6),
    inset 0 0 6px 6px rgba(255,255,255,0.08),
    inset 0 0 2px 2px rgba(255,255,255,0.04),
    0 0 12px rgba(99,102,241,0.25);
}
/* Refraction: distorts the background behind the button (the "liquid glass"). */
.liquid-btn-blur {
  position: absolute; inset: 0; z-index: -1; border-radius: inherit; overflow: hidden; pointer-events: none;
  backdrop-filter: url("#container-glass"); -webkit-backdrop-filter: url("#container-glass");
}
.liquid-btn-label { position: relative; z-index: 10; }
@media (prefers-reduced-motion: reduce) { .liquid-btn { transition: none; } .liquid-btn:hover { transform: none; } }

/* ===== Spotlights: header, accents, chrome, CTAs, animations ===== */
.spot-head { text-align: center; max-width: 620px; margin: 0 auto 8px; padding-bottom: 8px; }
.spot-head-eyebrow { display:inline-block; font-size:12px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#a5b4fc; margin-bottom:12px; }

/* per-feature accent */
.spot-a-indigo { --spot:#818cf8; --spot-rgb:129,140,248; }
.spot-a-green  { --spot:#34d399; --spot-rgb:52,211,153; }
.spot-a-violet { --spot:#a78bfa; --spot-rgb:167,139,250; }
.spotlight .spot-eyebrow { color: var(--spot); margin: 0; }
.spot-eyebrow-row { display:flex; align-items:center; gap:11px; margin-bottom:14px; }
.spot-step { flex-shrink:0; width:26px; height:26px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center;
  font-size:13px; font-weight:700; color:var(--spot); background:rgba(var(--spot-rgb),.14); border:1px solid rgba(var(--spot-rgb),.35); }

/* CTA + metric chip */
.spot-benefits { list-style:none; margin:22px 0 0; padding:0; display:flex; flex-direction:column; gap:11px; max-width:480px; }
.spot-benefits li { display:flex; align-items:flex-start; gap:10px; font-size:14.5px; line-height:1.45; color:#c7cbe0; }
.spot-benefits li svg { flex:none; margin-top:2px; color:var(--spot); }
.spot-actions { display:flex; align-items:center; gap:14px; flex-wrap:wrap; margin-top:22px; }
.spot-cta { display:inline-flex; align-items:center; gap:6px; font-size:13px; font-weight:600; color:#fff; text-decoration:none;
  padding:10px 16px; border-radius:10px; background:rgba(var(--spot-rgb),.18); border:1px solid rgba(var(--spot-rgb),.4); transition:background .2s, transform .2s; }
.spot-cta:hover { background:rgba(var(--spot-rgb),.30); transform:translateY(-1px); }
.spot-metric { font-size:12px; font-weight:600; color:var(--spot); background:rgba(var(--spot-rgb),.12); border-radius:999px; padding:5px 11px; }

/* radial glow behind each mockup, tinted to the accent */
.spot-mock::after { content:''; position:absolute; inset:-10% -6%; z-index:0; pointer-events:none;
  background: radial-gradient(50% 45% at 55% 45%, rgba(var(--spot-rgb),.18), transparent 70%); }
.spot-card, .spot-card-bg { position:relative; z-index:1; }
.spot-card-bg { background:#0e1430; opacity:.85; }

/* window chrome dots */
.sm-chrome { display:flex; gap:6px; margin-bottom:14px; }
.sm-chrome span { width:9px; height:9px; border-radius:50%; background:rgba(255,255,255,.16); }
.sm-chrome span:first-child { background:rgba(255,107,107,.5); }
.sm-chrome span:nth-child(2) { background:rgba(245,191,77,.5); }
.sm-chrome span:nth-child(3) { background:rgba(52,211,153,.5); }

/* hover lift + accent glow on the mock card */
.spotlight .spot-card { transition: transform .3s ease, box-shadow .3s ease; }
.spot-mock:hover .spot-card { transform: translateY(-4px); box-shadow: 0 28px 70px rgba(0,0,0,.5), 0 0 0 1px rgba(var(--spot-rgb),.25); }

/* ring accent + animated keyword chips/bars */
.sm-ring-num { color:#fff; }
.sm-chips .sm-chip.ok { background:rgba(255,255,255,.05); color:#9aa3c7; border:1px solid rgba(255,255,255,.08); transition:all .3s ease; }
.sm-chips .sm-chip.ok.lit { background:rgba(52,197,94,.16); color:#6ee7b7; border-color:rgba(52,197,94,.32); }
.sm-bar-fill { width:0; transition: width .9s cubic-bezier(.2,.7,.2,1); }
.sm-bullets li { border-radius:5px; }
.sm-bullets li.hl { animation: spotBulletHL 1s ease; }
@keyframes spotBulletHL { 0%{background:rgba(var(--spot-rgb),.22);} 100%{background:transparent;} }

@media (prefers-reduced-motion: reduce) {
  .sm-bar-fill { transition:none; }
  .spot-mock:hover .spot-card { transform:none; }
}
