:root {
  --bg: #070706;
  --bg-2: #0d0c0b;
  --panel: #12100e;
  --panel-2: #1a1512;
  --panel-3: #24170f;
  --line: rgba(255, 122, 31, 0.24);
  --line-soft: rgba(255, 255, 255, 0.1);
  --text: #fffaf2;
  --text-soft: #d8d1c8;
  --muted: #8e867c;
  --paper: #f5f0e8;
  --paper-2: #fffaf3;
  --paper-3: #eee7dd;
  --ink: #1b1712;
  --black-soft: #070706;
  --graphite: #11100f;
  --charcoal: #181513;
  --coal: #211914;
  --espresso: #2a1a12;
  --warm-line: rgba(255, 122, 31, 0.18);
  --warm-glow: rgba(255, 109, 26, 0.22);
  --green: #181513;
  --green-2: #241a14;
  --green-3: #3a2418;
  --orange: #ff6d1a;
  --orange-2: #e75a16;
  --orange-dark: #b74615;
  --amber: #ffb052;
  --success: #70d68c;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.46);
  --shadow-soft: 0 16px 48px rgba(30, 18, 9, 0.12);
  --radius: 14px;
  --radius-lg: 24px;
  --font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.9;
  pointer-events: none;
}

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

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

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

h1,
h2,
h3 {
  color: inherit;
  letter-spacing: -0.02em;
}

h1 {
  max-width: 790px;
  margin-bottom: 22px;
  font-size: clamp(44px, 6.5vw, 76px);
  line-height: 0.98;
  font-weight: 900;
}

.headline-accent {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.85em;
  max-width: 100%;
  min-height: 1.04em;
  margin-top: 0.06em;
  border: 1px solid rgba(255, 109, 26, 0.36);
  border-radius: 0.16em;
  background: linear-gradient(180deg, rgba(255, 109, 26, 0.18), rgba(255, 109, 26, 0.06));
  color: var(--orange);
  font-size: 1em;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 0 0 28px rgba(255, 109, 26, 0.28);
}

.headline-line {
  display: block;
}

.headline-word-accent {
  color: var(--orange);
  text-shadow: 0 0 28px rgba(255, 109, 26, 0.28);
}

.hero-typing-word {
  position: relative;
  display: inline-block;
  min-width: 3.65em;
}

.hero-typing-word::after {
  content: "";
  position: absolute;
  top: 0.15em;
  bottom: 0.12em;
  width: 0.08em;
  margin-left: 0.08em;
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.86);
  box-shadow: 0 0 12px rgba(255, 250, 242, 0.22);
  animation: typingCaretBlink 820ms steps(1) infinite;
  pointer-events: none;
}

.headline-line-target {
  max-width: 100%;
  white-space: nowrap;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4.8vw, 52px);
  line-height: 1.04;
  font-weight: 900;
}

h3 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 900;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 13px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(255, 109, 26, 0.12);
  background: rgba(12, 11, 10, 0.92);
  backdrop-filter: blur(16px);
}

.brand,
.header-nav,
.footer-inner,
.hero-actions,
.benefit-pills,
.app-controls,
.preview-header,
.demo-chips {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  color: var(--text);
  font-weight: 900;
}

.site-header .brand {
  justify-content: center;
  text-align: left;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  overflow: hidden;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--text);
  font-size: 13px;
  box-shadow: none;
}

.brand-mark img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.header-nav {
  gap: 28px;
  color: rgba(255, 250, 242, 0.72);
  font-size: 15px;
  font-weight: 800;
}

.header-nav a:hover,
.site-footer a:hover {
  color: var(--orange);
}

.header-cta {
  border: 1px solid rgba(255, 134, 49, 0.48);
  border-radius: 999px;
  padding: 10px 20px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: var(--text);
  box-shadow: 0 16px 38px rgba(255, 109, 26, 0.34);
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 900;
}

.section-band {
  background:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(255, 109, 26, 0.24), transparent 25%),
    radial-gradient(circle at 74% 80%, rgba(96, 54, 27, 0.44), transparent 34%),
    linear-gradient(135deg, var(--black-soft) 0%, var(--graphite) 52%, #1d1009 100%);
  background-size: 28px 28px, 28px 28px, auto, auto, auto;
}

.section {
  padding: clamp(66px, 8vw, 108px) 0;
}

.section-inner {
  width: min(1140px, calc(100% - 36px));
  margin: 0 auto;
}

.narrow {
  width: min(840px, calc(100% - 36px));
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 7vw, 94px) 0 clamp(58px, 7vw, 98px);
}

.hero::after {
  content: "";
  position: absolute;
  right: -14vw;
  bottom: -20vw;
  width: 48vw;
  height: 48vw;
  border-radius: 50%;
  background: rgba(255, 109, 26, 0.11);
  filter: blur(48px);
  pointer-events: none;
}

.hero-grid,
.split-layout,
.offer-grid,
.problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.9fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 22px rgba(255, 109, 26, 0.9);
}

.hero-subtitle,
.offer-copy,
.demo-text,
.guarantee-box p,
.text-stack p {
  color: var(--text-soft);
  font-size: clamp(18px, 1.9vw, 20px);
}

.section-problem .text-stack p,
.section-product .text-stack p,
.section-benefits .section-heading,
.section-comparison .section-heading,
.section-guarantee .text-stack p,
.section-faq .section-heading {
  color: #5f574f;
}

.section-problem h2,
.section-product h2,
.section-benefits h2,
.section-comparison h2,
.section-guarantee h2,
.section-faq h2 {
  color: var(--ink);
}

.hero-subtitle {
  max-width: 660px;
  margin-bottom: 26px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 22px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  border: 0;
  border-radius: 13px;
  padding: 16px 28px;
  cursor: pointer;
  font: inherit;
  font-size: clamp(18px, 1.9vw, 21px);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.button::after {
  content: "→";
  margin-left: 10px;
  font-size: 1.08em;
  line-height: 1;
}

.button:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.button-primary {
  border: 1px solid rgba(255, 184, 114, 0.26);
  background: linear-gradient(180deg, #ff8126 0%, #ff6718 44%, #d84c12 100%);
  color: var(--text);
  box-shadow:
    0 14px 34px rgba(255, 109, 26, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.trust-note,
.secure-note {
  color: rgba(255, 250, 242, 0.7);
  font-size: 13px;
  font-weight: 800;
}

.benefit-pills {
  flex-wrap: nowrap;
  gap: 9px;
  max-width: none;
}

.benefit-pill-track {
  display: flex;
  align-items: center;
  gap: 9px;
}

.benefit-pill-track span:nth-child(n + 6) {
  display: none;
}

.benefit-pills span {
  border: 1px solid rgba(255, 109, 26, 0.32);
  border-radius: 12px;
  padding: 9px 13px;
  background: rgba(17, 18, 15, 0.82);
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.hero-visual {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 620px;
  place-items: center;
}

.phone-mockup {
  position: relative;
  width: min(348px, 82vw);
  aspect-ratio: 9 / 18.4;
  padding: 5px;
  border: 4px solid #f7efe3;
  border-radius: 34px;
  background: #f7efe3;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.55),
    0 28px 76px rgba(0, 0, 0, 0.58);
}

.phone-mockup-image {
  width: min(390px, 84vw);
  aspect-ratio: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.phone-mockup-image::before,
.phone-mockup-image::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.phone-mockup-image::before {
  display: none;
}

.phone-mockup-image::after {
  display: none;
}

.phone-mockup-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  filter:
    drop-shadow(0 26px 62px rgba(0, 0, 0, 0.64))
    drop-shadow(0 0 10px rgba(255, 240, 210, 0.34))
    drop-shadow(0 0 18px rgba(255, 109, 26, 0.34))
    drop-shadow(0 0 34px rgba(255, 109, 26, 0.18));
}

.phone-speaker {
  position: absolute;
  top: 11px;
  left: 50%;
  z-index: 2;
  width: 80px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 109, 26, 0.2);
  transform: translateX(-50%);
}

.app-screen {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 109, 26, 0.24);
  border-radius: 26px;
  background: var(--bg);
}

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

.app-topbar,
.song-card,
.chord-line,
.lyrics-lines,
.app-controls {
  display: none;
}

.floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 150px;
  border: 1px solid rgba(255, 109, 26, 0.38);
  border-radius: 13px;
  padding: 12px 14px;
  background:
    linear-gradient(180deg, rgba(42, 29, 18, 0.96), rgba(18, 16, 13, 0.94));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(14px);
  animation: heroFloatSoftOne 5.8s ease-in-out infinite;
  transition: box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease;
  will-change: transform;
}

.floating-card:hover {
  animation-play-state: paused;
  border-color: rgba(255, 109, 26, 0.58);
  box-shadow: 0 20px 48px rgba(255, 109, 26, 0.15);
  transform: translate3d(0, -3px, 0);
}

.floating-card-left {
  left: 0;
  top: 23%;
  animation-name: heroFloatSoftOne;
  animation-duration: 5s;
  animation-delay: -0.4s;
}

.floating-card-right {
  right: -4px;
  bottom: 28%;
  animation-name: heroFloatSoftTwo;
  animation-duration: 6s;
  animation-delay: -1.2s;
}

.floating-card-top {
  right: 8%;
  top: 9%;
  animation-name: heroFloatSoftThree;
  animation-duration: 5.5s;
  animation-delay: -0.8s;
}

.floating-card-bottom {
  left: 8%;
  bottom: 13%;
  animation-name: heroFloatSoftTwo;
  animation-duration: 7s;
  animation-delay: -2s;
}

.floating-card-video {
  right: 7%;
  bottom: 10%;
  animation-name: heroFloatSoftThree;
  animation-duration: 6.5s;
  animation-delay: -1.6s;
}

@keyframes heroFloatSoftOne {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(3px, -10px, 0);
  }
}

@keyframes heroFloatSoftTwo {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-4px, -8px, 0);
  }
}

@keyframes heroFloatSoftThree {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(2px, -7px, 0);
  }
}

@keyframes heroFloatMobile {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -4px, 0);
  }
}

.mini-icon,
.card-icon {
  position: relative;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff7a1f, #ff5414);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.mini-icon {
  width: 34px;
  height: 34px;
}

.card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
}

.mini-icon::before,
.card-icon::before {
  display: block;
  font-weight: 900;
  line-height: 1;
}

.icon-tune::before {
  content: "+/-";
  font-size: 13px;
}

.icon-phone::before {
  content: "";
  width: 13px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 5px;
}

.icon-scroll::before {
  content: "↓";
  font-size: 21px;
}

.icon-tuner::before {
  content: "Hz";
  font-size: 12px;
}

.icon-video::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid currentColor;
  transform: translateX(2px);
}

.icon-pdf::before {
  content: "PDF";
  font-size: 10px;
}

.icon-offline::before {
  content: "";
  width: 15px;
  height: 10px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 12px 12px;
}

.icon-offline::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(-42deg);
}

.section-problem,
.section-benefits,
.section-comparison,
.section-guarantee,
.section-faq {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0)),
    var(--paper);
  color: var(--ink);
}

.section-product {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, var(--paper) 0%, #fffaf2 15%, rgba(255, 250, 242, 0.34) 31%, rgba(255, 255, 255, 0) 48%),
    radial-gradient(ellipse at 79% 58%, rgba(255, 109, 26, 0.14), transparent 32%),
    radial-gradient(ellipse at 46% 56%, rgba(42, 26, 18, 0.052), transparent 38%),
    linear-gradient(135deg, #fffaf3 0%, #f7efe5 46%, #efe2d3 100%);
  color: var(--ink);
}

.section-product::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='table' tableValues='0 .22'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E"),
    linear-gradient(rgba(26, 21, 18, 0.019) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 21, 18, 0.017) 1px, transparent 1px);
  background-size: 140px 140px, 32px 32px, 32px 32px;
  mask-image:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.18) 18%, rgba(0, 0, 0, 0.34) 48%, rgba(0, 0, 0, 0.24) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.14) 42%, rgba(0, 0, 0, 0.26));
  opacity: 0.76;
  pointer-events: none;
}

.section-product::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(115deg, rgba(122, 86, 48, 0.032) 0 1px, transparent 1px 9px),
    repeating-linear-gradient(25deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 11px),
    radial-gradient(ellipse at 78% 60%, rgba(255, 109, 26, 0.13), transparent 31%),
    radial-gradient(ellipse at 40% 58%, rgba(52, 32, 22, 0.055), transparent 36%),
    linear-gradient(180deg, rgba(255, 250, 242, 0.82), transparent 78px);
  opacity: 0.64;
  pointer-events: none;
}

.how-works-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.94fr) minmax(330px, 0.82fr);
  gap: clamp(42px, 7vw, 92px);
  justify-items: center;
}

.how-works-copy {
  max-width: 650px;
  justify-self: center;
  text-align: center;
}

.how-works-copy .eyebrow {
  justify-content: center;
  margin-bottom: 18px;
  color: var(--orange-dark);
  letter-spacing: 0.08em;
}

.how-works-copy h2 {
  max-width: 620px;
  margin-inline: auto;
  margin-bottom: 30px;
  font-size: clamp(44px, 5.4vw, 68px);
  line-height: 1;
  letter-spacing: -0.035em;
}

.how-works-title-accent {
  color: var(--orange);
  font-size: 0.88em;
  text-transform: uppercase;
  white-space: nowrap;
}

.how-works-actions {
  display: grid;
  gap: 15px;
  margin-bottom: 28px;
}

.how-works-actions p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0;
  color: #241f19;
  font-size: clamp(19px, 2.1vw, 24px);
  line-height: 1.22;
}

.how-works-actions strong {
  font-weight: 900;
}

.how-action-icon {
  position: relative;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff0de;
  color: var(--orange);
  box-shadow: inset 0 0 0 1px rgba(255, 109, 26, 0.16);
}

.how-action-icon::before {
  font-weight: 900;
  line-height: 1;
}

.how-action-music::before {
  content: "♪";
  font-size: 24px;
}

.how-action-tune::before {
  content: "+/-";
  font-size: 13px;
}

.how-action-play::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid currentColor;
  transform: translateX(2px);
}

.how-works-final {
  max-width: 620px;
  margin: 0 auto;
  color: var(--green);
  font-size: clamp(20px, 2.2vw, 25px);
  font-weight: 900;
  line-height: 1.32;
}

.premium-app-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 109, 26, 0.18);
  border-radius: 26px;
  padding: clamp(18px, 3vw, 24px);
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 109, 26, 0.14), transparent 28%),
    linear-gradient(145deg, #fff8ef 0%, #f7eadb 58%, #fffdf8 100%);
  box-shadow:
    0 24px 76px rgba(94, 54, 25, 0.16),
    0 0 0 7px rgba(255, 255, 255, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  color: var(--ink);
}

.premium-app-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(72, 47, 28, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 47, 28, 0.045) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.7;
  pointer-events: none;
}

.premium-app-panel > * {
  position: relative;
  z-index: 1;
}

.premium-panel-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 16px;
  border-radius: 15px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--orange-dark);
  box-shadow:
    inset 0 0 0 1px rgba(255, 109, 26, 0.12),
    0 10px 28px rgba(109, 63, 24, 0.08);
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 900;
  line-height: 1.05;
  text-transform: none;
}

.premium-panel-header::after {
  content: "↓";
  font-size: 1.1em;
  line-height: 1;
  transform: translateY(1px);
}

.premium-panel-header .premium-star {
  display: none;
}

.premium-star {
  position: relative;
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  box-shadow: 0 0 22px rgba(255, 109, 26, 0.24);
}

.premium-star::before {
  content: "*";
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(2px);
}

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

.premium-panel-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 14px 14px;
  text-align: left;
  background:
    radial-gradient(circle at 92% 16%, rgba(255, 109, 26, 0.08), transparent 26%),
    linear-gradient(145deg, rgba(31, 27, 24, 0.96), rgba(14, 13, 12, 0.96));
  box-shadow:
    0 12px 30px rgba(43, 25, 12, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.premium-panel-card:hover {
  border-color: rgba(255, 109, 26, 0.24);
  background:
    radial-gradient(circle at 92% 16%, rgba(255, 109, 26, 0.12), transparent 26%),
    linear-gradient(145deg, rgba(36, 31, 27, 0.98), rgba(18, 16, 14, 0.98));
  transform: translateY(-2px);
}

.premium-panel-card strong,
.premium-panel-card small {
  display: block;
}

.premium-panel-card strong {
  color: var(--text);
  font-size: 16px;
  line-height: 1.15;
}

.premium-panel-card small {
  margin-top: 4px;
  color: rgba(255, 250, 242, 0.68);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.panel-card-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: rgba(255, 109, 26, 0.15);
  color: var(--orange);
  box-shadow: inset 0 0 0 1px rgba(255, 109, 26, 0.18);
}

.panel-card-icon::before {
  font-weight: 900;
  line-height: 1;
}

.panel-icon-music::before {
  content: "♪";
  font-size: 21px;
}

.panel-icon-tune::before {
  content: "+/-";
  font-size: 11px;
}

.panel-icon-scroll::before {
  content: "";
  width: 14px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 8px;
  box-shadow: inset 0 -5px 0 rgba(255, 109, 26, 0.28);
}

.panel-icon-tuner::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: 8px -7px 0 -6px currentColor;
}

.panel-icon-offline::before {
  content: "";
  width: 18px;
  height: 13px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 12px 12px;
}

.panel-icon-offline::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(-42deg);
}

.panel-card-arrow {
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(255, 250, 242, 0.32);
  border-right: 2px solid rgba(255, 250, 242, 0.32);
  transform: rotate(45deg);
}

.premium-panel-card-active {
  border-color: rgba(255, 109, 26, 0.72);
  background:
    radial-gradient(circle at 86% 50%, rgba(255, 109, 26, 0.22), transparent 22%),
    linear-gradient(135deg, rgba(63, 34, 19, 0.98), rgba(22, 18, 15, 0.98));
  box-shadow:
    0 0 0 1px rgba(255, 109, 26, 0.16),
    0 0 34px rgba(255, 109, 26, 0.16),
    0 14px 34px rgba(55, 31, 15, 0.14);
  animation: toneGlow 2.8s ease-in-out infinite;
}

.premium-panel-card-active .panel-card-icon {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: #ffffff;
  box-shadow: 0 0 24px rgba(255, 109, 26, 0.26);
}

.tone-control {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 46px;
  justify-content: flex-end;
}

.tone-control i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 14px rgba(255, 109, 26, 0.62);
  animation: toneDots 1.8s ease-in-out infinite;
}

.tone-control i:nth-child(2) {
  animation-delay: 0.18s;
}

.tone-control i:nth-child(3) {
  animation-delay: 0.36s;
}

@keyframes toneGlow {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 109, 26, 0.14),
      0 0 26px rgba(255, 109, 26, 0.12);
  }

  50% {
    box-shadow:
      0 0 0 1px rgba(255, 109, 26, 0.24),
      0 0 42px rgba(255, 109, 26, 0.22);
  }
}

@keyframes toneDots {
  0%,
  100% {
    opacity: 0.44;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-card,
  .premium-panel-card,
  .premium-panel-card-active,
  .tone-control i,
  .faq-item,
  .faq-answer,
  .faq-icon,
  .faq-icon::before,
  .faq-icon::after,
  .final-cta-card::after,
  .final-cta-button {
    animation: none;
    transition: none;
  }
}

.section-benefits,
.section-comparison,
.section-guarantee,
.section-faq {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0)),
    #f8f2e9;
}

.problem-grid {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr);
  gap: clamp(44px, 7vw, 86px);
  justify-items: center;
}

.problem-visual-card {
  position: relative;
  overflow: visible;
  min-height: auto;
  border: 0;
  border-radius: 28px;
  background: transparent;
  box-shadow: none;
}

.problem-person-image {
  width: 100%;
  height: auto;
  border-radius: 28px;
  filter: drop-shadow(0 28px 58px rgba(35, 21, 10, 0.18));
}

.problem-image-placeholder {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 34%),
    radial-gradient(circle at 21% 22%, rgba(255, 250, 242, 0.18), transparent 23%),
    radial-gradient(circle at 72% 38%, rgba(255, 109, 26, 0.2), transparent 26%),
    linear-gradient(145deg, #9b7551 0%, #473020 46%, #101a15 100%);
}

.problem-image-placeholder::after {
  content: "";
  position: absolute;
  inset: auto -12% -9% -12%;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(12, 9, 7, 0.6));
}

.problem-stage {
  position: absolute;
  inset: 0;
}

.stage-glow {
  position: absolute;
  right: 10%;
  top: 12%;
  width: 88px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 202, 122, 0.3);
  filter: blur(18px);
}

