@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");

:root {
  --bg: #050505;
  --bg-soft: #0c0d0f;
  --surface: #121416;
  --surface-2: #181b1f;
  --text: #fffaf0;
  --text-dark: #111111;
  --muted: #c8c1af;
  --muted-dark: #5d5d5d;
  --line: rgba(255, 255, 255, 0.13);
  --line-dark: rgba(0, 0, 0, 0.12);
  --gold: #ffd33d;
  --gold-strong: #f5ac00;
  --amber: #ff7a1a;
  --aqua: #37e7c4;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  --radius: 8px;
  --header-height: 78px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text-dark);
  background: var(--bg);
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.nav-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

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

.section {
  padding: 96px 0;
}

.section-pain,
.section-deliverables,
.section-proof,
.section-offer,
.section-faq {
  position: relative;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 211, 61, 0.08), transparent 28%),
    radial-gradient(circle, rgba(255, 211, 61, 0.11) 1px, transparent 1.5px) 0 0 / 24px 24px,
    #050505;
}

.section-pain::after,
.section-deliverables::after,
.section-proof::after,
.section-offer::after,
.section-faq::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 26%, rgba(255, 255, 255, 0.025));
}

.section-pain > .container,
.section-deliverables > .container,
.section-proof > .container,
.section-offer > .container,
.section-faq > .container {
  position: relative;
  z-index: 1;
}

.section-dark {
  color: var(--text);
  background: var(--bg);
}

.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 50;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 32px 0;
  color: var(--text);
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.site-header.is-scrolled {
  background: transparent;
  box-shadow: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 44px;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #080808;
  background: var(--gold);
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

.nav {
  display: none;
  align-items: center;
  gap: 26px;
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(255, 250, 240, 0.78);
}

.nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.nav a:hover {
  color: var(--white);
}

.nav-cta {
  padding: 0 18px;
  color: #080808;
  background: var(--gold);
  border-radius: var(--radius);
}

.nav .nav-cta:hover {
  color: #080808;
  background: #ffe27a;
}

.nav-toggle {
  display: none !important;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 6px auto;
  background: var(--text);
  transition: transform 0.2s ease;
}

.nav-open .nav-toggle span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.nav-open .nav-toggle span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 142px 0 88px;
  overflow: hidden;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 211, 61, 0.72), transparent);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.9) 44%, rgba(5, 5, 5, 0.76) 100%),
    radial-gradient(circle at 82% 70%, rgba(255, 211, 61, 0.16), transparent 34%),
    radial-gradient(circle at 22% 24%, rgba(245, 172, 0, 0.12), transparent 30%),
    #050505;
}

.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 211, 61, 0.18) 1px, transparent 1.5px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 22px 22px, 88px 88px, 88px 88px;
  opacity: 0.8;
  mask-image: linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
}

.hero-bg::after {
  content: "";
  position: absolute;
  right: -18vw;
  bottom: -36vh;
  width: 70vw;
  height: 70vw;
  background: radial-gradient(circle, rgba(255, 211, 61, 0.18), transparent 62%);
  transform: rotate(-12deg);
}

.hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1.05fr);
  gap: 64px;
  align-items: center;
  min-width: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 660px;
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: auto;
  margin: 0 0 20px;
  padding: 0;
  color: var(--gold);
  background: transparent;
  border-radius: 0;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--gold);
  background: transparent;
  border: 0;
}

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

h1 {
  max-width: 620px;
  margin-bottom: 20px;
  font-size: 5.45rem;
  line-height: 0.94;
  font-weight: 900;
}

h2 {
  margin-bottom: 18px;
  font-size: 3.05rem;
  line-height: 1.08;
  font-weight: 900;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.18rem;
  line-height: 1.22;
  font-weight: 850;
}

.hero-subtitle {
  max-width: 610px;
  margin-bottom: 34px;
  color: rgba(255, 250, 240, 0.84);
  font-size: 1.16rem;
  overflow-wrap: break-word;
}

.hero-actions,
.hero .trust-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-weight: 900;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

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

.btn-primary {
  color: #080808;
  background: linear-gradient(180deg, #ffe36e, var(--gold-strong));
  box-shadow: 0 16px 34px rgba(245, 172, 0, 0.26);
}

.btn-primary:hover {
  box-shadow: 0 20px 46px rgba(245, 172, 0, 0.36);
}

.btn-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
}

.btn.full {
  width: 100%;
}

