:root {
  --ink: #0b1020;
  --muted: #5c657b;
  --line: #dfe3ec;
  --surface: #f7f8fc;
  --white: #fff;
  --navy: #070b18;
  --navy-2: #0c1326;
  --indigo: #2f80ed;
  --indigo-light: #58a6ff;
  --cyan: #62d9ff;
  --violet: #20b8a6;
  --green: #20b8a6;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(12, 20, 48, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.1; letter-spacing: -.035em; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.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;
}
.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 14px;
  border-radius: 8px; color: var(--white); background: var(--indigo);
  transform: translateY(-150%); transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: var(--white); transition: background .25s, box-shadow .25s, border-color .25s;
}
.site-header.scrolled {
  color: var(--ink); background: rgba(255,255,255,.92); border-color: var(--line);
  box-shadow: 0 10px 30px rgba(7,11,24,.08); backdrop-filter: blur(18px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 34px; }
.brand {
  display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto;
  color: inherit; font-weight: 800; font-size: 1.16rem; text-decoration: none; letter-spacing: -.03em;
}
.brand img { width: 38px; height: 38px; object-fit: cover; border-radius: 9px; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.feature-icon svg, .step-icon svg, .speaker svg, .use-case-grid svg, .mini-speakers svg {
  width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}
.site-nav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-left: auto; }
.site-nav a { color: inherit; font-size: .9rem; font-weight: 650; text-decoration: none; opacity: .8; }
.site-nav a:hover { opacity: 1; }
.header-cta { margin-left: 8px; }
.menu-toggle { display: none; border: 0; background: none; color: inherit; }
.menu-toggle span:not(.sr-only) { width: 22px; height: 2px; display: block; margin: 4px 0; border-radius: 2px; background: currentColor; }

.button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  padding: 13px 21px; border: 1px solid transparent; border-radius: 12px;
  font-weight: 760; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 9px 16px; border-color: rgba(255,255,255,.25); color: var(--white); background: rgba(255,255,255,.12); }
