:root {
  color-scheme: light;
  --paper: #f5f6f2;
  --white: #ffffff;
  --ink: #111928;
  --muted: #657080;
  --line: #d9ddd8;
  --blue: #1b54e8;
  --blue-dark: #123eb0;
  --blue-soft: #e8eeff;
  --navy: #101b33;
  --green: #18a868;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
  --mono: "Cascadia Mono", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header { position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 74px; padding: 0 clamp(22px,5vw,82px); border-bottom: 1px solid var(--line); background: rgba(245,246,242,.94); backdrop-filter: blur(15px); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; color: var(--ink); text-decoration: none; font-size: 1.08rem; font-weight: 800; letter-spacing: -.03em; }
.brand svg { width: 34px; height: 34px; fill: var(--blue); }
nav { display: flex; align-items: center; gap: 32px; }
nav a { color: #384353; text-decoration: none; font-size: .86rem; font-weight: 650; }
nav a:hover, nav a:focus-visible { color: var(--blue); }
.nav-cta { justify-self: end; color: var(--blue); text-decoration: none; font-size: .86rem; font-weight: 750; }
.nav-cta span { margin-left: 5px; }
.menu-toggle { display: none; }

.hero { padding: clamp(80px,9vw,150px) clamp(22px,6vw,104px) 100px; background-image: linear-gradient(rgba(18,62,176,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(18,62,176,.055) 1px,transparent 1px); background-size: 48px 48px; }
.hero-copy { max-width: 920px; margin: 0 auto; text-align: center; }
.eyebrow, .section-label { margin: 0; color: var(--blue); font: 700 .75rem/1.3 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.eyebrow span { margin-right: 13px; padding: 7px 10px; border-radius: 999px; background: var(--blue); color: white; }
h1, h2 { margin: 0; font-weight: 640; letter-spacing: -.055em; }
h1 { margin-top: 32px; font-size: clamp(3.6rem,7vw,7.6rem); line-height: .93; }
h1 em { color: var(--blue); font-style: normal; }
.hero-text { max-width: 670px; margin: 32px auto 0; color: var(--muted); font-size: clamp(1.05rem,1.5vw,1.25rem); line-height: 1.65; }
.hero-actions { display: flex; justify-content: center; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 9px; text-decoration: none; font-size: .9rem; font-weight: 760; transition: transform .18s ease,box-shadow .18s ease,background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--blue); color: #fff; box-shadow: 0 12px 26px rgba(27,84,232,.2); }
.button.primary:hover { background: var(--blue-dark); box-shadow: 0 16px 34px rgba(27,84,232,.26); }
.button.secondary { border-color: var(--line); background: rgba(255,255,255,.7); }
.hero-proof { display: flex; justify-content: center; gap: 45px; margin-top: 52px; }
.hero-proof div { display: flex; align-items: baseline; gap: 9px; }
.hero-proof strong { font-size: 1.1rem; }.hero-proof span { color: var(--muted); font-size: .8rem; }
.software-shot { max-width: 1240px; margin: 75px auto 0; overflow: hidden; border: 1px solid #adb6c0; border-radius: 16px; background: #1f2939; box-shadow: 0 45px 90px rgba(22,32,50,.2),0 6px 18px rgba(22,32,50,.12); }
.software-shot img { display: block; width: 100%; height: auto; }
.shot-bar { display: flex; align-items: center; justify-content: space-between; height: 44px; padding: 0 16px; background: var(--navy); color: #b5c2d8; font: 650 .68rem/1 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.shot-bar span { display: flex; align-items: center; gap: 9px; }.shot-bar i { width: 7px; height: 7px; border-radius: 50%; background: #36d991; box-shadow: 0 0 12px #36d991; }.shot-bar b { color: #fff; font-weight: 650; }

.outcomes { display: grid; grid-template-columns: repeat(4,1fr); border-block: 1px solid var(--line); background: var(--white); }
.outcomes article { min-height: 265px; padding: 38px clamp(24px,3.2vw,55px); border-right: 1px solid var(--line); }.outcomes article:last-child { border-right: 0; }.outcomes span { color: var(--blue); font: 700 .72rem var(--mono); }.outcomes h2 { margin-top: 52px; font-size: 1.75rem; }.outcomes p { margin: 13px 0 0; color: var(--muted); line-height: 1.6; }
.story { padding: 140px clamp(22px,7vw,120px); }.story-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; align-items: end; }.story-heading h2,.detail-copy h2,.compat h2,.final-cta h2 { margin-top: 20px; font-size: clamp(3rem,5.4vw,6rem); line-height: .98; }.story-heading > p:last-child { margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 76px; }.steps article { min-height: 370px; padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.62); }.steps article > span { display: block; margin-top: 50px; color: var(--blue); font: 700 .68rem var(--mono); }.steps h3 { margin: 18px 0 10px; font-size: 1.25rem; }.steps p { margin: 0; color: var(--muted); line-height: 1.6; }
.step-icon { position: relative; width: 80px; height: 80px; border-radius: 12px; background: var(--blue-soft); }.service-icon { display: grid; place-content: center; gap: 7px; }.service-icon i { width: 42px; height: 5px; background: var(--blue); }.service-icon i:nth-child(2){width:30px}.service-icon i:nth-child(3){width:19px}.route-icon i { position: absolute; inset: 21px 18px; border-top: 5px solid var(--blue); border-right: 5px solid var(--blue); transform: skewX(-35deg); }.connect-icon i:first-child { position:absolute; width:45px;height:5px;left:17px;top:38px;background:var(--blue); }.connect-icon i:last-child { position:absolute;width:5px;height:40px;left:37px;top:38px;background:var(--blue); }.report-icon { display:grid;align-content:center;gap:7px;padding:0 18px}.report-icon i{height:4px;background:var(--blue)}.report-icon i:nth-child(2){width:75%}
.detail-band { display: grid; grid-template-columns: .88fr 1.12fr; gap: 9vw; padding: 140px clamp(22px,7vw,120px); background: var(--navy); color: white; }.detail-copy > p:last-child { max-width: 570px; margin: 30px 0 0; color: #aeb9cd; line-height: 1.75; }.detail-list { border-top: 1px solid #3a4660; }.detail-list div { display: grid; grid-template-columns: 130px 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid #3a4660; }.detail-list span { color: #7786a3; font: 700 .71rem var(--mono); text-transform: uppercase; }.detail-list strong { font-size: 1.05rem; font-weight: 520; }
.compat { padding: 130px clamp(22px,7vw,120px); }.compat > div:first-child { display: grid; grid-template-columns: .45fr 1fr; gap: 9vw; align-items: start; }.compat h2 { max-width: 790px; margin-top: 0; }.version-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 70px; }.version-cards article { display: flex; min-height: 190px; flex-direction: column; justify-content: flex-end; padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: white; }.version-cards small { margin-bottom: auto; color: var(--blue); font: 700 .68rem var(--mono); }.version-cards strong { font-size: 1.55rem; }.version-cards span { margin-top: 8px; color: var(--muted); font-size: .85rem; }.compat-note { display: flex; align-items: center; gap: 10px; margin: 24px 0 0; color: var(--muted); }.compat-note span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: #dcf6e9; color: var(--green); font-size: .75rem; }
.final-cta { padding: 135px 22px; border-top: 1px solid var(--line); background: white; text-align: center; }.final-cta h2 { margin: 22px auto 38px; }.final-cta .button { min-width: 245px; }
.contact-band { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding: 75px clamp(22px,6vw,104px); border-top: 1px solid var(--line); }.contact-band h2 { margin-top: 10px; font-size: clamp(2.3rem,4vw,4rem); }.contact-band p:last-child { margin: 0; color: var(--muted); line-height: 1.6; }.contact-band a { color: var(--blue); font-weight: 700; }
footer { display: grid; grid-template-columns: 1fr auto auto auto; gap: 35px; align-items: center; min-height: 125px; padding: 0 clamp(22px,6vw,104px); border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }.brand + p { margin: 0; }footer div { display: flex; flex-wrap: wrap; gap: 12px 18px; }footer div a { text-decoration: none; }footer div a:hover { color: var(--blue); }footer > p:last-child { margin: 0; }
.policy-page { width: min(820px,calc(100% - 44px)); margin: 0 auto; padding: 95px 0 120px; }.policy-page h1 { margin: 18px 0 0; font-size: clamp(3.2rem,7vw,6rem); line-height: 1; }.policy-intro { margin: 30px 0 60px; color: var(--muted); font-size: 1.15rem; line-height: 1.7; }.policy-page section { padding: 30px 0; border-top: 1px solid var(--line); }.policy-page h2 { font-size: 1.35rem; letter-spacing: -.03em; }.policy-page section p { margin: 15px 0 0; color: #3d4858; line-height: 1.75; }.policy-page a { color: var(--blue); text-underline-offset: 3px; }

nav a.current { color: var(--blue); }
.pricing-hero { padding: 105px 22px 68px; text-align: center; }
.pricing-hero h1 { margin-top: 22px; font-size: clamp(3.5rem,6.7vw,7rem); }.pricing-hero h1 em { color: var(--blue); font-style: normal; }
.pricing-hero > p:not(.section-label) { max-width: 650px; margin: 28px auto 0; color: var(--muted); font-size: 1.08rem; line-height: 1.65; }
.device-switch { display: inline-grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-top: 38px; padding: 4px; border: 1px solid var(--line); border-radius: 11px; background: white; }
.device-switch button { min-width: 112px; min-height: 42px; border: 0; border-radius: 7px; background: transparent; color: var(--muted); cursor: pointer; font: 750 .86rem var(--sans); }.device-switch button.active { background: var(--navy); color: white; }
.plans { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; max-width: 1240px; margin: 0 auto; padding: 22px; }
.plan-card { position: relative; display: flex; min-height: 610px; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 16px; background: white; }.plan-card.featured { border: 2px solid var(--blue); box-shadow: 0 26px 60px rgba(27,84,232,.13); }
.recommended { position: absolute; top: -14px; left: 24px; padding: 7px 11px; border-radius: 999px; background: var(--blue); color: white; font: 700 .65rem var(--mono); letter-spacing: .06em; }
.plan-top { display: flex; align-items: baseline; justify-content: space-between; }.plan-top span { font-size: 1.35rem; font-weight: 760; }.plan-top small { color: var(--muted); }
.plan-price { display: flex; align-items: flex-end; margin-top: 40px; }.plan-price > span { align-self: flex-start; margin-top: 11px; color: var(--blue); font-size: 1.2rem; font-weight: 800; }.plan-price strong { font-size: clamp(3.7rem,5vw,5.5rem); line-height: .86; letter-spacing: -.07em; }.plan-price small { margin: 0 0 5px 10px; color: var(--muted); }
.plan-card > p { min-height: 78px; margin: 30px 0 0; color: var(--muted); line-height: 1.6; }.plan-card ul { display: grid; gap: 13px; margin: 32px 0; padding: 28px 0 0; border-top: 1px solid var(--line); list-style: none; }.plan-card li { position: relative; padding-left: 25px; color: #374253; font-size: .9rem; }.plan-card li::before { position: absolute; left: 0; color: var(--green); content: "✓"; font-weight: 800; }
.buy-button { display: flex; align-items: center; justify-content: space-between; min-height: 52px; margin-top: auto; padding: 0 18px; border-radius: 8px; background: var(--navy); color: white; text-decoration: none; font-size: .88rem; font-weight: 750; }.featured .buy-button { background: var(--blue); }.buy-button:hover { background: var(--blue-dark); }
.sandbox-notice { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; max-width: 1196px; margin: 20px auto 0; padding: 20px 24px; border: 1px solid #e6c46a; border-radius: 12px; background: #fff8df; }.sandbox-notice span { padding: 7px 9px; border-radius: 6px; background: #f4d36d; color: #614a00; font: 800 .65rem var(--mono); letter-spacing: .06em; }.sandbox-notice p { margin: 0; color: #6a5c2e; font-size: .88rem; line-height: 1.55; }
.included { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; padding: 135px clamp(22px,7vw,120px); }.included h2 { margin-top: 20px; font-size: clamp(2.8rem,4.8vw,5.2rem); line-height: 1; }.included-grid { display: grid; grid-template-columns: 1fr 1fr; align-content: center; border-top: 1px solid var(--line); }.included-grid span { padding: 20px 10px; border-bottom: 1px solid var(--line); color: #394454; }
.buy-flow { padding: 110px clamp(22px,7vw,120px); background: var(--navy); color: white; }.buy-flow > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 60px; margin-top: 56px; }.buy-flow article { border-top: 1px solid #43506a; padding-top: 24px; }.buy-flow b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--blue); font-size: .8rem; }.buy-flow h3 { margin: 50px 0 12px; font-size: 1.35rem; }.buy-flow p { margin: 0; color: #abb7cc; line-height: 1.65; }

.checkout-main { width: min(820px,calc(100% - 44px)); min-height: 70vh; margin: 0 auto; padding: 95px 0 120px; }
.checkout-main h1 { margin-top: 18px; font-size: clamp(3rem,6vw,5.5rem); line-height: 1; }
.checkout-intro { margin: 28px 0; color: var(--muted); font-size: 1.15rem; }
.checkout-status { min-height: 26px; margin: 25px 0; color: var(--blue-dark); font-weight: 650; }
.checkout-status.error { color: #a12c2c; }
.checkout-back { display: inline-block; margin: 22px 0; color: var(--blue); font-weight: 700; }
.checkout-panel { margin-top: 48px; padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.checkout-panel h2 { margin-top: 10px; font-size: 1.75rem; }
.checkout-panel p:not(.section-label) { color: var(--muted); line-height: 1.6; }
.checkout-panel code { display: block; overflow-wrap: anywhere; margin: 22px 0; padding: 18px; border-radius: 8px; background: var(--blue-soft); font: 700 1rem var(--mono); }
.checkout-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 25px 0; }
.checkout-fields label { display: grid; gap: 8px; color: #374253; font-size: .85rem; font-weight: 700; }
.checkout-fields input { width: 100%; min-height: 48px; padding: 0 12px; border: 1px solid var(--line); border-radius: 8px; font: inherit; }
.checkout-fields input:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }

@media (max-width: 1000px) {
  .outcomes { grid-template-columns: repeat(2,1fr); }.outcomes article:nth-child(2){border-right:0}.outcomes article:nth-child(-n+2){border-bottom:1px solid var(--line)}.steps { grid-template-columns: repeat(2,1fr); }.detail-band { grid-template-columns: 1fr; }.version-cards { grid-template-columns: repeat(2,1fr); }.plans { grid-template-columns: 1fr; max-width: 650px; gap: 28px; }.plan-card { min-height: 570px; }.included { grid-template-columns: 1fr; }.buy-flow > div { gap: 28px; }
}
@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; }.menu-toggle { display: block; padding: 9px 12px; border: 1px solid var(--line); border-radius: 7px; background: white; color: var(--ink); font: 700 .7rem var(--mono); text-transform: uppercase; }.site-header nav { position: absolute; top: 74px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 22px 18px; border-bottom: 1px solid var(--line); background: var(--paper); }.site-header nav.open { display: flex; }.site-header nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }.nav-cta { display: none; }.hero { padding-top: 90px; }.hero-proof { flex-wrap: wrap; gap: 18px 28px; }.story-heading,.compat > div:first-child { grid-template-columns: 1fr; gap: 34px; }.story-heading > p:last-child { max-width: 620px; }.shot-bar b { display: none; }.detail-band { padding-block: 100px; }.compat { padding-block: 100px; }.buy-flow > div { grid-template-columns: 1fr; }.contact-band { display: block; }.contact-band p:last-child { margin-top: 18px; }footer { grid-template-columns: 1fr auto; gap: 20px; padding-block: 35px; }footer > p:first-of-type,footer div { display:none; }
}
@media (max-width: 560px) {
  h1 { font-size: clamp(3.2rem,16vw,5rem); }.hero-actions { flex-direction: column; }.button { width: 100%; }.software-shot { margin-top: 52px; border-radius: 9px; }.shot-bar { height: 38px; font-size: .58rem; }.outcomes { grid-template-columns: 1fr; }.outcomes article { min-height: 230px; border-right:0;border-bottom:1px solid var(--line)!important}.outcomes article:last-child{border-bottom:0!important}.steps,.version-cards { grid-template-columns: 1fr; }.steps article { min-height: 330px; }.detail-list div { grid-template-columns: 1fr; gap: 8px; }.hero-proof div { flex-direction: column; align-items: center; gap: 3px; }.eyebrow { line-height: 2.6; }.pricing-hero { padding-top: 82px; }.device-switch { width: 100%; }.device-switch button { min-width: 0; }.plan-card { min-height: 590px; padding: 28px 24px; }.sandbox-notice { grid-template-columns: 1fr; margin-inline: 22px; }.included-grid { grid-template-columns: 1fr; }
  .checkout-fields { grid-template-columns: 1fr; }.checkout-panel { padding: 22px; }
}
@media (max-width: 760px) {
  footer div { display: flex; grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } * { transition-duration:.01ms!important; } }
