:root {
  --gold: #ffd000;
  --gold-deep: #c69800;
  --gold-soft: #fff1a6;
  --ink: #080808;
  --ink-2: #141414;
  --paper: #fffdf5;
  --muted: #6f7482;
  --line: rgba(255, 208, 0, 0.32);
  --radius: 8px;
  --shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 18px clamp(18px, 5vw, 88px);
  background: rgba(8, 8, 8, 0.95);
  color: #fff;
  border-bottom: 1px solid rgba(255, 208, 0, 0.18);
  backdrop-filter: blur(12px);
}

.brand img {
  width: 92px;
  height: 66px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 32px);
  font-size: 0.96rem;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: #fff;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #111;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--gold);
}

main {
  width: min(100%, 1280px);
  margin: 0 auto;
}

.section-dark {
  color: #fff;
  background:
    radial-gradient(circle at 86% 9%, rgba(255, 226, 0, 0.82), rgba(181, 139, 0, 0.18) 23%, transparent 45%),
    linear-gradient(135deg, #050505 0%, #101010 54%, #050505 100%);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
  align-items: center;
  gap: clamp(32px, 5vw, 70px);
  min-height: 560px;
  padding: clamp(36px, 6vw, 72px) clamp(20px, 8vw, 98px);
}

.hero-card {
  max-width: 540px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background: linear-gradient(125deg, rgba(255,255,255,0.14), rgba(255,255,255,0.03) 38%, rgba(0,0,0,0.32));
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--gold-deep);
}

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

h1 {
  margin: 0;
  font-size: clamp(2.15rem, 5vw, 4.7rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-card h1 {
  max-width: 12ch;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
}

h2 {
  margin: 0 0 14px;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.2;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 6px;
  font-size: 1.08rem;
  line-height: 1.3;
}

.hero-card p:not(.eyebrow),
.section-heading p,
.final-cta p,
.legal-hero p {
  color: rgba(255, 255, 255, 0.75);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.button-row.center {
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(180deg, var(--gold), #e2ad00);
  color: #050505;
  box-shadow: 0 10px 24px rgba(255, 208, 0, 0.28);
}

.btn-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.btn.wide,
.btn.centered {
  width: min(100%, 330px);
  margin-inline: auto;
}

.hero-art img {
  width: min(100%, 520px);
  margin-inline: auto;
  filter: drop-shadow(0 22px 38px rgba(255, 208, 0, 0.18));
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.85fr);
  align-items: center;
  gap: clamp(28px, 6vw, 70px);
  padding: clamp(48px, 8vw, 86px) clamp(20px, 11vw, 140px);
}

.content-grid p,
.article-section p,
.legal-content p {
  color: #242424;
}

.logo-panel {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: #090909;
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.16);
}

.quote-band {
  display: grid;
  place-items: center;
  min-height: 330px;
  padding: 58px 20px;
  text-align: center;
}

.quote-band blockquote {
  max-width: 650px;
  margin: 0 0 28px;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  font-weight: 800;
  line-height: 1.22;
}

.article-section {
  padding: clamp(44px, 7vw, 78px) clamp(20px, 9vw, 112px);
}

.tips-list {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.tips-list div {
  padding-left: 18px;
  border-left: 4px solid var(--gold);
}

.steps-section,
.final-cta {
  width: min(100% - 40px, 980px);
  margin: 34px auto;
  padding: clamp(34px, 6vw, 62px);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.step-list {
  display: grid;
  gap: 12px;
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.step-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 56px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 208, 0, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 208, 0, 0.18);
}

.step-list span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gold);
  color: #090909;
  font-weight: 900;
}

.step-list.compact {
  margin-bottom: 30px;
}

.final-cta {
  margin-bottom: 0;
  text-align: center;
}

.bonus-line {
  display: inline-block;
  margin: 14px auto 4px;
  padding: 8px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--gold);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 900;
}

.site-footer {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 26px 20px 46px;
  color: #6b7280;
  text-align: center;
  border-top: 1px solid rgba(198, 152, 0, 0.3);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.site-footer a {
  color: #4b5563;
  text-decoration: none;
}

.back-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: var(--radius);
  background: #17008f;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  cursor: pointer;
}

.back-top.visible {
  display: block;
}

.legal-page {
  min-height: 70vh;
}

.legal-hero {
  padding: clamp(54px, 8vw, 96px) clamp(20px, 10vw, 128px);
}

.legal-hero h1 {
  max-width: 820px;
}

.legal-hero p {
  max-width: 730px;
}

.legal-content {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(40px, 7vw, 76px) 20px;
}

.legal-content h2 {
  margin-top: 30px;
  font-size: 1.45rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1fr);
  gap: 28px;
  padding: clamp(42px, 7vw, 76px) clamp(20px, 9vw, 112px);
}

.contact-card,
.contact-form {
  border-radius: var(--radius);
  padding: 28px;
}

.contact-link {
  color: var(--gold);
  font-weight: 900;
}

.small-note {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
}

.contact-form {
  display: grid;
  gap: 10px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.09);
}

.contact-form label {
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d9d6c5;
  border-radius: var(--radius);
  padding: 13px 14px;
  font: inherit;
}

@media (max-width: 860px) {
  .site-header {
    align-items: center;
    padding: 10px 18px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    inset: 76px 14px auto 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #090909;
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
  }

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

  .hero {
    min-height: auto;
    gap: 24px;
    padding: 34px 18px 44px;
  }

  .hero-art {
    order: 2;
  }

  .hero-art img {
    width: min(52vw, 220px);
    max-height: 220px;
    object-fit: contain;
  }
}

@media (max-width: 560px) {
  .brand img {
    width: 64px;
    height: 48px;
  }

  .hero-card h1 {
    max-width: 11ch;
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .hero-card {
    padding: 22px;
  }

  .hero {
    gap: 18px;
    padding-top: 26px;
  }

  .hero-art img {
    width: min(48vw, 170px);
    max-height: 170px;
  }

  .button-row,
  .button-row.center {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .steps-section,
  .final-cta {
    width: calc(100% - 24px);
    padding: 26px 16px;
  }
}