.person-head {
  position: absolute;
  left: 42%;
  top: 18%;
  width: 86px;
  height: 96px;
  border-radius: 44% 44% 48% 48%;
  background:
    radial-gradient(circle at 31% 34%, #2d1b12 0 5px, transparent 6px),
    radial-gradient(circle at 63% 36%, #2d1b12 0 4px, transparent 5px),
    linear-gradient(145deg, #c8895d, #8b5735);
  box-shadow: -8px -13px 0 #21150f;
  transform: rotate(-7deg);
}

.person-head::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 61px;
  width: 36px;
  height: 12px;
  border-top: 4px solid rgba(53, 30, 20, 0.75);
  border-radius: 50%;
  transform: rotate(8deg);
}

.person-head::after {
  content: "";
  position: absolute;
  left: -16px;
  top: 31px;
  width: 18px;
  height: 31px;
  border-radius: 50%;
  background: #a96f48;
}

.person-body {
  position: absolute;
  left: 34%;
  top: 38%;
  width: 190px;
  height: 182px;
  border-radius: 52px 52px 18px 18px;
  background: linear-gradient(155deg, #171917, #080a08);
  transform: rotate(2deg);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}

.person-arm {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  background: linear-gradient(145deg, #c9895d, #7e4c30);
}

.person-arm-left {
  left: 23%;
  top: 32%;
  width: 128px;
  height: 30px;
  transform: rotate(-54deg);
}

.person-arm-right {
  left: 50%;
  top: 53%;
  width: 168px;
  height: 28px;
  transform: rotate(15deg);
}

.guitar-body {
  position: absolute;
  left: 18%;
  bottom: 9%;
  width: 256px;
  height: 158px;
  border-radius: 50% 46% 45% 52%;
  background:
    radial-gradient(circle at 57% 49%, #1d1109 0 27px, #d7994a 28px 38px, transparent 39px),
    linear-gradient(145deg, #c9852f, #8e4d1e);
  border: 4px solid rgba(60, 31, 12, 0.45);
  transform: rotate(-8deg);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.34);
}

.guitar-neck {
  position: absolute;
  left: 51%;
  bottom: 31%;
  width: 240px;
  height: 31px;
  border-radius: 999px;
  background: linear-gradient(90deg, #3a2113, #1d120b);
  transform: rotate(2deg);
  box-shadow: inset 0 9px 0 rgba(255, 255, 255, 0.07);
}

.mic-stand {
  position: absolute;
  right: 16%;
  top: 28%;
  width: 128px;
  height: 17px;
  border-radius: 999px;
  background: #111312;
  transform: rotate(-8deg);
  box-shadow: 47px 25px 0 -3px #0c0d0c, 75px 153px 0 -6px rgba(12, 13, 12, 0.9);
}

.mic-stand::after {
  content: "";
  position: absolute;
  left: -38px;
  top: -9px;
  width: 50px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2e3331, #060706);
}

.problem-floating-card {
  position: absolute;
  z-index: 3;
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  column-gap: 12px;
  min-width: 188px;
  border: 1px solid rgba(255, 109, 26, 0.18);
  border-radius: 14px;
  padding: 14px 16px;
  background: rgba(255, 250, 242, 0.91);
  color: var(--ink);
  box-shadow: 0 16px 36px rgba(28, 17, 10, 0.2);
  backdrop-filter: blur(8px);
}

.problem-floating-card strong {
  display: block;
  font-weight: 900;
  line-height: 1.05;
}

.problem-floating-card span:last-child {
  grid-column: 2;
  color: #3d332b;
  font-weight: 800;
  line-height: 1.1;
}

.problem-floating-card-top {
  left: 6%;
  top: 7%;
}

.problem-floating-card-bottom {
  left: 8%;
  bottom: 7%;
}

.problem-card-icon {
  display: inline-grid;
  grid-row: span 2;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
  font-weight: 900;
}

.problem-card-icon-up::before {
  content: "^";
  font-size: 22px;
  line-height: 1;
}

.problem-card-icon-alert {
  border-color: transparent;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: #ffffff;
}

.problem-card-icon-alert::before {
  content: "!";
}

.problem-copy {
  max-width: 620px;
  justify-self: center;
  text-align: center;
}

.problem-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--orange-2);
  letter-spacing: 0.08em;
}

.problem-copy .eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
}

.problem-copy h2 {
  max-width: 610px;
  margin-inline: auto;
  margin-bottom: 26px;
  font-size: clamp(42px, 5.1vw, 64px);
  line-height: 1.01;
  letter-spacing: -0.035em;
}

.problem-lines {
  display: grid;
  gap: 4px;
  margin-bottom: 28px;
}

.problem-lines p {
  margin: 0;
  color: #675f58;
  font-size: clamp(18px, 1.9vw, 22px);
  font-weight: 800;
  line-height: 1.45;
}

.problem-alert {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  max-width: 480px;
  margin: 0 auto 30px;
  border-left: 4px solid var(--orange);
  border-radius: 0 14px 14px 0;
  padding: 20px 24px;
  background: linear-gradient(135deg, #ffe5d1, #fff0e3);
  color: var(--ink);
  box-shadow: 0 18px 42px rgba(255, 109, 26, 0.1);
}

.problem-alert span {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
}

.problem-alert strong {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.24;
}

.problem-resolution {
  margin: 0 auto;
  color: var(--green);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 900;
  line-height: 1.35;
}

.text-stack p {
  margin-bottom: 14px;
}

.text-stack p:last-child {
  margin-bottom: 0;
}

.callout-line {
  display: inline-flex;
  border-left: 4px solid var(--orange);
  border-radius: 0 12px 12px 0;
  padding: 12px 14px;
  background: #fff1e5;
  color: var(--ink) !important;
  font-weight: 900;
}

.lead-line {
  color: var(--green-2) !important;
  font-weight: 900;
}

.feature-preview {
  border: 1px solid rgba(255, 109, 26, 0.22);
  border-radius: var(--radius-lg);
  padding: 18px;
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 109, 26, 0.22), transparent 24%),
    var(--panel);
  box-shadow: 0 22px 58px rgba(24, 16, 10, 0.2);
  color: var(--text);
}

.preview-header {
  gap: 9px;
  margin-bottom: 14px;
  border-radius: 12px;
  padding: 11px 12px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--amber);
  font-weight: 900;
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
}

.preview-row {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 13px;
  margin-bottom: 10px;
  padding: 14px 14px 14px 46px;
  background: rgba(255, 255, 255, 0.045);
}

.preview-row:last-child {
  margin-bottom: 0;
}

.preview-row::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  background: var(--orange);
  box-shadow: 0 0 22px rgba(255, 109, 26, 0.35);
}

.preview-row.active-row {
  border-color: rgba(255, 109, 26, 0.32);
  background: linear-gradient(135deg, rgba(255, 109, 26, 0.16), rgba(255, 255, 255, 0.045));
}

.preview-row strong,
.preview-row span {
  display: block;
}

.preview-row strong {
  color: var(--text);
}

.preview-row span {
  color: var(--text-soft);
  font-size: 14px;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 32px;
}

.section-benefits .section-heading,
.section-comparison .section-heading {
  margin-inline: auto;
  text-align: center;
}

.section-benefits .section-heading .eyebrow,
.section-comparison .section-heading .eyebrow {
  justify-content: center;
}

.section-benefits .section-heading h2,
.section-comparison .section-heading h2 {
  margin-inline: auto;
  text-align: center;
}

.section-benefits .section-heading h2 {
  color: var(--ink);
  font-size: clamp(46px, 6.4vw, 82px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.section-benefits .section-subtitle {
  max-width: 34ch;
  margin: 14px auto 0;
  color: #7a6f65;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 700;
  line-height: 1.45;
}

.section-heading .eyebrow,
.section-problem .eyebrow,
.section-product .eyebrow,
.section-guarantee .eyebrow,
.section-faq .eyebrow {
  color: var(--orange-dark);
}

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

.benefit-card {
  position: relative;
  min-height: 236px;
  overflow: hidden;
  border: 1px solid rgba(36, 24, 16, 0.11);
  border-radius: 20px;
  padding: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 109, 26, 0.08), transparent 30%),
    #ffffff;
  box-shadow: 0 14px 38px rgba(30, 18, 9, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.benefit-card h3 {
  color: var(--ink);
}

.benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 58px rgba(30, 18, 9, 0.16);
}

.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--orange), var(--amber));
}

.benefit-card p {
  margin-bottom: 0;
  color: #5f574f;
  font-size: 16px;
  line-height: 1.55;
}

.section-audience {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.016) 1px, transparent 1px),
    radial-gradient(circle at 82% 20%, rgba(255, 109, 26, 0.16), transparent 28%),
    radial-gradient(circle at 18% 76%, rgba(85, 48, 25, 0.28), transparent 34%),
    linear-gradient(135deg, var(--black-soft) 0%, var(--graphite) 58%, #1b100a 100%);
  background-size: 28px 28px, 28px 28px, auto, auto, auto;
  color: var(--text);
}

.section-audience h2,
.section-audience .eyebrow {
  color: var(--text);
}

.section-audience .section-inner > div:first-child {
  justify-self: center;
  text-align: center;
}

.section-audience .eyebrow {
  justify-content: center;
  color: var(--amber);
}

.section-audience h2 {
  margin-inline: auto;
  text-align: center;
  text-wrap: balance;
}

.align-center {
  align-items: center;
}

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

.check-list li {
  position: relative;
  padding-left: 36px;
  color: inherit;
  font-weight: 800;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.38em;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
}

.check-list li::after {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 7px;
  width: 5px;
  height: 9px;
  border: solid var(--text);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.compact {
  gap: 9px;
}

.audience-ghost-phone {
  position: absolute;
  right: 6vw;
  bottom: -34%;
  width: min(280px, 34vw);
  opacity: 0.09;
  filter: saturate(0.9);
  pointer-events: none;
}

.audience-ghost-phone img {
  border-radius: 28px;
}

.comparison-table {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.05fr);
  overflow: hidden;
  border: 1px solid rgba(36, 24, 16, 0.12);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.comparison-column {
  padding: 32px;
}

.comparison-column h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  font-size: 30px;
}

.comparison-column ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison-column li {
  position: relative;
  border-radius: 12px;
  padding: 11px 12px 11px 34px;
  background: rgba(36, 24, 16, 0.045);
  color: #5f574f;
  font-weight: 800;
}

.comparison-column li::before {
  position: absolute;
  top: 0.68em;
  left: 13px;
  font-weight: 900;
}

.pdf-column {
  position: relative;
  background:
    radial-gradient(circle at 92% 0%, rgba(210, 54, 54, 0.18), transparent 32%),
    linear-gradient(180deg, #fff1ee, #f2d8d2);
  color: var(--ink);
}

.pdf-column::after {
  content: "X";
  position: absolute;
  top: 17px;
  right: 18px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 2px solid rgba(195, 52, 52, 0.2);
  border-radius: 50%;
  background: rgba(195, 52, 52, 0.12);
  color: #c33434;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.pdf-column li::before {
  content: "-";
  color: #c33434;
}

.pdf-column li {
  background: rgba(174, 48, 48, 0.08);
  color: #6f4740;
}

.app-column {
  position: relative;
  border: 7px solid rgba(228, 255, 238, 0.92);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 0%, rgba(70, 214, 134, 0.22), transparent 34%),
    linear-gradient(145deg, #071b12 0%, #0d2418 54%, #07110d 100%);
  color: var(--text);
  box-shadow:
    inset 0 0 0 1px rgba(112, 214, 140, 0.2),
    0 22px 58px rgba(12, 69, 35, 0.16);
}

.app-column h3,
.app-column li {
  color: var(--text);
}

.app-column h3::after {
  content: "melhor escolha";
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(112, 214, 140, 0.16);
  color: #8af0aa;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.app-column li {
  background: rgba(255, 255, 255, 0.075);
}

.app-column li::before {
  content: "+";
  color: #8af0aa;
}

.section-demo {
  background:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 50% 22%, rgba(255, 109, 26, 0.18), transparent 31%),
    linear-gradient(135deg, var(--black-soft), var(--graphite) 62%, #1a0f09);
  background-size: 28px 28px, 28px 28px, auto, auto;
  text-align: center;
}

.section-demo .eyebrow,
.section-demo h2,
.section-demo .demo-text {
  color: var(--text);
}

.section-demo .button {
  margin-top: 6px;
}

.section-demo .button-primary {
  min-height: 68px;
  font-size: clamp(22px, 3.2vw, 30px);
  line-height: 1.05;
}

.video-placeholder {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 260px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 109, 26, 0.25);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(255, 109, 26, 0.26), transparent 28%),
    #12100d;
  background-size: 26px 26px, 26px 26px, auto, auto;
  color: var(--text);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.video-placeholder iframe,
.video-placeholder video {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  border: 0;
  background: #050505;
  object-fit: contain;
  pointer-events: auto;
  touch-action: manipulation;
}

.sales-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: clamp(66px, 10vw, 88px);
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  place-items: center;
  background: linear-gradient(135deg, #ff7a1f, #ff5414);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.42), 0 0 0 5px rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  transform: translate(-50%, -50%);
  touch-action: manipulation;
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.sales-video-play span {
  width: 0;
  height: 0;
  margin-left: 7%;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid currentColor;
}

.video-placeholder.is-playing .sales-video-play {
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.88);
  pointer-events: none;
}

.demo-chips {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  z-index: 2;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.demo-chips span {
  border: 1px solid rgba(255, 109, 26, 0.22);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-soft);
  font-size: 12px;
  font-weight: 900;
}

.play-button {
  width: 78px;
  height: 78px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ff7a1f, #ff5414);
  box-shadow: 0 18px 44px rgba(255, 109, 26, 0.28);
}

.play-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 24px 0 0 31px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid var(--text);
}

.video-placeholder > span {
  margin-top: -64px;
  color: var(--text-soft);
  font-weight: 900;
}

.demo-text {
  max-width: 660px;
  margin: 22px auto;
}

.section-bonus-books {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    radial-gradient(circle at 78% 18%, rgba(255, 109, 26, 0.24), transparent 28%),
    radial-gradient(circle at 44% 34%, rgba(255, 109, 26, 0.12), transparent 26%),
    linear-gradient(135deg, #050505 0%, var(--graphite) 54%, #1b0d06 100%);
  background-size: 30px 30px, 30px 30px, auto, auto, auto;
  color: var(--text);
}

.section-bonus-books::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 147, 63, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 22%);
  pointer-events: none;
}

.section-bonus-books .section-inner {
  position: relative;
  z-index: 1;
}

.bonus-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.08fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  margin-bottom: 30px;
}

.bonus-copy h2 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(36px, 5.3vw, 62px);
}

.bonus-copy h2 span {
  color: var(--orange);
  text-shadow: 0 0 28px rgba(255, 109, 26, 0.28);
}

.bonus-copy p:not(.eyebrow) {
  max-width: 640px;
  margin: 0;
  color: var(--text-soft);
  font-size: clamp(18px, 1.9vw, 20px);
}

.bonus-premium-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: 420px;
  margin-top: 24px;
  border: 1px solid rgba(255, 109, 26, 0.42);
  border-radius: 18px;
  padding: 15px 18px;
  background:
    radial-gradient(circle at 18% 50%, rgba(255, 109, 26, 0.22), transparent 34%),
    rgba(9, 8, 7, 0.82);
  box-shadow:
    0 0 0 6px rgba(255, 109, 26, 0.04),
    0 20px 52px rgba(255, 109, 26, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.bonus-premium-badge strong {
  color: var(--text);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.22;
}

.bonus-premium-badge em {
  display: block;
  color: var(--orange);
  font-style: normal;
  text-shadow: 0 0 18px rgba(255, 109, 26, 0.26);
}

.bonus-cover-stage {
  position: relative;
  min-height: 380px;
  perspective: 1200px;
}

.bonus-cover-stage::after {
  content: "";
  position: absolute;
  right: 10%;
  bottom: 24px;
  left: 10%;
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 109, 26, 0.62), rgba(255, 109, 26, 0.14) 42%, transparent 72%);
  filter: blur(9px);
}

/* TROCAR CAPAS DAS APOSTILAS: estes placeholders podem ser substituidos por imagens reais mantendo as mesmas classes de tamanho. */
.bonus-cover {
  --cover-bg: linear-gradient(155deg, #5f230f, #1a0d07 72%);
  --cover-glow: rgba(255, 109, 26, 0.3);
  position: relative;
  display: grid;
  width: 164px;
  height: 228px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 240, 220, 0.22);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.36), transparent 18%),
    radial-gradient(circle at 62% 72%, var(--cover-glow), transparent 34%),
    var(--cover-bg);
  box-shadow:
    18px 26px 44px rgba(0, 0, 0, 0.46),
    inset 12px 0 20px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transform-style: preserve-3d;
}

.bonus-cover::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.bonus-cover::after {
  content: "♪";
  position: absolute;
  right: 12px;
  bottom: 10px;
  color: rgba(255, 255, 255, 0.18);
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
}

