:root {
  color-scheme: dark;
  --bg: #050509;
  --panel: #111119;
  --panel-2: #171725;
  --text: #f4f2f8;
  --muted: #a9a4b7;
  --line: rgba(255, 255, 255, 0.12);
  --purple: #8b2cff;
  --violet: #4c12bd;
  --magenta: #d83cff;
  --cyan: #28dfff;
  --green: #62f2b8;
  --warning: #ffe7a3;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 132px;
}

body {
  overflow-x: hidden;
  margin: 0;
  min-width: 320px;
  padding-top: 44px;
  padding-bottom: 92px;
  background:
    radial-gradient(circle at 17% 15%, rgba(40, 223, 255, 0.18), transparent 28rem),
    radial-gradient(circle at 82% 8%, rgba(139, 44, 255, 0.22), transparent 30rem),
    linear-gradient(180deg, #060711 0%, #050509 46%, #080811 100%);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.offer-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 44px;
  padding: 7px 14px;
  background: linear-gradient(90deg, #07151f, #43116f 48%, #11111b);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.mini-countdown {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  align-items: baseline;
  gap: 5px;
}

.mini-countdown strong {
  color: #fff;
  font-size: 18px;
}

.mini-countdown small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
}

.floating-countdown {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 28;
  display: grid;
  gap: 6px;
  min-width: 230px;
  padding: 14px 17px;
  border: 1px solid rgba(98, 242, 184, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(11, 17, 24, 0.94), rgba(47, 16, 76, 0.94)),
    #0d0d16;
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.42),
    0 0 26px rgba(98, 242, 184, 0.22);
  backdrop-filter: blur(18px);
  transform: translateY(0);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.floating-countdown:hover {
  transform: translateY(-3px);
  border-color: rgba(98, 242, 184, 0.62);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.48),
    0 0 38px rgba(98, 242, 184, 0.32);
}

.floating-countdown span,
.floating-countdown small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.floating-countdown .floating-time {
  color: var(--green);
  font-size: 32px;
  font-weight: 950;
  line-height: 0.95;
  text-shadow: 0 0 18px rgba(98, 242, 184, 0.34);
}

.floating-countdown b {
  font: inherit;
}

.floating-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.floating-price s {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 900;
  text-decoration-color: rgba(216, 60, 255, 0.9);
  text-decoration-thickness: 2px;
}

.floating-price em {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 950;
}

.floating-countdown small {
  color: #f1edff;
  font-size: 14px;
}

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

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

.site-header {
  position: sticky;
  top: 44px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 18px 0;
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-line {
  color: var(--muted);
  font-size: 14px;
  font-style: italic;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
}

.nav a:hover,
.footer a:hover {
  color: var(--text);
}

.affiliate-page {
  padding-top: 0;
  padding-bottom: 40px;
}

.affiliate-page .site-header {
  top: 0;
}

.affiliate-main {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 54px 0 80px;
}

.affiliate-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.55fr);
  gap: 34px;
  align-items: stretch;
  min-height: 620px;
}

.affiliate-copy,
.affiliate-card,
.affiliate-steps article,
.affiliate-rules {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(13, 13, 22, 0.86);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.affiliate-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 64px);
}

.affiliate-copy h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(48px, 8vw, 104px);
  line-height: 0.9;
}

.affiliate-copy p {
  max-width: 720px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

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

.affiliate-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  background:
    radial-gradient(circle at 50% 10%, rgba(98, 242, 184, 0.18), transparent 36%),
    linear-gradient(150deg, rgba(42, 16, 66, 0.95), rgba(12, 13, 22, 0.94));
}

