:root {
  color-scheme: dark;
  --bg: #07110f;
  --bg-deep: #040a09;
  --surface: #0d1916;
  --surface-2: #12211d;
  --surface-3: #172923;
  --text: #f1f7f3;
  --muted: #9eb0a8;
  --line: rgba(207, 235, 219, 0.14);
  --line-strong: rgba(207, 235, 219, 0.25);
  --mint: #b9f8d3;
  --mint-strong: #70e9a4;
  --mint-ink: #07110f;
  --amber: #f3c982;
  --danger: #ff9d8f;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shell: 1180px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    radial-gradient(circle at 77% 7%, rgba(55, 156, 103, 0.1), transparent 26rem),
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
  mask-image: linear-gradient(to bottom, #000 0, transparent 78%);
  pointer-events: none;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
img, svg { display: block; }
.shell { width: min(calc(100% - 40px), var(--shell)); 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; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 14px; background: var(--mint); color: var(--mint-ink); border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .2s ease, border-color .2s ease; }
.site-header.is-scrolled { background: rgba(7,17,15,.9); border-color: var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 750; letter-spacing: -.02em; }
.brand img { border-radius: 10px; box-shadow: 0 0 0 1px rgba(185,248,211,.25); }
.site-nav { display: flex; align-items: center; gap: 28px; color: #c4d1cb; font-size: 14px; }
.site-nav > a:not(.button) { transition: color .15s ease; }
.site-nav > a:not(.button):hover { color: var(--text); }
.nav-toggle { position: relative; display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.nav-toggle span:not(.sr-only) { position: absolute; left: 11px; width: 18px; height: 2px; display: block; border-radius: 2px; background: #f1f7f3; transition: transform .2s ease; }
.nav-toggle span:nth-of-type(2) { top: 15px; }
.nav-toggle span:nth-of-type(3) { top: 24px; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 11px; font-weight: 720; font-size: 15px; line-height: 1; transition: transform .15s ease, border-color .15s ease, background .15s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(185,248,211,.4); outline-offset: 3px; }
.button-primary { color: var(--mint-ink); background: var(--mint); box-shadow: 0 8px 30px rgba(112,233,164,.13); }
.button-primary:hover { background: #d0fce2; }
.button-ghost { color: var(--text); border-color: var(--line-strong); background: rgba(255,255,255,.025); }
.button-ghost:hover { border-color: rgba(185,248,211,.48); background: rgba(185,248,211,.05); }
.button-small { min-height: 38px; padding-inline: 15px; font-size: 13px; }
.button-full { width: 100%; }
.button[disabled] { opacity: .58; cursor: wait; transform: none; }

.hero { min-height: 760px; padding: 150px 0 84px; display: grid; align-items: center; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(500px, .88fr); gap: 60px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--mint); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-amber { color: var(--amber); }
.status-dot { width: 7px; height: 7px; border-radius: 99px; background: var(--mint-strong); box-shadow: 0 0 0 5px rgba(112,233,164,.1); }
.hero h1 { max-width: 680px; margin: 24px 0 22px; font-size: clamp(43px, 5.2vw, 64px); line-height: 1.06; letter-spacing: -.058em; font-weight: 760; }
.hero h1 .hero-accent { color: var(--mint); }
.hero-lede { max-width: 660px; margin: 0; color: #b8c7c0; font-size: clamp(17px, 2vw, 20px); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 29px 0 0; padding: 0; list-style: none; color: #8fa299; font-size: 13px; }
.hero-facts li { position: relative; padding-left: 15px; }
.hero-facts li::before { position: absolute; left: 0; top: .75em; width: 5px; height: 5px; border-radius: 99px; background: #6f8279; content: ""; }

.control-window { position: relative; border: 1px solid var(--line-strong); border-radius: 20px; background: linear-gradient(145deg, rgba(18,33,29,.97), rgba(8,18,15,.97)); box-shadow: var(--shadow); overflow: hidden; }
.control-window::before { position: absolute; inset: -1px; z-index: -1; border-radius: inherit; background: linear-gradient(120deg, rgba(185,248,211,.2), transparent 30%); content: ""; }
.window-bar { height: 52px; padding: 0 16px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); color: #a5b5ae; font-size: 12px; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 8px; height: 8px; border-radius: 99px; background: #34473f; }
.window-dots i:first-child { background: #e2967e; }.window-dots i:nth-child(2) { background: #d8b86a; }.window-dots i:last-child { background: #69c68e; }
.live-pill { justify-self: end; display: flex; align-items: center; gap: 6px; color: var(--mint); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.live-pill i { width: 6px; height: 6px; border-radius: 99px; background: var(--mint-strong); box-shadow: 0 0 0 4px rgba(112,233,164,.1); }
.window-body { padding: 20px; }
.fleet-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 14px; }
.fleet-summary > div { padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.018); }
.fleet-summary small, .agent-row small { display: block; color: #7f9289; font-size: 10px; }
.fleet-summary strong { display: block; margin-top: 3px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 16px; }
.mint { color: var(--mint); }
.agent-list { display: grid; gap: 7px; }
.agent-row { min-height: 58px; display: grid; grid-template-columns: 39px 1fr auto; gap: 11px; align-items: center; padding: 8px 10px; border: 1px solid var(--line); border-radius: 10px; transition: border-color .25s ease, background .25s ease; }
.agent-row.is-highlighted { border-color: rgba(185,248,211,.34); background: rgba(185,248,211,.035); }
.agent-id { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; color: var(--mint); background: rgba(185,248,211,.08); font: 700 10px ui-monospace, monospace; }
.agent-row strong { display: block; font-size: 12px; }.agent-row small { margin-top: 1px; }
.agent-state { padding: 4px 8px; border-radius: 99px; font-size: 9px; font-weight: 800; white-space: nowrap; }
.state-running { color: #a9f4c9; background: rgba(91,214,143,.11); }.state-checking { color: #d7c6ff; background: rgba(167,131,245,.12); }.state-recovery { color: var(--amber); background: rgba(243,201,130,.11); }.state-ready { color: #a2b4ac; background: rgba(160,180,171,.1); }
.state-track { margin: 16px 3px 13px; display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; }
.state-track > i { height: 1px; background: var(--line-strong); }
.state-track > div { display: grid; grid-template-columns: 23px auto; align-items: center; gap: 6px; color: #82958c; }
.state-track span { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 99px; font: 700 9px ui-monospace, monospace; }
.state-track small { font-size: 8px; white-space: nowrap; }.state-track .active { color: var(--mint); }.state-track .active span { border-color: var(--mint); background: rgba(185,248,211,.08); }
.event-line { display: grid; grid-template-columns: auto 1fr; gap: 9px; padding: 10px 11px; border-radius: 8px; color: #9eb0a8; background: rgba(0,0,0,.18); font: 10px/1.5 ui-monospace, monospace; }
.event-line time { color: #62766c; }

.proof-strip { border-block: 1px solid var(--line); background: rgba(0,0,0,.1); }
.proof-grid { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); }
.geo-facts { padding-top: 88px; }
.fact-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fact-grid > div { padding: 28px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.012); }
.fact-grid dt { margin: 0 0 8px; color: var(--mint); font: 700 11px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; text-transform: uppercase; }
.fact-grid dd { margin: 0; color: #c6d2cd; font-size: 15px; line-height: 1.55; }
.proof-grid > div { display: flex; flex-direction: column; justify-content: center; padding: 22px 28px; border-right: 1px solid var(--line); }
.proof-grid > div:first-child { border-left: 1px solid var(--line); }
.proof-grid strong { color: var(--mint); font: 700 15px ui-monospace, monospace; }.proof-grid span { margin-top: 4px; color: #899b93; font-size: 12px; }

.section { padding: 124px 0; }
.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-heading h2 { margin: 16px 0 17px; font-size: clamp(35px, 4.4vw, 54px); line-height: 1.14; letter-spacing: -.045em; }
.section-heading p { max-width: 680px; margin: 0; color: var(--muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature { position: relative; min-height: 320px; padding: 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.012); transition: background .2s ease; }
.feature:hover { background: rgba(185,248,211,.025); }
.feature-wide { grid-column: span 2; }
.feature-index { position: absolute; right: 22px; top: 19px; color: #486057; font: 700 10px ui-monospace, monospace; }
.feature-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(185,248,211,.2); border-radius: 11px; color: var(--mint); background: rgba(185,248,211,.05); }
.feature-icon svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.feature h3 { margin: 28px 0 10px; font-size: 21px; letter-spacing: -.025em; }.feature p { max-width: 580px; margin: 0; color: #93a59d; font-size: 14px; }
.provider-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.provider-pills span { padding: 5px 9px; border: 1px solid var(--line); border-radius: 6px; color: #bdcbc5; font: 10px ui-monospace, monospace; }.provider-pills .muted { color: #71857c; }

.workflow-section { background: var(--bg-deep); border-block: 1px solid var(--line); }
.workflow-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.workflow-list li { min-height: 174px; display: grid; grid-template-columns: 90px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.workflow-list > li > span { align-self: stretch; display: grid; place-items: center; border-right: 1px solid var(--line); color: var(--mint); font: 700 14px ui-monospace, monospace; }
.workflow-list li > div { position: relative; padding: 30px 34px; }
.workflow-list small { color: #62776d; font: 700 9px ui-monospace, monospace; letter-spacing: .15em; }.workflow-list h3 { margin: 5px 0 7px; font-size: 22px; }.workflow-list p { max-width: 700px; margin: 0; color: #91a39b; font-size: 14px; }

.boundaries-section { background: #0b1512; }
.boundaries-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.boundary-list { border-top: 1px solid var(--line); }
.boundary-list article { padding: 25px 0; display: grid; grid-template-columns: 230px 1fr; gap: 28px; border-bottom: 1px solid var(--line); }.boundary-list strong { color: var(--amber); font-size: 14px; }.boundary-list p { margin: 0; color: #9bad9f; font-size: 14px; }

.pricing-section { background: var(--bg-deep); border-block: 1px solid var(--line); }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 14px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.price-card.featured { border-color: rgba(185,248,211,.46); background: linear-gradient(180deg, rgba(185,248,211,.07), var(--surface) 35%); box-shadow: 0 20px 70px rgba(0,0,0,.23); }
.popular { position: absolute; right: 14px; top: 14px; padding: 5px 9px; border-radius: 99px; color: var(--mint-ink); background: var(--mint); font-size: 9px; font-weight: 850; }
.plan-label { color: var(--mint); font: 750 10px ui-monospace, monospace; letter-spacing: .12em; }.price-card h3 { margin: 18px 0 6px; font-size: 25px; }.price-card > p { min-height: 48px; margin: 0; color: #8fa198; font-size: 13px; }
.price { min-height: 132px; display: flex; flex-direction: column; justify-content: center; margin: 27px 0 20px; border-block: 1px solid var(--line); }.price del { color: #64786f; font-size: 13px; }.price strong { margin: 2px 0; font-size: 38px; line-height: 1.1; letter-spacing: -.045em; }.price span { color: #7f9189; font-size: 11px; }
.price-card ul { flex: 1; margin: 0 0 16px; padding: 0; list-style: none; color: #a9b8b1; font-size: 13px; }.price-card li { position: relative; margin: 11px 0; padding-left: 20px; }.price-card li::before { position: absolute; left: 0; content: "✓"; color: var(--mint); }
.price-card-notes { margin: 0 0 18px; display: grid; gap: 4px; }
.price-card-note { margin: 0; color: #7f9189; font-size: 11px; line-height: 1.55; }
.pricing-empty { grid-column: 1 / -1; min-height: 250px; display: grid; place-items: center; align-content: center; gap: 8px; padding: 44px; border: 1px dashed var(--line-strong); border-radius: var(--radius); text-align: center; background: rgba(255,255,255,.012); }.pricing-empty strong { font-size: 24px; }.pricing-empty p { max-width: 520px; margin: 0; color: var(--muted); font-size: 14px; }
.purchase-trust { margin-bottom: 28px; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.purchase-trust article { min-width: 0; padding: 22px 26px; border-right: 1px solid var(--line); }
.purchase-trust article:first-child { border-left: 1px solid var(--line); }
.purchase-trust small, .purchase-trust strong, .purchase-trust span { display: block; }
.purchase-trust small { margin-bottom: 7px; color: var(--mint); font: 750 9px ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }
.purchase-trust strong { color: #d9e5df; font-size: 14px; line-height: 1.45; }
.purchase-trust span { margin-top: 6px; color: #788b82; font-size: 11px; line-height: 1.6; }
.purchase-trust .platform-readiness.is-ready { background: rgba(185,248,211,.025); }
.purchase-trust .platform-readiness.is-ready strong { color: var(--mint); }
.purchase-trust .platform-readiness.is-preparing small, .purchase-trust .platform-readiness.is-preparing strong { color: var(--amber); }
.refund-note { margin-top: 18px; padding: 18px 22px; display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; border: 1px solid rgba(243,201,130,.2); border-radius: 12px; color: #b8c5bf; background: rgba(243,201,130,.04); font-size: 13px; }.refund-note strong { color: var(--amber); }.refund-note a { color: var(--amber); text-decoration: underline; text-underline-offset: 3px; }
.checkout-availability { margin: 15px 0 0; color: #71857b; font-size: 12px; text-align: center; }
.checkout-availability.is-ready { color: var(--mint); }

.checkout-dialog { width: min(calc(100% - 32px), 560px); max-height: min(820px, calc(100dvh - 32px)); margin: auto; padding: 0; border: 1px solid rgba(185,248,211,.28); border-radius: 22px; color: var(--text); background: var(--surface); box-shadow: 0 36px 110px rgba(0,0,0,.64); overflow: auto; scrollbar-width: thin; scrollbar-color: rgba(185,248,211,.22) transparent; }
.checkout-dialog[open] { display: block; animation: checkout-in .18s ease-out; }
.checkout-dialog::backdrop { background: rgba(1,7,5,.78); backdrop-filter: blur(9px); }
.checkout-panel { position: relative; padding: 34px; }
.checkout-close { position: absolute; right: 18px; top: 18px; width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 10px; color: #a9b9b2; background: rgba(255,255,255,.025); }
.checkout-close:hover { color: var(--text); border-color: var(--line-strong); }
.checkout-close:focus-visible { outline: 3px solid rgba(185,248,211,.4); outline-offset: 3px; }
.checkout-close svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.checkout-heading { padding-right: 45px; }
.checkout-heading h2 { margin: 10px 0 4px; font-size: 30px; line-height: 1.2; letter-spacing: -.04em; }
.checkout-heading p { display: flex; flex-wrap: wrap; gap: 6px 12px; margin: 0; color: #8fa198; font-size: 13px; }
.checkout-heading p strong { color: var(--text); }.checkout-heading p span { color: var(--mint); font-weight: 750; }
.checkout-steps { margin: 12px 0 10px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 16px; list-style: none; }
.checkout-steps li { display: inline-flex; align-items: center; gap: 6px; color: #8fa198; font-size: 11px; }
.checkout-steps span { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 99px; color: var(--mint-ink); background: var(--mint); font-size: 10px; font-weight: 800; }
.platform-choice { margin: 22px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; border: 0; }
.platform-choice legend { grid-column: 1 / -1; margin-bottom: 1px; color: #879a91; font-size: 11px; }
.platform-choice label { position: relative; min-width: 0; cursor: pointer; }
.platform-choice label.is-unavailable { cursor: not-allowed; opacity: .78; }
.platform-choice input { position: absolute; opacity: 0; pointer-events: none; }
.platform-choice label > span { min-height: 62px; padding: 11px 13px; display: grid; align-content: center; gap: 3px; border: 1px solid var(--line-strong); border-radius: 11px; background: rgba(255,255,255,.018); }
.platform-choice strong { font-size: 13px; }.platform-choice small { color: #72857c; font-size: 9px; line-height: 1.4; }
.platform-ready-badge { justify-self: start; margin-top: 2px; padding: 1px 6px; border-radius: 99px; color: var(--mint-ink); background: var(--amber); font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .04em; }
.platform-choice input:checked + span { border-color: rgba(185,248,211,.55); background: rgba(185,248,211,.055); box-shadow: 0 0 0 2px rgba(185,248,211,.035); }
.platform-choice input:disabled + span { border-style: dashed; background: rgba(243,201,130,.04); }
.platform-choice input:focus-visible + span { outline: 2px solid var(--mint); outline-offset: 2px; }
.checkout-loading { min-height: 170px; display: grid; place-items: center; align-content: center; gap: 13px; color: #91a39a; font-size: 13px; text-align: center; }
.checkout-loading p { margin: 0; }
.checkout-spinner { width: 28px; height: 28px; border: 2px solid rgba(185,248,211,.16); border-top-color: var(--mint); border-radius: 99px; animation: checkout-spin .8s linear infinite; }
.seller-summary, .release-summary { margin-top: 24px; border-block: 1px solid var(--line); }
.seller-summary p, .release-summary p { min-height: 46px; margin: 0; display: grid; grid-template-columns: 92px 1fr; gap: 15px; align-items: center; border-bottom: 1px solid var(--line); font-size: 12px; }
.seller-summary p:last-child, .release-summary p:last-child { border-bottom: 0; }
.seller-summary small, .release-summary small { color: #71847b; }
.seller-summary strong, .seller-summary span, .release-summary strong, .release-summary span { color: #c4d1cb; overflow-wrap: anywhere; }
.release-summary { margin-top: 0; border-top: 0; }
.checkout-contact { margin-top: 22px; }
.checkout-contact > label:first-child { display: block; margin-bottom: 7px; color: #c6d2cd; font-size: 12px; font-weight: 700; }
.checkout-contact > input { width: 100%; height: 46px; padding: 0 13px; border: 1px solid var(--line-strong); border-radius: 9px; color: var(--text); background: #09130f; outline: none; }
.checkout-contact > input::placeholder { color: #52665d; }.checkout-contact > input:focus { border-color: rgba(185,248,211,.5); box-shadow: 0 0 0 3px rgba(185,248,211,.06); }
.checkout-consent { margin: 12px 0 0; text-align: left; }
.checkout-intro { margin: 22px 0 14px; color: #91a39b; font-size: 12px; }
.payment-methods { display: grid; gap: 10px; }
.payment-methods > button { min-height: 72px; width: 100%; display: grid; grid-template-columns: 42px 1fr 18px; gap: 13px; align-items: center; padding: 13px 16px; border: 1px solid var(--line-strong); border-radius: 12px; color: var(--text); text-align: left; background: rgba(255,255,255,.02); transition: border-color .15s ease, background .15s ease, transform .15s ease; }
.payment-methods > button:hover { border-color: rgba(185,248,211,.48); background: rgba(185,248,211,.04); transform: translateY(-1px); }
.payment-methods > button:focus-visible { outline: 3px solid rgba(185,248,211,.4); outline-offset: 3px; }
.payment-methods > button[disabled] { opacity: .5; cursor: not-allowed; transform: none; }
.payment-methods > button[disabled][data-checkout-busy] { cursor: wait; }
.payment-methods > button > span:nth-child(2) { display: grid; gap: 2px; }
.payment-methods strong { font-size: 14px; }.payment-methods small { color: #75887f; font-size: 10px; }
.payment-methods > button > .payment-chevron { width: 18px; fill: none; stroke: #75887f; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.payment-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; overflow: hidden; color: #fff; }
.payment-mark svg { width: 100%; height: 100%; display: block; }
.payment-mark-alipay { color: #1677ff; background: #fff; }
.payment-mark-wechat { color: #fff; background: #07c160; }
.payment-mark-wechat svg { width: 72%; height: 72%; }
.payment-mark-tiny { width: 18px; height: 18px; flex-shrink: 0; border-radius: 4px; }
.payment-qr-caption { margin-top: 3px; display: inline-flex; align-items: center; gap: 7px; font-size: 14px; color: var(--mint-ink); }
.checkout-order, .checkout-fallback { padding: 30px 0 8px; text-align: center; }
.checkout-order h3, .checkout-fallback h3 { margin: 14px 0 7px; font-size: 22px; }
.checkout-order > p, .checkout-fallback > p { max-width: 420px; margin: 0 auto 20px; color: #91a39b; font-size: 13px; }
.checkout-order .button, .checkout-fallback .button { margin-top: 9px; }
.payment-qr { width: min(100%, 270px); margin: 20px auto 10px; padding: 16px; display: grid; justify-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 14px; background: #f4fbf7; color: var(--mint-ink); }
.payment-qr img { width: min(100%, 220px); height: auto; aspect-ratio: 1; object-fit: contain; background: white; }
.payment-qr > span { color: #557066; font-size: 10px; }
.checkout-state-icon { width: 46px; height: 46px; margin: 0 auto; display: grid; place-items: center; border: 1px solid rgba(185,248,211,.28); border-radius: 99px; color: var(--mint); background: rgba(185,248,211,.06); }
.checkout-state-icon::before { width: 9px; height: 9px; border-radius: 99px; background: currentColor; box-shadow: 0 0 0 7px rgba(185,248,211,.09); content: ""; }
.checkout-state-icon.is-paid::before { width: 15px; height: 8px; border: 0 solid currentColor; border-width: 0 0 2px 2px; border-radius: 0; background: transparent; box-shadow: none; transform: rotate(-45deg) translate(2px,-1px); }
.checkout-state-icon.is-error { color: var(--danger); border-color: rgba(255,157,143,.27); background: rgba(255,157,143,.05); }
.checkout-state-icon.is-error::before { width: 18px; height: 2px; border-radius: 0; box-shadow: none; }
.order-reference { display: block; margin-top: 15px; color: #60736a; font: 10px/1.5 ui-monospace, monospace; overflow-wrap: anywhere; }
.checkout-refund-link { margin: 16px auto 0; max-width: 420px; color: #7d9188; font-size: 12px; line-height: 1.65; }
.checkout-refund-link a { color: var(--amber); text-decoration: underline; text-underline-offset: 2px; }
.checkout-legal { margin: 22px 0 0; color: #63766d; font-size: 10px; text-align: center; }
.checkout-legal a { color: #9cafa6; text-decoration: underline; text-underline-offset: 2px; }
.checkout-status { margin-top: 8px; }
.form-status.notice { color: var(--amber); }
body.has-checkout-open { overflow: hidden; }

@keyframes checkout-spin { to { transform: rotate(360deg); } }
@keyframes checkout-in { from { opacity: 0; transform: translateY(8px) scale(.985); } }

.access-section { background: linear-gradient(140deg, rgba(185,248,211,.07), transparent 42%); }
.access-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 86px; align-items: start; }
.access-copy h2 { margin: 16px 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.15; letter-spacing: -.045em; }.access-copy > p { color: #a3b3ac; font-size: 16px; }.access-promises { margin: 29px 0 0; padding: 0; list-style: none; }.access-promises li { padding: 12px 0; border-bottom: 1px solid var(--line); color: #b8c6c0; font-size: 14px; }.access-promises li::before { margin-right: 10px; color: var(--mint); content: "↳"; }
.lead-form { padding: 30px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.form-split { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.form-row { margin-bottom: 17px; }.form-row label { display: block; margin-bottom: 7px; color: #c6d2cd; font-size: 12px; font-weight: 700; }.form-row label span { color: #71847b; font-weight: 500; }
.form-row input, .form-row select, .form-row textarea { width: 100%; border: 1px solid var(--line-strong); border-radius: 9px; color: var(--text); background: #09130f; outline: none; transition: border-color .15s ease, box-shadow .15s ease; }.form-row input, .form-row select { height: 46px; padding: 0 13px; }.form-row textarea { padding: 11px 13px; resize: vertical; }.form-row input::placeholder, .form-row textarea::placeholder { color: #52665d; }.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: rgba(185,248,211,.5); box-shadow: 0 0 0 3px rgba(185,248,211,.06); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }.consent { display: grid; grid-template-columns: 17px 1fr; gap: 9px; margin: 2px 0 18px; color: #82958c; font-size: 11px; }.consent input { width: 15px; height: 15px; margin: 2px 0 0; accent-color: var(--mint-strong); }.consent a { color: var(--mint); text-decoration: underline; text-underline-offset: 2px; }.form-status { min-height: 22px; margin-top: 11px; text-align: center; color: #91a49b; font-size: 12px; }.form-status.success { color: var(--mint); }.form-status.error { color: var(--danger); }

.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { position: relative; padding: 23px 42px 23px 0; list-style: none; cursor: pointer; font-size: 15px; font-weight: 700; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { position: absolute; right: 5px; top: 20px; content: "+"; color: var(--mint); font: 300 24px/1 sans-serif; transition: transform .2s ease; }.faq-list details[open] summary::after { transform: rotate(45deg); }.faq-list p { max-width: 720px; margin: -5px 0 23px; color: #94a69e; font-size: 14px; }

.final-cta { padding: 72px 0; border-block: 1px solid rgba(185,248,211,.2); background: var(--mint); color: var(--mint-ink); }
.final-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 34px; }.final-cta span { font-size: 12px; font-weight: 800; letter-spacing: .08em; }.final-cta h2 { max-width: 780px; margin: 8px 0 0; font-size: clamp(27px, 4vw, 43px); line-height: 1.18; letter-spacing: -.04em; }.final-cta .button-primary { background: var(--mint-ink); color: var(--text); box-shadow: none; }.final-cta .button-primary:hover { background: #10201b; }

.site-footer { padding: 58px 0 24px; background: #030806; }.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .6fr; gap: 60px; }.footer-grid p { color: #70837a; font-size: 13px; }.footer-links { display: grid; align-content: start; gap: 9px; color: #91a39a; font-size: 13px; }.footer-links a:hover { color: var(--text); }.footer-bottom { margin-top: 45px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #53665d; font-size: 11px; }

.legal-page { min-height: 100vh; background: var(--bg-deep); }.legal-header { position: static; border-bottom: 1px solid var(--line); }.legal-header-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }.legal-main { width: min(calc(100% - 40px), 820px); margin: 0 auto; padding: 76px 0 110px; }.legal-main .eyebrow { margin-bottom: 12px; }.legal-main h1 { margin: 0 0 12px; font-size: clamp(36px, 5vw, 54px); letter-spacing: -.045em; }.legal-updated { margin: 0 0 24px; color: #6f8279; font-size: 13px; }.legal-main h2 { margin: 38px 0 10px; font-size: 21px; }.legal-main p, .legal-main li { color: #a7b6af; }.legal-main a { color: var(--mint); text-decoration: underline; text-underline-offset: 3px; }.legal-main .notice { margin: 26px 0; padding: 18px 20px; border-left: 3px solid var(--amber); background: rgba(243,201,130,.05); color: #c7b995; }.legal-main table { display: block; width: 100%; margin: 20px 0; border-collapse: collapse; overflow-x: auto; -webkit-overflow-scrolling: touch; }.legal-main th, .legal-main td { padding: 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 13px; overflow-wrap: anywhere; }.legal-main th { color: var(--text); background: var(--surface); }
.legal-main .button { text-decoration: none; }
.legal-main .button-primary { color: var(--mint-ink); }
.legal-main .button-ghost { color: var(--text); }
.download-main { width: min(calc(100% - 40px), 1040px); }.download-platforms { margin: 34px 0; grid-template-columns: 1fr 1fr; }.download-platforms article { border-block: 1px solid var(--line); }.download-main > p:last-child { margin-top: 34px; }
.download-steps { margin: 0 0 28px; padding: 18px 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; list-style: none; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.download-steps li { display: flex; align-items: center; gap: 10px; color: var(--text); font-size: 14px; }
.download-steps span { width: 28px; height: 28px; flex-shrink: 0; display: grid; place-items: center; border-radius: 99px; color: var(--mint-ink); background: var(--mint); font-size: 13px; font-weight: 800; }
.download-steps strong { font-weight: 700; }

.reveal { opacity: 0; transform: translateY(12px); transition: opacity .55s ease, transform .55s ease; }.reveal.is-visible { opacity: 1; transform: none; }
html:not(.has-motion) .reveal { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 58px; }.hero-copy { max-width: 760px; }.control-window { width: min(100%, 670px); }.hero { padding-top: 130px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }.feature-wide { grid-column: span 2; }
  .boundaries-grid, .access-grid, .faq-grid { grid-template-columns: 1fr; gap: 38px; }.boundaries-grid .section-heading, .faq-grid .section-heading { margin-bottom: 0; }
  .pricing-grid { grid-template-columns: 1fr; }.price-card { max-width: 680px; width: 100%; margin-inline: auto; }.price-card > p { min-height: 0; }
  .purchase-trust { grid-template-columns: 1fr; }.purchase-trust article { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }.purchase-trust article:last-child { border-bottom: 0; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .site-header { background: rgba(7,17,15,.94); border-color: var(--line); backdrop-filter: blur(14px); }
  .nav-toggle { display: block; }.site-nav { position: absolute; left: 14px; right: 14px; top: 66px; padding: 14px; display: none; align-items: stretch; gap: 3px; border: 1px solid var(--line-strong); border-radius: 14px; background: #0a1512; box-shadow: var(--shadow); }.site-nav.is-open { display: grid; }.site-nav a { min-height: 42px; display: flex; align-items: center; padding: 0 12px; border-radius: 8px; }.site-nav .button { margin-top: 5px; justify-content: center; }
  .hero { min-height: auto; padding: 122px 0 70px; }.hero h1 { margin-top: 19px; font-size: clamp(39px, 12vw, 57px); }.hero h1 br { display: none; }.hero-lede { font-size: 16px; }.hero-actions { display: grid; }.hero-actions .button { width: 100%; }.hero-facts { gap: 8px 16px; }
  .window-bar { grid-template-columns: 1fr auto; }.window-dots { display: none; }.window-bar > span:nth-child(2) { justify-self: start; }.window-body { padding: 12px; }.fleet-summary { grid-template-columns: 1fr 1fr; }.fleet-summary > div:last-child { display: none; }.agent-row { grid-template-columns: 35px 1fr; }.agent-state { grid-column: 2; justify-self: start; margin-top: -8px; }.state-track small { display: none; }.event-line { grid-template-columns: 1fr; }.event-line time { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; }.proof-grid > div { border-bottom: 1px solid var(--line); }.proof-grid > div:first-child, .proof-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .section { padding: 88px 0; }.section-heading { margin-bottom: 38px; }.section-heading h2 { font-size: 36px; }.section-heading p { font-size: 15px; }
  .feature-grid { grid-template-columns: 1fr; }.feature-wide { grid-column: auto; }.feature { min-height: auto; padding: 28px 24px; }.provider-pills { margin-top: 20px; }
  .workflow-list li { grid-template-columns: 58px 1fr; }.workflow-list li > div { padding: 24px 20px; }
  .boundary-list article { grid-template-columns: 1fr; gap: 7px; }.boundary-list article strong { font-size: 15px; }
  .price-card { padding: 26px 22px; }.refund-note { grid-template-columns: 1fr; gap: 7px; }.purchase-trust article { padding: 19px 18px; }
  .checkout-dialog { width: min(calc(100% - 20px), 560px); max-height: calc(100dvh - 20px); border-radius: 17px; }.checkout-panel { padding: 27px 18px 22px; }.checkout-close { right: 13px; top: 13px; }.checkout-heading h2 { font-size: 27px; }.platform-choice { grid-template-columns: 1fr; }.seller-summary p, .release-summary p { grid-template-columns: 78px 1fr; }.payment-methods > button { padding-inline: 13px; }
  .form-split { grid-template-columns: 1fr; gap: 0; }.lead-form { padding: 22px 18px; }
  .faq-list summary { padding-right: 36px; }
  .final-cta .shell { display: grid; }.final-cta .button { width: 100%; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: span 2; }.footer-bottom { display: grid; gap: 4px; }
}

@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

.resume-banner { margin-top: 84px; border-bottom: 1px solid rgba(243,201,130,.24); background: rgba(243,201,130,.07); }
.resume-banner-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; padding: 12px 0; }
.resume-banner-text { flex: 1; min-width: 220px; color: #e8d9b4; font-size: 13px; }
.resume-banner-close { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 9px; color: #a9b9b2; background: rgba(255,255,255,.02); }
.resume-banner-close:hover { color: var(--text); border-color: var(--line-strong); }
.resume-banner-close svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }

.order-wait { margin: 14px auto 0; color: #8ea69a; font: 12px/1.6 ui-monospace, SFMono-Regular, Menlo, monospace; }
.qr-mobile-hint { display: block; max-width: 220px; margin-top: 4px; color: #557066; font-size: 10px; line-height: 1.6; }

.activation-panel { margin: 20px auto 6px; padding: 18px 16px; display: grid; gap: 10px; border: 1px solid rgba(185,248,211,.32); border-radius: 14px; background: rgba(185,248,211,.05); text-align: center; }
.activation-label { color: var(--amber); font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.activation-code { padding: 12px 10px; border: 1px dashed rgba(185,248,211,.4); border-radius: 10px; color: var(--mint); background: rgba(0,0,0,.24); font: 700 15px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace; overflow-wrap: anywhere; user-select: all; }
.activation-panel .button { margin-top: 0; }
.license-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; margin: 2px 0 0; color: #9db0a7; font-size: 12px; }
.license-row code { color: #d9e5df; font: 700 12px ui-monospace, SFMono-Regular, Menlo, monospace; overflow-wrap: anywhere; user-select: all; }
.license-row button { min-height: 30px; padding: 0 12px; border: 1px solid var(--line-strong); border-radius: 8px; color: var(--text); background: rgba(255,255,255,.03); font-size: 12px; }
.license-row button:hover { border-color: rgba(185,248,211,.48); }
.activation-note { display: block; color: #7d9188; font-size: 11px; line-height: 1.6; }

.order-save { margin: 16px auto 0; display: grid; gap: 8px; text-align: center; }
.order-save small { color: #7d9188; font-size: 11px; line-height: 1.6; }
.order-save small a { color: var(--mint); text-decoration: underline; text-underline-offset: 2px; }

.renewal-notice { margin-top: 22px; padding: 14px 16px; display: grid; gap: 6px; border: 1px solid rgba(185,248,211,.3); border-radius: 12px; background: rgba(185,248,211,.05); font-size: 12px; }
.renewal-notice strong { color: var(--mint); font-size: 12px; letter-spacing: .08em; }
.renewal-notice p { margin: 0; color: #a9bbb2; line-height: 1.65; }
.renewal-exit { justify-self: start; min-height: 32px; padding: 0 12px; border: 1px solid var(--line-strong); border-radius: 8px; color: var(--text); background: rgba(255,255,255,.03); font-size: 12px; }
.renewal-exit:hover { border-color: rgba(185,248,211,.48); }

.footer-trust { margin-top: 30px; padding-top: 18px; display: flex; flex-wrap: wrap; gap: 8px 28px; border-top: 1px solid var(--line); color: #70837a; font-size: 12px; }
.footer-trust-missing { flex-basis: 100%; }
.footer-trust strong { color: #9fb2a9; font-weight: 600; }
.footer-trust a { color: #9fb2a9; text-decoration: underline; text-underline-offset: 3px; }
.footer-trust a:hover { color: var(--text); }
.orders-trust { margin-top: 44px; }

.local-orders { margin: 26px 0 6px; }
.local-orders-list { margin: 14px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.local-orders-list a { display: grid; gap: 3px; padding: 14px 16px; border: 1px solid var(--line-strong); border-radius: 12px; background: rgba(255,255,255,.02); transition: border-color .15s ease, background .15s ease; }
.local-orders-list a:hover { border-color: rgba(185,248,211,.48); background: rgba(185,248,211,.04); }
.local-orders-list strong { color: var(--text); font-size: 14px; }
.local-orders-list span { color: #7d9188; font: 11px ui-monospace, SFMono-Regular, Menlo, monospace; overflow-wrap: anywhere; }

.order-lookup { margin: 18px 0 8px; padding: 22px 20px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--surface); }
.order-lookup label { display: block; margin-bottom: 8px; color: #c6d2cd; font-size: 12px; font-weight: 700; }
.order-lookup-row { display: flex; flex-wrap: wrap; gap: 10px; }
.order-lookup-row input { flex: 1; min-width: 220px; height: 46px; padding: 0 13px; border: 1px solid var(--line-strong); border-radius: 9px; color: var(--text); background: #09130f; outline: none; font: 500 13px ui-monospace, SFMono-Regular, Menlo, monospace; }
.order-lookup-row input::placeholder { color: #52665d; font-family: inherit; }
.order-lookup-row input:focus { border-color: rgba(185,248,211,.5); box-shadow: 0 0 0 3px rgba(185,248,211,.06); }
.order-lookup .form-status { text-align: left; }

@media (max-width: 760px) {
  .resume-banner { margin-top: 66px; }
  .resume-banner-inner { padding-block: 10px; }
  .footer-trust { flex-direction: column; gap: 6px; }
  .order-lookup-row .button { width: 100%; }
  .fact-grid { grid-template-columns: 1fr; }
  .geo-facts { padding-top: 56px; }
  .download-steps { grid-template-columns: 1fr; }
}

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