:root {
  --ink: #17211f;
  --muted: #66706d;
  --paper: #fbfaf6;
  --line: #d9d5c9;
  --green: #236b57;
  --blue: #285f8f;
  --rose: #9b405b;
  --gold: #b87522;
  --panel: #ffffff;
  --shadow: 0 12px 30px rgba(23, 33, 31, 0.09);
}

* {
  box-sizing: border-box;
}

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

a {
  color: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(251, 250, 246, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  font-weight: 800;
  letter-spacing: 0;
}

.nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 14px;
}

.nav a {
  text-decoration: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 480px);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  min-height: 72vh;
  padding: clamp(42px, 7vw, 92px) clamp(18px, 4vw, 56px) 36px;
}

.conversion-hero {
  min-height: 78vh;
}

.hero.full {
  min-height: 64vh;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 850px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin: 0 0 18px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: 0;
}

p {
  color: var(--muted);
}

.lede {
  max-width: 680px;
  font-size: 19px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hero-visual {
  min-height: 420px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background-size: cover;
  background-position: center;
}

.visual-glp1 {
  background-image: url("visual-glp1.png");
}

.visual-hrt {
  background-image: url("visual-hrt.png");
}

.visual-giveaways {
  background-image: url("visual-giveaways.png");
}

.visual-camper {
  background-image: url("visual-giveaways.png");
}

.visual-hub {
  background-image: url("visual-hub.png");
}

.glp-link-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(251, 250, 246, 0.9), rgba(251, 250, 246, 0.98)),
    url("visual-glp1.png");
  background-size: cover;
  background-position: center;
}

.glp-link-wrap {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: clamp(18px, 5vw, 56px);
}

.glp-link-card {
  width: min(100%, 560px);
  display: grid;
  gap: 14px;
  padding: clamp(22px, 5vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.glp-profile {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.glp-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  color: #fff;
  background: #1f6f58;
  font-size: 14px;
  font-weight: 900;
}

.glp-link-card h1 {
  max-width: 520px;
  font-size: clamp(31px, 7vw, 48px);
  line-height: 1;
}

.glp-link-card .lede {
  margin: 0;
  font-size: 16px;
}

.glp-link-actions {
  display: grid;
  gap: 12px;
}

.glp-link-button {
  display: grid;
  gap: 2px;
  width: 100%;
  min-height: 44px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
}

.glp-link-button small {
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.72;
}

.glp-link-card .glp-link-button span {
  font-size: 16px;
}

.glp-mini-grid {
  display: grid;
  gap: 10px;
}

.glp-mini-grid article {
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf6;
}

.glp-mini-grid strong {
  font-size: 14px;
}

.glp-mini-grid span,
.glp-note {
  color: var(--muted);
  font-size: 12px;
}

.glp-tiny-checks {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  list-style: none;
}

.glp-note {
  margin: 0;
  font-size: 10px;
  line-height: 1.3;
  opacity: 0.68;
}

.glp-bio-page {
  position: relative;
  overflow-x: hidden;
  isolation: isolate;
  min-height: 100vh;
  color: #101820;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Inter, "Segoe UI", sans-serif;
  font-variant-numeric: lining-nums;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background:
    linear-gradient(145deg, rgba(252, 252, 248, 0.98) 0%, rgba(235, 248, 244, 0.96) 42%, rgba(247, 242, 234, 0.96) 100%),
    linear-gradient(120deg, rgba(205, 231, 226, 0.56), rgba(255, 244, 231, 0.52));
  background-size: cover;
  background-position: center;
}

.glp-bio-page::before,
.glp-bio-page::after {
  content: "";
  position: fixed;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.52), rgba(212, 235, 232, 0.28)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.08));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 30px 90px rgba(79, 113, 124, 0.18);
  backdrop-filter: blur(18px) saturate(1.4);
}

.glp-bio-page::before {
  width: min(76vw, 440px);
  height: 108px;
  top: 10vh;
  left: max(-230px, -24vw);
  transform: rotate(-24deg);
}

.glp-bio-page::after {
  width: min(72vw, 420px);
  height: 96px;
  right: max(-230px, -25vw);
  bottom: 9vh;
  transform: rotate(-28deg);
}

.glp-bio-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: clamp(18px, 5vw, 44px);
}

.glp-bio-card {
  position: relative;
  overflow: hidden;
  width: min(100%, 430px);
  display: grid;
  gap: 16px;
  padding: clamp(22px, 5vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.42)),
    rgba(255, 255, 255, 0.46);
  box-shadow:
    0 28px 80px rgba(31, 54, 68, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(28px) saturate(1.45);
}

.glp-bio-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0) 36%),
    linear-gradient(315deg, rgba(174, 214, 210, 0.18), rgba(255, 255, 255, 0) 44%);
}

.glp-bio-profile {
  display: grid;
  gap: 9px;
  justify-items: center;
  text-align: center;
}

