:root {
  --bg-dark-top: #0f1f0f;
  --bg-dark-bottom: #1a2419;
  --bg-white: #ffffff;
  --bg-gray: #f4f4f4;
  --bg-light-green: #edf5ed;
  --brand-green: #2e7d32;
  --brand-green-hover: #1b5e20;
  --brand-green-bright: #4caf50;
  --brand-green-dark: #1a3319;
  --highlight-yellow: #ffe000;
  --accent-red: #d33;
  --text-dark: #111111;
  --text-light: #ffffff;
  --text-muted: #666666;
  --text-secondary: #444444;
  --border-subtle: #e0e0e0;
  --font-display: "Barlow Condensed", "Bebas Neue", Impact, sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --container-max: 1200px;
  --content-max: 760px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-dark);
  background: var(--bg-white);
  -webkit-font-smoothing: antialiased;
}

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

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

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

.brand {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: 0.08em;
  color: var(--text-light);
  padding: 10px 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  display: inline-block;
  font-weight: 600;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--highlight-yellow);
}

.brand-link:hover {
  color: var(--text-light);
}

.btn-main,
.btn-dark,
.btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border: none;
  border-radius: 9999px;
  background: var(--brand-green-bright);
  color: var(--text-dark);
  font-family: var(--font-display);
  font-size: clamp(20px, 3vw, 28px);
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 28px;
  cursor: pointer;
  text-align: center;
  transition: transform 0.15s, background 0.15s, color 0.15s;
}

.btn-main:hover,
.btn-dark:hover,
.btn-download:hover {
  background: var(--brand-green);
  color: var(--text-light);
  transform: translateY(-2px);
}

.btn-main[disabled] {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

.btn-light,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border-radius: 9999px;
  font-family: var(--font-display);
  font-size: clamp(18px, 3vw, 24px);
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 28px;
  text-align: center;
  transition: transform 0.15s, background 0.15s, color 0.15s, border-color 0.15s;
}

.btn-light:hover,
.btn-secondary:hover {
  transform: translateY(-2px);
}

body.gift-page {
  background: var(--bg-gray);
}

body.gift-page .hero {
  background: linear-gradient(180deg, var(--bg-dark-top) 0%, var(--bg-dark-bottom) 100%);
  color: var(--text-light);
  padding: 36px 0 72px;
  overflow: hidden;
}

body.gift-page .hero-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 34px;
}

body.gift-page .hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: start;
}

body.gift-page .hero-copy {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

body.gift-page .badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--highlight-yellow);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.gift-page h1 {
  font-family: var(--font-display);
  font-size: clamp(52px, 9vw, 120px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0 auto 24px;
  max-width: 980px;
}

body.gift-page .highlight {
  color: var(--highlight-yellow);
}

body.gift-page .hero-sub {
  max-width: 760px;
  margin: 0 auto 28px;
  font-size: 24px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

body.gift-page .hero-points {
  list-style: none;
  max-width: 720px;
  margin: 0 auto 34px;
  display: grid;
  gap: 10px;
  text-align: left;
}

body.gift-page .hero-points li {
  position: relative;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
}

body.gift-page .hero-points li::before {
  content: "\\2192";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand-green-bright);
  font-weight: 800;
}

body.gift-page .pdf-stack {
  position: relative;
  height: 400px;
  width: min(520px, 100%);
  margin: 12px auto 0;
}

body.gift-page .pdf-card {
  position: absolute;
  width: 220px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.38);
  transition: transform 0.2s ease;
}

body.gift-page .pdf-card:hover {
  transform: translateY(-6px) rotate(0deg) !important;
}

body.gift-page .pdf-card-1 {
  left: 0;
  top: 10px;
  transform: rotate(-9deg);
  z-index: 3;
}

body.gift-page .pdf-card-2 {
  left: 145px;
  top: 28px;
  transform: rotate(2deg);
  z-index: 2;
}

body.gift-page .pdf-card-3 {
  left: 290px;
  top: 52px;
  transform: rotate(10deg);
  z-index: 1;
}

body.gift-page .optin-card {
  background: var(--bg-white);
  color: var(--text-dark);
  border-radius: 20px;
  padding: 30px 28px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

body.gift-page .hero-form-wrap {
  width: min(560px, 100%);
  margin: 0 auto;
}

body.gift-page .optin-card h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.02;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}

body.gift-page .optin-card p {
  color: var(--text-secondary);
  font-size: 15px;
  margin-bottom: 18px;
  text-align: center;
}

body.gift-page .form-group {
  margin-bottom: 14px;
}

body.gift-page .form-group input {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  background: var(--bg-white);
  color: var(--text-dark);
  font: inherit;
  font-size: 16px;
}

body.gift-page .form-group input:focus {
  outline: none;
  border-color: var(--brand-green-bright);
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2);
}

body.gift-page .btn-main {
  width: 100%;
}

body.gift-page .form-note {
  margin-top: 12px;
  font-size: 12px;
  color: var(--text-muted);
  text-align: center;
}