.trust-line {
  margin-top: 28px;
  color: rgba(255, 250, 240, 0.78);
  font-size: 0.88rem;
  font-weight: 700;
}

.trust-line span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
}

.hero-visual {
  position: relative;
  min-height: 610px;
}

.hero-product {
  position: absolute;
  top: 6px;
  right: -14px;
  width: min(570px, 100%);
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  transform: rotate(-4deg);
}

.hero-product img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 6px;
}

.hero-proof,
.hero-offer {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background: rgba(13, 14, 15, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-proof {
  left: 0;
  bottom: 0;
  width: 260px;
  padding: 24px;
}

.hero-proof div + div {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-proof strong {
  display: block;
  color: var(--gold);
  font-size: 3.05rem;
  line-height: 0.9;
}

.hero-proof span,
.hero-proof small {
  display: block;
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-proof small {
  margin-top: 6px;
  text-transform: none;
}

.hero-offer {
  right: 0;
  bottom: 24px;
  width: 322px;
  padding: 24px;
}

.hero-offer > span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 0 12px;
  color: var(--gold);
  border: 1px solid rgba(255, 211, 61, 0.38);
  border-radius: var(--radius);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-offer p {
  margin-bottom: 0;
  color: rgba(255, 250, 240, 0.46);
  font-weight: 800;
  text-decoration: line-through;
}

.hero-offer strong {
  display: block;
  margin: 4px 0 16px;
  color: var(--gold);
  font-size: 2.08rem;
  line-height: 1;
}

.hero-offer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.hero-offer li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  color: rgba(255, 250, 240, 0.82);
  font-size: 0.9rem;
  font-weight: 750;
}

.hero-offer li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
}

.hero-offer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  color: #080808;
  background: linear-gradient(180deg, #ffe36e, var(--gold-strong));
  border-radius: var(--radius);
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

.split,
.proof-layout,
.offer-layout,
.guarantee-layout,
.genius-layout,
.faq-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 56px;
  align-items: center;
}

.section-copy p,
.section-heading p,
.author-copy p,
.offer-copy p,
.guarantee-copy p,
.final-cta p {
  color: rgba(255, 250, 240, 0.72);
  font-size: 1.05rem;
}

.section-dark .section-heading p,
.section-dark .genius-copy p,
.section-dark .guarantee-copy p,
.section-dark .final-cta p {
  color: rgba(255, 250, 240, 0.72);
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.pain-tile,
.feature-tile,
.testimonial {
  border-radius: var(--radius);
}

.pain-tile {
  min-height: 214px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.tile-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 24px;
  color: #080808;
  background: var(--gold);
  border-radius: var(--radius);
  font-size: 0.8rem;
  font-weight: 900;
}

.pain-tile p,
.feature-tile p,
.testimonial p {
  margin-bottom: 0;
  color: rgba(255, 250, 240, 0.68);
}

.section-system {
  position: relative;
  overflow: hidden;
}

.section-system::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 211, 61, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 211, 61, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.5;
}

.section-system .container {
  position: relative;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 44px;
}

.section-heading.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.step {
  min-height: 254px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
}

.step span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  color: #080808;
  background: var(--gold);
  border-radius: var(--radius);
  font-weight: 900;
}

.step p {
  margin-bottom: 0;
  color: rgba(255, 250, 240, 0.72);
}

.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature-tile {
  min-height: 262px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.icon-box {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  color: #080808;
  background: linear-gradient(180deg, var(--gold), #f4b200);
  border-radius: var(--radius);
  font-size: 0.78rem;
  font-weight: 900;
}

.section-genius {
  position: relative;
  overflow: hidden;
}

.genius-layout {
  grid-template-columns: 0.94fr 1.06fr;
}

.check-list,
.offer-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 32px;
}

.check-list li,
.offer-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: rgba(255, 250, 240, 0.78);
  font-weight: 650;
}

.check-list li::before,
.offer-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  background: var(--gold);
  border-radius: 50%;
}

.genius-panel {
  min-height: 474px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    var(--surface);
  box-shadow: var(--shadow);
}

.panel-top {
  display: flex;
  gap: 8px;
  padding: 0 0 20px;
}

.panel-top span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.panel-top span:first-child {
  background: var(--gold);
}

.ai-feed {
  min-height: 405px;
  padding: 28px;
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    #090a0b;
  background-size: 34px 34px;
}

.prompt {
  display: inline-flex;
  max-width: 82%;
  margin: 0 0 34px;
  padding: 16px;
  color: #080808;
  background: var(--gold);
  border-radius: var(--radius);
  font-weight: 800;
}

