:root {
  --bg: #070707;
  --bg-soft: #130708;
  --panel: rgba(18, 18, 18, 0.94);
  --panel-soft: rgba(25, 25, 25, 0.96);
  --white-panel: #f7f3ef;
  --red: #d51014;
  --red-deep: #7d0d10;
  --yellow: #ffe100;
  --green: #10b330;
  --text: #fff9f2;
  --text-soft: #e5dbd1;
  --text-muted: #b7ada4;
  --line: rgba(255, 255, 255, 0.09);
  --line-hot: rgba(255, 225, 0, 0.22);
  --shadow-deep: 0 28px 80px rgba(0, 0, 0, 0.45);
  --shadow-hot: 0 20px 56px rgba(213, 16, 20, 0.2);
  --radius-sm: 18px;
  --radius-md: 28px;
  --radius-lg: 40px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 225, 0, 0.08), transparent 18%),
    radial-gradient(circle at top left, rgba(213, 16, 20, 0.22), transparent 24%),
    radial-gradient(circle at top right, rgba(213, 16, 20, 0.14), transparent 22%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.025) 0%, transparent 26%),
    linear-gradient(245deg, rgba(255, 225, 0, 0.025) 0%, transparent 24%),
    linear-gradient(180deg, #070707 0%, #110709 28%, #090909 58%, #070707 100%);
  color: var(--text);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}
body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}
body::before {
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 225, 0, 0.06), transparent 14%),
    radial-gradient(circle at 85% 18%, rgba(213, 16, 20, 0.08), transparent 16%),
    radial-gradient(circle at 50% 38%, rgba(255, 225, 0, 0.04), transparent 18%),
    radial-gradient(circle at 20% 72%, rgba(213, 16, 20, 0.06), transparent 18%),
    radial-gradient(circle at 80% 78%, rgba(255, 225, 0, 0.04), transparent 16%);
  filter: blur(18px);
  opacity: 0.95;
}
body::after {
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.32), rgba(0,0,0,0));
  opacity: 0.22;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
[data-parallax] { --parallax-shift: 0px; }
.site-shell { overflow: hidden; }
.container { width: min(calc(100% - 1.5rem), var(--container)); margin: 0 auto; }

