:root {
  --ink: #071d29;
  --ink-2: #0b2a3a;
  --cyan: #27c7e8;
  --cyan-soft: #dff8fc;
  --gold: #c7a15b;
  --paper: #f5f3ee;
  --white: #ffffff;
  --muted: #61717a;
  --line: rgba(7, 29, 41, 0.14);
  --radius: 1.1rem;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 3rem), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--white); border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  color: var(--white);
  transition: background .25s ease, box-shadow .25s ease, color .25s ease;
}
.site-header.is-scrolled { background: rgba(245, 243, 238, .94); color: var(--ink); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
.nav-shell { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; flex-direction: column; line-height: 1; }
.brand-product { font-family: "Manrope", sans-serif; font-size: 1.45rem; font-weight: 700; letter-spacing: -.05em; }
.brand-product b { color: var(--cyan); }
.brand-parent { margin-top: .38rem; font-size: .64rem; text-transform: uppercase; letter-spacing: .18em; opacity: .62; }
.site-nav { display: flex; align-items: center; gap: 2rem; font-size: .9rem; font-weight: 600; }
.site-nav > a:not(.nav-cta) { position: relative; padding-block: .75rem; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .45rem; height: 1px; background: currentColor; transition: right .2s ease; }
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: .65rem; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; padding: .75rem 1.15rem; }
.is-scrolled .nav-cta { border-color: var(--line); }
.nav-toggle { display: none; border: 0; background: transparent; padding: .5rem; }
.nav-toggle span { display: block; width: 24px; height: 1px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-grid, .trial-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 92px 92px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-glow { position: absolute; width: 50rem; height: 50rem; right: -18rem; top: 4rem; border-radius: 50%; background: rgba(39,199,232,.16); filter: blur(70px); }
.hero-layout { position: relative; min-height: 820px; padding: 165px 0 120px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 3rem; }
.eyebrow, .section-kicker { margin: 0 0 1.5rem; color: var(--cyan); font-size: .72rem; line-height: 1; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .75rem; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin-top: 0; }
h1 { max-width: 700px; margin-bottom: 1.55rem; font-size: clamp(3.5rem, 6vw, 6.1rem); line-height: .98; letter-spacing: -.075em; }
h1 em { color: var(--cyan); font-style: normal; }
.hero-lede { max-width: 610px; margin: 0; color: rgba(255,255,255,.72); font-size: 1.1rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 1.65rem; margin-top: 2.4rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 54px; padding: .85rem 1.25rem; border-radius: 999px; font-size: .92rem; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--cyan); }
.button-primary:hover { background: #67dcf1; }
.text-link { display: inline-flex; gap: .7rem; font-size: .92rem; font-weight: 600; }
.hero-proof { display: flex; gap: 2.2rem; margin: 3.5rem 0 0; }
.hero-proof div { padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.2); }
.hero-proof dt { font-family: "Manrope", sans-serif; font-size: 1.7rem; font-weight: 700; }
.hero-proof dd { margin: .15rem 0 0; color: rgba(255,255,255,.54); font-size: .73rem; }
.hero-product { position: relative; min-width: 0; isolation: isolate; }
.hero-product::after { content: ""; position: absolute; z-index: -2; inset: 13% 8% 4%; border-radius: 50%; background: rgba(39,199,232,.14); filter: blur(40px); }
.hero-product img { position: relative; z-index: 2; width: 112%; max-width: none; margin-left: -5%; filter: drop-shadow(0 30px 32px rgba(0,0,0,.28)); }
.product-orbit { position: absolute; z-index: -1; border: 1px solid rgba(39,199,232,.26); border-radius: 50%; transform: rotate(-10deg); }
.orbit-one { inset: 7% -2% 2% 7%; }
.orbit-two { inset: 16% 7% 10% 15%; border-style: dashed; }
.product-label { position: absolute; z-index: 4; display: flex; align-items: center; gap: .5rem; padding: .65rem .85rem; color: var(--white); background: rgba(7,29,41,.76); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; backdrop-filter: blur(10px); font-size: .72rem; }
.product-label span { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(39,199,232,.13); }
.label-one { top: 19%; right: 0; }
.label-two { bottom: 21%; left: 1%; }
.hero-ribbon { position: relative; border-top: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.035); }
.ribbon-grid { min-height: 84px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.ribbon-grid span { position: relative; padding-left: 1.2rem; color: rgba(255,255,255,.66); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.ribbon-grid span::before { content: ""; position: absolute; width: 5px; height: 5px; left: 0; top: .35rem; background: var(--cyan); border-radius: 50%; }

.section { padding: 130px 0; }
.split-heading { display: grid; grid-template-columns: .35fr .65fr; gap: 3rem; align-items: start; }
.split-heading h2, .section-heading h2, .trial h2 { margin-bottom: 1.5rem; font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: 1.05; letter-spacing: -.06em; }
.split-heading > div > p { max-width: 760px; color: var(--muted); line-height: 1.8; font-size: 1.04rem; }
.process-panel { margin-top: 5rem; display: grid; grid-template-columns: .38fr .62fr; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.process-copy { padding: 3.5rem; }
.process-index { display: block; margin-bottom: 3rem; color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .14em; }
.process-copy h3 { margin-bottom: 1.1rem; font-size: 2rem; letter-spacing: -.04em; }
.process-copy p { color: var(--muted); line-height: 1.75; }
.feature-list, .check-list { list-style: none; padding: 0; margin: 2rem 0 0; }
.feature-list li, .check-list li { position: relative; padding: .7rem 0 .7rem 1.55rem; border-top: 1px solid var(--line); font-size: .9rem; }
.feature-list li::before, .check-list li::before { content: ""; position: absolute; left: 0; top: 1.05rem; width: 7px; height: 7px; border: 1px solid var(--cyan); border-radius: 50%; }
.process-visual { display: flex; flex-direction: column; justify-content: center; padding: 3rem; background: #eef3f4; }
.process-visual img { width: 100%; mix-blend-mode: multiply; }
.pressure-line { margin-top: 2rem; font-size: .67rem; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.pressure-line i { display: block; height: 2px; margin: .8rem 0; background: linear-gradient(90deg, var(--cyan) 0 28%, var(--gold) 28% 70%, var(--cyan) 70%); clip-path: polygon(0 0, 25% 0, 32% 100%, 65% 100%, 75% 0, 100% 0, 100% 100%, 0 100%); }
.pressure-line b { color: var(--gold); font-weight: 600; }

.applications { background: #ebe8e1; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 4rem; }
.section-heading h2 { margin-bottom: 0; }
.application-list { border-top: 1px solid var(--line); }
.application-item { display: grid; grid-template-columns: .13fr .31fr .37fr .19fr; gap: 2rem; align-items: center; min-height: 154px; border-bottom: 1px solid var(--line); }
.application-number { color: var(--muted); font-size: .75rem; }
.application-title { display: flex; align-items: center; gap: 1rem; }
.application-title h3 { margin: 0; font-size: 1.25rem; letter-spacing: -.03em; }
.application-mark { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .73rem; font-weight: 800; }
.application-mark.cyan { color: #058da9; }.application-mark.green { color: #4f8446; }.application-mark.violet { color: #875094; }.application-mark.gold { color: #a87b2e; }
.application-item > p { margin: 0; color: var(--muted); line-height: 1.6; font-size: .9rem; }
.application-type { color: var(--muted); font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.configurations { color: var(--white); background: var(--ink); }
.section-heading.light .section-kicker { color: var(--cyan); }
.configuration-shell { position: relative; }
.config-tabs { display: inline-flex; gap: .25rem; margin-bottom: 1.2rem; padding: .3rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; }
.config-tabs button { border: 0; color: rgba(255,255,255,.62); background: transparent; border-radius: 999px; padding: .75rem 1.15rem; cursor: pointer; font-size: .8rem; font-weight: 700; }
.config-tabs button[aria-selected="true"] { color: var(--ink); background: var(--cyan); }
.config-panel { display: none; grid-template-columns: 1.12fr .88fr; overflow: hidden; background: var(--white); color: var(--ink); border-radius: var(--radius); }
.config-panel.is-active { display: grid; }
.config-image { min-height: 480px; background: #dce6eb; }
.config-image img { width: 100%; height: 100%; object-fit: cover; }
.config-content { padding: clamp(2.5rem, 5vw, 5rem); }
.config-tag { margin: 0 0 1rem; color: #088eaa; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.config-content h3 { margin-bottom: 1rem; font-size: 2.5rem; letter-spacing: -.05em; }
.config-content > p:not(.config-tag) { color: var(--muted); line-height: 1.7; }

.faq { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.faq-heading { position: sticky; top: 130px; }
.faq-heading h2 { margin-bottom: 1.25rem; font-size: clamp(2.4rem, 4.3vw, 4rem); line-height: 1.08; letter-spacing: -.055em; }
.faq-heading > p:not(.section-kicker) { max-width: 430px; color: var(--muted); line-height: 1.75; }
.faq-link { margin-top: 1.5rem; color: #087e95; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.7rem 0; cursor: pointer; list-style: none; font-family: "Manrope", sans-serif; font-size: 1.05rem; font-weight: 700; letter-spacing: -.02em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; color: #087e95; border: 1px solid var(--line); border-radius: 50%; font-size: 1.1rem; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -.4rem 3.5rem 1.8rem 0; color: var(--muted); line-height: 1.75; }

.trial { position: relative; overflow: hidden; padding: 120px 0; color: var(--ink); background: var(--cyan); }
.trial-grid { opacity: .3; background-image: linear-gradient(rgba(7,29,41,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(7,29,41,.1) 1px, transparent 1px); mask-image: none; }
.trial-layout { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.trial .section-kicker { color: var(--ink); }
.trial h2 { margin: 0 0 1.6rem; }
.trial-intro > p:not(.section-kicker) { max-width: 480px; margin: 0; line-height: 1.75; }
.trial-points { list-style: none; margin: 3rem 0 0; padding: 0; border-top: 1px solid rgba(7,29,41,.18); }
.trial-points li { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(7,29,41,.18); font-size: .88rem; font-weight: 600; }
.trial-points span { color: rgba(7,29,41,.48); font-size: .7rem; letter-spacing: .1em; }
.trial-form { padding: clamp(1.5rem, 4vw, 3rem); background: var(--white); border-radius: var(--radius); box-shadow: 0 28px 80px rgba(7,29,41,.16); }
.form-honey { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.form-heading { display: flex; justify-content: space-between; gap: 1.5rem; align-items: baseline; margin-bottom: 2rem; }
.form-heading p { margin: 0; font-family: "Manrope", sans-serif; font-size: 1.35rem; font-weight: 700; letter-spacing: -.03em; }
.form-heading > span { color: var(--muted); font-size: .66rem; text-transform: uppercase; letter-spacing: .1em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-grid label { display: flex; flex-direction: column; gap: .55rem; }
.form-grid label > span { font-size: .72rem; font-weight: 700; }
.form-wide { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 50px; padding: .85rem 1rem; color: var(--ink); background: #f3f5f4; border: 1px solid transparent; border-radius: .45rem; outline: none; font: inherit; font-size: .88rem; transition: background .2s, border-color .2s, box-shadow .2s; }
.form-grid textarea { min-height: 110px; resize: vertical; }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #8a969b; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { background: var(--white); border-color: #0d9db8; box-shadow: 0 0 0 3px rgba(39,199,232,.16); }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 2rem; }
.form-footer p { max-width: 330px; margin: 0; color: var(--muted); font-size: .7rem; line-height: 1.5; }
.form-footer .button { border: 0; cursor: pointer; white-space: nowrap; }
.form-footer .button:disabled { cursor: wait; opacity: .68; transform: none; }
.form-status { min-height: 1.2rem; margin: 1rem 0 0; color: #087489; font-size: .75rem; font-weight: 600; }
.form-status.is-error { color: #a02d2d; }
.form-status.is-success { color: #087489; }
.button-light { background: var(--ink); color: var(--white); }

.site-footer { padding: 85px 0 24px; color: rgba(255,255,255,.72); background: #051722; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; padding-bottom: 5rem; }
.brand-footer { color: var(--white); }
.footer-brand > p { max-width: 420px; margin: 1.5rem 0 2.2rem; line-height: 1.7; }
.parent-company { display: flex; align-items: center; gap: 1rem; }
.parent-company > span { font-size: .64rem; text-transform: uppercase; letter-spacing: .12em; }
.parent-company a { display: block; }
.parent-company img { width: 168px; height: auto; }
.footer-links { display: grid; grid-template-columns: .7fr 1.3fr; gap: 3rem; }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: .9rem; }
.footer-links h3 { margin-bottom: .7rem; color: var(--white); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; }
.footer-links a { font-size: .9rem; transition: color .2s; }
.footer-links a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: .68rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero-layout { min-height: auto; grid-template-columns: 1fr; padding-top: 145px; }
  .hero-copy { position: relative; z-index: 3; }
  .hero-product { width: min(760px, 100%); margin: -2rem auto 0; }
  .split-heading, .process-panel, .config-panel.is-active, .faq-layout, .trial-layout, .footer-main { grid-template-columns: 1fr; }
  .split-heading { gap: 1.5rem; }
  .application-item { grid-template-columns: .1fr .4fr .5fr; padding: 2rem 0; }
  .application-type { grid-column: 2 / -1; }
  .config-image { min-height: 400px; }
  .faq-heading { position: static; }
  .footer-main { gap: 3.5rem; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 2rem), var(--container)); }
  .nav-shell { min-height: 72px; }
  .nav-toggle { display: block; position: relative; z-index: 3; color: inherit; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.25rem; padding: 5rem 2rem; color: var(--white); background: var(--ink); transform: translateX(100%); transition: transform .3s ease; }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav a { font-family: "Manrope", sans-serif; font-size: 1.65rem; }
  .site-nav .nav-cta { margin-top: 1rem; font-size: 1rem; }
  .hero-layout { padding: 128px 0 75px; gap: 2.5rem; }
  h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .hero-proof { gap: 1rem; justify-content: space-between; }
  .hero-proof div { padding-left: .65rem; }
  .label-one { top: 12%; }.label-two { bottom: 12%; }
  .ribbon-grid { grid-template-columns: 1fr 1fr; gap: 1.2rem; padding: 1.4rem 0; }
  .section { padding: 90px 0; }
  .process-panel { margin-top: 3rem; }
  .process-copy, .process-visual { padding: 2rem; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 2.5rem; }
  .application-item { grid-template-columns: 40px 1fr; gap: 1rem; }
  .application-title, .application-item > p, .application-type { grid-column: 2; }
  .application-item > p { margin-top: -.5rem; }
  .config-image { min-height: 300px; }
  .config-content { padding: 2rem; }
  .trial { padding: 90px 0; }
  .trial-layout { gap: 2rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .form-heading, .form-footer { align-items: flex-start; flex-direction: column; }
  .footer-main { padding-bottom: 3rem; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: .45rem; }
}

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