:root {
  --sand: #d9d9d9;
  --oak: #8c7454;
  --mint: #aad3ba;
  --mint-bright: #c7f5da;
  --ink: #000000;
  --night: #050505;
  --charcoal: #121212;
  --card-bg: rgba(17, 17, 17, 0.8);
  --radius-lg: 32px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Space Grotesk', 'Inter', system-ui, -apple-system, BlinkMacSystemFont,
    'Segoe UI', sans-serif;
  background: radial-gradient(circle at 15% -10%, rgba(170, 211, 186, 0.24), transparent 45%),
    radial-gradient(circle at 85% 20%, rgba(140, 116, 84, 0.35), transparent 55%),
    linear-gradient(140deg, #0a0a0a 0%, #040404 70%);
  color: var(--sand);
  line-height: 1.6;
  padding: 3.2rem 1.5rem 8.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  background: linear-gradient(120deg, rgba(138, 115, 84, 0.15), rgba(170, 211, 186, 0.08));
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: -1;
}

.bg-texture {
  position: fixed;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.4;
  pointer-events: none;
  z-index: -2;
}

.hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  padding: 3.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(9, 9, 9, 0.82);
  backdrop-filter: blur(18px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero::before,
.hero::after {
  content: '';
  position: absolute;
  width: 320px;
  height: 320px;
  filter: blur(90px);
  opacity: 0.4;
  z-index: -1;
}

.hero::before {
  background: var(--oak);
  top: -60px;
  right: -20px;
}

.hero::after {
  background: var(--mint);
  bottom: -80px;
  left: -50px;
}

.hero__content {
  max-width: 560px;
}

.eyebrow {
  color: var(--mint);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.75rem;
  margin-bottom: 1.5rem;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.05;
  margin-bottom: 1.5rem;
}

.subhead {
  font-size: 1.25rem;
  color: rgba(217, 217, 217, 0.8);
  margin-bottom: 2rem;
}

.hero__pitch {
  border-left: 4px solid var(--oak);
  padding-left: 1.5rem;
  margin-bottom: 2rem;
  color: rgba(217, 217, 217, 0.92);
  font-size: 1.1rem;
}

.hero__highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.highlight {
  padding: 1.2rem 1.15rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(170, 211, 186, 0.18), rgba(0, 0, 0, 0.45));
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.highlight__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.68rem;
  color: rgba(217, 217, 217, 0.6);
  margin: 0 0 0.35rem;
}

.highlight__value {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--sand);
}

.highlight__note {
  margin: 0.2rem 0 0;
  font-size: 0.9rem;
  color: rgba(217, 217, 217, 0.75);
}

.hero__cta {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.ghost-button {
  align-self: flex-start;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: var(--sand);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: border 0.3s ease, color 0.3s ease;
}

.ghost-button:hover {
  border-color: var(--mint);
  color: var(--mint);
}

.cta-note {
  font-size: 0.9rem;
  color: rgba(217, 217, 217, 0.7);
}

.hero__card {
  padding: 2.2rem;
  border-radius: var(--radius-md);
  background: linear-gradient(160deg, rgba(18, 18, 18, 0.95), rgba(138, 116, 84, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.55);
  animation: floaty 6s ease-in-out infinite;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.card__badge {
  display: inline-flex;
  padding: 0.6rem 1.4rem;
  border-radius: 999px;
  background: rgba(170, 211, 186, 0.15);
  color: var(--mint);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.card__list li {
  padding-left: 1.5rem;
  position: relative;
  font-weight: 500;
}

.card__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 12px rgba(170, 211, 186, 0.8);
}

.card__foot {
  font-size: 0.85rem;
  color: rgba(217, 217, 217, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.5rem;
}

.card__preview {
  padding: 1.1rem 1.3rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.preview-pill {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
  color: rgba(217, 217, 217, 0.85);
}

.preview-pill strong {
  font-size: 1.1rem;
  color: var(--mint-bright);
}

.preview-metric {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.metric-value {
  font-size: 2.1rem;
  font-weight: 600;
  color: var(--mint);
}

.metric-value span {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(217, 217, 217, 0.7);
  margin-left: 0.15rem;
}

.metric-label {
  font-size: 0.9rem;
  color: rgba(217, 217, 217, 0.6);
}

.card__cta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.card-button {
  padding: 0.9rem 0;
  border-radius: 14px;
  border: none;
  background: linear-gradient(120deg, var(--mint), var(--oak));
  color: var(--ink);
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.35);
}

.card__cta-note {
  font-size: 0.85rem;
  color: rgba(217, 217, 217, 0.65);
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

section {
  padding: 2.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(20, 20, 20, 0.78);
  backdrop-filter: blur(14px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}
.glp-basics .section-label {
  color: rgba(255, 255, 255, 0.65);
}

.basics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem;
}

.basics-card {
  padding: 1.8rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(150deg, rgba(170, 211, 186, 0.18), rgba(0, 0, 0, 0.5));
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.35);
}

.basics-card h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
  color: var(--mint-bright);
}

.basics-card p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: rgba(217, 217, 217, 0.85);
}

.basics-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.basics-card li {
  padding-left: 1.4rem;
  position: relative;
  font-size: 0.95rem;
  color: rgba(217, 217, 217, 0.85);
}

.basics-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.46rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 10px rgba(170, 211, 186, 0.7);
}

.section-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  margin-bottom: 1rem;
  color: rgba(217, 217, 217, 0.65);
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-top: 0;
  margin-bottom: 1.25rem;
  color: var(--sand);
}

.benefit-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  padding: 0;
  margin: 0;
}