.offer-bar {
  position: relative;
  z-index: 3;
  background: linear-gradient(90deg, rgba(157, 10, 14, 0.96), rgba(204, 18, 22, 0.96));
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.offer-grid {
  display: grid;
  gap: 0.85rem;
  align-items: center;
  padding: 0.75rem 0;
}

.offer-copy {
  display: grid;
  gap: 0.15rem;
  text-align: center;
}

.offer-copy strong {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.offer-copy span {
  color: rgba(255, 249, 242, 0.84);
  font-size: 0.84rem;
}

.countdown {
  display: grid;
  justify-items: center;
  gap: 0.4rem;
}

.countdown p {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.countdown-grid {
  display: flex;
  gap: 0.45rem;
}

.countdown-box {
  min-width: 4rem;
  padding: 0.42rem 0.55rem;
  border-radius: 12px;
  background: #fff;
  color: #111;
  text-align: center;
}

.countdown-box strong {
  display: block;
  font-family: "Arial Narrow", "Franklin Gothic Condensed", Impact, sans-serif;
  font-size: 2rem;
  line-height: 0.9;
}

.countdown-box span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.64rem;
  font-weight: 800;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.95rem 1.35rem;
  border-radius: 16px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible { transform: translateY(-1px); }

.button-primary {
  background: linear-gradient(180deg, #18c341, #0e9e30);
  color: #fff;
  box-shadow: 0 18px 36px rgba(16, 179, 48, 0.24);
  position: relative;
  overflow: hidden;
}

.button-primary::after {
  content: "";
  position: absolute;
  inset: -120% auto -120% -40%;
  width: 36%;
  transform: rotate(18deg);
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  animation: button-sheen 5.4s ease-in-out infinite;
}

.text-accent {
  color: #f6d257;
}

.text-accent-alt {
  color: #ffdca8;
}

.offer-cta,
.hero-main-cta {
  width: 100%;
}

.hero {
  position: relative;
}

.hero-visual-section {
  position: relative;
  padding: 0 0 0;
  background:
    radial-gradient(circle at center, rgba(255, 225, 0, 0.06), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.hero-visual-shell {
  position: relative;
  min-height: 28.5rem;
  display: grid;
  place-items: center;
}

.hero-visual-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255, 225, 0, 0.08), transparent 24%),
    radial-gradient(circle at 20% 50%, rgba(213, 16, 20, 0.1), transparent 28%),
    radial-gradient(circle at 80% 40%, rgba(213, 16, 20, 0.08), transparent 24%);
}

.hero-wide-art,
.hero-device,
.hero-badge {
  position: absolute;
  box-shadow: var(--shadow-deep);
}

.hero-wide-art {
  inset: 0;
  z-index: 2;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  display: grid;
  place-items: center;
}

.hero-wide-art picture {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.hero-wide-art img {
  position: relative;
  z-index: 1;
  width: min(118%, 90rem);
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: center center;
  transform: translateY(-1.2rem);
  animation: hero-float 9s ease-in-out infinite;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.28));
}

.hero-device {
  width: 18%;
  max-width: 10rem;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: var(--panel-soft);
  z-index: 1;
}

.hero-device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-device-left {
  left: 7%;
  top: 16%;
  height: 42%;
}

.hero-device-right {
  right: 7%;
  top: 14%;
  height: 46%;
}

.hero-badge {
  bottom: -2.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 8.2rem;
  height: 8.2rem;
  border-radius: 22px;
  overflow: hidden;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
}

.hero-copy-section {
  padding: 4.9rem 0 3rem;
  background: #050505;
}

.hero-copy-wrap {
  display: grid;
  justify-items: center;
  text-align: center;
}

.hero-brand-lockup {
  display: grid;
  justify-items: center;
  gap: 0.85rem;
}

.brand-mark {
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 225, 0, 0.24);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  animation: badge-glow 4.6s ease-in-out infinite;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-copy strong,
h1,
h2,
h3,
.hero-price-line strong,
.price-event-main strong,
.price-event-prefix {
  font-family: "Arial Narrow", "Franklin Gothic Condensed", Impact, sans-serif;
}

.brand-copy strong {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

.brand-copy span:last-child {
  color: var(--text-muted);
  font-size: 0.92rem;
}

.kicker {
  margin: 1rem 0 0.8rem;
  color: var(--yellow);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 24ch;
  font-size: clamp(1.9rem, 4.9vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: -0.012em;
  text-transform: none;
  text-wrap: balance;
}

h2 {
  margin: 0;
  max-width: 24ch;
  font-size: clamp(1.65rem, 4.1vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: -0.012em;
  text-transform: none;
  text-wrap: balance;
}

h3 {
  margin: 0 0 0.45rem;
  font-size: 1.16rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.hero-subcopy,
.section-text,
.statement-panel p,
.flow-card p,
.include-card p,
.proof-card-footer span,
.price-intro p,
.price-event-subline,
.price-event-note,
.post-purchase-panel p,
.faq-card p,
.legal-copy p,
.footer-text p,
.disclaimer {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.65;
}

.hero-subcopy {
  max-width: 42rem;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.7;
}

.hero-subcopy-strong {
  color: var(--text);
  font-weight: 700;
}

.hero-price-line {
  display: flex;
  align-items: flex-end;
  gap: 0.55rem;
  margin-top: 1.4rem;
}

.hero-price-label {
  color: var(--text-soft);
  font-size: 1rem;
  font-weight: 700;
}

.hero-price-line strong {
  font-size: clamp(2.5rem, 8vw, 4.8rem);
  line-height: 0.9;
}

.hero-price-line span:last-child {
  color: var(--text-soft);
  font-size: 1rem;
}

.hero-main-cta {
  margin-top: 1.25rem;
  max-width: 40rem;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 1.35rem 0 0;
  display: grid;
  gap: 0.8rem;
  width: 100%;
  max-width: 48rem;
}

.hero-points li {
  display: grid;
  align-items: center;
  min-height: 3.6rem;
  padding: 0.95rem 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 225, 0, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
  color: var(--text);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.section {
  position: relative;
  padding: 4rem 0;
}

.momentum-strip {
  position: relative;
  overflow: hidden;
  padding: 0.9rem 0 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 225, 0, 0.1);
  background:
    linear-gradient(90deg, rgba(255, 225, 0, 0.06), rgba(255, 255, 255, 0.02), rgba(213, 16, 20, 0.08)),
    rgba(8, 8, 8, 0.92);
}

.momentum-strip::before,
.momentum-strip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5rem;
  pointer-events: none;
  z-index: 2;
}

.momentum-strip::before {
  left: 0;
  background: linear-gradient(90deg, #080808, rgba(8, 8, 8, 0));
}

.momentum-strip::after {
  right: 0;
  background: linear-gradient(270deg, #080808, rgba(8, 8, 8, 0));
}

.momentum-marquee {
  display: flex;
  width: max-content;
  animation: marquee-flow 24s linear infinite;
  will-change: transform;
}

.momentum-track {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-right: 1rem;
}

.momentum-track span {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
  font-family: "Arial Narrow", "Franklin Gothic Condensed", Impact, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 249, 242, 0.92);
}

.momentum-track span::after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffe36b, #d51014);
  box-shadow: 0 0 0 0.22rem rgba(255, 225, 0, 0.08);
}

.section-heading {
  max-width: 52rem;
  display: grid;
  gap: 0.8rem;
}

.center {
  justify-items: center;
  text-align: center;
  margin-inline: auto;
}

.center-text {
  max-width: 52rem;
  text-align: center;
}

.proof-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 225, 0, 0.06), transparent 18%),
    linear-gradient(180deg, rgba(94, 8, 11, 0.26), rgba(7, 7, 7, 0));
}

.proof-carousel {
  margin-top: 1.6rem;
}

.proof-carousel-head {
  display: grid;
  gap: 0.9rem;
  align-items: center;
  margin-bottom: 1rem;
}

.proof-carousel-head p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.6;
  text-align: center;
}

.proof-carousel-actions {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
}

.carousel-arrow {
  width: 3.35rem;
  height: 3.35rem;
  border: 1px solid rgba(255, 225, 0, 0.22);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: var(--text);
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
  backdrop-filter: blur(12px);
}

.carousel-arrow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.55rem;
  line-height: 1;
  color: #f4deb0;
}