.affiliate-card span,
.affiliate-steps span {
  color: var(--green);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.affiliate-card strong {
  color: var(--green);
  font-size: clamp(82px, 11vw, 150px);
  line-height: 0.9;
  text-shadow: 0 0 28px rgba(98, 242, 184, 0.26);
}

.affiliate-card p {
  color: #eeeafa;
  font-size: 18px;
  font-weight: 800;
}

.affiliate-card ul,
.affiliate-rules ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.affiliate-card li,
.affiliate-rules li {
  padding-left: 26px;
  color: var(--muted);
  line-height: 1.45;
  position: relative;
}

.affiliate-card li::before,
.affiliate-rules li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 14px rgba(98, 242, 184, 0.5);
}

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

.affiliate-steps article {
  padding: 26px;
}

.affiliate-steps h2 {
  margin: 14px 0 10px;
  font-size: 26px;
}

.affiliate-steps p {
  color: var(--muted);
  line-height: 1.55;
}

.affiliate-rules {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 32px;
  align-items: start;
  margin-top: 22px;
  padding: clamp(26px, 4vw, 44px);
}

.affiliate-rules h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.94;
}

.nav a,
.footer a {
  transition:
    color 180ms ease,
    opacity 180ms ease;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transform: translateY(0);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.header-cta {
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
}

.button {
  padding: 0 22px;
}

.button.primary {
  background: linear-gradient(135deg, var(--cyan), var(--purple) 48%, var(--magenta));
  box-shadow: 0 0 34px rgba(139, 44, 255, 0.44);
}

.button.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.button.primary:hover {
  filter: saturate(1.18) brightness(1.08);
  box-shadow:
    0 0 28px rgba(40, 223, 255, 0.26),
    0 0 52px rgba(216, 60, 255, 0.48);
}

.header-cta:hover,
.button.secondary:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.header-cta:active,
.button:active {
  transform: translateY(0) scale(0.98);
}

.header-cta:focus-visible,
.button:focus-visible,
.nav a:focus-visible,
.footer a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.button.full {
  width: 100%;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 1fr);
  align-items: center;
  gap: 42px;
  width: min(100% - 32px, 1320px);
  min-height: calc(100vh - 80px);
  margin: 0 auto;
  padding: 14px 0 70px;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.eyebrow,
.section-label {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1 {
  max-width: 650px;
  margin-bottom: 18px;
  font-size: clamp(44px, 4.2vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

@media (min-width: 701px) {
  h1 span {
    white-space: nowrap;
  }
}

h2 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 0.96;
}

h3 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.05;
}

.hero-text,
.statement p,
.preview-copy p,
.price-copy p,
.price-card p,
.feature-grid p,
.stack-item p,
.faq p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.hero-text {
  max-width: 640px;
  margin-bottom: 20px;
}

.value-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.value-row span,
.old-price {
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}

.value-row span:first-child,
.old-price {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(216, 60, 255, 0.9);
}

.value-row strong {
  padding: 7px 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(40, 223, 255, 0.18), rgba(216, 60, 255, 0.2));
  color: #fff;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 640px;
}

.proof-strip span {
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #d9d6e6;
  font-size: 13px;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 12% 4% 8%;
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 74% 28%, rgba(139, 44, 255, 0.32), transparent 36%),
    radial-gradient(circle at 26% 72%, rgba(255, 152, 77, 0.2), transparent 40%);
  filter: blur(34px);
  opacity: 0.82;
}

.hero-video-composition {
  position: relative;
  display: grid;
  gap: 14px;
  width: min(100%, 650px);
  min-height: 0;
  perspective: 1000px;
}

.hero-video-composition::before,
.hero-video-composition::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-video-composition::before {
  inset: 7% -10% 5%;
  z-index: -2;
  border-radius: 999px;
  background:
    radial-gradient(circle at 68% 18%, rgba(40, 223, 255, 0.28), transparent 31%),
    radial-gradient(circle at 38% 72%, rgba(216, 60, 255, 0.36), transparent 36%);
  filter: blur(34px);
  opacity: 0.86;
  transition:
    opacity 240ms ease,
    filter 240ms ease,
    transform 240ms ease;
}

.hero-video-composition::after {
  left: 8%;
  right: 4%;
  bottom: -8px;
  z-index: -1;
  height: 90px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.62), transparent 70%);
  filter: blur(10px);
}

