:root {
  --bg: #001c14;
  --bg-deep: #00150f;
  --surface: #10251e;
  --surface-strong: #142b23;
  --border: rgba(173, 223, 195, 0.14);
  --text: #f7fbf8;
  --soft: #b9c8c1;
  --muted: #82968d;
  --green: #58cc02;
  --green-bright: #72e71a;
  --green-soft: rgba(88, 204, 2, 0.12);
  --shadow: 0 24px 70px rgba(0, 8, 5, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 8%, rgba(88, 204, 2, 0.08), transparent 24rem),
    linear-gradient(180deg, var(--bg-deep), var(--bg) 35%, #001810);
  color: var(--text);
  font-family: var(--font-geist), Arial, sans-serif;
  line-height: 1.6;
}

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

.site-header {
  align-items: center;
  backdrop-filter: blur(20px);
  background: rgba(0, 21, 15, 0.78);
  border-bottom: 1px solid var(--border);
  display: flex;
  height: 76px;
  justify-content: space-between;
  left: 0;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand img {
  display: block;
  height: 39px;
  object-fit: contain;
  width: 120px;
}

.header-link {
  border: 1px solid rgba(88, 204, 2, 0.35);
  border-radius: 999px;
  color: var(--green-bright);
  font-size: 0.9rem;
  font-weight: 750;
  padding: 9px 16px;
}

.header-link:hover,
.header-link:focus-visible {
  background: var(--green-soft);
  outline: none;
}

.hero {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  margin: 0 auto;
  min-height: 570px;
  overflow: hidden;
  padding: 72px 24px 64px;
  position: relative;
  width: min(1180px, 100%);
}

.hero-glow {
  background: rgba(88, 204, 2, 0.13);
  border-radius: 50%;
  filter: blur(100px);
  height: 360px;
  position: absolute;
  right: -60px;
  top: 80px;
  width: 360px;
}

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

.eyebrow {
  align-items: center;
  color: var(--green-bright);
  display: flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.status-dot {
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(88, 204, 2, 0.11);
  height: 8px;
  width: 8px;
}

h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 25px 0 26px;
  max-width: 760px;
}

h1 span {
  color: var(--green);
  display: block;
}

.hero-intro {
  color: var(--soft);
  font-size: clamp(1.02rem, 1.7vw, 1.2rem);
  max-width: 650px;
}

.updated {
  border-left: 2px solid var(--green);
  color: var(--muted);
  font-size: 0.88rem;
  margin-top: 28px;
  padding-left: 12px;
}

.mascot-wrap {
  align-items: flex-end;
  display: flex;
  height: 470px;
  justify-content: center;
  position: relative;
}

.mascot {
  filter: drop-shadow(0 35px 35px rgba(0, 0, 0, 0.28));
  height: 460px;
  object-fit: contain;
  position: relative;
  width: min(100%, 430px);
  z-index: 2;
}

.mascot-orbit {
  border: 1px solid rgba(88, 204, 2, 0.22);
  border-radius: 50%;
  position: absolute;
}

.orbit-one {
  height: 360px;
  width: 360px;
}

.orbit-two {
  border-style: dashed;
  height: 420px;
  opacity: 0.5;
  width: 420px;
}

.content-shell {
  align-items: start;
  display: grid;
  gap: 56px;
  grid-template-columns: 220px minmax(0, 820px);
  justify-content: center;
  margin: 0 auto;
  padding: 24px 24px 110px;
  width: min(1180px, 100%);
}

.toc {
  position: sticky;
  top: 110px;
}

.toc > p {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.toc nav {
  border-left: 1px solid var(--border);
  display: grid;
}

.toc nav a {
  color: var(--soft);
  font-size: 0.91rem;
  padding: 7px 0 7px 18px;
  transition: 160ms ease;
}

.toc nav a:hover,
.toc nav a:focus-visible,
.toc nav a.active,
.toc nav a[aria-current="location"] {
  border-left: 2px solid var(--green);
  color: var(--green-bright);
  margin-left: -1px;
  outline: none;
}

.privacy-note {
  align-items: flex-start;
  background: var(--green-soft);
  border: 1px solid rgba(88, 204, 2, 0.2);
  border-radius: 16px;
  display: flex;
  gap: 10px;
  margin-top: 24px;
  padding: 15px;
}

.privacy-note > span {
  align-items: center;
  background: var(--green);
  border-radius: 50%;
  color: #082006;
  display: flex;
  flex: 0 0 24px;
  font-size: 0.78rem;
  font-weight: 900;
  height: 24px;
  justify-content: center;
}

.privacy-note p {
  color: var(--soft);
  font-size: 0.78rem;
  line-height: 1.45;
  margin: 0;
}

.privacy-note strong {
  color: var(--text);
}

.policy {
  min-width: 0;
}

.policy > section {
  border-top: 1px solid var(--border);
  padding: 70px 0;
}

.policy > section:first-child {
  border-top: 0;
}

.section-label {
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.15rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 0 0 22px;
}

h3 {
  font-size: 1rem;
  margin: 0;
}

.policy section > p {
  color: var(--soft);
  font-size: 1.02rem;
  margin: 0 0 18px;
  max-width: 760px;
}

.summary-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
}

.summary-card,
.permission-list,
.choice-grid > div {
  background: linear-gradient(145deg, var(--surface-strong), var(--surface));
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.summary-card {
  border-radius: 20px;
  min-height: 190px;
  padding: 24px;
}

.summary-card > span {
  align-items: center;
  background: var(--green-soft);
  border-radius: 12px;
  color: var(--green-bright);
  display: flex;
  font-size: 1.35rem;
  height: 42px;
  justify-content: center;
  margin-bottom: 30px;
  width: 42px;
}

.summary-card p,
.choice-grid p,
.permission-row p {
  color: var(--soft);
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 7px 0 0;
}

.check-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 30px 0;
  padding: 0;
}

.check-list li {
  align-items: flex-start;
  background: rgba(16, 37, 30, 0.58);
  border: 1px solid var(--border);
  border-radius: 16px;
  display: flex;
  gap: 14px;
  padding: 19px 20px;
}

.check-list li > span {
  align-items: center;
  background: var(--green);
  border-radius: 50%;
  color: #082006;
  display: flex;
  flex: 0 0 26px;
  font-size: 0.8rem;
  font-weight: 900;
  height: 26px;
  justify-content: center;
  margin-top: 1px;
}

.check-list p {
  color: var(--soft);
  font-size: 0.9rem;
  margin: 3px 0 0;
}

.callout {
  align-items: center;
  background: linear-gradient(90deg, rgba(88, 204, 2, 0.13), rgba(88, 204, 2, 0.04));
  border: 1px solid rgba(88, 204, 2, 0.25);
  border-radius: 18px;
  display: flex;
  gap: 16px;
  margin-top: 28px;
  padding: 21px 24px;
}

.callout > span {
  font-size: 1.5rem;
}

.callout p {
  color: var(--soft);
  margin: 0;
}

.callout strong {
  color: var(--text);
}

.permission-list {
  border-radius: 22px;
  margin-top: 30px;
  overflow: hidden;
}

.permission-row {
  align-items: flex-start;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 18px;
  padding: 24px;
}

.permission-row:last-child {
  border-bottom: 0;
}

.permission-icon {
  align-items: center;
  background: var(--green-soft);
  border: 1px solid rgba(88, 204, 2, 0.18);
  border-radius: 14px;
  display: flex;
  flex: 0 0 48px;
  font-size: 1.35rem;
  height: 48px;
  justify-content: center;
}

.choice-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
}

.choice-grid > div {
  border-radius: 18px;
  padding: 23px;
}

.contact-section {
  align-items: center;
  background: linear-gradient(110deg, var(--surface-strong), rgba(16, 37, 30, 0.5));
  border: 1px solid rgba(88, 204, 2, 0.22) !important;
  border-radius: 28px;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 180px;
  margin-top: 36px;
  overflow: hidden;
  padding: 46px !important;
}

.contact-section img {
  align-self: end;
  height: 190px;
  object-fit: contain;
  transform: translateY(28px);
  width: 180px;
}

footer {
  align-items: center;
  background: rgba(0, 13, 9, 0.62);
  border-top: 1px solid var(--border);
  color: var(--muted);
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  padding: 34px max(24px, calc((100vw - 1120px) / 2));
}

footer img {
  height: 35px;
  object-fit: contain;
  width: 105px;
}

footer p {
  font-size: 0.84rem;
  margin: 0;
}

footer a {
  color: var(--green-bright);
  font-size: 0.84rem;
  font-weight: 750;
  justify-self: end;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr 320px;
    min-height: 500px;
  }

  .mascot-wrap {
    height: 390px;
  }

  .mascot {
    height: 390px;
  }

  .orbit-one {
    height: 300px;
    width: 300px;
  }

  .orbit-two {
    height: 350px;
    width: 350px;
  }

  .content-shell {
    gap: 34px;
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .summary-grid {
    grid-template-columns: 1fr;
  }

  .summary-card {
    min-height: auto;
  }

  .summary-card > span {
    margin-bottom: 18px;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 76px;
  }

  .site-header {
    height: 66px;
    padding-inline: 18px;
  }

  .brand img {
    height: 34px;
    width: 104px;
  }

  .header-link {
    font-size: 0.78rem;
    padding: 7px 12px;
  }

  .hero {
    gap: 12px;
    grid-template-columns: 1fr;
    padding: 52px 20px 42px;
  }

  h1 {
    font-size: clamp(2.65rem, 13vw, 4.2rem);
  }

  .mascot-wrap {
    height: 350px;
  }

  .mascot {
    height: 350px;
  }

  .orbit-one {
    height: 270px;
    width: 270px;
  }

  .orbit-two {
    height: 320px;
    width: 320px;
  }

  .content-shell {
    display: block;
    padding: 0 20px 70px;
  }

  .toc {
    background: rgba(16, 37, 30, 0.72);
    border: 1px solid var(--border);
    border-radius: 18px;
    margin: 0 0 24px;
    padding: 16px;
    position: static;
  }

  .toc nav {
    border: 0;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .toc nav::-webkit-scrollbar {
    display: none;
  }

  .toc nav a {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid var(--border);
    border-radius: 999px;
    flex: 0 0 auto;
    padding: 7px 12px;
  }

  .toc nav a:hover,
  .toc nav a:focus-visible,
  .toc nav a.active,
  .toc nav a[aria-current="location"] {
    border: 1px solid var(--green);
    margin-left: 0;
  }

  .privacy-note {
    display: none;
  }

  .policy > section {
    padding: 52px 0;
  }

  h2 {
    font-size: 2.2rem;
  }

  .choice-grid {
    grid-template-columns: 1fr;
  }

  .contact-section {
    grid-template-columns: 1fr;
    padding: 30px 26px 0 !important;
  }

  .contact-section img {
    justify-self: center;
  }

  footer {
    grid-template-columns: 1fr auto;
  }

  footer p {
    display: none;
  }
}

@media (max-width: 420px) {
  .hero {
    padding-inline: 16px;
  }

  .mascot-wrap {
    height: 315px;
  }

  .mascot {
    height: 315px;
  }

  .orbit-one {
    height: 245px;
    width: 245px;
  }

  .orbit-two {
    height: 290px;
    width: 290px;
  }

  .content-shell {
    padding-inline: 16px;
  }

  .permission-row {
    gap: 13px;
    padding: 19px 16px;
  }

  .permission-icon {
    flex-basis: 42px;
    height: 42px;
  }

  .callout {
    align-items: flex-start;
    padding: 18px;
  }
}

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