.carousel-arrow:hover,
.carousel-arrow:focus-visible {
  transform: translateY(-2px) scale(1.02);
  background:
    linear-gradient(180deg, rgba(255, 225, 0, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.03);
}

.carousel-arrow:disabled {
  opacity: 0.45;
  cursor: default;
}

.proof-viewport {
  overflow: hidden;
}

.proof-track {
  display: flex;
  gap: 1rem;
  transition: transform 220ms ease;
}

.proof-card {
  flex: 0 0 100%;
  overflow: hidden;
  border-radius: 22px;
  background: var(--panel-soft);
  border-top: 4px solid rgba(246, 210, 87, 0.95);
  border-inline: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow-deep);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.proof-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 84px rgba(0, 0, 0, 0.4);
  border-top-color: #fff0a6;
}

.proof-card img {
  width: 100%;
  height: 20rem;
  object-fit: contain;
  object-position: center center;
  padding: 0.5rem;
  background:
    radial-gradient(circle at center, rgba(213, 16, 20, 0.16), transparent 45%),
    linear-gradient(180deg, rgba(18, 18, 18, 0.96), rgba(9, 9, 9, 0.98));
}

.proof-card-footer {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  justify-items: center;
  text-align: center;
}

.proof-card-footer strong {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #f1e1ba;
}

.disclaimer {
  max-width: 48rem;
  margin: 1.2rem auto 0;
  text-align: center;
  color: rgba(255, 249, 242, 0.86);
}

.tension-section {
  background:
    radial-gradient(circle at center, rgba(255, 225, 0, 0.05), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, rgba(91, 9, 12, 0.4), rgba(7, 7, 7, 0));
}

.clip-gallery {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}

.clip-card {
  height: 17rem;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid rgba(213, 16, 20, 0.22);
  background: var(--panel-soft);
  clip-path: polygon(0 0, 86% 0, 100% 12%, 100% 100%, 14% 100%, 0 88%);
}

.clip-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: translateY(var(--parallax-shift));
  will-change: transform;
}

.clip-card-main {
  border-color: rgba(255, 225, 0, 0.22);
}

.statement-section {
  background: transparent;
  padding-top: 0.6rem;
  padding-bottom: 1.6rem;
}

.statement-panel {
  padding: 2.2rem 1.5rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(209, 13, 17, 0.96), rgba(138, 9, 12, 0.96));
  box-shadow: var(--shadow-hot);
}

.statement-panel h2 {
  max-width: 22ch;
}

.statement-panel p {
  max-width: 60rem;
  margin-top: 1rem;
}

.section-mid-cta {
  width: 100%;
  max-width: 24rem;
  margin-top: 1.25rem;
}

.flow-section {
  background:
    radial-gradient(circle at center, rgba(255, 225, 0, 0.05), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), rgba(255, 255, 255, 0));
  padding-top: 0.75rem;
}

.flow-lead-visual {
  display: grid;
  justify-items: center;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 1.2rem;
}

.flow-lead-photo {
  margin: 0;
  position: relative;
  width: 100%;
  min-height: 23.5rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 0;
  isolation: isolate;
  perspective: 1400px;
}

.flow-lead-photo::before,
.flow-lead-photo::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.flow-lead-photo::before {
  inset: 10% 14% 8%;
  z-index: 0;
  background:
    radial-gradient(circle at center, rgba(213, 16, 20, 0.26), transparent 48%),
    radial-gradient(circle at center, rgba(255, 225, 0, 0.14), transparent 30%);
  filter: blur(40px);
}

.flow-lead-photo::after {
  left: 12%;
  right: 12%;
  bottom: -10%;
  height: 34%;
  z-index: 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.54), transparent 68%);
  filter: blur(34px);
}

.flow-lead-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at center, rgba(255, 225, 0, 0.06), transparent 26%),
    radial-gradient(circle at 20% 50%, rgba(213, 16, 20, 0.1), transparent 30%),
    radial-gradient(circle at 80% 40%, rgba(213, 16, 20, 0.08), transparent 26%);
}

.flow-lead-photo img {
  position: relative;
  z-index: 1;
  width: min(130%, 104rem);
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: center center;
  transform: translateY(calc(0.15rem + var(--parallax-shift))) rotateX(2deg) scale(1.015);
  transform-origin: center bottom;
  will-change: transform;
  filter: drop-shadow(0 22px 46px rgba(0, 0, 0, 0.34));
}

.flow-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}

.flow-card {
  padding: 1.2rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    var(--panel);
  box-shadow: var(--shadow-deep);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.flow-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 225, 0, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02)),
    var(--panel);
}