.hero-fonts-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(#090914, #090914) padding-box,
    linear-gradient(145deg, rgba(98, 242, 184, 0.8), rgba(40, 223, 255, 0.82), rgba(139, 44, 255, 0.84)) border-box;
  box-shadow:
    0 34px 72px rgba(0, 0, 0, 0.5),
    0 0 36px rgba(40, 223, 255, 0.18),
    0 0 42px rgba(139, 44, 255, 0.18);
  transform: scale(1);
  transform-style: preserve-3d;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 260ms ease,
    border-color 260ms ease,
    filter 260ms ease;
}

.hero-fonts-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.18), transparent 20% 74%, rgba(98, 242, 184, 0.13)),
    radial-gradient(circle at 52% 0%, rgba(255, 255, 255, 0.13), transparent 34%);
  mix-blend-mode: screen;
}

.hero-fonts-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
  pointer-events: none;
}

.hero-fonts-label {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 3;
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  border: 1px solid rgba(98, 242, 184, 0.4);
  border-radius: 8px;
  background: rgba(5, 6, 12, 0.72);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px);
}

.hero-fonts-label span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-fonts-label strong {
  color: var(--green);
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}

.hero-video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(#090914, #090914) padding-box,
    linear-gradient(155deg, rgba(40, 223, 255, 0.88), rgba(139, 44, 255, 0.78), rgba(216, 60, 255, 0.84)) border-box;
  box-shadow:
    0 34px 72px rgba(0, 0, 0, 0.54),
    0 0 34px rgba(139, 44, 255, 0.24),
    0 0 0 rgba(40, 223, 255, 0);
  will-change: transform, box-shadow, filter;
  transform-style: preserve-3d;
  transition:
    transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 260ms ease,
    border-color 260ms ease,
    filter 260ms ease,
    opacity 260ms ease;
  cursor: pointer;
}

.hero-video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 20% 74%, rgba(40, 223, 255, 0.12)),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.12), transparent 34%);
  mix-blend-mode: screen;
}

.hero-video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
  pointer-events: none;
}

.hero-video-frame.has-audio {
  border-color: rgba(98, 242, 184, 0.68);
  box-shadow:
    0 38px 82px rgba(0, 0, 0, 0.58),
    0 0 44px rgba(98, 242, 184, 0.32),
    0 0 38px rgba(139, 44, 255, 0.28);
}

.video-audio-toggle {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(6, 8, 15, 0.68);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px);
  cursor: pointer;
  pointer-events: auto;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.video-audio-toggle:hover {
  transform: translateY(-2px) scale(1.04);
  border-color: rgba(98, 242, 184, 0.62);
  background: rgba(12, 20, 26, 0.78);
  box-shadow:
    0 16px 32px rgba(0, 0, 0, 0.38),
    0 0 22px rgba(98, 242, 184, 0.2);
}

.video-audio-toggle:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
}

.speaker-icon {
  position: relative;
  width: 20px;
  height: 20px;
}

.speaker-icon::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 5px;
  width: 15px;
  height: 10px;
  background: #fff;
  clip-path: polygon(0 30%, 34% 30%, 72% 0, 72% 100%, 34% 70%, 0 70%);
}

.speaker-icon::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 2px;
  width: 8px;
  height: 16px;
  border-right: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.35;
}

.video-audio-toggle[aria-pressed="false"] .speaker-icon {
  transform: rotate(-1deg);
}

.video-audio-toggle[aria-pressed="false"] .speaker-icon::after {
  left: 9px;
  top: 1px;
  width: 2px;
  height: 19px;
  border: 0;
  border-radius: 2px;
  background: #fff;
  opacity: 1;
  transform: rotate(42deg);
}

.video-audio-toggle[aria-pressed="true"] {
  border-color: rgba(98, 242, 184, 0.78);
  background: rgba(20, 38, 33, 0.82);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.38),
    0 0 28px rgba(98, 242, 184, 0.3);
}