.benefit-grid li {
  position: relative;
  padding: 1.35rem 1.35rem 1.35rem 3.2rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

.benefit-grid li::before {
  content: '';
  position: absolute;
  left: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--mint) 0%, var(--oak) 120%);
  box-shadow: 0 0 18px rgba(170, 211, 186, 0.7);
}

.benefit-grid li:hover {
  transform: translateY(-6px);
  border-color: rgba(170, 211, 186, 0.3);
}

.why-it-matters p {
  max-width: 68ch;
  margin-bottom: 2rem;
  color: rgba(217, 217, 217, 0.85);
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.stat-card {
  padding: 1.6rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.4));
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--mint);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.step-card {
  padding: 1.9rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(145deg, rgba(170, 211, 186, 0.12), rgba(217, 217, 217, 0.03));
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.step-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(217, 217, 217, 0.15), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.step-card:hover::after {
  opacity: 1;
}

.step-number {
  font-size: 0.85rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(217, 217, 217, 0.6);
}

.cta {
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.92), rgba(138, 116, 84, 0.28));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cta__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.cta-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.cta-form input {
  flex: 1 1 320px;
  padding: 0.85rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.5);
  color: var(--sand);
  font-size: 1rem;
}

.cta-form button {
  padding: 0.95rem 1.8rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(120deg, var(--mint), var(--oak));
  color: var(--ink);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

.reassurance {
  font-size: 0.9rem;
  color: rgba(217, 217, 217, 0.7);
}

.form-status {
  font-size: 0.95rem;
  min-height: 1.2rem;
  color: var(--mint);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.9rem;
  color: rgba(217, 217, 217, 0.9);
  padding: 0.75rem 1.6rem;
  background: rgba(5, 5, 5, 0.92);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  z-index: 1000;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.footer__brand strong {
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer__brand span {
  font-size: 0.85rem;
  color: rgba(217, 217, 217, 0.7);
}

.footer__button {
  border: none;
  border-radius: 999px;
  padding: 0.65rem 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: linear-gradient(120deg, var(--mint), var(--oak));
  color: var(--ink);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

.footer--hidden {
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
}

[data-animate] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-animate='float'] {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
}

[data-animate='float'].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0.2s;
}

@keyframes floaty {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 768px) {
  body {
    padding: 2rem 1rem 7.5rem;
  }

  section,
  .hero {
    padding: 2rem;
  }

  .cta-form {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-form button,
  .ghost-button {
    width: 100%;
    text-align: center;
  }

  .cta-form input {
    flex: 0 0 auto;
    width: 100%;
    padding: 0.8rem 0.95rem;
  }

  .hero__highlights {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }

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

@media (max-width: 480px) {
  h1 {
    font-size: 2.3rem;
  }

  .hero {
    padding: 1.75rem;
  }

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

  .hero__card {
    padding: 1.8rem;
  }

  footer {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    font-size: 0.85rem;
  }

  .footer__button {
    width: 100%;
    text-align: center;
  }

  .cta-form input {
    border-radius: 12px;
  }
}