.glp-bio-profile .glp-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  overflow: hidden;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  color: #11372e;
  background: rgba(255, 255, 255, 0.38);
  box-shadow:
    0 18px 42px rgba(37, 82, 78, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px) saturate(1.4);
  font-size: 13px;
  font-weight: 800;
}

.glp-bio-profile .glp-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.glp-kicker {
  margin: 0;
  color: rgba(20, 83, 73, 0.88);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.glp-bio-card h1 {
  margin: 0;
  max-width: 380px;
  color: #0d1820;
  font-size: clamp(35px, 8vw, 42px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.glp-bio {
  margin: 0;
  max-width: 360px;
  color: rgba(26, 39, 48, 0.68);
  font-size: 15.5px;
  line-height: 1.45;
}

.glp-signal-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.glp-signal-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  color: rgba(14, 65, 58, 0.88);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(241, 250, 247, 0.34)),
    rgba(255, 255, 255, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 8px 20px rgba(51, 90, 96, 0.08);
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
  backdrop-filter: blur(14px) saturate(1.35);
}

.glp-bio-button {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 4px;
  align-items: center;
  min-height: 70px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  color: #06231f;
  background:
    linear-gradient(135deg, #8affdf 0%, #25efc1 36%, #12cbd7 68%, #0d99c7 100%);
  text-align: center;
  text-decoration: none;
  box-shadow:
    0 18px 38px rgba(13, 153, 199, 0.3),
    0 8px 20px rgba(37, 239, 193, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.54);
  transform: translateZ(0);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  animation: glpCtaBreath 3.6s ease-in-out infinite;
}

.glp-bio-button::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 24% 8%, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0) 34%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 42%),
    linear-gradient(270deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.glp-bio-button::after {
  content: "";
  position: absolute;
  top: -80%;
  bottom: -80%;
  left: -52%;
  width: 42%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: rotate(18deg);
  animation: glpButtonSheen 4.8s ease-in-out infinite;
  pointer-events: none;
}

.glp-bio-button.primary {
  color: #06231f;
  background:
    linear-gradient(135deg, #8affdf 0%, #25efc1 36%, #12cbd7 68%, #0d99c7 100%);
}

.glp-bio-button:focus-visible,
.glp-bio-button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 24px 46px rgba(13, 153, 199, 0.36),
    0 0 0 5px rgba(37, 239, 193, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.glp-bio-button span {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.08;
}

.glp-bio-button small {
  position: relative;
  z-index: 1;
  color: inherit;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.18;
  opacity: 0.82;
}

.glp-bio-checks {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 8px;
  color: rgba(26, 39, 48, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.22)),
    rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.66);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.42;
  list-style: none;
  backdrop-filter: blur(16px) saturate(1.2);
}

.glp-bio-checks li {
  position: relative;
  padding-left: 18px;
}

.glp-bio-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #176557;
}

.glp-bio-card .glp-note {
  color: rgba(26, 39, 48, 0.58);
  font-size: 9.5px;
  line-height: 1.32;
  opacity: 0.86;
  text-align: center;
}

@keyframes glpCtaBreath {
  0%,
  100% {
    filter: saturate(1);
  }
  50% {
    filter: saturate(1.12) brightness(1.04);
  }
}

@keyframes glpButtonSheen {
  0%,
  52% {
    left: -54%;
  }
  72%,
  100% {
    left: 112%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .glp-bio-button,
  .glp-bio-button::after {
    animation: none;
  }
}

@media (max-width: 480px) {
  .glp-bio-card h1 {
    font-size: 35px;
  }

  .glp-bio-button {
    min-height: 68px;
  }
}

.band {
  padding: 48px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
}

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

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

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

.item {
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.item strong {
  display: block;
  margin-bottom: 6px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.blue {
  background: var(--blue);
}

.rose {
  background: var(--rose);
}

.gold {
  background: var(--gold);
}

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.compact-actions {
  margin-top: 16px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 6px;
  border: 1px solid var(--ink);
  color: #fff;
  background: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.button.secondary {
  color: var(--ink);
  background: transparent;
}

.glp-link-button {
  display: grid;
  gap: 2px;
  line-height: 1.2;
}

.glp-link-button small {
  display: block;
}

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

.checklist li {
  padding: 14px 16px;
  border-left: 4px solid var(--green);
  background: #fff;
}

.warning-list li {
  border-left-color: var(--rose);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.faq-list summary {
  padding: 16px 18px;
  font-weight: 800;
  cursor: pointer;
}

.faq-list p {
  margin: 0;
  padding: 0 18px 18px;
}

.disclosure {
  padding: 16px clamp(18px, 4vw, 56px);
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.offer-slot {
  display: grid;
  gap: 12px;
}

.placeholder {
  color: var(--rose);
  font-weight: 800;
}

footer {
  padding: 34px clamp(18px, 4vw, 56px);
  color: var(--muted);
}

@media (max-width: 860px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero,
  .grid,
  .two,
  .three,
  .proof-band {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 260px;
  }

}