.video-audio-toggle[aria-pressed="true"] .speaker-icon::before,
.video-audio-toggle[aria-pressed="true"] .speaker-icon::after {
  background: var(--green);
  border-color: var(--green);
}

.hero-video-frame-main {
  z-index: 2;
  transform: rotate(-4deg);
}

.hero-video-frame-side {
  z-index: 1;
  opacity: 0.96;
  transform: rotate(4deg) translateY(18px);
  box-shadow:
    0 26px 56px rgba(0, 0, 0, 0.5),
    0 0 28px rgba(40, 223, 255, 0.2);
}

.hero-video-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: grid;
  gap: 2px;
  min-width: 178px;
  padding: 12px 14px;
  border: 1px solid rgba(98, 242, 184, 0.44);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 9, 18, 0.92), rgba(34, 12, 57, 0.9)),
    #0d0d16;
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(98, 242, 184, 0.18);
  backdrop-filter: blur(16px);
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease;
}

.hero-video-badge span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-video-badge strong {
  color: var(--green);
  font-size: 19px;
  line-height: 1;
}

@media (hover: hover) and (pointer: fine) {
  .hero-video-composition:hover::before {
    opacity: 1;
    filter: blur(42px);
    transform: scale(1.04);
  }

  .hero-fonts-card:hover,
  .hero-video-composition:hover .hero-fonts-card {
    transform: translate3d(0, -4px, 0) scale(1.035);
    border-color: rgba(40, 145, 255, 0.86);
    box-shadow:
      0 42px 88px rgba(0, 0, 0, 0.58),
      0 0 0 1px rgba(40, 145, 255, 0.56),
      0 0 34px rgba(40, 145, 255, 0.42),
      0 0 62px rgba(139, 44, 255, 0.32);
    filter: brightness(1.06) saturate(1.08);
  }

  .hero-video-frame-main:hover,
  .hero-video-composition:hover .hero-video-frame-main {
    transform: translate3d(-10px, 6px, 0) rotate(-6deg) scale(1.035);
    border-color: rgba(40, 223, 255, 0.52);
    box-shadow:
      0 42px 86px rgba(0, 0, 0, 0.6),
      0 0 42px rgba(139, 44, 255, 0.42),
      0 0 34px rgba(40, 223, 255, 0.2);
    filter: brightness(1.06) saturate(1.08);
  }

  .hero-video-frame-side:hover,
  .hero-video-composition:hover .hero-video-frame-side {
    transform: translate3d(10px, 24px, 0) rotate(6deg) scale(1.035);
    border-color: rgba(216, 60, 255, 0.52);
    box-shadow:
      0 32px 68px rgba(0, 0, 0, 0.54),
      0 0 38px rgba(40, 223, 255, 0.28),
      0 0 22px rgba(216, 60, 255, 0.24);
    filter: brightness(1.04) saturate(1.1);
  }

  .hero-video-composition:hover .hero-video-badge {
    transform: translateY(-6px);
    border-color: rgba(98, 242, 184, 0.72);
    box-shadow:
      0 22px 52px rgba(0, 0, 0, 0.48),
      0 0 38px rgba(98, 242, 184, 0.28);
  }
}

.magic-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
  align-items: center;
  gap: 54px;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 82px 0 96px;
}

.magic-copy p {
  max-width: 650px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

.magic-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  text-shadow:
    0 0 22px rgba(216, 60, 255, 0.22),
    0 0 28px rgba(40, 223, 255, 0.14);
}

.magic-video-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
  align-items: end;
  gap: 22px;
  width: min(100%, 460px);
  margin: 0 auto;
  isolation: isolate;
}

.magic-video-row::before {
  content: "";
  position: absolute;
  inset: 8% -16% 0;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 25%, rgba(40, 223, 255, 0.22), transparent 34%),
    radial-gradient(circle at 76% 72%, rgba(216, 60, 255, 0.32), transparent 42%);
  filter: blur(34px);
}