.bonus-cover span {
  position: relative;
  z-index: 1;
  width: min-content;
  color: #fffaf2;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.04;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

.cover-forro {
  --cover-bg: linear-gradient(155deg, #9b461b 0%, #3a170a 58%, #160a05 100%);
  --cover-glow: rgba(255, 138, 42, 0.46);
}

.cover-mpb {
  --cover-bg: linear-gradient(155deg, #153e5b 0%, #0b1c2a 60%, #05080d 100%);
  --cover-glow: rgba(72, 176, 219, 0.34);
}

.cover-pop-rock {
  --cover-bg: linear-gradient(155deg, #9d1f19 0%, #24100f 52%, #050505 100%);
  --cover-glow: rgba(255, 73, 49, 0.34);
}

.cover-reggae {
  --cover-bg: linear-gradient(155deg, #0f4e32 0%, #1f2e18 48%, #c68a22 145%);
  --cover-glow: rgba(245, 181, 54, 0.32);
}

.cover-samba {
  --cover-bg: linear-gradient(155deg, #b34d18 0%, #2a1209 58%, #050505 100%);
  --cover-glow: rgba(255, 122, 31, 0.4);
}

.bonus-cover-stage .bonus-cover {
  position: absolute;
  bottom: 44px;
  left: 50%;
  animation: bonusFloat 5.8s ease-in-out infinite;
}

.bonus-cover-stage .bonus-cover:nth-child(1) {
  z-index: 1;
  transform: translateX(-222px) rotateY(-16deg) rotateZ(-9deg);
}

.bonus-cover-stage .bonus-cover:nth-child(2) {
  z-index: 2;
  transform: translateX(-142px) translateY(-24px) rotateY(-10deg) rotateZ(-5deg);
  animation-delay: -1.5s;
}

.bonus-cover-stage .bonus-cover:nth-child(3) {
  z-index: 5;
  width: 186px;
  height: 258px;
  transform: translateX(-70px) translateY(-48px) rotateY(0deg);
  animation-delay: -0.8s;
}

.bonus-cover-stage .bonus-cover:nth-child(4) {
  z-index: 3;
  transform: translateX(72px) translateY(-24px) rotateY(10deg) rotateZ(5deg);
  animation-delay: -2.2s;
}

.bonus-cover-stage .bonus-cover:nth-child(5) {
  z-index: 1;
  transform: translateX(164px) rotateY(16deg) rotateZ(9deg);
  animation-delay: -3s;
}

@keyframes bonusFloat {
  0%,
  100% {
    margin-bottom: 0;
  }

  50% {
    margin-bottom: 8px;
  }
}

.bonus-quick-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 34px;
  border: 1px solid rgba(255, 109, 26, 0.3);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(12, 10, 9, 0.9), rgba(28, 14, 7, 0.72));
  box-shadow:
    0 18px 58px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.bonus-quick-list > div {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 96px;
  padding: 20px;
}

.bonus-quick-list > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.bonus-quick-list strong {
  color: var(--text);
  font-size: 15px;
  line-height: 1.25;
}

.bonus-quick-icon,
.bonus-value-icon {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 109, 26, 0.35);
  border-radius: 13px;
  background: rgba(255, 109, 26, 0.1);
  color: var(--orange);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 30px rgba(255, 109, 26, 0.1);
}

.bonus-quick-icon {
  width: 48px;
  height: 48px;
}

.bonus-quick-icon::before,
.bonus-quick-icon::after,
.bonus-value-icon::before,
.bonus-value-icon::after {
  content: "";
  position: absolute;
}

.icon-gift::before {
  width: 18px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.icon-gift::after {
  width: 2px;
  height: 22px;
  background: currentColor;
  box-shadow: 0 -5px 0 5px rgba(255, 109, 26, 0.12);
}

.icon-styles::before {
  content: "5";
  position: static;
  font-size: 18px;
  font-weight: 900;
}

.icon-styles::after {
  display: none;
}

.icon-organized::before {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
}

.icon-organized::after {
  left: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
}

.icon-access::before {
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.icon-access::after {
  width: 9px;
  height: 2px;
  background: currentColor;
  transform: translate(3px, -2px) rotate(-35deg);
  transform-origin: left center;
}

.icon-included::before {
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.icon-included::after {
  width: 6px;
  height: 10px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-1px, -1px);
}

.bonus-book-card {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  color: var(--ink);
}

.bonus-value-line {
  max-width: 760px;
  margin: 0 auto 24px;
  color: var(--text);
  font-size: clamp(22px, 3.2vw, 34px);
  font-weight: 900;
  line-height: 1.14;
  text-align: center;
}

.bonus-value-line::after {
  content: "";
  display: block;
  width: 88px;
  height: 3px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
  box-shadow: 0 0 24px rgba(255, 109, 26, 0.42);
}

.bonus-book-item {
  position: relative;
  display: grid;
  grid-column: span 4;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 22px;
  padding: 24px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 109, 26, 0.12), transparent 28%),
    linear-gradient(145deg, #fffaf3 0%, #f4ece1 100%);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.bonus-book-item:nth-child(-n + 2) {
  grid-column: span 6;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.bonus-book-item:hover {
  border-color: rgba(255, 109, 26, 0.42);
  box-shadow:
    0 30px 72px rgba(0, 0, 0, 0.3),
    0 0 0 5px rgba(255, 109, 26, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transform: translateY(-3px);
}

.bonus-cover-small {
  width: 134px;
  height: 184px;
  justify-self: center;
  border-radius: 10px;
  box-shadow:
    16px 24px 38px rgba(44, 25, 12, 0.22),
    inset 8px 0 15px rgba(0, 0, 0, 0.34);
}

.bonus-cover-small span {
  font-size: 17px;
}

.bonus-cover-small::after {
  right: 8px;
  bottom: 8px;
  font-size: 38px;
}

.bonus-book-copy {
  min-width: 0;
}

.bonus-number {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0;
  border-radius: 999px;
  padding: 7px 11px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: var(--text);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(255, 109, 26, 0.22);
}

.bonus-book-copy h3 {
  display: block;
  margin: 0 82px 10px 0;
  color: var(--ink);
  font-size: clamp(24px, 2.6vw, 32px);
  letter-spacing: 0;
}

.bonus-book-copy p {
  max-width: 480px;
  margin: 0 0 12px;
  color: #5e544c;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}

.bonus-tag {
  display: inline-flex;
  border: 1px solid rgba(255, 109, 26, 0.32);
  border-radius: 999px;
  padding: 6px 10px;
  background: #fff4e9;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 900;
}

.bonus-tag-blue {
  border-color: rgba(42, 109, 151, 0.28);
  background: #eaf4fb;
  color: #1b597d;
}

.bonus-tag-red {
  border-color: rgba(180, 46, 35, 0.26);
  background: #fff0ee;
  color: #a2352d;
}

.bonus-tag-green {
  border-color: rgba(28, 118, 76, 0.26);
  background: #edf8f1;
  color: #236a49;
}

.bonus-checks {
  display: grid;
  gap: 9px;
  align-self: end;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bonus-checks li {
  position: relative;
  min-height: 24px;
  padding-left: 33px;
  color: #3e352e;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.bonus-checks li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 109, 26, 0.42);
  border-radius: 50%;
  background: #fffaf3;
}

.bonus-checks li::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 8px;
  width: 5px;
  height: 9px;
  border: solid var(--orange);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.bonus-value-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(240px, auto);
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  border: 1px solid rgba(255, 109, 26, 0.4);
  border-radius: 22px;
  padding: clamp(26px, 3.6vw, 38px);
  background:
    radial-gradient(circle at 9% 50%, rgba(255, 109, 26, 0.28), transparent 28%),
    radial-gradient(circle at 92% 50%, rgba(255, 109, 26, 0.16), transparent 24%),
    linear-gradient(135deg, rgba(13, 12, 11, 0.98), rgba(28, 15, 8, 0.96));
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.3),
    0 0 0 6px rgba(255, 109, 26, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.bonus-value-icon {
  width: 66px;
  height: 66px;
}

.bonus-value-card p,
.bonus-value-card strong {
  margin: 0;
  line-height: 1.35;
}

.bonus-value-card p {
  color: var(--text);
  font-size: clamp(18px, 2.2vw, 23px);
  font-weight: 800;
}

.bonus-value-card strong {
  color: var(--orange);
  font-size: clamp(18px, 2.2vw, 23px);
  font-weight: 900;
}

.bonus-assets-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.08fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  margin-bottom: 34px;
}

.bonus-assets-copy h2 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(36px, 5.3vw, 62px);
}

.bonus-assets-copy h2 span {
  color: var(--orange);
  text-shadow: 0 0 28px rgba(255, 109, 26, 0.28);
}

.bonus-assets-copy p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  color: var(--text-soft);
  font-size: clamp(18px, 1.9vw, 20px);
}

.bonus-assets-seal {
  width: min(520px, 100%);
  margin-top: 24px;
  filter: drop-shadow(0 22px 44px rgba(0, 0, 0, 0.42));
}

.bonus-assets-covers {
  position: relative;
  min-height: 430px;
  isolation: isolate;
  perspective: 1200px;
}

.bonus-assets-covers::before {
  content: "";
  position: absolute;
  right: 6%;
  bottom: 30px;
  left: 6%;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 109, 26, 0.68), rgba(255, 109, 26, 0.18) 42%, transparent 72%);
  filter: blur(10px);
}

.bonus-assets-cover {
  position: absolute;
  bottom: 48px;
  left: 50%;
  width: min(29vw, 188px);
  max-height: 330px;
  object-fit: contain;
  border-radius: 7px;
  filter: drop-shadow(20px 28px 38px rgba(0, 0, 0, 0.48));
  transform-origin: center bottom;
  transition: transform 180ms ease, filter 180ms ease;
}

.bonus-assets-cover.cover-forro {
  z-index: 1;
  transform: translateX(-198px) rotate(-9deg);
}

.bonus-assets-cover.cover-mpb {
  z-index: 2;
  transform: translateX(-126px) translateY(-22px) rotate(-4deg);
}

.bonus-assets-cover.cover-pop-rock {
  z-index: 5;
  width: min(33vw, 218px);
  max-height: 370px;
  transform: translateX(-66px) translateY(-46px);
}

.bonus-assets-cover.cover-reggae {
  z-index: 3;
  transform: translateX(58px) translateY(-22px) rotate(4deg);
}

.bonus-assets-cover.cover-samba {
  z-index: 1;
  transform: translateX(122px) rotate(9deg);
}

.bonus-assets-covers:hover .bonus-assets-cover {
  filter: drop-shadow(24px 34px 48px rgba(0, 0, 0, 0.54));
}

.bonus-assets-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.bonus-assets-card {
  position: relative;
  display: grid;
  grid-column: span 4;
  grid-template-columns: 1fr;
  gap: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 22px;
  padding: 22px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 109, 26, 0.1), transparent 28%),
    linear-gradient(145deg, #fffaf3 0%, #f3eadf 100%);
  color: var(--ink);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.bonus-assets-card:nth-child(-n + 2) {
  grid-column: span 6;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
}

.bonus-assets-card:hover {
  border-color: rgba(255, 109, 26, 0.42);
  box-shadow:
    0 30px 72px rgba(0, 0, 0, 0.3),
    0 0 0 5px rgba(255, 109, 26, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transform: translateY(-3px);
}

.bonus-assets-card-image {
  width: min(210px, 100%);
  justify-self: center;
  border-radius: 8px;
  filter: drop-shadow(14px 20px 28px rgba(44, 25, 12, 0.24));
}

.bonus-assets-card:nth-child(-n + 2) .bonus-assets-card-image {
  width: min(180px, 100%);
}

.bonus-assets-card-content {
  min-width: 0;
}

.bonus-assets-card .bonus-number {
  position: static;
  display: inline-flex;
  margin: 0 0 12px;
}

.bonus-assets-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(24px, 2.5vw, 32px);
  letter-spacing: 0;
}

.bonus-assets-card p {
  margin: 0 0 12px;
  color: #5e544c;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}

.bonus-assets-card .bonus-checks {
  margin-top: 16px;
}

.bonus-assets-final-card {
  width: min(1040px, 100%);
  margin: 32px auto 0;
  border-radius: 22px;
  filter: drop-shadow(0 28px 64px rgba(0, 0, 0, 0.38));
}

.section-offer {
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.016) 1px, transparent 1px),
    radial-gradient(circle at 78% 24%, rgba(255, 109, 26, 0.2), transparent 28%),
    radial-gradient(circle at 15% 74%, rgba(86, 50, 27, 0.3), transparent 34%),
    linear-gradient(135deg, var(--black-soft), var(--graphite) 62%, #1a0d07);
  background-size: 28px 28px, 28px 28px, auto, auto, auto;
  color: var(--text);
}

.offer-grid {
  display: block;
}

.price-card {
  position: relative;
  overflow: hidden;
  width: min(100%, 920px);
  margin-inline: auto;
  border: 2px solid rgba(255, 109, 26, 0.82);
  border-radius: clamp(28px, 4vw, 46px);
  padding: clamp(28px, 5.5vw, 72px);
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 109, 26, 0.09), transparent 31%),
    radial-gradient(circle at 7% 80%, rgba(255, 109, 26, 0.08), transparent 28%),
    linear-gradient(145deg, #fffaf3 0%, #fff7f0 48%, #fffdf9 100%);
  color: var(--ink);
  box-shadow:
    0 0 0 5px rgba(255, 109, 26, 0.1),
    0 0 44px rgba(255, 109, 26, 0.28),
    0 34px 86px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.price-card-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  align-items: center;
  margin-bottom: clamp(28px, 4vw, 42px);
}

.offer-badge,
.price-guarantee {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  min-height: 56px;
  padding: 14px 24px;
  font-size: clamp(13px, 1.8vw, 22px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.offer-badge {
  border: 1px solid rgba(255, 109, 26, 0.28);
  background: #fff0e4;
  color: var(--orange-2);
}

.price-guarantee {
  background: #11100f;
  color: var(--text);
}

.offer-badge span,
.price-guarantee span {
  position: relative;
  display: inline-grid;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  place-items: center;
}

.offer-badge span::before {
  content: "★";
  color: var(--orange-2);
  font-size: 21px;
  line-height: 1;
  transform: translateY(2px);
}

.price-guarantee span {
  border: 2px solid currentColor;
  border-radius: 9px 9px 12px 12px;
}

.price-guarantee span::before {
  content: "";
  width: 6px;
  height: 11px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transform: translateY(-1px) rotate(45deg);
}

.offer-title {
  max-width: 780px;
  margin: 0 auto clamp(28px, 4vw, 42px);
  color: #090807;
  font-size: clamp(34px, 5.4vw, 62px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.045em;
  text-align: center;
  text-wrap: balance;
}

.old-price {
  width: min(100%, 690px);
  margin: 0 auto 12px;
  color: #c73322;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: line-through;
}

.price-intro {
  width: min(100%, 690px);
  margin: 0 auto 14px;
  color: #090807;
  font-size: clamp(22px, 2.7vw, 32px);
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
}

.installment-capsule {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 10px;
  border: 1px solid rgba(255, 109, 26, 0.32);
  border-radius: 24px;
  padding: 12px 27px;
  color: #090807;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.current-price {
  width: min(100%, 790px);
  margin: 0 auto clamp(22px, 3vw, 34px);
  color: var(--orange-2);
  font-size: clamp(78px, 15vw, 168px);
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.84;
  text-align: center;
  text-shadow: 0 10px 30px rgba(255, 109, 26, 0.12);
}

.price-note {
  display: grid;
  width: min(100%, 690px);
  justify-items: center;
  gap: 8px;
  margin: 0 auto clamp(24px, 3.4vw, 36px);
  border: 1px solid rgba(255, 109, 26, 0.26);
  border-radius: 22px;
  padding: clamp(18px, 2.8vw, 26px) clamp(22px, 3.6vw, 36px);
  background:
    radial-gradient(circle at 92% 14%, rgba(255, 109, 26, 0.08), transparent 34%),
    rgba(255, 109, 26, 0.045);
  color: #11100f;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.price-note span {
  font-size: clamp(18px, 2.2vw, 28px);
}

.price-note strong {
  color: var(--orange-2);
  font-size: clamp(44px, 7vw, 78px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.offer-benefits {
  display: grid;
  width: min(100%, 690px);
  gap: 0;
  margin: 0 auto clamp(24px, 3.2vw, 34px);
  padding: 0;
  list-style: none;
}

.offer-benefits li {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 54px;
  border-bottom: 1px solid rgba(20, 15, 10, 0.12);
  color: #11100f;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 900;
  line-height: 1.25;
}

.offer-benefits li::before {
  content: "";
  width: 28px;
  height: 28px;
  border: 3px solid var(--orange);
  border-radius: 50%;
}

.offer-benefits li::after {
  content: "";
  position: absolute;
  left: 9px;
  width: 8px;
  height: 14px;
  border: solid var(--orange);
  border-width: 0 3px 3px 0;
  transform: translateY(-2px) rotate(45deg);
}

.full-width {
  width: 100%;
}

.price-card .button-primary {
  justify-content: center;
  gap: 16px;
  width: min(100%, 730px);
  min-height: clamp(72px, 8vw, 94px);
  margin-inline: auto;
  border-radius: 16px;
  font-size: clamp(23px, 3.5vw, 39px);
  line-height: 1.08;
  letter-spacing: 0;
  box-shadow:
    0 16px 38px rgba(255, 109, 26, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  animation: offerButtonPulse 2.4s ease-in-out infinite;
}

.price-card .button-primary::after {
  content: none;
  display: none;
}

@keyframes offerButtonPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow:
      0 16px 38px rgba(255, 109, 26, 0.34),
      0 0 0 0 rgba(255, 109, 26, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.24);
  }

  50% {
    transform: translateY(-2px) scale(1.018);
    box-shadow:
      0 22px 48px rgba(255, 109, 26, 0.48),
      0 0 0 8px rgba(255, 109, 26, 0.08),
      0 0 34px rgba(255, 109, 26, 0.36),
      inset 0 1px 0 rgba(255, 255, 255, 0.28);
  }
}

.offer-button-lock {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 28px;
  height: 23px;
  border: 3px solid currentColor;
  border-radius: 6px;
}

.offer-button-lock::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 14px;
  width: 16px;
  height: 16px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  transform: translateX(-50%);
}

.secure-note {
  margin: 22px 0 0;
  color: #70665d;
  font-size: clamp(14px, 1.8vw, 21px);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.guarantee-box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  max-width: 900px;
  border: 1px solid rgba(45, 169, 95, 0.28);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 40px);
  background:
    radial-gradient(circle at 9% 24%, rgba(45, 169, 95, 0.14), transparent 30%),
    linear-gradient(145deg, #ffffff 0%, #f3fff7 100%);
  color: var(--ink);
  box-shadow:
    0 18px 54px rgba(30, 18, 9, 0.08),
    0 0 0 6px rgba(45, 169, 95, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.guarantee-box::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #70d68c, #2da95f);
}

.guarantee-box h2,
.guarantee-box p {
  color: var(--ink);
}

.guarantee-box .eyebrow {
  color: #2f9f5b;
}

.guarantee-box .eyebrow::before {
  background: #2da95f;
  box-shadow: 0 0 22px rgba(45, 169, 95, 0.6);
}

.guarantee-box h2 {
  color: #12351f;
}

.guarantee-box p {
  color: #45564b;
}

.guarantee-seal {
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(135deg, #70d68c 0%, #2da95f 58%, #176b3c 100%);
  color: #ffffff;
  font-size: 58px;
  font-weight: 900;
  line-height: 0.9;
  text-align: center;
  box-shadow:
    0 18px 36px rgba(45, 169, 95, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.section-faq {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 6vw, 86px) 0;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 109, 26, 0.1), transparent 25%),
    radial-gradient(circle at 82% 20%, rgba(255, 176, 82, 0.12), transparent 28%),
    linear-gradient(180deg, #fffaf3 0%, #f7efe4 100%);
}

.section-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(42, 26, 18, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 26, 18, 0.022) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.58;
  pointer-events: none;
}

.section-faq::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: clamp(120px, 16vw, 220px);
  background:
    linear-gradient(
      180deg,
      rgba(247, 239, 228, 0) 0%,
      rgba(247, 239, 228, 0.34) 54%,
      #f7efe4 100%
    );
  pointer-events: none;
}

.section-inner.faq-container {
  position: relative;
  z-index: 1;
  width: min(100% - 44px, 920px);
}

.faq-heading {
  max-width: 760px;
  margin: 0 auto clamp(22px, 3vw, 30px);
  text-align: center;
}

.faq-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--orange);
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.25;
  text-transform: uppercase;
}

.faq-eyebrow::before {
  content: "";
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  box-shadow: 0 0 22px rgba(255, 109, 26, 0.44);
}

.faq-heading h2 {
  max-width: 760px;
  margin: 0 auto;
  color: #08090c;
  font-size: clamp(34px, 4.2vw, 48px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
}

.faq-heading h2 span {
  display: block;
}

.faq-heading > p:not(.faq-eyebrow) {
  max-width: 640px;
  margin: 14px auto 0;
  color: #5f574f;
  font-size: clamp(15px, 1.45vw, 18px);
  font-weight: 600;
  line-height: 1.5;
}

.faq-list {
  display: grid;
  gap: clamp(10px, 1.2vw, 13px);
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(255, 109, 26, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 10px 28px rgba(38, 24, 12, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    background-color 180ms ease;
}

.faq-item.is-open {
  border-color: rgba(255, 109, 26, 0.24);
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 14px 34px rgba(38, 24, 12, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.faq-item h3 {
  margin: 0;
  letter-spacing: 0;
}

.faq-question {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 14px;
  align-items: center;
  width: 100%;
  min-height: 64px;
  border: 0;
  padding: 16px clamp(18px, 2vw, 24px);
  background: transparent;
  color: #090b0f;
  cursor: pointer;
  font: inherit;
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: left;
}

.faq-question:focus-visible {
  outline: 3px solid rgba(255, 109, 26, 0.36);
  outline-offset: -6px;
}

.faq-question > span:first-child {
  min-width: 0;
}

.faq-icon {
  position: relative;
  display: block;
  justify-self: end;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff0e5;
  color: var(--orange);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transition: transform 220ms ease, background-color 220ms ease;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 220ms ease, opacity 220ms ease;
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-icon {
  transform: rotate(180deg);
  background: #ffe8d8;
}

.faq-item.is-open .faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.35);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 320ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 240ms ease;
}

.faq-item.is-open .faq-answer {
  opacity: 1;
}

.faq-answer-inner {
  padding: 0 clamp(18px, 2vw, 24px) clamp(18px, 2.2vw, 22px);
}

.faq-answer-inner::before {
  content: "";
  display: block;
  height: 1px;
  margin: 0 0 clamp(14px, 1.5vw, 17px);
  background: linear-gradient(90deg, rgba(255, 109, 26, 0.18), rgba(42, 26, 18, 0.08));
}

.faq-answer p {
  max-width: 680px;
  margin: 0;
  color: #332d27;
  font-size: clamp(15px, 1.35vw, 17px);
  font-weight: 500;
  line-height: 1.52;
}

.faq-trust-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 24px);
  margin-top: clamp(24px, 3vw, 32px);
  border: 1px solid rgba(255, 109, 26, 0.28);
  border-radius: 16px;
  padding: clamp(12px, 1.7vw, 18px) clamp(14px, 2vw, 24px);
  background: rgba(255, 250, 243, 0.74);
  color: #221b16;
  box-shadow: 0 14px 40px rgba(38, 24, 12, 0.06);
}

.faq-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: #211914;
  font-size: clamp(13px, 1.25vw, 15px);
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.faq-trust-icon {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 109, 26, 0.3);
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 236, 222, 0.9)),
    #fff0e5;
  color: var(--orange);
  box-shadow:
    0 8px 18px rgba(255, 109, 26, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.faq-trust-icon-flash::before {
  content: "";
  width: 19px;
  height: 19px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 2 4 14h7l-1 8 10-13h-7l0-7Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 2 4 14h7l-1 8 10-13h-7l0-7Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}

.faq-trust-icon-lock::before {
  content: "";
  width: 20px;
  height: 20px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' fill-rule='evenodd' d='M12 2.25 4.5 5.2v5.7c0 4.95 3.08 8.76 7.5 10.85 4.42-2.09 7.5-5.9 7.5-10.85V5.2L12 2.25Zm2.9 7.9a1 1 0 0 1 1.45 1.38l-4.7 4.95a1 1 0 0 1-1.43.02l-2.45-2.38a1 1 0 0 1 1.4-1.44l1.72 1.67 4.01-4.2Z' clip-rule='evenodd'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' fill-rule='evenodd' d='M12 2.25 4.5 5.2v5.7c0 4.95 3.08 8.76 7.5 10.85 4.42-2.09 7.5-5.9 7.5-10.85V5.2L12 2.25Zm2.9 7.9a1 1 0 0 1 1.45 1.38l-4.7 4.95a1 1 0 0 1-1.43.02l-2.45-2.38a1 1 0 0 1 1.4-1.44l1.72 1.67 4.01-4.2Z' clip-rule='evenodd'/%3E%3C/svg%3E") center / contain no-repeat;
}

.faq-trust-icon-lock::after {
  content: none;
}

.faq-trust-icon-seal::before {
  content: "";
  width: 21px;
  height: 21px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' fill-rule='evenodd' d='M12 2.25 14.11 4l2.72-.32.94 2.58 2.45 1.23-.6 2.68 1.13 2.5-2 1.87-.24 2.73-2.68.6-1.62 2.22L12 18.75l-2.21 1.34-1.62-2.22-2.68-.6-.24-2.73-2-1.87 1.13-2.5-.6-2.68 2.45-1.23.94-2.58L9.89 4 12 2.25Zm4.18 8.44a1 1 0 0 0-1.44-1.38l-3.66 3.83-1.82-1.76a1 1 0 1 0-1.39 1.44l2.54 2.45a1 1 0 0 0 1.42-.02l4.35-4.56Z' clip-rule='evenodd'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' fill-rule='evenodd' d='M12 2.25 14.11 4l2.72-.32.94 2.58 2.45 1.23-.6 2.68 1.13 2.5-2 1.87-.24 2.73-2.68.6-1.62 2.22L12 18.75l-2.21 1.34-1.62-2.22-2.68-.6-.24-2.73-2-1.87 1.13-2.5-.6-2.68 2.45-1.23.94-2.58L9.89 4 12 2.25Zm4.18 8.44a1 1 0 0 0-1.44-1.38l-3.66 3.83-1.82-1.76a1 1 0 1 0-1.39 1.44l2.54 2.45a1 1 0 0 0 1.42-.02l4.35-4.56Z' clip-rule='evenodd'/%3E%3C/svg%3E") center / contain no-repeat;
}

.faq-trust-icon-seal::after {
  content: none;
}

.faq-trust-dot {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
}

.section-final-cta {
  padding: clamp(110px, 12vw, 170px) 0 clamp(46px, 5.4vw, 72px);
  background:
    linear-gradient(
      180deg,
      #f7efe4 0,
      #f4ecdf 120px,
      #e9dfd2 240px,
      #cfc6ba 365px,
      #9a9187 500px,
      #5b524a 635px,
      #211a16 780px,
      #0a0807 920px,
      #050504 100%
    );
  color: var(--text);
  text-align: center;
}

.final-cta-inner {
  width: min(100% - 36px, 920px);
}

.final-cta-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: 860px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: clamp(22px, 3vw, 34px);
  padding: clamp(20px, 3vw, 34px) clamp(18px, 4vw, 52px) clamp(24px, 3.4vw, 38px);
  background:
    radial-gradient(circle at 50% 17%, rgba(255, 109, 26, 0.35), transparent 31%),
    radial-gradient(circle at 50% 63%, rgba(255, 109, 26, 0.15), transparent 42%),
    linear-gradient(145deg, rgba(17, 14, 12, 0.98), #070706 64%, #040403);
  box-shadow:
    0 26px 90px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 0 0 1px rgba(255, 109, 26, 0.04);
}

.final-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at 50% 36%, #000 0%, transparent 72%);
  opacity: 0.72;
}

.final-cta-card::after {
  content: "";
  position: absolute;
  inset: 17% 12% auto;
  z-index: -1;
  height: 42%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 109, 26, 0.3), transparent 66%);
  filter: blur(18px);
  animation: finalGlowPulse 5.8s ease-in-out infinite;
}

.final-cta-visual {
  position: relative;
  display: grid;
  width: min(168px, 32vw);
  margin: -8px auto clamp(10px, 1.7vw, 16px);
  place-items: center;
}

.final-cta-visual::before {
  content: "";
  position: absolute;
  inset: 20% -30% -10%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 109, 26, 0.42), transparent 68%);
  filter: blur(16px);
}

