:root {
  --ink: #101a34;
  --ink-soft: #46506a;
  --navy: #07162f;
  --navy-2: #0c2247;
  --cyan: #24d8ff;
  --blue: #5d7bff;
  --pink: #ff4f93;
  --violet: #a86bff;
  --cream: #f8f9ff;
  --soft: #eef2fb;
  --white: #ffffff;
  --border: #dfe4f0;
  --success: #0b9b72;
  --radius: 22px;
  --shadow: 0 22px 70px rgba(9, 25, 58, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.site-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.page-shell { min-height: 100vh; display: flex; flex-direction: column; }
.app-main { flex: 1; margin-top: 32px; margin-bottom: 64px; }

.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 16px 0;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(223, 228, 240, 0.8);
  backdrop-filter: blur(18px);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; text-decoration: none; letter-spacing: -0.03em; font-size: 21px; }
.brand-mark { display: inline-grid; place-items: center; width: 31px; height: 31px; border-radius: 10px; color: #fff; background: linear-gradient(135deg, var(--cyan), var(--blue) 48%, var(--pink)); box-shadow: 0 8px 20px rgba(72, 114, 255, 0.25); }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links > a, .nav-text-button { color: #35405b; font-weight: 600; font-size: 14px; text-decoration: none; }
.nav-links > a:not(.button):hover, .nav-text-button:hover { color: var(--blue); }
.nav-links form { margin: 0; }
.nav-text-button { border: 0; background: transparent; padding: 0; cursor: pointer; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--border); background: #fff; border-radius: 12px; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--ink); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  color: #fff !important;
  background: linear-gradient(135deg, #4269ee, #7c5cf4);
  box-shadow: 0 10px 24px rgba(79, 101, 230, 0.24);
  font-weight: 800 !important;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(79, 101, 230, 0.3); }
.button-small { min-height: 40px; padding: 9px 15px; border-radius: 11px; font-size: 13px !important; }
.button-large { min-height: 56px; padding: 15px 24px; }
.button-secondary { color: var(--ink) !important; background: #fff; border-color: var(--border); box-shadow: none; }
.button-secondary:hover { box-shadow: 0 10px 24px rgba(10, 30, 70, .08); }
.button-light { color: var(--navy) !important; background: #fff; box-shadow: 0 14px 28px rgba(0, 0, 0, .14); }

.hero-section { overflow: hidden; padding: 74px 0 78px; background: radial-gradient(circle at 90% 10%, rgba(70, 117, 255, .12), transparent 34%), linear-gradient(#fff, #f8faff); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 64px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #44516f; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 2px; background: linear-gradient(90deg, var(--cyan), var(--pink)); }
.hero-copy h1 { max-width: 650px; margin: 18px 0 22px; font-size: clamp(47px, 5.4vw, 76px); line-height: .99; letter-spacing: -.065em; }
.hero-copy h1 em { display: block; color: transparent; font-style: normal; background: linear-gradient(90deg, #3a6df0, #a155ed 52%, #ed4c94); -webkit-background-clip: text; background-clip: text; }
.hero-lede { max-width: 590px; margin: 0; color: var(--ink-soft); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 26px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 0; padding: 0; list-style: none; color: #5b647a; font-size: 12px; font-weight: 700; }
.hero-proof span { color: var(--success); }
.hero-visual { position: relative; min-height: 575px; }
.hero-glow { position: absolute; inset: 12% 5%; border-radius: 50%; background: radial-gradient(circle, rgba(61, 123, 255, .24), transparent 68%); filter: blur(26px); }
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 32px; box-shadow: 0 30px 80px rgba(4, 19, 50, .22); }
.floating-note { position: absolute; z-index: 2; width: 225px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.65); border-radius: 15px; background: rgba(255,255,255,.93); box-shadow: 0 18px 44px rgba(8, 24, 57, .2); backdrop-filter: blur(12px); }
.floating-note strong { display: block; font-size: 12px; }
.floating-note span { display: block; margin-top: 4px; color: #64708d; font-size: 11px; line-height: 1.45; }
.floating-note-top { top: 10%; left: -6%; }
.floating-note-bottom { right: -5%; bottom: 10%; }

.signal-strip { padding: 20px 0; color: #dce8ff; background: var(--navy); }
.signal-strip .site-container { display: flex; justify-content: center; gap: 16px; text-align: center; font-size: 13px; }
.signal-strip span { color: #7f94bd; }
.section { padding: 104px 0; }
.section-heading { max-width: 730px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section h2, .final-cta h2 { margin: 16px 0; font-size: clamp(36px, 4.1vw, 56px); line-height: 1.08; letter-spacing: -.05em; }
.section-heading p, .section-lede { color: var(--ink-soft); font-size: 17px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { position: relative; min-height: 300px; padding: 32px; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 34px rgba(15, 35, 75, .06); }
.step-card.featured { transform: translateY(-12px); border-color: #a9b8ff; background: linear-gradient(145deg, #f4f6ff, #fff); }
.step-number { position: absolute; right: 24px; top: 22px; color: #b6bfd1; font-size: 12px; font-weight: 800; }
.step-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 15px; color: #fff; background: linear-gradient(135deg, var(--cyan), var(--blue) 55%, var(--pink)); box-shadow: 0 12px 28px rgba(70, 112, 234, .22); font-size: 24px; }
.step-card h3 { margin: 32px 0 10px; font-size: 22px; letter-spacing: -.03em; }
.step-card p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.section-dark { color: #fff; background: radial-gradient(circle at 80% 30%, rgba(76, 109, 255, .2), transparent 40%), var(--navy); }
.sample-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 72px; }
.eyebrow-light { color: #9db1d8; }
.sample-copy > p { color: #aebfdf; font-size: 17px; }
.sample-copy em { color: #fff; font-style: normal; }
.check-list { display: grid; gap: 22px; margin: 34px 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 14px; }
.check-list li > span { display: grid; place-items: center; flex: 0 0 25px; height: 25px; border-radius: 50%; color: #07162f; background: var(--cyan); font-weight: 900; }
.check-list strong, .check-list small { display: block; }
.check-list small { margin-top: 3px; color: #8fa3cb; font-size: 12px; }
.text-link { color: #fff; font-weight: 800; text-underline-offset: 5px; }
.report-card { padding: 22px; border: 1px solid rgba(173, 197, 245, .26); border-radius: 24px; color: var(--ink); background: #fff; box-shadow: 0 30px 100px rgba(0, 0, 0, .28); transform: rotate(1deg); }
.report-topbar { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.report-topbar > div { display: flex; align-items: center; gap: 8px; }
.report-logo { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; color: #fff; background: linear-gradient(135deg, var(--cyan), var(--pink)); }
.report-badge { padding: 6px 9px; border-radius: 999px; color: #4e60a9; background: #edf0ff; font-size: 10px; font-weight: 800; }
.report-email { padding: 18px 0 15px; }
.report-email small, .report-email strong, .report-email span { display: block; }
.report-email small { color: #9099ac; font-size: 8px; letter-spacing: .12em; }
.report-email strong { margin: 4px 0; font-size: 17px; }
.report-email span { color: #68738a; font-size: 10px; }
.intent-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.intent-grid div { padding: 12px; border-radius: 12px; background: #f3f5fa; }
.intent-grid strong, .intent-grid span { display: block; }
.intent-grid strong { color: #4e64ce; font-size: 21px; }
.intent-grid span { color: #6f788c; font-size: 9px; }
.directional-note { display: flex; gap: 7px; align-items: center; margin: 11px 0; color: #737d91; font-size: 8px; }
.directional-note span { display: grid; place-items: center; width: 15px; height: 15px; border-radius: 50%; background: #edf0f7; font-weight: 900; }
.reaction-list { display: grid; gap: 8px; }
.reaction-list article { display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: start; padding: 10px; border: 1px solid var(--border); border-radius: 12px; }
.avatar { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #fff; font-size: 9px; font-weight: 800; }
.avatar-cyan { background: linear-gradient(135deg, #00bfe9, #5075ec); }
.avatar-pink { background: linear-gradient(135deg, #ff8abe, #ef427e); }
.avatar-violet { background: linear-gradient(135deg, #6d70e9, #a960e8); }
.reaction-list strong { display: block; font-size: 10px; }
.reaction-list p { margin: 2px 0 0; color: #616d83; font-size: 8px; line-height: 1.5; }
.sentiment { padding: 4px 6px; border-radius: 999px; font-size: 7px; font-weight: 800; }
.sentiment.neutral { color: #9d6b00; background: #fff6d8; }
.sentiment.positive { color: #087858; background: #dcfaee; }
.sentiment.negative { color: #b43a66; background: #ffe6ef; }
.report-recommendation { margin-top: 10px; padding: 12px; border-radius: 12px; background: linear-gradient(135deg, #edf3ff, #f7efff); }
.report-recommendation span, .report-recommendation strong { display: block; }
.report-recommendation span { color: #6e7890; font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.report-recommendation strong { margin-top: 3px; font-size: 10px; }

.methodology-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 80px; }
.methodology-card { display: grid; place-items: center; min-height: 470px; border-radius: 32px; background: radial-gradient(circle at center, #223e75, #07162f 66%); box-shadow: var(--shadow); }
.methodology-orbit { position: relative; display: grid; place-items: center; width: 165px; height: 165px; border: 1px solid rgba(91, 221, 255, .5); border-radius: 50%; box-shadow: 0 0 70px rgba(37, 205, 255, .2); }
.methodology-orbit > span { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 24px; color: #fff; background: linear-gradient(135deg, var(--cyan), var(--blue), var(--pink)); font-size: 26px; font-weight: 900; }
.methodology-orbit i { position: absolute; width: 35px; height: 35px; border-radius: 50%; background: linear-gradient(135deg, var(--cyan), var(--pink)); box-shadow: 0 0 24px rgba(69, 198, 255, .6); }
.methodology-orbit i:nth-of-type(1) { top: -18px; left: 65px; }
.methodology-orbit i:nth-of-type(2) { bottom: 7px; left: -14px; }
.methodology-orbit i:nth-of-type(3) { right: -14px; bottom: 10px; }
.principle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 32px; }
.principle-grid article { padding: 18px; border-left: 3px solid #6a80f4; background: #f7f8fc; }
.principle-grid strong { font-size: 14px; }
.principle-grid p { margin: 5px 0 0; color: var(--ink-soft); font-size: 12px; }

.section-soft { background: var(--cream); }
.use-case-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border); border-radius: 24px; overflow: hidden; background: #fff; }
.use-case-grid article { min-height: 240px; padding: 28px; border-right: 1px solid var(--border); }
.use-case-grid article:last-child { border-right: 0; }
.use-case-grid span { color: #9aa5bb; font-size: 11px; font-weight: 800; }
.use-case-grid h3 { margin: 50px 0 10px; font-size: 18px; }
.use-case-grid p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.pricing-section { background: linear-gradient(145deg, #fff, #f1f4ff); }
.pricing-heading { margin-bottom: 38px; }
.plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 980px; margin: 0 auto; }
.pricing-card { position: relative; padding: 34px; border: 1px solid #cfd7f1; border-radius: 25px; background: #fff; box-shadow: var(--shadow); }
.pricing-label { position: absolute; right: 25px; top: 25px; padding: 6px 9px; border-radius: 999px; color: #4c5fcc; background: #edf0ff; font-size: 10px; font-weight: 900; }
.pricing-label.static { position: static; display: inline-flex; color: #4c5fcc; }
.pricing-label.premium { color: #fff; background: linear-gradient(135deg, #4269ee, #9c5ce9); }
.price strong { font-size: 54px; letter-spacing: -.05em; }
.price span { color: #758096; }
.pricing-card ul { display: grid; gap: 12px; padding: 0; list-style: none; }
.pricing-card li::before { content: "✓"; margin-right: 10px; color: var(--success); font-weight: 900; }
.pricing-card small { display: block; padding-top: 18px; border-top: 1px solid var(--border); color: #758096; }
.plan-card { display: flex; flex-direction: column; padding: 34px; border: 1px solid #cfd7f1; border-radius: 25px; background: #fff; box-shadow: 0 16px 45px rgba(9, 25, 58, .08); }
.plan-card-featured { border: 2px solid #667aef; box-shadow: 0 24px 70px rgba(67, 91, 210, .18); }
.plan-topline { display: flex; justify-content: space-between; align-items: center; gap: 14px; color: #758096; font-size: 11px; font-weight: 700; }
.plan-card .price { margin-top: 18px; }
.plan-promise { min-height: 52px; margin: 4px 0 22px; color: var(--ink-soft); font-size: 14px; }
.plan-card ul { display: grid; gap: 12px; min-height: 222px; margin: 0 0 26px; padding: 22px 0 0; border-top: 1px solid var(--border); list-style: none; }
.plan-card li { color: #35405b; font-size: 14px; }
.plan-card li::before { content: "✓"; margin-right: 10px; color: var(--success); font-weight: 900; }
.plan-button { width: 100%; margin-top: auto; }
.plan-card small { display: block; margin-top: 12px; color: #758096; text-align: center; font-size: 11px; }
.pricing-reassurance { display: flex; justify-content: center; gap: 10px; margin-top: 26px; color: #65708a; font-size: 13px; }
.pricing-reassurance strong { color: var(--ink); }

.subscription-page { max-width: 1040px; margin: 48px auto 80px; }
.subscription-intro { margin-bottom: 34px; text-align: center; }
.subscription-intro h1 { margin: 10px 0; font-size: clamp(38px, 5vw, 58px); line-height: 1.05; letter-spacing: -.05em; }
.subscription-intro p { max-width: 670px; margin: 0 auto; color: var(--ink-soft); }
.account-summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; padding: 18px 22px; border: 1px solid var(--border); border-radius: 16px; background: #f8f9fd; }
.account-summary strong, .account-summary span { display: block; }
.account-summary span { color: var(--ink-soft); font-size: 13px; }
.account-summary-actions { display: flex; align-items: center; gap: 12px; }
.status-pill { padding: 7px 10px; border-radius: 999px; color: #4759b8; background: #e9edff; font-size: 11px !important; font-weight: 800; text-transform: uppercase; }
.billing-note { max-width: 760px; margin: 26px auto 0; color: #6a7489; text-align: center; font-size: 12px; }
.team-callout { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 28px; padding: 25px; border-radius: 20px; color: #fff; background: linear-gradient(120deg, #07162f, #263b79); }
.team-callout h2 { margin: 0 0 4px; font-size: 21px; }
.team-callout p { margin: 0; color: #adbee0; font-size: 13px; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq-list details { padding: 22px 0; border-bottom: 1px solid var(--border); }
.faq-list summary { position: relative; padding-right: 30px; cursor: pointer; list-style: none; font-weight: 800; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; color: #6678de; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 650px; color: var(--ink-soft); font-size: 14px; }
.final-cta { padding: 74px 0; color: #fff; background: radial-gradient(circle at 20% 10%, rgba(48, 214, 255, .23), transparent 36%), linear-gradient(120deg, #07162f, #192b62 60%, #442664); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { margin-bottom: 0; }

.site-footer { margin-top: auto; padding: 64px 0 28px; color: #ccd7ec; background: #050f22; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; }
.footer-grid p { max-width: 370px; color: #7f91b3; font-size: 13px; }
.footer-grid h2 { margin: 0 0 15px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a { color: #94a7c9; font-size: 13px; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-brand { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 24px; border-top: 1px solid #192744; color: #687b9f; font-size: 11px; }

.flash-stack { position: relative; z-index: 5; }
.flash { margin-top: 16px; padding: 13px 16px; border-radius: 12px; font-size: 14px; }
.flash-notice { color: #076f53; background: #def8ef; border: 1px solid #bcebdc; }
.flash-alert { color: #8c2548; background: #ffe8f0; border: 1px solid #ffcddd; }
.consent-banner { position: fixed; z-index: 200; left: 20px; bottom: 20px; width: min(520px, calc(100% - 40px)); padding: 17px; border: 1px solid #cad3e6; border-radius: 16px; background: #fff; box-shadow: 0 20px 70px rgba(4, 16, 40, .22); }
.consent-banner p { margin: 0 0 13px; color: var(--ink-soft); font-size: 12px; }
.consent-banner > div { display: flex; justify-content: flex-end; gap: 8px; }

.legal-page { max-width: 820px; margin: 70px auto; }
.legal-page h1 { font-size: 48px; letter-spacing: -.045em; }
.legal-page h2 { margin-top: 38px; font-size: 22px; }
.legal-page p, .legal-page li { color: var(--ink-soft); }
.legal-updated { font-size: 13px; }

@media (max-width: 960px) {
  .hero-grid, .sample-grid, .methodology-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 45px; }
  .hero-visual { min-height: 580px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card.featured { transform: none; }
  .sample-grid, .methodology-grid, .faq-grid { gap: 52px; }
  .use-case-grid { grid-template-columns: 1fr 1fr; }
  .use-case-grid article:nth-child(2) { border-right: 0; }
  .use-case-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
}

@media (max-width: 760px) {
  .site-container { width: min(100% - 28px, 1180px); }
  .site-nav { padding: 12px 0; }
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 68px; left: 14px; right: 14px; align-items: stretch; flex-direction: column; gap: 4px; padding: 15px; border: 1px solid var(--border); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
  .nav-links.is-open { display: flex; }
  .nav-links > a, .nav-text-button { display: block; padding: 11px; text-align: left; }
  .hero-section { padding: 55px 0; }
  .hero-copy h1 { font-size: 48px; }
  .hero-lede { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 410px; }
  .floating-note { display: none; }
  .signal-strip .site-container { flex-direction: column; gap: 3px; }
  .section { padding: 76px 0; }
  .section h2, .final-cta h2 { font-size: 38px; }
  .intent-grid { grid-template-columns: 1fr; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card ul, .plan-promise { min-height: 0; }
  .pricing-reassurance, .account-summary, .team-callout { align-items: stretch; flex-direction: column; }
  .principle-grid, .use-case-grid { grid-template-columns: 1fr; }
  .use-case-grid article { border-right: 0; border-bottom: 1px solid var(--border); }
  .use-case-grid article:last-child { border-bottom: 0; }
  .methodology-card { min-height: 340px; }
  .final-cta-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .final-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