.pain-section,
.preview-section,
.price-section,
.coming-up-banner,
.pack-showcase,
.bonus-section,
.guarantee-section,
.faq,
.footer {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

.coming-up-banner {
  padding: 70px 0 10px;
}

.coming-up-banner img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(40, 223, 255, 0.28);
  border-radius: 8px;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.48),
    0 0 48px rgba(139, 44, 255, 0.2);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

@media (hover: hover) {
  .coming-up-banner img:hover {
    transform: translateY(-3px);
    border-color: rgba(103, 255, 180, 0.52);
    box-shadow:
      0 34px 92px rgba(0, 0, 0, 0.52),
      0 0 58px rgba(139, 44, 255, 0.28),
      0 0 28px rgba(40, 223, 255, 0.16);
  }
}

.pack-showcase {
  padding: 86px 0 34px;
}

.pack-showcase-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 32px;
}

.pack-showcase-head h2 {
  margin-bottom: 0;
}

.pack-showcase-head p {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

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

.pack-card {
  --accent: var(--purple);
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--accent), transparent 58%);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 22%, color-mix(in srgb, var(--accent), transparent 76%), transparent 45%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)),
    #0d0d16;
  box-shadow: 0 26px 52px rgba(0, 0, 0, 0.36);
  transform: translateY(0);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.pack-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--accent), white 18%);
  box-shadow:
    0 28px 58px rgba(0, 0, 0, 0.45),
    0 0 34px color-mix(in srgb, var(--accent), transparent 72%);
  filter: brightness(1.05);
}

.pack-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #050509;
}

.pack-card div {
  padding: 20px;
}

.pack-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pack-card h3 {
  margin-bottom: 8px;
  font-size: 25px;
}

.pack-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.accent-blue {
  --accent: #1f83ff;
}

.accent-pink {
  --accent: #ff4bd8;
}

.accent-red {
  --accent: #ff3535;
}

.accent-gold {
  --accent: #ffbd21;
}

.accent-magenta {
  --accent: #ff3ccb;
}

.accent-green {
  --accent: #49f05b;
}

.pain-section {
  display: grid;
  grid-template-columns: 0.28fr 1fr;
  gap: 32px;
  padding: 86px 0;
}

.statement {
  padding-top: 2px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  border: 1px solid var(--line);
  background: var(--line);
}

.feature-grid article {
  min-height: 270px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  transform: translateY(0);
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.feature-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.25);
}

.feature-number,
.stack-item span,
.compare-block span,
.price-note {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.preview-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
  gap: 52px;
  padding: 86px 0;
}

.bonus-section {
  padding: 18px 0 92px;
}

.bonus-head {
  max-width: 780px;
  margin-bottom: 30px;
}

.bonus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.bonus-grid article {
  min-height: 250px;
  padding: 26px;
  background:
    radial-gradient(circle at 85% 12%, rgba(139, 44, 255, 0.22), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.032));
  transform: translateY(0);
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.bonus-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.25);
}

.bonus-grid span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--warning);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bonus-grid p {
  color: var(--muted);
  line-height: 1.5;
}

.stack {
  display: grid;
  gap: 12px;
}

.stack-item {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(40, 223, 255, 0.08), rgba(139, 44, 255, 0.08));
  transform: translateY(0);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.stack-item:hover {
  transform: translateY(-4px);
  border-color: rgba(40, 223, 255, 0.24);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.25);
}

.stack-item span {
  margin-bottom: 14px;
}

.stack-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 22px;
}

.stack-item p {
  margin-bottom: 0;
  font-size: 16px;
}

.comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.compare-block {
  min-height: 300px;
  padding: 34px;
}

.compare-block.muted {
  background: rgba(255, 255, 255, 0.04);
}

.compare-block.strong {
  background:
    linear-gradient(135deg, rgba(40, 223, 255, 0.15), rgba(139, 44, 255, 0.23)),
    var(--panel);
}

.compare-block h3 {
  max-width: 440px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 0.96;
}