.final-cta-visual img {
  width: 100%;
  height: auto;
  filter:
    drop-shadow(0 0 14px rgba(255, 109, 26, 0.38))
    drop-shadow(0 22px 34px rgba(0, 0, 0, 0.5));
  transform: translateY(-2px);
}

.final-cta-visual-line {
  position: absolute;
  top: 45%;
  width: clamp(34px, 7vw, 78px);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 109, 26, 0.95), transparent);
  box-shadow: 0 0 16px rgba(255, 109, 26, 0.52);
}

.final-cta-visual-line-left {
  right: calc(100% + 12px);
}

.final-cta-visual-line-right {
  left: calc(100% + 12px);
}

.section-final-cta h2 {
  max-width: 680px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(34px, 5.4vw, 64px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.03;
  text-wrap: balance;
  text-shadow:
    0 3px 0 rgba(255, 255, 255, 0.08),
    0 16px 34px rgba(0, 0, 0, 0.52);
}

.final-cta-subtitle {
  max-width: 560px;
  margin: clamp(14px, 1.9vw, 20px) auto 0;
  color: rgba(255, 250, 242, 0.84);
  font-size: clamp(16px, 1.65vw, 21px);
  font-weight: 600;
  line-height: 1.4;
  text-wrap: balance;
}

.final-cta-benefits {
  display: grid;
  gap: 10px;
  max-width: 640px;
  margin: clamp(18px, 2.5vw, 26px) auto 0;
}

.final-cta-benefit {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 56px;
  border: 1px solid rgba(255, 109, 26, 0.22);
  border-radius: 14px;
  padding: 10px clamp(14px, 2vw, 22px);
  background:
    linear-gradient(90deg, rgba(255, 109, 26, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(10, 8, 7, 0.72);
  color: #ffffff;
  font-size: clamp(15px, 1.45vw, 18px);
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.final-cta-check {
  position: relative;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 2px solid var(--orange);
  border-radius: 50%;
  background: rgba(255, 109, 26, 0.06);
  box-shadow:
    0 0 20px rgba(255, 109, 26, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.final-cta-check::before {
  content: "";
  width: 14px;
  height: 8px;
  border: solid var(--orange);
  border-width: 0 0 3px 3px;
  transform: translateY(-2px) rotate(-45deg);
}

.final-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 640px);
  min-height: clamp(60px, 5.5vw, 76px);
  margin-top: clamp(18px, 2.6vw, 28px);
  border: 1px solid rgba(255, 176, 82, 0.72);
  border-radius: clamp(14px, 1.8vw, 18px);
  padding: 15px clamp(18px, 3vw, 30px);
  background:
    radial-gradient(circle at 24% 8%, rgba(255, 196, 73, 0.6), transparent 34%),
    linear-gradient(135deg, #ff8a12 0%, #ff5b16 46%, #f23812 100%);
  color: #ffffff;
  font-size: clamp(20px, 2.7vw, 30px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  text-align: center;
  white-space: nowrap;
  box-shadow:
    0 0 0 4px rgba(255, 109, 26, 0.08),
    0 0 38px rgba(255, 109, 26, 0.46),
    0 18px 42px rgba(255, 75, 18, 0.24),
    inset 0 2px 0 rgba(255, 255, 255, 0.28);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.final-cta-button:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow:
    0 0 0 5px rgba(255, 109, 26, 0.1),
    0 0 52px rgba(255, 109, 26, 0.55),
    0 24px 54px rgba(255, 75, 18, 0.3),
    inset 0 2px 0 rgba(255, 255, 255, 0.3);
}

.final-cta-arrow {
  position: relative;
  flex: 0 0 auto;
  width: clamp(28px, 4vw, 42px);
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.final-cta-arrow::before,
.final-cta-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  width: 15px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: right center;
}

.final-cta-arrow::before {
  transform: rotate(42deg);
}

.final-cta-arrow::after {
  transform: rotate(-42deg);
}

.final-cta-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 9px clamp(12px, 2vw, 18px);
  margin-top: clamp(14px, 2vw, 20px);
  color: rgba(255, 250, 242, 0.6);
  font-size: clamp(12px, 1.25vw, 15px);
  font-weight: 600;
  line-height: 1.2;
}

.final-cta-lock {
  position: relative;
  display: inline-grid;
  width: 26px;
  height: 28px;
  place-items: end center;
  color: var(--orange);
}

.final-cta-lock::before {
  content: "";
  width: 17px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 7px 7px 5px 5px;
}

.final-cta-lock::after {
  content: "";
  position: absolute;
  top: 1px;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
}

.final-cta-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 14px rgba(255, 109, 26, 0.55);
}

@keyframes finalGlowPulse {
  0%,
  100% {
    opacity: 0.74;
    transform: scale(0.98);
  }

  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

.legal-section {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 7vw, 86px) 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 109, 26, 0.14), transparent 30%),
    linear-gradient(180deg, #0c0a08 0%, #050504 100%);
  color: var(--text);
}

.legal-inner {
  display: grid;
  gap: clamp(24px, 4vw, 42px);
}

.legal-heading {
  max-width: 760px;
}

.legal-heading h1,
.legal-heading h2 {
  margin: 0 0 14px;
  color: var(--text);
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.02;
}

.legal-heading p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 250, 242, 0.72);
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.65;
}

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

.legal-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 109, 26, 0.26);
  border-radius: 18px;
  padding: clamp(22px, 3vw, 30px);
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.08), rgba(255, 250, 242, 0.035));
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.24);
}

.legal-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 86% 10%, rgba(255, 109, 26, 0.16), transparent 34%);
  pointer-events: none;
}

.legal-card > * {
  position: relative;
  z-index: 1;
}

.legal-card-icon {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0 26px rgba(255, 109, 26, 0.32);
}

.legal-card h2,
.legal-card h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.08;
}

.legal-card p {
  margin: 0 0 16px;
  color: rgba(255, 250, 242, 0.72);
  line-height: 1.62;
}

.legal-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.legal-card li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 250, 242, 0.82);
  font-weight: 800;
  line-height: 1.45;
}

.legal-card li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 14px rgba(255, 109, 26, 0.58);
}

@media (max-width: 760px) {
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .legal-section {
    padding: 48px 0;
  }

  .legal-card {
    border-radius: 16px;
  }
}

.site-footer {
  padding: 30px 0;
  background: #050504;
  color: rgba(255, 250, 242, 0.7);
  font-size: 14px;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  text-align: center;
}

.footer-brand {
  color: var(--text);
}

.footer-inner p {
  margin: 0;
}

.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  font-weight: 800;
}

@media (max-width: 980px) {
  .header-nav {
    display: none;
  }

  .bonus-hero {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .bonus-cover-stage {
    min-height: 330px;
  }

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

  .bonus-quick-list > div:not(:last-child)::after {
    display: none;
  }

  .bonus-book-item {
    grid-column: span 6;
    grid-template-columns: 1fr;
  }

  .bonus-book-item:nth-child(-n + 2) {
    grid-column: span 6;
    grid-template-columns: 1fr;
  }

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

  .bonus-value-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .bonus-value-card strong {
    grid-column: 2;
  }

  .hero-grid,
  .split-layout,
  .offer-grid,
  .problem-grid {
    grid-template-columns: 1fr;
  }

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

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

  .app-column {
    border-radius: 0 0 22px 22px;
  }

  .price-card {
    position: static;
  }

  .audience-ghost-phone {
    display: none;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  .site-header {
    min-height: 66px;
    padding: 10px 14px;
  }

  .brand span:last-child {
    max-width: 112px;
    line-height: 1.1;
  }

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

  .header-cta {
    padding: 9px 14px;
    font-size: 14px;
  }

  .section {
    padding: 62px 0;
  }

  .section-inner,
  .narrow {
    width: min(100% - 28px, 1140px);
  }

  .section-bonus-books {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .bonus-hero {
    gap: 16px;
    margin-bottom: 18px;
  }

  .bonus-copy h2 {
    font-size: clamp(31px, 9vw, 42px);
  }

  .bonus-copy p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.55;
  }

  .bonus-cover-stage {
    min-height: 246px;
    margin: 0 -4px;
  }

  .bonus-cover-stage::after {
    right: 6%;
    bottom: 13px;
    left: 6%;
  }

  .bonus-cover-stage .bonus-cover {
    width: 108px;
    height: 152px;
    bottom: 30px;
    border-radius: 8px;
  }

  .bonus-cover-stage .bonus-cover span {
    font-size: 13px;
  }

  .bonus-cover-stage .bonus-cover::after {
    right: 7px;
    bottom: 7px;
    font-size: 32px;
  }

  .bonus-cover-stage .bonus-cover:nth-child(1) {
    transform: translateX(-154px) rotateY(-14deg) rotateZ(-8deg);
  }

  .bonus-cover-stage .bonus-cover:nth-child(2) {
    transform: translateX(-96px) translateY(-15px) rotateY(-8deg) rotateZ(-4deg);
  }

  .bonus-cover-stage .bonus-cover:nth-child(3) {
    width: 122px;
    height: 170px;
    transform: translateX(-61px) translateY(-28px) rotateY(0deg);
  }

  .bonus-cover-stage .bonus-cover:nth-child(4) {
    transform: translateX(42px) translateY(-15px) rotateY(8deg) rotateZ(4deg);
  }

  .bonus-cover-stage .bonus-cover:nth-child(5) {
    transform: translateX(98px) rotateY(14deg) rotateZ(8deg);
  }

  .bonus-quick-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    margin-bottom: 18px;
    border-radius: 16px;
    background: rgba(255, 109, 26, 0.14);
  }

  .bonus-quick-list > div {
    min-height: 78px;
    padding: 14px 12px;
    background: rgba(10, 9, 8, 0.86);
  }

  .bonus-quick-list > div:last-child {
    grid-column: 1 / -1;
  }

  .bonus-quick-icon {
    width: 36px;
    height: 36px;
    border-radius: 11px;
  }

  .bonus-quick-list strong {
    font-size: 13px;
  }

  .bonus-book-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bonus-book-item {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 15px;
    border-radius: 16px;
    padding: 18px;
    background:
      radial-gradient(circle at 96% 8%, rgba(255, 109, 26, 0.08), transparent 28%),
      linear-gradient(135deg, var(--paper-2), var(--paper));
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  }

  .bonus-book-item:nth-child(-n + 2) {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .bonus-cover-small {
    width: 112px;
    height: 154px;
    align-self: center;
    justify-self: center;
  }

  .bonus-cover-small span {
    font-size: 14px;
  }

  .bonus-cover-small::after {
    font-size: 34px;
  }

  .bonus-number {
    top: 14px;
    right: 14px;
    min-height: 25px;
    padding: 6px 9px;
    font-size: 10px;
  }

  .bonus-book-copy h3 {
    margin-right: 0;
    padding-top: 4px;
    font-size: 23px;
    text-align: center;
  }

  .bonus-book-copy p {
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }

  .bonus-tag {
    justify-content: center;
    width: 100%;
    padding: 5px 8px;
    font-size: 11px;
    line-height: 1.2;
  }

  .bonus-checks {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 2px;
  }

  .bonus-checks li {
    min-height: 21px;
    padding-left: 28px;
    font-size: 13px;
  }

  .bonus-checks li::before {
    width: 19px;
    height: 19px;
  }

  .bonus-checks li::after {
    top: 5px;
    left: 7px;
    width: 4px;
    height: 8px;
  }

  .bonus-value-card {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    margin-top: 18px;
    border-radius: 16px;
    padding: 20px;
  }

  .bonus-value-icon {
    width: 52px;
    height: 52px;
  }

  .bonus-value-card p,
  .bonus-value-card strong {
    font-size: 16px;
  }

  .bonus-value-card strong {
    grid-column: 2;
  }

  .hero {
    padding-top: 30px;
    padding-bottom: 48px;
  }

  h1 {
    margin-bottom: 17px;
    font-size: clamp(39px, 12vw, 52px);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(30px, 8.8vw, 42px);
  }

  .hero-subtitle,
  .offer-copy,
  .demo-text,
  .guarantee-box p,
  .text-stack p {
    font-size: 17px;
    line-height: 1.58;
  }

  .hero-actions {
    gap: 12px;
    margin-bottom: 17px;
  }

  .button {
    width: 100%;
    min-height: 62px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 18px;
  }

  .trust-note {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }

  .benefit-pills {
    gap: 8px;
    margin-right: -14px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .benefit-pills::-webkit-scrollbar {
    display: none;
  }

  .benefit-pills span {
    flex: 0 0 auto;
    padding: 7px 10px;
    font-size: 12px;
  }

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

  .phone-mockup {
    width: min(286px, 82vw);
    border-width: 4px;
    border-radius: 32px;
  }

  .app-screen {
    border-radius: 24px;
  }

  .floating-card {
    min-width: auto;
    padding: 9px 10px;
    font-size: 12px;
    animation-name: heroFloatMobile;
    animation-duration: 6s;
  }

  .floating-card-left {
    left: 6px;
    top: 17%;
  }

  .floating-card-right {
    right: auto;
    left: min(225px, calc(100vw - 165px));
    bottom: 28%;
  }

  .floating-card-top {
    right: auto;
    left: min(240px, calc(100vw - 136px));
    top: 4%;
  }

  .floating-card-bottom {
    left: 8px;
    bottom: 11%;
  }

  .floating-card-video {
    display: none;
  }

  .mini-icon {
    width: 30px;
    height: 30px;
  }

  .problem-visual-card,
  .pdf-preview,
  .feature-preview,
  .benefit-card,
  .comparison-column,
  .price-card,
  .guarantee-box,
  .faq-item {
    border-radius: 16px;
  }

  .pdf-page {
    min-height: 260px;
  }

  .problem-grid {
    gap: 32px;
  }

  .problem-visual-card {
    min-height: 370px;
    border-width: 6px;
  }

  .problem-copy h2 {
    font-size: clamp(34px, 9.8vw, 44px);
    line-height: 1.05;
  }

  .problem-lines {
    gap: 8px;
  }

  .problem-lines p {
    font-size: 17px;
  }

  .problem-alert {
    max-width: none;
    gap: 14px;
    padding: 17px 18px;
  }

  .problem-alert span {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }

  .how-works-grid {
    gap: 36px;
  }

  .section-product::before {
    background:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='table' tableValues='0 .18'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"),
      linear-gradient(rgba(36, 24, 16, 0.018) 1px, transparent 1px),
      linear-gradient(90deg, rgba(36, 24, 16, 0.016) 1px, transparent 1px);
    background-size: 140px 140px, 34px 34px, 34px 34px;
    mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.12) 28%, rgba(0, 0, 0, 0.18) 100%);
    opacity: 0.46;
  }

  .section-product::after {
    background:
      repeating-linear-gradient(115deg, rgba(122, 86, 48, 0.018) 0 1px, transparent 1px 11px),
      radial-gradient(circle at 58% 68%, rgba(255, 109, 26, 0.07), transparent 38%),
      radial-gradient(circle at 35% 58%, rgba(56, 35, 24, 0.04), transparent 34%),
      linear-gradient(180deg, rgba(255, 250, 242, 0.78), transparent 58px);
    opacity: 0.52;
  }

  .how-works-grid::before,
  .how-works-grid::after {
    display: none;
  }

  .how-works-copy h2 {
    font-size: clamp(36px, 10vw, 46px);
    line-height: 1.04;
  }

  .how-works-actions {
    gap: 13px;
  }

  .how-works-actions p {
    align-items: flex-start;
    font-size: 18px;
  }

  .how-action-icon {
    width: 42px;
    height: 42px;
  }

  .how-works-final {
    font-size: 19px;
  }

  .premium-app-panel {
    border-radius: 20px;
    padding: 16px;
  }

  .premium-panel-card {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 11px;
    min-height: 70px;
    padding: 13px 12px;
  }

  .premium-panel-card strong {
    font-size: 15px;
  }

  .premium-panel-card small {
    font-size: 12px;
  }

  .panel-card-icon {
    width: 35px;
    height: 35px;
    border-radius: 12px;
  }

  .tone-control {
    min-width: 34px;
    gap: 4px;
  }

  .tone-control i {
    width: 6px;
    height: 6px;
  }

  .benefit-grid {
    gap: 12px;
  }

  .benefit-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 14px;
    min-height: auto;
    padding: 20px;
  }

  .benefit-card .card-icon {
    grid-row: span 2;
    width: 42px;
    height: 42px;
    margin-bottom: 0;
  }

  .benefit-card h3 {
    margin-bottom: 4px;
    font-size: 19px;
  }

  .benefit-card p {
    font-size: 15px;
  }

  .comparison-column {
    padding: 22px 18px;
  }

  .comparison-column h3 {
    margin-bottom: 14px;
    font-size: 27px;
  }

  .comparison-column li {
    font-size: 15px;
  }

  .video-placeholder {
    min-height: 230px;
  }

  .demo-chips span {
    font-size: 11px;
  }

  .price-card {
    padding: 24px 20px;
  }

  .current-price strong {
    font-size: clamp(58px, 16vw, 78px);
  }

  .current-price em {
    font-size: clamp(29px, 8.2vw, 42px);
  }

  .guarantee-box {
    grid-template-columns: 1fr;
  }

  .guarantee-seal {
    width: 86px;
    height: 86px;
    border-radius: 20px;
    font-size: 22px;
  }

  .footer-inner {
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 980px) {
  .bonus-assets-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bonus-assets-seal {
    width: min(480px, 100%);
  }

  .bonus-assets-covers {
    min-height: 360px;
  }

  .bonus-assets-cover {
    width: min(30vw, 176px);
  }

  .bonus-assets-cover.cover-forro {
    transform: translateX(-206px) rotate(-9deg);
  }

  .bonus-assets-cover.cover-mpb {
    transform: translateX(-132px) translateY(-20px) rotate(-4deg);
  }

  .bonus-assets-cover.cover-pop-rock {
    width: min(34vw, 206px);
    transform: translateX(-66px) translateY(-42px);
  }

  .bonus-assets-cover.cover-reggae {
    transform: translateX(70px) translateY(-20px) rotate(4deg);
  }

  .bonus-assets-cover.cover-samba {
    transform: translateX(144px) rotate(9deg);
  }

  .bonus-assets-card,
  .bonus-assets-card:nth-child(-n + 2) {
    grid-column: span 6;
    grid-template-columns: 1fr;
  }

  .bonus-assets-card-image,
  .bonus-assets-card:nth-child(-n + 2) .bonus-assets-card-image {
    width: min(190px, 100%);
  }
}

@media (max-width: 640px) {
  .bonus-assets-hero {
    gap: 18px;
    margin-bottom: 22px;
  }

  .bonus-assets-copy h2 {
    font-size: clamp(31px, 9vw, 42px);
  }

  .bonus-assets-copy p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.55;
  }

  .bonus-assets-seal {
    margin-top: 18px;
  }

  .bonus-assets-covers {
    min-height: 260px;
    margin: 0 -14px;
  }

  .bonus-assets-covers::before {
    right: 8%;
    bottom: 18px;
    left: 8%;
    height: 30px;
  }

  .bonus-assets-cover {
    bottom: 28px;
    width: 112px;
    max-height: 190px;
    border-radius: 5px;
  }

  .bonus-assets-cover.cover-forro {
    transform: translateX(-160px) rotate(-8deg);
  }

  .bonus-assets-cover.cover-mpb {
    transform: translateX(-100px) translateY(-16px) rotate(-4deg);
  }

  .bonus-assets-cover.cover-pop-rock {
    width: 128px;
    max-height: 215px;
    transform: translateX(-64px) translateY(-28px);
  }

  .bonus-assets-cover.cover-reggae {
    transform: translateX(42px) translateY(-16px) rotate(4deg);
  }

  .bonus-assets-cover.cover-samba {
    transform: translateX(100px) rotate(8deg);
  }

  .bonus-value-line {
    margin-bottom: 18px;
    font-size: clamp(22px, 7.6vw, 30px);
  }

  .bonus-assets-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bonus-assets-card,
  .bonus-assets-card:nth-child(-n + 2) {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 14px;
    border-radius: 16px;
    padding: 18px;
  }

  .bonus-assets-card-image,
  .bonus-assets-card:nth-child(-n + 2) .bonus-assets-card-image {
    width: min(210px, 74vw);
  }

  .bonus-assets-card .bonus-number {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .bonus-assets-card h3 {
    font-size: 23px;
    text-align: center;
  }

  .bonus-assets-card p {
    font-size: 14px;
    text-align: center;
  }

  .bonus-assets-card .bonus-tag {
    justify-content: center;
    width: 100%;
  }

  .bonus-assets-final-card {
    margin-top: 22px;
    border-radius: 16px;
  }
}

/* Visual refinement layer: keeps the existing structure and copy, but unifies rhythm,
   proportions and mobile layout across the sales page. */
:root {
  --layout-max: 1120px;
  --layout-narrow: 760px;
  --mobile-gutter: 32px;
  --section-y: clamp(72px, 7.2vw, 112px);
  --section-y-compact: clamp(58px, 6vw, 88px);
  --grid-gap: clamp(28px, 4.8vw, 64px);
  --card-radius: 18px;
  --card-radius-lg: 24px;
  --card-pad: clamp(22px, 3vw, 32px);
  --premium-border: rgba(255, 109, 26, 0.2);
  --premium-shadow: 0 22px 64px rgba(0, 0, 0, 0.24);
}

html,
body {
  overflow-x: hidden;
}

.section {
  padding: var(--section-y) 0;
}

.section-inner {
  width: min(var(--layout-max), calc(100% - 44px));
}

.narrow {
  width: min(var(--layout-narrow), calc(100% - 44px));
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(26px, 3.6vw, 42px);
}

h1,
h2 {
  text-wrap: balance;
}

h2 {
  max-width: 820px;
}

.hero-grid,
.split-layout,
.offer-grid,
.problem-grid,
.how-works-grid,
.bonus-assets-hero {
  gap: var(--grid-gap);
}

.hero {
  padding-top: clamp(44px, 6.2vw, 86px);
  padding-bottom: clamp(56px, 6.8vw, 96px);
}

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

.hero-subtitle {
  max-width: 600px;
}

.headline-accent {
  width: min(6.85em, 100%);
}

.hero-visual {
  min-height: clamp(540px, 49vw, 650px);
}

.phone-mockup {
  width: min(342px, 78vw);
}

.phone-mockup-image {
  width: min(410px, 78vw);
}

.floating-card {
  border-radius: 14px;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.problem-visual-card,
.premium-app-panel,
.benefit-card,
.comparison-table,
.comparison-column,
.price-card,
.guarantee-box,
.faq-item,
.bonus-assets-card {
  border-radius: var(--card-radius-lg);
}

.problem-grid {
  align-items: center;
}

.problem-visual-card {
  box-shadow: 0 24px 70px rgba(36, 24, 16, 0.12);
}

.problem-person-image {
  width: 100%;
  object-fit: cover;
}

.problem-copy {
  max-width: 560px;
}

.problem-lines {
  gap: 10px;
}

.problem-lines p,
.problem-alert {
  border-radius: var(--card-radius);
}

.section-product {
  padding: var(--section-y) 0;
}

.how-works-grid {
  align-items: center;
}

.how-works-copy {
  max-width: 560px;
}

.how-works-actions {
  display: grid;
  gap: 12px;
}

.premium-app-panel {
  width: min(100%, 480px);
  justify-self: center;
  box-shadow:
    0 24px 76px rgba(94, 54, 25, 0.16),
    0 0 0 7px rgba(255, 255, 255, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.premium-panel-list {
  gap: 12px;
}

.premium-panel-card {
  min-height: 78px;
  border-radius: 16px;
  padding: 15px;
}

.section-demo {
  padding: var(--section-y) 0;
}

.video-placeholder {
  max-width: 820px;
  margin-inline: auto;
  border-radius: var(--card-radius-lg);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.42),
    0 0 0 6px rgba(255, 109, 26, 0.045);
}

.demo-text {
  max-width: 600px;
}

.benefit-grid {
  gap: clamp(16px, 2.2vw, 22px);
}

.benefit-card {
  min-height: auto;
  padding: var(--card-pad);
  box-shadow: 0 16px 44px rgba(30, 18, 9, 0.08);
}

.section-audience .section-inner {
  position: relative;
  z-index: 1;
}

.section-audience .check-list {
  border: 1px solid rgba(255, 109, 26, 0.16);
  border-radius: var(--card-radius-lg);
  padding: clamp(22px, 3vw, 32px);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.18);
}

.comparison-table {
  box-shadow: 0 18px 52px rgba(30, 18, 9, 0.08);
}

.comparison-column {
  padding: clamp(24px, 3vw, 34px);
}

.comparison-column li {
  min-height: 48px;
  display: flex;
  align-items: center;
}

.section-bonus-books {
  padding: clamp(78px, 8vw, 126px) 0;
}

.bonus-assets-hero {
  margin-bottom: clamp(28px, 4.6vw, 52px);
}

.bonus-assets-copy {
  max-width: 680px;
}

.bonus-assets-seal {
  width: min(440px, 100%);
}

.bonus-assets-covers {
  min-height: clamp(360px, 40vw, 470px);
}

.bonus-quick-list {
  gap: 12px;
  overflow: visible;
  border-radius: var(--card-radius-lg);
  background: rgba(255, 109, 26, 0.12);
  padding: 1px;
}

.bonus-quick-list > div {
  min-height: 112px;
  border-radius: 0;
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 109, 26, 0.16), transparent 28%),
    rgba(11, 10, 9, 0.9);
}

