:root {
  --ink: #14221d;
  --muted: #5c6d66;
  --line: #dce7e2;
  --paper: #ffffff;
  --soft: #f3f8f5;
  --green: #0b7a53;
  --green-dark: #064932;
  --teal: #0f8a97;
  --amber: #d69a18;
  --hot: #ff321f;
  --gold: #ffbd25;
  --night: #000000;
  --panel: #151515;
  --shadow: 0 24px 70px rgba(6, 73, 50, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f3f4f5;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 10;
  padding: 0.7rem 1rem;
  background: var(--green-dark);
  color: white;
  border-radius: 0.5rem;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 8;
  background: #000;
  border-bottom: 1px solid #323232;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 800;
  text-decoration: none;
  color: #fff;
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
}

.brand-logo {
  width: 60px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.75rem;
  text-decoration: none;
  color: #fff;
}

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

.menu-toggle {
  display: none;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.hero {
  width: min(1120px, calc(100% - 32px));
  min-height: auto;
  margin: 0 auto;
  padding: 1.15rem clamp(1rem, 2vw, 1.25rem) 1.05rem;
  color: #fff;
  background: #000;
  display: block;
}

.hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 336px;
  gap: clamp(1.4rem, 6vw, 4.7rem);
  align-items: start;
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding-left: 0;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(1.85rem, 2.58vw, 1.98rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(1.65rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 0.35rem;
  font-size: 1.04rem;
  line-height: 1.25;
}

.lede {
  max-width: 68ch;
  margin: 1.35rem 0 0;
  color: #fff;
  font-size: clamp(1rem, 1.8vw, 1.16rem);
  line-height: 1.55;
}

.hero-actions,
.download-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}

.hero-actions {
  margin-top: 1.7rem;
}

.compact-actions {
  justify-content: center;
  max-width: 560px;
}

.light-button {
  width: min(200px, 42vw);
  color: #0b0b0b;
  background: #fff;
  border-radius: 4px;
  box-shadow: none;
}

.download-now {
  width: min(500px, 100%);
  margin: 3.2rem auto 0;
  color: #050505;
  background: #fff;
  border-radius: 8px;
  border-bottom: 4px solid var(--hot);
  font-size: 1.15rem;
  box-shadow: none;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.05rem;
  border-radius: 0.5rem;
  font-weight: 900;
  text-decoration: none;
}

.button span {
  margin-left: 0.45rem;
}

.button.primary {
  color: #fff;
  background: var(--green);
  box-shadow: 0 12px 28px rgba(11, 122, 83, 0.25);
}

.button.secondary {
  color: var(--green-dark);
  background: #e8f4ef;
}

.trust-strip {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.trust-strip span {
  padding: 0.45rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green-dark);
  background: white;
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-media {
  position: relative;
  margin: 0;
}

.hero-media img {
  width: 338px;
  height: 338px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 0 18px rgba(255, 238, 50, 0.9), 0 0 28px rgba(255, 238, 50, 0.55);
}

.cover-badge,
.cover-bonus {
  position: absolute;
  display: none;
}

.quick-facts,
.content-layout,
.footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.quick-facts {
  padding: 50px 26px;
  border-top: 0;
  background: #121212;
  margin-top: 36px;
  width: 100%;
}

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

.section-head p:not(.eyebrow) {
  color: var(--muted);
  margin: 0.8rem 0 0;
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  padding: 12px 18px 20px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-radius: 14px;
  background:
    linear-gradient(#1a1a1a, #1a1a1a) padding-box,
    linear-gradient(90deg, #ff3a24, #ff2f88, #335dff, #24db70) border-box;
}

.fact-card,
.article-section,
.download-panel,
.warning-grid article,
.steps article {
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  background: white;
}

.fact-card {
  min-height: 146px;
  padding: 1rem 0.75rem;
  border-color: #666;
  border-radius: 9px;
  background: #1a1a1a;
  color: #fff;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.fact-card span {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.fact-card strong {
  display: block;
  margin: 0.3rem 0 0.35rem;
  color: #ff3d2a;
  font-size: 1.08rem;
  line-height: 1.2;
}

.fact-card .fact-icon {
  color: var(--gold);
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 900;
}

.site-links-panel {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: 1.25rem;
  background: #fff;
}

.site-links-panel > a {
  color: #c47f00;
  font-weight: 700;
}

.site-links-panel h2 {
  margin: 0.1rem 0 0.7rem;
  padding: 0.15rem 1rem 0.35rem;
  color: #fff;
  background: #000;
  border-bottom: 4px solid #f1a81b;
  border-radius: 8px;
  text-align: center;
}

.download-panel {
  margin-top: 0.9rem;
  padding: 1rem;
  justify-content: space-between;
  background: var(--soft);
}

.download-panel p {
  max-width: 72ch;
  margin: 0.25rem 0 0;
  color: var(--muted);
}

.content-layout {
  padding: clamp(1rem, 5vw, 3.5rem) 0 clamp(2rem, 7vw, 6rem);
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
}

.toc {
  position: sticky;
  top: 86px;
  display: grid;
  gap: 0.25rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  background: var(--soft);
}

.toc strong {
  margin-bottom: 0.35rem;
}

.toc a {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 750;
  text-decoration: none;
}

.article-stack {
  display: grid;
  gap: 1rem;
}

.article-section {
  padding: clamp(1.1rem, 4vw, 2rem);
}

.article-section p {
  color: var(--muted);
}

.check-list,
.split-grid ul {
  padding-left: 1.1rem;
}

.check-list li,
.split-grid li {
  margin: 0.45rem 0;
}

.steps,
.split-grid,
.warning-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.steps article,
.warning-grid article {
  padding: 1rem;
  background: #fbfdfc;
}

.steps span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 0.8rem;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font-weight: 900;
}

.comparison-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
}

.comparison-table > div {
  display: grid;
  grid-template-columns: 0.65fr 1fr 1.15fr;
  border-top: 1px solid var(--line);
}

.comparison-table > div:first-child {
  border-top: 0;
}

.comparison-table span {
  padding: 0.8rem;
  border-left: 1px solid var(--line);
}

.comparison-table span:first-child {
  border-left: 0;
  font-weight: 900;
}

.table-head {
  color: white;
  background: var(--green-dark);
  font-weight: 900;
}

.safety {
  background: linear-gradient(180deg, #fff, #f8fffb);
}

.timeline {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.timeline li {
  margin: 0.8rem 0;
}

details {
  border-top: 1px solid var(--line);
}

details:first-of-type {
  border-top: 0;
}

summary {
  min-height: 52px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--green-dark);
  font-weight: 900;
}

.footer {
  padding: 2rem 0 5rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
}

.footer p {
  max-width: 760px;
  margin: 0;
}

.footer a {
  font-weight: 900;
  text-decoration: none;
  color: var(--green-dark);
}

.sub-hero {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(2rem, 7vw, 5rem) 0 clamp(1.25rem, 4vw, 2.5rem);
}

.sub-hero h1 {
  max-width: 15ch;
}

.sub-hero p:not(.eyebrow) {
  max-width: 72ch;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.16rem);
}

.page-shell {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 clamp(2rem, 7vw, 5rem);
  display: grid;
  gap: 1rem;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.info-card,
.note-panel {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  background: white;
}

.info-card span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.info-card strong {
  display: block;
  margin-top: 0.3rem;
  color: var(--green-dark);
}

.note-panel {
  background: var(--soft);
}

.note-panel p {
  color: var(--muted);
}

.simple-list {
  margin: 0;
  padding-left: 1.1rem;
}

.simple-list li {
  margin: 0.5rem 0;
}

.site-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.site-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  color: var(--green-dark);
  background: white;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 900px) {
  .nav {
    min-height: 67px;
    padding: 0;
    align-items: center;
    flex-direction: row;
  }

  .nav-links {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hero {
    width: 100%;
    min-height: auto;
    padding: 1.05rem 17px 1.2rem;
  }

  .hero-main {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-media {
    display: flex;
    justify-content: center;
  }

  .hero-media img {
    width: min(338px, 100%);
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
  }

  .cover-badge,
  .cover-bonus {
    display: grid;
    place-items: center;
  }

  .cover-badge-logo {
    right: -10px;
    bottom: 84px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #050505;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.6);
  }

  .cover-badge-logo img {
    width: 46px;
    height: auto;
  }

  .cover-badge-seven {
    right: -10px;
    bottom: 32px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: #fff;
    border: 3px solid #49b760;
    background: #253829;
    font-size: 1.75rem;
    font-weight: 900;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.6);
  }

  .cover-bonus {
    right: -11px;
    bottom: -3px;
    min-height: 42px;
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
    color: #fff;
    background: #ff6b4a;
    font-weight: 900;
    text-decoration: none;
  }

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

  .quick-facts {
    padding: 22px 10px;
    margin-top: 26px;
  }

  .content-layout {
    grid-template-columns: 1fr;
  }

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

  .toc strong {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .hero-actions,
  .download-panel {
    align-items: stretch;
  }

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

  h1 {
    font-size: clamp(1.65rem, 7.35vw, 1.82rem);
    line-height: 1.12;
  }

  .compact-actions {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .compact-actions .button {
    min-height: 42px;
  }

  .download-now {
    margin-top: 3.05rem;
    min-height: 49px;
    font-size: 1.2rem;
  }

  .facts-grid,
  .info-grid,
  .steps,
  .split-grid,
  .warning-grid {
    grid-template-columns: 1fr;
  }

  .facts-grid {
    padding: 10px;
  }

  .fact-card {
    min-height: 116px;
  }

  .fact-card .fact-icon {
    font-size: 2rem;
  }

  .comparison-table {
    border: 0;
  }

  .comparison-table > div {
    grid-template-columns: 1fr;
    margin-bottom: 0.75rem;
    border: 1px solid var(--line);
    border-radius: 0.7rem;
    overflow: hidden;
  }

  .comparison-table span {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .comparison-table span:first-child {
    border-top: 0;
  }

  .table-head {
    display: none !important;
  }

  .footer {
    display: block;
  }

  .footer a {
    display: inline-flex;
    margin-top: 1rem;
  }
}