.ai-line {
  height: 16px;
  width: 78%;
  margin-bottom: 14px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.13);
  overflow: hidden;
  position: relative;
}

.ai-line::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  animation: shimmer 2.2s infinite;
}

.ai-line.wide {
  width: 92%;
}

.ai-line.short {
  width: 58%;
}

.ai-result {
  display: grid;
  gap: 8px;
  margin-top: 38px;
  padding: 22px;
  border: 1px solid rgba(55, 231, 196, 0.28);
  border-radius: var(--radius);
  background: rgba(55, 231, 196, 0.08);
}

.ai-result span {
  color: rgba(255, 250, 240, 0.76);
}

@keyframes shimmer {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(320%);
  }
}

.proof-layout {
  grid-template-columns: 0.82fr 1.18fr;
}

.author-media {
  overflow: hidden;
  border-radius: var(--radius);
  background: #111;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
}

.author-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.metrics div {
  min-height: 112px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.metrics strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 1.8rem;
  font-weight: 900;
}

.metrics span {
  color: rgba(255, 250, 240, 0.7);
  font-size: 0.86rem;
  font-weight: 700;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.testimonial {
  min-height: 246px;
  padding: 30px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.testimonial p {
  margin-bottom: 26px;
  color: rgba(255, 250, 240, 0.82);
  font-size: 1.05rem;
  font-weight: 650;
}

.testimonial strong {
  color: var(--gold);
}

.offer-layout {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: start;
}

.product-preview {
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.15);
}

.product-preview img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.pricing-panel {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  padding: 34px;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 211, 61, 0.14), rgba(255, 255, 255, 0.04)),
    var(--bg);
  box-shadow: var(--shadow);
}

.pricing-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 22px;
  padding: 0 12px;
  color: #080808;
  background: var(--gold);
  border-radius: var(--radius);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.from-price {
  margin-bottom: 2px;
  color: rgba(255, 250, 240, 0.48);
  font-weight: 700;
  text-decoration: line-through;
}

.pricing-panel h3 {
  margin: 0;
  color: var(--gold);
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 900;
}

.installments {
  margin: 8px 0 26px;
  color: rgba(255, 250, 240, 0.78);
  font-size: 1.1rem;
  font-weight: 800;
}

.offer-list li {
  color: rgba(255, 250, 240, 0.82);
}

.secure-note {
  margin: 18px 0 0;
  color: rgba(255, 250, 240, 0.62);
  text-align: center;
  font-size: 0.86rem;
  font-weight: 700;
}

.guarantee-layout {
  grid-template-columns: 0.5fr 1.5fr;
}

.guarantee-seal {
  max-width: 230px;
}

.guarantee-seal img {
  filter: drop-shadow(0 20px 38px rgba(0, 0, 0, 0.34));
}

.faq-layout {
  align-items: start;
}

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

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.faq-item button {
  width: 100%;
  min-height: 66px;
  padding: 20px 54px 20px 22px;
  position: relative;
  color: var(--text);
  background: transparent;
  border: 0;
  text-align: left;
  font-weight: 900;
  cursor: pointer;
}

.faq-item button::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold-strong);
  font-size: 1.4rem;
  line-height: 1;
}

.faq-item.is-open button::after {
  content: "-";
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.22s ease;
}

.faq-answer > p {
  overflow: hidden;
  margin: 0;
  padding: 0 22px;
  color: rgba(255, 250, 240, 0.68);
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer > p {
  padding-bottom: 22px;
}

.final-cta {
  padding: 96px 0;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 211, 61, 0.08), rgba(5, 5, 5, 0)),
    var(--bg);
}

.final-cta-inner {
  max-width: 780px;
}

.site-footer {
  padding: 34px 0 92px;
  color: rgba(255, 250, 240, 0.68);
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 28px;
}

.site-footer strong {
  display: block;
  color: var(--text);
  margin-bottom: 8px;
}

.site-footer p {
  margin: 0 0 6px;
}