.scrolled .button-small { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button-primary { color: var(--white); background: var(--indigo); box-shadow: 0 14px 35px rgba(47,128,237,.3); }
.button-primary:hover { background: #1f6fd4; box-shadow: 0 18px 42px rgba(47,128,237,.38); }
.button-light { color: var(--ink); background: var(--white); box-shadow: 0 16px 42px rgba(0,0,0,.18); }
.button-large { min-height: 58px; padding-inline: 28px; }

.hero {
  min-height: 760px; position: relative; overflow: hidden; display: flex; align-items: center;
  color: var(--white); background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    radial-gradient(circle at 75% 35%, #0d3154 0, transparent 34%),
    var(--navy);
  background-size: 54px 54px, 54px 54px, auto, auto;
  padding: 150px 0 90px;
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(20px); pointer-events: none; opacity: .55; }
.hero-glow-one { width: 420px; height: 420px; right: -130px; top: 70px; background: rgba(47,128,237,.2); }
.hero-glow-two { width: 300px; height: 300px; left: 24%; bottom: -180px; background: rgba(32,184,166,.12); }
.hero-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 70px; }
.hero-grid > * { min-width: 0; }
.eyebrow { margin-bottom: 20px; display: flex; align-items: center; gap: 10px; color: #cbc7ff; font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; display: inline-block; background: linear-gradient(90deg, var(--cyan), var(--violet)); }
.eyebrow-dark { color: var(--indigo); }
.hero h1 { max-width: 680px; margin-bottom: 26px; font-size: clamp(3.2rem, 5vw, 4.7rem); font-weight: 820; letter-spacing: -.06em; }
.hero h1 > span { display: block; }
.hero h1 em { display: block; color: transparent; background: linear-gradient(90deg, #7ddcff, #4d9cff 55%, #36cbb8); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.hero-lead { max-width: 630px; margin-bottom: 34px; color: #bac2d8; font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { color: var(--white); font-size: .92rem; font-weight: 700; text-decoration: none; }
.text-link span { margin-left: 7px; color: var(--cyan); }
.hero-points { display: flex; flex-wrap: wrap; gap: 20px; margin: 30px 0 0; padding: 0; list-style: none; color: #98a3bc; font-size: .82rem; }
.hero-points span { color: var(--green); }

.product-visual {
  min-width: 0; position: relative; overflow: hidden; border: 1px solid rgba(150,155,255,.24); border-radius: 24px;
  background: linear-gradient(145deg, rgba(26,34,67,.95), rgba(11,16,34,.98));
  box-shadow: 0 45px 100px rgba(0,0,0,.48), 0 0 80px rgba(47,128,237,.12);
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}
.product-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, rgba(255,255,255,.07), transparent 28%); }
.visual-topbar { height: 54px; display: flex; align-items: center; gap: 7px; padding: 0 17px; border-bottom: 1px solid rgba(255,255,255,.08); color: #8e99b5; font-size: .68rem; }
.visual-dot { width: 7px; height: 7px; border-radius: 50%; background: #4a5268; }
.visual-file { margin-left: 9px; }
.visual-status { margin-left: auto; display: flex; align-items: center; gap: 6px; color: #8feab9; }
.visual-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.waveform { height: 82px; display: flex; align-items: center; justify-content: center; gap: 4px; padding: 12px 20px; border-bottom: 1px solid rgba(255,255,255,.06); }
.waveform span { width: 3px; height: var(--h); min-height: 5px; border-radius: 10px; background: linear-gradient(to bottom, var(--cyan), var(--indigo-light), var(--violet)); box-shadow: 0 0 7px rgba(98,217,255,.28); }
.report-title { display: flex; align-items: center; gap: 12px; margin: 15px 18px 3px; padding: 12px 14px; border: 1px solid rgba(47,128,237,.2); border-radius: 12px; background: rgba(47,128,237,.07); }
.report-title strong { display: block; color: #eef5ff; font-size: .82rem; }
.report-title span { display: block; color: #74819e; font-size: .61rem; }
.feature-icon-small { width: 34px; height: 34px; flex: none; }
.transcript-list { padding: 10px 14px; }
.transcript-row { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 14px 12px; border-radius: 13px; color: #aeb8ce; font-size: .72rem; }
.transcript-row.active { border: 1px solid rgba(111,95,255,.3); background: rgba(92,76,218,.13); }
.speaker { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: white; font-size: .68rem; font-weight: 800; }
.speaker-a { background: #2eaad2; }
.speaker-b { background: #2f80ed; }
.speaker-c { background: #20a78f; }
.speaker svg { width: 16px; height: 16px; }
.speaker-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; }
.speaker-meta strong { color: #eaf0ff; font-size: .7rem; }
.speaker-meta time { color: #65708a; font-size: .6rem; }
.transcript-row p { margin: 0; line-height: 1.45; }
.visual-export { display: flex; align-items: center; gap: 8px; padding: 13px 24px 20px; color: #69748f; font-size: .62rem; }
.visual-export b { padding: 5px 8px; border: 1px solid rgba(255,255,255,.1); border-radius: 6px; color: #aeb8ce; font-size: .58rem; letter-spacing: .04em; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; color: #8a92a5; font-size: .82rem; font-weight: 700; }
.trust-grid p { margin: 0; color: var(--ink); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }

.section { padding: 110px 0; }
.section-heading { max-width: 650px; margin-bottom: 56px; }
.section-heading h2 { margin-bottom: 20px; font-size: clamp(2.35rem, 4.5vw, 4rem); }
.section-heading > p:last-child { color: var(--muted); font-size: 1.06rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card {
  min-height: 300px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--white); box-shadow: 0 15px 50px rgba(12,20,48,.055);
}
.feature-card-wide { grid-column: span 2; }
.feature-card h3 { margin: 28px 0 14px; font-size: 1.35rem; }
.feature-card p { margin: 0; color: var(--muted); }
.feature-card a { display: inline-block; margin-top: 20px; color: var(--indigo); font-weight: 750; text-decoration: none; }
.feature-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #cfe2fa; border-radius: 12px; color: var(--indigo); background: #edf5ff; font-weight: 850; }
.feature-card-accent { color: var(--white); border-color: transparent; background: linear-gradient(145deg, #20204d, #11162d); }
.feature-card-accent p { color: #b8bfd3; }
.feature-card-accent a { color: var(--cyan); }
.mini-speakers { display: flex; align-items: center; max-width: 350px; margin-top: 28px; }
.mini-speakers span { width: 38px; height: 38px; display: grid; place-items: center; flex: none; border-radius: 10px; color: white; font-size: .72rem; font-weight: 800; }
.mini-speakers i { width: 100%; height: 1px; background: linear-gradient(90deg, #cbd2e2, #2f80ed, #cbd2e2); }

.section-dark { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.section-dark::before { content: ""; position: absolute; width: 700px; height: 700px; right: -350px; top: -350px; border-radius: 50%; background: rgba(47,128,237,.13); filter: blur(5px); }
.section-heading-light { position: relative; }
.section-heading-light h2 { max-width: 760px; }
.steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0; padding: 0; border: 1px solid #252d43; border-radius: var(--radius); overflow: hidden; list-style: none; background: #252d43; }
.steps li { min-height: 310px; position: relative; padding: 28px; background: var(--navy-2); }
.step-number { color: #505a73; font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.step-icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 54px 0 25px; border: 1px solid #373f5c; border-radius: 13px; color: var(--cyan); background: #141c34; font-size: 1.2rem; }
.steps h3 { margin-bottom: 12px; font-size: 1.35rem; }
.steps p { margin: 0; color: #8e99b2; font-size: .9rem; }
.workflow-cta { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 42px; }
.workflow-cta p { margin: 0; color: #929cb4; }

.plans-section { background: var(--surface); }
.plan-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.plan-card { display: flex; flex-direction: column; min-height: 440px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 18px 55px rgba(12,20,48,.06); }
.plan-card-pro { color: var(--white); border-color: #174f87; background: linear-gradient(145deg, #0b2038, #0d3e67); }
.plan-label { margin-bottom: 20px; color: var(--indigo); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.plan-card-pro .plan-label { color: #67dfd0; }
.plan-card h3 { margin-bottom: 14px; font-size: 2rem; }
.plan-card > p:not(.plan-label) { color: var(--muted); }
.plan-card-pro > p:not(.plan-label) { color: #b8c9dc; }
.plan-card ul { display: grid; gap: 12px; margin: 22px 0 30px; padding: 0; list-style: none; }
.plan-card li { position: relative; padding-left: 25px; color: #465168; }
.plan-card-pro li { color: #d5e1ed; }
.plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 850; }
.plan-card .button { align-self: flex-start; margin-top: auto; }
.plan-button { color: var(--ink); border-color: var(--line); background: var(--white); }
.plan-note { max-width: 920px; margin: 24px 0 0; color: var(--muted); font-size: .83rem; }

.use-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.use-case-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform .2s, box-shadow .2s; }
.use-case-grid article:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(12,20,48,.08); }
.use-case-grid article > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; color: var(--indigo); background: #edf5ff; font-size: 1.6rem; }
.use-case-grid h3 { margin: 24px 0 12px; font-size: 1.3rem; }
.use-case-grid p { margin: 0; color: var(--muted); font-size: .92rem; }

.service-section { padding-top: 30px; }
.service-card {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 70px;
  border-radius: 30px; color: var(--white); background:
    radial-gradient(circle at 90% 0, rgba(32,184,166,.25), transparent 33%),
    linear-gradient(135deg, #0e4f96, #087b7a);
  box-shadow: var(--shadow);
}
.service-card h2 { margin: 0; max-width: 560px; font-size: clamp(2.3rem, 4vw, 3.6rem); }
.service-card > div:last-child { align-self: end; }
.service-card > div:last-child p { margin-bottom: 28px; color: #e2ddff; font-size: 1.04rem; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading a { color: var(--indigo); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; font-weight: 760; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--indigo); font-size: 1.4rem; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; padding: 0 42px 24px 0; margin: 0; color: var(--muted); }
.faq-list a { color: var(--indigo); }

.final-cta { position: relative; overflow: hidden; padding: 110px 0; text-align: center; color: var(--white); background: var(--navy); }
.final-cta::before, .final-cta::after { content: ""; position: absolute; border-radius: 50%; filter: blur(12px); }
.final-cta::before { width: 500px; height: 500px; left: -270px; bottom: -330px; background: rgba(98,217,255,.14); }
.final-cta::after { width: 600px; height: 600px; right: -300px; top: -390px; background: rgba(32,184,166,.16); }
.final-cta .container { position: relative; z-index: 1; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { max-width: 890px; margin: 0 auto 36px; font-size: clamp(2.5rem, 5vw, 4.6rem); }

.site-footer { padding: 80px 0 25px; color: #949db2; background: #050812; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 70px; padding-bottom: 65px; }
.brand-footer { margin-bottom: 20px; color: var(--white); }
.footer-brand p { max-width: 330px; margin: 0; font-size: .9rem; }
.footer-grid h2 { margin-bottom: 20px; color: var(--white); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid a, .footer-grid button { border: 0; padding: 0; color: #8f98ac; background: none; font-size: .86rem; text-decoration: none; cursor: pointer; }
.footer-grid a:hover, .footer-grid button:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 24px; border-top: 1px solid #181d2b; font-size: .76rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #bbc3d4; }

@media (max-width: 1000px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .product-visual { width: min(680px, 100%); margin-inline: auto; transform: none; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card-wide { grid-column: span 2; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .use-case-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { gap: 40px; padding: 55px; }
  .faq-layout { gap: 50px; }
  .footer-grid { grid-template-columns: 2fr repeat(3, 1fr); gap: 35px; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 72px; }
  .container { width: min(100% - 28px, 620px); }
  .header-inner { min-height: 68px; }
  .menu-toggle { width: 42px; height: 42px; display: grid; place-content: center; margin-left: auto; cursor: pointer; }
  .header-cta { display: none; }
  .site-nav {
    position: fixed; inset: 68px 0 auto; display: grid; gap: 0; padding: 12px 20px 22px;
    color: var(--ink); background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 44px rgba(7,11,24,.14); transform: translateY(-130%); visibility: hidden;
    transition: transform .25s, visibility .25s;
  }
  .site-nav.open { transform: translateY(0); visibility: visible; }
  .site-nav a { padding: 13px 5px; border-bottom: 1px solid #edf0f5; }
  .hero { padding: 125px 0 68px; }
  .hero-grid { gap: 52px; }
  .hero h1 { font-size: clamp(2.75rem, 10vw, 3.55rem); overflow-wrap: anywhere; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-points { display: grid; gap: 8px; }
  .product-visual { border-radius: 18px; }
  .visual-file { max-width: 125px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .transcript-row { padding-inline: 5px; }
  .trust-grid { min-height: auto; justify-content: flex-start; flex-wrap: wrap; padding: 25px 0; }
  .trust-grid p { width: 100%; }
  .section { padding: 80px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: 2.55rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-wide { grid-column: auto; }
  .feature-card { min-height: 0; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 250px; }
  .step-icon { margin-top: 36px; }
  .workflow-cta { align-items: flex-start; flex-direction: column; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card { min-height: 0; padding: 30px 25px; }
  .use-case-grid { grid-template-columns: 1fr; }
  .service-section { padding-top: 0; }
  .service-card { grid-template-columns: 1fr; gap: 32px; padding: 38px 26px; border-radius: 24px; }
  .faq-layout { grid-template-columns: 1fr; gap: 5px; }
  .faq-heading { position: static; }
  .final-cta { padding: 85px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 460px) {
  .feature-card { padding: 25px; }
  .hero h1 { max-width: 100%; font-size: clamp(2.3rem, 10.5vw, 2.6rem); }
  .hero .eyebrow { max-width: 100%; font-size: .6rem; letter-spacing: .07em; }
  .speaker-meta { gap: 6px; }
  .visual-export { padding-inline: 16px; }
  .visual-export span { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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