.price-section {
  display: grid;
  gap: 34px;
  padding: 34px 0 76px;
}

.offer-section .price-copy {
  display: block;
  max-width: 820px;
}

.offer-cards {
  display: grid;
  grid-template-columns: minmax(320px, 1180px);
  justify-content: center;
  gap: 0;
  align-items: start;
  margin-top: 24px;
}

.offer-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
  transform: translateY(0);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.offer-card:hover {
  transform: translateY(-4px);
  border-color: rgba(98, 242, 184, 0.28);
  box-shadow:
    0 32px 76px rgba(0, 0, 0, 0.5),
    0 0 38px rgba(139, 44, 255, 0.18);
}

.pro-offer {
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(430px, 1.12fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  background:
    radial-gradient(circle at 50% 31%, rgba(139, 44, 255, 0.3), transparent 33%),
    radial-gradient(circle at 82% 14%, rgba(98, 242, 184, 0.12), transparent 24%),
    linear-gradient(180deg, #33154f, #24123b 72%, #1a0e2a);
  border-color: rgba(98, 242, 184, 0.24);
  box-shadow:
    0 34px 76px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(98, 242, 184, 0.06),
    0 0 42px rgba(98, 242, 184, 0.15);
}

.offer-cards .pro-offer {
  width: 100%;
}

.pro-offer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border: 1px solid rgba(98, 242, 184, 0.32);
  border-radius: inherit;
  box-shadow:
    inset 0 0 28px rgba(98, 242, 184, 0.08),
    0 0 34px rgba(98, 242, 184, 0.2),
    0 0 70px rgba(139, 44, 255, 0.18);
  pointer-events: none;
}

.pro-offer > * {
  position: relative;
  z-index: 1;
}

.offer-media {
  display: grid;
  gap: 14px;
  align-content: center;
}

.offer-details {
  display: grid;
  align-content: center;
}

.rating {
  display: grid;
  justify-items: center;
  gap: 6px;
  margin-bottom: 10px;
  color: #ffd83d;
  font-size: 18px;
  font-weight: 900;
}

.rating span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
  font-weight: 800;
}

.offer-title {
  display: grid;
  place-items: center;
  min-height: 58px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: #f2eee9;
  color: #050509;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.offer-title.hot {
  background: linear-gradient(135deg, #62f281, #8af7a3);
  margin-bottom: 16px;
}

.offer-product {
  width: min(100%, 350px);
  margin: 0 auto;
  border-radius: 8px;
  filter: drop-shadow(0 30px 34px rgba(0, 0, 0, 0.46));
}

.offer-bundle {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
}

.offer-bundle img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
}