.site-footer a {
  color: var(--gold);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

@media (max-width: 980px) {
  .site-header {
    height: 104px;
    padding: 20px 20px 0;
  }

  .nav-toggle {
    display: none !important;
  }

  .nav {
    display: none !important;
  }

  .hero {
    padding-top: 124px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.95) 0%, rgba(5, 5, 5, 0.86) 52%, rgba(5, 5, 5, 0.98) 100%),
      radial-gradient(circle at 72% 62%, rgba(255, 211, 61, 0.14), transparent 36%),
      #050505;
  }

  .hero-shell {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  h1 {
    font-size: 4.4rem;
  }

  h2 {
    font-size: 2.38rem;
  }

  .hero-subtitle {
    font-size: 1.08rem;
  }

  .hero-visual {
    min-height: auto;
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
    gap: 16px;
  }

  .hero-product {
    position: relative;
    top: auto;
    right: auto;
    grid-column: 1 / -1;
    justify-self: center;
    width: min(640px, 100%);
    transform: rotate(-2deg);
  }

  .hero-proof,
  .hero-offer {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
  }

  .split,
  .proof-layout,
  .offer-layout,
  .guarantee-layout,
  .genius-layout,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .steps,
  .deliverables-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-panel {
    position: relative;
    top: 0;
  }

  .guarantee-seal {
    max-width: 170px;
  }
}

@media (max-width: 680px) {
  :root {
    --header-height: 70px;
  }

  .container {
    width: min(100% - 28px, 1120px);
  }

  .section {
    padding: 70px 0;
  }

  .site-header {
    height: 106px;
    padding: 16px 14px 0;
    justify-content: center;
  }

  .brand {
    font-size: 0.82rem;
    gap: 8px;
  }

  .brand span:last-child {
    max-width: 236px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-toggle {
    display: none !important;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero {
    min-height: auto;
    padding: 118px 0 58px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.94) 0%, rgba(5, 5, 5, 0.88) 62%, rgba(5, 5, 5, 0.98) 100%),
      radial-gradient(circle at 72% 74%, rgba(255, 211, 61, 0.14), transparent 36%),
      #050505;
  }

  .eyebrow {
    min-height: 32px;
    font-size: 0.68rem;
  }

  h1 {
    font-size: 2.95rem;
    line-height: 0.96;
  }

  h2 {
    font-size: 1.9rem;
  }

  h3 {
    font-size: 1.08rem;
  }

  .hero-subtitle,
  .section-copy p,
  .section-heading p,
  .author-copy p,
  .offer-copy p,
  .guarantee-copy p,
  .final-cta p {
    font-size: 1rem;
  }

  .hero-subtitle {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-content,
  .hero-actions,
  .hero .trust-line {
    max-width: 330px;
  }

  .hero-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .hero-actions {
    display: grid;
    margin-left: auto;
    margin-right: auto;
  }

  .btn {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
  }

  .hero .trust-line {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .hero .trust-line span {
    justify-content: center;
  }

  .pain-grid,
  .steps,
  .deliverables-grid,
  .testimonial-grid,
  .metrics {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero-product {
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }

  .hero-proof,
  .hero-offer {
    padding: 22px;
    text-align: center;
  }

  .hero-offer > span,
  .hero-offer a {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-offer ul {
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .section-copy,
  .section-heading,
  .author-copy,
  .offer-copy,
  .guarantee-copy,
  .final-cta-inner {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-heading {
    max-width: 340px;
  }

  .section-copy h2,
  .section-heading h2,
  .author-copy h2,
  .offer-copy h2,
  .guarantee-copy h2,
  .final-cta h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  .pain-tile,
  .feature-tile,
  .step,
  .testimonial,
  .metrics div {
    text-align: center;
  }

  .tile-number,
  .icon-box,
  .step span {
    margin-left: auto;
    margin-right: auto;
  }

  .check-list,
  .offer-list {
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .author-media,
  .product-preview,
  .guarantee-seal {
    margin-left: auto;
    margin-right: auto;
  }

  .author-media {
    max-width: 320px;
  }

  .pricing-panel {
    text-align: center;
  }

  .pricing-badge {
    margin-left: auto;
    margin-right: auto;
  }

  .faq-layout {
    text-align: center;
  }

  .faq-item button,
  .faq-answer > p {
    text-align: left;
  }

  .pain-tile,
  .feature-tile,
  .step,
  .testimonial,
  .pricing-panel {
    padding: 22px;
  }

  .genius-panel {
    min-height: 400px;
    padding: 16px;
  }

  .ai-feed {
    min-height: 340px;
    padding: 18px;
  }

  .prompt {
    max-width: 100%;
  }

  .pricing-panel h3 {
    font-size: 3.25rem;
  }

  .footer-inner {
    display: grid;
    justify-items: center;
    text-align: center;
  }

}

@media (max-width: 380px) {
  .brand span:last-child {
    max-width: 210px;
  }

  .nav-toggle {
    display: none !important;
  }
}

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

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