body.gift-page .section {
  padding: clamp(56px, 8vw, 88px) 0;
}

body.gift-page .section-shell {
  background: var(--bg-white);
}

body.gift-page .section h2 {
  font-family: var(--font-display);
  font-size: clamp(34px, 5.5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px;
  font-weight: 800;
}

body.gift-page .section-lead {
  max-width: var(--content-max);
  margin: 0 auto 36px;
  text-align: center;
  font-size: 22px;
  color: var(--text-secondary);
  line-height: 1.65;
}

body.gift-page .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body.gift-page .feature-card,
body.gift-page .pdf-item,
body.gift-page .bridge-card {
  background: var(--bg-white);
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

body.gift-page .feature-card {
  padding: 26px 24px;
}

body.gift-page .feature-card strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.05;
  text-transform: uppercase;
}

body.gift-page .feature-card p {
  font-size: 16px;
  color: var(--text-secondary);
}

body.gift-page .pdf-list {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

body.gift-page .pdf-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px;
}

body.gift-page .pdf-num {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  background: var(--bg-dark-top);
  color: var(--highlight-yellow);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 700;
}

body.gift-page .pdf-item h3 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 6px;
}

body.gift-page .pdf-meta {
  color: var(--brand-green);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

body.gift-page .pdf-item p {
  font-size: 16px;
  color: var(--text-secondary);
}

body.gift-page .bridge {
  background: linear-gradient(180deg, var(--bg-dark-top), var(--bg-dark-bottom));
  color: var(--text-light);
}

body.gift-page .bridge-card {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  padding: 36px 32px;
}

body.gift-page .bridge-kicker {
  color: var(--brand-green-bright);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: center;
}

body.gift-page .bridge-card h2 {
  color: var(--text-light);
}

body.gift-page .bridge-card p {
  max-width: 820px;
  margin: 0 auto 18px;
  text-align: center;
  font-size: 22px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}

body.gift-page .bridge-list {
  list-style: none;
  max-width: 760px;
  margin: 0 auto 28px;
  display: grid;
  gap: 12px;
}

body.gift-page .bridge-list li {
  position: relative;
  padding-left: 26px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
}

body.gift-page .bridge-list li::before {
  content: "\\2022";
  position: absolute;
  left: 8px;
  top: 0;
  color: var(--highlight-yellow);
  font-size: 18px;
}

body.gift-page .bridge-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

body.gift-page .btn-dark {
  background: var(--brand-green-bright);
  color: var(--text-dark);
}

body.gift-page .btn-light {
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--text-light);
  background: transparent;
}

body.gift-page .btn-light:hover {
  background: rgba(255, 255, 255, 0.08);
}

body.gift-page .footer {
  padding: 32px 0 44px;
  text-align: center;
  font-size: 14px;
  color: var(--text-secondary);
}

body.gift-page .footer a {
  text-decoration: underline;
}

body.gift-thankyou {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: linear-gradient(180deg, var(--bg-dark-top) 0%, var(--bg-dark-bottom) 100%);
}

body.gift-thankyou .card {
  width: min(780px, 100%);
  background: var(--bg-white);
  border-radius: 20px;
  padding: 44px 36px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  text-align: center;
}

body.gift-thankyou .icon {
  font-size: 72px;
  margin-bottom: 14px;
}

body.gift-thankyou h1 {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 12px;
}

body.gift-thankyou .lead {
  max-width: 640px;
  margin: 0 auto 22px;
  font-size: 20px;
  line-height: 1.7;
  color: var(--text-secondary);
}

body.gift-thankyou .email-box {
  max-width: 560px;
  margin: 0 auto 24px;
  padding: 16px 18px;
  border-radius: 12px;
  background: var(--bg-light-green);
  border: 1px solid rgba(76, 175, 80, 0.35);
  color: var(--text-dark);
  font-weight: 700;
  font-size: 17px;
  word-break: break-word;
}

body.gift-thankyou .steps {
  max-width: 660px;
  margin: 0 auto 26px;
  padding: 28px;
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  background: var(--bg-gray);
  text-align: left;
}

body.gift-thankyou .steps h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 12px;
}

body.gift-thankyou .steps ol {
  padding-left: 22px;
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 1.8;
}

body.gift-thankyou .steps li + li {
  margin-top: 6px;
}

body.gift-thankyou .actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

body.gift-thankyou .btn-main {
  width: auto;
}

body.gift-thankyou .btn-secondary {
  border: 1px solid var(--border-subtle);
  color: var(--text-dark);
  background: var(--bg-white);
}

body.gift-thankyou .btn-secondary:hover {
  border-color: var(--brand-green);
  color: var(--brand-green);
}

body.gift-thankyou .note {
  margin-top: 18px;
  font-size: 14px;
  color: var(--text-muted);
}

body.gift-thankyou .note a {
  text-decoration: underline;
}

