@font-face {
  font-family: "DM Sans";
  src: url("assets/DMSans-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #102426;
  --ink-soft: #1f383a;
  --slate: #52666b;
  --slate-light: #718387;
  --canvas: #f4faf8;
  --surface: #ffffff;
  --line: #dce9e4;
  --teal: #087f72;
  --teal-dark: #055b53;
  --teal-soft: #0f9888;
  --mint: #ddf8e9;
  --lime: #c7f36b;
  --indigo: #5b5ce2;
  --shadow: 0 28px 80px rgb(10 66 58 / .11);
  --shadow-small: 0 16px 36px rgb(16 36 38 / .08);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --section: min(1180px, calc(100% - 40px));
  font-family: "DM Sans", "Segoe UI Variable", "Segoe UI", sans-serif;
  font-synthesis: none;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--canvas); }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--canvas); }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 12% 0%, rgb(199 243 107 / .22), transparent 30rem),
    radial-gradient(circle at 95% 12%, rgb(91 92 226 / .08), transparent 34rem);
  pointer-events: none;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid var(--indigo); outline-offset: 4px; border-radius: 6px; }
p, h1, h2, h3 { margin-top: 0; }
h1, h2, h3 { line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(3rem, 6vw, 4.75rem); font-weight: 720; }
h2 { font-size: clamp(2.35rem, 4.8vw, 4.4rem); font-weight: 700; }
h3 { font-size: clamp(1.7rem, 2.5vw, 2.35rem); font-weight: 700; }
p { color: var(--slate); }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 12px 18px;
  background: var(--surface);
  border: 2px solid var(--teal);
  border-radius: 999px;
  font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }
.section-shell { width: var(--section); margin-inline: auto; }

.site-header {
  width: var(--section);
  margin: 18px auto 0;
  padding: 12px 14px 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  position: sticky;
  top: 14px;
  z-index: 20;
  background: rgb(255 255 255 / .86);
  border: 1px solid rgb(220 233 228 / .84);
  border-radius: 999px;
  box-shadow: 0 10px 40px rgb(16 36 38 / .07);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 40px; height: 40px; overflow: visible; }
.brand-mark path { fill: none; stroke: var(--teal); stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark circle { fill: var(--lime); stroke: var(--teal-dark); stroke-width: 2.4; }
.brand-wordmark { display: grid; line-height: 1.05; }
.brand-wordmark strong { font-size: 1rem; letter-spacing: -.025em; }
.brand-wordmark small { margin-top: 5px; color: var(--slate-light); font-size: .7rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 36px); }
.main-nav a { color: var(--slate); font-size: .91rem; font-weight: 650; text-decoration: none; }
.main-nav a:hover { color: var(--teal-dark); }

.button { min-height: 52px; padding: 14px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 999px; font-weight: 760; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 10px 18px; font-size: .88rem; }
.button-primary { color: white; background: var(--teal-dark); box-shadow: 0 16px 34px rgb(5 91 83 / .24); }
.button-primary:hover { background: var(--teal); box-shadow: 0 20px 38px rgb(5 91 83 / .3); }
.button-ghost { color: var(--teal-dark); background: var(--mint); }
.button-light { color: var(--ink); background: var(--lime); box-shadow: 0 16px 38px rgb(199 243 107 / .18); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal-dark); font-weight: 760; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }

