:root {
  color-scheme: light;
  --brand-green: #00e887;
  --brand-teal: #00c9bd;
  --brand-cyan: #08b6ee;
  --brand-blue: #087ff5;
  --slogan-cyan: #007ea8;
  --ink: #111927;
  --muted: #526579;
  --line: #dce8ec;
  --soft: #f7fafb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--soft);
  color: var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 1% 0%, rgba(0,232,135,.06), transparent 420px), radial-gradient(circle at 100% 10%, rgba(8,127,245,.07), transparent 480px), var(--soft); }
body, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.skip-link { position: absolute; z-index: 10; top: -70px; left: 20px; padding: 12px 18px; border-radius: 9px; background: #fff; color: #075e59; font-weight: 700; }
.skip-link:focus { top: 15px; }
.page-shell { width: min(100% - 48px, 1320px); margin: 0 auto; }

.site-header { display: flex; justify-content: space-between; align-items: center; min-height: 92px; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 21px; font-weight: 800; letter-spacing: -.045em; }
.brand img { display: block; flex: none; }
.release-note { display: inline-flex; align-items: center; min-height: 32px; padding: 6px 11px; border: 1px solid #d4e7e9; border-radius: 999px; color: #365767; background: rgba(255,255,255,.74); font-size: 13px; font-weight: 650; white-space: nowrap; }

.hero { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, .92fr) minmax(440px, 1fr); gap: clamp(34px, 5vw, 76px); align-items: center; min-height: 620px; overflow: clip; padding: clamp(40px, 4.5vw, 64px); border-radius: 30px; color: #fff; background: linear-gradient(132deg, #07555a 0%, #087c87 38%, #00bdc0 68%, #087ff5 100%); box-shadow: 0 24px 60px rgba(5,91,116,.16); }
.hero::before { content: ""; position: absolute; z-index: -1; top: -60%; right: -16%; width: 55%; height: 210%; transform: rotate(23deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.1), transparent); pointer-events: none; animation: brand-sheen 950ms .2s ease-out both; }
.hero::after { content: ""; position: absolute; z-index: -1; width: 48%; aspect-ratio: 1; right: -12%; bottom: -55%; border-radius: 50%; background: radial-gradient(circle, rgba(0,232,135,.34), transparent 67%); pointer-events: none; }
.hero-copy { position: relative; z-index: 1; max-width: 610px; }
.hero-kicker { display: inline-flex; align-items: center; min-height: 29px; margin: 0 0 29px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(255,255,255,.13); font-size: 12px; font-weight: 800; letter-spacing: .105em; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 660px; margin-bottom: 24px; font-size: clamp(53px, 5.4vw, 78px); line-height: 1.04; letter-spacing: -.072em; font-weight: 800; text-wrap: balance; }
h1 span { color: #d9fff3; }
.hero-lead { max-width: 515px; margin-bottom: 29px; color: rgba(255,255,255,.92); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.52; }
.hero-link { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 49px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.9); border-radius: 13px; color: #075e59; background: #fff; box-shadow: 0 9px 23px rgba(0,48,68,.15); font-size: 15px; font-weight: 800; text-decoration: none; transition: transform 170ms cubic-bezier(.2,.72,.2,1), box-shadow 170ms ease; }
.hero-link svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-link:hover { transform: translateY(-2px); box-shadow: 0 13px 27px rgba(0,48,68,.22); }
.hero-link:active { transform: translateY(0); }
.hero-link:focus-visible, .brand:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

.product-preview { width: 100%; max-width: 550px; margin: 0 auto; padding: 20px; border: 1px solid rgba(255,255,255,.78); border-radius: 22px; color: var(--ink); background: #fff; box-shadow: 0 28px 70px rgba(0,50,72,.22), 0 2px 8px rgba(0,50,72,.08); scroll-margin-top: 22px; transition: box-shadow 220ms ease, transform 220ms cubic-bezier(.2,.72,.2,1); }
.product-preview:focus-within { box-shadow: 0 30px 72px rgba(0,50,72,.23), 0 0 0 3px rgba(212,255,247,.7); }
.preview-header { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 16px; }
.preview-title { display: inline-flex; align-items: center; gap: 9px; margin: 0; color: #526579; font-size: 12px; font-weight: 850; letter-spacing: .1em; }
.preview-mark { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 8px; color: #087f78; background: #e6f8f4; }
.preview-mark svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.demo-sample-tag { padding: 5px 9px; border-radius: 99px; color: #406274; background: #eef7f8; font-size: 12px; font-weight: 750; white-space: nowrap; }
.demo-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0 0 14px; padding: 0; list-style: none; }
.demo-progress li { display: flex; align-items: center; gap: 6px; padding-bottom: 9px; border-bottom: 2px solid #e3edf0; color: #6d8190; font-size: 13px; font-weight: 700; transition: color 230ms ease, border-color 230ms ease; }
.demo-progress li span { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: #edf4f5; font-size: 11px; }
.demo-progress li.is-current { border-color: #08b6ee; color: #086f78; }
.demo-progress li.is-current span { color: #fff; background: #087f8d; }
.demo-progress li.is-done { border-color: #00c9bd; color: #087f78; }
.demo-progress li.is-done span { background: #d9f8f0; }
.demo-status { min-height: 22px; margin: 0 0 11px; color: #506778; font-size: 13px; line-height: 1.4; }
.product-preview:not([data-phase="select"]) .demo-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.demo-screen[hidden] { display: none; }
.demo-screen:not([hidden]) { animation: screen-arrive 340ms cubic-bezier(.2,.72,.2,1) both; }
.sample-browser { overflow: hidden; border: 1px solid #d7e7ea; border-radius: 13px; background: #fbfdfe; box-shadow: 0 5px 20px rgba(14,66,91,.045); }
.browser-bar { display: flex; align-items: center; gap: 10px; height: 29px; padding: 0 12px; border-bottom: 1px solid #dce8ec; color: #6c8090; background: #f6fafb; font-size: 11px; font-weight: 700; }
.browser-dots { display: inline-flex; gap: 4px; }
.browser-dots i { width: 6px; height: 6px; border-radius: 50%; background: #c6d9de; }
.sample-page { padding: 13px; }
.sample-page-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.sample-page-heading strong { font-size: 18px; letter-spacing: -.035em; }
.sample-page-heading span { color: #6c8090; font-size: 12px; }
.demo-instruction { margin: 2px 0 10px; color: #587181; font-size: 12px; }
.demo-select-target { position: relative; display: block; width: 100%; overflow: hidden; padding: 2px 10px; border: 1.5px dashed #61bbb6; border-radius: 10px; color: var(--ink); background: #fff; text-align: left; cursor: crosshair; touch-action: pan-y; transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
.demo-select-target:hover, .demo-select-target:focus-visible { border-color: #008e89; background: #f2fffc; box-shadow: 0 0 0 3px rgba(0,201,189,.12); outline: none; }
.demo-select-target.is-marked { border: 2px solid #00ad9c; background: #eafff9; }
.product-preview.is-scanning .demo-select-target::after { content: ""; position: absolute; z-index: 3; inset: -120% 0 auto; height: 110%; background: linear-gradient(180deg, transparent, rgba(0,201,189,.16) 60%, rgba(8,127,245,.37) 99%, transparent); pointer-events: none; animation: scan-pass 620ms ease-in-out both; }
.sample-person { position: relative; z-index: 1; display: flex; align-items: center; gap: 9px; min-height: 45px; border-bottom: 1px solid #e6eff1; }
.sample-person:last-of-type { border-bottom: 0; }
.sample-person.is-in-selection { background: #dffaf1; }
.person-avatar { display: grid; width: 27px; height: 27px; flex: none; place-items: center; border-radius: 8px; color: #08766e; background: #e5f8f3; font-size: 10px; font-weight: 800; }
.sample-person > span:last-child { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; width: 100%; min-width: 0; }
.sample-person strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.sample-person small { overflow: hidden; color: #60788a; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; }
.selection-box { position: absolute; z-index: 2; display: none; border: 2px solid #008e89; border-radius: 5px; background: rgba(0,201,189,.17); pointer-events: none; }
.selection-box.is-visible { display: block; }
.demo-result-heading { display: flex; align-items: center; gap: 10px; margin: 3px 0 13px; }
.result-icon { display: grid; width: 35px; height: 35px; flex: none; place-items: center; border-radius: 10px; color: #078264; background: #e2faee; font-size: 18px; font-weight: 800; }
.demo-result-heading div { display: grid; gap: 2px; }
.demo-result-heading strong { font-size: 16px; letter-spacing: -.025em; }
.demo-result-heading div span { color: #5e7483; font-size: 12px; }
.review-hint { margin: -4px 0 11px; color: #60788a; font-size: 12px; }
.review-list, .demo-sheet { overflow: hidden; border: 1px solid #d9e7e9; border-radius: 11px; background: #fff; }
.review-row { display: flex; align-items: center; gap: 10px; width: 100%; min-height: 46px; padding: 7px 11px; border: 0; border-bottom: 1px solid #e5eff1; color: var(--ink); background: #fff; text-align: left; font: inherit; cursor: pointer; transition: background 150ms ease, opacity 150ms ease; }
.review-row:last-child { border-bottom: 0; }
.review-row:hover, .review-row:focus-visible { background: #effdf9; outline: none; }
.review-row:focus-visible { box-shadow: inset 0 0 0 2px #087ff5; }
.review-row:not(.is-included) { opacity: .58; }
.review-check { display: grid; width: 22px; height: 22px; flex: none; place-items: center; border: 1px solid #cbdce0; border-radius: 7px; color: #fff; background: #fff; font-size: 13px; font-weight: 800; transition: background 150ms ease, border-color 150ms ease, transform 150ms ease; }
.review-row.is-included .review-check { border-color: #00ab96; background: linear-gradient(135deg, #00ceaa, #087ff5); }
.review-row:active .review-check { transform: scale(.9); }
.review-copy { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; width: 100%; min-width: 0; }
.review-copy strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.review-copy small { overflow: hidden; color: #60788a; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.demo-primary { display: flex; align-items: center; justify-content: center; gap: 9px; width: 100%; min-height: 44px; margin-top: 13px; border: 0; border-radius: 10px; color: #fff; background: linear-gradient(105deg, #008f85, #087ff5); font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform 160ms ease, box-shadow 160ms ease; }
.demo-primary svg, .demo-again svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.demo-primary:hover { transform: translateY(-1px); box-shadow: 0 7px 16px rgba(5,113,142,.2); }
.demo-primary:disabled { background: #dce8ec; box-shadow: none; cursor: not-allowed; transform: none; }
.demo-primary:focus-visible, .demo-again:focus-visible { outline: 3px solid #087ff5; outline-offset: 3px; }
.demo-sheet-row { display: grid; grid-template-columns: 1fr 1fr; min-height: 43px; border-bottom: 1px solid #e5eff1; }
.demo-sheet-row:last-child { border-bottom: 0; }
.demo-screen:not([hidden]) .demo-sheet-row:not(.demo-sheet-head) { animation: row-arrive 260ms cubic-bezier(.2,.72,.2,1) both; animation-delay: calc(var(--row-index, 0) * 45ms); }
.demo-sheet-row span { display: flex; align-items: center; min-width: 0; overflow: hidden; padding: 8px 11px; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.demo-sheet-row span + span { border-left: 1px solid #e5eff1; }
.demo-sheet-head { min-height: 35px; color: #587080; background: #f7fbfc; font-weight: 800; }
.demo-sheet-row:not(.demo-sheet-head) span:first-child { font-weight: 700; }
.demo-again { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; padding: 6px 0; border: 0; color: #08766e; background: none; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.demo-again:hover { text-decoration: underline; }
.demo-footnote { margin: 14px 0 0; color: #708492; font-size: 12px; text-align: center; }

.eyebrow { margin: 0 0 15px; color: #087f78; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.modes-heading h2 { margin-bottom: 38px; font-size: clamp(36px, 4vw, 56px); line-height: 1.09; letter-spacing: -.058em; text-wrap: balance; }

.modes { display: grid; grid-template-columns: minmax(270px, .8fr) 1.2fr; gap: 54px; margin-top: 58px; padding: 47px 51px; border: 1px solid #cce6e4; border-radius: 24px; background: linear-gradient(135deg, #eefcf8, #eef9fe); box-shadow: 0 14px 40px rgba(7,92,116,.045); }
.modes-heading h2 { max-width: 390px; margin-bottom: 0; font-size: clamp(34px, 3.4vw, 47px); }
.mode-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.mode-block { display: flex; align-items: flex-start; gap: 13px; }
.mode-icon { display: grid; width: 37px; height: 37px; flex: none; place-items: center; border-radius: 10px; color: #087f78; background: #fff; box-shadow: 0 3px 11px rgba(8,127,114,.08); font-size: 20px; line-height: 1; }
.mode-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mode-block h3 { margin: 3px 0 8px; font-size: 17px; line-height: 1.25; letter-spacing: -.025em; }
.mode-block p { margin: 0; color: #486275; font-size: 15px; line-height: 1.48; }

.site-footer { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding: 28px 0 42px; border-top: 1px solid var(--line); color: #66798a; font-size: 13px; }
.site-footer .slogan-row { color: var(--slogan-cyan); font-weight: 800; }

@keyframes brand-sheen { from { transform: translateX(-70%) rotate(23deg); opacity: 0; } 35% { opacity: 1; } to { transform: translateX(145%) rotate(23deg); opacity: 0; } }
@keyframes screen-arrive { from { opacity: 0; transform: translateY(10px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes row-arrive { from { opacity: 0; transform: translateX(-8px); } to { opacity: 1; transform: translateX(0); } }
@keyframes scan-pass { from { transform: translateY(0); } to { transform: translateY(560px); } }
@media (max-width: 1030px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(390px, .95fr); gap: 30px; padding: 43px; }
  h1 { font-size: clamp(49px, 5.3vw, 67px); }
  .modes { gap: 30px; padding: 40px; }
}
@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; gap: 42px; padding: 46px; }
  .hero-copy { max-width: 700px; }
  .product-preview { max-width: 590px; margin: 0; }
  .modes { grid-template-columns: 1fr; margin-top: 65px; }
}
@media (max-width: 620px) {
  .page-shell { width: min(100% - 32px, 1320px); }
  .site-header { min-height: 80px; }
  .brand { font-size: 19px; }
  .release-note { max-width: 135px; min-height: 0; white-space: normal; font-size: 12px; line-height: 1.25; }
  .hero { gap: 36px; padding: 31px 23px 25px; border-radius: 22px; }
  .hero-kicker { margin-bottom: 23px; font-size: 12px; }
  h1 { font-size: clamp(43px, 10.7vw, 63px); }
  .hero-lead { font-size: 17px; }
  .product-preview { padding: 15px; border-radius: 18px; }
  .sample-person > span:last-child { display: grid; gap: 1px; }
  .review-copy { display: grid; gap: 2px; }
  .modes { gap: 29px; margin-top: 58px; padding: 30px 25px; border-radius: 20px; }
  .mode-grid { grid-template-columns: 1fr; gap: 26px; }
  .site-footer { flex-direction: column; margin-top: 65px; }
}
@media (max-width: 350px) {
  .page-shell { width: min(100% - 20px, 1320px); }
  .hero { padding-right: 16px; padding-left: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero::before { animation: none; opacity: 0; }
  .hero-link, .demo-select-target, .demo-primary, .product-preview, .demo-progress li, .review-row, .review-check { transition: none; }
  .demo-screen:not([hidden]), .demo-screen:not([hidden]) .demo-sheet-row:not(.demo-sheet-head), .product-preview.is-scanning .demo-select-target::after { animation: none; }
}
