:root {
  --ink: #08100f;
  --ink-2: #0d1918;
  --panel: rgba(13, 31, 29, 0.72);
  --panel-strong: rgba(18, 43, 39, 0.9);
  --line: rgba(132, 203, 190, 0.22);
  --line-strong: rgba(132, 203, 190, 0.48);
  --text: #f4ead8;
  --muted: #a9c5bd;
  --teal: #6ec7b9;
  --teal-dark: #184f4b;
  --amber: #d99423;
  --amber-light: #f5be59;
  --cream: #f5ecdc;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  --radius: 8px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 22% 18%, rgba(110, 199, 185, 0.18), transparent 30rem),
    radial-gradient(circle at 78% 12%, rgba(217, 148, 35, 0.12), transparent 24rem),
    linear-gradient(145deg, #060b0b 0%, var(--ink) 44%, #101614 100%);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  overflow: hidden;
}

.header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(132, 203, 190, 0.14);
  background: rgba(6, 11, 11, 0.72);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--teal);
  background: rgba(110, 199, 185, 0.08);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
}

.nav-links a {
  padding: 8px 0;
  border-bottom: 1px solid transparent;
}

.nav-links a:hover {
  color: var(--text);
  border-color: var(--amber);
}

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  align-items: center;
  padding: 118px 0 44px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(132, 203, 190, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(132, 203, 190, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 72%);
  pointer-events: none;
}

.hero-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  align-items: center;
  gap: 44px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--teal);
  font-size: 14px;
  letter-spacing: 0;
}

.eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--amber);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  font-family: var(--serif);
  font-size: clamp(64px, 11vw, 156px);
  line-height: 0.92;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-text {
  max-width: 520px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 20px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(245, 190, 89, 0.58);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--amber-light), var(--amber));
  color: #11100b;
  font-weight: 760;
  box-shadow: 0 18px 42px rgba(217, 148, 35, 0.26);
}

.button:hover {
  transform: translateY(-1px);
}

.button.secondary {
  border-color: var(--line);
  background: rgba(13, 31, 29, 0.62);
  color: var(--text);
  box-shadow: none;
}

.hero-note {
  margin: 18px 0 0;
  color: rgba(244, 234, 216, 0.62);
  font-size: 14px;
}

.hero-visual {
  position: relative;
  z-index: 1;
  min-height: 470px;
  display: grid;
  place-items: center;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 22% 8% 6%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(110, 199, 185, 0.2), transparent 58%);
  filter: blur(28px);
  opacity: 0.8;
}

.hero-visual img {
  position: relative;
  z-index: 2;
  width: min(680px, 100%);
  filter: drop-shadow(var(--shadow));
}

.section {
  padding: 88px 0;
  position: relative;
}

.section.alt {
  background: rgba(244, 234, 216, 0.04);
  border-block: 1px solid rgba(132, 203, 190, 0.11);
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head h2,
.article h1,
.article h2 {
  font-family: var(--serif);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-head h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 5vw, 64px);
}

.section-head p,
.card p,
.article p,
.article li,
.policy-list li {
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 18px;
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: linear-gradient(180deg, rgba(18, 43, 39, 0.72), rgba(8, 16, 15, 0.72));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.card h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.steps {
  counter-reset: step;
}

.step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.step:last-child {
  border-bottom: 0;
}

.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(217, 148, 35, 0.58);
  border-radius: 50%;
  color: var(--amber-light);
  font-family: var(--serif);
  background: rgba(217, 148, 35, 0.08);
}

.feature-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(217, 148, 35, 0.34);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 78% 22%, rgba(217, 148, 35, 0.15), transparent 18rem),
    rgba(13, 31, 29, 0.62);
}

.feature-band h2 {
  margin-bottom: 12px;
}

.faq {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 20px;
  background: rgba(13, 31, 29, 0.58);
}

summary {
  cursor: pointer;
  font-weight: 760;
}

details p {
  margin: 12px 0 0;
  color: var(--muted);
}

.footer {
  padding: 42px 0;
  border-top: 1px solid var(--line);
  color: rgba(244, 234, 216, 0.68);
}

.footer-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}

.footer nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.page-hero {
  padding: 132px 0 54px;
  border-bottom: 1px solid var(--line);
}

.article {
  width: min(880px, calc(100% - 32px));
  margin: 0 auto;
  padding: 58px 0 88px;
}

.article h1 {
  margin-bottom: 18px;
  font-size: clamp(42px, 7vw, 76px);
}

.article h2 {
  margin: 48px 0 14px;
  font-size: clamp(28px, 4vw, 42px);
}

.article .lead {
  font-size: 20px;
  color: var(--muted);
}

.article a:not(.button) {
  color: var(--teal);
  border-bottom: 1px solid rgba(110, 199, 185, 0.32);
}

.policy-list {
  display: grid;
  gap: 12px;
  padding-left: 20px;
}

.inline-cta {
  margin: 42px 0;
  padding: 24px;
  border: 1px solid rgba(217, 148, 35, 0.36);
  border-radius: var(--radius);
  background: rgba(217, 148, 35, 0.08);
}

@media (max-width: 900px) {
  .nav {
    min-height: 64px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    padding-top: 96px;
  }

  .hero-inner,
  .feature-band,
  .grid.three,
  .grid.two {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-text {
    font-size: 18px;
  }

  .section {
    padding: 64px 0;
  }
}

@media (max-width: 560px) {
  .brand {
    font-size: 19px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  h1 {
    font-size: clamp(54px, 18vw, 86px);
  }

  .cta-row,
  .button {
    width: 100%;
  }

  .feature-band {
    padding: 22px;
  }

  .step {
    grid-template-columns: 42px 1fr;
  }

  .step::before {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }
}
