:root {
  --bg: #121212;
  --bg-soft: #171a18;
  --panel: rgba(19, 24, 21, 0.86);
  --panel-strong: rgba(13, 18, 15, 0.94);
  --line: rgba(231, 242, 234, 0.12);
  --text: #e7f2ea;
  --muted: #9db4a5;
  --primary: #0b5c3b;
  --primary-bright: #19b36d;
  --accent-blue: #448aff;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(25, 179, 109, 0.16), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(68, 138, 255, 0.12), transparent 22%),
    linear-gradient(180deg, #0d100e 0%, #121212 46%, #0d100e 100%);
  color: var(--text);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(circle at center, black 45%, transparent 95%);
}

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

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

.shell {
  position: relative;
  z-index: 1;
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(11, 13, 12, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.topbar-inner,
.hero-actions,
.footer-grid,
.button-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar-inner {
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  padding: 6px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.24), transparent 38%),
    linear-gradient(135deg, #06260c 0%, #0b5c3b 48%, #19b36d 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 0 30px rgba(25, 179, 109, 0.25);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav a:hover,
.nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
}

.button,
.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible,
.button-link:hover,
.button-link:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, #0b5c3b 0%, #19b36d 100%);
  color: #fff;
  box-shadow: 0 18px 32px rgba(25, 179, 109, 0.22);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.hero {
  padding: 62px 0 28px;
}

.hero-grid,
.grid-2,
.grid-3,
.split-hero {
  display: grid;
  gap: 20px;
}

.split-hero {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  align-items: stretch;
}

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

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

.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(25, 179, 109, 0.24);
  background: rgba(25, 179, 109, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #d4ffe8;
  font-family: "Chakra Petch", sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow img {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  padding: 3px;
  background: rgba(8, 22, 14, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-copy h1,
.section-head h2,
.cta-card h3 {
  margin: 18px 0 14px;
  font-family: "Chakra Petch", sans-serif;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.hero-copy h1 {
  font-size: clamp(2.7rem, 7vw, 5.3rem);
  max-width: 10ch;
}

.hero-copy p,
.section-head p,
.card p,
.faq-item p,
.cta-card p,
.side-panel p {
  margin: 0;
  line-height: 1.75;
  color: var(--muted);
}

.hero-copy p {
  max-width: 62ch;
  font-size: clamp(1rem, 2vw, 1.14rem);
}

.hero-actions,
.button-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 28px;
}

.card,
.faq-item,
.side-panel,
.cta-card {
  position: relative;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    var(--panel);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.card,
.faq-item,
.side-panel,
.cta-card {
  padding: 24px;
}

.card::before,
.faq-item::before,
.cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 45%);
  pointer-events: none;
}

.card h3,
.faq-item h3,
.side-panel h3 {
  margin: 0 0 12px;
  font-size: 1.16rem;
  line-height: 1.25;
}

.section {
  padding: 42px 0;
}

.section-head {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
  max-width: 820px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.15rem);
}

.bullet-list,
.check-list,
.faq-list,
.page-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.bullet-list li,
.check-list li {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 12px;
  align-items: start;
  color: #dce8e0;
  line-height: 1.6;
}

.bullet-list li::before,
.check-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 0.45rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-bright), #8dffbf);
  box-shadow: 0 0 20px rgba(25, 179, 109, 0.35);
}

.page-links a,
.text-link {
  color: #8dffbf;
  font-weight: 700;
}

.side-panel {
  background:
    linear-gradient(135deg, rgba(6, 38, 12, 0.92), rgba(11, 92, 59, 0.82)),
    var(--panel-strong);
}

.side-panel .kicker {
  margin-bottom: 12px;
}

.side-panel strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.85rem;
  line-height: 1;
  font-family: "Chakra Petch", sans-serif;
}

.cta-card {
  background:
    linear-gradient(135deg, rgba(7, 27, 16, 0.96), rgba(11, 92, 59, 0.7) 55%, rgba(4, 10, 8, 0.96)),
    var(--panel-strong);
  border-color: rgba(141, 255, 191, 0.18);
}

.footer {
  padding: 28px 0 52px;
}

.footer-grid {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}

@media (max-width: 980px) {
  .split-hero,
  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .topbar-inner {
    min-height: 0;
    flex-wrap: wrap;
    padding-block: 12px 10px;
    row-gap: 4px;
  }

  .nav {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 6px 16px;
    font-size: 0.9rem;
  }

  .hero {
    padding-top: 36px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(var(--max), calc(100% - 20px));
  }

  .button,
  .button-link {
    width: 100%;
  }

  .eyebrow,
  .kicker {
    max-width: 100%;
  }

  .card,
  .faq-item,
  .side-panel,
  .cta-card {
    padding: 20px;
  }
}

.shot-figure {
  margin: 0;
  display: grid;
  gap: 16px;
  justify-items: center;
}

.shot-figure img {
  width: min(320px, 100%);
  border-radius: 28px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.shot-figure figcaption {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: center;
  max-width: 46ch;
}