.flow-index {
  display: inline-flex;
  margin-bottom: 0.75rem;
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.product-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 225, 0, 0.05), transparent 20%),
    radial-gradient(circle at top right, rgba(213, 16, 20, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.product-grid,
.dual-columns,
.footer-layout {
  display: grid;
  gap: 1.4rem;
}

.product-visual {
  position: relative;
  min-height: 32rem;
}

.product-main-image,
.product-side-image {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--panel-soft);
  box-shadow: var(--shadow-deep);
}

.product-main-image {
  inset: 0;
}

.product-side-image {
  display: none;
}

.product-main-image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.product-main-image img,
.product-side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: translateY(var(--parallax-shift)) scale(1.02);
  will-change: transform;
}

.product-copy .section-heading {
  max-width: 34rem;
}

.product-copy .section-heading h2 {
  max-width: 22ch;
  line-height: 1.05;
  text-wrap: balance;
}

.include-stack {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.include-card {
  padding: 1rem 1.05rem;
  border-radius: var(--radius-sm);
  background: var(--white-panel);
  color: #151515;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.include-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.16);
}

.include-card strong {
  display: block;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}

.include-card p {
  color: #403934;
}

.red-benefits-section {
  background:
    radial-gradient(circle at center, rgba(255, 225, 0, 0.04), transparent 24%),
    linear-gradient(180deg, rgba(96, 7, 10, 0.28), rgba(7, 7, 7, 0));
}

.red-card-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}

.red-card {
  padding: 1.35rem;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #fb0d0f, #c40d11);
  box-shadow: var(--shadow-hot);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.red-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 64px rgba(213, 16, 20, 0.28);
}

.red-card p {
  margin: 0;
  color: rgba(255, 249, 242, 0.95);
  line-height: 1.6;
}

.tag-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.tag-list span {
  position: relative;
  padding: 0.95rem 1rem 0.95rem 1.35rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 225, 0, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-soft);
}

.tag-list span::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 1.35rem;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: var(--yellow);
}

.price-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 225, 0, 0.06), transparent 18%),
    radial-gradient(circle at top right, rgba(213, 16, 20, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.price-intro {
  max-width: 58rem;
  display: grid;
  gap: 0.8rem;
  text-align: center;
  margin: 0 auto;
}

.price-checklist {
  display: grid;
  gap: 0.2rem;
  margin-top: 1.5rem;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.price-check-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.9rem 1rem;
  background: rgba(34, 34, 34, 0.78);
}

.price-check-item span {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 4px;
  background: #0ca42b;
  position: relative;
}

.price-check-item span::after {
  content: "";
  position: absolute;
  left: 0.32rem;
  top: 0.12rem;
  width: 0.28rem;
  height: 0.56rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(40deg);
}

.price-check-item p {
  margin: 0;
}

.price-event-card {
  margin-top: 1.4rem;
  border-radius: 32px;
  overflow: hidden;
  background: #f7f4ef;
  color: #101010;
  box-shadow: var(--shadow-deep);
  position: relative;
}

.price-event-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 225, 0, 0.12), transparent 24%);
  pointer-events: none;
}

.price-event-header {
  padding: 1rem;
  background: #161616;
  color: #fff;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price-event-body {
  padding: 2rem 1.3rem 1.6rem;
  text-align: center;
}

.price-event-topline {
  margin: 0;
  font-size: clamp(2.2rem, 8vw, 4.4rem);
  line-height: 0.95;
  font-family: "Arial Narrow", "Franklin Gothic Condensed", Impact, sans-serif;
  text-transform: uppercase;
}

.price-event-main {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.3rem;
  margin-top: 0.35rem;
}

.price-event-prefix {
  font-size: clamp(2rem, 7vw, 3.5rem);
  line-height: 0.9;
}

.price-event-main strong {
  font-size: clamp(4rem, 15vw, 7rem);
  line-height: 0.86;
}

.price-event-suffix {
  padding-bottom: 0.6rem;
  font-size: 1rem;
  font-weight: 700;
}

.price-event-subline {
  margin-top: 0.6rem;
  color: #555;
}

.price-event-note {
  margin-top: 0.8rem;
  color: #666;
}

.post-purchase-panel {
  max-width: 54rem;
  margin: 1.5rem auto 0;
  padding: 1.45rem 1.25rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 225, 0, 0.2);
  background:
    radial-gradient(circle at top center, rgba(255, 225, 0, 0.08), transparent 45%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
  text-align: center;
  box-shadow: var(--shadow-deep);
}

.post-purchase-kicker {
  margin: 0 0 0.35rem;
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.post-purchase-panel h3 {
  font-size: clamp(1.7rem, 4vw, 2.8rem);
}

.post-purchase-steps {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.post-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  text-align: left;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.18);
}

.post-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: var(--yellow);
  color: #111;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.post-step p {
  line-height: 1.55;
}

.post-purchase-contact {
  margin-top: 1rem;
  color: var(--text);
  font-weight: 700;
}

.faq-section {
  background: #f7f4ef;
  color: #111;
}

.faq-shell {
  position: relative;
}

