:root {
  color-scheme: dark;
  --bg: #04111c;
  --surface: #0f1419;
  --surface-2: #141b21;
  --line: #27323b;
  --text: #f4f7f3;
  --muted: #9ba8ad;
  --soft: #c4ced0;
  --blue: #169cff;
  --blue-soft: #7ecbff;
  --warm: #ff7659;
  --focus: #9bd8ff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--bg); color: var(--text); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a, input, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
button { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
figure, p { margin: 0; }
[hidden] { display: none !important; }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible { outline: 2px solid var(--focus); outline-offset: 5px; }
::selection { background: var(--blue); color: #04111c; }
.wrap { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 20px; padding: 12px 18px; background: #fff; color: #000; }
.skip-link:focus { top: 16px; }

/* Quiet, dark masthead. The product itself remains the visual focus. */
.masthead { width: 100%; max-width: none; min-height: 64px; padding: 0 max(32px, calc((100% - 1280px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid #169cff; background: var(--blue); color: #04111c; }
.product-page > .masthead { width: 100%; max-width: none; margin-inline: 0; padding-inline: clamp(40px, 6vw, 96px); }
.wordmark { color: var(--text); font-size: 29px; font-weight: 760; letter-spacing: -1.8px; line-height: 1; }
.masthead .wordmark, .masthead .brand-dot { color: #04111c; }
.brand-dot { color: var(--blue); }
.mast-note { color: #04111c; font-size: 13px; }
.product-nav { position: sticky; top: 0; z-index: 30; background: #000; border-bottom: 1px solid #202a31; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.product-nav .nav-inner { width: 100%; max-width: none; min-height: 68px; padding-inline: clamp(40px, 6vw, 96px); display: flex; align-items: center; gap: 28px; }
.product-page > .product-nav { width: 100%; margin-inline: 0; }
.product-name { color: var(--text); font-size: 15px; font-weight: 650; letter-spacing: -.2px; }
.nav-links { display: flex; gap: 25px; margin-left: auto; color: var(--muted); font-size: 13px; }
.nav-links a:hover { color: var(--text); }

.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 52px; padding: 14px 20px; border: 1px solid var(--blue); border-radius: 4px; background: var(--blue); color: #04111c; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { background: #65beff; transform: translateY(-2px); }
.button span { font-size: 21px; line-height: 1; }
.button.small { min-height: 39px; padding: 9px 14px; gap: 14px; font-size: 12px; }
.button.wide { display: flex; width: 100%; }

/* Hero: the promise sits left; the real app preview sits right. */
.hero { display: grid; grid-template-columns: minmax(350px, .9fr) minmax(0, 1.1fr); column-gap: 64px; align-items: center; padding-top: 48px; }
.product-page > main > .hero { width: 100%; max-width: none; margin-inline: 0; padding-inline: clamp(40px, 6vw, 96px); background: radial-gradient(circle at 76% 18%, #0a2a43 0%, #062034 27%, transparent 58%), linear-gradient(132deg, #071d30 0%, #04111c 68%); }
.hero-showcase { position: relative; grid-column: 2; grid-row: 1; margin-top: 0; }
.hero-showcase::before { content: ""; position: absolute; z-index: 0; inset: 5% -12% 4%; background: radial-gradient(circle at 52% 42%, #174b6b 0%, #0d3550 28%, #08253a 52%, transparent 76%); filter: blur(22px); opacity: .95; pointer-events: none; }
.stage { position: relative; padding: 0 0 4px; perspective: 1500px; }
.macbook { position: relative; z-index: 1; width: 100%; transform: rotateX(4deg) rotateY(-4deg); transform-origin: center bottom; transition: transform .45s ease; filter: drop-shadow(0 34px 32px #000b); }
.macbook-screen { position: relative; z-index: 2; padding: 6px 6px 7px; border: 1px solid #020304; border-bottom-color: #020304; border-radius: 10px 10px 4px 4px; background: #080b0e; box-shadow: 0 1px 0 #ffffff12 inset; }
.macbook-screen::before { content: ""; position: absolute; top: 5px; left: 50%; width: 9px; height: 3px; border-radius: 4px; background: #05080a; transform: translateX(-50%); opacity: .8; }
.app-shot { position: relative; z-index: 1; overflow: hidden; border: 1px solid #05080b; border-radius: 4px; background: #0d1217; }
.app-shot img { width: 100%; filter: brightness(.92) saturate(.9); }
.macbook-hinge { position: relative; z-index: 3; width: 13%; height: 11px; margin: -1px auto 0; border-radius: 0 0 7px 7px; background: linear-gradient(180deg, #aeb9bd, #667379); }
.macbook-base { position: relative; z-index: 2; width: 111%; height: 35px; margin: -3px -5.5% 0; border: 1px solid #e6ecec; border-top-color: #879499; border-radius: 3px 3px 12px 12px; background: linear-gradient(180deg, #f2f6f6 0%, #bac5c8 10%, #89969b 72%, #647176 100%); box-shadow: 0 8px 11px #0008; transform: perspective(500px) rotateX(-48deg); transform-origin: top center; }
.macbook-keyboard { position: absolute; top: 4px; left: 22%; width: 56%; height: 12px; border-radius: 2px; background: repeating-linear-gradient(90deg, #0a0e12 0 6px, transparent 6px 8px); opacity: .7; }
.macbook-trackpad { position: absolute; top: 5px; left: 41%; width: 18%; height: 16px; border: 1px solid #8f999d40; border-radius: 2px; opacity: .6; }
.shot-bar { min-height: 34px; position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 7px 14px; background: #141b21; color: #aebbc0; font-size: 11px; }
.lights { display: flex; gap: 6px; }
.lights i { width: 8px; height: 8px; border-radius: 50%; background: #ff625d; }
.lights i:nth-child(2) { background: #f2bd4f; }.lights i:nth-child(3) { background: #4fc36d; }
.shot-note { color: #829199; font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: 1px; }
.shot-caption { display: flex; justify-content: space-between; gap: 20px; padding-top: 14px; color: var(--muted); font-size: 12px; }
.shot-caption a { color: var(--blue-soft); }
.shot-caption a span { padding-left: 14px; }
.hero-grid { grid-column: 1; grid-row: 1; display: block; margin-top: 0; padding-bottom: 6px; }
h1 { margin: 0; color: var(--text); font-size: clamp(50px, 6vw, 92px); font-weight: 620; line-height: .92; letter-spacing: -.075em; }
h1 span { display: block; }
h1 .hero-line-accent { color: var(--blue-soft); }
.hero-promise { max-width: 560px; margin-top: 26px; color: var(--soft); font-size: clamp(19px, 2vw, 26px); line-height: 1.25; letter-spacing: -.03em; }
.hero-side { margin-top: 34px; padding-bottom: 3px; }
.hero-copy { margin-bottom: 23px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.fine { margin-top: 13px; color: #78868c; font-size: 12px; line-height: 1.6; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 72px; padding: 20px 0; border-block: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.principles strong { color: var(--text); font-weight: 650; }
.principles p:nth-child(2) { text-align: center; }.principles p:last-child { text-align: right; }

/* Sections use rhythm and rules rather than floating SaaS cards. */
.section { padding-top: 112px; }
.section-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 64px; align-items: end; margin-bottom: 38px; }
.eyebrow { margin-bottom: 17px; color: var(--blue-soft); font: 700 11px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: 1.6px; }
h2 { margin: 0; color: var(--text); font-size: clamp(37px, 4.8vw, 65px); font-weight: 610; line-height: 1; letter-spacing: -.075em; }
.muted { color: #78868d; }
.section-copy { max-width: 390px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.text-chip { display: inline-block; margin-top: 18px; color: var(--blue-soft); font-size: 12px; }

.compare-shell { overflow: hidden; border: 1px solid #34444e; border-radius: 6px; background: #10161b; }
.compare-bar { display: flex; align-items: center; gap: 10px; padding: 13px 17px; border-bottom: 1px solid var(--line); color: var(--soft); font-size: 12px; }
.compare-dot { width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: var(--blue); }
.reset { margin-left: auto; padding: 2px 0; border: 0; background: transparent; color: var(--blue-soft); font-size: 12px; }
.compare { position: relative; aspect-ratio: 718 / 480; overflow: hidden; isolation: isolate; }
.compare-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: fill; pointer-events: none; user-select: none; }
.before { clip-path: inset(0 calc(100% - var(--split)) 0 0); }
.compare-label { position: absolute; top: 18px; z-index: 3; padding: 8px 12px; border: 1px solid #f4f7f9; background: #081016cf; color: #fff; font-size: 12px; font-weight: 650; pointer-events: none; }
.compare-label small { display: block; color: #b6c4ca; font-size: 10px; font-weight: 450; }.label-before { left: 18px; }.label-after { right: 18px; }
.divider { position: absolute; top: 0; bottom: 0; left: var(--split); z-index: 4; width: 2px; background: #fff; transform: translateX(-50%); pointer-events: none; }
.handle { position: absolute; top: 50%; left: 50%; display: flex; align-items: center; justify-content: space-around; width: 50px; height: 50px; padding-bottom: 3px; border: 1px solid #fff; border-radius: 50%; background: #f6f8f7; color: #0a1820; font-size: 26px; transform: translate(-50%, -50%); box-shadow: 0 6px 24px #0008; }
.compare-range { position: absolute; inset: 0; z-index: 5; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; touch-action: pan-y; }
.compare:focus-within { outline: 2px solid var(--focus); outline-offset: -2px; }
.compare-caption { display: flex; justify-content: space-between; gap: 24px; margin-top: 13px; color: #7f8d92; font-size: 12px; }.compare-caption p:last-child { text-align: right; }

.flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; border-top: 1px solid var(--line); }
.flow-grid article { padding-top: 23px; }.flow-grid article + article { border-left: 1px solid var(--line); padding-left: 30px; }
.step { color: var(--blue-soft); font: 12px ui-monospace, SFMono-Regular, Menlo, monospace; }.flow-grid h3 { margin: 15px 0 10px; }
h3 { color: var(--text); font-size: 25px; font-weight: 620; letter-spacing: -.04em; line-height: 1.1; }.flow-grid p { max-width: 330px; color: var(--muted); font-size: 15px; }
.process-shot { margin-top: 42px; overflow: hidden; border: 1px solid #34444e; border-radius: 6px; }.process-shot img { width: 100%; }.process-shot figcaption { padding: 13px; background: #10161b; color: var(--muted); text-align: center; font-size: 12px; }

.engines { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }.engine { padding: 27px 0 30px; border-bottom: 1px solid var(--line); }.engine + .engine { padding-left: 34px; border-left: 1px solid var(--line); }.engine-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }.engine-symbol { color: var(--blue-soft); font-size: 34px; }.engine-tag { padding: 5px 9px; border: 1px solid #3d5666; border-radius: 3px; color: var(--soft); font-size: 11px; }.engine h3 { margin-top: 28px; font-size: 30px; }.engine p { max-width: 430px; color: var(--muted); font-size: 15px; }.engine-tech { display: block; margin-top: 18px; color: #7d8c92; font-size: 12px; font-style: italic; }

.privacy-band { margin-top: 112px; padding-block: 55px; border-block: 1px solid #24445a; background: #0b1822; }.privacy-inner { display: grid; grid-template-columns: 60px 1fr 180px; align-items: center; gap: 34px; }.privacy-mark { color: var(--blue-soft); font: 56px ui-monospace, SFMono-Regular, Menlo, monospace; }.privacy-inner h2 { font-size: clamp(31px, 3.5vw, 48px); }.privacy-inner p:not(.eyebrow) { max-width: 680px; margin-top: 19px; color: #aebdc5; font-size: 15px; }.local-stamp { padding-left: 22px; border-left: 1px solid #385365; color: #91adbd; text-align: center; font: 10px/1.6 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: 1px; }.local-stamp strong { display: block; color: var(--blue-soft); font: 52px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: -3px; }

.license { display: grid; grid-template-columns: 1.1fr .9fr; gap: 96px; align-items: center; }.license-copy h2 { font-size: clamp(45px, 5.5vw, 79px); }.license-copy > p:last-child { max-width: 390px; margin-top: 27px; color: var(--muted); }.license-card { padding: 30px; border: 1px solid #3b5668; border-radius: 6px; background: #101a22; }.license-card-top { display: flex; align-items: center; gap: 12px; color: var(--text); font-weight: 650; }.license-card-top img { border-radius: 6px; }.license-card-top small { display: block; color: var(--muted); font-size: 12px; font-weight: 450; }.license-badge { margin-left: auto; color: var(--blue-soft); font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: 1px; }.license-amount { margin: 32px 0 23px; color: var(--text); font-size: clamp(42px, 4vw, 58px); font-weight: 620; letter-spacing: -.06em; line-height: 1; }.license-amount span { display: block; margin-top: 10px; color: var(--muted); font-size: 14px; font-weight: 450; letter-spacing: 0; }.license-list { padding: 19px 0 0; margin: 0 0 27px; border-top: 1px solid #334754; list-style: none; color: var(--soft); font-size: 14px; }.license-list li + li { margin-top: 9px; }.license-list li::before { content: "✓"; margin-right: 11px; color: var(--blue-soft); }

.faq { display: grid; grid-template-columns: 1fr 1.25fr; gap: 80px; padding-bottom: 108px; }.faq h2 { font-size: 43px; }.faq details { border-top: 1px solid var(--line); }.faq details:last-child { border-bottom: 1px solid var(--line); }summary { position: relative; padding: 19px 28px 19px 0; color: var(--text); font-size: 15px; font-weight: 600; list-style: none; }summary::-webkit-details-marker { display: none; }summary::after { content: "+"; position: absolute; top: 14px; right: 0; color: var(--blue-soft); font-size: 22px; font-weight: 300; }details[open] summary::after { content: "−"; }.faq details p { padding: 0 30px 20px 0; color: var(--muted); font-size: 14px; }
.footer { padding: 38px 0 26px; border-top: 1px solid var(--line); color: var(--muted); }.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; }.footer-top p { margin-right: auto; font-size: 13px; }.footer .wordmark { font-size: 25px; }.back-top { color: var(--blue-soft); font-size: 12px; }.footer-bottom { margin-top: 29px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 11px; }.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 18px; }.footer a:hover { color: var(--text); }.footer-note { margin-top: 13px; color: #738087; font-size: 11px; }
.toast { position: fixed; z-index: 100; bottom: 22px; left: 50%; width: max-content; max-width: calc(100% - 32px); padding: 14px 20px; border: 1px solid #3b5668; border-radius: 5px; background: #10202b; color: #ecf4f5; box-shadow: 0 15px 45px #000b; transform: translateX(-50%); }

/* Legal and support pages share the same sober shell. */
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px max(24px, calc((100% - 1280px) / 2)); border-bottom: 1px solid var(--line); }.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-size: 22px; font-weight: 650; }.brand img { border-radius: 6px; }.brand strong { color: var(--muted); font-weight: 450; }.nav-download { color: var(--blue-soft); font-size: 13px; }.nav-download span { margin-left: 9px; }.legal-main { padding-block: 70px 90px; }.legal-header { max-width: 850px; margin-bottom: 38px; }.legal-header h1 { margin: 18px 0; font-size: clamp(38px, 5vw, 68px); overflow-wrap: anywhere; }.legal-lead { color: var(--muted); font-size: 19px; }.draft-notice { max-width: 850px; margin-bottom: 36px; padding: 18px; border: 1px solid #6d5d36; background: #282318; color: #ead195; }.draft-notice strong { display: block; margin-bottom: 5px; }.legal-content { max-width: 850px; }.legal-content section { padding: 27px 0; border-top: 1px solid var(--line); }.legal-content h2 { margin-bottom: 15px; font-size: 28px; }.legal-content h3 { font-size: 20px; }.legal-content p { margin-bottom: 14px; color: var(--muted); }.legal-content address { font-style: normal; }.legal-content a { color: var(--blue-soft); text-decoration: underline; }.placeholder { padding: 2px 5px; background: #382b1b; color: #ffd18a; }.legal-meta { margin-top: 28px; color: var(--muted); font-size: 13px; }.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }

@media (max-width: 900px) {
  .hero { display: flex; flex-direction: column; align-items: stretch; gap: 42px; }
  .hero-grid { order: 1; }.hero-showcase { order: 2; }
  .section-head, .license { grid-template-columns: 1fr; gap: 32px; }
  .section-head { margin-bottom: 28px; }.section-copy { max-width: 600px; }.privacy-inner { grid-template-columns: 1fr 150px; }.privacy-mark { display: none; }.faq { gap: 36px; }
}
@media (max-width: 680px) {
  .wrap { width: calc(100% - 36px); }.masthead { min-height: 58px; padding-inline: 18px; }.product-page > .masthead { padding-inline: 18px; }.wordmark { font-size: 26px; }.mast-note { max-width: 150px; font-size: 10px; text-align: right; }.product-nav .nav-inner { min-height: 61px; padding-inline: 18px; gap: 12px; }.nav-links { display: none; }.product-name { font-size: 14px; }.button.small { min-height: 36px; padding: 8px 10px; font-size: 11px; }
  .hero { padding-top: 20px; gap: 32px; }.product-page > main > .hero { padding-inline: 18px; }.macbook { transform: rotateX(2deg) rotateY(-1deg); }.macbook-screen { padding: 4px 4px 5px; border-radius: 7px 7px 3px 3px; }.macbook-hinge { height: 8px; }.macbook-base { height: 25px; }.macbook-keyboard { top: 3px; height: 8px; }.macbook-trackpad { top: 4px; height: 11px; }.shot-note { display: none; }.shot-bar { min-height: 28px; padding: 5px 9px; font-size: 9px; }.lights { gap: 4px; }.lights i { width: 6px; height: 6px; }.shot-caption { font-size: 10px; }
  .hero-copy { font-size: 15px; }.hero-tags { gap: 10px; }.principles { grid-template-columns: 1fr; gap: 12px; margin-top: 50px; font-size: 12px; }.principles p:nth-child(2), .principles p:last-child { text-align: left; }
  .section { padding-top: 76px; }.flow-grid, .engines { grid-template-columns: 1fr; }.flow-grid article + article { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }.engine + .engine { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }.engine h3 { font-size: 27px; }.privacy-band { margin-top: 76px; padding-block: 40px; }.privacy-inner { grid-template-columns: 1fr; }.local-stamp { display: none; }.license-card { padding: 23px; }.faq { grid-template-columns: 1fr; gap: 29px; padding-bottom: 76px; }.faq h2 { font-size: 38px; }.footer-top { flex-wrap: wrap; }.footer-top p { width: 100%; order: 3; }.footer-bottom { align-items: flex-start; flex-direction: column; }.site-header { flex-wrap: wrap; }.legal-main { padding-block: 44px 64px; }.legal-lead { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
