:root {
  color-scheme: dark;
  --ink: #f2f8f7;
  --muted: #a8bdc0;
  --deep: #0c202b;
  --deep-soft: #102a36;
  --panel: #143541;
  --line: rgba(180, 218, 219, .17);
  --mint: #75e0d0;
  --mint-dark: #102d35;
  --error: #ffb4a9;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background: radial-gradient(ellipse at 79% 17%, rgba(28, 94, 103, .27), transparent 31rem), var(--deep);
}
button, input, textarea { font: inherit; }
a { color: inherit; }
.skip-link {
  position: fixed; z-index: 10; top: 1rem; left: 1rem;
  padding: .7rem 1rem; transform: translateY(-180%);
  color: var(--deep); background: var(--mint); border-radius: .5rem;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--mint); outline-offset: 4px; }
.site-header, main, .site-footer { width: min(1120px, calc(100% - 3rem)); margin-inline: auto; }
.site-header {
  min-height: 88px; display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid var(--line);
}
.wordmark { font-size: 1.1rem; font-weight: 750; letter-spacing: -.03em; text-decoration: none; }
.status-mark { display: inline-flex; gap: .65rem; align-items: center; color: var(--muted); font-size: .86rem; }
.status-mark span { width: .5rem; height: .5rem; border-radius: 50%; background: var(--mint); box-shadow: 0 0 18px rgba(117, 224, 208, .75); }
.hero {
  min-height: 570px; display: grid; grid-template-columns: 1.05fr .95fr;
  gap: 2rem; align-items: center; padding-block: 4.5rem 5rem;
}
.hero-copy { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 1.3rem; color: var(--mint); font-size: .76rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 1rem; overflow-wrap: anywhere; font-size: clamp(3.8rem, 9vw, 7.5rem); line-height: .93; letter-spacing: -.075em; }
.lead { margin-bottom: 1rem; color: #d8e9e6; font-size: clamp(1.25rem, 2.5vw, 1.65rem); letter-spacing: -.035em; }
.intro { max-width: 31rem; margin-bottom: 2rem; color: var(--muted); font-size: 1.02rem; line-height: 1.75; }
.primary-link { display: inline-flex; gap: .8rem; align-items: center; padding: .9rem 1.15rem; color: var(--deep); background: var(--mint); border-radius: .6rem; font-weight: 750; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.primary-link:hover { transform: translateY(-2px); background: #a1f0e3; }
.hero-art { position: relative; width: min(100%, 440px); aspect-ratio: 1; justify-self: end; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(117, 224, 208, .22); border-radius: 50%; }
.orbit-one { inset: 7%; transform: rotate(-24deg) scaleY(.75); }
.orbit-two { inset: 17%; transform: rotate(32deg) scaleY(.72); border-color: rgba(117, 224, 208, .13); }
.art-core { z-index: 1; width: 56%; aspect-ratio: 1; display: grid; place-items: center; padding: 1rem; border: 1px solid rgba(173, 245, 229, .38); border-radius: 50%; background: radial-gradient(circle at 33% 27%, #23555a, #112e3a 68%); box-shadow: 0 0 80px rgba(57, 160, 153, .19), inset 0 0 35px rgba(117, 224, 208, .08); }
.art-core span { max-width: 90%; overflow-wrap: anywhere; text-align: center; color: #c9fff4; font-size: clamp(1rem, 3vw, 1.75rem); font-weight: 750; letter-spacing: -.06em; }
.art-dot { position: absolute; z-index: 2; width: .65rem; height: .65rem; border-radius: 50%; background: var(--mint); box-shadow: 0 0 20px rgba(117, 224, 208, .9); }
.dot-one { top: 17%; left: 28%; }.dot-two { right: 8%; top: 48%; width: .42rem; height: .42rem; }.dot-three { bottom: 15%; left: 47%; width: .38rem; height: .38rem; }
.offer-section { display: grid; grid-template-columns: .82fr 1fr; gap: clamp(2rem, 8vw, 7rem); align-items: start; padding: 4.5rem 0 6rem; border-top: 1px solid var(--line); }
.offer-copy { padding-top: 1.2rem; }
h2 { max-width: 24rem; margin-bottom: 1rem; font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1; letter-spacing: -.06em; }
.offer-copy > p:not(.eyebrow) { max-width: 28rem; color: var(--muted); line-height: 1.75; }
.offer-copy .note { margin-top: 2rem; padding-left: 1rem; border-left: 2px solid var(--mint); font-size: .9rem; }
.contact-card { padding: clamp(1.2rem, 4vw, 2.1rem); border: 1px solid var(--line); border-radius: 1rem; background: linear-gradient(145deg, rgba(22, 58, 70, .96), rgba(16, 42, 54, .97)); box-shadow: 0 22px 70px rgba(0, 0, 0, .16); }
.trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.field { margin-bottom: 1.15rem; }
.field label { display: block; margin-bottom: .5rem; color: #e5f2ef; font-size: .88rem; font-weight: 650; }
.field label span { color: var(--mint); }
.field input, .field textarea { width: 100%; min-height: 48px; padding: .78rem .85rem; border: 1px solid rgba(180, 218, 219, .25); border-radius: .55rem; color: var(--ink); background: rgba(5, 22, 30, .38); }
.field textarea { min-height: 116px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--mint); outline: 2px solid rgba(117, 224, 208, .25); outline-offset: 1px; }
.field [aria-invalid="true"] { border-color: var(--error); }
.field-error { min-height: 0; margin: .3rem 0 0; color: var(--error); font-size: .8rem; }
.field-error:empty { display: none; }
.field-help { margin: .4rem 0 0; color: var(--muted); font-size: .77rem; line-height: 1.5; }
.offer-choices { min-width: 0; margin: .2rem 0 1.2rem; padding: 0; border: 0; }
.offer-choices legend { margin-bottom: .65rem; color: #e5f2ef; font-size: .83rem; font-weight: 650; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.offer-chip { min-height: 39px; padding: .45rem .75rem; border: 1px solid rgba(117, 224, 208, .35); border-radius: 99px; color: #d6eeeb; background: transparent; cursor: pointer; font-size: .82rem; }
.offer-chip:hover, .offer-chip[aria-pressed="true"] { color: var(--deep); background: var(--mint); border-color: var(--mint); }
.amount-input { position: relative; }
.amount-input input { padding-right: 2.4rem; }
.amount-input span { position: absolute; top: 50%; right: .9rem; transform: translateY(-50%); color: var(--muted); }
.submit-button { width: 100%; min-height: 52px; display: flex; justify-content: center; align-items: center; gap: .75rem; border: 0; border-radius: .6rem; color: var(--deep); background: var(--mint); cursor: pointer; font-weight: 750; transition: background .18s ease, transform .18s ease; }
.submit-button:hover { transform: translateY(-1px); background: #a1f0e3; }
.submit-button:disabled { cursor: wait; opacity: .7; }
.form-status { margin: .85rem 0 0; line-height: 1.55; }
.form-status:empty { display: none; }
.form-status[data-state="error"] { color: var(--error); }
.form-status[data-state="success"] { color: var(--mint); }
.form-status[data-state="pending"] { color: #f3d78b; }
.form-footnote { margin: 1rem 0 0; color: var(--muted); font-size: .75rem; line-height: 1.5; }
.site-footer { min-height: 82px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
@media (max-width: 760px) {
  .site-header, main, .site-footer { width: min(100% - 2rem, 560px); }
  .site-header { min-height: 72px; }
  .status-mark { font-size: .72rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: .5rem; padding-block: 4rem 3.5rem; }
  .hero-art { width: min(84vw, 340px); justify-self: center; grid-row: 1; margin-bottom: .3rem; }
  h1 { font-size: clamp(3.3rem, 16vw, 6rem); }
  .intro { font-size: .96rem; }
  .offer-section { grid-template-columns: 1fr; gap: 1.2rem; padding: 3.5rem 0 4rem; }
  .offer-copy { padding-top: 0; }
  .offer-copy .note { margin-top: 1.3rem; }
}
@media (max-width: 390px) {
  .site-header, main, .site-footer { width: calc(100% - 1.5rem); }
  .status-mark { gap: .4rem; max-width: 56%; text-align: right; }
  .hero { padding-top: 3rem; }
  .contact-card { padding: 1rem; }
  .offer-chip { padding-inline: .58rem; font-size: .76rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