.bonus-quick-list > div:first-child {
  border-radius: var(--card-radius-lg) 0 0 var(--card-radius-lg);
}

.bonus-quick-list > div:last-child {
  border-radius: 0 var(--card-radius-lg) var(--card-radius-lg) 0;
}

.bonus-value-line {
  width: fit-content;
  max-width: 100%;
  margin: clamp(22px, 3vw, 34px) auto 0;
  border: 1px solid rgba(255, 109, 26, 0.28);
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(255, 109, 26, 0.08);
  color: var(--amber);
  text-align: center;
}

.bonus-assets-grid {
  gap: clamp(18px, 2.5vw, 26px);
  margin-top: clamp(26px, 3.8vw, 44px);
}

.bonus-assets-card {
  gap: 20px;
  border-color: rgba(255, 255, 255, 0.7);
  padding: clamp(22px, 2.6vw, 30px);
  box-shadow:
    0 26px 68px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.bonus-assets-card:nth-child(-n + 2) {
  grid-template-columns: minmax(150px, 0.44fr) minmax(0, 1fr);
}

.bonus-assets-card-image {
  width: min(230px, 100%);
}

.bonus-assets-card:nth-child(-n + 2) .bonus-assets-card-image {
  width: min(205px, 100%);
}

.bonus-assets-card h3 {
  line-height: 1.03;
}

.bonus-checks {
  gap: 8px;
}

.bonus-checks li {
  line-height: 1.35;
}

.bonus-assets-final-card {
  display: block;
  width: min(960px, 100%);
  margin-top: clamp(32px, 4.4vw, 54px);
}

.section-offer {
  padding: clamp(76px, 7.4vw, 118px) 0;
}

.price-card {
  width: min(100%, 920px);
  justify-self: center;
  border-radius: clamp(28px, 4vw, 46px);
  box-shadow:
    0 0 0 5px rgba(255, 109, 26, 0.1),
    0 0 44px rgba(255, 109, 26, 0.28),
    0 34px 86px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.guarantee-box {
  width: min(900px, 100%);
  margin-inline: auto;
}

.section-faq .faq-list {
  gap: clamp(10px, 1.2vw, 13px);
}

.section-faq .faq-item {
  overflow: hidden;
}

.section-final-cta {
  padding: clamp(54px, 7vw, 96px) 0;
}

@media (max-width: 980px) {
  .section-inner,
  .narrow {
    width: min(100% - 38px, var(--layout-max));
  }

  .hero-copy,
  .problem-copy,
  .how-works-copy,
  .bonus-assets-copy {
    max-width: 720px;
  }

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

  .problem-grid {
    gap: 28px;
  }

  .premium-app-panel,
  .price-card {
    justify-self: stretch;
    width: 100%;
  }

  .comparison-table {
    gap: 14px;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .comparison-column {
    border: 1px solid rgba(36, 24, 16, 0.12);
    border-radius: var(--card-radius-lg);
    box-shadow: var(--shadow-soft);
  }

  .app-column {
    border: 1px solid rgba(255, 109, 26, 0.28);
    box-shadow:
      0 22px 58px rgba(0, 0, 0, 0.24),
      inset 0 0 0 1px rgba(255, 109, 26, 0.12);
  }

  .bonus-assets-card,
  .bonus-assets-card:nth-child(-n + 2) {
    grid-column: span 6;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  :root {
    --mobile-gutter: 30px;
    --section-y: 64px;
    --section-y-compact: 56px;
    --grid-gap: 26px;
    --card-radius: 16px;
    --card-radius-lg: 20px;
    --card-pad: 20px;
  }

  .section {
    padding: var(--section-y) 0;
  }

  .section-inner,
  .narrow {
    width: calc(100% - var(--mobile-gutter));
  }

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

  .section-heading,
  .section-heading h2,
  h2 {
    max-width: 100%;
  }

  h1 {
    font-size: clamp(38px, 10.8vw, 46px);
    line-height: 1.03;
  }

  h2 {
    font-size: clamp(29px, 8.2vw, 38px);
    line-height: 1.07;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .hero {
    padding-top: 28px;
    padding-bottom: 54px;
  }

  .hero-grid {
    gap: 28px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .headline-accent {
    width: min(100%, 320px);
    min-height: 0.94em;
  }

  .hero-subtitle {
    max-width: 100%;
    margin-bottom: 22px;
  }

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

  .trust-note {
    line-height: 1.35;
  }

  .benefit-pills {
    margin-right: calc(var(--mobile-gutter) / -2);
    padding-right: calc(var(--mobile-gutter) / 2);
  }

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

  .phone-mockup {
    width: min(272px, 76vw);
    border-width: 3px;
    border-radius: 30px;
  }

  .app-screen {
    border-radius: 23px;
  }

  .floating-card {
    min-height: 48px;
    padding: 9px 11px;
    font-size: 11px;
  }

  .floating-card-left {
    left: 3px;
    top: 28%;
  }

  .floating-card-right {
    right: 2px;
    bottom: 28%;
  }

  .floating-card-top {
    right: 12px;
    top: 7%;
  }

  .floating-card-bottom {
    left: 10px;
    bottom: 14%;
  }

  .floating-card-video {
    right: 2px;
    bottom: 5%;
  }

  .problem-grid,
  .how-works-grid,
  .offer-grid {
    gap: 20px;
  }

  .problem-copy {
    order: 1;
  }

  .problem-visual-card {
    order: 2;
    border-radius: var(--card-radius-lg);
  }

  .problem-copy h2,
  .how-works-copy h2,
  .section-heading h2,
  .bonus-assets-copy h2,
  .section-offer h2 {
    text-align: left;
  }

  .problem-copy,
  .how-works-copy,
  .problem-copy h2,
  .how-works-copy h2,
  .section-benefits .section-heading,
  .section-benefits .section-heading h2,
  .section-comparison .section-heading,
  .section-comparison .section-heading h2,
  .section-offer .offer-title {
    text-align: center;
  }

  .problem-copy h2 {
    margin-bottom: 16px;
  }

  .problem-lines {
    gap: 4px;
  }

  .problem-lines p,
  .problem-alert {
    padding: 10px 14px;
  }

  .problem-alert {
    margin-top: 8px;
    margin-bottom: 10px;
  }

  .problem-lines p {
    line-height: 1.42;
  }

  .problem-resolution {
    margin-top: 10px;
  }

  .how-works-actions p {
    align-items: center;
    justify-content: center;
    min-height: 64px;
    border-radius: var(--card-radius);
    padding: 14px 16px;
  }

  .section-offer .check-list {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .section-offer .check-list li {
    min-height: 42px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .premium-app-panel {
    border-radius: var(--card-radius-lg);
    padding: 18px;
  }

  .premium-panel-card {
    min-height: 70px;
    padding: 13px;
  }

  .panel-card-icon {
    width: 40px;
    height: 40px;
  }

  .section-demo .narrow {
    width: calc(100% - 28px);
  }

  .section-demo h2 {
    font-size: clamp(26px, 7vw, 30px);
    line-height: 1.05;
    text-align: center;
    white-space: nowrap;
  }

  .section-demo .button-primary {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }

  .video-placeholder {
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-radius: var(--card-radius-lg);
  }

  .demo-chips {
    display: none;
  }

  .demo-chips span {
    padding: 6px 8px;
    font-size: 10px;
  }

  .play-button {
    width: 66px;
    height: 66px;
    border-radius: 19px;
  }

  .play-button::before {
    margin: 20px 0 0 27px;
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 19px;
  }

  .video-placeholder > span {
    max-width: 210px;
    margin-top: -52px;
    font-size: 13px;
    line-height: 1.25;
  }

  .benefit-grid {
    gap: 12px;
  }

  .benefit-card {
    min-height: 0;
    gap: 12px;
    border-radius: var(--card-radius);
    padding: 17px;
  }

  .benefit-card .card-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .benefit-card h3 {
    font-size: 18px;
    line-height: 1.15;
  }

  .benefit-card p {
    font-size: 14px;
    line-height: 1.48;
  }

  .section-audience .section-inner {
    gap: 18px;
  }

  .section-audience .check-list {
    padding: 18px;
  }

  .check-list {
    gap: 11px;
  }

  .check-list li {
    padding-left: 32px;
    font-size: 14px;
    line-height: 1.45;
  }

  .comparison-column {
    padding: 18px;
  }

  .comparison-column h3 {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.1;
  }

  .app-column h3::after {
    padding: 6px 8px;
    font-size: 9px;
  }

  .comparison-column ul {
    gap: 8px;
  }

  .comparison-column li {
    min-height: 44px;
    padding: 10px 10px 10px 32px;
    font-size: 14px;
    line-height: 1.35;
  }

  .section-bonus-books {
    padding-top: 68px;
    padding-bottom: 70px;
  }

  .bonus-assets-hero {
    gap: 20px;
    margin-bottom: 24px;
  }

  .bonus-assets-copy p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.55;
  }

  .bonus-assets-seal {
    width: min(280px, 82%);
    margin: 18px auto 0;
  }

  .bonus-assets-covers {
    min-height: 294px;
    margin: 0 -5px;
  }

  .bonus-assets-covers::before {
    right: 10%;
    bottom: 22px;
    left: 10%;
    height: 32px;
  }

  .bonus-assets-cover {
    bottom: 34px;
    width: 104px;
    max-height: 180px;
  }

  .bonus-assets-cover.cover-forro {
    transform: translateX(-138px) rotate(-10deg);
  }

  .bonus-assets-cover.cover-mpb {
    transform: translateX(-86px) translateY(-16px) rotate(-5deg);
  }

  .bonus-assets-cover.cover-pop-rock {
    width: 124px;
    max-height: 210px;
    transform: translateX(-58px) translateY(-34px);
  }

  .bonus-assets-cover.cover-reggae {
    transform: translateX(28px) translateY(-16px) rotate(5deg);
  }

  .bonus-assets-cover.cover-samba {
    transform: translateX(82px) rotate(10deg);
  }

  .bonus-quick-list {
    grid-template-columns: 1fr;
    gap: 1px;
    padding: 1px;
  }

  .bonus-quick-list > div,
  .bonus-quick-list > div:first-child,
  .bonus-quick-list > div:last-child {
    grid-column: auto;
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 72px;
    justify-items: start;
    border-radius: 0;
    padding: 14px;
    text-align: left;
  }

  .bonus-quick-list > div:first-child {
    border-radius: var(--card-radius-lg) var(--card-radius-lg) 0 0;
  }

  .bonus-quick-list > div:last-child {
    border-radius: 0 0 var(--card-radius-lg) var(--card-radius-lg);
  }

  .bonus-quick-icon {
    width: 42px;
    height: 42px;
  }

  .bonus-value-line {
    width: 100%;
    border-radius: var(--card-radius);
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.35;
  }

  .bonus-assets-grid {
    gap: 16px;
    margin-top: 22px;
  }

  .bonus-assets-card,
  .bonus-assets-card:nth-child(-n + 2) {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 17px;
    border-radius: var(--card-radius-lg);
    padding: 20px;
  }

  .bonus-assets-card-image,
  .bonus-assets-card:nth-child(-n + 2) .bonus-assets-card-image {
    width: min(188px, 72%);
    max-height: none;
  }

  .bonus-assets-card .bonus-number {
    margin-bottom: 10px;
  }

  .bonus-assets-card h3 {
    font-size: 25px;
  }

  .bonus-assets-card p {
    font-size: 14px;
  }

  .bonus-assets-card .bonus-checks {
    margin-top: 14px;
  }

  .bonus-checks li {
    min-height: 22px;
    font-size: 13px;
  }

  .bonus-assets-final-card {
    margin-top: 24px;
    border-radius: var(--card-radius-lg);
  }

  .section-offer {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .price-card {
    padding: 22px;
  }

  .offer-badge,
  .price-guarantee {
    margin-bottom: 9px;
  }

  .price-guarantee {
    margin-left: 0;
  }

  .price-card-badges {
    gap: 7px;
    margin-bottom: 18px;
  }

  .price-card .offer-badge,
  .price-card .price-guarantee {
    margin: 0;
    padding: 8px 10px;
    font-size: 11px;
  }

  .offer-title {
    font-size: clamp(31px, 8.8vw, 40px);
  }

  .installment-capsule {
    margin-inline: auto;
    font-size: clamp(31px, 9.2vw, 44px);
  }

  .current-price {
    font-size: clamp(76px, 22vw, 104px);
  }

  .price-note strong {
    font-size: clamp(39px, 11vw, 52px);
  }

  .offer-benefits li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    min-height: 50px;
    font-size: 15px;
  }

  .offer-benefits li::before {
    width: 25px;
    height: 25px;
  }

  .offer-benefits li::after {
    left: 8px;
    width: 7px;
    height: 12px;
  }

  .price-card .button-primary {
    gap: 10px;
    min-height: 66px;
    padding-inline: 12px;
    font-size: clamp(20px, 5.5vw, 25px);
  }

  .offer-button-lock {
    width: 22px;
    height: 18px;
    border-width: 2px;
  }

  .offer-button-lock::before {
    bottom: 11px;
    width: 13px;
    height: 13px;
    border-width: 2px;
  }

  .guarantee-box {
    gap: 16px;
    padding: 22px;
  }

  .guarantee-seal {
    width: 82px;
    height: 82px;
    border-radius: 20px;
    font-size: 22px;
  }

  .section-inner.faq-container {
    width: min(100% - 28px, 1040px);
  }

  .faq-heading {
    margin-bottom: 24px;
  }

  .faq-eyebrow {
    gap: 10px;
    margin-bottom: 16px;
  }

  .faq-eyebrow::before {
    width: 11px;
    height: 11px;
  }

  .faq-heading h2 {
    font-size: clamp(32px, 10.2vw, 42px);
    line-height: 1.1;
  }

  .faq-heading > p:not(.faq-eyebrow) {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.5;
  }

  .faq-question {
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 12px;
    min-height: 70px;
    padding: 17px 15px 17px 18px;
    font-size: clamp(16px, 4.7vw, 19px);
    line-height: 1.25;
  }

  .faq-icon {
    width: 42px;
    height: 42px;
  }

  .faq-icon::before,
  .faq-icon::after {
    width: 15px;
    height: 3px;
  }

  .faq-answer-inner {
    padding: 0 18px 20px;
  }

  .faq-answer-inner::before {
    margin-bottom: 16px;
  }

  .faq-answer p {
    font-size: 15px;
    line-height: 1.55;
  }

  .faq-trust-bar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: stretch;
    margin-top: 28px;
    padding: 16px;
  }

  .faq-trust-item {
    justify-content: flex-start;
    white-space: normal;
  }

  .faq-trust-icon {
    width: 38px;
    height: 38px;
  }

  .faq-trust-dot {
    display: none;
  }

  .section-final-cta {
    padding: 44px 0 54px;
  }

  .final-cta-inner {
    width: min(100% - 22px, 1120px);
  }

  .final-cta-card {
    border-radius: 30px;
    padding: 18px 14px 26px;
  }

  .final-cta-visual {
    width: min(178px, 50vw);
    margin-top: -6px;
    margin-bottom: 12px;
  }

  .final-cta-visual-line {
    width: 40px;
  }

  .final-cta-visual-line-left {
    right: calc(100% + 6px);
  }

  .final-cta-visual-line-right {
    left: calc(100% + 6px);
  }

  .section-final-cta h2 {
    max-width: 10.4ch;
    font-size: clamp(38px, 12.6vw, 58px);
    line-height: 1;
    text-align: center;
  }

  .final-cta-subtitle {
    max-width: 29ch;
    margin-top: 16px;
    font-size: clamp(17px, 5.2vw, 21px);
    line-height: 1.34;
  }

  .final-cta-benefits {
    gap: 10px;
    margin-top: 22px;
  }

  .final-cta-benefit {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    min-height: 66px;
    border-radius: 16px;
    padding: 12px 13px;
    font-size: clamp(16px, 4.8vw, 19px);
  }

  .final-cta-check {
    width: 42px;
    height: 42px;
    border-width: 2px;
  }

  .final-cta-check::before {
    width: 15px;
    height: 8px;
    border-width: 0 0 3px 3px;
  }

  .final-cta-button {
    min-height: 72px;
    margin-top: 22px;
    border-radius: 18px;
    padding: 17px 12px;
    font-size: clamp(22px, 6.35vw, 30px);
    white-space: normal;
  }

  .final-cta-button span:first-child {
    min-width: 0;
  }

  .final-cta-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 9px;
    margin-top: 18px;
    font-size: 12px;
  }

  .final-cta-lock {
    width: 27px;
    height: 30px;
  }

  .final-cta-lock::before {
    width: 18px;
    height: 19px;
    border-width: 2px;
  }

  .final-cta-lock::after {
    width: 13px;
    height: 13px;
    border-width: 2px;
    border-bottom: 0;
  }

  .final-cta-dot {
    align-self: center;
    width: 5px;
    height: 5px;
  }

  .site-footer {
    padding: 24px 0;
  }
}

/* Mobile hero containment fix */
@media (max-width: 640px) {
  .hero {
    overflow: hidden;
  }

  .hero .section-inner {
    width: min(100% - 28px, 390px);
    max-width: 100%;
  }

  .hero-grid,
  .hero-copy,
  .hero-actions,
  .hero-subtitle,
  .benefit-pills,
  .hero-visual {
    min-width: 0;
    max-width: 100%;
  }

  .hero-copy {
    overflow: hidden;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 9.8vw, 42px);
    text-align: center;
  }

  .hero-copy .eyebrow {
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .hero-copy .headline-accent {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-subtitle {
    overflow-wrap: anywhere;
    text-align: center;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .button {
    width: 100%;
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 17px;
    white-space: normal;
  }

  .benefit-pills {
    width: 100%;
    margin-right: 0;
    border-top: 1px solid rgba(255, 109, 26, 0.22);
    border-bottom: 1px solid rgba(255, 109, 26, 0.18);
    padding: 10px 0;
    overflow: hidden;
    background:
      linear-gradient(90deg, rgba(255, 109, 26, 0.08), rgba(255, 109, 26, 0.02), rgba(255, 109, 26, 0.08));
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  }

  .benefit-pill-track {
    flex: 0 0 auto;
    width: max-content;
    gap: 10px;
    animation: heroBenefitMarquee 30s linear infinite;
  }

  .benefit-pills span {
    display: flex;
    flex: 0 0 auto;
    min-width: max-content;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
  }

  .benefit-pill-track span:nth-child(n + 6) {
    display: flex;
  }

  .benefit-pills span:last-child {
    grid-column: auto;
  }

  .hero-visual {
    width: min(100%, 354px);
    min-height: 410px;
    margin: 0 auto;
    overflow: visible;
  }

  .phone-mockup {
    width: min(258px, 70vw);
  }

  .phone-mockup-image {
    width: min(300px, 78vw);
  }

  .floating-card {
    max-width: 138px;
    min-height: 46px;
    gap: 7px;
  }

  .floating-card-top {
    right: 0;
    top: 8%;
  }

  .floating-card-right {
    right: 0;
    bottom: 26%;
  }

  .floating-card-left {
    left: 0;
    top: 33%;
  }

  .floating-card-bottom {
    left: 4px;
    bottom: 12%;
  }

  .floating-card-video {
    top: 43%;
    right: 0;
    bottom: auto;
    display: inline-flex;
  }
}

@keyframes heroBenefitMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 5px));
  }
}

/* Fluid join between demo and audience sections */
.section-demo {
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(42px, 5vw, 70px);
}

.section-demo .section-inner {
  position: relative;
  z-index: 2;
}

.section-demo .button {
  position: relative;
  z-index: 3;
}

.section-demo::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: clamp(70px, 9vw, 120px);
  background: linear-gradient(180deg, rgba(13, 12, 11, 0), rgba(13, 12, 11, 0.52) 78%, rgba(13, 12, 11, 0.88));
  pointer-events: none;
}

.section-audience {
  margin-top: -1px;
  padding-top: clamp(42px, 5vw, 70px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 50% -10%, rgba(255, 109, 26, 0.16), transparent 32%),
    radial-gradient(circle at 82% 28%, rgba(255, 109, 26, 0.14), transparent 30%),
    radial-gradient(circle at 18% 76%, rgba(85, 48, 25, 0.24), transparent 34%),
    linear-gradient(135deg, var(--black-soft), var(--graphite) 62%, #1a0f09);
  background-size: 28px 28px, 28px 28px, auto, auto, auto, auto;
}

.section-audience::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 92px;
  background: linear-gradient(180deg, rgba(13, 12, 11, 0.92), rgba(13, 12, 11, 0));
  pointer-events: none;
}

@media (max-width: 640px) {
  .section-demo {
    padding-bottom: 32px;
  }

  .section-audience {
    padding-top: 32px;
  }

  .section-demo::after {
    height: 76px;
  }

  .section-audience::before {
    height: 64px;
  }
}

/* Bonus image background correction */
.bonus-section .bonus-cover,
.bonus-section .bonus-item-cover {
  border-radius: 0;
  background: transparent;
  mix-blend-mode: screen;
}

.bonus-section .bonus-cover {
  width: clamp(148px, 18vw, 238px);
  filter:
    saturate(1.18)
    contrast(1.08)
    drop-shadow(0 0 20px rgba(255, 109, 26, 0.58))
    drop-shadow(0 0 52px rgba(255, 55, 18, 0.34))
    drop-shadow(20px 30px 38px rgba(0, 0, 0, 0.52));
}

.bonus-section .bonus-cover-pop {
  width: clamp(182px, 22vw, 286px);
}

.bonus-section .bonus-item {
  isolation: isolate;
}

.bonus-section .bonus-item-cover {
  width: min(240px, 100%);
  filter:
    saturate(1.06)
    contrast(1.04)
    drop-shadow(0 18px 24px rgba(44, 25, 12, 0.2));
}

@media (max-width: 640px) {
  .bonus-section .bonus-covers-showcase {
    height: 320px;
  }

  .bonus-section .bonus-cover {
    width: 118px;
  }

  .bonus-section .bonus-cover-pop {
    width: 148px;
  }

  .bonus-section .bonus-cover-forro {
    transform: translateX(-166px) rotate(-10deg);
  }

  .bonus-section .bonus-cover-mpb {
    transform: translateX(-108px) translateY(-14px) rotate(-5deg);
  }

  .bonus-section .bonus-cover-reggae {
    transform: translateX(38px) translateY(-14px) rotate(5deg);
  }

.bonus-section .bonus-cover-samba {
    transform: translateX(96px) rotate(10deg);
  }

  .bonus-section .bonus-item-cover {
    width: min(250px, 82%);
  }
}

/* ================================
ANIMACOES GERAIS
================================ */

.reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  filter: blur(6px);
  transition:
    opacity 680ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 680ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-left {
  transform: translate3d(-36px, 24px, 0);
}

.reveal-right {
  transform: translate3d(36px, 24px, 0);
}

.problem-image-reveal {
  transform: translate3d(-96px, 4px, 0) scale(0.985);
  transition-duration: 820ms;
}

.reveal-scale {
  transform: translate3d(0, 28px, 0) scale(0.965);
}

.reveal-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.hero {
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  top: 8%;
  right: 4%;
  z-index: 0;
  width: min(46vw, 620px);
  height: min(46vw, 620px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 109, 26, 0.24), rgba(255, 109, 26, 0.1) 34%, transparent 68%);
  filter: blur(28px);
  opacity: 0.88;
  pointer-events: none;
}

.hero .section-inner {
  position: relative;
  z-index: 1;
}

.hero .eyebrow,
.hero h1,
.hero-subtitle,
.hero-actions,
.benefit-pills,
.hero-visual {
  opacity: 0;
  animation: heroIntro 760ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero h1 {
  animation-delay: 110ms;
}

.hero-subtitle {
  animation-delay: 230ms;
}

.hero-copy .headline-accent {
  width: fit-content;
  min-height: 1.1em;
  padding-right: 0.24em;
  padding-left: 0.24em;
  font-size: 1.24em;
}

.hero-subtitle {
  margin-top: clamp(18px, 2.7vw, 30px);
  margin-bottom: clamp(4px, 1vw, 10px);
}

.hero-actions {
  animation-delay: 350ms;
}

.hero {
  padding-bottom: clamp(26px, 4vw, 48px);
}

.hero-actions-below-phone {
  flex-direction: column;
  justify-content: center;
  width: min(100% - 28px, 720px);
  margin: clamp(12px, 2.8vw, 24px) auto 0;
  text-align: center;
}

.hero-actions-below-phone .button-primary {
  width: min(100%, 640px);
}

.hero-actions-desktop {
  display: none;
}

.hero-actions .button-primary {
  min-height: 72px;
  padding: 12px clamp(10px, 3.2vw, 18px);
  font-size: clamp(18px, 5.55vw, 28px);
  line-height: 1.05;
  white-space: nowrap;
}

.hero-actions .button-primary::after {
  content: none;
}

.benefit-pills {
  animation-delay: 460ms;
}

.hero-transition-pills {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: none;
  margin: 0;
  border-block: 1px solid rgba(255, 109, 26, 0.2);
  padding: 10px 0;
  overflow: hidden;
  background: #0b0908;
  opacity: 1;
  animation: none;
  mask-image: none;
  -webkit-mask-image: none;
}

.hero-transition-pills .benefit-pill-track {
  flex: 0 0 auto;
  width: max-content;
  gap: 10px;
  animation: heroBenefitMarquee 30s linear infinite;
}

.hero-transition-pills .benefit-pill-track span:nth-child(n + 6) {
  display: flex;
}

.hero-transition-pills span {
  display: flex;
  flex: 0 0 auto;
  min-width: max-content;
}

.hero-visual {
  animation-delay: 220ms;
}

.phone-mockup-image {
  position: relative;
}

.phone-mockup-image::before {
  display: block;
  inset: 10% -18% 4%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 109, 26, 0.28), transparent 68%);
  filter: blur(22px);
  opacity: 0.9;
}

