:root {
  color-scheme: dark;
  --navy: #061525;
  --navy-2: #091c2d;
  --navy-3: #0d263a;
  --surface: #0d2235;
  --surface-light: #112b40;
  --border: rgba(135, 177, 205, .18);
  --border-bright: rgba(35, 183, 255, .42);
  --text: #eff8ff;
  --muted: #9bb3c4;
  --cyan: #23b7ff;
  --green: #53e0aa;
  --red: #ff8d8d;
  --purple: #a78bfa;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--navy); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { position: relative; padding: 92px 0; }
.section-alt { border-block: 1px solid var(--border); background: rgba(13, 34, 53, .58); }

.site-header { position: fixed; z-index: 50; top: 0; width: 100%; border-bottom: 1px solid var(--border); background: rgba(6, 21, 37, .9); backdrop-filter: blur(18px); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-logo { display: block; width: 188px; height: auto; }
.brand-product { padding: 5px 8px 4px; border: 1px solid var(--border-bright); border-radius: 6px; color: var(--cyan); font-size: 9px; font-weight: 850; letter-spacing: .14em; line-height: 1; text-transform: uppercase; }
.nav-links { display: flex; gap: 28px; color: var(--muted); font-size: 13px; font-weight: 650; }
.nav-links a:hover { color: var(--text); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 10px; background: linear-gradient(100deg, #3db8ff, #70dbe9); color: #041522; font-size: 14px; font-weight: 820; box-shadow: 0 12px 30px rgba(35, 183, 255, .13); }
.button:hover { filter: brightness(1.08); }
.button-small { min-height: 42px; padding-inline: 17px; font-size: 12px; }
.button-secondary { border-color: var(--border); background: rgba(13, 34, 53, .72); color: var(--text); box-shadow: none; }

h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(45px, 5.2vw, 72px); line-height: 1.02; letter-spacing: -.05em; }
h1 span { background: linear-gradient(90deg, var(--cyan), #75e3ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
h2 { margin-bottom: 20px; font-size: clamp(34px, 3.7vw, 50px); line-height: 1.08; letter-spacing: -.04em; }
h3 { margin-bottom: 10px; line-height: 1.24; }
.lead, .hero-lead { color: var(--muted); font-size: 18px; line-height: 1.72; }
.hero-lead { max-width: 700px; font-size: 20px; }
.section-label, .panel-label { margin-bottom: 14px; color: var(--cyan); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.centered-heading { max-width: 820px; text-align: center; }
.centered-heading > p:last-child, .split-heading > p, .pricing-intro > p { color: var(--muted); font-size: 17px; line-height: 1.72; }
.narrow { max-width: 780px; }
.split-heading, .pricing-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 74px; align-items: end; }

.hero { min-height: 750px; display: flex; align-items: center; padding-top: 144px; overflow: hidden; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 76px; align-items: center; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; }
.hero-glow-one { width: 430px; height: 430px; top: 10%; right: 6%; background: rgba(35, 183, 255, .09); }
.hero-glow-two { width: 320px; height: 320px; bottom: -12%; left: 2%; background: rgba(56, 121, 255, .07); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 28px; padding: 7px 12px; border: 1px solid var(--border-bright); border-radius: 999px; background: rgba(35, 183, 255, .07); color: #77d4ff; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px rgba(83, 224, 170, .8); }
.dual-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.action-path { display: flex; flex-direction: column; gap: 7px; }
.action-path small { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.qualification { max-width: 690px; margin: 21px 0 0; color: var(--muted); font-size: 13px; }
.hero-media { margin: 0; }
.hero-media-frame { position: relative; overflow: hidden; aspect-ratio: 3 / 2; border: 1px solid var(--border-bright); border-radius: 24px; background: var(--surface); box-shadow: 0 34px 100px rgba(0, 0, 0, .36), 0 0 75px rgba(35, 183, 255, .08); }
.hero-media-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4, 17, 29, .28), transparent 42%, rgba(4, 17, 29, .9)); pointer-events: none; }
.hero-media-frame > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-media-top, .hero-media-caption { position: absolute; z-index: 2; left: 18px; right: 18px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.hero-media-top { top: 17px; }
.hero-media-top span, .hero-media-top strong { padding: 7px 10px; border: 1px solid rgba(255, 255, 255, .17); border-radius: 999px; background: rgba(4, 17, 29, .75); backdrop-filter: blur(12px); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.hero-media-top strong { border-color: rgba(35, 183, 255, .5); color: var(--cyan); }
.hero-media-caption { bottom: 19px; display: grid; justify-content: stretch; }
.hero-media-caption span { color: #bfe9ff; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-media-caption span i, .pod-media-frame > span i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(83, 224, 170, .75); }
.hero-media-caption strong { max-width: 410px; font-size: 17px; line-height: 1.35; }
.hero-media > figcaption, .pod-media > figcaption { margin-top: 12px; color: #718c9d; font-size: 9px; letter-spacing: .08em; text-align: center; text-transform: uppercase; }

.workflow-band { border-block: 1px solid var(--border); background: #081a2a; }
.visual-flow { display: grid; grid-template-columns: minmax(260px, 1fr) 120px minmax(300px, 1.1fr); justify-content: center; align-items: center; gap: 18px; margin-top: 48px; }
.workflow-shot { position: relative; overflow: hidden; margin: 0; aspect-ratio: 3 / 2; border: 1px solid var(--border-bright); border-radius: 19px; background: var(--surface); box-shadow: 0 20px 60px rgba(0, 0, 0, .28); }
.workflow-shot::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(4, 17, 29, .94)); }
.workflow-shot > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.workflow-shot > figcaption { position: absolute; z-index: 2; left: 15px; right: 15px; bottom: 14px; display: grid; gap: 2px; }
.workflow-shot > figcaption span { color: var(--cyan); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.workflow-shot > figcaption strong { font-size: 15px; }
.workflow-shot-alert::after { display: none; }
.workflow-shot-alert > img { object-fit: contain; background: #02080d; }
.workflow-shot-alert > figcaption { left: auto; right: 15px; top: 14px; bottom: auto; text-align: right; }
.flow-connector { display: grid; place-items: center; gap: 10px; }
.flow-connector span { padding: 8px 14px; border-radius: 8px; background: var(--cyan); color: var(--navy); font-size: 12px; font-weight: 850; }
.flow-connector i { color: var(--cyan); font-size: 30px; font-style: normal; }

.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 46px; }
.comparison-card { padding: 34px; border: 1px solid var(--border); border-radius: 21px; background: var(--surface); }
.comparison-card h3 { max-width: 430px; font-size: 25px; }
.comparison-label { margin-bottom: 18px; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.before-card { background: linear-gradient(145deg, rgba(55, 30, 38, .48), rgba(13, 34, 53, .92)); }.before-card .comparison-label { color: #efacac; }
.after-card { border-color: rgba(83, 224, 170, .35); background: linear-gradient(145deg, rgba(13, 67, 57, .4), rgba(13, 34, 53, .92)); }.after-card .comparison-label { color: var(--green); }
.comparison-card ol { margin: 28px 0 0; padding: 0; list-style: none; counter-reset: steps; }
.comparison-card li { position: relative; margin: 15px 0; padding: 12px 14px 12px 46px; border: 1px solid var(--border); border-radius: 10px; background: rgba(6, 21, 37, .4); color: #d3e5ee; font-size: 14px; counter-increment: steps; }
.comparison-card li::before { content: counter(steps); position: absolute; left: 14px; top: 11px; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: rgba(35, 183, 255, .1); color: var(--cyan); font-size: 9px; font-weight: 850; }

.benefits-section { border-top: 1px solid var(--border); }
.benefits-grid, .simple-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.benefits-grid article, .simple-facts article { min-height: 225px; padding: 29px; border: 1px solid var(--border); border-radius: 18px; background: linear-gradient(145deg, rgba(17, 43, 64, .9), rgba(10, 29, 46, .9)); }
.benefits-grid article > span { display: block; margin-bottom: 43px; color: rgba(35, 183, 255, .58); font: 800 12px ui-monospace, monospace; }
.benefits-grid h3, .simple-facts h3 { font-size: 19px; }
.benefits-grid p, .simple-facts p { margin: 0; color: var(--muted); font-size: 14px; }

.pricing-section { overflow: hidden; border-block: 1px solid var(--border); background: linear-gradient(145deg, #071827, #0b2133); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 47px; }
.price-card { position: relative; padding: 31px; border: 1px solid var(--border); border-radius: 20px; background: linear-gradient(150deg, var(--surface-light), var(--surface)); }
.price-card.featured { border-color: var(--border-bright); box-shadow: 0 22px 64px rgba(35, 183, 255, .1); }
.featured-label { position: absolute; top: 0; right: 20px; transform: translateY(-50%); padding: 6px 10px; border-radius: 999px; background: var(--cyan); color: var(--navy); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.price-card > p:first-of-type { margin-bottom: 27px; color: #cfe2ec; font-weight: 750; }
.price { display: flex; align-items: center; gap: 13px; }
.price strong { font-size: 48px; line-height: 1; letter-spacing: -.045em; }
.price span { color: var(--muted); font-size: 12px; line-height: 1.35; }
.price-note { margin: 25px 0 0; padding-top: 19px; border-top: 1px solid var(--border); color: var(--muted); font-size: 12px; }
.example-card { margin-top: 28px; padding: 38px; border: 1px solid rgba(76, 201, 255, .6); border-radius: 22px; background: linear-gradient(135deg, rgba(35, 183, 255, .14), rgba(35, 183, 255, .035)); box-shadow: 0 25px 70px rgba(0, 0, 0, .22); }
.example-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.example-title p { margin-bottom: 5px; }.example-title h3 { margin: 0; font-size: 27px; }
.example-equation { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; gap: 12px; margin-top: 28px; }
.example-equation > div { display: grid; gap: 8px; padding: 18px; border: 1px solid var(--border); border-radius: 12px; background: rgba(6, 21, 37, .46); }
.example-equation span { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.example-equation strong { font-size: 17px; }
.example-equation > b { align-self: center; color: var(--muted); font-size: 21px; }
.example-equation .example-total { border-color: var(--cyan); background: rgba(35, 183, 255, .09); }
.example-equation .example-total strong { color: var(--cyan); font-size: 22px; }
.example-card > p { margin: 24px 0 0; padding-top: 19px; border-top: 1px solid var(--border); color: var(--muted); font-size: 13px; }

.pod-grid, .compatibility-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 78px; align-items: center; }
.pod-media { margin: 0; }
.pod-media-frame { position: relative; overflow: hidden; aspect-ratio: 3 / 2; border: 1px solid var(--border-bright); border-radius: 24px; background: var(--surface); box-shadow: 0 26px 70px rgba(0, 0, 0, .3); }
.pod-media-frame::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(4, 17, 29, .86)); }
.pod-media-frame > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.pod-media-frame > span { position: absolute; z-index: 2; left: 17px; bottom: 16px; padding: 7px 10px; border: 1px solid rgba(255, 255, 255, .17); border-radius: 999px; background: rgba(4, 17, 29, .72); color: #dff4ff; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(12px); }
.check-list { margin: 26px 0 0; padding: 0; list-style: none; }.check-list li { position: relative; margin: 13px 0; padding-left: 28px; color: #d5e6ef; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: rgba(83, 224, 170, .1); color: var(--green); font-size: 11px; font-weight: 900; }
.compact-list li { font-size: 14px; }

.connectivity-section { border-top: 1px solid var(--border); }.connectivity-grid article > span { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 35px; border: 1px solid var(--border-bright); border-radius: 11px; background: rgba(35, 183, 255, .08); color: var(--cyan); font: 400 21px sans-serif; }
.simple-facts article { min-height: 190px; }
.details-wrap { margin-top: 18px; }
.technical-details { border: 1px solid var(--border); border-radius: 13px; background: rgba(13, 34, 53, .72); }
.technical-details summary { position: relative; padding: 17px 48px 17px 19px; color: #cce2ed; font-size: 13px; font-weight: 750; cursor: pointer; list-style: none; }
.technical-details summary::-webkit-details-marker { display: none; }
.technical-details summary::after { content: "+"; position: absolute; right: 18px; top: 12px; color: var(--cyan); font-size: 22px; font-weight: 400; }
.technical-details[open] summary::after { content: "−"; }
.technical-details > div { padding: 0 19px 17px; border-top: 1px solid var(--border); }
.technical-details > div p { margin: 14px 0 0; color: var(--muted); font-size: 13px; line-height: 1.72; }
.pod-grid .technical-details { margin-top: 24px; }

.compatibility-panel { padding: 29px; border: 1px solid var(--border); border-radius: 20px; background: var(--surface); }
.compat-check { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--border); }
.compat-check > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; background: rgba(35, 183, 255, .09); color: var(--cyan); font: 800 9px ui-monospace, monospace; }
.compat-check p { margin: 0; color: var(--muted); font-size: 12px; }.compat-check strong { display: block; margin-bottom: 2px; color: var(--text); font-size: 13px; }
.compatibility-panel .technical-details { margin-top: 18px; }

.ecosystem-section { border-top: 1px solid var(--border); background: #081a2a; }
.roles { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 17px; align-items: center; margin-top: 46px; }
.roles article { min-height: 205px; padding: 27px; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); }
.roles article > span { color: var(--cyan); font: 800 11px ui-monospace, monospace; }.roles article h3 { margin-top: 35px; font-size: 20px; }.roles article p { margin: 0; color: var(--muted); font-size: 13px; }
.role-arrow { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--cyan); color: var(--navy); font-weight: 900; }
.fail-open { max-width: 900px; display: flex; align-items: center; gap: 20px; margin: 42px auto 0; padding: 19px 23px; border: 1px solid rgba(83, 224, 170, .27); border-radius: 13px; background: rgba(83, 224, 170, .05); }
.fail-open strong { flex: 0 0 auto; color: var(--green); }.fail-open span { color: var(--muted); font-size: 13px; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 82px; align-items: start; }.faq-grid > div:first-child { position: sticky; top: 120px; }
.faq-list { display: grid; gap: 11px; }.faq-list details { border: 1px solid var(--border); border-radius: 13px; background: var(--surface); }
.faq-list summary { position: relative; padding: 19px 48px 19px 20px; font-size: 15px; font-weight: 750; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; right: 19px; top: 13px; color: var(--cyan); font-size: 25px; font-weight: 400; }.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0; padding: 0 20px 19px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.final-cta { padding-top: 22px; }.cta-card { position: relative; overflow: hidden; padding: 70px 40px; border: 1px solid var(--border-bright); border-radius: 27px; background: linear-gradient(145deg, #0f2b40, #081a29); text-align: center; }
.cta-glow { position: absolute; inset: -130px 15% auto; height: 310px; border-radius: 50%; background: rgba(35, 183, 255, .16); filter: blur(80px); }.cta-content { position: relative; z-index: 2; max-width: 800px; margin: auto; }.cta-content > p:not(.section-label) { color: var(--muted); font-size: 17px; }.cta-actions { justify-content: center; margin-top: 29px; text-align: left; }

.footer { padding: 56px 0 27px; border-top: 1px solid var(--border); background: #04111d; }.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }.footer-grid p { max-width: 420px; margin: 17px 0 0; color: var(--muted); font-size: 13px; }.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 27px; align-content: start; color: var(--muted); font-size: 13px; }.footer-links a:hover { color: var(--cyan); }.footer-bottom { display: flex; justify-content: space-between; gap: 28px; margin-top: 43px; padding-top: 23px; border-top: 1px solid var(--border); color: #718b9d; font-size: 10px; }

.error-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 50% 20%, rgba(35, 183, 255, .12), transparent 36%), var(--navy); }.error-card { width: min(100%, 680px); padding: 48px; border: 1px solid var(--border); border-radius: 24px; background: var(--surface); text-align: center; }.error-card .brand { justify-content: center; }.error-code { margin: 50px 0 8px; color: var(--cyan); font: 850 13px ui-monospace, monospace; letter-spacing: .18em; }.error-card h1 { margin-bottom: 16px; font-size: 44px; }.error-card > p:not(.error-code) { color: var(--muted); }.error-card .hero-actions { display: flex; justify-content: center; gap: 12px; margin-top: 30px; }

@media (max-width: 1050px) {
  .nav-links { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero-copy { max-width: 850px; }
  .hero-media { max-width: 760px; }
  .visual-flow { grid-template-columns: minmax(230px, 1fr) 100px minmax(280px, 1.1fr); }
  .pod-grid { gap: 45px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .section { padding: 72px 0; }
  .nav { min-height: 66px; }.nav .button { display: none; }.brand { gap: 9px; }.brand-logo { width: 145px; }.brand-product { padding-inline: 6px; font-size: 8px; }
  .hero { padding-top: 112px; padding-bottom: 66px; }.hero-grid { gap: 42px; }h1 { font-size: clamp(41px, 12.8vw, 57px); }h2 { font-size: 33px; }.hero-lead { font-size: 17px; }.dual-actions { flex-direction: column; }.action-path .button { width: 100%; }.hero-media-caption strong { font-size: 14px; }
  .visual-flow { grid-template-columns: 1fr; max-width: 520px; }.flow-connector { padding: 5px; }.flow-connector i { transform: rotate(90deg); }
  .split-heading, .pricing-intro, .comparison-grid, .benefits-grid, .simple-facts, .pricing-grid, .pod-grid, .compatibility-grid, .faq-grid, .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .benefits-grid, .simple-facts, .pricing-grid { gap: 14px; margin-top: 37px; }.benefits-grid article, .simple-facts article { min-height: 0; }.benefits-grid article > span { margin-bottom: 28px; }
  .comparison-card { padding: 26px 20px; }.comparison-card h3 { font-size: 22px; }
  .example-card { padding: 26px 20px; }.example-title { display: block; }.example-title h3 { font-size: 24px; }.example-equation { grid-template-columns: 1fr; }.example-equation > b { justify-self: center; margin: -5px; }
  .pod-media { order: 2; }
  .roles { grid-template-columns: 1fr; }.role-arrow { margin: -7px auto; transform: rotate(90deg); }.roles article { min-height: 0; }.roles article h3 { margin-top: 25px; }.fail-open { align-items: flex-start; flex-direction: column; gap: 7px; }
  .faq-grid > div:first-child { position: static; }.cta-card { padding: 53px 20px; }.cta-actions { text-align: left; }
  .footer-links { grid-template-columns: 1fr; }.footer-bottom { flex-direction: column; gap: 9px; }.error-card { padding: 36px 22px; }
}

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