:root {
  --black: #050505;
  --black-2: #0b0b0b;
  --card: #151515;
  --card-2: #1b1b1b;
  --yellow: #ffd200;
  --yellow-2: #ffc400;
  --white: #ffffff;
  --muted: #b8b8b8;
  --line: rgba(255, 255, 255, 0.11);
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.38);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--white);
  background:
    radial-gradient(circle at 50% -120px, rgba(255, 210, 0, 0.18), transparent 340px),
    linear-gradient(180deg, #101010 0%, var(--black) 34%, #000 100%);
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.page-shell {
  width: min(100%, 480px);
  margin: 0 auto;
  padding: 18px 16px 26px;
}

.hero,
.advisor,
.final-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    var(--black-2);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.hero {
  padding: 18px 16px 16px;
}

.hero::before,
.advisor::before,
.final-cta::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(110deg, transparent 0%, rgba(255, 210, 0, 0.13) 42%, transparent 58%);
  transform: translateX(-90%);
  opacity: 0.72;
  animation: sheen 6s ease-in-out infinite;
}

.brand {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.brand-logo {
  display: block;
  width: min(58%, 170px);
  height: auto;
  filter: drop-shadow(0 6px 14px rgba(255, 210, 0, 0.08));
}

.eyebrow,
.kicker {
  margin: 0 0 9px;
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 7px;
  font-size: 0.66rem;
  font-weight: 750;
}

.hero-media {
  position: relative;
  z-index: 1;
  aspect-ratio: 1.55;
  width: 100%;
  margin: 0 0 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 210, 0, 0.18);
  border-radius: 20px;
  background: #0d0d0d;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(5, 5, 5, 0.72) 100%);
  pointer-events: none;
}

.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 12ch;
  margin-bottom: 13px;
  font-size: clamp(2rem, 10.5vw, 3.15rem);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 8px;
  font-size: 1.28rem;
  line-height: 1.13;
  letter-spacing: 0;
}

.hero-copy,
.advisor p,
.final-cta p {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.52;
}

.hero-copy {
  margin-bottom: 18px;
}

.cta {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border-radius: 16px;
  font-size: 0.98rem;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.cta-primary {
  color: #090909;
  background: linear-gradient(135deg, var(--yellow), var(--yellow-2));
  box-shadow: 0 16px 38px rgba(255, 210, 0, 0.28);
}

.cta-secondary {
  border: 1px solid rgba(255, 210, 0, 0.35);
  color: var(--yellow);
  background: rgba(255, 210, 0, 0.08);
}

.cta:active,
.premium-link:active,
.quick-card:active,
.is-pressed {
  transform: scale(0.985);
}

.icon {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
}

.icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 13px;
}

.hero-proof span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 10px;
  color: #e9e9e9;
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.72rem;
  font-weight: 700;
}

.section {
  margin-top: 18px;
}

.section-heading {
  margin-bottom: 11px;
}

.options-toggle {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 5px;
  padding: 0 14px;
  border: 1px solid rgba(255, 210, 0, 0.35);
  border-radius: 999px;
  color: #090909;
  background: linear-gradient(135deg, var(--yellow), var(--yellow-2));
  box-shadow: 0 12px 28px rgba(255, 210, 0, 0.18);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 850;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.options-toggle:active {
  transform: scale(0.98);
}

.toggle-icon {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: rgba(5, 5, 5, 0.12);
  font-size: 0.94rem;
  line-height: 1;
}

.quick-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  transform-origin: top;
}

.quick-grid[hidden] {
  display: none;
}

.quick-grid.is-opening {
  animation: optionsOpen 280ms ease both;
}

.quick-card {
  display: flex;
  min-height: 62px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: #f6f6f6;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)), var(--card);
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.17;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.quick-card:hover {
  border-color: rgba(255, 210, 0, 0.42);
  background: linear-gradient(145deg, rgba(255, 210, 0, 0.11), rgba(255, 255, 255, 0.025)), var(--card);
}

.link-stack {
  display: grid;
  gap: 9px;
}

.premium-link {
  position: relative;
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  overflow: hidden;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 210, 0, 0.08), transparent 30%),
    var(--card);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.premium-link::before {
  position: absolute;
  top: 50%;
  right: 34px;
  width: 82px;
  height: 82px;
  content: "";
  background-color: rgba(255, 210, 0, 0.12);
  mask: var(--button-art) center / contain no-repeat;
  opacity: 0;
  transform: translate(18px, -50%) scale(0.92) rotate(-4deg);
  transition: opacity 240ms ease, transform 240ms ease;
  pointer-events: none;
}

.premium-link:nth-child(1) {
  --button-art: url("data:image/svg+xml,%3Csvg viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M80 45.8A32 32 0 0 1 32.2 73.6L16 78l4.5-15.5A32 32 0 1 1 80 45.8Z' fill='none' stroke='black' stroke-width='8' stroke-linejoin='round'/%3E%3Cpath d='M34.5 29.5c1.2-2.8 2.2-2.9 3.8-2.9h2.8c1.1 0 2 .7 2.4 1.7l3.7 8.7c.5 1.1.2 2.4-.6 3.3l-2 2.1c-.7.7-.7 1.7-.1 2.6 2.4 3.6 5.2 6.4 8.8 8.8.9.6 1.9.6 2.6-.1l2.2-2c.9-.8 2.2-1.1 3.3-.6l8.6 3.8c1 .4 1.7 1.3 1.7 2.4 0 2.2-1 6-3.7 8.2-2.5 2-7.1 2.8-14.9-.9-8.3-3.9-15.5-11.1-19.5-19.4-3.6-7.8-2.8-12.4-.8-14.9Z' fill='black'/%3E%3C/svg%3E");
}

