/* Home has its own design system. Other pages use styles.css. */
:root {
  color-scheme: light;
  --paper: #ffffff;
  --ink: #182b23;
  --muted: #5f6d66;
  --line: #dce3df;
  --lime: #d6f36b;
  --dark: #123728;
  --on-dark-muted: #c2d0c7;
  --on-dark-line: #40604f;
  --heading-size: clamp(42px, 4.2vw, 58px);
  --control-radius: 6px;
  --phone-shadow: 0 24px 48px -20px rgb(14 18 20 / 30%);
  --body: 'DM Sans', sans-serif;
  --display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
img, video { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, p { margin: 0; }
svg { display: block; }
::selection { color: var(--ink); background: var(--lime); }
:focus-visible { outline: 3px solid var(--dark); outline-offset: 5px; }
.ai-strip :focus-visible, .site-footer :focus-visible, .video-dialog :focus-visible { outline-color: var(--lime); }
[hidden] { display: none !important; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.shell { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 16px; z-index: 100; padding: 14px 20px; background: var(--lime); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 30; background: var(--paper); border-bottom: 1px solid var(--line); }
.site-header__inner { display: flex; height: 84px; align-items: center; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 25px; font-weight: 800; letter-spacing: -.06em; }
.brand__mark { width: 33px; height: 33px; background: var(--dark); border-radius: 8px; overflow: hidden; }
.site-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; font-size: 14px; font-weight: 500; }
.site-nav a { position: relative; padding: 10px 0; }
.site-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.site-nav a:hover::after { transform: scaleX(1); }
.nav-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 48px; padding: 14px 18px; border: 1px solid var(--dark); border-radius: var(--control-radius); color: var(--dark); font-size: 14px; font-weight: 700; transition: background .2s; }
.nav-cta:hover { background: var(--lime); }
.nav-cta svg, .text-link svg, .button svg { width: 18px; height: 18px; flex: none; }
.menu-toggle { display: none; }
.hero { padding-top: 40px; overflow: hidden; background: var(--paper); }
.hero__inner { display: grid; max-width: 1120px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 56px; padding-bottom: 46px; }
.hero__copy { padding: 38px 0 30px; }
.status-dot { width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--dark); }
.hero h1 { font-family: var(--display); font-size: clamp(84px, 8.2vw, 120px); font-weight: 600; line-height: .91; letter-spacing: -.025em; text-transform: uppercase; }
.hero h1 span { display: block; }
.hero h1 .hero__accent { color: var(--dark); }
.hero__lead { max-width: 390px; margin-top: 28px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.hero__actions { display: flex; align-items: center; gap: 26px; margin-top: 30px; }
.play-badge { display: inline-block; flex: none; transition: transform .2s; }
.play-badge:hover { transform: translateY(-3px); }
.play-badge img { width: 170px; height: auto; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; gap: 16px; font-size: 14px; font-weight: 700; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero__visual { position: relative; display: grid; min-height: 618px; place-items: center; }
/* A flat graphite Android frame. The thinner bezel preserves the original screen size. */
.phone { position: relative; width: 320px; flex: none; padding: 7px; border: 1px solid #929799; border-radius: 42px; background: #101213; box-shadow: inset 0 0 0 1px #45494b, inset 0 0 0 3px #191c1e, var(--phone-shadow); }
.phone::before, .phone::after { content: ''; position: absolute; right: -3px; width: 3px; border: 1px solid #848a8d; border-left: 0; border-radius: 0 2px 2px 0; background: #454b4e; pointer-events: none; }
.phone::before { top: 18%; height: 34px; }
.phone::after { top: 27%; height: 62px; }
.phone__screen { overflow: hidden; border-radius: 34px; background: #eef2ef; }
.phone__screen > img { width: 100%; aspect-ratio: 1080 / 2400; }
.hero__visual .phone { position: relative; width: clamp(278px, 27vw, 370px); margin: 22px 0; }
.training-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.training-strip__inner { display: grid; max-width: 1120px; grid-template-columns: 1.55fr repeat(4, minmax(0, 1fr)); min-height: 86px; align-items: center; }
.training-strip__intro { font-family: var(--display); font-size: 24px; font-weight: 600; text-transform: uppercase; letter-spacing: .01em; }
.training-strip__item { display: flex; min-width: 0; justify-content: center; align-items: center; gap: 10px; padding: 10px 12px; border-left: 1px solid var(--line); color: var(--muted); font-size: 13px; font-weight: 500; line-height: 1.4; }
.training-strip__item span { min-width: 0; }
.training-strip__item svg { width: 20px; height: 20px; flex: none; stroke-width: 1.5; }
.section-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 32px; align-items: end; margin-bottom: 52px; }
.section-head h2, .pricing__head h2, .faq__head h2 { font-size: var(--heading-size); line-height: 1.08; letter-spacing: -.05em; font-weight: 550; text-wrap: balance; }
.features { color: var(--ink); background: var(--paper); }
.feature-story { overflow: hidden; }
.feature-story + .feature-story { border-top: 1px solid var(--line); }
.feature-story__inner { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 86px; padding-block: 80px; }
.feature-story__copy { max-width: 600px; }
.feature-story h2, .feature-story h3 { font-size: var(--heading-size); font-weight: 500; line-height: 1.06; letter-spacing: -.055em; }
.feature-story h2 span, .feature-story h3 span { color: var(--dark); }
.feature-story__lead { max-width: 450px; margin-top: 26px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.feature-story__details { display: grid; gap: 16px; max-width: 450px; margin: 28px 0 0; padding: 25px 0 0; border-top: 1px solid var(--line); list-style: none; }
.feature-story__details li { position: relative; padding-left: 26px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.feature-story__details li::before { content: ''; position: absolute; left: 4px; top: 6px; width: 5px; height: 10px; border-right: 1.5px solid var(--dark); border-bottom: 1.5px solid var(--dark); transform: rotate(42deg); }
.feature-story__note { max-width: 450px; margin-top: 22px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.feature-story__copy a:hover, .plan__features a:hover { color: var(--dark); text-decoration-thickness: 2px; }
.feature-story__visual { position: relative; display: grid; place-items: center; min-width: 0; }
.feature-story__visual .phone { width: min(336px, calc(76vw - 8px)); max-width: none; }
.feature-story--records .feature-story__copy { grid-column: 2; grid-row: 1; }
.feature-story--records .feature-story__visual { grid-column: 1; grid-row: 1; }
/* Enlarged app details overhang both edges of the original screenshots. */
.feature-card { --app-ink: #f2f4f3; --app-muted: #939da2; position: absolute; z-index: 2; top: var(--card-top, 38%); left: 50%; width: min(392px, 100%); padding: 17px 19px 18px; border: 1px solid #2d363a; border-radius: 22px; background: #191d1f; color: var(--app-ink); font-family: var(--body); line-height: 1.45; box-shadow: 0 2px 6px rgb(0 0 0 / 18%), 0 34px 62px -26px rgb(0 0 0 / 72%); transform: translateX(-50%); transition: transform .6s cubic-bezier(.22, .61, .36, 1); pointer-events: none; }
.app-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.app-title b { font-size: 17px; font-weight: 700; letter-spacing: -.025em; }
.app-pill { padding: 4px 10px; border-radius: 999px; background: #173c2f; color: #37bd80; font-size: 12px; font-weight: 700; white-space: nowrap; }
.app-sub { margin-top: 6px; color: var(--app-muted); font-size: 13px; }
.app-set { display: flex; align-items: baseline; gap: 10px; margin-top: 12px; padding: 10px 13px; border: 1px solid #343e42; border-radius: 12px; background: #202629; }
.app-set span { color: var(--app-muted); font-size: 12.5px; font-weight: 600; }
.app-set b { font-size: 15px; font-weight: 700; letter-spacing: -.02em; }
.app-label { margin-top: 15px; font-size: 13px; font-weight: 600; }
.app-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 9px; }
.app-fields span { display: block; color: var(--app-muted); font-size: 11.5px; }
.app-field { margin-top: 5px; padding: 9px 0; border: 1px solid #343e42; border-radius: 11px; background: #202629; font-size: 16px; font-weight: 700; text-align: center; }
.app-button { margin-top: 12px; padding: 12px 0; border-radius: 13px; background: #0e4b32; color: #fff; font-size: 14px; font-weight: 700; text-align: center; }
.app-rows { margin: 4px 0 0; padding: 0; list-style: none; }
.app-rows li { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; border-top: 1px solid #2b3337; }
.app-rows span { color: var(--app-muted); font-size: 13px; }
.app-rows b { display: inline-flex; align-items: center; gap: 7px; color: #37bd80; font-size: 15px; font-weight: 700; letter-spacing: -.02em; white-space: nowrap; }
.app-rows s { color: var(--app-muted); font-size: 13px; font-weight: 600; }
.app-rows i { color: var(--app-muted); font-size: 13px; font-style: normal; }
.app-rows em { padding: 3px 9px; border-radius: 9px; background: #173c2f; color: #37bd80; font-size: 11.5px; font-style: normal; font-weight: 700; }
.feature-card--dark { border-color: transparent; background: #143c28; color: #fff; }
.app-dark-title { font-size: 16px; font-weight: 700; letter-spacing: -.02em; }
.app-dark-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 15px 16px; margin-top: 15px; }
.app-dark-grid span { display: block; color: #b0c3b4; font-size: 12px; line-height: 1.3; }
.app-dark-grid b { display: block; margin-top: 3px; font-size: 17px; font-weight: 700; letter-spacing: -.02em; }
.app-dark-grid i { display: block; margin-top: 3px; color: #b0c3b4; font-size: 11px; font-style: normal; }
@media (hover: hover) {
  .feature-story:hover .feature-card { transform: translate(-50%, -6px); }
}
.ai-strip { position: relative; overflow: hidden; color: var(--paper); background: var(--dark); }
.ai-strip__inner { position: relative; isolation: isolate; display: grid; max-width: 960px; grid-template-columns: minmax(0, 1fr) 392px; gap: 64px; align-items: center; padding-block: 64px; }
.ai-strip__text { min-width: 0; }
.ai-strip h2 { font-size: clamp(42px, 4.2vw, 58px); line-height: 1.08; font-weight: 550; letter-spacing: -.05em; text-wrap: balance; }
.ai-strip h2 span { color: var(--lime); }
.ai-strip__lead { margin-top: 26px; color: var(--on-dark-muted); font-size: 16px; line-height: 1.8; }
.ai-providers { display: flex; gap: 0; align-items: center; margin: 30px 0; }
.ai-providers span { display: flex; align-items: center; gap: 9px; font-size: 17px; font-weight: 500; letter-spacing: -.03em; }
.ai-providers span + span { margin-left: 26px; padding-left: 26px; border-left: 1px solid var(--on-dark-line); }
.ai-providers svg { width: 24px; height: 24px; }
.ai-strip__points { display: grid; gap: 13px; padding: 23px 0; margin: 0; list-style: none; border-top: 1px solid var(--on-dark-line); }
.ai-strip__points li { display: flex; align-items: flex-start; gap: 12px; color: var(--on-dark-muted); font-size: 15px; line-height: 1.7; }
.ai-strip__points svg { width: 16px; height: 16px; flex: none; margin-top: 2px; color: var(--lime); }
.button { display: inline-flex; min-height: 48px; justify-content: space-between; align-items: center; gap: 32px; padding: 14px 22px; border-radius: var(--control-radius); background: var(--lime); color: var(--ink); font-size: 14px; font-weight: 700; transition: background .2s, transform .2s; }
.button:hover { background: #e6ff94; transform: translateY(-2px); }
.ai-strip__learn-group { display: flex; flex-wrap: wrap; gap: 14px 25px; margin-top: 23px; }
.ai-strip__learn { display: inline-flex; align-items: center; min-height: 44px; color: var(--on-dark-muted); font-size: 14px; text-underline-offset: 5px; }
.ai-strip__learn:hover { color: var(--paper); text-decoration: underline; }
.ai-strip__media { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 0; gap: 22px; }
.ai-strip__media .phone { --phone-shadow: 0 24px 48px -20px rgb(0 8 4 / 50%); width: clamp(264px, calc(27vw - 8px), 362px); max-width: calc(76vw - 8px); border: 0; box-shadow: var(--phone-shadow); }
.ai-strip__media .phone::before, .ai-strip__media .phone::after { border: 0; }
.ai-strip__media .phone__screen { aspect-ratio: 1080 / 2400; }
.ai-video { position: relative; aspect-ratio: 1080 / 2400; background: #151515; }
.ai-video video { width: 100%; height: 100%; object-fit: contain; }
.ai-video__controls { position: absolute; left: 8px; right: 8px; bottom: 8px; display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; align-items: center; column-gap: 4px; padding: 4px 4px 8px; border: 1px solid var(--on-dark-line); border-radius: 9px; background: rgb(18 55 40 / 96%); color: var(--paper); }
.ai-video__toggle, .ai-video__expand { display: grid; place-items: center; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 5px; color: var(--lime); background: transparent; grid-row: 1 / 3; }
.ai-video__toggle { grid-column: 1; }
.ai-video__expand { grid-column: 3; }
.ai-video__toggle:hover, .ai-video__expand:hover { background: var(--on-dark-line); }
.ai-video__expand svg { width: 22px; height: 22px; }
.ai-video__icon--collapse, .ai-video.is-expanded .ai-video__icon--expand { display: none; }
.ai-video.is-expanded .ai-video__icon--collapse { display: block; }
.ai-video__icon { width: 20px; height: 20px; fill: currentColor; }
.ai-video__icon--play, .ai-video.is-paused .ai-video__icon--pause { display: none; }
.ai-video.is-paused .ai-video__icon--play { display: block; }
.ai-video__seek { grid-column: 2; grid-row: 1; width: 100%; min-width: 0; height: 44px; margin: 0; accent-color: var(--lime); cursor: pointer; }
.ai-video__time { grid-column: 2; grid-row: 2; margin-top: -4px; font-size: 12px; line-height: 1.3; font-variant-numeric: tabular-nums; text-align: center; white-space: nowrap; }
.video-dialog { position: fixed; inset: 0; width: 100vw; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: #10150f; color: var(--paper); overscroll-behavior: contain; }
.video-dialog::backdrop { background: #10150f; }
.video-dialog .ai-video, .ai-video:fullscreen { width: 100%; height: 100%; aspect-ratio: auto; padding: 16px 16px 108px; background: #10150f; }
.ai-video.is-expanded .ai-video__controls { width: min(620px, calc(100% - 32px)); left: 50%; right: auto; bottom: max(16px, env(safe-area-inset-bottom)); transform: translateX(-50%); }
body.has-expanded-video { overflow: hidden; }
.pricing { padding: 64px 0; }
.pricing__inner { width: calc(100% - 112px); max-width: 960px; margin-inline: auto; }
.pricing__head { display: block; text-align: center; margin-bottom: 28px; }
.pricing__head > p { max-width: 440px; margin: 19px auto 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.plan-toggle { display: flex; justify-content: center; margin: 0 0 24px; }
.plan-toggle__inner { display: flex; width: min(420px, 100%); padding: 4px; gap: 3px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); }
.plan-toggle button { display: flex; flex: 1; align-items: center; justify-content: center; gap: 6px; min-width: 0; min-height: 44px; padding: 10px 8px; border: 0; border-radius: var(--control-radius); background: transparent; color: var(--muted); font-size: 13px; font-weight: 500; }
.plan-toggle button:hover { color: var(--dark); background: #f1f5f2; }
.plan-toggle button[aria-selected='true'] { color: var(--paper); background: var(--dark); }
.plan-toggle .save { padding: 3px 5px; border-radius: 2px; color: var(--ink); background: var(--lime); font-size: 11px; font-weight: 700; }
.plans { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; gap: 24px; }
.plan { display: flex; flex-direction: column; align-items: stretch; min-width: 0; padding: 30px 32px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.plan__content { display: flex; flex: 1; flex-direction: column; min-width: 0; }
.plan h3 { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 18px; font-weight: 600; letter-spacing: -.035em; }
.plan__tag { color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.plan__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 9px; margin-top: 25px; }
.plan__price b { font-size: 55px; line-height: 1.1; font-weight: 500; letter-spacing: -.065em; }
.plan__price span { color: var(--muted); font-size: 14px; }
.plan__note { margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.plan__features { display: grid; gap: 10px; margin: 20px 0 24px; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.plan__features li { position: relative; padding-left: 21px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.plan__features li::before { content: ''; position: absolute; left: 2px; top: 4px; width: 5px; height: 9px; border-right: 1.5px solid var(--dark); border-bottom: 1.5px solid var(--dark); transform: rotate(42deg); }
.plan__cta { display: flex; justify-content: center; align-items: center; min-height: 48px; margin-top: auto; padding: 12px 20px; border: 1px solid var(--dark); border-radius: var(--control-radius); color: var(--dark); font-size: 14px; font-weight: 700; transition: background .2s; }
.plan__cta:hover { background: #f1f5f2; }
.plan__foot { margin-top: auto; }
.plan__ctasub { margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.plan--pro { border-color: var(--dark); }
.plan--pro .plan__cta { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.plan--pro .plan__cta:hover { background: #e6ff94; border-color: #e6ff94; }
.faq { padding: 64px 0; border-top: 1px solid var(--line); }
.faq__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 64px; width: calc(100% - 112px); max-width: 960px; margin-inline: auto; align-items: start; }
.faq__head { display: block; margin: 7px 0 0; }
.faq__head h2 { max-width: 560px; }
.faq__intro { max-width: 340px; margin-top: 22px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.faq__list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 64px; padding: 17px 0; list-style: none; cursor: pointer; font-size: 16px; line-height: 1.6; font-weight: 500; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--dark); }
.faq-item__icon { position: relative; width: 17px; height: 17px; flex: none; }
.faq-item__icon::before, .faq-item__icon::after { content: ''; position: absolute; background: currentColor; left: 3px; right: 3px; top: 8px; height: 1px; }
.faq-item__icon::after { transform: rotate(90deg); transition: transform .2s; }
.faq-item[open] .faq-item__icon::after { transform: rotate(0); }
.faq-item__body { padding: 0 28px 20px 0; }
.faq-item__body p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.faq-item__body a, .faq__foot a { text-decoration: underline; text-underline-offset: 4px; }
.faq__foot { grid-column: 2; margin-top: 23px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.cta { position: relative; overflow: hidden; background: var(--lime); }
.cta__inner { position: relative; display: flex; max-width: 960px; flex-direction: column; align-items: center; gap: 28px; padding-block: 56px; text-align: center; }
.cta__copy { max-width: 100%; }
.cta h2 { font-family: var(--display); font-size: clamp(48px, 5.2vw, 72px); line-height: 1; font-weight: 600; letter-spacing: -.02em; text-transform: uppercase; text-wrap: balance; }
.cta .play-badge img { width: 190px; }
.site-footer { background: var(--dark); color: var(--paper); padding-top: 48px; }
.site-footer__inner { display: flex; max-width: 960px; justify-content: space-between; gap: 48px; padding-bottom: 40px; }
.site-footer .brand { font-size: 29px; }
.site-footer .brand__mark { background: transparent; }
.site-footer__brand > p { max-width: 210px; margin-top: 20px; color: var(--on-dark-muted); font-size: 14px; line-height: 1.8; }
.site-footer__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; padding-top: 4px; }
.site-footer__links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; min-width: 0; }
.site-footer__label { margin-bottom: 7px; color: var(--on-dark-muted); font-size: 12px; letter-spacing: .1em; font-weight: 600; text-transform: uppercase; }
.site-footer__links a { display: inline-flex; align-items: center; min-height: 44px; color: var(--paper); font-size: 14px; line-height: 1.5; }
.site-footer__links a:hover { color: var(--lime); }
.site-footer__bottom { display: flex; max-width: 960px; justify-content: space-between; gap: 20px; padding-block: 20px; border-top: 1px solid var(--on-dark-line); color: var(--on-dark-muted); font-size: 12px; }
.site-footer__bottom a:hover { color: var(--lime); }
@media (min-width: 1600px) {
  .hero h1 { font-size: 120px; }
  .hero__visual { min-height: 660px; }
}
@media (max-width: 1100px) {
  .shell { width: calc(100% - 64px); }
  .site-header__inner { gap: 26px; }
  .site-nav { gap: 22px; }
  .hero__inner { gap: 30px; }
  .hero h1 { font-size: clamp(76px, 9.6vw, 110px); }
  .hero__visual { min-height: 572px; }
  .hero__actions { gap: 17px; }
  .hero__actions .text-link { gap: 7px; font-size: 13px; }
  .training-strip__intro { font-size: 23px; }
  .training-strip__item { gap: 8px; padding-inline: 12px; font-size: 12px; }
  .feature-story__inner { gap: 58px; padding-block: 60px; }
  .ai-strip__inner { gap: 40px; }
  .pricing__inner, .faq__inner { width: calc(100% - 64px); }
  .faq__inner { column-gap: 40px; }
  .site-footer__links { gap: 32px; }
}
@media (max-width: 800px) {
  :root { --heading-size: clamp(40px, 6vw, 52px); }
  .shell { width: calc(100% - 40px); }
  .site-header__inner { height: 72px; gap: 18px; }
  .brand { font-size: 23px; }
  .site-nav { gap: 18px; font-size: 14px; }
  .nav-cta { gap: 12px; padding: 12px 13px; font-size: 13px; }
  .hero { padding-top: 22px; }
  .hero__inner { gap: 22px; padding-bottom: 26px; }
  .hero__copy { padding: 16px 0; }
  .hero h1 { font-size: 78px; }
  .hero__lead { margin-top: 21px; font-size: 16px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 17px; margin-top: 24px; }
  .hero__visual { min-height: 545px; }
  .training-strip__inner { grid-template-columns: repeat(4, minmax(0, 1fr)); min-height: 74px; }
  .training-strip__intro { display: none; }
  .training-strip__item:first-of-type { border-left: 0; }
  .training-strip__item { font-size: 12px; }
  .section-head { gap: 35px; margin-bottom: 34px; }
  .feature-story__inner { gap: 40px; padding-block: 54px; }
  .feature-story__lead { margin-top: 21px; font-size: 16px; }
  .feature-story__details { margin-top: 25px; }
  .ai-strip__inner { padding-block: 56px; }
  .ai-strip__lead { font-size: 16px; }
  .ai-providers span { font-size: 16px; }
  .ai-providers span + span { margin-left: 17px; padding-left: 17px; }
  .pricing { padding-block: 56px; }
  .pricing__inner, .faq__inner { width: calc(100% - 40px); }
  .plan { padding: 27px 25px; }
  .plan__price b { font-size: 48px; }
  .faq { padding-block: 56px; }
  .faq__inner { column-gap: 35px; }
  .cta__inner { padding-block: 48px; }
  .site-footer { padding-top: 40px; }
  .site-footer__links { gap: 24px; }
}
@media (max-width: 900px) {
  .hero__inner { grid-template-columns: minmax(0, 1fr); }
  .hero__visual .phone { width: min(330px, 62vw); }
  .hero__actions { flex-direction: row; align-items: center; }
  .feature-story__inner, .feature-story--records .feature-story__inner { grid-template-columns: minmax(0, 1fr); gap: 32px; padding-block: 54px; }
  .feature-story__copy, .feature-story--records .feature-story__copy { display: block; grid-column: 1; grid-row: 1; }
  .feature-story__lead { max-width: 480px; margin-top: 20px; }
  .feature-story__visual, .feature-story--records .feature-story__visual { grid-column: 1; grid-row: 2; }
  .feature-story__details { margin-top: 20px; padding-top: 20px; }
  .ai-strip__inner { max-width: 560px; grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .ai-strip h2 { font-size: clamp(40px, 6vw, 52px); }
}
@media (max-width: 700px) {
  .hero__visual .phone { width: min(290px, 77vw); }
  .ai-strip__media .phone { width: min(282px, calc(78vw - 8px)); max-width: none; }
}
@media (max-width: 640px) {
  :root { --heading-size: 40px; }
  html { scroll-padding-top: 88px; }
  .site-header__inner { height: 68px; gap: 13px; }
  .brand { font-size: 23px; }
  .brand__mark { width: 29px; height: 29px; border-radius: 6px; }
  .nav-cta { margin-left: auto; gap: 14px; padding: 10px 12px; font-size: 13px; }
  .nav-cta svg { width: 14px; height: 14px; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 44px; height: 44px; flex: none; padding: 8px; border: 0; background: transparent; }
  .menu-toggle span { display: block; height: 1px; width: 20px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded='true'] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .site-nav { position: absolute; top: 67px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 20px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 14px 20px rgb(32 37 30 / 7%); font-size: 14px; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 15px 2px; }
  .site-nav a::after { display: none; }
  .hero { padding-top: 30px; }
  .hero__inner { grid-template-columns: 1fr; gap: 30px; }
  .hero__copy { padding: 0; }
  .hero h1 { font-size: clamp(64px, 20vw, 112px); line-height: .93; }
  .hero__lead { max-width: 360px; margin-top: 22px; font-size: 16px; line-height: 1.75; }
  .hero__actions { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 12px 20px; }
  .hero__actions .text-link { font-size: 13px; }
  .hero__visual { min-height: 550px; }
  .hero__visual .phone { margin: 18px 0; }
  .training-strip__inner { min-height: 77px; }
  .training-strip__item { padding: 0 10px; flex-direction: column; gap: 8px; font-size: 12px; text-align: center; }
  .training-strip__item svg { width: 18px; height: 18px; }
  .section-head { display: block; margin-bottom: 30px; }
  .feature-story__inner { gap: 28px; padding-block: 44px; }
  .feature-story__lead { max-width: 420px; font-size: 16px; }
  .ai-strip__inner { padding-block: 48px; gap: 26px; }
  .ai-strip h2 { font-size: 40px; }
  .ai-strip__lead { font-size: 16px; }
  .ai-strip__points { padding-bottom: 25px; }
  .ai-strip__learn-group { gap: 21px; }
  .pricing { padding-block: 48px; }
  .pricing__head { text-align: left; margin-bottom: 28px; }
  .pricing__head > p { max-width: none; font-size: 16px; margin-top: 20px; }
  .plan-toggle { margin-bottom: 24px; }
  .plan-toggle__inner { width: 100%; }
  .plan-toggle button { gap: 5px; padding-inline: 6px; font-size: 13px; }
  .plans { grid-template-columns: 1fr; gap: 17px; }
  .plan { padding: 26px 22px; }
  .plan h3 { font-size: 19px; }
  .plan__price b { font-size: 55px; }
  .plan__features { gap: 10px; margin-top: 10px; }
  .plan__features li { font-size: 15px; }
  .faq { padding-block: 48px; }
  .faq__inner { grid-template-columns: 1fr; gap: 26px; }
  .faq__head h2 { max-width: 340px; }
  .faq__intro { max-width: 290px; margin-top: 18px; }
  .faq-item summary { min-height: 64px; font-size: 16px; }
  .faq__foot { grid-column: 1; margin-top: -8px; }
  .cta__inner { gap: 24px; padding-block: 40px; }
  .cta h2 { font-size: clamp(36px, 9vw, 52px); }
  .site-footer { padding-top: 36px; }
  .site-footer__inner { flex-direction: column; gap: 28px; padding-bottom: 28px; }
  .site-footer__brand > p { max-width: 280px; margin-top: 16px; }
  .site-footer__links { width: 100%; gap: 18px; }
  .site-footer__links a { font-size: 14px; }
  .site-footer__bottom { align-items: flex-start; padding-block: 20px; font-size: 12px; }
}
@media (max-width: 359px) {
  :root { --heading-size: 36px; }
  .shell, .pricing__inner, .faq__inner { width: calc(100% - 32px); }
  .site-header__inner { gap: 8px; }
  .nav-cta { padding-inline: 9px; gap: 8px; }
  .site-header .brand { font-size: 21px; gap: 7px; }
  .site-header .brand__mark { width: 26px; height: 26px; }
  .nav-cta { font-size: 12px; }
  .plan { padding-inline: 18px; }
  .ai-strip h2 { font-size: 36px; }
  .hero__actions { gap: 16px; }
  .hero__actions .play-badge img { width: 154px; }
  .hero__visual { min-height: 520px; }
  .plan-toggle button { flex-wrap: wrap; gap: 3px; padding-inline: 4px; }
}
@media (max-width: 480px) {
  .training-strip__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 0; }
  .training-strip__item { justify-content: flex-start; flex-direction: row; gap: 10px; min-height: 66px; padding: 14px 12px; border-left: 0; text-align: left; }
  .training-strip__item:nth-of-type(even) { border-left: 1px solid var(--line); }
  .training-strip__item:nth-of-type(n+3) { border-top: 1px solid var(--line); }
  .feature-card { padding: 15px 16px 16px; border-radius: 19px; }
  .app-title b { font-size: 15.5px; }
  .app-pill, .app-rows em { font-size: 11px; }
  .app-sub, .app-rows span, .app-rows s, .app-rows i { font-size: 11.5px; }
  .app-rows li { gap: 8px; }
  .app-rows b { gap: 5px; font-size: 13px; }
  .app-rows em { padding: 3px 7px; }
  .app-dark-grid { gap: 13px 12px; }
  .app-dark-grid span { font-size: 11px; }
  .app-dark-grid b { font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .feature-story:hover .feature-card { transform: translateX(-50%); }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .site-header { position: static; }
  .menu-toggle, .ai-video__controls { display: none; }
  .feature-story__inner { grid-template-columns: 1fr 1fr; padding: 30px 0; break-inside: avoid; }
  .feature-story__visual .phone { width: 150px; }
  .hero__visual { min-height: 400px; }
  .hero__visual .phone { width: 160px; }
  .pricing, .faq { padding-block: 35px; }
  .ai-strip__inner { padding-block: 35px; }
  .faq-item { break-inside: avoid; }
}