.float-soft {
  animation: floatSoft 5.8s ease-in-out infinite;
  will-change: transform;
}

.demo-phone-mockup.float-soft {
  animation-duration: 6.4s;
}

.final-cta-visual img.float-soft {
  animation-duration: 5.2s;
}

.bonus-final-gift.float-soft {
  animation-duration: 6.8s;
}

.button.cta-animated,
.header-cta.cta-animated,
.final-cta-button.cta-animated {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.button.cta-animated::before,
.header-cta.cta-animated::before,
.final-cta-button.cta-animated::before {
  content: "";
  position: absolute;
  top: -45%;
  bottom: -45%;
  left: -38%;
  z-index: 0;
  width: 30%;
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  transform: skewX(-20deg) translateX(-160%);
  transition: transform 620ms ease;
  pointer-events: none;
}

.button.cta-animated,
.header-cta.cta-animated,
.final-cta-button.cta-animated {
  z-index: 0;
}

.button.cta-animated > *,
.header-cta.cta-animated > *,
.final-cta-button.cta-animated > * {
  position: relative;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .button.cta-animated:hover,
  .header-cta.cta-animated:hover,
  .final-cta-button.cta-animated:hover {
    transform: translateY(-3px) scale(1.012);
  }

  .button.cta-animated:hover::before,
  .header-cta.cta-animated:hover::before,
  .final-cta-button.cta-animated:hover::before {
    transform: skewX(-20deg) translateX(620%);
  }

  .card-hover:hover {
    border-color: rgba(255, 109, 26, 0.42);
    box-shadow:
      0 24px 62px rgba(33, 19, 8, 0.15),
      0 0 34px rgba(255, 109, 26, 0.1);
    transform: translateY(-5px);
  }

  .comparison-column.app-column.card-hover:hover,
  .price-card:hover {
    box-shadow:
      0 0 0 5px rgba(255, 109, 26, 0.1),
      0 0 54px rgba(255, 109, 26, 0.24),
      0 34px 88px rgba(0, 0, 0, 0.34);
  }

  .comparison-column.card-hover:hover {
    border-color: transparent;
  }

  .comparison-column.pdf-column.card-hover:hover {
    box-shadow:
      0 24px 62px rgba(90, 34, 28, 0.1),
      0 0 34px rgba(210, 54, 54, 0.12);
  }

  .comparison-column.app-column.card-hover:hover {
    border-color: rgba(228, 255, 238, 0.92);
    box-shadow:
      0 24px 70px rgba(0, 0, 0, 0.22),
      0 0 42px rgba(112, 214, 140, 0.18),
      inset 0 0 0 1px rgba(138, 240, 170, 0.1);
  }
}

.motion-marquee {
  overflow: hidden;
  border-block: 1px solid rgba(255, 109, 26, 0.18);
  background:
    linear-gradient(90deg, #0b0908, #17110d 48%, #0b0908);
  color: #fff5ec;
}

.motion-marquee-track {
  display: flex;
  width: max-content;
  min-width: 200%;
  animation: marqueeFlow 32s linear infinite;
}

.motion-marquee span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding-inline: clamp(22px, 4vw, 48px);
  color: rgba(255, 250, 242, 0.88);
  font-size: clamp(12px, 1.7vw, 16px);
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.motion-marquee span::after {
  content: "";
  position: absolute;
  right: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 18px rgba(255, 109, 26, 0.7);
}

.section-offer,
.section-final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.section-offer::before,
.section-final-cta::before {
  content: "";
  position: absolute;
  inset: 8% 6% auto;
  z-index: -1;
  height: 48%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 109, 26, 0.24), transparent 70%);
  filter: blur(20px);
  opacity: 0.8;
  pointer-events: none;
}

.price-card {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.price-card.reveal-visible {
  animation: offerBreath 5.8s ease-in-out 900ms infinite;
}

.faq-item {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.faq-icon {
  transform-origin: center;
}

.faq-item.is-open .faq-icon {
  transform: rotate(180deg) scale(1.03);
}

.final-cta-card.reveal-visible .final-cta-benefit {
  transition-delay: var(--reveal-delay, 0ms);
}

@keyframes heroIntro {
  from {
    opacity: 0;
    transform: translate3d(0, 26px, 0) scale(0.985);
    filter: blur(6px);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes typingCaretBlink {
  0%,
  48% {
    opacity: 1;
  }

  49%,
  100% {
    opacity: 0;
  }
}

@keyframes floatSoft {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes marqueeFlow {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes offerBreath {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -3px, 0);
  }
}

@media (max-width: 640px) {
  .reveal,
  .reveal-left,
  .reveal-right,
  .reveal-scale {
    transform: translate3d(0, 22px, 0);
    filter: blur(3px);
  }

  .reveal-visible {
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }

  .motion-marquee span {
    min-height: 38px;
    padding-inline: 20px;
  }

  .hero::before {
    top: 6%;
    right: -22%;
    width: 88vw;
    height: 88vw;
    opacity: 0.62;
  }
}

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

  .reveal,
  .hero .eyebrow,
  .hero h1,
  .hero-subtitle,
  .hero-actions,
  .benefit-pills,
  .hero-visual {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  .motion-marquee-track,
  .hero-transition-pills .benefit-pill-track {
    animation: none !important;
    transform: none !important;
  }
}

/* App demo video mockup section */
.demo-section {
  position: relative;
  overflow: hidden;
  padding: clamp(74px, 8vw, 112px) 0 clamp(78px, 8vw, 118px);
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 109, 26, 0.2), transparent 34%),
    radial-gradient(circle at 21% 58%, rgba(255, 109, 26, 0.12), transparent 30%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(135deg, #080705 0%, #100d0a 56%, #1b0f08 100%);
  background-size: auto, auto, 30px 30px, 30px 30px, auto;
  color: var(--text);
}

.demo-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 74%, rgba(255, 109, 26, 0.34), transparent 26%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), transparent 30%, rgba(0, 0, 0, 0.28));
  pointer-events: none;
}

.demo-section__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 36px, 1120px);
  margin-inline: auto;
  text-align: center;
}

.demo-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-bottom: 18px;
  color: var(--orange);
  font-size: clamp(13px, 1.45vw, 18px);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.demo-eyebrow::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 28px rgba(255, 109, 26, 0.8);
}

.demo-title {
  max-width: 900px;
  margin: 0 auto 18px;
  color: #ffffff;
  font-size: clamp(38px, 6.2vw, 72px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-align: center;
  text-wrap: balance;
}

.demo-title span {
  display: inline-block;
  color: var(--orange);
}

.demo-subtitle {
  max-width: 680px;
  margin: 0 auto clamp(34px, 5vw, 54px);
  color: rgba(255, 250, 242, 0.84);
  font-size: clamp(18px, 2.1vw, 25px);
  font-weight: 600;
  line-height: 1.48;
  text-align: center;
  text-wrap: balance;
}

.demo-phone-wrap {
  position: relative;
  display: grid;
  justify-items: center;
  width: min(100%, 930px);
  margin: 0 auto;
  padding-bottom: clamp(26px, 4vw, 42px);
}

.demo-phone-wrap::after {
  content: "";
  position: absolute;
  right: 22%;
  bottom: 22px;
  left: 22%;
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 109, 26, 0.74), rgba(255, 109, 26, 0.18) 44%, transparent 72%);
  filter: blur(12px);
  pointer-events: none;
}

.demo-phone-mockup {
  position: relative;
  z-index: 2;
  width: min(56vw, 520px);
  min-width: 360px;
  border-radius: 58px;
  padding: 12px;
  background:
    linear-gradient(90deg, #0d0f10, #3d4243 8%, #111516 18%, #090a0b 50%, #343a3c 84%, #060707),
    #111;
  box-shadow:
    0 38px 88px rgba(0, 0, 0, 0.62),
    0 0 0 1px rgba(255, 255, 255, 0.18),
    0 0 86px rgba(255, 109, 26, 0.18);
}

.demo-phone-mockup::before,
.demo-phone-mockup::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 54px;
  pointer-events: none;
}

.demo-phone-mockup::before {
  border: 2px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.92),
    inset 12px 0 18px rgba(255, 255, 255, 0.08),
    inset -10px 0 18px rgba(255, 255, 255, 0.06);
}

.demo-phone-mockup::after {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.demo-phone-button {
  position: absolute;
  z-index: 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #4b5052, #111315);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.2);
}

.demo-phone-button--left {
  left: -4px;
  top: 22%;
  height: 96px;
}

.demo-phone-button--right {
  right: -4px;
  top: 28%;
  height: 118px;
}

.demo-phone-bezel {
  position: relative;
  overflow: hidden;
  border-radius: 47px;
  padding: 20px;
  background: #020303;
  aspect-ratio: 9 / 18.6;
  box-shadow:
    inset 0 0 0 2px rgba(0, 0, 0, 0.9),
    inset 0 0 20px rgba(255, 255, 255, 0.04);
}

.demo-phone-notch {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 50%;
  width: 38%;
  height: 34px;
  border-radius: 0 0 20px 20px;
  background: #020303;
  transform: translateX(-50%);
}

.demo-phone-notch::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 46px;
  height: 5px;
  border-radius: 999px;
  background: #171a1a;
  transform: translateX(-50%);
  box-shadow:
    -58px 2px 0 -1px #07141d,
    58px 2px 0 -1px #07141d;
}

.demo-phone-screen {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 109, 26, 0.24), transparent 34%),
    linear-gradient(180deg, #17120f, #050504 76%);
}

.demo-phone-screen video,
.demo-phone-screen iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  background: #050504;
}

.demo-highlight {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 180px;
  gap: 3px;
  color: rgba(255, 250, 242, 0.94);
  text-align: left;
}

.demo-highlight::before {
  content: "";
  position: absolute;
  width: 104px;
  height: 64px;
  border-top: 2px dashed rgba(255, 250, 242, 0.42);
  border-radius: 50%;
  pointer-events: none;
}

.demo-highlight--left {
  top: 33%;
  left: 0;
}

.demo-highlight--left::before {
  top: 25px;
  left: 62px;
  transform: rotate(-16deg);
}

.demo-highlight--right {
  top: 31%;
  right: -2px;
}

.demo-highlight--right::before {
  top: -42px;
  right: 66px;
  transform: rotate(18deg);
}

.demo-highlight--bottom {
  right: -6px;
  bottom: 18%;
}

.demo-highlight--bottom::before {
  top: -62px;
  right: 74px;
  transform: rotate(30deg);
}

.demo-highlight--video {
  left: 4%;
  bottom: 14%;
}

.demo-highlight--video::before {
  top: -58px;
  left: 70px;
  transform: rotate(-26deg);
}

.demo-highlight--offline {
  right: 4%;
  bottom: 4%;
}

.demo-highlight--offline::before {
  top: -62px;
  right: 70px;
  transform: rotate(24deg);
}

.demo-highlight__icon {
  position: relative;
  display: inline-grid;
  width: 62px;
  height: 62px;
  margin-bottom: 12px;
  place-items: center;
  border: 1px solid rgba(255, 109, 26, 0.26);
  border-radius: 18px;
  background: rgba(255, 109, 26, 0.065);
  color: var(--orange);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    0 16px 36px rgba(0, 0, 0, 0.26);
}

.demo-highlight__icon::before,
.demo-highlight__icon::after {
  content: "";
  position: absolute;
}

.demo-icon-touch::before {
  width: 12px;
  height: 22px;
  border: 3px solid currentColor;
  border-radius: 999px;
  transform: translateY(-3px);
}

.demo-icon-touch::after {
  width: 20px;
  height: 20px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: translate(4px, 8px) rotate(20deg);
}

.demo-icon-search::before {
  width: 24px;
  height: 24px;
  border: 4px solid currentColor;
  border-radius: 50%;
  transform: translate(-4px, -4px);
}

.demo-icon-search::after {
  width: 17px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(12px, 12px) rotate(45deg);
}

