:root {
  --ink: #071d38;
  --ink-soft: #183653;
  --blue: #0054a5;
  --lime: #8bc53f;
  --lime-bright: #a7ed4b;
  --surface: #f4f7f7;
  --surface-warm: #edf3f1;
  --line: #d7e0e1;
  --muted: #647587;
  --white: #fbfdfc;
  --shadow: 0 22px 70px rgba(11, 39, 60, .11);
  --display: "Manrope", "Avenir Next", sans-serif;
  --body: "DM Sans", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 64px)); margin: 0 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; }

.topline { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #d9e7e8; background: var(--ink); font-size: 11px; letter-spacing: .03em; }
.topline a { color: var(--lime-bright); margin-left: 24px; font-weight: 700; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lime-bright); box-shadow: 0 0 0 4px rgba(167,237,75,.12); }
.topline-separator { width: 1px; height: 12px; background: rgba(255,255,255,.22); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(251,253,252,.92); border-bottom: 1px solid rgba(215,224,225,.84); backdrop-filter: blur(18px); }
.header-inner { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; width: 150px; }
.brand img { display: block; width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; margin-right: 12px; }
.desktop-nav a, .client-link { color: var(--ink-soft); font-size: 13px; font-weight: 600; transition: color .2s ease; }
.desktop-nav a:hover, .client-link:hover { color: var(--blue); }
.client-link { margin-right: 2px; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 16px; line-height: 0; }
.button-small { min-height: 41px; padding: 0 16px; }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--blue); }
.button-lime { color: var(--ink); background: var(--lime-bright); }
.button-lime:hover { background: var(--lime); }
.button-outline { color: var(--ink); background: transparent; border-color: #b9c9cc; }
.button-outline:hover { color: var(--blue); border-color: var(--blue); }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.hero:before { content: ""; position: absolute; inset: 0; opacity: .45; background: radial-gradient(circle at 82% 35%, rgba(0,84,165,.78), transparent 32%), radial-gradient(circle at 12% 90%, rgba(139,197,63,.13), transparent 32%); }
.hero-grid { position: relative; min-height: 588px; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr); align-items: center; gap: 30px; }
.hero-copy { position: relative; z-index: 1; max-width: 630px; padding: 82px 0 106px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow-light { color: #a4c5ce; }
.eyebrow-mark { width: 22px; height: 2px; display: inline-block; background: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
h1 { max-width: 700px; margin: 24px 0 24px; font-size: clamp(48px, 6vw, 76px); line-height: .99; letter-spacing: -.065em; }
h1 em { color: var(--lime-bright); font-style: normal; }
.hero-lead { max-width: 550px; color: #bdd0d9; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: var(--blue); font-size: 12px; font-weight: 700; }
.text-link:hover { color: var(--ink); }
.text-link-light { color: #e4f0ee; }
.text-link-light:hover { color: var(--lime-bright); }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 29px; color: #94adba; font-size: 11px; }
.checkmark { width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; color: var(--ink); border-radius: 50%; background: var(--lime-bright); font-size: 11px; font-weight: 700; }
.hero-bottom-rule { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(139,197,63,.65), transparent); }

.hero-visual { position: relative; height: 480px; min-height: 420px; }
.orbital { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(152,211,217,.22); border-radius: 50%; transform: translate(-50%, -50%) rotate(-24deg); }
.orbital-one { width: 430px; height: 230px; }
.orbital-two { width: 470px; height: 280px; transform: translate(-50%, -50%) rotate(28deg); }
.orbital-three { width: 320px; height: 420px; border-color: rgba(139,197,63,.22); transform: translate(-50%, -50%) rotate(64deg); }
.signal-core { position: absolute; left: 50%; top: 50%; width: 126px; height: 126px; display: flex; align-items: center; justify-content: center; flex-direction: column; color: var(--ink); border-radius: 50%; background: var(--lime-bright); box-shadow: 0 0 0 12px rgba(139,197,63,.08), 0 0 70px rgba(139,197,63,.3); transform: translate(-50%, -50%); }
.signal-core span { font-family: var(--display); font-size: 38px; font-weight: 800; letter-spacing: -.1em; }
.signal-core small { margin-top: -3px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.network-node { position: absolute; width: 13px; height: 13px; border: 3px solid var(--ink); border-radius: 50%; background: #b7e9f0; box-shadow: 0 0 0 5px rgba(183,233,240,.12); }
.node-a { left: 16%; top: 23%; }.node-b { right: 12%; top: 32%; }.node-c { left: 21%; bottom: 25%; }.node-d { right: 18%; bottom: 18%; background: var(--lime-bright); }
.network-line { position: absolute; height: 1px; transform-origin: left center; background: linear-gradient(90deg, rgba(183,233,240,.7), transparent); }
.line-a { width: 160px; left: 20%; top: 31%; transform: rotate(19deg); }.line-b { width: 170px; right: 18%; top: 37%; transform: rotate(157deg); }.line-c { width: 150px; left: 24%; bottom: 31%; transform: rotate(-21deg); }.line-d { width: 160px; right: 24%; bottom: 25%; transform: rotate(151deg); }
.visual-label { position: absolute; padding: 10px 13px; color: #d7e9e8; border: 1px solid rgba(215,233,232,.2); background: rgba(7,29,56,.57); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.label-top { top: 11%; right: 11%; }.label-bottom { bottom: 11%; left: 10%; }.label-bottom strong { color: var(--lime-bright); }.tiny-signal { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--lime-bright); }

.availability-wrap { position: relative; z-index: 3; margin-top: -68px; }
.availability-card { display: grid; grid-template-columns: .9fr 1.35fr; gap: 42px; align-items: center; padding: 30px 34px; border: 1px solid rgba(215,224,225,.86); background: rgba(251,253,252,.96); box-shadow: var(--shadow); }
.availability-intro h2 { margin: 10px 0 8px; font-size: 27px; letter-spacing: -.04em; }.availability-intro p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.availability-form { display: grid; grid-template-columns: 1fr .72fr auto; gap: 10px; align-items: end; }
.availability-form label { display: grid; gap: 7px; }.availability-form label span { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }.availability-form input { width: 100%; height: 48px; padding: 0 15px; color: var(--ink); border: 1px solid var(--line); outline: none; background: var(--surface); }.availability-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,84,165,.1); }.form-feedback { grid-column: 1 / -1; min-height: 16px; margin: 2px 0 -4px; color: var(--blue); font-size: 11px; }

.proof-strip { border-bottom: 1px solid var(--line); background: var(--surface-warm); }.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }.proof-item { display: flex; align-items: baseline; gap: 9px; padding: 24px 16px; border-right: 1px solid var(--line); }.proof-item:first-child { padding-left: 0; }.proof-item:last-child { border-right: 0; }.proof-item strong { font-family: var(--display); font-size: 26px; letter-spacing: -.06em; }.proof-item span { color: var(--muted); font-size: 11px; line-height: 1.25; }

.section { padding: 120px 0; }.section-heading { margin-bottom: 50px; }.heading-with-aside { display: flex; justify-content: space-between; gap: 45px; align-items: end; }.section-heading h2, .process-header h2, .technology-copy h2, .business-bridge h2 { max-width: 630px; margin: 16px 0 0; font-size: clamp(35px, 4vw, 52px); line-height: 1.03; letter-spacing: -.06em; }.heading-with-aside > p { max-width: 310px; margin-bottom: 5px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; align-items: stretch; }.plan-card { position: relative; display: flex; flex-direction: column; min-height: 485px; padding: 28px; border: 1px solid var(--line); background: var(--white); }.plan-card-featured { color: var(--white); border-color: var(--blue); background: var(--blue); box-shadow: 0 24px 65px rgba(0,84,165,.22); transform: translateY(-18px); }.plan-top { display: flex; justify-content: space-between; align-items: center; min-height: 22px; }.plan-index { color: #9caeb4; font-size: 11px; font-weight: 700; }.plan-card-featured .plan-index { color: #a7c9e5; }.plan-use, .plan-badge { padding: 5px 8px; border: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }.plan-card-featured .plan-badge { color: var(--ink); border-color: var(--lime-bright); background: var(--lime-bright); }.plan-card h3 { margin: 38px 0 8px; font-size: 62px; line-height: .9; letter-spacing: -.09em; }.plan-card h3 small { font-family: var(--body); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }.plan-description { min-height: 43px; color: var(--muted); font-size: 13px; line-height: 1.5; }.plan-card-featured .plan-description { color: #c5dbea; }.plan-price { display: flex; align-items: flex-start; margin: 27px 0 24px; }.plan-price sup { margin: 8px 5px 0 0; font-size: 13px; font-weight: 700; }.plan-price strong { font-family: var(--display); font-size: 46px; line-height: .83; letter-spacing: -.08em; }.plan-price > span { padding-left: 4px; font-size: 17px; font-weight: 700; line-height: .95; }.plan-price small { color: var(--muted); font-size: 10px; font-weight: 500; }.plan-card-featured .plan-price small { color: #c5dbea; }.plan-card ul { display: grid; gap: 11px; margin: 0 0 28px; padding: 0; list-style: none; }.plan-card li { position: relative; padding-left: 19px; color: var(--ink-soft); font-size: 12px; line-height: 1.35; }.plan-card-featured li { color: #dcebf3; }.plan-card li:before { content: "✓"; position: absolute; left: 0; color: var(--lime); font-weight: 700; }.plan-card .button { width: 100%; margin-top: auto; }.plans-footnote { margin: 22px 0 0; color: #8a9aa2; font-size: 10px; }

.technology-section { background: var(--white); }.technology-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }.technology-copy h2 { margin-bottom: 26px; }.technology-copy > p { max-width: 460px; margin-bottom: 30px; color: var(--muted); font-size: 14px; line-height: 1.75; }.feature-list { border-top: 1px solid var(--line); }.feature-row { display: grid; grid-template-columns: 45px 1fr 24px; gap: 18px; align-items: start; padding: 23px 0; border-bottom: 1px solid var(--line); }.feature-number { color: var(--lime); font-family: var(--display); font-size: 12px; font-weight: 800; }.feature-row h3 { margin: 0 0 6px; font-size: 17px; letter-spacing: -.035em; }.feature-row p { max-width: 450px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }.feature-arrow { color: var(--blue); font-size: 18px; }

.process-section { color: var(--white); background: var(--ink); }.process-header { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 66px; }.process-header h2 { color: var(--white); }.process-header p { max-width: 220px; margin: 0 0 3px; color: #a8bdc7; font-size: 13px; line-height: 1.5; }.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }.process-grid article { min-height: 190px; padding: 26px 32px 20px 0; border-top: 1px solid rgba(205,230,229,.2); border-right: 1px solid rgba(205,230,229,.2); }.process-grid article:not(:first-child) { padding-left: 32px; }.process-grid article:last-child { border-right: 0; }.process-grid article > span { color: var(--lime-bright); font-family: var(--display); font-size: 12px; font-weight: 800; }.process-grid h3 { margin: 33px 0 9px; color: var(--white); font-size: 25px; letter-spacing: -.05em; }.process-grid p { max-width: 260px; margin: 0; color: #a8bdc7; font-size: 12px; line-height: 1.55; }

.business-bridge { padding: 78px 0; background: var(--lime-bright); }.business-bridge-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }.business-bridge h2 { margin-top: 14px; font-size: clamp(31px, 4vw, 48px); }.business-bridge p { max-width: 470px; margin: 18px 0 0; color: #2f551e; font-size: 14px; line-height: 1.6; }
.site-footer { color: #bdcbd1; background: #061a31; }.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 50px; padding: 64px 0 52px; }.brand-footer { width: 145px; padding: 10px; background: var(--white); }.footer-brand p { max-width: 170px; margin: 19px 0 0; color: #8fa7b2; font-size: 12px; line-height: 1.5; }.footer-col { display: grid; align-content: start; gap: 12px; font-size: 12px; }.footer-col > span { margin-bottom: 5px; color: var(--white); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }.footer-col a:hover { color: var(--lime-bright); }.footer-address p { margin: 0; color: #8fa7b2; line-height: 1.6; }.footer-address a { color: var(--lime-bright); font-weight: 700; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 24px; border-top: 1px solid rgba(215,233,232,.14); color: #718b98; font-size: 10px; }

@media (max-width: 980px) {
  .shell { width: min(100% - 40px, 760px); }
  .desktop-nav, .client-link, .header-actions > .button { display: none; }
  .menu-toggle { display: flex; width: 38px; height: 38px; align-items: center; justify-content: center; flex-direction: column; gap: 4px; border: 0; background: transparent; }.menu-toggle span:not(.sr-only) { width: 20px; height: 2px; background: var(--ink); }.mobile-menu { display: grid; grid-template-rows: 0fr; overflow: hidden; transition: grid-template-rows .3s ease; border-top: 0 solid var(--line); }.mobile-menu > * { min-height: 0; padding: 0 20px; opacity: 0; }.mobile-menu.is-open { grid-template-rows: 1fr; padding: 10px 0 18px; border-top-width: 1px; }.mobile-menu.is-open > * { padding-top: 12px; padding-bottom: 12px; opacity: 1; }.mobile-menu a { font-size: 13px; font-weight: 700; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }.hero-copy { padding: 84px 0 60px; }.hero-visual { height: 320px; min-height: 320px; margin: -10px 0 34px; }.availability-card { grid-template-columns: 1fr; gap: 25px; }.availability-form { grid-template-columns: 1fr 1fr; }.availability-form .button { grid-column: 1 / -1; }
  .plans-grid { grid-template-columns: 1fr; max-width: 510px; margin: 0 auto; }.plan-card-featured { transform: none; order: -1; }.technology-grid { grid-template-columns: 1fr; gap: 52px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.business-bridge-inner, .process-header, .heading-with-aside { display: block; }.business-bridge-inner .button { margin-top: 28px; }.process-header p, .heading-with-aside > p { margin-top: 18px; }.process-header { margin-bottom: 40px; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 32px); }.topline { justify-content: flex-start; padding: 8px 16px; gap: 7px; font-size: 9px; white-space: nowrap; overflow: hidden; }.topline-separator, .topline > span:nth-of-type(3) { display: none; }.topline a { margin-left: auto; }.header-inner { min-height: 68px; }.brand { width: 125px; }
  h1 { font-size: clamp(43px, 13vw, 62px); }.hero-copy { padding: 66px 0 32px; }.hero-lead { font-size: 15px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }.hero-actions .button { width: 100%; }.hero-visual { height: 255px; min-height: 255px; }.orbital-one { width: 320px; height: 170px; }.orbital-two { width: 350px; height: 200px; }.orbital-three { width: 230px; height: 320px; }.signal-core { width: 96px; height: 96px; }.signal-core span { font-size: 30px; }.node-a { left: 4%; }.node-b { right: 2%; }.node-c { left: 6%; }.node-d { right: 7%; }.label-top { top: 3%; right: 2%; }.label-bottom { bottom: 2%; left: 2%; }
  .availability-wrap { margin-top: -25px; }.availability-card { padding: 25px 20px; }.availability-form { grid-template-columns: 1fr; }.availability-form .button { grid-column: auto; width: 100%; }.proof-grid { grid-template-columns: 1fr 1fr; }.proof-item, .proof-item:first-child { padding: 17px 8px; }.proof-item:nth-child(2) { border-right: 0; }.proof-item strong { font-size: 20px; }.proof-item span { font-size: 9px; }.section { padding: 82px 0; }.section-heading h2, .process-header h2, .technology-copy h2, .business-bridge h2 { font-size: 37px; }.plans-section .section-heading { margin-bottom: 30px; }.plan-card { min-height: 0; padding: 24px; }.plan-card h3 { margin-top: 30px; font-size: 55px; }.feature-row { grid-template-columns: 30px 1fr; gap: 12px; }.feature-arrow { display: none; }.process-grid { grid-template-columns: 1fr; }.process-grid article, .process-grid article:not(:first-child) { min-height: 0; padding: 22px 0 28px; border-right: 0; }.process-grid h3 { margin-top: 20px; }.business-bridge { padding: 61px 0; }.business-bridge-inner .button { width: 100%; }.footer-grid { grid-template-columns: 1fr; gap: 34px; padding: 50px 0 39px; }.footer-brand { grid-column: auto; }.footer-bottom { align-items: flex-start; flex-direction: column; }
}

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