.premium-link:nth-child(2)::before {
  right: 30px;
  background-color: rgba(255, 255, 255, 0.11);
}

.premium-link:nth-child(2) {
  --button-art: url("data:image/svg+xml,%3Csvg viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='48' cy='48' r='34' fill='none' stroke='black' stroke-width='8'/%3E%3Cpath d='M16 48h64M48 14c10 11 15 22 15 34S58 71 48 82C38 71 33 60 33 48s5-23 15-34Z' fill='none' stroke='black' stroke-width='8' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.premium-link:nth-child(3)::before {
  right: 30px;
  background-color: rgba(255, 210, 0, 0.16);
}

.premium-link:nth-child(3) {
  --button-art: url("data:image/svg+xml,%3Csvg viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 32c1.1-5.4 5.1-9.3 10.7-10 12.8-1.6 25.8-1.6 38.6 0 5.6.7 9.6 4.6 10.7 10 2 10.3 2 21.7 0 32-1.1 5.4-5.1 9.3-10.7 10-12.8 1.6-25.8 1.6-38.6 0-5.6-.7-9.6-4.6-10.7-10-2-10.3-2-21.7 0-32Z' fill='none' stroke='black' stroke-width='8' stroke-linejoin='round'/%3E%3Cpath d='M42 36v24l22-12-22-12Z' fill='black'/%3E%3C/svg%3E");
}

.premium-link:nth-child(4)::before,
.premium-link:nth-child(5)::before {
  right: 28px;
}

.premium-link:nth-child(4) {
  --button-art: url("data:image/svg+xml,%3Csvg viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48 10 58 38l28 10-28 10-10 28-10-28-28-10 28-10 10-28Z' fill='none' stroke='black' stroke-width='8' stroke-linejoin='round'/%3E%3Cpath d='M75 13l4 11 11 4-11 4-4 11-4-11-11-4 11-4 4-11Z' fill='black'/%3E%3C/svg%3E");
}

.premium-link:nth-child(5) {
  --button-art: url("data:image/svg+xml,%3Csvg viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='17' y='22' width='62' height='52' rx='10' fill='none' stroke='black' stroke-width='8'/%3E%3Ccircle cx='36' cy='39' r='7' fill='black'/%3E%3Cpath d='M23 66 41 50l12 10 10-13 15 19' fill='none' stroke='black' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.premium-link:hover {
  border-color: rgba(255, 210, 0, 0.45);
  background:
    linear-gradient(135deg, rgba(255, 210, 0, 0.15), transparent 34%),
    var(--card-2);
}

.premium-link:hover::before,
.premium-link.is-selected::before {
  opacity: 1;
  transform: translate(0, -50%) scale(1) rotate(0deg);
}

.premium-link.is-selected {
  border-color: rgba(255, 210, 0, 0.64);
  background:
    linear-gradient(135deg, rgba(255, 210, 0, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(255, 210, 0, 0.05), rgba(255, 210, 0, 0.015)),
    var(--card-2);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(255, 210, 0, 0.08);
}

.link-left {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
  font-size: 0.94rem;
  font-weight: 800;
}

.arrow {
  position: relative;
  z-index: 1;
  color: var(--yellow);
  font-size: 1.05rem;
}

.line-icon {
  position: relative;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 210, 0, 0.45);
  border-radius: 8px;
  background: rgba(255, 210, 0, 0.1);
}

.line-icon::after {
  position: absolute;
  inset: 6px;
  content: "";
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 16px rgba(255, 210, 0, 0.55);
}

.site::after {
  border-radius: 2px;
}

.youtube::after {
  width: 0;
  height: 0;
  inset: 6px auto auto 8px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid var(--yellow);
  background: transparent;
  box-shadow: none;
}

.spark::after {
  inset: 5px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
  border-radius: 0;
}

.case::after {
  inset: 5px 6px;
  border-radius: 3px;
}

.advisor {
  margin-top: 18px;
  padding: 18px 16px;
}

.advisor p {
  margin-bottom: 15px;
}

.trust-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.trust-card {
  min-height: 76px;
  padding: 13px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: #eeeeee;
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
}

.trust-card span {
  display: block;
  width: 20px;
  height: 3px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: var(--yellow);
}

.final-cta {
  margin-top: 18px;
  padding: 20px 16px 16px;
  text-align: center;
}

.final-cta p {
  margin-bottom: 16px;
}

.privacy-note {
  margin-top: 18px;
  padding: 0 4px 8px;
  color: rgba(184, 184, 184, 0.82);
  text-align: center;
}

.privacy-note p {
  margin-bottom: 8px;
  font-size: 0.68rem;
  line-height: 1.48;
}

.privacy-note a {
  color: var(--yellow);
  font-size: 0.7rem;
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 520px) {
  .page-shell {
    padding-block: 28px 34px;
  }

  .hero,
  .advisor,
  .final-cta {
    border-radius: 28px;
  }

  .hero {
    padding: 22px 20px 20px;
  }
}

@media (hover: hover) {
  .cta:hover {
    transform: translateY(-1px);
  }

  .cta-primary:hover {
    box-shadow: 0 18px 44px rgba(255, 210, 0, 0.34);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@keyframes sheen {
  0%,
  48% {
    transform: translateX(-95%);
  }

  78%,
  100% {
    transform: translateX(95%);
  }
}

@keyframes optionsOpen {
  from {
    opacity: 0;
    transform: translateY(-8px) scaleY(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}