.hero { min-height: 680px; padding: clamp(24px, 3vw, 36px) 0 82px; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(380px, .82fr); align-items: center; gap: clamp(38px, 5vw, 64px); }
.eyebrow, .section-kicker { color: var(--teal); font-size: .77rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 9px; height: 9px; display: inline-block; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgb(199 243 107 / .24); }
.hero h1 { max-width: 820px; margin: 18px 0; }
.hero h1 em { display: block; color: var(--teal); font-style: normal; }
.hero-lead { max-width: 680px; margin-bottom: 20px; font-size: clamp(1.12rem, 1.7vw, 1.32rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.trust-list { margin: 34px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; list-style: none; }
.trust-list li { padding: 8px 13px 8px 34px; position: relative; color: var(--slate); background: rgb(255 255 255 / .7); border: 1px solid var(--line); border-radius: 999px; font-size: .83rem; font-weight: 650; }
.trust-list li::before { content: "✓"; position: absolute; left: 13px; color: var(--teal); font-weight: 900; }

.hero-visual { min-height: 510px; position: relative; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 12% 10%; z-index: -3; border-radius: 45% 55% 58% 42%; background: linear-gradient(145deg, var(--mint), #effff6); transform: rotate(-7deg); }
.hero-visual::after { content: ""; position: absolute; width: 56%; aspect-ratio: 1; z-index: -2; border-radius: 50%; background: rgb(199 243 107 / .58); filter: blur(48px); }
.signal-card { border: 1px solid rgb(215 232 226 / .9); box-shadow: var(--shadow); }
.signal-card-main { width: min(410px, 82%); padding: 26px; background: rgb(255 255 255 / .92); border-radius: var(--radius-lg); transform: rotate(-2deg); backdrop-filter: blur(12px); }
.signal-head { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; color: var(--ink); font-weight: 760; }
.signal-icon { width: 39px; height: 39px; display: grid; place-items: center; color: white; background: var(--teal); border-radius: 13px; }
.signal-chip { padding: 6px 9px; color: var(--teal-dark); background: var(--mint); border-radius: 999px; font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.pulse-chart { height: 165px; margin: 28px 0 21px; padding: 12px 10px 0; display: flex; align-items: end; justify-content: space-between; gap: 11px; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to top, transparent 0 40px, rgb(220 233 228 / .65) 40px 41px); }
.pulse-chart i { width: 18%; height: var(--value); display: block; border-radius: 11px 11px 4px 4px; background: linear-gradient(to top, var(--teal), var(--lime)); box-shadow: inset 0 0 0 1px rgb(255 255 255 / .28); }
.signal-result { padding: 15px; display: flex; align-items: flex-start; gap: 11px; background: var(--canvas); border-radius: 16px; }
.signal-result p { margin: 0; font-size: .84rem; line-height: 1.45; }
.result-dot { width: 10px; height: 10px; margin-top: 5px; flex: 0 0 auto; border-radius: 50%; background: var(--indigo); box-shadow: 0 0 0 5px rgb(91 92 226 / .12); }
.signal-card-float { min-width: 154px; padding: 17px 19px; position: absolute; z-index: 2; background: white; border-radius: 20px; }
.signal-card-float p { margin: 0; color: var(--slate); font-size: .84rem; line-height: 1.25; }
.signal-card-float strong { color: var(--ink); font-size: 1rem; }
.mini-mark { width: 31px; height: 31px; margin-bottom: 10px; display: grid; place-items: center; color: var(--teal-dark); background: var(--lime); border-radius: 50%; font-size: .7rem; font-weight: 800; }
.top-card { top: 9%; right: 0; transform: rotate(5deg); }
.bottom-card { bottom: 8%; left: 0; transform: rotate(-5deg); }
.orbit { position: absolute; z-index: -1; border: 1px dashed rgb(8 127 114 / .24); border-radius: 50%; }
.orbit-one { width: 92%; aspect-ratio: 1; transform: rotate(18deg); }
.orbit-two { width: 70%; aspect-ratio: 1; border-color: rgb(91 92 226 / .18); transform: rotate(-12deg); }

.proof-strip { padding: 22px 40px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 44px); color: var(--slate); background: white; border-block: 1px solid var(--line); }
.proof-strip p { margin: 0; color: var(--ink-soft); font-size: .86rem; font-weight: 720; letter-spacing: .05em; text-transform: uppercase; }
.proof-strip span { color: var(--lime); font-size: 1.5rem; }

.intro { padding: 130px 0 120px; }
.section-kicker { margin-bottom: 22px; }
.intro-grid { display: grid; grid-template-columns: 1.05fr .72fr; gap: clamp(48px, 8vw, 130px); align-items: start; }
.intro h2 { margin-bottom: 0; }
.intro h2 span { color: var(--teal); }
.intro-copy p { font-size: 1.08rem; line-height: 1.75; }
.intro-copy p + p { margin-top: 22px; }

.offers { padding: 20px 0 130px; }
.section-heading { margin-bottom: 46px; display: grid; grid-template-columns: 1fr minmax(260px, 420px); gap: 48px; align-items: end; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin-bottom: 8px; font-size: 1.03rem; line-height: 1.7; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.offer-card { min-height: 520px; padding: clamp(26px, 3vw, 38px); display: flex; flex-direction: column; border: 1px solid transparent; border-radius: var(--radius-lg); box-shadow: var(--shadow-small); }
.offer-card-mint { background: var(--mint); border-color: #c9edd9; }
.offer-card-teal { color: white; background: var(--teal-dark); }
.offer-card-lime { background: var(--lime); border-color: #b6df61; }
.offer-number { width: 50px; height: 50px; display: grid; place-items: center; color: var(--teal-dark); background: rgb(255 255 255 / .72); border-radius: 16px; font-weight: 800; }
.offer-label { margin: 46px 0 10px; color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.offer-card-teal .offer-label { color: var(--lime); }
.offer-card h3 { margin-bottom: 20px; }
.offer-card p { line-height: 1.65; }
.offer-card-teal p, .offer-card-teal li { color: rgb(255 255 255 / .76); }
.offer-card ul { margin: 20px 0 32px; padding: 0; display: grid; gap: 11px; list-style: none; }
.offer-card li { padding-left: 24px; position: relative; color: var(--ink-soft); font-size: .91rem; }
.offer-card li::before { content: "↗"; position: absolute; left: 0; color: var(--teal); font-weight: 800; }
.offer-card-teal li::before { color: var(--lime); }
.offer-card a { margin-top: auto; display: inline-flex; justify-content: space-between; gap: 16px; color: var(--teal-dark); font-weight: 780; text-decoration: none; }
.offer-card-teal a { color: var(--lime); }

.development { padding: 0 0 130px; }
.development-heading { max-width: 850px; margin-bottom: 48px; }
.development-heading h2 { margin-bottom: 24px; }
.development-heading h2 span { color: var(--teal); }
.development-heading > p:last-child { max-width: 720px; font-size: 1.05rem; line-height: 1.72; }
.development-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; list-style: none; }
.development-grid li { min-height: 270px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-small); }
.development-grid li:nth-child(2) { background: var(--mint); }
.development-grid li:nth-child(3) { background: var(--teal-dark); }
.development-grid li:nth-child(4) { background: var(--lime); }
.development-grid li > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--teal-dark); background: var(--canvas); border-radius: 50%; font-size: .72rem; font-weight: 850; }
.development-grid strong { display: block; margin-bottom: 12px; font-size: 1.45rem; letter-spacing: -.03em; }
.development-grid p { margin: 0; font-size: .92rem; line-height: 1.6; }
.development-grid li:nth-child(3) strong { color: white; }
.development-grid li:nth-child(3) p { color: rgb(255 255 255 / .7); }
.development-grid li:nth-child(3) > span { color: var(--ink); background: var(--lime); }
.development-note { margin: 22px 0 0; padding: 20px 24px; color: var(--ink-soft); background: rgb(255 255 255 / .7); border: 1px solid var(--line); border-radius: var(--radius-sm); font-weight: 650; text-align: center; }

.process-wrap { padding: 120px 0; color: white; background: var(--ink); border-radius: 50px 50px 0 0; }
.process { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(60px, 9vw, 140px); }
.section-kicker.light { color: var(--lime); }
.process h2 { margin-bottom: 28px; color: white; }
.process-intro > p:last-child { max-width: 480px; color: rgb(255 255 255 / .6); font-size: 1.02rem; line-height: 1.75; }
.process-list { margin: 0; padding: 0; display: grid; list-style: none; }
.process-list li { padding: 25px 0; display: grid; grid-template-columns: 56px 1fr; gap: 22px; border-top: 1px solid rgb(255 255 255 / .13); }
.process-list li:last-child { border-bottom: 1px solid rgb(255 255 255 / .13); }
.process-list li > span { width: 45px; height: 45px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: .72rem; font-weight: 850; }
.process-list strong { display: block; margin-bottom: 7px; font-size: 1.16rem; letter-spacing: -.02em; }
.process-list p { margin: 0; color: rgb(255 255 255 / .58); line-height: 1.55; }

.safety { padding: 130px 0; display: grid; grid-template-columns: .8fr 1.05fr; gap: clamp(50px, 9vw, 130px); align-items: center; }
.safety-visual { min-height: 430px; display: grid; place-items: center; position: relative; background: linear-gradient(145deg, var(--mint), #f0fff7); border-radius: 50%; }
.safety-visual svg { width: 82%; overflow: visible; }
.safety-ring { fill: none; stroke-width: 1.5; }
.ring-a { stroke: rgb(8 127 114 / .22); stroke-dasharray: 8 11; }
.ring-b { stroke: rgb(91 92 226 / .19); }
.safety-shield { fill: white; stroke: var(--teal); stroke-width: 3; stroke-linejoin: round; filter: drop-shadow(0 18px 24px rgb(8 127 114 / .13)); }
.safety-check { fill: none; stroke: var(--teal-dark); stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; }
.safety-node { stroke: white; stroke-width: 4; }
.node-a { fill: var(--lime); }
.node-b { fill: var(--indigo); }
.safety-copy h2 { margin-bottom: 25px; }
.safety-copy > p:not(.section-kicker) { max-width: 650px; font-size: 1.08rem; line-height: 1.72; }
.safety-grid { margin-top: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.safety-grid div { min-height: 105px; padding: 20px; display: flex; align-items: flex-start; gap: 13px; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); }
.safety-grid span { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; color: var(--teal-dark); background: var(--mint); border-radius: 50%; font-weight: 900; }
.safety-grid p { margin: 2px 0 0; color: var(--ink-soft); font-size: .93rem; font-weight: 660; }

.about { padding-bottom: 110px; }
.about-card { padding: clamp(32px, 5vw, 62px); display: grid; grid-template-columns: 90px 1fr auto; gap: 36px; align-items: center; background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-small); }
.about-mark { width: 82px; height: 82px; display: grid; place-items: center; background: var(--mint); border-radius: 26px; transform: rotate(-4deg); }
.about-mark svg { width: 52px; }
.about-mark path { fill: none; stroke: var(--teal); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.about-mark circle { fill: var(--lime); stroke: var(--teal-dark); stroke-width: 2; }
.about h2 { margin-bottom: 12px; font-size: clamp(2rem, 3vw, 3rem); }
.about p:last-child { max-width: 680px; margin-bottom: 0; line-height: 1.7; }

.final-cta { margin-bottom: 110px; padding: clamp(42px, 6vw, 76px); display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; color: white; background: linear-gradient(120deg, var(--teal-dark), var(--teal)); border-radius: var(--radius-lg); overflow: hidden; position: relative; }
.final-cta::after { content: ""; position: absolute; width: 380px; aspect-ratio: 1; right: -150px; top: -190px; border: 80px solid rgb(199 243 107 / .18); border-radius: 50%; }
.final-cta h2 { max-width: 820px; margin-bottom: 0; color: white; font-size: clamp(2.35rem, 4.4vw, 4.2rem); }
.final-cta .button { z-index: 1; white-space: nowrap; }

.site-footer { padding: 34px 0 50px; display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; border-top: 1px solid var(--line); }
.site-footer > p { margin: 0; text-align: center; font-size: .85rem; }
.legal-note { text-align: right !important; color: var(--slate-light); }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 90px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(600px, 100%); margin-inline: auto; }
  .intro-grid, .process, .safety { grid-template-columns: 1fr; }
  .intro-copy { max-width: 720px; }
  .offer-grid { grid-template-columns: 1fr 1fr; }
  .offer-card:last-child { grid-column: 1 / -1; min-height: 440px; }
  .development-grid { grid-template-columns: 1fr 1fr; }
  .process-intro { max-width: 720px; }
  .safety-visual { width: min(540px, 100%); margin-inline: auto; }
  .about-card { grid-template-columns: 82px 1fr; }
  .about-card > a { grid-column: 2; }
  .final-cta { grid-template-columns: 1fr; align-items: start; }
  .final-cta .button { justify-self: start; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .legal-note { text-align: center !important; }
}

@media (max-width: 680px) {
  :root { --section: min(100% - 26px, 1180px); }
  h1 { font-size: clamp(2.8rem, 12.5vw, 4.2rem); }
  .site-header { top: 8px; margin-top: 8px; padding: 9px 10px 9px 13px; }
  .site-header .brand-wordmark small { display: none; }
  .site-header .brand-wordmark strong { max-width: 110px; line-height: 1.05; }
  .site-header .button { padding-inline: 14px; }
  .hero { padding: 74px 0 70px; gap: 32px; }
  .hero-lead { font-size: 1.05rem; }
  .hero-visual { min-height: 420px; overflow: hidden; border-radius: 36px; }
  .signal-card-main { width: 92%; padding: 20px; }
  .pulse-chart { height: 130px; }
  .signal-card-float { min-width: 132px; padding: 13px 15px; }
  .top-card { right: 7px; }
  .bottom-card { left: 7px; }
  .proof-strip { justify-content: flex-start; gap: 10px 16px; }
  .proof-strip span { display: none; }
  .proof-strip p { width: calc(50% - 8px); font-size: .74rem; }
  .intro, .safety { padding: 92px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 15px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card, .offer-card:last-child { grid-column: auto; min-height: 500px; }
  .development { padding-bottom: 92px; }
  .development-grid { grid-template-columns: 1fr; }
  .development-grid li { min-height: 230px; }
  .process-wrap { padding: 92px 0; border-radius: 34px 34px 0 0; }
  .process-list li { grid-template-columns: 46px 1fr; gap: 14px; }
  .safety-visual { min-height: auto; aspect-ratio: 1; }
  .safety-grid { grid-template-columns: 1fr; }
  .about-card { grid-template-columns: 1fr; gap: 24px; }
  .about-card > a { grid-column: auto; overflow-wrap: anywhere; }
  .final-cta { margin-bottom: 74px; padding: 34px 26px; }
  .final-cta .button { white-space: normal; text-align: center; }
  .footer-brand .brand-wordmark { text-align: left; }
}

.legal-shell { padding: 150px 0 100px; max-width: 760px; }
.legal-content h1 { font-size: clamp(2.3rem, 5vw, 3.2rem); margin-bottom: 30px; }
.legal-content h2 { font-size: clamp(1.3rem, 2.2vw, 1.6rem); margin: 42px 0 12px; color: var(--ink); }
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content p, .legal-content li { font-size: .98rem; line-height: 1.75; }
.legal-content ul { padding-left: 22px; margin: 0; }
.legal-content li + li { margin-top: 6px; }
.legal-content a { color: var(--teal-dark); font-weight: 700; }
.legal-content a:hover { text-decoration: underline; text-underline-offset: 4px; }

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