:root {
  --navy: #061b2c;
  --navy-2: #0a2a3f;
  --teal: #14d9c5;
  --teal-dark: #078f89;
  --amber: #ffad4d;
  --ice: #eaf9f7;
  --paper: #f7faf9;
  --ink: #092131;
  --muted: #667783;
  --line: #dbe6e4;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.skip-link { position: absolute; left: -9999px; top: 10px; background: var(--white); padding: 10px 14px; z-index: 100; }
.skip-link:focus { left: 10px; }

.site-header { min-height: 82px; padding: 0 clamp(22px, 6vw, 92px); display: flex; align-items: center; justify-content: space-between; position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.11); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: .13em; }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; color: var(--navy); background: var(--teal); border-radius: 10px 3px 10px 3px; font-weight: 900; letter-spacing: 0; }
.brand-name { font-size: 18px; }
.header-cta { font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.header-cta span { margin-left: 10px; color: var(--teal); }

.hero { min-height: 790px; padding: 150px clamp(22px, 6vw, 92px) 90px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 7vw; color: var(--white); background: radial-gradient(circle at 76% 46%, rgba(20,217,197,.18), transparent 27%), linear-gradient(135deg, #041521 0%, var(--navy) 45%, #07344b 100%); overflow: hidden; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 26px; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 1px; background: currentColor; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.048em; line-height: .98; }
h1 { max-width: 770px; font-size: clamp(58px, 6.5vw, 100px); }
h1 em { color: var(--teal); font-weight: 400; }
.lead { max-width: 650px; margin: 30px 0 0; color: #b8cbd4; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { min-height: 55px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; }
.button-primary { color: var(--navy); background: var(--teal); }
.button-primary span { margin-left: 26px; }
.button-quiet { color: var(--white); border: 1px solid rgba(255,255,255,.32); }
.status { display: flex; align-items: center; gap: 9px; margin: 30px 0 0; color: #9fb4be; font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.status i { width: 7px; height: 7px; background: var(--amber); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,173,77,.12); }

.hero-visual { min-height: 550px; position: relative; }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 420px; height: 420px; right: 3%; top: 8%; border: 1px solid rgba(20,217,197,.23); box-shadow: inset 0 0 90px rgba(20,217,197,.08), 0 0 100px rgba(20,217,197,.08); }
.orb-two { width: 250px; height: 250px; left: 1%; bottom: 3%; border: 1px dashed rgba(255,255,255,.13); }
.payment-card { position: absolute; width: min(410px, 85%); aspect-ratio: 1.58; border-radius: 24px; padding: 29px; box-shadow: 0 35px 80px rgba(0,0,0,.32); }
.card-back { right: 0; top: 75px; color: #8fded7; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); transform: rotate(10deg); backdrop-filter: blur(10px); }
.card-back > span { font-weight: 800; letter-spacing: .13em; }
.card-back > i { display: block; height: 45px; margin: 38px -29px 20px; background: rgba(3,16,28,.55); }
.card-back strong { font-size: 9px; letter-spacing: .22em; }
.card-front { left: 2%; top: 178px; display: flex; flex-direction: column; justify-content: space-between; color: var(--navy); background: linear-gradient(135deg, #23e3cf, #0ab9b3 67%, #07928f); transform: rotate(-7deg); }
.card-top { display: flex; align-items: center; gap: 10px; letter-spacing: .13em; }
.mini-mark { width: 29px; height: 29px; display: grid; place-items: center; color: var(--teal); background: var(--navy); border-radius: 8px 2px 8px 2px; font-weight: 900; }
.pulse { display: flex; align-items: center; justify-content: center; gap: 5px; }
.pulse i { display: block; width: 7px; height: 42px; background: rgba(6,27,44,.8); border-radius: 9px; transform: skewX(-20deg); }
.pulse i:nth-child(2) { height: 66px; background: var(--white); }
.card-front p { margin: 0; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.route { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, var(--amber)); transform-origin: left; }
.route span { width: 8px; height: 8px; position: absolute; right: -3px; top: -3px; background: var(--amber); border-radius: 50%; box-shadow: 0 0 16px var(--amber); }
.route-one { width: 210px; left: -5%; top: 110px; transform: rotate(21deg); }
.route-two { width: 180px; right: -6%; bottom: 60px; transform: rotate(-155deg); }

.trust-strip { min-height: 125px; padding: 0 clamp(22px, 6vw, 92px); display: grid; grid-template-columns: repeat(3, 1fr); background: var(--white); border-bottom: 1px solid var(--line); }
.trust-strip > div { display: flex; align-items: center; justify-content: center; gap: 17px; border-right: 1px solid var(--line); }
.trust-strip > div:last-child { border: 0; }
.trust-strip span { color: var(--teal-dark); font-family: Georgia, serif; font-size: 27px; }
.trust-strip strong { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

.vision { padding: 120px clamp(22px, 7vw, 110px); display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; }
.eyebrow.dark { color: var(--teal-dark); }
.vision h2, .notify h2 { font-size: clamp(46px, 5vw, 76px); }
.statement { margin: 5px 0 20px; color: var(--ink) !important; font-family: Georgia, serif; font-size: clamp(25px, 2.7vw, 38px) !important; line-height: 1.3 !important; }
.vision-copy > p { max-width: 700px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 55px; }
.feature-grid article { padding-top: 24px; border-top: 2px solid var(--teal); }
.feature-grid i { color: var(--teal-dark); font-style: normal; font-size: 20px; }
.feature-grid h3 { margin: 32px 0 10px; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.notify { padding: 100px clamp(22px, 8vw, 125px); display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: 9vw; color: var(--white); background: var(--navy); }
.eyebrow.light { color: var(--teal); }
.notify-copy > p:not(.eyebrow) { max-width: 600px; color: #a9bec8; font-size: 16px; }
form { padding: 35px; color: var(--ink); background: var(--white); box-shadow: 18px 18px 0 rgba(20,217,197,.16); }
form > label:first-child { display: block; margin-bottom: 9px; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr auto; }
.form-row input { min-width: 0; padding: 16px; border: 1px solid var(--line); border-right: 0; outline: 0; }
.form-row input:focus { border-color: var(--teal-dark); }
.form-row button { padding: 0 22px; color: var(--navy); background: var(--teal); border: 0; font-weight: 800; cursor: pointer; }
.form-row button span { margin-left: 14px; }
.consent { display: flex; align-items: flex-start; gap: 9px; margin-top: 18px; color: #566871; font-size: 12px; line-height: 1.5; }
.consent input { margin-top: 3px; accent-color: var(--teal-dark); }
.form-note { margin: 10px 0 0; color: #839098; font-size: 11px; }

footer { padding: 34px clamp(22px, 6vw, 92px); display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 30px; background: var(--white); border-bottom: 1px solid var(--line); }
.footer-brand .brand-name { color: var(--ink); }
footer > p { color: var(--muted); font-size: 12px; }
footer > a:not(.brand) { font-size: 12px; font-weight: 700; }
footer small { color: var(--muted); }
.legal-note { padding: 18px clamp(22px, 6vw, 92px); color: #78868d; background: var(--white); font-size: 10px; text-align: center; }

@media (max-width: 930px) {
  .hero { grid-template-columns: 1fr; padding-top: 145px; }
  .hero-visual { min-height: 480px; max-width: 620px; width: 100%; justify-self: center; }
  .vision, .notify { grid-template-columns: 1fr; }
  .feature-grid { margin-top: 35px; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .site-header { min-height: 72px; }
  .header-cta { font-size: 0; }
  .header-cta span { font-size: 20px; }
  .hero { min-height: 0; padding-top: 125px; }
  h1 { font-size: 51px; }
  .lead { font-size: 16px; }
  .hero-visual { min-height: 390px; }
  .payment-card { padding: 22px; border-radius: 18px; }
  .card-back { top: 50px; }
  .card-front { top: 135px; }
  .trust-strip { grid-template-columns: 1fr; padding-block: 16px; }
  .trust-strip > div { justify-content: flex-start; min-height: 72px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip > div:last-child { border: 0; }
  .vision { padding-block: 85px; }
  .feature-grid { grid-template-columns: 1fr; }
  .notify { padding-block: 80px; }
  form { padding: 24px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 10px; }
  .form-row input { border-right: 1px solid var(--line); }
  .form-row button { min-height: 50px; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
