:root {
  --navy: #081c2c;
  --navy-2: #0d2a3e;
  --ink: #102634;
  --muted: #60727d;
  --mint: #54d5ad;
  --mint-dark: #08795f;
  --cream: #f5f3ed;
  --white: #fff;
  --line: #dce3e4;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
img, svg { display: block; }
.shell { width: 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; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 10px 16px; color: var(--navy); background: var(--mint); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); }
.header-inner { height: 94px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1; }
.brand-mark { width: 42px; height: 42px; padding: 8px; border: 1px solid rgba(84,213,173,.65); border-radius: 12px; fill: none; stroke: var(--mint); stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.brand span { display: grid; gap: 4px; }
.brand strong { font-size: 16px; letter-spacing: .02em; }
.brand small { font-size: 12px; letter-spacing: .19em; text-transform: uppercase; opacity: .67; }
nav { display: flex; align-items: center; gap: 32px; }
nav a { font-size: 14px; font-weight: 650; text-decoration: none; }
nav a:not(.button):hover { color: var(--mint); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--white); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 0; border-radius: 8px; color: #062319; background: var(--mint); box-shadow: 0 12px 30px rgba(84,213,173,.16); font: inherit; font-size: 14px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #6de0bc; }
.button-small { min-height: 42px; padding: 0 18px; }
.text-link { color: var(--white); font-weight: 750; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 8px; color: var(--mint); transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.hero { position: relative; min-height: 810px; overflow: hidden; color: var(--white); background: linear-gradient(125deg, #061723 0%, var(--navy) 45%, #0a2b3b 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 480px; height: 480px; right: 5%; top: 16%; background: radial-gradient(circle, rgba(84,213,173,.14), transparent 68%); }
.hero-glow-two { width: 240px; height: 240px; left: -80px; bottom: -30px; background: rgba(84,213,173,.06); }
.hero-grid { position: relative; z-index: 2; min-height: 810px; padding-top: 150px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 54px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: var(--mint); font-size: 12px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--mint-dark); }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: .99; letter-spacing: -.04em; }
h1 { max-width: 690px; font-size: clamp(57px, 6vw, 88px); }
h1 em, h2 em { color: var(--mint); font-weight: 500; }
h2 { font-size: clamp(42px, 4.1vw, 63px); color: var(--navy); }
.hero-lead { max-width: 650px; margin: 28px 0 32px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.trust-row { margin: 54px 0 0; padding: 28px 0 0; display: flex; gap: 38px; border-top: 1px solid rgba(255,255,255,.12); list-style: none; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 650; }
.trust-row span { margin-right: 8px; color: var(--mint); font: 700 12px Georgia, serif; }
.hero-visual { position: relative; min-height: 500px; }
.orbit { position: absolute; border: 1px solid rgba(84,213,173,.16); border-radius: 50%; }
.orbit-one { width: 430px; height: 430px; inset: 20px 0 0 40px; }
.orbit-two { width: 315px; height: 315px; inset: 78px 0 0 98px; border-style: dashed; animation: rotate 45s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.solution-card { position: absolute; width: 265px; min-height: 330px; left: 122px; top: 69px; padding: 35px; background: linear-gradient(160deg, rgba(255,255,255,.12), rgba(255,255,255,.045)); border: 1px solid rgba(255,255,255,.18); border-radius: 28px; box-shadow: 0 34px 80px rgba(0,0,0,.28); backdrop-filter: blur(10px); }
.solution-card::after { content: ""; position: absolute; width: 9px; height: 9px; right: 26px; top: 27px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 8px rgba(84,213,173,.1); }
.card-kicker { color: rgba(255,255,255,.56); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.solution-card svg { width: 76px; height: 76px; margin: 25px 0 25px; fill: none; stroke: var(--mint); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.solution-card strong { display: block; font: 500 29px/1.13 Georgia, serif; }
.solution-card p { margin: 9px 0 0; color: rgba(255,255,255,.58); font-size: 13px; }
.mini-card { position: absolute; width: 172px; padding: 18px 20px; background: rgba(6,23,35,.86); border: 1px solid rgba(255,255,255,.13); border-radius: 13px; box-shadow: 0 15px 45px rgba(0,0,0,.24); }
.mini-card b, .mini-card span { display: block; }
.mini-card b { margin-bottom: 2px; color: var(--mint); font-size: 14px; }
.mini-card span { color: rgba(255,255,255,.62); font-size: 11px; }
.mini-card-a { top: 42px; right: -5px; }
.mini-card-b { bottom: 64px; left: 5px; }

.intro { padding: 118px 0 126px; background: var(--cream); }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.split-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.steps { margin-top: 75px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cbd5d5; }
.steps article { position: relative; padding: 45px 44px 10px 0; }
.steps article:not(:last-child) { border-right: 1px solid #cbd5d5; margin-right: 42px; }
.step-number { position: absolute; right: 24px; top: 43px; color: #a7b3b5; font: italic 18px Georgia, serif; }
.step-icon { width: 55px; height: 55px; display: grid; place-items: center; border: 1px solid #a9b9b7; border-radius: 50%; color: var(--mint-dark); font-size: 25px; }
.steps h3 { margin: 27px 0 13px; font: 500 25px Georgia, serif; }
.steps p { margin: 0; color: var(--muted); font-size: 15px; }

.about { padding: 125px 0; color: var(--white); background: var(--navy); }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.about-panel { position: relative; min-height: 455px; padding: 55px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: linear-gradient(145deg, #12394d, #0a2435); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; }
.about-panel::before { content: ""; position: absolute; width: 360px; height: 360px; left: -145px; top: -145px; border: 1px solid rgba(84,213,173,.18); border-radius: 50%; box-shadow: 0 0 0 60px rgba(84,213,173,.025), 0 0 0 120px rgba(84,213,173,.018); }
.about-mark { position: absolute; right: 36px; top: 25px; color: rgba(84,213,173,.13); font: 500 120px Georgia, serif; letter-spacing: -.09em; }
.about-panel p { position: relative; margin: 0; color: rgba(255,255,255,.62); font: italic 24px/1.5 Georgia, serif; }
.about-panel strong { color: var(--white); font-style: normal; }
.about-copy h2 { color: var(--white); }
.about-copy > p:not(.eyebrow) { color: rgba(255,255,255,.66); font-size: 16px; }
.facts { margin: 36px 0 0; padding-top: 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; border-top: 1px solid rgba(255,255,255,.14); }
.facts dt { margin-bottom: 7px; color: var(--mint); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.facts dd { margin: 0; font-size: 13px; color: rgba(255,255,255,.88); }

.faq { padding: 122px 0; background: #fff; }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 105px; }
.section-heading > p:not(.eyebrow) { margin-top: 28px; color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 28px 48px 28px 0; cursor: pointer; list-style: none; color: var(--navy); font: 500 21px Georgia, serif; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; top: 24px; width: 30px; height: 30px; display: grid; place-items: center; color: var(--mint-dark); border: 1px solid #a9c8c0; border-radius: 50%; font: 400 21px Arial, sans-serif; }
details[open] summary::after { content: "−"; }
details p { max-width: 690px; margin: -5px 0 28px; color: var(--muted); font-size: 15px; }

.contact { padding: 120px 0; color: var(--white); background: linear-gradient(115deg, #0b2638, #071923); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.contact h2 { color: var(--white); }
.contact-lead { max-width: 440px; color: rgba(255,255,255,.65); }
.contact-email { display: block; margin-top: 34px; text-decoration: none; }
.contact-email span { display: block; color: var(--mint); font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.contact-email strong { display: inline-block; margin-top: 7px; padding-bottom: 4px; border-bottom: 1px solid rgba(84,213,173,.45); font-size: 17px; }
.contact-note { color: rgba(255,255,255,.45); font-size: 13px; }
.contact-form { padding: 42px; color: var(--ink); background: var(--white); border-radius: 17px; box-shadow: 0 28px 70px rgba(0,0,0,.21); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 8px; margin-bottom: 18px; font-size: 12px; font-weight: 800; }
input, textarea { width: 100%; padding: 13px 14px; border: 1px solid #ced8d9; border-radius: 7px; color: var(--ink); background: #fbfcfb; font: inherit; font-size: 15px; outline: none; }
input:focus, textarea:focus { border-color: var(--mint-dark); box-shadow: 0 0 0 3px rgba(84,213,173,.17); }
textarea { resize: vertical; }
.consent { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-weight: 500; line-height: 1.5; }
.consent input { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 2px; }
.consent a { color: var(--mint-dark); }
.form-help { margin: 13px 0 0; color: #70818a; font-size: 11px; }

footer { padding: 65px 0 24px; color: rgba(255,255,255,.67); background: #05141e; font-size: 13px; }
.footer-grid { padding-bottom: 50px; display: grid; grid-template-columns: 1fr 1fr .65fr; gap: 50px; }
.footer-grid > div { display: grid; align-content: start; gap: 5px; }
.footer-grid strong { color: var(--white); }
.footer-links { justify-items: end; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--mint); }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); }

.legal-page { background: var(--cream); }
.legal-page .site-header { position: relative; color: var(--white); background: var(--navy); }
.legal { max-width: 850px; padding: 80px 0 110px; }
.legal h1 { max-width: none; color: var(--navy); font-size: clamp(44px, 6vw, 70px); }
.legal h2 { margin: 42px 0 12px; font: 600 24px/1.25 Georgia, serif; letter-spacing: -.01em; }
.legal p, .legal li { color: #536670; }
.legal .updated { color: var(--mint-dark); font-weight: 750; }

@media (max-width: 960px) {
  :root { --shell: min(100% - 32px, 760px); }
  .site-header nav { position: absolute; top: 82px; left: 16px; right: 16px; padding: 24px; display: none; flex-direction: column; align-items: stretch; gap: 18px; color: var(--navy); background: var(--white); border-radius: 12px; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
  .site-header nav.open { display: flex; }
  .nav-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 145px; padding-bottom: 70px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .trust-row { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { display: none; }
  .split-heading, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .steps { grid-template-columns: 1fr; }
  .steps article:not(:last-child) { margin-right: 0; border-right: 0; border-bottom: 1px solid #cbd5d5; }
  .facts { grid-template-columns: 1fr 1fr 1fr; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  .header-inner { height: 82px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 10px; }
  .hero { min-height: 720px; }
  .hero-grid { min-height: 720px; padding-top: 130px; }
  h1 { font-size: 52px; }
  h2 { font-size: 42px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 20px; }
  .trust-row { flex-direction: column; gap: 8px; align-items: center; }
  .intro, .about, .faq, .contact { padding: 85px 0; }
  .about-panel { min-height: 360px; padding: 35px; }
  .about-mark { font-size: 86px; }
  .facts { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 25px; }
  .contact-email strong { font-size: 14px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-links { justify-items: start; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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