body.gift-download {
  background: var(--bg-gray);
  padding: 28px 0 60px;
}

body.gift-download .banner {
  background: linear-gradient(180deg, var(--bg-dark-top) 0%, var(--bg-dark-bottom) 100%);
  color: var(--text-light);
  border-radius: 20px;
  padding: 40px 32px;
  text-align: center;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.16);
  margin-bottom: 24px;
}

body.gift-download .banner .icon {
  font-size: 66px;
  margin-bottom: 10px;
}

body.gift-download .banner h1 {
  font-family: var(--font-display);
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 12px;
}

body.gift-download .banner p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
}

body.gift-download .pdf-card,
body.gift-download .note,
body.gift-download .upsell {
  background: var(--bg-white);
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

body.gift-download .pdf-card {
  display: grid;
  grid-template-columns: 86px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 24px;
  margin-bottom: 18px;
}

body.gift-download .pdf-thumb {
  width: 86px;
  height: 86px;
  border-radius: 12px;
  background: var(--bg-dark-top);
  color: var(--highlight-yellow);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 700;
}

body.gift-download .pdf-info h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 8px;
}

body.gift-download .pdf-meta {
  color: var(--brand-green);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

body.gift-download .pdf-info p {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.6;
}

body.gift-download .btn-download {
  font-size: clamp(18px, 3vw, 24px);
  min-height: 54px;
  padding: 0 22px;
  white-space: nowrap;
}

body.gift-download .note,
body.gift-download .upsell {
  padding: 28px;
  margin-top: 18px;
}

body.gift-download .note h3,
body.gift-download .upsell h3 {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 12px;
}

body.gift-download .note ul {
  list-style: none;
  display: grid;
  gap: 10px;
}

body.gift-download .note li {
  position: relative;
  padding-left: 24px;
  color: var(--text-secondary);
  font-size: 17px;
}

body.gift-download .note li::before {
  content: "\\2022";
  position: absolute;
  left: 8px;
  top: 0;
  color: var(--brand-green);
  font-size: 18px;
}

body.gift-download .upsell {
  background: linear-gradient(180deg, var(--bg-dark-top), var(--bg-dark-bottom));
  color: var(--text-light);
  border-color: rgba(255, 255, 255, 0.08);
}

body.gift-download .upsell p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 14px;
}

body.gift-download .upsell-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

body.gift-download .btn-main {
  width: auto;
}

body.gift-download .btn-light {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--text-light);
  background: transparent;
}

body.gift-download .btn-light:hover {
  background: rgba(255, 255, 255, 0.08);
}

body.gift-download .footer {
  margin-top: 20px;
  text-align: center;
  color: var(--text-secondary);
  font-size: 14px;
}

@media (max-width: 980px) {
  body.gift-page .grid-3 {
    grid-template-columns: 1fr;
  }

  body.gift-page .hero-top {
    flex-direction: column;
    align-items: center;
  }

  body.gift-page .pdf-stack {
    height: 360px;
  }

  body.gift-page .pdf-card {
    width: 180px;
  }

  body.gift-page .pdf-card-1 {
    left: 0;
  }

  body.gift-page .pdf-card-2 {
    left: 120px;
  }

  body.gift-page .pdf-card-3 {
    left: 240px;
  }
}

@media (max-width: 720px) {
  body.gift-page .container,
  body.gift-download .container {
    width: min(calc(100% - 24px), var(--container-max));
  }

  body.gift-page .hero {
    padding: 28px 0 58px;
  }

  body.gift-page .hero-copy {
    max-width: 100%;
  }

  body.gift-page .hero-sub,
  body.gift-page .section-lead,
  body.gift-page .bridge-card p,
  body.gift-download .banner p,
  body.gift-download .upsell p,
  body.gift-thankyou .lead {
    font-size: 18px;
  }

  body.gift-page .pdf-stack {
    height: 300px;
  }

  body.gift-page .pdf-card {
    width: 138px;
  }

  body.gift-page .pdf-card-2 {
    left: 88px;
    top: 24px;
  }

  body.gift-page .pdf-card-3 {
    left: 176px;
    top: 42px;
  }

  body.gift-page .pdf-item,
  body.gift-download .pdf-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  body.gift-page .pdf-num,
  body.gift-download .pdf-thumb {
    margin: 0 auto;
  }

  body.gift-page .bridge-actions,
  body.gift-thankyou .actions,
  body.gift-download .upsell-actions {
    flex-direction: column;
  }

  body.gift-page .btn-dark,
  body.gift-page .btn-light,
  body.gift-thankyou .btn-main,
  body.gift-thankyou .btn-secondary,
  body.gift-download .btn-main,
  body.gift-download .btn-light,
  body.gift-download .btn-download {
    width: 100%;
  }

  body.gift-thankyou .card {
    padding: 34px 22px;
  }

  body.gift-thankyou .steps,
  body.gift-download .note,
  body.gift-download .upsell {
    padding: 24px 20px;
  }
}
