:root {
  color-scheme: dark;
  --bg: #0b101b;
  --panel: #142132;
  --panel-2: #1a2a3c;
  --line: #33475b;
  --text: #f1f8fb;
  --muted: #a2b2c1;
  --mint: #9cf2c8;
  --cyan: #65d7e6;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; }
body { margin: 0; min-width: 320px; overflow-x: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
::selection { background: #8becc9; color: #0d1c23; }
:focus-visible { outline: 3px solid var(--mint); outline-offset: 4px; }

.container { width: min(1200px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 16px; padding: 12px 16px; border-radius: 12px; background: var(--mint); color: #10232b; font-weight: 800; }
.skip-link:focus { top: 16px; }
.page-glow { position: absolute; top: -450px; left: 24%; width: 900px; height: 900px; pointer-events: none; border-radius: 50%; background: radial-gradient(circle, #24546038 0, #172b5225 36%, transparent 68%); filter: blur(12px); }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid #ffffff0c; }
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: none; font-size: 19px; font-weight: 820; letter-spacing: -.55px; }
.brand-icon { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(135deg, #aff9b5, #5bd5e8); color: #10232b; box-shadow: 0 8px 28px #64e5cb2b; }
.brand-icon svg { width: 24px; height: 24px; }
.main-nav { display: flex; gap: 31px; align-items: center; margin-left: auto; }
.main-nav a, .footer-inner nav a { color: #b5c4ce; font-size: 14px; transition: color .2s ease; }
.main-nav a:hover, .footer-inner nav a:hover { color: var(--mint); }
.header-link { flex: none; padding: 10px 15px; border: 1px solid #466273; border-radius: 999px; color: #cce6e6; font-size: 13px; font-weight: 700; transition: border-color .2s ease, background .2s ease; }
.header-link:hover { border-color: var(--mint); background: #203942; }
.header-link span { margin-left: 4px; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr); gap: 44px; align-items: center; min-height: 710px; padding-block: 82px 92px; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow, .kicker { color: var(--mint); font-size: 12px; font-weight: 830; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border: 1px solid #3a6f6e; border-radius: 999px; background: #17353380; letter-spacing: .09em; }
.status-dot { width: 8px; height: 8px; flex: none; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px #9cf2c820; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin: 25px 0 21px; font-size: clamp(56px, 5.1vw, 78px); line-height: 1.04; letter-spacing: -.065em; font-weight: 820; }
.hero h1 span { color: var(--mint); }
.hero-lede { max-width: 565px; color: #b9c8d2; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 49px; display: inline-flex; justify-content: center; align-items: center; gap: 15px; padding: 12px 20px; border: 1px solid transparent; border-radius: 11px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--mint); color: #142b29; box-shadow: 0 10px 30px #8cecc72a; }
.button-primary:hover { background: #c0ffdb; }
.button-outline { border-color: #4b6376; color: #edf7f8; background: #ffffff06; }
.button-outline:hover { border-color: var(--mint); background: #28464a88; }
.hero-footnote { margin: 25px 0 0; color: #8197a8; font-size: 12px; }
.hero-footnote span { color: var(--mint); margin-right: 4px; }

.hero-art { position: relative; min-width: 0; display: grid; place-items: center; min-height: 550px; }
.ambient-ring { position: absolute; width: 560px; height: 560px; border: 1px solid #90d4d612; border-radius: 50%; pointer-events: none; }
.ring-one { box-shadow: 0 0 0 70px #8edfd507, 0 0 0 145px #6b9ef405; }
.ring-two { width: 420px; height: 420px; border-color: #8edfd514; }
.demo-window { position: relative; z-index: 1; width: min(440px, 100%); border: 1px solid #415a70; border-radius: 20px; background: linear-gradient(155deg, #1b2940, #0d1423 45%, #101b2b); box-shadow: 0 38px 100px #020913c9, 0 0 0 8px #a3e8e607; overflow: hidden; transform: rotate(1deg); }
.window-chrome { height: 31px; display: flex; align-items: center; gap: 6px; padding-inline: 14px; border-bottom: 1px solid #2c4256; background: #172336; }
.window-chrome span { width: 7px; height: 7px; border-radius: 50%; background: #537181; }
.window-chrome span:first-child { background: #97f1c9; }
.window-chrome p { margin: 0 auto; padding-right: 28px; color: #849aae; font-size: 10px; }
.demo-top { display: flex; align-items: center; gap: 10px; padding: 19px 22px 13px; }
.demo-logo { width: 36px; height: 36px; display: grid; place-items: center; flex: none; border-radius: 10px; background: linear-gradient(135deg, #adfbb9, #61d5e4); color: #10252b; }
.demo-logo svg { width: 22px; height: 22px; }
.demo-top strong, .demo-top small { display: block; }
.demo-top strong { font-size: 13px; }
.demo-top small { margin-top: 3px; color: #89a4b8; font-size: 10px; }
.demo-refresh { margin-left: auto; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #496072; border-radius: 8px; color: #bee7ec; font-size: 19px; }
.demo-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 2px 22px 12px; }
.demo-heading h2 { margin: 0 0 3px; font-size: 18px; letter-spacing: -.04em; }
.demo-heading p { margin: 0; color: #9ab2c2; font-size: 10px; }
.demo-live { display: flex; align-items: center; gap: 5px; color: var(--mint); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.demo-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); }
.demo-row { margin: 0 17px 8px; padding: 13px; border: 1px solid #34516a; border-radius: 13px; background: #1b2d41; }
.demo-row-heading { display: flex; align-items: center; gap: 9px; min-width: 0; }
.tab-number { width: 27px; height: 27px; flex: none; display: grid; place-items: center; border-radius: 7px; background: #304d5d; color: var(--mint); font-size: 10px; font-weight: 850; }
.demo-tab-copy { flex: 1; min-width: 0; }
.demo-tab-copy strong, .demo-tab-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.demo-tab-copy strong { font-size: 11px; }
.demo-tab-copy small { margin-top: 2px; color: #94adbd; font-size: 9px; }
.demo-row output { flex: none; color: var(--mint); font-size: 13px; font-weight: 850; }
.demo-status { margin: 10px 0 10px; color: #9df1c8; font-size: 9px; }
.demo-controls { display: flex; align-items: center; gap: 10px; min-width: 0; }
.demo-controls input[type="range"] { flex: 1 1 0; width: 0; min-width: 0; height: 7px; margin: 0; border-radius: 99px; appearance: none; background: linear-gradient(90deg, var(--mint) 0%, var(--cyan) var(--fill), #415a6c var(--fill), #415a6c 100%); cursor: pointer; }
.demo-controls input[type="range"]::-webkit-slider-thumb { width: 17px; height: 17px; appearance: none; border: 3px solid var(--mint); border-radius: 50%; background: #173142; box-shadow: 0 2px 7px #0009; }
.demo-controls input[type="range"]::-moz-range-thumb { width: 12px; height: 12px; border: 3px solid var(--mint); border-radius: 50%; background: #173142; box-shadow: 0 2px 7px #0009; }
.demo-mute { flex: none; min-width: 49px; height: 27px; border: 1px solid #527082; border-radius: 7px; background: #2b4355; color: #e3f0f5; font-size: 10px; font-weight: 760; }
.demo-mute:hover { background: #3a6070; }
.demo-mute[aria-pressed="true"] { color: var(--mint); }
.demo-row-idle { opacity: .78; }
.demo-row-idle .demo-status { color: #a7bdca; }
.demo-idle-track { display: flex; align-items: center; gap: 10px; }
.demo-idle-track span { flex: 1; height: 7px; border-radius: 99px; background: linear-gradient(90deg, #5e8895 17%, #40596d 17%); }
.demo-idle-track em { padding: 7px 10px; border-radius: 6px; background: #a1edcf; color: #19342e; font-size: 9px; font-style: normal; font-weight: 800; }
.demo-caption { margin: 8px 15px 17px; color: #8196a7; font-size: 9px; text-align: center; }
.floating-label { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid #5a847c; border-radius: 10px; background: #173b3de8; color: #c6ffe7; box-shadow: 0 14px 35px #020711a8; font-size: 12px; font-weight: 750; transform: rotate(-3deg); }
.floating-label span { color: var(--mint); font-size: 15px; }
.floating-one { top: 74px; right: -4px; }
.floating-two { bottom: 66px; left: -3px; transform: rotate(4deg); }

.proof-strip { border-block: 1px solid #ffffff0d; background: #111b2a; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 25px; }
.proof-grid > div { display: flex; align-items: center; gap: 13px; padding-inline: 24px; border-right: 1px solid #40526773; }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { color: var(--mint); font-size: 20px; letter-spacing: -.045em; white-space: nowrap; }
.proof-grid span { color: #9cafbe; font-size: 12px; line-height: 1.4; }

.section { padding-block: 106px; }
.section-intro { max-width: 650px; }
.section-intro .kicker, .screenshot-copy .kicker, .privacy-panel .kicker, .availability-card .kicker { margin-bottom: 16px; }
.section h2 { margin-bottom: 18px; font-size: clamp(37px, 4vw, 56px); line-height: 1.13; letter-spacing: -.052em; }
.section-intro > p:last-child, .screenshot-copy > p:not(.kicker), .privacy-panel p:not(.kicker), .availability-card p:not(.kicker) { color: #aebfcc; font-size: 16px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; margin-top: 43px; }
.feature-card { min-height: 250px; padding: 26px 25px; border: 1px solid #32465b; border-radius: 17px; background: linear-gradient(150deg, #182739, #111b2a); transition: border-color .2s ease, transform .2s ease; }
.feature-card:hover { border-color: #72a896; transform: translateY(-3px); }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 29px; border: 1px solid #3a756e; border-radius: 11px; background: #203f43; color: var(--mint); font-size: 24px; line-height: 1; }
.feature-card h3 { margin-bottom: 10px; font-size: 18px; letter-spacing: -.025em; }
.feature-card p { margin-bottom: 0; color: #9eafbd; font-size: 14px; line-height: 1.6; }

.how-section { border-block: 1px solid #ffffff0d; background: linear-gradient(120deg, #101d2b, #132a35 70%, #101e2e); }
.how-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 90px; align-items: start; }
.step-list { margin: 0; padding: 0; list-style: none; }
.step-list li { display: grid; grid-template-columns: 58px 1fr; gap: 21px; padding: 18px 0 25px; border-bottom: 1px solid #47717a66; }
.step-list li:first-child { padding-top: 0; }
.step-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.step-list li > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #5c9c8c; border-radius: 13px; background: #21464a; color: var(--mint); font-size: 16px; font-weight: 850; }
.step-list h3 { margin: 2px 0 8px; font-size: 19px; letter-spacing: -.03em; }
.step-list p { margin-bottom: 0; color: #a9bbc7; font-size: 14px; line-height: 1.6; }

.screenshot-section { display: grid; grid-template-columns: minmax(0, .36fr) minmax(0, .64fr); gap: 55px; align-items: center; }
.screenshot-copy h2 { font-size: clamp(36px, 3.8vw, 50px); }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 13px; color: var(--mint); font-size: 14px; font-weight: 750; border-bottom: 1px solid #77d6b9; padding-bottom: 4px; }
.text-link:hover { color: #c1ffde; }
.screenshot-frame { overflow: hidden; border: 1px solid #4b7182; border-radius: 17px; background: #17283a; box-shadow: 0 28px 70px #030811b3; }
.screenshot-frame img { width: 100%; height: auto; }

.privacy-section { padding-top: 0; }
.privacy-panel { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .55fr); gap: 40px; align-items: center; overflow: hidden; padding: 61px 70px; border: 1px solid #6dbeaa; border-radius: 25px; background: radial-gradient(circle at 84% 50%, #276a67 0, #154546 30%, #123037 64%, #102833 100%); }
.privacy-panel h2 { margin-bottom: 17px; }
.privacy-panel p:not(.kicker) { max-width: 620px; color: #c2dddf; }
.button-light { margin-top: 18px; background: #e4fff0; color: #18322d; }
.button-light:hover { background: #fff; }
.privacy-visual { display: grid; place-items: center; gap: 18px; }
.lock-halo { width: 190px; height: 190px; display: grid; place-items: center; border: 1px solid #a6ebc659; border-radius: 50%; background: #b0ffcf0c; box-shadow: 0 0 0 23px #b0ffcf0a, 0 0 0 48px #b0ffcf07; color: var(--mint); }
.lock-halo svg { width: 80px; height: 80px; }
.privacy-visual small { color: #a7e8d4; font-size: 11px; font-weight: 850; letter-spacing: .17em; }

.faq-section { display: grid; grid-template-columns: minmax(0, .4fr) minmax(0, .6fr); gap: 60px; padding-top: 0; }
.faq-section h2 { font-size: clamp(36px, 3.7vw, 50px); }
.faq-list { border-top: 1px solid #3d5667; }
.faq-list details { border-bottom: 1px solid #3d5667; }
.faq-list summary { position: relative; padding: 23px 38px 23px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 720; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 18px; color: var(--mint); font-size: 25px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 600px; margin: 0 0 23px; color: #a9bac7; font-size: 14px; line-height: 1.65; }

.availability-section { padding-top: 0; }
.availability-card { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 41px 47px; border: 1px solid #425e6f; border-radius: 19px; background: #182838; }
.availability-card h2 { margin-bottom: 10px; font-size: clamp(30px, 3.2vw, 44px); }
.availability-card p:not(.kicker) { max-width: 620px; margin-bottom: 0; font-size: 14px; }
.availability-badge { display: inline-flex; align-items: center; gap: 13px; flex: none; padding: 12px 16px; border: 1px solid #66a993; border-radius: 99px; color: #c8ffe1; background: #234a45; font-size: 12px; font-weight: 750; }

.site-footer { border-top: 1px solid #ffffff12; background: #0a111d; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 11px 20px; align-items: center; padding-block: 40px; }
.footer-inner .brand { font-size: 17px; }
.footer-inner .brand-icon { width: 31px; height: 31px; border-radius: 9px; }
.footer-inner .brand-icon svg { width: 19px; height: 19px; }
.footer-inner p, .footer-inner small { margin: 0; color: #7991a2; font-size: 12px; }
.footer-inner nav { display: flex; gap: 22px; grid-column: 2; grid-row: 1; }
.footer-inner nav a { font-size: 12px; }
.footer-inner small { grid-column: 2; grid-row: 2; text-align: right; }

.policy-page .site-header { background: #0d1622; }
.policy-hero { padding-block: 92px 48px; border-bottom: 1px solid #334c5c; }
.policy-hero h1 { margin: 15px 0 15px; font-size: clamp(42px, 5vw, 64px); line-height: 1.1; letter-spacing: -.055em; }
.policy-hero p:last-child { max-width: 680px; color: #acc0cd; font-size: 17px; line-height: 1.7; }
.policy-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 75px; padding-block: 57px 100px; }
.policy-aside { align-self: start; position: sticky; top: 30px; }
.policy-aside span { display: block; margin-bottom: 16px; color: var(--mint); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.policy-aside nav { display: grid; gap: 12px; }
.policy-aside nav a { color: #9aafbe; font-size: 13px; }
.policy-aside nav a:hover { color: var(--mint); }
.policy-content { max-width: 760px; }
.policy-content section { padding-bottom: 26px; margin-bottom: 28px; border-bottom: 1px solid #334b5b; scroll-margin-top: 25px; }
.policy-content section:last-child { border-bottom: 0; }
.policy-content h2 { margin-bottom: 14px; font-size: 25px; letter-spacing: -.04em; }
.policy-content p { color: #b2c3cd; font-size: 15px; line-height: 1.8; }
.policy-content a { color: var(--mint); text-decoration: underline; text-underline-offset: 3px; }
.policy-date { margin-bottom: 0; color: #86a4ad !important; font-size: 13px !important; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 22px; }
  .hero h1 { font-size: clamp(52px, 5.3vw, 65px); }
  .floating-one { right: -10px; }
  .floating-two { left: -10px; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-card { min-height: 205px; }
  .how-grid { gap: 50px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 40px, 700px); }
  .header-inner { min-height: 74px; gap: 20px; }
  .main-nav { display: none; }
  .header-link { margin-left: auto; }
  .hero { grid-template-columns: 1fr; gap: 38px; padding-block: 71px 66px; }
  .hero h1 { max-width: 650px; font-size: clamp(52px, 8vw, 73px); }
  .hero-lede { max-width: 650px; }
  .hero-art { min-height: 560px; }
  .floating-one { right: 4%; }
  .floating-two { left: 4%; }
  .proof-grid > div { flex-direction: column; align-items: flex-start; gap: 4px; padding-inline: 15px; }
  .section { padding-block: 78px; }
  .how-grid, .screenshot-section, .faq-section { grid-template-columns: 1fr; gap: 36px; }
  .privacy-section, .availability-section, .faq-section { padding-top: 0; }
  .screenshot-copy { max-width: 570px; }
  .privacy-panel { padding: 52px; }
  .policy-layout { grid-template-columns: 1fr; gap: 30px; }
  .policy-aside { position: static; }
  .policy-aside nav { display: flex; flex-wrap: wrap; gap: 10px 20px; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 32px); }
  .brand { font-size: 16px; }
  .brand-icon { width: 34px; height: 34px; }
  .header-link { padding: 8px 10px; font-size: 11px; }
  .hero { padding-block: 60px 61px; }
  .eyebrow { font-size: 10px; }
  .hero h1 { font-size: clamp(43px, 10vw, 55px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
  .button { min-height: 47px; padding: 10px 12px; font-size: 12px; }
  .hero-art { min-height: 520px; }
  .demo-window { width: min(390px, 100%); transform: none; }
  .floating-label { display: none; }
  .proof-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .proof-grid > div { flex-direction: row; align-items: center; gap: 16px; padding: 12px 0; border-right: 0; border-bottom: 1px solid #40526773; }
  .proof-grid > div:last-child { border-bottom: 0; }
  .proof-grid strong { min-width: 92px; font-size: 18px; }
  .section { padding-block: 66px; }
  .section h2 { font-size: 39px; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 28px; }
  .feature-card { min-height: 0; padding: 23px; }
  .feature-icon { margin-bottom: 18px; }
  .how-grid { gap: 28px; }
  .step-list li { grid-template-columns: 45px 1fr; gap: 13px; }
  .step-list li > span { width: 39px; height: 39px; font-size: 13px; }
  .step-list h3 { font-size: 17px; }
  .privacy-section, .availability-section, .faq-section { padding-top: 0; }
  .privacy-panel { display: block; padding: 35px 28px; }
  .privacy-visual { display: none; }
  .availability-card { display: block; padding: 29px; }
  .availability-badge { margin-top: 23px; }
  .footer-inner { grid-template-columns: 1fr; gap: 16px; }
  .footer-inner nav, .footer-inner small { grid-column: 1; grid-row: auto; text-align: left; }
  .footer-inner nav { flex-wrap: wrap; }
  .policy-hero { padding-block: 68px 35px; }
  .policy-layout { padding-block: 35px 70px; }
}

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