.faq-heading-mark {
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 84, 90, 0.22);
  font-size: clamp(5rem, 14vw, 9rem);
  line-height: 0.8;
  font-family: "Arial Narrow", "Franklin Gothic Condensed", Impact, sans-serif;
  text-transform: uppercase;
  pointer-events: none;
}

.faq-section .section-heading h2,
.faq-section .kicker,
.faq-card summary,
.faq-card p {
  color: #111;
}

.faq-title-block {
  padding-top: 3.8rem;
  position: relative;
  z-index: 1;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
  max-width: 52rem;
  margin: 1.5rem auto 0;
}

.faq-card {
  padding: 1rem 1.15rem;
  border-radius: 18px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.8);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.faq-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
}

.faq-card summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
}

.faq-card summary::-webkit-details-marker {
  display: none;
}

.faq-card summary::after {
  content: "›";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.08);
  color: #111;
  font-size: 1.2rem;
  font-weight: 800;
  transform: rotate(90deg);
  transition: transform 160ms ease, background 160ms ease;
}

.faq-card[open] summary::after {
  transform: rotate(-90deg);
}

.faq-card p {
  padding-top: 0.75rem;
}

.legal {
  padding-top: 0;
  padding-bottom: 2.4rem;
  background: #f7f4ef;
}

.legal-copy {
  max-width: 58rem;
  text-align: center;
  color: #2d2d2d;
}

.legal-copy p {
  color: #2d2d2d;
  font-weight: 500;
  line-height: 1.75;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  padding: 1rem 1.15rem;
}

.footer {
  padding: 1.8rem 0 2.8rem;
  background:
    radial-gradient(circle at center, rgba(255, 225, 0, 0.04), transparent 24%),
    #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

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

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.footer-text {
  display: grid;
  gap: 0.45rem;
}

.footer-text p {
  color: rgba(255, 249, 242, 0.82);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(34px) scale(0.985);
  transition: opacity 620ms cubic-bezier(0.22, 1, 0.36, 1), transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

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

[data-reveal="left"] {
  transform: translateX(-34px) scale(0.985);
}

[data-reveal="right"] {
  transform: translateX(34px) scale(0.985);
}

[data-reveal="left"].is-visible,
[data-reveal="right"].is-visible {
  transform: translateX(0) scale(1);
}

[data-stagger-group] > * {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms cubic-bezier(0.22, 1, 0.36, 1), transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--stagger-delay, 0ms);
}

[data-stagger-group].is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

@keyframes badge-glow {
  0%, 100% { box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28); }
  50% { box-shadow: 0 22px 50px rgba(246, 210, 87, 0.16); }
}

@keyframes hero-float {
  0%, 100% { transform: translateY(-1.2rem) scale(1.01); }
  50% { transform: translateY(-1.9rem) scale(1.022); }
}

@keyframes button-sheen {
  0%, 78%, 100% { transform: translateX(-220%) rotate(18deg); }
  88% { transform: translateX(420%) rotate(18deg); }
}

@keyframes marquee-flow {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-wide-art img,
  .momentum-marquee {
    animation: none;
  }

  [data-reveal],
  [data-stagger-group] > * {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

.footer-text a {
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: rgba(255, 225, 0, 0.45);
  text-underline-offset: 0.18rem;
}

.success-page {
  min-height: 100vh;
}

.success-main {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.success-section {
  width: 100%;
  padding: 3.2rem 0;
}

.success-shell {
  display: grid;
  gap: 1.4rem;
  justify-items: center;
}

.success-brand {
  margin-bottom: 0.2rem;
}

.success-card {
  width: 100%;
  max-width: 54rem;
  padding: 2rem 1.15rem;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 225, 0, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(14, 14, 14, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-deep);
  text-align: center;
}

.success-card h1 {
  max-width: 14ch;
  margin-left: auto;
  margin-right: auto;
}

.success-copy,
.success-note {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-soft);
}

.success-steps {
  margin-top: 1.4rem;
  display: grid;
  gap: 0.85rem;
}

.success-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
  padding: 1rem 1rem 1rem 0.95rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  text-align: left;
}

.success-step span {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 225, 0, 0.12);
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.success-step p {
  margin: 0;
  color: var(--text-soft);
}

.success-actions {
  margin-top: 1.35rem;
  display: grid;
  gap: 0.8rem;
}

.button.is-disabled,
.button[aria-disabled="true"] {
  opacity: 0.48;
  pointer-events: none;
  filter: grayscale(0.2);
}

.success-secondary {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.checkout-modal[hidden] {
  display: none;
}

.checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 1rem;
  overflow-y: auto;
}

.checkout-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}

.checkout-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 38rem);
  max-height: min(92vh, 52rem);
  overflow-y: auto;
  padding: 1.55rem 1.2rem 1.2rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 225, 0, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(12, 12, 12, 0.98);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
}

.checkout-modal-close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-size: 1.45rem;
  cursor: pointer;
}

.checkout-modal-panel h2 {
  max-width: 18ch;
  margin-top: 0.2rem;
}

.checkout-modal-copy {
  margin: 0.85rem 0 0;
  color: var(--text-soft);
  line-height: 1.6;
  max-width: 33rem;
}

