:root {
  color-scheme: light;
  --ink: #101828;
  --ink-soft: #344054;
  --muted: #667085;
  --blue: #1689f8;
  --blue-dark: #0873dc;
  --blue-pale: #eaf5ff;
  --ice: #f1f8ff;
  --mint: #dff7ec;
  --orange: #ffecd8;
  --paper: #f7f9fc;
  --white: #ffffff;
  --line: #e5eaf0;
  --navy: #0b1f35;
  --green: #15a66d;
  --page: 1180px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.page-width { width: min(var(--page), calc(100% - 48px)); 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: 100; padding: 10px 14px; color: white; background: var(--ink); border-radius: 10px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 4px solid rgba(22,137,248,.28); outline-offset: 3px; border-radius: 6px; }

.site-header { position: fixed; inset: 16px 0 auto; z-index: 50; pointer-events: none; }
.nav { min-height: 62px; padding: 10px 12px 10px 15px; display: flex; align-items: center; justify-content: space-between; pointer-events: auto; background: rgba(255,255,255,.86); border: 1px solid rgba(16,24,40,.08); border-radius: 18px; box-shadow: 0 12px 35px rgba(25,54,89,.08); backdrop-filter: blur(20px) saturate(160%); -webkit-backdrop-filter: blur(20px) saturate(160%); transition: box-shadow .2s ease, background .2s ease; }
.site-header.scrolled .nav { background: rgba(255,255,255,.94); box-shadow: 0 16px 40px rgba(25,54,89,.12); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; letter-spacing: -.018em; }
.wordmark img { border-radius: 10px; box-shadow: 0 6px 14px rgba(22,137,248,.15); }
.nav-menu { display: flex; align-items: center; gap: 29px; color: #475467; font-size: 13px; font-weight: 500; }
.nav-menu > a:not(.nav-download):hover { color: var(--blue); }
.nav-download { padding: 10px 16px; color: white; background: var(--ink); border-radius: 11px; }
.nav-download:hover { background: #24334a; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.menu-button i { display: block; width: 20px; height: 1px; margin: 5px auto; background: var(--ink); transition: transform .2s ease; }

h1, h2, h3 { margin: 0; letter-spacing: -.048em; }
.hero { padding-top: 160px; }
.hero-copy { max-width: 840px; margin: 0 auto; text-align: center; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-dark); font-size: 12px; line-height: 1; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 5px rgba(22,137,248,.1); }
.hero h1 { margin-top: 24px; font-size: clamp(58px, 7.2vw, 92px); line-height: .97; font-weight: 720; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-copy > p { max-width: 700px; margin: 26px auto 0; color: var(--muted); font-size: 20px; line-height: 1.6; letter-spacing: -.017em; }
.hero-actions { margin-top: 32px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.button { min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 650; transition: transform .12s ease, background .18s ease, border-color .18s ease; }
.button:active { transform: scale(.97); }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: white; background: var(--blue); box-shadow: 0 10px 22px rgba(22,137,248,.24); }
.button-primary:hover { background: var(--blue-dark); }
.button-quiet { color: var(--ink); background: white; border-color: #d6dde7; }
.button-quiet:hover { border-color: #aeb9c8; }
.button-quiet span { color: var(--blue); }
.button-full { width: 100%; }
.compatibility { margin-top: 18px !important; color: #98a2b3 !important; font-size: 11px !important; }
.compatibility b { color: var(--green); font-size: 8px; }

.hero-stage { min-height: 650px; margin-top: 75px; padding: 76px 68px 0; position: relative; overflow: hidden; background: linear-gradient(145deg, #dff0ff 0%, #eef8ff 52%, #e5f8f2 100%); border: 1px solid #d4e9fb; border-radius: 35px; }
.stage-grid { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(22,137,248,.12) 1px, transparent 1px),linear-gradient(90deg,rgba(22,137,248,.12) 1px,transparent 1px); background-size: 48px 48px; -webkit-mask-image: linear-gradient(to bottom,black,transparent 78%); mask-image: linear-gradient(to bottom,black,transparent 78%); }
.app-shot { width: min(980px, 100%); min-width: 0; margin: 0 auto; position: relative; z-index: 2; border: 8px solid rgba(255,255,255,.78); border-bottom: 0; border-radius: 24px 24px 0 0; box-shadow: 0 34px 80px rgba(31,87,139,.24); overflow: hidden; }
.app-shot img,
.story-visual img,
.launch-visual img { display: block; width: 100%; max-width: 100%; height: auto !important; object-fit: contain; object-position: center; }
.signal-card { position: absolute; z-index: 4; min-height: 62px; padding: 10px 12px; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.9); border-radius: 14px; box-shadow: 0 14px 36px rgba(30,83,135,.14); backdrop-filter: blur(15px); }
.signal-card > span:first-child { width: 38px; height: 38px; display: grid; place-items: center; color: var(--blue); background: var(--blue-pale); border-radius: 10px; font-size: 20px; }
.signal-card small, .signal-card strong { display: block; white-space: nowrap; }
.signal-card small { color: #98a2b3; font-size: 8px; }
.signal-card strong { margin-top: 2px; font-size: 11px; }
.signal-card > b { width: 34px; height: 34px; margin-left: 8px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 50%; font-size: 10px; }
.signal-one { left: 18px; top: 165px; }
.signal-two { right: 17px; top: 105px; }
.signal-two > span:first-child { color: var(--green); background: var(--mint); }
.signal-three { right: 31px; bottom: 76px; }
.signal-three > span:first-child { position: relative; }
.signal-three .dot::after { content: ""; width: 9px; height: 9px; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 6px rgba(22,137,248,.13); }

.capability-strip { min-height: 122px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; border-bottom: 1px solid var(--line); }
.capability-strip > div { padding: 0 26px; display: flex; align-items: center; gap: 12px; border-right: 1px solid var(--line); }
.capability-strip > div:first-child { padding-left: 0; }
.capability-strip > div:last-child { border-right: 0; }
.capability-strip > div > span { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; color: var(--blue); background: var(--blue-pale); border-radius: 11px; font-size: 19px; }
.capability-strip p { margin: 0; }
.capability-strip strong, .capability-strip small { display: block; }
.capability-strip strong { font-size: 12px; }
.capability-strip small { margin-top: 2px; color: #98a2b3; font-size: 9px; }

.section-intro { padding: 145px 0 65px; text-align: center; }
.section-intro h2, .product-story h2, .launch-copy h2, .privacy-copy h2, .pricing-head h2, .faq-heading h2 { margin-top: 18px; font-size: clamp(44px,5.2vw,66px); line-height: 1.02; }
.section-intro > p { max-width: 650px; margin: 23px auto 0; color: var(--muted); font-size: 18px; }

.bento { padding-bottom: 150px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.bento-card { min-height: 500px; padding: 38px; position: relative; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 28px; }
.bento-card h3 { max-width: 520px; margin-top: 25px; font-size: 31px; line-height: 1.08; }
.bento-card p { max-width: 500px; margin: 13px 0 0; color: var(--muted); font-size: 14px; }
.card-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; font-size: 20px; font-weight: 600; }
.card-icon.blue { color: var(--blue); background: var(--blue-pale); }
.card-icon.mint { color: #138d61; background: var(--mint); }
.card-icon.orange { color: #e77a12; background: var(--orange); }
.bento-keywords { background: linear-gradient(150deg,#f7fbff,#edf6ff); }
.keyword-panel { width: 94%; margin: 44px auto 0; padding: 12px; background: white; border: 1px solid #dce7f2; border-radius: 16px; box-shadow: 0 18px 45px rgba(32,79,125,.09); transform: rotate(-1.2deg); }
.keyword-search { height: 46px; padding: 0 12px; display: flex; align-items: center; gap: 9px; color: #475467; background: #f7f9fc; border-radius: 10px; font-size: 11px; }
.keyword-search span { color: var(--blue); font-size: 18px; }
.keyword-search kbd { margin-left: auto; padding: 5px 7px; color: #667085; background: white; border: 1px solid #e4e7ec; border-radius: 6px; font: 700 8px/1 inherit; }
.keyword-row { min-height: 57px; padding: 0 11px; display: grid; grid-template-columns: 1fr auto 38px; align-items: center; gap: 14px; border-bottom: 1px solid #eef1f5; font-size: 10px; }
.keyword-row:last-child { border-bottom: 0; }
.keyword-row > span { display: flex; align-items: center; gap: 10px; }
.keyword-row i { color: #98a2b3; font-style: normal; font-size: 8px; }
.keyword-row em { padding: 4px 7px; color: #667085; background: #f2f4f7; border-radius: 99px; font-style: normal; font-size: 7px; }
.keyword-row > strong { width: 31px; height: 31px; display: grid; place-items: center; color: var(--blue); background: var(--blue-pale); border-radius: 50%; }
.keyword-row.selected { margin-inline: -4px; padding-inline: 15px; background: #edf6ff; border: 1px solid #b8dcff; border-radius: 9px; }
.bento-world { background: linear-gradient(145deg,#f7fffb,#eaf9f1); }
.storefronts { height: 245px; margin-top: 38px; position: relative; }
.store { position: absolute; min-width: 128px; padding: 12px 13px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 4px 9px; background: white; border: 1px solid #dcece5; border-radius: 13px; box-shadow: 0 13px 28px rgba(27,105,74,.08); font-size: 16px; }
.store b { font-size: 10px; }
.store small { grid-column: 2; color: #98a2b3; font-size: 7px; }
.store-us { left: 12%; top: 5%; transform: rotate(-3deg); }
.store-gb { right: 4%; top: 31%; transform: rotate(2deg); }
.store-de { left: 4%; bottom: 11%; transform: rotate(2deg); }
.store-jp { right: 25%; bottom: -2%; transform: rotate(-2deg); }
.bento-ratings { grid-column: 1/-1; min-height: 370px; display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); align-items: center; gap: 60px; background: white; }
.rating-summary { padding: 26px; background: #fffaf4; border: 1px solid #f7e1cb; border-radius: 20px; }
.rating-summary > div { display: grid; grid-template-columns: 1fr auto; align-items: end; }
.rating-summary small { grid-column: 1/-1; color: #98a2b3; font-size: 9px; }
.rating-summary strong { margin-top: 4px; font-size: 42px; letter-spacing: -.05em; }
.rating-summary span { padding-bottom: 8px; color: #ff9418; letter-spacing: .08em; font-size: 12px; }
.rating-summary svg { width: 100%; height: 110px; overflow: visible; }
.rating-summary path { fill: none; stroke: #ff9418; stroke-width: 3; stroke-linecap: round; }
.rating-summary path.area { fill: rgba(255,148,24,.1); stroke: none; }

.product-story { padding: 145px 0; display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); align-items: center; gap: 80px; }
.story-copy,.story-visual,.launch-copy,.launch-visual { min-width: 0; }
.story-copy > p, .launch-copy > p, .privacy-copy > p, .pricing-head > p, .faq-heading > p { margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.story-copy ul { padding: 0; margin: 27px 0 0; list-style: none; }
.story-copy li { margin: 12px 0; color: #475467; font-size: 13px; }
.story-copy li span { width: 22px; height: 22px; margin-right: 8px; display: inline-grid; place-items: center; color: var(--blue); background: var(--blue-pale); border-radius: 50%; font-size: 10px; }
.story-visual { width: 100%; overflow: hidden; background: white; border: 1px solid #dfe5ec; border-radius: 22px; box-shadow: 0 28px 75px rgba(36,75,112,.14); }
.story-browser-bar { height: 43px; padding: 0 14px; display: flex; align-items: center; gap: 7px; color: #98a2b3; background: #f8fafc; border-bottom: 1px solid #e8ecf1; font-size: 8px; }
.story-browser-bar i { width: 9px; height: 9px; background: #ff5f57; border-radius: 50%; }
.story-browser-bar i:nth-child(2) { background: #ffbd2e; }
.story-browser-bar i:nth-child(3) { background: #28c840; }
.story-browser-bar span { margin-left: auto; margin-right: auto; transform: translateX(-17px); }

.launch-section { padding: 135px 0 0; overflow: hidden; color: white; background: var(--navy); }
.launch-inner { min-height: 790px; display: grid; grid-template-columns: minmax(0,.65fr) minmax(0,1.35fr); align-items: center; gap: 70px; }
.section-kicker-light { color: #67b9ff; }
.launch-copy h2 { font-size: clamp(45px,5vw,64px); }
.launch-copy > p { color: #a7b6c8; }
.text-link-light, .text-link { display: inline-block; margin-top: 24px; color: #68baff; font-size: 14px; font-weight: 600; }
.text-link-light span, .text-link span { font-size: 20px; vertical-align: -1px; }
.text-link-light:hover, .text-link:hover { text-decoration: underline; }
.launch-visual { width: 100%; align-self: end; margin-bottom: -35px; overflow: hidden; border: 7px solid rgba(255,255,255,.09); border-bottom: 0; border-radius: 23px 23px 0 0; box-shadow: 0 32px 80px rgba(0,0,0,.42); }

.privacy-section { min-height: 700px; padding: 120px 0; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.privacy-visual { height: 430px; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--ice); border: 1px solid #dcecfb; border-radius: 30px; }
.privacy-orbit { position: absolute; border: 1px solid rgba(22,137,248,.17); border-radius: 50%; }
.orbit-a { width: 290px; height: 290px; }
.orbit-b { width: 390px; height: 390px; border-style: dashed; }
.shield { width: 118px; height: 118px; display: grid; place-items: center; position: relative; z-index: 2; background: white; border-radius: 32px; box-shadow: 0 18px 45px rgba(26,92,151,.13); }
.shield svg { width: 58px; height: 68px; fill: rgba(22,137,248,.07); stroke: var(--blue); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.privacy-pill { position: absolute; z-index: 3; padding: 9px 12px; color: #475467; background: rgba(255,255,255,.9); border: 1px solid #dfe9f3; border-radius: 10px; box-shadow: 0 12px 25px rgba(28,79,127,.09); font-size: 9px; font-weight: 600; }
.pill-local { left: 25px; top: 92px; }
.pill-keychain { right: 22px; bottom: 78px; }
.privacy-copy h2 { max-width: 520px; }
.text-link { color: var(--blue-dark); }

.pricing-section { padding: 135px 90px; display: grid; grid-template-columns: 1fr 470px; align-items: center; gap: 100px; background: var(--paper); border: 1px solid var(--line); border-radius: 35px; }
.price-card { padding: 32px; position: relative; background: white; border: 1px solid #dfe5ec; border-radius: 24px; box-shadow: 0 24px 65px rgba(35,74,111,.1); }
.price-toggle { margin-bottom: 28px; padding: 4px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; background: #f2f4f7; border: 1px solid #e4e7ec; border-radius: 13px; }
.price-toggle button { min-height: 42px; padding: 8px 12px; color: #667085; background: transparent; border: 0; border-radius: 9px; cursor: pointer; font: inherit; font-size: 12px; font-weight: 650; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.price-toggle button:hover { color: var(--ink); }
.price-toggle button.active { color: var(--ink); background: white; box-shadow: 0 3px 10px rgba(35,74,111,.1); }
.price-toggle button:focus-visible { outline: 3px solid rgba(22,137,248,.22); outline-offset: 2px; }
.price-toggle button span { margin-left: 5px; padding: 3px 6px; color: #087a51; background: #e7f8f0; border-radius: 99px; font-size: 8px; white-space: nowrap; }
.price-badge { position: absolute; right: 32px; top: 111px; padding: 5px 9px; color: var(--blue-dark); background: var(--blue-pale); border-radius: 99px; font-size: 8px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; transition: opacity .2s ease, transform .2s ease; }
.price-badge.hidden { opacity: 0; transform: translateY(-4px); pointer-events: none; }
.price-title > span { color: var(--muted); font-size: 12px; }
.price-title strong { display: block; margin-top: 6px; font-size: 47px; line-height: 1; letter-spacing: -.06em; }
.price-title strong > span { color: var(--ink); }
.price-title strong small { color: var(--muted); font-size: 12px; letter-spacing: 0; }
.price-title p { margin: 8px 0 0; color: var(--green); font-size: 10px; }
.price-divider { height: 1px; margin: 24px 0 19px; background: var(--line); }
.price-card ul { padding: 0; margin: 0 0 22px; list-style: none; }
.price-card li { margin: 12px 0; color: #475467; font-size: 12px; }
.price-card li::before { content: "✓"; width: 23px; display: inline-block; color: var(--blue); font-weight: 700; }
.price-alt { min-height: 14px; margin: 13px 0 0; color: #98a2b3; font-size: 9px; text-align: center; }
.price-alt b { color: var(--muted); }

.faq { padding: 150px 0; display: grid; grid-template-columns: 370px 1fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 22px; list-style: none; cursor: pointer; font-size: 16px; font-weight: 650; letter-spacing: -.012em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #98a2b3; font-size: 23px; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 660px; margin: -5px 50px 27px 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.final-cta { min-height: 300px; margin-bottom: 110px; padding: 55px 60px; display: grid; grid-template-columns: 160px 1fr auto; align-items: center; gap: 45px; color: white; overflow: hidden; background: var(--blue); border-radius: 32px; }
.cta-art { height: 150px; position: relative; display: grid; place-items: center; }
.cta-art img { position: relative; z-index: 2; border-radius: 26px; box-shadow: 0 18px 36px rgba(0,72,146,.3); }
.ring { position: absolute; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.ring-a { width: 135px; height: 135px; }
.ring-b { width: 190px; height: 190px; border-style: dashed; }
.final-cta h2 { max-width: 620px; margin-top: 13px; font-size: clamp(35px,4.4vw,52px); line-height: 1.05; }
.final-cta p { margin: 12px 0 0; color: rgba(255,255,255,.75); font-size: 14px; }
.button-white { min-width: 175px; color: var(--ink); background: white; }
.button-white:hover { background: #f1f6fb; }

.site-footer { padding: 55px 0 35px; color: #98a2b3; background: var(--navy); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-top > p { margin: 0; font-size: 11px; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; color: white; font-size: 13px; }
.footer-brand img { border-radius: 9px; }
.footer-content nav { margin-top: 35px; padding: 24px 0; display: flex; flex-wrap: wrap; gap: 18px 28px; border-top: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); font-size: 11px; }
.footer-content nav a:hover { color: white; }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; gap: 25px; font-size: 9px; }
.footer-bottom p { margin: 0; }
.footer-content > p { margin: 18px 0 0; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Legal pages */
.legal-main { min-height: 70vh; padding-top: 75px; }
.legal-hero { padding: 110px 0 75px; text-align: center; border-bottom: 1px solid var(--line); background: var(--ice); }
.legal-hero h1 { font-size: clamp(48px,6vw,72px); line-height: 1; }
.legal-hero p { margin: 18px 0 0; color: var(--muted); font-size: 16px; }
.legal-document { max-width: 760px; padding: 85px 0 130px; }
.legal-document h2 { margin: 52px 0 14px; font-size: 28px; line-height: 1.15; letter-spacing: -.028em; }
.legal-document h2:first-of-type { margin-top: 0; }
.legal-document h3 { margin: 28px 0 9px; font-size: 18px; letter-spacing: -.02em; }
.legal-document p, .legal-document li { color: #515b6b; font-size: 15px; line-height: 1.7; }
.legal-document ul { padding-left: 22px; }
.legal-document li { margin: 8px 0; }
.legal-document a { color: var(--blue-dark); }
.legal-document a:hover { text-decoration: underline; }
.legal-note { padding: 18px 20px; color: var(--muted) !important; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; font-size: 13px !important; }
.legal-main + .site-footer .footer-brand { color: white; }

@media (max-width: 1040px) {
  .hero-stage { min-height: 570px; padding-inline: 42px; }
  .capability-strip { grid-template-columns: repeat(2,1fr); padding: 22px 0; gap: 18px 0; }
  .capability-strip > div:nth-child(2) { border-right: 0; }
  .bento { grid-template-columns: 1fr 1fr; }
  .product-story { grid-template-columns: 1fr; gap: 55px; }
  .story-copy,.launch-copy { max-width: 680px; }
  .launch-inner { min-height: 0; padding-top: 15px; grid-template-columns: 1fr; gap: 60px; }
  .launch-visual { margin-bottom: -25px; }
  .pricing-section { padding-inline: 55px; gap: 60px; }
  .final-cta { grid-template-columns: 125px 1fr; }
  .final-cta > .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 820px) {
  .hero-stage { min-height: 500px; }
  .signal-card { transform: scale(.85); }
  .signal-one { left: -10px; }
  .signal-two { right: -10px; }
  .bento { grid-template-columns: 1fr; }
  .bento-ratings { grid-column: auto; grid-template-columns: 1fr; gap: 35px; }
  .product-story, .privacy-section, .pricing-section, .faq { grid-template-columns: 1fr; }
  .product-story { gap: 55px; }
  .launch-inner { padding-top: 10px; grid-template-columns: 1fr; gap: 55px; }
  .launch-copy { max-width: 680px; }
  .privacy-section { gap: 60px; }
  .pricing-section { gap: 55px; }
  .price-card { max-width: 500px; }
  .faq { gap: 55px; }
}

@media (max-width: 700px) {
  .page-width { width: min(100% - 28px,var(--page)); }
  .site-header { inset: 9px 0 auto; }
  .nav { min-height: 54px; padding: 8px 9px 8px 11px; border-radius: 15px; }
  .wordmark img { width: 32px; height: 32px; }
  .menu-button { display: block; position: relative; z-index: 3; }
  .menu-button[aria-expanded="true"] i:first-of-type { transform: translateY(3px) rotate(45deg); }
  .menu-button[aria-expanded="true"] i:last-of-type { transform: translateY(-3px) rotate(-45deg); }
  .nav-menu { display: none; position: absolute; left: 0; right: 0; top: 64px; padding: 18px; flex-direction: column; align-items: stretch; gap: 0; background: rgba(255,255,255,.97); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 40px rgba(28,55,89,.12); }
  .nav-menu.open { display: flex; }
  .nav-menu a { padding: 11px 5px; font-size: 15px; }
  .nav-download { margin-top: 9px; padding: 11px 14px !important; text-align: center; }
  .hero { padding-top: 120px; }
  .hero h1 { font-size: 49px; }
  .hero-copy > p { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .button { min-width: 215px; }
  .hero-stage { width: calc(100% - 14px); min-height: 410px; margin-top: 55px; padding: 55px 18px 0; border-radius: 24px; }
  .app-shot { width: 100%; max-width: 100%; margin-left: 0; transform: none; border-width: 5px; border-radius: 15px 15px 0 0; }
  .signal-card { display: none; }
  .capability-strip { grid-template-columns: 1fr; padding: 25px 0; }
  .capability-strip > div { padding: 12px 6px !important; border-right: 0; }
  .section-intro { padding: 100px 0 48px; }
  .section-intro h2, .product-story h2, .launch-copy h2, .privacy-copy h2, .pricing-head h2, .faq-heading h2 { font-size: 40px; }
  .section-intro > p { font-size: 16px; }
  .bento { padding-bottom: 100px; }
  .bento-card { min-height: 0; padding: 29px; border-radius: 22px; }
  .bento-card h3 { font-size: 28px; }
  .keyword-panel { width: 110%; margin-left: -5%; }
  .storefronts { margin-inline: -10px; }
  .product-story { padding: 100px 0; }
  .story-visual { width: 100%; max-width: 100%; margin-left: 0; transform: none; }
  .launch-section { padding-top: 95px; }
  .launch-inner { min-height: 690px; }
  .launch-visual { width: 100%; max-width: 100%; margin-left: 0; transform: none; }
  .privacy-section { min-height: 0; padding: 100px 0; }
  .privacy-visual { height: 360px; border-radius: 23px; }
  .pricing-section { width: calc(100% - 20px); padding: 80px 20px; border-radius: 25px; }
  .price-card { padding: 24px; }
  .faq { padding: 105px 0; }
  .faq-list summary { min-height: 75px; font-size: 15px; }
  .final-cta { width: calc(100% - 20px); min-height: 520px; margin-bottom: 80px; padding: 60px 25px; grid-template-columns: 1fr; justify-items: center; text-align: center; border-radius: 25px; }
  .final-cta > .button { grid-column: auto; justify-self: center; }
  .cta-art { width: 150px; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .legal-main { padding-top: 64px; }
  .legal-hero { padding: 85px 0 60px; }
  .legal-document { padding: 65px 0 95px; }
}

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

@media (prefers-reduced-transparency: reduce) {
  .nav,.nav-menu,.signal-card { background: white; backdrop-filter: none; -webkit-backdrop-filter: none; }
}

@media (prefers-contrast: more) {
  .nav,.bento-card,.story-visual,.price-card,.pricing-section { border-color: #667085; }
}

/* App-native visual system */
:root {
  --ink: #1d1d1f;
  --ink-soft: #3a3a3c;
  --muted: #6e6e73;
  --blue: #0a84ff;
  --blue-dark: #0071e3;
  --blue-pale: #e8f3ff;
  --ice: #f2f7fc;
  --paper: #f5f5f7;
  --line: #dcdce1;
  --navy: #202124;
  --green: #29a45c;
  --page: 1240px;
}

body {
  background: #f5f5f7;
}

.site-header { inset: 14px 0 auto; }
.nav {
  min-height: 58px;
  padding: 8px 10px 8px 16px;
  background: rgba(247,247,249,.82);
  border-color: rgba(60,60,67,.16);
  border-radius: 15px;
  box-shadow: 0 8px 28px rgba(0,0,0,.08), inset 0 1px rgba(255,255,255,.8);
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
}
.site-header.scrolled .nav { background: rgba(247,247,249,.94); box-shadow: 0 10px 34px rgba(0,0,0,.1); }
.wordmark { gap: 9px; font-size: 13px; }
.wordmark::before {
  content: "";
  width: 11px;
  height: 11px;
  margin-right: 36px;
  flex: 0 0 auto;
  background: #ff5f57;
  border-radius: 50%;
  box-shadow: 18px 0 #febc2e, 36px 0 #28c840;
}
.wordmark img { width: 34px; height: 34px; border-radius: 8px; box-shadow: none; }
.nav-menu { gap: 5px; padding: 4px; background: rgba(118,118,128,.08); border-radius: 10px; }
.nav-menu > a:not(.nav-download) { padding: 7px 12px; border-radius: 7px; font-size: 12px; }
.nav-menu > a:not(.nav-download):hover { color: var(--ink); background: rgba(255,255,255,.82); }
.nav-download { margin-left: 5px; padding: 9px 15px; background: var(--blue); border-radius: 8px; box-shadow: 0 3px 10px rgba(10,132,255,.22); }
.nav-download:hover { background: var(--blue-dark); }

.hero {
  padding-top: 118px;
  padding-bottom: 26px;
  display: grid;
  grid-template-columns: minmax(330px,.72fr) minmax(0,1.28fr);
  align-items: center;
  gap: 44px;
}
.hero-copy { max-width: 500px; margin: 0; text-align: left; }
.eyebrow, .section-kicker { color: var(--blue-dark); font-size: 11px; letter-spacing: .045em; text-transform: none; }
.eyebrow span { width: 8px; height: 8px; box-shadow: 0 0 0 4px rgba(10,132,255,.1); }
.hero h1 { max-width: 570px; margin-top: 20px; font-size: clamp(54px,5.2vw,76px); line-height: .98; font-weight: 730; }
.hero-copy > p { max-width: 520px; margin: 22px 0 0; font-size: 17px; line-height: 1.55; }
.hero-actions { margin-top: 28px; justify-content: flex-start; }
.button { min-height: 44px; border-radius: 9px; font-size: 13px; }
.button-primary { background: var(--blue); box-shadow: 0 6px 16px rgba(10,132,255,.2); }
.button-quiet { background: rgba(255,255,255,.78); border-color: rgba(60,60,67,.2); }
.compatibility { margin: 14px 0 0 !important; }

.hero-stage {
  min-height: 0;
  margin-top: 0;
  padding: 58px 22px 0;
  background: #e9e9ee;
  border-color: rgba(60,60,67,.16);
  border-radius: 20px;
  box-shadow: 0 18px 55px rgba(0,0,0,.1), inset 0 1px rgba(255,255,255,.82);
}
.hero-stage::before {
  content: "Workspace preview";
  position: absolute;
  left: 23px;
  top: 19px;
  z-index: 4;
  color: #6e6e73;
  font-size: 11px;
  font-weight: 600;
}
.hero-stage::after {
  content: "Live App Store data";
  position: absolute;
  right: 22px;
  top: 14px;
  z-index: 4;
  padding: 5px 8px 5px 20px;
  color: #347a50;
  background: #e5f5eb;
  border-radius: 7px;
  font-size: 9px;
  font-weight: 650;
}
.stage-grid { display: none; }
.app-shot { border: 1px solid rgba(60,60,67,.18); border-bottom: 0; border-radius: 13px 13px 0 0; box-shadow: 0 18px 40px rgba(0,0,0,.16); }
.signal-card { border-color: rgba(60,60,67,.15); border-radius: 10px; box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.signal-one { left: 8px; top: 43%; }
.signal-two { right: 7px; top: 25%; }
.signal-three { right: 12px; bottom: 9%; }

.capability-strip {
  min-height: 82px;
  margin-top: 8px;
  padding: 9px;
  overflow: hidden;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  border-radius: 16px;
}
.capability-strip > div { min-height: 62px; padding: 0 18px; border-right-color: var(--line); }
.capability-strip > div:first-child { padding-left: 18px; background: var(--blue-pale); border-radius: 10px; }
.capability-strip > div > span { width: 34px; height: 34px; background: white; border: 1px solid #d9e9f8; border-radius: 9px; font-size: 16px; }
.capability-strip strong { font-size: 11px; }
.capability-strip small { font-size: 8px; }

.section-intro {
  padding: 126px 0 48px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: end;
  gap: 60px;
  text-align: left;
}
.section-intro .section-kicker { grid-column: 1 / -1; }
.section-intro h2, .product-story h2, .launch-copy h2, .privacy-copy h2, .pricing-head h2, .faq-heading h2 {
  margin-top: 0;
  font-size: clamp(40px,4.4vw,58px);
  line-height: 1.01;
  letter-spacing: -.045em;
}
.section-intro > p { max-width: 580px; margin: 0; padding-bottom: 4px; font-size: 16px; }

.bento { padding-bottom: 110px; gap: 14px; }
.bento-card { min-height: 460px; padding: 28px; background: #fff; border-color: var(--line); border-radius: 18px; box-shadow: 0 1px 1px rgba(0,0,0,.02); }
.bento-card h3 { margin-top: 20px; font-size: 27px; }
.card-icon { width: 38px; height: 38px; border-radius: 10px; font-size: 17px; }
.bento-keywords, .bento-world { background: #fff; }
.keyword-panel { margin-top: 35px; border-color: #d8d8de; border-radius: 11px; box-shadow: 0 12px 30px rgba(0,0,0,.07); transform: none; }
.keyword-search { background: #f2f2f7; border-radius: 8px; }
.keyword-row.selected { background: #e9f3ff; border-color: #b9dcff; }
.store { border-color: #dedee3; border-radius: 10px; box-shadow: 0 8px 20px rgba(0,0,0,.07); }
.bento-ratings { min-height: 330px; }
.rating-summary { background: #fafafa; border-color: #e2e2e6; border-radius: 14px; }

.product-story {
  margin-bottom: 110px;
  padding: 28px;
  grid-template-columns: minmax(0,.62fr) minmax(0,1.38fr);
  gap: 50px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
}
.story-copy { padding: 32px 0 32px 20px; }
.story-copy > p, .launch-copy > p, .privacy-copy > p, .pricing-head > p, .faq-heading > p { margin-top: 18px; font-size: 15px; }
.story-visual { border-color: rgba(60,60,67,.2); border-radius: 14px; box-shadow: 0 14px 38px rgba(0,0,0,.1); }
.story-browser-bar { height: 36px; background: #f5f5f7; border-bottom-color: #dcdce1; }

.launch-section { padding: 105px 0 0; color: var(--ink); background: #eaf3fb; border-block: 1px solid #d7e5f2; }
.launch-inner { min-height: 700px; gap: 58px; }
.section-kicker-light { color: var(--blue-dark); }
.launch-copy > p { color: var(--muted); }
.text-link-light { color: var(--blue-dark); }
.launch-visual { margin-bottom: -1px; border: 1px solid rgba(60,60,67,.2); border-bottom: 0; border-radius: 14px 14px 0 0; box-shadow: 0 24px 55px rgba(56,84,110,.18); }

.privacy-section { min-height: 620px; padding: 105px 0; gap: 70px; }
.privacy-visual { height: 390px; background: #fff; border-color: var(--line); border-radius: 18px; }
.shield { border-radius: 26px; box-shadow: 0 12px 30px rgba(0,113,227,.12); }
.privacy-pill { border-color: var(--line); border-radius: 8px; box-shadow: 0 8px 20px rgba(0,0,0,.06); }

.pricing-section { padding: 80px; gap: 80px; background: #e9e9ee; border-color: #d4d4d9; border-radius: 22px; }
.price-card { border-color: #d3d3d8; border-radius: 16px; box-shadow: 0 14px 38px rgba(0,0,0,.09); }
.price-toggle { background: #e9e9ee; border-color: #d9d9de; border-radius: 10px; }
.price-toggle button { min-height: 38px; border-radius: 7px; }
.price-toggle button.active { box-shadow: 0 2px 7px rgba(0,0,0,.12); }
.price-badge { border-radius: 7px; }

.faq { padding: 120px 0; gap: 70px; }
.faq-list { padding: 0 22px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.faq-list details:last-child { border-bottom: 0; }
.faq-list summary { min-height: 72px; font-size: 14px; }

.final-cta { min-height: 260px; margin-bottom: 90px; padding: 46px 52px; background: linear-gradient(135deg,#087cf0,#1494ff); border: 1px solid #0071e3; border-radius: 20px; box-shadow: 0 16px 40px rgba(0,113,227,.16); }
.final-cta .section-kicker-light { color: rgba(255,255,255,.76); }
.final-cta h2 { font-size: clamp(34px,4vw,48px); }
.cta-art img { border-radius: 22px; }

.site-footer { padding-top: 42px; color: #6e6e73; background: #e9e9ee; border-top: 1px solid #d2d2d7; }
.footer-brand { color: var(--ink); }
.footer-content nav { border-color: #d2d2d7; }
.footer-content nav a:hover { color: var(--blue-dark); }
.legal-main + .site-footer .footer-brand { color: var(--ink); }

@media (max-width: 1120px) {
  .hero { grid-template-columns: 1fr; gap: 46px; }
  .hero-copy { max-width: 760px; text-align: center; margin-inline: auto; }
  .hero h1 { max-width: 760px; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .compatibility { text-align: center; }
  .hero-stage { width: 100%; padding-inline: 36px; }
  .section-intro { grid-template-columns: 1fr 1fr; }
  .product-story { grid-template-columns: 1fr; padding: 24px; }
  .story-copy { max-width: 680px; padding: 18px 0 0; }
  .launch-inner { grid-template-columns: 1fr; min-height: 0; gap: 50px; }
  .launch-copy { max-width: 700px; }
  .pricing-section { padding: 64px 54px; }
}

@media (max-width: 820px) {
  .section-intro { grid-template-columns: 1fr; gap: 18px; }
  .section-intro > p { max-width: 680px; }
  .product-story { margin-bottom: 85px; }
  .pricing-section { padding: 54px 36px; }
}

@media (max-width: 700px) {
  .site-header { inset: 8px 0 auto; }
  .nav { min-height: 54px; border-radius: 13px; }
  .wordmark::before { display: none; }
  .nav-menu { top: 62px; padding: 10px; background: rgba(247,247,249,.97); }
  .nav-menu > a:not(.nav-download) { padding: 11px 10px; }
  .hero { padding-top: 106px; gap: 38px; }
  .hero h1 { font-size: 47px; }
  .hero-actions { align-items: stretch; }
  .hero-stage { width: 100%; min-height: 0; margin: 0; padding: 50px 10px 0; border-radius: 16px; }
  .hero-stage::before { left: 14px; top: 17px; }
  .hero-stage::after { right: 12px; }
  .app-shot { border-width: 1px; border-radius: 10px 10px 0 0; }
  .capability-strip { grid-template-columns: 1fr 1fr; gap: 6px; padding: 7px; }
  .capability-strip > div { min-height: 58px; padding: 8px !important; border: 0; border-radius: 9px; }
  .capability-strip > div:first-child { padding-left: 8px; }
  .section-intro { padding-top: 92px; }
  .section-intro h2, .product-story h2, .launch-copy h2, .privacy-copy h2, .pricing-head h2, .faq-heading h2 { font-size: 38px; }
  .bento-card { padding: 24px; border-radius: 16px; }
  .keyword-panel { width: 106%; margin-left: -3%; }
  .product-story { width: calc(100% - 20px); padding: 14px; border-radius: 17px; }
  .story-copy { padding: 20px 8px 4px; }
  .launch-section { padding-top: 84px; }
  .launch-inner { min-height: 0; }
  .launch-visual { border-width: 1px; }
  .privacy-section { padding: 85px 0; }
  .privacy-visual { height: 350px; border-radius: 16px; }
  .pricing-section { width: calc(100% - 20px); padding: 44px 14px; border-radius: 18px; }
  .price-card { padding: 20px; }
  .faq { padding: 90px 0; }
  .faq-list { padding: 0 16px; }
  .final-cta { min-height: 500px; padding: 48px 24px; border-radius: 18px; }
  .site-footer { background: #e9e9ee; }
}

/* Astro-inspired editorial landing system */
:root {
  --ink: #11131a;
  --ink-soft: #303341;
  --muted: #686b78;
  --blue: #625cf6;
  --blue-dark: #514be3;
  --blue-pale: #eeedff;
  --ice: #f6f6fb;
  --paper: #f7f7fa;
  --line: #e4e4eb;
  --navy: #111827;
  --page: 1280px;
}

body {
  background: #fff;
}

.page-width { width: min(var(--page), calc(100% - 64px)); }

.site-header { inset: 0 0 auto; }
.nav {
  min-height: 84px;
  padding: 14px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.site-header.scrolled {
  background: rgba(255,255,255,.88);
  border-bottom: 1px solid rgba(17,19,26,.08);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
}
.site-header.scrolled .nav { background: transparent; box-shadow: none; }
.wordmark { gap: 11px; font-size: 14px; }
.wordmark::before { display: none; }
.wordmark img { width: 38px; height: 38px; border-radius: 11px; box-shadow: 0 8px 22px rgba(98,92,246,.17); }
.nav-menu { gap: 5px; padding: 0; background: transparent; }
.nav-menu > a:not(.nav-download) { padding: 10px 14px; border-radius: 999px; font-size: 13px; }
.nav-menu > a:not(.nav-download):hover { color: var(--ink); background: #f3f3f7; }
.nav-download {
  margin-left: 10px;
  padding: 11px 18px;
  background: var(--ink);
  border-radius: 10px;
  box-shadow: none;
}
.nav-download:hover { background: #292c36; }

.hero {
  width: 100%;
  max-width: none;
  padding: 174px 0 0;
  display: block;
  position: relative;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 84px 0 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(17,19,26,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,19,26,.055) 1px, transparent 1px);
  background-size: 80px 80px;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 66%, transparent 98%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 66%, transparent 98%);
}
.hero::after {
  content: "";
  position: absolute;
  width: 680px;
  height: 360px;
  left: 50%;
  top: 210px;
  z-index: -1;
  transform: translateX(-50%);
  background: rgba(98,92,246,.14);
  filter: blur(95px);
  border-radius: 50%;
}
.hero-copy {
  width: min(920px, calc(100% - 48px));
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
}
.eyebrow, .section-kicker {
  color: var(--blue-dark);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow {
  padding: 8px 12px;
  color: #4f4a9c;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(98,92,246,.18);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.eyebrow span { width: 6px; height: 6px; background: var(--blue); box-shadow: 0 0 0 4px rgba(98,92,246,.1); }
.hero h1 {
  max-width: 1000px;
  margin: 28px auto 0;
  font-size: clamp(68px, 7.6vw, 112px);
  line-height: .92;
  font-weight: 735;
  letter-spacing: -.07em;
}
.hero h1 em {
  color: var(--blue);
  background: linear-gradient(105deg, #514be3, #7069ff 56%, #8d78ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-copy > p { max-width: 690px; margin: 28px auto 0; font-size: 19px; line-height: 1.58; }
.hero-actions { margin-top: 32px; justify-content: center; }
.button { min-height: 52px; padding-inline: 22px; border-radius: 10px; font-size: 14px; }
.button-primary { background: var(--blue); box-shadow: 0 12px 28px rgba(98,92,246,.22); }
.button-primary:hover { background: var(--blue-dark); }
.button-quiet { background: rgba(255,255,255,.78); border-color: #d9d9e3; }
.compatibility { margin: 16px auto 0 !important; }

.hero-stage {
  width: min(1380px, calc(100% - 40px));
  min-height: 0;
  margin: 82px auto 0;
  padding: 84px 74px 0;
  background:
    radial-gradient(circle at 50% 10%, rgba(130,117,255,.24), transparent 44%),
    linear-gradient(145deg, #f4f3fb, #ececf4);
  border: 1px solid #e1e0eb;
  border-radius: 38px 38px 0 0;
  box-shadow: 0 35px 100px rgba(35,31,78,.11);
}
.hero-stage::before {
  content: "Product preview";
  left: 30px;
  top: 26px;
  color: #777988;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-stage::after {
  content: "Native for macOS";
  right: 28px;
  top: 22px;
  padding: 6px 10px 6px 23px;
  color: #4c478f;
  background: #e5e2ff;
  border-radius: 999px;
}
.stage-grid { display: block; opacity: .38; background-size: 60px 60px; }
.app-shot {
  width: min(1180px, 100%);
  border: 1px solid rgba(31,31,42,.16);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 28px 70px rgba(32,29,70,.2);
}
.signal-card { display: none; }

.capability-strip {
  min-height: 108px;
  margin-top: 0;
  padding: 0;
  background: #fff;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}
.capability-strip > div { min-height: 108px; padding: 0 30px; border-right: 1px solid var(--line); }
.capability-strip > div:first-child { padding-left: 0; background: transparent; border-radius: 0; }
.capability-strip > div > span { width: 36px; height: 36px; color: var(--blue); background: var(--blue-pale); border: 0; border-radius: 10px; }
.capability-strip strong { font-size: 12px; }
.capability-strip small { margin-top: 3px; font-size: 9px; }

.proof-band { padding: 86px 0; color: #fff; background: #111827; }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.proof-item { min-height: 300px; padding: 10px 74px 8px 0; display: flex; flex-direction: column; justify-content: space-between; }
.proof-item + .proof-item { padding: 10px 0 8px 74px; border-left: 1px solid rgba(255,255,255,.14); }
.proof-mark { width: 48px; height: 48px; display: grid; place-items: center; color: #c8c4ff; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; font-size: 21px; }
.proof-item > p { max-width: 500px; margin: 45px 0 40px; color: #f3f4f6; font-size: clamp(23px,2.3vw,34px); line-height: 1.25; letter-spacing: -.035em; }
.proof-item div strong, .proof-item div small { display: block; }
.proof-item div strong { font-size: 13px; }
.proof-item div small { margin-top: 5px; color: #9298a7; font-size: 11px; }

.section-intro {
  padding: 150px 0 64px;
  display: block;
  text-align: center;
}
.section-intro .section-kicker { display: inline-flex; }
.section-intro h2, .product-story h2, .launch-copy h2, .privacy-copy h2, .pricing-head h2, .faq-heading h2 {
  margin-top: 20px;
  font-size: clamp(48px,5.8vw,78px);
  line-height: .98;
  letter-spacing: -.06em;
}
.section-intro > p { max-width: 650px; margin: 24px auto 0; font-size: 17px; }

.bento { padding-bottom: 155px; grid-template-columns: 1.08fr .92fr; gap: 22px; }
.bento-card { min-height: 520px; padding: 38px; border-color: #e2e2e9; border-radius: 26px; box-shadow: none; }
.bento-card h3 { margin-top: 25px; font-size: 32px; }
.bento-card p { font-size: 14px; }
.bento-keywords { background: linear-gradient(160deg,#fafaff,#f0efff); }
.bento-world { background: linear-gradient(160deg,#fbfffd,#eefaf4); }
.bento-ratings { min-height: 400px; background: linear-gradient(160deg,#fffdfb,#fff7ec); }
.keyword-panel { border-radius: 16px; transform: rotate(-1deg); box-shadow: 0 22px 50px rgba(64,56,148,.11); }
.rating-summary { background: rgba(255,255,255,.8); border-radius: 18px; }
.bento-real-shot {
  width: calc(100% + 26px);
  max-width: none;
  height: auto;
  margin: 34px -13px -24px;
  filter: drop-shadow(0 20px 28px rgba(26,27,42,.1));
}
.bento-wide-shot { margin-block: 0; align-self: center; }

.product-story {
  margin-bottom: 150px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.story-copy { max-width: 800px; padding: 0; text-align: center; margin-inline: auto; }
.story-copy h2 { max-width: 780px; }
.story-copy > p { max-width: 670px; margin-inline: auto; font-size: 17px; }
.story-copy ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; }
.story-copy li { margin: 0; }
.story-visual { border-radius: 26px; box-shadow: 0 32px 85px rgba(23,25,41,.14); }
.story-browser-bar { height: 48px; }

.launch-section {
  padding: 135px 0 0;
  color: var(--ink);
  background: linear-gradient(145deg,#f1f0ff,#eae9fb);
  border: 0;
}
.launch-inner { min-height: 780px; grid-template-columns: .68fr 1.32fr; gap: 72px; }
.section-kicker-light { color: var(--blue-dark); }
.launch-copy > p { color: var(--muted); font-size: 16px; }
.text-link-light { color: var(--blue-dark); }
.launch-visual { margin-bottom: -1px; border: 1px solid rgba(34,31,65,.14); border-bottom: 0; border-radius: 22px 22px 0 0; box-shadow: 0 35px 80px rgba(43,37,108,.17); }

.privacy-section { min-height: 730px; padding: 145px 0; gap: 110px; }
.privacy-visual { height: 450px; background: linear-gradient(145deg,#fafaff,#f1f0ff); border-color: #e1e0f2; border-radius: 28px; }
.shield { box-shadow: 0 22px 50px rgba(98,92,246,.15); }
.shield svg { fill: rgba(98,92,246,.07); stroke: var(--blue); }
.privacy-pill { border-color: #e0dff0; border-radius: 999px; }
.privacy-copy > p { font-size: 17px; }

.pricing-section {
  margin-bottom: 145px;
  padding: 110px;
  grid-template-columns: minmax(0,1fr) 470px;
  gap: 100px;
  background: #f5f5f8;
  border-color: #e2e2e8;
  border-radius: 34px;
}
.pricing-head h2 { font-size: clamp(48px,5.2vw,72px); }
.price-card { padding: 34px; border-radius: 22px; box-shadow: 0 22px 60px rgba(29,28,43,.09); }
.price-toggle { background: #efeff4; }
.price-toggle button.active { box-shadow: 0 3px 12px rgba(26,26,34,.1); }

.faq { padding: 0 0 150px; grid-template-columns: 390px 1fr; gap: 110px; }
.faq-list { padding: 0; background: transparent; border: 0; border-top: 1px solid var(--line); border-radius: 0; }
.faq-list summary { min-height: 82px; font-size: 15px; }

.final-cta {
  min-height: 320px;
  margin-bottom: 110px;
  padding: 60px 70px;
  background: #111827;
  border: 0;
  border-radius: 28px;
  box-shadow: none;
}
.final-cta .section-kicker-light { color: #aaa5ff; }
.cta-art img { box-shadow: 0 22px 48px rgba(0,0,0,.35); }
.ring { border-color: rgba(190,187,255,.3); }
.site-footer { color: #9699a6; background: #0d111b; border: 0; }
.footer-brand, .legal-main + .site-footer .footer-brand { color: #fff; }
.footer-content nav { border-color: rgba(255,255,255,.1); }

@media (max-width: 1120px) {
  .hero { display: block; }
  .hero-stage { padding-inline: 44px; }
  .launch-inner { grid-template-columns: 1fr; min-height: 0; }
  .launch-copy { max-width: 760px; }
  .pricing-section { padding: 76px 58px; gap: 60px; }
}

@media (max-width: 900px) {
  .page-width { width: min(var(--page), calc(100% - 40px)); }
  .proof-item { padding-right: 44px; }
  .proof-item + .proof-item { padding-left: 44px; }
  .bento { grid-template-columns: 1fr; }
  .bento-ratings { grid-column: auto; grid-template-columns: 1fr; }
  .privacy-section, .pricing-section, .faq { grid-template-columns: 1fr; }
  .pricing-section { gap: 54px; }
  .price-card { width: min(100%,520px); }
  .faq { gap: 52px; }
}

@media (max-width: 700px) {
  .page-width { width: min(100% - 28px,var(--page)); }
  .site-header { inset: 0 0 auto; }
  .nav { min-height: 70px; padding: 9px 0; border-radius: 0; }
  .site-header.scrolled { background: rgba(255,255,255,.94); }
  .nav-menu { top: 66px; padding: 12px; background: rgba(255,255,255,.98); border-radius: 14px; }
  .nav-menu > a:not(.nav-download) { padding: 11px 10px; }
  .hero { padding-top: 124px; }
  .hero::before { top: 70px; background-size: 48px 48px; }
  .hero::after { width: 90%; height: 260px; top: 150px; filter: blur(70px); }
  .hero-copy { width: calc(100% - 28px); }
  .eyebrow { font-size: 9px; }
  .hero h1 { margin-top: 22px; font-size: clamp(50px,15vw,68px); line-height: .94; }
  .hero-copy > p { margin-top: 22px; font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-stage { width: calc(100% - 16px); margin-top: 58px; padding: 58px 10px 0; border-radius: 22px 22px 0 0; }
  .hero-stage::before { left: 15px; top: 20px; }
  .hero-stage::after { right: 12px; top: 16px; }
  .app-shot { border-radius: 11px 11px 0 0; }
  .capability-strip { grid-template-columns: 1fr 1fr; padding: 14px 0; gap: 0; }
  .capability-strip > div { min-height: 78px; padding: 10px !important; border-right: 0; }
  .proof-band { padding: 64px 0; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { min-height: 260px; padding: 8px 0 42px; }
  .proof-item + .proof-item { padding: 48px 0 8px; border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .proof-item > p { margin: 34px 0; font-size: 24px; }
  .section-intro { padding: 100px 0 46px; }
  .section-intro h2, .product-story h2, .launch-copy h2, .privacy-copy h2, .pricing-head h2, .faq-heading h2 { font-size: 42px; }
  .bento { padding-bottom: 105px; gap: 14px; }
  .bento-card { min-height: 0; padding: 26px; border-radius: 20px; }
  .bento-card h3 { font-size: 28px; }
  .bento-real-shot { width: calc(100% + 18px); margin: 28px -9px -18px; }
  .bento-wide-shot { margin-top: 26px; }
  .product-story { width: calc(100% - 28px); margin-bottom: 100px; gap: 42px; }
  .story-copy { padding: 0; }
  .story-copy ul { justify-content: flex-start; text-align: left; }
  .story-visual { border-radius: 17px; }
  .launch-section { padding-top: 90px; }
  .launch-inner { width: calc(100% - 28px); }
  .launch-visual { border-radius: 15px 15px 0 0; }
  .privacy-section { padding: 100px 0; gap: 55px; }
  .privacy-visual { height: 350px; border-radius: 21px; }
  .pricing-section { width: calc(100% - 20px); margin-bottom: 100px; padding: 62px 18px; border-radius: 24px; }
  .pricing-head { padding-inline: 8px; }
  .price-card { padding: 22px; }
  .faq { padding-bottom: 100px; }
  .final-cta { min-height: 520px; margin-bottom: 70px; padding: 50px 24px; border-radius: 22px; }
}