.demo-icon-play::before {
  width: 30px;
  height: 30px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.demo-icon-play::after {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid currentColor;
  transform: translate(2px, 0);
}

.demo-icon-tune::before {
  content: "+/-";
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

.demo-icon-scroll::before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: currentColor;
}

.demo-icon-scroll::after {
  content: "↓";
  color: #1c1009;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.demo-icon-tuner::before {
  content: "Hz";
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.demo-icon-video-lessons::before {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: currentColor;
}

.demo-icon-video-lessons::after {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #1c1009;
  transform: translate(2px, 0);
}

.demo-icon-offline::before {
  width: 30px;
  height: 30px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.demo-icon-offline::after {
  width: 20px;
  height: 10px;
  border-left: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  transform: translateY(-2px) rotate(-45deg);
}

.demo-highlight strong {
  color: var(--orange);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.05;
}

.demo-highlight span:last-child {
  color: rgba(255, 250, 242, 0.9);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.22;
}

@media (max-width: 980px) {
  .demo-phone-mockup {
    width: min(68vw, 500px);
    min-width: 330px;
  }

  .demo-highlight {
    width: 150px;
  }

  .demo-highlight strong {
    font-size: 19px;
  }

  .demo-highlight span:last-child {
    font-size: 17px;
  }

  .demo-highlight--left {
    left: 0;
  }

  .demo-highlight--right,
  .demo-highlight--bottom {
    right: 0;
  }
}

@media (max-width: 760px) {
  .demo-section {
    padding: 58px 0 70px;
  }

  .demo-section__inner {
    width: min(100% - 28px, 520px);
  }

  .demo-title {
    max-width: 9.5em;
    font-size: clamp(38px, 12vw, 54px);
  }

  .demo-subtitle {
    max-width: 31ch;
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.5;
  }

  .demo-phone-wrap {
    gap: 12px;
    padding-bottom: 18px;
  }

  .demo-phone-wrap::after {
    display: none;
  }

  .demo-phone-mockup {
    order: 1;
    width: min(78vw, 305px);
    min-width: 0;
    border-radius: 46px;
    padding: 9px;
  }

  .demo-phone-mockup::before,
  .demo-phone-mockup::after {
    inset: 4px;
    border-radius: 42px;
  }

  .demo-phone-bezel {
    border-radius: 38px;
    padding: 14px;
  }

  .demo-phone-screen {
    border-radius: 28px;
  }

  .demo-phone-notch {
    top: 14px;
    height: 27px;
    border-radius: 0 0 16px 16px;
  }

  .demo-phone-notch::before {
    top: 8px;
    width: 34px;
    height: 4px;
    box-shadow:
      -44px 2px 0 -1px #07141d,
      44px 2px 0 -1px #07141d;
  }

  .demo-phone-button--left {
    left: -3px;
    height: 74px;
  }

  .demo-phone-button--right {
    right: -3px;
    height: 90px;
  }

  .demo-highlight,
  .demo-highlight--left,
  .demo-highlight--right,
  .demo-highlight--bottom,
  .demo-highlight--video,
  .demo-highlight--offline {
    display: none;
    position: relative;
    inset: auto;
    width: 100%;
    max-width: 390px;
  }

  .demo-highlight--left {
    order: 2;
  }

  .demo-highlight--right {
    order: 3;
  }

  .demo-highlight--bottom {
    order: 4;
  }

  .demo-highlight--video {
    order: 5;
  }

  .demo-highlight--offline {
    order: 6;
  }

  .demo-highlight {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 4px 13px;
    border: 1px solid rgba(255, 109, 26, 0.16);
    border-radius: 18px;
    padding: 13px 15px;
    background: rgba(255, 255, 255, 0.04);
    text-align: left;
  }

  .demo-highlight::before {
    display: none;
  }

  .demo-highlight__icon {
    grid-row: span 2;
    width: 44px;
    height: 44px;
    margin: 0;
    border-radius: 14px;
  }

  .demo-highlight strong {
    font-size: 16px;
  }

  .demo-highlight span:last-child {
    font-size: 14px;
    line-height: 1.25;
  }

}

/* Final override: balanced type rhythm for problem and how-it-works sections */
.problem-copy h2,
.how-works-copy h2,
.problem-lines p,
.problem-alert strong,
.problem-resolution,
.how-works-actions strong,
.how-works-final {
  text-wrap: balance;
}

.problem-lines p {
  max-width: 42ch;
  margin-inline: auto;
  font-weight: 700;
}

.problem-alert strong {
  font-weight: 800;
}

.problem-resolution {
  max-width: 36ch;
  font-weight: 800;
}

.how-works-actions {
  justify-items: center;
}

.how-works-actions p {
  width: min(100%, 34ch);
}

.how-works-actions strong {
  font-weight: 800;
}

.how-works-final {
  max-width: 34ch;
  font-weight: 800;
}

.premium-panel-card strong,
.premium-panel-card small {
  text-wrap: wrap;
}

@media (max-width: 640px) {
  .problem-copy h2 {
    max-width: 12.5ch;
    font-size: clamp(34px, 9vw, 39px);
  }

  .how-works-copy h2 {
    max-width: 12ch;
    font-size: clamp(33px, 8.7vw, 38px);
  }

  .how-works-title-accent {
    display: inline;
    white-space: normal;
  }

  .problem-lines {
    gap: 14px;
    margin-bottom: 30px;
  }

  .problem-lines p {
    max-width: 33ch;
    padding: 0;
    font-size: 16px;
    line-height: 1.48;
  }

  .problem-alert {
    width: min(100%, 350px);
    gap: 13px;
    padding: 14px 16px;
  }

  .problem-alert strong {
    font-size: 16px;
    line-height: 1.32;
  }

  .problem-resolution {
    max-width: 30ch;
    font-size: 16px;
    line-height: 1.36;
  }

  .how-works-actions {
    gap: 22px;
    margin-bottom: 30px;
  }

  .how-works-actions p {
    width: min(100%, 25ch);
    min-height: auto;
    padding: 0;
    font-size: 17px;
    line-height: 1.28;
  }

  .how-works-actions strong {
    font-weight: 800;
  }

  .how-works-final {
    max-width: 27ch;
    font-size: 18px;
    line-height: 1.28;
  }

  .premium-panel-card {
    text-align: left;
  }
}

/* Bonus transparent assets: use the finished showcase art without helper frames. */
.bonus-section .bonus-covers-showcase {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: clamp(260px, 33vw, 430px);
  overflow: visible;
}

.bonus-section .bonus-showcase-image {
  display: block;
  width: min(100%, 920px);
  max-height: 100%;
  object-fit: contain;
  border: 0;
  outline: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(26px 38px 46px rgba(0, 0, 0, 0.54));
  mix-blend-mode: normal;
}

@media (max-width: 640px) {
  .bonus-section .bonus-covers-showcase {
    height: 270px;
    margin-top: 28px;
  }

  .bonus-section .bonus-showcase-image {
    width: min(100%, 390px);
    filter: drop-shadow(18px 28px 34px rgba(0, 0, 0, 0.5));
  }
}

/* Fix bonus covers after blend test: keep covers readable and soften image edges */
.bonus-section .bonus-cover,
.bonus-section .bonus-item-cover {
  opacity: 1;
  mix-blend-mode: normal;
  border-radius: 10px;
}

.bonus-section .bonus-cover {
  width: clamp(142px, 17vw, 224px);
  filter:
    saturate(1.05)
    contrast(1.03)
    drop-shadow(22px 32px 40px rgba(0, 0, 0, 0.54));
}

.bonus-section .bonus-cover-pop {
  width: clamp(172px, 20vw, 260px);
}

.bonus-section .bonus-item-cover {
  width: min(225px, 100%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 52%, #000 52%, rgba(0, 0, 0, 0.84) 64%, transparent 78%);
  mask-image: radial-gradient(ellipse at 50% 52%, #000 52%, rgba(0, 0, 0, 0.84) 64%, transparent 78%);
  filter:
    saturate(1.05)
    contrast(1.04)
    drop-shadow(0 18px 24px rgba(44, 25, 12, 0.18));
}

@media (max-width: 640px) {
  .bonus-section .bonus-item {
    padding-top: 18px;
  }

  .bonus-section .bonus-item-cover {
    width: min(230px, 76%);
    max-height: 245px;
    object-fit: contain;
  }

  .bonus-section .bonus-cover {
    width: 112px;
  }

  .bonus-section .bonus-cover-pop {
    width: 140px;
  }
}

/* Reference-aligned bonus block */
.bonus-section {
  background: var(--paper);
}

.bonus-section .bonus-top {
  padding: clamp(46px, 5.8vw, 76px) 0 clamp(38px, 5vw, 64px);
  border-radius: 0 0 52px 52px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    radial-gradient(ellipse at 50% 55%, rgba(255, 128, 31, 0.42), rgba(255, 128, 31, 0.14) 24%, transparent 55%),
    radial-gradient(circle at 50% 45%, rgba(255, 178, 82, 0.16), transparent 20%),
    linear-gradient(180deg, #050505 0%, #0b0a09 56%, #080706 100%);
  background-size: 26px 26px, 26px 26px, auto, auto, auto;
}

.bonus-section .bonus-top::before {
  background:
    radial-gradient(ellipse at 50% 56%, rgba(255, 109, 26, 0.26), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 22%, rgba(0, 0, 0, 0.08));
}

.bonus-section .bonus-eyebrow {
  margin-bottom: 14px;
  color: var(--amber);
  font-size: 15px;
  letter-spacing: 0.14em;
}

.bonus-section .bonus-eyebrow::before {
  width: 12px;
  height: 12px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
  border-radius: 0;
  background: var(--amber);
}

.bonus-section .bonus-title {
  max-width: 760px;
  margin-bottom: 8px;
  font-size: clamp(42px, 5.6vw, 68px);
  line-height: 0.94;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.34);
}

.bonus-section .bonus-subtitle {
  max-width: 650px;
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.36;
}

.bonus-section .bonus-free-badge {
  margin-top: 22px;
  border-radius: 20px;
  padding: 12px 26px 12px 18px;
}

.bonus-section .bonus-covers-showcase {
  width: min(920px, 100%);
  height: clamp(260px, 30vw, 390px);
  margin-top: 24px;
}

.bonus-section .bonus-covers-showcase::before {
  right: 3%;
  bottom: 18px;
  left: 3%;
  height: 82px;
  background:
    radial-gradient(ellipse, rgba(255, 174, 67, 0.92), rgba(255, 109, 26, 0.32) 34%, rgba(255, 109, 26, 0.08) 55%, transparent 74%);
  filter: blur(13px);
}

.bonus-section .bonus-cover,
.bonus-section .bonus-item-cover {
  opacity: 1;
  mix-blend-mode: normal;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 0;
  background: transparent;
}

.bonus-section .bonus-cover {
  bottom: 34px;
  width: clamp(150px, 17vw, 225px);
  max-height: none;
  filter: drop-shadow(16px 26px 26px rgba(0, 0, 0, 0.5));
}

.bonus-section .bonus-cover-forro {
  z-index: 1;
  transform: translateX(-365px) rotate(-9deg);
}

.bonus-section .bonus-cover-mpb {
  z-index: 2;
  transform: translateX(-220px) translateY(-8px) rotate(-4deg);
}

.bonus-section .bonus-cover-pop {
  z-index: 5;
  width: clamp(178px, 19vw, 260px);
  transform: translateX(-50%) translateY(-18px);
}

.bonus-section .bonus-cover-reggae {
  z-index: 2;
  transform: translateX(76px) translateY(-8px) rotate(4deg);
}

.bonus-section .bonus-cover-samba {
  z-index: 1;
  transform: translateX(218px) rotate(9deg);
}

.bonus-section .bonus-quick-benefits {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(840px, 100%);
  margin-top: 8px;
}

.bonus-section .bonus-quick-benefits div {
  grid-template-columns: 44px minmax(0, 1fr);
  min-height: 72px;
  justify-items: start;
  gap: 12px;
  border-radius: 14px;
  padding: 12px;
  text-align: left;
}

.bonus-section .bonus-quick-benefits span {
  width: 40px;
  height: 40px;
}

.bonus-section .bonus-quick-benefits strong {
  text-align: left;
}

.bonus-section .bonus-value-phrase {
  margin-top: 26px;
  font-size: clamp(27px, 3vw, 40px);
}

.bonus-section .bonus-list-wrap {
  padding-top: 36px;
  background: #fffaf2;
}

.bonus-section .bonus-list {
  width: min(1040px, 100%);
  margin: 0 auto;
  gap: 18px;
}

.bonus-section .bonus-item {
  grid-template-columns: 190px minmax(0, 1fr) minmax(260px, 0.86fr);
  min-height: 178px;
  gap: 26px;
  overflow: visible;
  border-radius: 20px;
  padding: 18px 28px 18px 160px;
  background: linear-gradient(135deg, #fffdf8, #f8efe3);
  box-shadow: 0 14px 34px rgba(65, 37, 15, 0.12);
}

.bonus-section .bonus-item-cover {
  width: 175px;
  max-height: 215px;
  justify-self: start;
  margin-left: -140px;
  filter: drop-shadow(10px 16px 17px rgba(44, 25, 12, 0.32));
}

.bonus-section .bonus-item-content {
  text-align: left;
}

.bonus-section .bonus-item-number {
  margin-bottom: 8px;
  padding: 6px 10px;
}

.bonus-section .bonus-item h3 {
  font-size: clamp(26px, 2.4vw, 34px);
}

.bonus-section .bonus-item p {
  max-width: 390px;
  margin-bottom: 10px;
  font-size: 15px;
}

.bonus-section .bonus-item-tag {
  min-width: min(260px, 100%);
  justify-content: center;
  border-color: rgba(255, 109, 26, 0.36);
  background: #ffedd7;
}

.bonus-section .bonus-item-checks {
  gap: 9px;
  align-self: center;
}

.bonus-section .bonus-final-gift {
  width: min(1040px, 100%);
  margin-top: 26px;
  border-radius: 18px;
}

@media (max-width: 980px) {
  .bonus-section .bonus-cover-forro {
    transform: translateX(-272px) rotate(-9deg);
  }

  .bonus-section .bonus-cover-mpb {
    transform: translateX(-166px) translateY(-8px) rotate(-4deg);
  }

  .bonus-section .bonus-cover-reggae {
    transform: translateX(52px) translateY(-8px) rotate(4deg);
  }

  .bonus-section .bonus-cover-samba {
    transform: translateX(160px) rotate(9deg);
  }

  .bonus-section .bonus-item {
    grid-template-columns: 150px minmax(0, 1fr);
    padding-left: 24px;
  }

  .bonus-section .bonus-item-cover {
    margin-left: 0;
  }

  .bonus-section .bonus-item-checks {
    grid-column: 2;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .bonus-section .bonus-top {
    padding-top: 48px;
    padding-bottom: 44px;
    border-radius: 0 0 30px 30px;
  }

  .bonus-section .bonus-title {
    font-size: clamp(35px, 9.8vw, 43px);
    line-height: 0.98;
  }

  .bonus-section .bonus-subtitle {
    font-size: 15px;
  }

  .bonus-section .bonus-covers-showcase {
    height: 236px;
    margin-top: 24px;
  }

  .bonus-section .bonus-cover {
    bottom: 30px;
    width: 92px;
  }

  .bonus-section .bonus-cover-forro {
    transform: translateX(-145px) rotate(-9deg);
  }

  .bonus-section .bonus-cover-mpb {
    transform: translateX(-88px) translateY(-7px) rotate(-4deg);
  }

  .bonus-section .bonus-cover-pop {
    width: 118px;
    transform: translateX(-50%) translateY(-20px);
  }

  .bonus-section .bonus-cover-reggae {
    transform: translateX(30px) translateY(-7px) rotate(4deg);
  }

  .bonus-section .bonus-cover-samba {
    transform: translateX(88px) rotate(9deg);
  }

  .bonus-section .bonus-quick-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 4px;
  }

  .bonus-section .bonus-quick-benefits div {
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 68px;
    padding: 10px;
  }

  .bonus-section .bonus-quick-benefits div:last-child {
    grid-column: 1 / -1;
  }

  .bonus-section .bonus-list-wrap {
    padding-top: 30px;
  }

  .bonus-section .bonus-item {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 14px;
    text-align: left;
  }

  .bonus-section .bonus-item-cover {
    width: 118px;
    max-height: 154px;
    align-self: start;
    margin-left: 0;
  }

  .bonus-section .bonus-item-content {
    align-self: center;
  }

  .bonus-section .bonus-item h3 {
    font-size: 24px;
  }

  .bonus-section .bonus-item p {
    font-size: 13px;
    line-height: 1.4;
  }

  .bonus-section .bonus-item-tag {
    min-width: 0;
    width: 100%;
    padding: 6px 9px;
    font-size: 12px;
  }

  .bonus-section .bonus-item-checks {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    margin-top: 2px;
  }

  .bonus-section .bonus-final-gift {
    margin-top: 20px;
  }
}

/* Final bonus section */
.bonus-section {
  overflow: hidden;
  padding: 0;
  background: var(--paper);
  color: var(--text);
}

.bonus-section::before {
  display: none;
}

.bonus-top {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 8vw, 124px) 0 clamp(70px, 7.5vw, 112px);
  border-radius: 0 0 clamp(34px, 5vw, 64px) clamp(34px, 5vw, 64px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 50% 46%, rgba(255, 109, 26, 0.28), transparent 25%),
    radial-gradient(circle at 50% 71%, rgba(255, 109, 26, 0.34), transparent 29%),
    radial-gradient(circle at 12% 24%, rgba(255, 109, 26, 0.1), transparent 22%),
    linear-gradient(145deg, #050505 0%, #11100f 55%, #1a0d06 100%);
  background-size: 30px 30px, 30px 30px, auto, auto, auto, auto;
  box-shadow: inset 0 -1px 0 rgba(255, 109, 26, 0.16);
}

.bonus-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 68%, rgba(255, 155, 66, 0.24), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%, rgba(0, 0, 0, 0.14));
  pointer-events: none;
}

.bonus-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.bonus-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.bonus-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 22px rgba(255, 109, 26, 0.9);
}

.bonus-title {
  max-width: 820px;
  margin: 0 auto 18px;
  color: var(--text);
  font-size: clamp(42px, 6.4vw, 76px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.bonus-title span {
  color: var(--orange);
  text-shadow: 0 0 34px rgba(255, 109, 26, 0.32);
}

.bonus-subtitle {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 250, 242, 0.76);
  font-size: clamp(17px, 1.7vw, 21px);
  font-weight: 700;
  line-height: 1.55;
}

.bonus-free-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  border: 1px solid rgba(255, 109, 26, 0.54);
  border-radius: 18px;
  padding: 14px 20px;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 109, 26, 0.22), transparent 38%),
    linear-gradient(135deg, rgba(21, 17, 14, 0.98), rgba(7, 7, 6, 0.94));
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.34),
    0 0 0 5px rgba(255, 109, 26, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.bonus-gift-icon {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  box-shadow: 0 0 26px rgba(255, 109, 26, 0.38);
}

.bonus-gift-icon::before {
  content: "";
  width: 22px;
  height: 19px;
  border: 3px solid #fffaf2;
  border-radius: 5px;
  box-shadow: inset 0 7px 0 transparent;
}

.bonus-gift-icon::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 50%;
  width: 3px;
  height: 25px;
  border-radius: 999px;
  background: #fffaf2;
  box-shadow: -10px 5px 0 -1px #fffaf2, 10px 5px 0 -1px #fffaf2;
  transform: translateX(-50%);
}

.bonus-free-badge strong,
.bonus-free-badge em {
  display: block;
  text-align: left;
  line-height: 1.08;
}

.bonus-free-badge strong {
  font-size: 17px;
  font-weight: 900;
}

.bonus-free-badge em {
  color: var(--orange);
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
}

.bonus-covers-showcase {
  position: relative;
  width: min(900px, 100%);
  height: clamp(320px, 36vw, 470px);
  margin: clamp(36px, 5vw, 58px) auto 0;
  isolation: isolate;
}

.bonus-covers-showcase::before {
  content: "";
  position: absolute;
  right: 3%;
  bottom: 8px;
  left: 3%;
  height: 118px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse, rgba(255, 109, 26, 0.9), rgba(255, 109, 26, 0.34) 38%, transparent 72%);
  filter: blur(20px);
  opacity: 0.95;
}

.bonus-covers-showcase::after {
  content: "";
  position: absolute;
  inset: 8% 12% 18%;
  z-index: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 109, 26, 0.34), rgba(255, 43, 18, 0.16) 34%, transparent 68%);
  filter: blur(28px);
  opacity: 0.95;
  pointer-events: none;
}

.bonus-cover {
  --cover-x: -50%;
  --cover-y: 0px;
  --cover-rot: 0deg;
  --cover-float: -22px;
  --cover-sway: 8px;
  --cover-tilt: 2deg;
  position: absolute;
  bottom: 42px;
  left: 50%;
  z-index: 1;
  width: clamp(128px, 16vw, 210px);
  max-height: 92%;
  object-fit: contain;
  border-radius: 9px;
  filter:
    saturate(1.15)
    contrast(1.07)
    drop-shadow(0 0 18px rgba(255, 109, 26, 0.52))
    drop-shadow(0 0 42px rgba(255, 55, 18, 0.28))
    drop-shadow(24px 34px 42px rgba(0, 0, 0, 0.52));
  transform-origin: center bottom;
  transition: transform 220ms ease, filter 220ms ease;
  transform: translateX(var(--cover-x)) translateY(var(--cover-y)) rotate(var(--cover-rot));
  animation: bonusCoverFloat 4.2s ease-in-out infinite;
}

.bonus-cover-forro {
  z-index: 1;
  --cover-x: -310px;
  --cover-rot: -10deg;
  --cover-sway: -10px;
  animation-delay: -0.7s;
}

.bonus-cover-mpb {
  z-index: 2;
  --cover-x: -190px;
  --cover-y: -20px;
  --cover-rot: -5deg;
  --cover-float: -26px;
  --cover-sway: -7px;
  animation-delay: -1.2s;
}

.bonus-cover-pop {
  z-index: 5;
  width: clamp(156px, 19vw, 250px);
  --cover-y: -42px;
  --cover-float: -30px;
  --cover-sway: 0px;
  --cover-tilt: 1deg;
}

.bonus-cover-reggae {
  z-index: 2;
  --cover-x: 64px;
  --cover-y: -20px;
  --cover-rot: 5deg;
  --cover-float: -25px;
  --cover-sway: 7px;
  animation-delay: -1.8s;
}