.ribbon {
  position: absolute;
  top: 34px;
  right: -78px;
  z-index: 2;
  width: 250px;
  padding: 12px 0;
  background: #58b93f;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(42deg);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

.offer-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 18px;
  gap: 0;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.offer-list li {
  position: relative;
  min-height: 44px;
  padding: 10px 0 10px 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #f6f1ff;
  font-size: 14px;
  line-height: 1.35;
}

.offer-list li::before {
  position: absolute;
  left: 0;
  top: 10px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 950;
}

.offer-list li.yes::before {
  content: "✓";
  background: #7dff63;
  color: #111119;
}

.offer-list li.no {
  color: rgba(194, 183, 213, 0.42);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.offer-list li.no::before {
  content: "×";
  border: 2px solid rgba(194, 183, 213, 0.38);
  color: rgba(194, 183, 213, 0.58);
}

.pro-list li {
  font-size: 14px;
}

.pro-offer small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.manual-payment {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(98, 242, 184, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 18%, rgba(98, 242, 184, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.055);
  text-align: center;
}

.manual-payment span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.whatsapp-payment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(98, 242, 184, 0.4);
  border-radius: 8px;
  background: rgba(98, 242, 184, 0.12);
  color: #dcfff1;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.whatsapp-payment:hover {
  transform: translateY(-2px);
  border-color: rgba(98, 242, 184, 0.78);
  background: rgba(98, 242, 184, 0.18);
  box-shadow: 0 0 26px rgba(98, 242, 184, 0.18);
}

.price-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    var(--panel-2);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.price-note {
  color: var(--green);
}

.old-price {
  margin-bottom: 8px;
  font-size: 20px;
}

.offer-price-block {
  display: grid;
  justify-items: center;
  margin: 0 auto 14px;
  text-align: center;
}

.pro-offer .old-price {
  color: rgba(255, 255, 255, 0.62);
  font-size: 18px;
}

.price {
  margin-bottom: 10px;
  font-size: 82px;
  font-weight: 950;
  line-height: 0.9;
}

.pro-offer .price {
  margin-bottom: 0;
  color: var(--green);
  font-size: clamp(82px, 8vw, 112px);
  letter-spacing: 0;
  text-align: center;
  text-shadow:
    0 0 16px rgba(98, 242, 184, 0.2),
    0 0 34px rgba(98, 242, 184, 0.18);
}

.today-box {
  display: grid;
  gap: 6px;
  max-width: 460px;
  margin-top: 20px;
  padding: 18px;
  border: 1px solid rgba(255, 231, 163, 0.28);
  border-radius: 8px;
  background: rgba(255, 231, 163, 0.075);
}

.today-box span {
  color: var(--warning);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.today-box strong {
  font-size: 20px;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 24px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 22px;
  color: #e4e0ee;
  line-height: 1.35;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--purple));
  box-shadow: 0 0 12px rgba(139, 44, 255, 0.78);
}

.guarantee-section {
  padding: 0 0 100px;
}

.guarantee-card {
  padding: 38px;
  border: 1px solid rgba(98, 242, 184, 0.25);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 15%, rgba(98, 242, 184, 0.14), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
}

.guarantee-card span {
  display: block;
  margin-bottom: 16px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.guarantee-card p {
  max-width: 850px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.price-card small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.faq {
  padding: 0 0 90px;
}

.faq details {
  border-top: 1px solid var(--line);
}

.faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  cursor: pointer;
  padding: 22px 0;
  font-size: 21px;
  font-weight: 800;
  transition:
    color 180ms ease,
    padding-left 180ms ease;
}

.faq summary:hover {
  padding-left: 8px;
  color: var(--green);
}

.faq p {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: 16px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 0 42px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
  }

  .nav {
    display: none;
  }

  .hero,
  .magic-section,
  .pain-section,
  .preview-section,
  .price-section,
  .pack-showcase-head {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 28px;
  }

  .hero-visual {
    min-height: 0;
  }

  .hero-video-composition {
    width: min(100%, 650px);
    min-height: 0;
    margin: 0 auto;
  }

  .hero-video-frame-main {
    width: auto;
  }

  .hero-video-frame-side {
    width: auto;
  }

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

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

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

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

  .price-section {
    padding-top: 8px;
  }

  .offer-section .price-copy,
  .offer-cards {
    grid-template-columns: 1fr;
  }

  .pro-offer {
    display: block;
  }

  .offer-media {
    margin-bottom: 26px;
  }

  .offer-list {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 560px) {
  .site-header {
    width: min(100% - 24px, var(--max));
    gap: 12px;
  }

  body {
    padding-top: 56px;
  }

  .offer-bar {
    display: grid;
    justify-items: center;
    gap: 2px;
    min-height: 56px;
    padding: 6px 10px;
    font-size: 11px;
  }

  .floating-countdown {
    left: 12px;
    right: 12px;
    bottom: 12px;
    grid-template-columns: 1fr auto;
    align-items: center;
    min-width: 0;
  }

  .floating-countdown .floating-kicker {
    grid-column: 1;
  }

  .floating-countdown .floating-time {
    grid-column: 2;
    grid-row: 1 / span 3;
    font-size: 26px;
  }

  .floating-price {
    grid-column: 1;
  }

  .floating-countdown small {
    grid-column: 1;
  }

  .site-header {
    top: 56px;
  }

  .brand {
    display: grid;
    gap: 2px;
  }

  .brand-mark {
    font-size: 19px;
  }

  .brand-line {
    font-size: 12px;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 14px;
    font-size: 13px;
  }

  .hero,
  .magic-section,
  .pain-section,
  .preview-section,
  .price-section,
  .coming-up-banner,
  .pack-showcase,
  .bonus-section,
  .guarantee-section,
  .faq,
  .footer,
  .feature-grid,
  .comparison {
    width: min(100% - 24px, var(--max));
  }

  .hero {
    padding-bottom: 58px;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-text,
  .statement p,
  .preview-copy p,
  .price-copy p {
    font-size: 16px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .proof-strip span {
    width: 100%;
    border-radius: 8px;
  }

  .hero-scene {
    margin-top: 8px;
  }

  .hero-video-composition {
    width: 100%;
    min-height: 0;
  }

  .hero-video-composition::before {
    inset: 8% -8% 10%;
  }

  .hero-fonts-label {
    left: 10px;
    bottom: 10px;
    padding: 8px 10px;
  }

  .hero-fonts-label strong {
    font-size: 16px;
  }

  .magic-section {
    gap: 34px;
    padding: 58px 0 72px;
  }

  .magic-video-row {
    width: min(100%, 320px);
    gap: 10px;
  }

  .video-audio-toggle {
    top: 8px;
    right: 8px;
    width: 34px;
    height: 34px;
  }

  .hero-video-frame-main {
    transform: rotate(-3deg);
  }

  .hero-video-frame-side {
    transform: rotate(3deg) translateY(12px);
  }

  .hero-video-badge {
    top: 10px;
    right: 10px;
    min-width: 156px;
    padding: 10px 12px;
  }

  .hero-video-badge strong {
    font-size: 17px;
  }

  .pain-section,
  .preview-section {
    padding: 66px 0;
  }

  .coming-up-banner {
    padding: 48px 0 6px;
  }

  .pack-showcase {
    padding: 18px 0 58px;
  }

  .pack-showcase-head {
    gap: 12px;
    margin-bottom: 20px;
  }

  .pack-showcase-head p {
    font-size: 16px;
  }

  .pack-gallery {
    grid-template-columns: 1fr;
  }

  .pack-card div {
    padding: 18px;
  }

  .pack-card h3 {
    font-size: 23px;
  }

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

  .feature-grid article {
    min-height: auto;
    padding: 24px;
  }

  .compare-block {
    min-height: 220px;
    padding: 26px;
  }

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

  .bonus-grid article {
    min-height: auto;
  }

  .price-section {
    padding-bottom: 72px;
  }

  .pro-offer {
    padding: 28px 22px;
  }

  .offer-title {
    min-height: 58px;
    font-size: 28px;
  }

  .offer-list li {
    min-height: 52px;
    padding-left: 36px;
    font-size: 16px;
  }

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

  .ribbon {
    top: 28px;
    right: -34px;
    width: 146px;
    font-size: 10px;
  }

  .price-card {
    padding: 24px;
  }

  .price {
    font-size: 64px;
  }

  .guarantee-card {
    padding: 26px;
  }

  .affiliate-hero,
  .affiliate-steps,
  .affiliate-rules {
    grid-template-columns: 1fr;
  }

  .affiliate-hero {
    min-height: auto;
  }

  .affiliate-copy,
  .affiliate-card,
  .affiliate-rules {
    padding: 24px;
  }

  .affiliate-copy h1 {
    font-size: clamp(44px, 15vw, 72px);
  }

  .affiliate-copy p {
    font-size: 17px;
  }

  .footer {
    display: grid;
  }
}

@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;
  }

  .header-cta:hover,
  .button:hover,
  .feature-grid article:hover,
  .bonus-grid article:hover,
  .stack-item:hover,
  .pack-card:hover,
  .offer-card:hover {
    transform: none;
  }
}