.checkout-form {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.checkout-field {
  display: grid;
  gap: 0.45rem;
}

.checkout-field span {
  color: rgba(255, 249, 242, 0.9);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.checkout-field input,
.checkout-field select,
.checkout-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  min-height: 3.45rem;
  padding: 0.98rem 1rem;
  font: inherit;
}

.checkout-field select {
  appearance: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.04);
  color: #fff9f2;
}

.checkout-field select option {
  background: #171717;
  color: #fff9f2;
}

.checkout-field textarea {
  resize: vertical;
  min-height: 7.4rem;
}

.checkout-field-full,
.checkout-form-actions {
  grid-column: 1 / -1;
}

.checkout-form-actions {
  display: grid;
  gap: 0.65rem;
}

.checkout-form-feedback {
  min-height: 1.3rem;
  margin: 0;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.checkout-form-feedback.is-error {
  color: #ffb2b2;
}

.checkout-form-feedback.is-success {
  color: #adffbf;
}

@media (max-width: 759px) {
  .container {
    width: min(calc(100% - 1.1rem), var(--container));
  }

  .section {
    padding: 2.35rem 0;
  }

  .momentum-strip {
    padding: 0.78rem 0 0.86rem;
  }

  .momentum-track {
    gap: 0.8rem;
    padding-right: 0.8rem;
  }

  .momentum-track span {
    gap: 0.8rem;
    font-size: 0.88rem;
    letter-spacing: 0.1em;
  }

  .momentum-track span::after {
    width: 0.4rem;
    height: 0.4rem;
  }

  .offer-bar {
    background:
      linear-gradient(180deg, rgba(194, 14, 19, 0.98), rgba(132, 10, 13, 0.98)),
      linear-gradient(90deg, rgba(255, 255, 255, 0.05), transparent);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.26);
  }

  .checkout-modal-panel {
    width: min(100%, 34rem);
    max-height: calc(100vh - 1.2rem);
    padding: 1.1rem 0.88rem 0.95rem;
    border-radius: 24px;
  }

  .checkout-form {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.72rem;
    margin-top: 1rem;
  }

  .checkout-modal-panel h2 {
    max-width: 15.5ch;
    margin-inline: auto;
    text-align: center;
  }

  .checkout-modal-copy,
  .checkout-modal-panel .kicker {
    text-align: center;
  }

  .checkout-modal-copy {
    max-width: 22rem;
    margin-inline: auto;
  }

  .checkout-field span {
    font-size: 0.76rem;
    letter-spacing: 0.12em;
  }

  .checkout-field input,
  .checkout-field select,
  .checkout-field textarea {
    min-height: 3.2rem;
    padding: 0.9rem 0.92rem;
    border-radius: 15px;
  }

  .checkout-field textarea {
    min-height: 6.3rem;
  }

  .checkout-form-actions .button {
    min-height: 3.35rem;
  }

  .offer-grid {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.65rem 0.75rem;
    padding: 0.75rem 0 0.85rem;
  }

  .offer-copy {
    grid-column: 1 / -1;
    gap: 0.22rem;
    text-align: left;
  }

  .offer-copy strong {
    font-size: 0.94rem;
    letter-spacing: 0.05em;
  }

  .offer-copy span {
    font-size: 0.8rem;
    line-height: 1.35;
    max-width: 24rem;
  }

  .countdown {
    justify-items: start;
    gap: 0.3rem;
  }

  .countdown p {
    font-size: 0.64rem;
    letter-spacing: 0.12em;
  }

  .countdown-grid {
    gap: 0.35rem;
  }

  .countdown-box {
    min-width: 3.2rem;
    padding: 0.36rem 0.36rem 0.32rem;
    border-radius: 11px;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.16);
  }

  .countdown-box strong {
    font-size: 1.5rem;
  }

  .countdown-box span {
    margin-top: 0.08rem;
    font-size: 0.56rem;
  }

  .offer-cta {
    min-width: 9.9rem;
    width: auto;
    min-height: 3.15rem;
    padding-inline: 1rem;
    border-radius: 15px;
    justify-self: end;
  }

  .hero-visual-section {
    overflow: hidden;
    background: #050505;
  }

  .hero-copy-section {
    position: relative;
    margin-top: -2rem;
    padding: 2.35rem 0 2rem;
    background: linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, #050505 22%, #050505 100%);
    z-index: 3;
  }

  .hero-visual-shell {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: 36rem;
    overflow: hidden;
    background: url("assets/foto-principal-mobile-vertical.png") center top / cover no-repeat;
  }

  .hero-visual-backdrop {
    display: none;
  }

  .hero-wide-art picture {
    align-self: stretch;
  }

  .hero-wide-art {
    display: none;
  }

  .hero-wide-art img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center top;
    transform: none;
  }

  h1 {
    font-size: clamp(1.82rem, 6.6vw, 2.34rem);
    line-height: 1.08;
    max-width: 15.4ch;
    letter-spacing: -0.018em;
    text-wrap: pretty;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  h2 {
    font-size: clamp(1.5rem, 5.4vw, 2rem);
    line-height: 1.1;
    max-width: 19.6ch;
    letter-spacing: -0.016em;
    text-wrap: pretty;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .kicker {
    margin: 0.8rem 0 0.65rem;
    font-size: 0.74rem;
    letter-spacing: 0.14em;
  }

  .hero-subcopy,
  .section-text,
  .statement-panel p,
  .flow-card p,
  .include-card p,
  .post-purchase-panel p,
  .faq-card p,
  .legal-copy p,
  .footer-text p {
    line-height: 1.58;
  }

  .hero-subcopy {
    margin-top: 0.82rem;
    max-width: 31rem;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .hero-price-line {
    margin-top: 1rem;
    gap: 0.48rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-price-line strong {
    font-size: clamp(2.46rem, 9.4vw, 3.52rem);
    letter-spacing: -0.03em;
  }

  .hero-main-cta {
    margin-top: 0.9rem;
    min-height: 3.5rem;
    border-radius: 18px;
    box-shadow:
      0 20px 36px rgba(16, 179, 48, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }

  .hero-points {
    margin-top: 0.9rem;
    gap: 0.58rem;
  }

  .hero-points li {
    min-height: auto;
    padding: 0.88rem 0.95rem;
    border-radius: 16px;
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .hero-copy-wrap {
    gap: 0;
    justify-items: center;
    text-align: center;
  }

  .hero-copy-wrap h1 {
    max-width: 17.2ch;
    font-size: clamp(1.98rem, 6.6vw, 2.52rem);
    line-height: 1.08;
    letter-spacing: -0.022em;
  }

  .hero-copy-wrap .kicker {
    max-width: 22rem;
  }

  .hero-brand-lockup {
    display: none;
  }

  .hero-copy-wrap .kicker,
  .hero-copy-wrap h1,
  .hero-copy-wrap .hero-subcopy,
  .hero-copy-wrap .hero-price-line,
  .hero-copy-wrap .hero-main-cta,
  .hero-copy-wrap .hero-points {
    width: 100%;
  }

  .section-heading h2,
  .statement-panel h2,
  .price-intro h2,
  .success-card h1,
  .post-purchase-panel h3 {
    max-width: 20.2ch;
    line-height: 1.1;
    letter-spacing: -0.018em;
    text-wrap: pretty;
  }

  .section-heading,
  .product-copy .section-heading,
  .dual-columns .section-heading,
  .price-intro,
  .statement-panel,
  .post-purchase-panel,
  .success-card {
    justify-items: center;
    text-align: center;
    margin-inline: auto;
  }

  .statement-panel p,
  .price-intro p,
  .post-purchase-panel p,
  .success-card p {
    margin-inline: auto;
    text-align: center;
  }

  .price-intro {
    gap: 0.55rem;
  }

  .price-intro h2 {
    max-width: 18.4ch;
  }

  .price-event-body {
    gap: 0.68rem;
  }

  .price-event-topline {
    font-size: clamp(1.9rem, 8.2vw, 2.7rem);
    line-height: 0.98;
    letter-spacing: -0.025em;
  }

  .price-event-main {
    gap: 0.14rem;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
  }

  .price-event-prefix {
    font-size: clamp(1.7rem, 6.5vw, 2.4rem);
    letter-spacing: -0.025em;
  }

  .price-event-main strong {
    font-size: clamp(3.3rem, 13.2vw, 5.2rem);
    line-height: 0.9;
    letter-spacing: -0.045em;
  }

  .price-event-suffix {
    font-size: 0.95rem;
    line-height: 1.1;
  }

  .price-event-subline,
  .price-event-note {
    max-width: 22rem;
    margin-inline: auto;
  }

  .proof-carousel {
    margin-top: 0.95rem;
  }

  .proof-carousel-head {
    gap: 0.7rem;
    margin-bottom: 0.8rem;
  }

  .proof-carousel-head p {
    max-width: 23rem;
    margin-inline: auto;
  }

  .proof-carousel-actions {
    gap: 0.55rem;
  }

  .carousel-arrow {
    width: 3rem;
    height: 3rem;
  }

  .proof-card img {
    height: 20rem;
    padding: 0;
    object-fit: contain;
    object-position: center center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background:
      radial-gradient(circle at center, rgba(213, 16, 20, 0.14), transparent 42%),
      linear-gradient(180deg, rgba(18, 18, 18, 0.97), rgba(9, 9, 9, 0.98));
  }

  .clip-gallery {
    position: relative;
    display: block;
    height: 17.25rem;
    margin-top: 1.05rem;
    overflow: hidden;
  }

  .clip-card {
    position: absolute;
    inset: 0;
    min-width: 0;
    height: 100%;
    clip-path: none;
    border-radius: 24px;
    overflow: hidden;
    opacity: 0;
    transform: translateX(22px) scale(0.98);
    transition: opacity 420ms ease, transform 420ms ease;
    background:
      radial-gradient(circle at center, rgba(213, 16, 20, 0.14), transparent 42%),
      linear-gradient(180deg, rgba(18, 18, 18, 0.97), rgba(9, 9, 9, 0.98));
  }

  .clip-card.is-active {
    opacity: 1;
    transform: translateX(0) scale(1);
    z-index: 1;
  }

  .clip-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    padding: 0;
    background:
      radial-gradient(circle at center, rgba(213, 16, 20, 0.12), transparent 42%),
      linear-gradient(180deg, rgba(18, 18, 18, 0.96), rgba(9, 9, 9, 0.98));
  }

  .statement-section {
    padding-top: 0.15rem;
    padding-bottom: 0.85rem;
  }

  .statement-panel {
    padding: 1.65rem 1rem;
    border-radius: 28px;
  }

  .section-mid-cta {
    max-width: 100%;
    margin-top: 1rem;
  }

  .flow-section {
    padding-top: 0.15rem;
  }

  .flow-lead-visual {
    margin-bottom: 0.65rem;
  }

  .flow-lead-photo {
    min-height: 22.5rem;
  }

  .flow-lead-photo img {
    width: min(146%, 84rem);
    transform: translateY(0.2rem) rotateX(1.5deg) scale(1.012);
  }

  .flow-card {
    padding: 1rem 0.95rem;
    border-radius: 22px;
  }

  .flow-grid {
    margin-top: 0.95rem;
    gap: 0.75rem;
  }

  .product-grid,
  .dual-columns,
  .footer-layout {
    gap: 1rem;
  }

  .product-visual {
    min-height: 29rem;
    border-radius: 22px;
    overflow: hidden;
    background: transparent;
  }

  .product-main-image,
  .product-side-image {
    display: block;
    border-radius: 22px;
    overflow: hidden;
    background: transparent;
  }

  .product-main-image img,
  .product-side-image img {
    object-fit: cover;
    object-position: center -6%;
    transform: translateY(var(--parallax-shift)) scale(1.04);
    background: transparent;
  }

  .product-copy .section-heading {
    gap: 0.6rem;
  }

  .product-copy .section-heading h2 {
    max-width: 15ch;
  }

  .include-stack,
  .red-card-grid,
  .tag-list,
  .faq-list,
  .success-steps {
    gap: 0.7rem;
  }

  .include-card,
  .red-card,
  .tag-list span,
  .faq-card {
    border-radius: 20px;
  }

  .price-checklist {
    margin-top: 1.1rem;
  }

  .price-event-card {
    margin-top: 1rem;
  }

  .post-purchase-panel {
    margin-top: 1rem;
  }

  .post-purchase-panel,
  .price-event-card,
  .legal-copy p {
    border-radius: 22px;
  }

  .faq-title-block {
    padding-top: 2.6rem;
  }

  .faq-heading-mark {
    top: -0.6rem;
    font-size: clamp(4rem, 19vw, 5.8rem);
  }

  .faq-card {
    padding: 0.95rem 0.95rem;
  }

  .faq-card summary {
    gap: 0.7rem;
    font-size: 0.98rem;
  }

  .legal {
    padding-bottom: 1.4rem;
  }

  .footer {
    padding: 1.55rem 0 2rem;
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 225, 0, 0.07), transparent 20%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
      #050505;
  }

  .footer-layout {
    justify-items: center;
    text-align: center;
  }

  .footer-brand {
    flex-direction: column;
    gap: 0.75rem;
  }

  .footer-text {
    gap: 0.55rem;
    max-width: 24rem;
  }

  .footer-text p {
    color: rgba(255, 249, 242, 0.88);
  }

  .footer-text a {
    display: inline-block;
    margin-top: 0.15rem;
  }
}

@media (min-width: 760px) {
  .container { width: min(calc(100% - 2.5rem), var(--container)); }

  .section {
    padding: 4.4rem 0;
  }

  .offer-grid {
    grid-template-columns: 1.2fr auto auto;
    gap: 1.2rem;
  }

  .offer-copy {
    text-align: left;
  }

  .offer-cta {
    width: auto;
    min-width: 16rem;
  }

  .proof-carousel-head {
    grid-template-columns: 1fr auto;
  }

  .proof-carousel-head p {
    text-align: left;
  }

  .clip-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
  }

  .clip-card { height: 22rem; }
  .clip-card-main { height: 26rem; }

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

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

  .proof-card {
    flex-basis: calc(50% - 0.5rem);
  }

  .product-grid,
  .dual-columns,
  .footer-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
  }

  .product-grid {
    align-items: center;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  }

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

  .success-card {
    padding: 2.6rem 2rem;
  }

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

@media (min-width: 1080px) {
  .hero-visual-shell {
    min-height: 42rem;
  }

  .hero-wide-art img {
    width: min(124%, 98rem);
    transform: translateY(-1.8rem);
  }

  .flow-lead-photo {
    min-height: 28rem;
  }

  .flow-lead-photo img {
    width: min(134%, 114rem);
    transform: translateY(0.1rem) rotateX(2deg) scale(1.02);
  }

  h1 {
    max-width: 20ch;
  }

  h2 {
    max-width: 22ch;
  }

  .brand-mark {
    width: 7.5rem;
    height: 7.5rem;
  }

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

  .proof-card {
    flex-basis: calc((100% - 2rem) / 3);
  }
}