.bonus-cover-samba {
  z-index: 1;
  --cover-x: 190px;
  --cover-rot: 10deg;
  --cover-sway: 10px;
  animation-delay: -0.4s;
}

.bonus-covers-showcase:hover .bonus-cover {
  filter:
    saturate(1.24)
    contrast(1.1)
    drop-shadow(0 0 24px rgba(255, 141, 31, 0.72))
    drop-shadow(0 0 58px rgba(255, 55, 18, 0.38))
    drop-shadow(28px 40px 52px rgba(0, 0, 0, 0.6));
}

@keyframes bonusCoverFloat {
  0%,
  100% {
    transform: translateX(var(--cover-x)) translateY(var(--cover-y)) rotate(var(--cover-rot));
  }

  50% {
    transform:
      translateX(calc(var(--cover-x) + var(--cover-sway)))
      translateY(calc(var(--cover-y) + var(--cover-float)))
      rotate(calc(var(--cover-rot) + var(--cover-tilt)));
  }
}

.bonus-quick-benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin-top: clamp(22px, 3vw, 34px);
}

.bonus-quick-benefits div {
  display: grid;
  min-height: 94px;
  place-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 109, 26, 0.24);
  border-radius: 18px;
  padding: 16px 12px;
  background:
    radial-gradient(circle at 80% 12%, rgba(255, 109, 26, 0.14), transparent 34%),
    rgba(9, 8, 7, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.bonus-quick-benefits span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 109, 26, 0.14);
  color: var(--orange);
  font-weight: 900;
}

.bonus-quick-benefits strong {
  color: var(--text);
  font-size: 13px;
  line-height: 1.22;
  text-align: center;
}

.bonus-value-phrase {
  margin: clamp(28px, 4vw, 48px) auto 0;
  color: rgba(255, 250, 242, 0.92);
  font-size: clamp(26px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.02;
  text-align: center;
}

.bonus-value-phrase span {
  display: block;
  color: var(--orange);
}

.bonus-list-wrap {
  margin-top: -1px;
  padding: clamp(54px, 6vw, 86px) 0 clamp(70px, 7vw, 104px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 240, 232, 0.98)),
    var(--paper);
  color: var(--ink);
}

.bonus-list {
  display: grid;
  gap: 22px;
}

.bonus-item {
  display: grid;
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr) minmax(240px, 0.75fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: center;
  border: 1px solid rgba(44, 25, 12, 0.1);
  border-radius: 24px;
  padding: clamp(22px, 3vw, 34px);
  background:
    radial-gradient(circle at 96% 10%, rgba(255, 109, 26, 0.08), transparent 28%),
    linear-gradient(145deg, #fffaf3, #f5ecdf);
  box-shadow: 0 18px 46px rgba(37, 20, 8, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.bonus-item:hover {
  border-color: rgba(255, 109, 26, 0.3);
  box-shadow: 0 28px 68px rgba(37, 20, 8, 0.16);
  transform: translateY(-3px);
}

.bonus-item-cover {
  width: min(205px, 100%);
  justify-self: center;
  border-radius: 10px;
  filter: drop-shadow(14px 20px 28px rgba(44, 25, 12, 0.26));
}

.bonus-item-content {
  min-width: 0;
}

.bonus-item-number {
  display: inline-flex;
  margin-bottom: 12px;
  border-radius: 999px;
  padding: 7px 10px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: var(--text);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.bonus-item h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
}

.bonus-item p {
  margin: 0 0 14px;
  color: #5e544c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.52;
}

.bonus-item-tag {
  display: inline-flex;
  border: 1px solid rgba(255, 109, 26, 0.28);
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(255, 109, 26, 0.08);
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 900;
}

.bonus-item-checks {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bonus-item-checks li {
  position: relative;
  min-height: 26px;
  padding-left: 32px;
  color: #4f453d;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.bonus-item-checks li::before {
  content: "";
  position: absolute;
  top: 0.08em;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 109, 26, 0.13);
}

.bonus-item-checks li::after {
  content: "";
  position: absolute;
  top: 0.42em;
  left: 8px;
  width: 5px;
  height: 9px;
  border: solid var(--orange);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.bonus-final-gift {
  display: block;
  width: min(980px, 100%);
  height: auto;
  margin: clamp(34px, 5vw, 62px) auto 0;
  border-radius: 24px;
  filter: drop-shadow(0 24px 58px rgba(37, 20, 8, 0.18));
}

@media (max-width: 980px) {
  .bonus-quick-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bonus-item {
    grid-template-columns: minmax(132px, 180px) minmax(0, 1fr);
  }

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

@media (max-width: 640px) {
  .bonus-top {
    padding-top: 66px;
    padding-bottom: 54px;
    border-radius: 0 0 30px 30px;
  }

  .bonus-section .section-inner {
    width: min(100% - 28px, 430px);
  }

  .bonus-eyebrow {
    font-size: 11px;
  }

  .bonus-title {
    font-size: clamp(36px, 10.2vw, 45px);
    line-height: 1.02;
  }

  .bonus-subtitle {
    font-size: 16px;
    line-height: 1.55;
  }

  .bonus-free-badge {
    width: min(100%, 315px);
    justify-content: center;
    margin-top: 22px;
    padding: 13px 16px;
  }

  .bonus-covers-showcase {
    width: min(100%, 390px);
    height: 300px;
    margin-top: 34px;
  }

  .bonus-covers-showcase::before {
    right: 4%;
    bottom: 20px;
    left: 4%;
    height: 54px;
  }

  .bonus-cover {
    bottom: 40px;
    width: 104px;
  }

  .bonus-cover-forro {
    --cover-x: -157px;
    --cover-rot: -10deg;
  }

  .bonus-cover-mpb {
    --cover-x: -101px;
    --cover-y: -14px;
    --cover-rot: -5deg;
  }

  .bonus-cover-pop {
    width: 128px;
    --cover-x: -50%;
    --cover-y: -31px;
  }

  .bonus-cover-reggae {
    --cover-x: 31px;
    --cover-y: -14px;
    --cover-rot: 5deg;
  }

  .bonus-cover-samba {
    --cover-x: 88px;
    --cover-rot: 10deg;
  }

  .bonus-quick-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 8px;
  }

  .bonus-quick-benefits div {
    min-height: 86px;
    border-radius: 16px;
    padding: 14px 10px;
  }

  .bonus-quick-benefits div:last-child {
    grid-column: 1 / -1;
  }

  .bonus-value-phrase {
    margin-top: 28px;
    font-size: clamp(27px, 8.4vw, 35px);
  }

  .bonus-list-wrap {
    padding-top: 42px;
    padding-bottom: 70px;
  }

  .bonus-list {
    gap: 18px;
  }

  .bonus-item {
    grid-template-columns: 1fr;
    gap: 16px;
    border-radius: 22px;
    padding: 20px;
    text-align: center;
  }

  .bonus-item-cover {
    width: min(220px, 74%);
  }

  .bonus-item-number {
    margin-bottom: 10px;
  }

  .bonus-item h3 {
    font-size: 30px;
  }

  .bonus-item p {
    font-size: 15px;
  }

  .bonus-item-tag {
    justify-content: center;
    width: 100%;
  }

  .bonus-item-checks {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 9px;
    text-align: left;
  }

  .bonus-item-checks li {
    font-size: 14px;
  }

  .bonus-final-gift {
    width: 100%;
    margin-top: 26px;
    border-radius: 20px;
  }
}

/* Final override: remove dark rectangles from bonus cover images */
.bonus-section .bonus-cover,
.bonus-section .bonus-item-cover {
  border-radius: 0;
  background: transparent;
  mix-blend-mode: normal;
  -webkit-mask-image: none;
  mask-image: none;
  object-fit: contain;
}

.bonus-section .bonus-cover {
  width: clamp(148px, 18vw, 238px);
  filter:
    saturate(1.22)
    contrast(1.1)
    drop-shadow(0 0 22px rgba(255, 109, 26, 0.64))
    drop-shadow(0 0 58px rgba(255, 55, 18, 0.38))
    drop-shadow(20px 30px 38px rgba(0, 0, 0, 0.52));
}

.bonus-section .bonus-covers-showcase .bonus-cover {
  animation-name: bonusCoverDance;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.bonus-section .bonus-cover-forro {
  --cover-float: -42px;
  --cover-sway: -22px;
  --cover-tilt: -5deg;
  animation-duration: 3.2s;
}

.bonus-section .bonus-cover-mpb {
  --cover-float: -48px;
  --cover-sway: -16px;
  --cover-tilt: -4deg;
  animation-duration: 2.85s;
}

.bonus-section .bonus-cover-pop {
  --cover-float: -52px;
  --cover-sway: 0px;
  --cover-tilt: 3deg;
  animation-duration: 2.65s;
}

.bonus-section .bonus-cover-reggae {
  --cover-float: -46px;
  --cover-sway: 16px;
  --cover-tilt: 4deg;
  animation-duration: 2.95s;
}

.bonus-section .bonus-cover-samba {
  --cover-float: -42px;
  --cover-sway: 22px;
  --cover-tilt: 5deg;
  animation-duration: 3.15s;
}

@keyframes bonusCoverDance {
  0%,
  100% {
    transform: translateX(var(--cover-x)) translateY(var(--cover-y)) rotate(var(--cover-rot));
  }

  28% {
    transform:
      translateX(calc(var(--cover-x) + var(--cover-sway)))
      translateY(calc(var(--cover-y) + var(--cover-float)))
      rotate(calc(var(--cover-rot) + var(--cover-tilt)));
  }

  58% {
    transform:
      translateX(var(--cover-x))
      translateY(calc(var(--cover-y) + 12px))
      rotate(var(--cover-rot));
  }
}

/* Final motion for the real bonus showcase image */
.bonus-section .bonus-showcase-image {
  transform-origin: 50% 72%;
  filter:
    saturate(1.22)
    contrast(1.1)
    drop-shadow(0 0 22px rgba(255, 109, 26, 0.62))
    drop-shadow(0 0 58px rgba(255, 55, 18, 0.36))
    drop-shadow(26px 38px 46px rgba(0, 0, 0, 0.54));
  animation: bonusShowcaseMove 5.8s ease-in-out infinite;
  will-change: transform, filter;
}

.bonus-section .bonus-covers-showcase:hover .bonus-showcase-image {
  filter:
    saturate(1.3)
    contrast(1.12)
    drop-shadow(0 0 30px rgba(255, 141, 31, 0.8))
    drop-shadow(0 0 72px rgba(255, 55, 18, 0.48))
    drop-shadow(30px 44px 54px rgba(0, 0, 0, 0.62));
}

@keyframes bonusShowcaseMove {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  25% {
    transform: translate3d(-4px, -10px, 0) rotate(-0.45deg) scale(1.006);
  }

  55% {
    transform: translate3d(5px, -6px, 0) rotate(0.4deg) scale(1.004);
  }

  78% {
    transform: translate3d(-2px, 3px, 0) rotate(-0.18deg) scale(1.002);
  }
}

.bonus-section .bonus-cover-pop {
  width: clamp(182px, 22vw, 286px);
}

.bonus-section .bonus-item {
  isolation: isolate;
}

.bonus-section .bonus-item-cover {
  width: min(240px, 100%);
  filter:
    saturate(1.06)
    contrast(1.04)
    drop-shadow(0 18px 24px rgba(44, 25, 12, 0.2));
}

@media (max-width: 640px) {
  .bonus-section .bonus-covers-showcase {
    height: 320px;
  }

  .bonus-section .bonus-cover {
    width: 118px;
  }

  .bonus-section .bonus-cover-pop {
    width: 148px;
  }

  .bonus-section .bonus-cover-forro {
    --cover-x: -166px;
    --cover-rot: -10deg;
  }

  .bonus-section .bonus-cover-mpb {
    --cover-x: -108px;
    --cover-y: -14px;
    --cover-rot: -5deg;
  }

  .bonus-section .bonus-cover-reggae {
    --cover-x: 38px;
    --cover-y: -14px;
    --cover-rot: 5deg;
  }

.bonus-section .bonus-cover-samba {
    --cover-x: 96px;
    --cover-rot: 10deg;
  }

  .bonus-section .bonus-item-cover {
    width: min(250px, 82%);
  }
}

/* Final footer alignment */
.site-footer .footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.site-footer .footer-brand,
.site-footer .footer-inner nav {
  justify-content: center;
}

@media (min-width: 981px) {
  .hero-grid {
    grid-template-columns: minmax(560px, 0.95fr) minmax(360px, 0.9fr);
    align-items: center;
  }

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

  .hero h1 {
    max-width: 620px;
    font-size: clamp(52px, 4.1vw, 66px);
    line-height: 1.06;
    text-wrap: initial;
  }

  .hero .headline-line {
    white-space: nowrap;
  }

  .hero .headline-word-accent {
    position: relative;
    display: inline-block;
    min-width: 3.65em;
  }

  .hero .headline-word-accent::after {
    content: "";
    position: absolute;
    top: 0.15em;
    bottom: 0.12em;
    width: 0.08em;
    margin-left: 0.08em;
    border-radius: 999px;
    background: rgba(255, 250, 242, 0.86);
    box-shadow: 0 0 12px rgba(255, 250, 242, 0.22);
    animation: typingCaretBlink 820ms steps(1) infinite;
    pointer-events: none;
  }

  .hero-copy .headline-accent {
    width: fit-content;
    max-width: none;
    min-height: 1.06em;
    padding: 0.02em 0.22em 0.08em;
    font-size: 1.08em;
  }

  .hero-subtitle {
    max-width: 560px;
    margin-top: 24px;
  }

  .hero-actions-desktop {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: min(100%, 548px);
    margin-top: 22px;
    margin-bottom: 0;
    text-align: left;
  }

  .hero-actions-desktop .button-primary {
    width: 100%;
    max-width: 548px;
  }

  .hero-actions-desktop .trust-note {
    width: 100%;
    max-width: 548px;
    text-align: center;
  }

  .hero-actions-mobile {
    display: none;
  }

  .section-offer {
    padding: clamp(42px, 4.4vw, 68px) 0;
  }

  .price-card {
    width: min(100%, 760px);
    border-radius: clamp(22px, 2.4vw, 32px);
    padding: clamp(20px, 2.4vw, 34px);
  }

  .price-card-badges {
    gap: 10px;
    margin-bottom: clamp(14px, 1.7vw, 20px);
  }

  .offer-badge,
  .price-guarantee {
    min-height: 38px;
    padding: 9px 16px;
    font-size: clamp(11px, 1vw, 14px);
  }

  .offer-badge span,
  .price-guarantee span {
    width: 17px;
    height: 17px;
  }

  .offer-badge span::before {
    font-size: 15px;
  }

  .offer-title {
    max-width: 590px;
    margin-bottom: clamp(14px, 1.8vw, 22px);
    font-size: clamp(30px, 3.15vw, 42px);
    letter-spacing: -0.04em;
  }

  .offer-title br {
    display: none;
  }

  .old-price {
    margin-bottom: 7px;
    font-size: clamp(18px, 1.55vw, 24px);
  }

  .price-intro {
    margin-bottom: 8px;
    font-size: clamp(17px, 1.45vw, 22px);
  }

  .installment-capsule {
    margin-bottom: 6px;
    border-radius: 16px;
    padding: 8px 20px;
    font-size: clamp(26px, 2.8vw, 36px);
  }

  .current-price {
    max-width: 560px;
    margin-bottom: clamp(12px, 1.5vw, 18px);
    font-size: clamp(66px, 7.4vw, 96px);
    letter-spacing: -0.08em;
  }

  .price-note {
    width: min(100%, 560px);
    gap: 4px;
    margin-bottom: clamp(14px, 1.8vw, 22px);
    border-radius: 16px;
    padding: clamp(12px, 1.35vw, 16px) clamp(18px, 2vw, 24px);
  }

  .price-note span {
    font-size: clamp(15px, 1.25vw, 18px);
  }

  .price-note strong {
    font-size: clamp(34px, 4vw, 48px);
  }

  .offer-benefits {
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    width: min(100%, 680px);
    column-gap: 28px;
    margin-bottom: clamp(14px, 1.8vw, 22px);
  }

  .offer-benefits li {
    grid-template-columns: 23px max-content;
    gap: 8px;
    min-height: 34px;
    font-size: clamp(11.5px, 0.86vw, 13.5px);
    letter-spacing: 0;
    white-space: nowrap;
  }

  .offer-benefits li::before {
    width: 20px;
    height: 20px;
    border-width: 2px;
  }

  .offer-benefits li::after {
    left: 7px;
    width: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
  }

  .price-card .button-primary {
    display: grid;
    grid-template-columns: 24px auto;
    justify-content: center;
    align-items: center;
    column-gap: 12px;
    width: min(100%, 620px);
    min-height: clamp(54px, 4.6vw, 64px);
    border-radius: 14px;
    padding-inline: 28px;
    font-size: clamp(19px, 2.2vw, 26px);
    text-align: center;
  }

  .price-card .button-primary::after {
    content: none;
    display: none;
  }

  .offer-button-lock {
    width: 20px;
    height: 17px;
    border-width: 2px;
  }

  .offer-button-lock::before {
    bottom: 10px;
    width: 12px;
    height: 12px;
    border-width: 2px;
  }

  .secure-note {
    margin-top: 12px;
    font-size: clamp(12px, 1vw, 14px);
  }

  .section-audience .section-inner > div:first-child,
  .section-audience .check-list {
    position: relative;
    z-index: 1;
  }

  .audience-ghost-phone {
    right: auto;
    left: clamp(16px, 5vw, 70px);
    bottom: -35%;
    z-index: 0;
    opacity: 0.075;
  }

  .demo-section {
    padding-top: clamp(38px, 4vw, 56px);
    padding-bottom: clamp(38px, 4vw, 56px);
  }

  .demo-section__inner {
    width: min(860px, calc(100% - 48px));
  }

  .demo-eyebrow {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .demo-title {
    max-width: 680px;
    margin-bottom: 10px;
    font-size: clamp(36px, 3.7vw, 48px);
    line-height: 0.98;
  }

  .demo-subtitle {
    max-width: 540px;
    margin-bottom: clamp(16px, 2vw, 24px);
    font-size: clamp(16px, 1.35vw, 18px);
    line-height: 1.34;
  }

  .demo-phone-wrap {
    width: min(100%, 680px);
    padding-bottom: 14px;
  }

  .demo-phone-mockup {
    width: min(32vw, 310px);
    min-width: 260px;
    border-radius: 38px;
    padding: 8px;
  }

  .demo-phone-mockup::before,
  .demo-phone-mockup::after {
    inset: 4px;
    border-radius: 35px;
  }

  .demo-phone-bezel {
    border-radius: 32px;
    padding: 11px;
  }

  .demo-phone-screen {
    border-radius: 24px;
  }

  .demo-phone-notch {
    top: 12px;
    width: 86px;
    height: 21px;
  }

  .demo-phone-notch::before {
    top: 7px;
    width: 38px;
  }

  .demo-highlight {
    width: 146px;
  }

  .demo-highlight__icon {
    width: 42px;
    height: 42px;
    margin-bottom: 6px;
    border-radius: 13px;
  }

  .demo-highlight strong {
    font-size: 16px;
  }

  .demo-highlight span:last-child {
    font-size: 14px;
    line-height: 1.18;
  }

  .demo-highlight--left {
    top: 35%;
    left: 10px;
  }

  .demo-highlight--left::before {
    top: 18px;
    left: 68px;
    width: 88px;
    height: 50px;
    transform: rotate(-10deg);
  }

  .demo-highlight--right {
    top: 14%;
    right: 0;
  }

  .demo-highlight--right::before {
    top: -34px;
    right: 58px;
    width: 94px;
    height: 52px;
    transform: rotate(12deg);
  }

  .demo-highlight--bottom {
    right: 0;
    bottom: 43%;
  }

  .demo-highlight--bottom::before {
    top: -60px;
    right: 74px;
    width: 88px;
    height: 50px;
    transform: rotate(10deg);
  }

  .demo-highlight--video {
    left: 12px;
    bottom: 12%;
  }

  .demo-highlight--video::before {
    top: -54px;
    left: 76px;
    width: 88px;
    height: 50px;
    transform: rotate(-18deg);
  }

  .demo-highlight--offline {
    right: 0;
    bottom: 15%;
  }

  .demo-highlight--offline::before {
    top: -52px;
    right: 76px;
    width: 86px;
    height: 48px;
    transform: rotate(12deg);
  }

  .hero-visual {
    min-height: 640px;
    transform: translateX(-8px);
  }

  .floating-card-left {
    left: -8px;
    top: 24%;
  }

  .floating-card-top {
    right: 6%;
    top: 10%;
  }

  .floating-card-right {
    right: -12px;
    bottom: 31%;
  }

  .floating-card-bottom {
    left: 6%;
    bottom: 15%;
  }

  .floating-card-video {
    right: 6%;
    bottom: 15%;
  }
}

@media (max-width: 640px) {
  .bonus-quick-benefits div:last-child {
    display: none;
  }
}

@media (max-width: 640px) {
  .price-card .button-primary {
    gap: 8px;
    padding-inline: 8px;
    font-size: clamp(15px, 4.6vw, 18px);
    white-space: nowrap;
  }

  .price-card .offer-button-lock {
    flex: 0 0 auto;
    width: 18px;
    height: 16px;
  }

  .final-cta-button {
    padding-inline: 10px;
    font-size: clamp(18px, 5vw, 22px);
    white-space: nowrap;
  }
}

/* Keep the above-the-fold content immediately paintable for LCP. */
.hero .eyebrow,
.hero h1,
.hero-subtitle,
.hero-actions,
.hero-visual {
  opacity: 1;
  animation-name: none;
}
