:root {
  --brand-dark: #43494d;
  --brand-darker: #30363a;
  --brand-green: #7bd957;
  --brand-green-dark: #55b637;
  --text: #30363a;
  --muted: #66727a;
  --line: #dfe5e1;
  --paper: #ffffff;
  --concrete: #f3f6f2;
  --warm: #d5a24c;
  --radius: 8px;
  --shadow: 0 18px 45px rgba(35, 42, 45, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

#oferta {
  scroll-margin-top: 74px;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  background: var(--paper);
  line-height: 1.5;
}

body.checkout-modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  width: min(860px, calc(100% - 40px));
}

.section-heading-center {
  text-align: center;
}

.section-heading-center h2 {
  margin-right: auto;
  margin-left: auto;
}

.section-dark,
.section-light,
.section-muted {
  padding: 86px 0;
}

.section-dark {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(67, 73, 77, 0.96), rgba(48, 54, 58, 0.98)),
    var(--brand-dark);
}

.section-light {
  background: var(--paper);
}

.section-muted {
  background: var(--concrete);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 74px;
  padding: 12px 24px;
  color: #fff;
  background: rgba(67, 73, 77, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.brand img {
  width: 230px;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
}

.nav a:hover,
.nav a:focus-visible {
  color: #fff;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  font-weight: 800;
  border-radius: var(--radius);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta {
  color: var(--brand-darker);
  background: var(--brand-green);
  font-size: 0.9rem;
}

.button {
  position: relative;
  width: min(100%, 460px);
  min-width: 320px;
  min-height: 66px;
  padding: 0 82px 0 30px;
  border-radius: 999px;
  font-size: 1.08rem;
  line-height: 1;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.28);
}

.button:hover,
.button:focus-visible,
.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #ff8a2a 0%, #ff6f1a 100%);
  box-shadow: 0 14px 24px rgba(255, 111, 26, 0.32);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, #ffa142 0%, #ff7a1f 100%);
}

.button::after {
  position: absolute;
  right: 8px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #fff;
  background: var(--brand-darker);
  border-radius: 50%;
  content: "\2197";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}

.button-secondary {
  color: #fff;
  background: var(--brand-dark);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brand-green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: clamp(1.65rem, 2.55vw, 2.45rem);
  line-height: 1.12;
  letter-spacing: 0;
}

h2 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(1.9rem, 3vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.2;
}

p {
  color: var(--muted);
  font-size: 1.04rem;
}

.section-dark p {
  color: rgba(255, 255, 255, 0.78);
}

.hero {
  min-height: calc(100vh - 74px);
  display: flex;
  align-items: center;
  padding: 46px 0 64px;
}

.hero-grid {
  display: block;
}

.hero-copy {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.hero-copy h1 {
  width: 100%;
  max-width: 880px;
  font-size: clamp(1.9rem, 3.05vw, 2.9rem);
  line-height: 1.05;
}

.hero-eyebrow {
  margin-bottom: 15px;
  padding: 7px 15px;
  color: #fff !important;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #df2727;
  border-radius: 999px;
}

.hero-objections {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  justify-content: center;
  padding: 0;
  margin: 4px 0 26px;
  list-style: none;
}

.hero-objections li {
  position: relative;
  padding-left: 25px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.94rem;
  font-weight: 700;
}

.hero-objections li::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #ff8b83;
  content: "\00d7";
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
  background: rgba(255, 139, 131, 0.12);
  border: 1px solid rgba(255, 139, 131, 0.55);
  border-radius: 50%;
  transform: translateY(-50%);
}

.video-prompt-highlight {
  color: #e4bd23;
  font-weight: 900;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.cta-stack {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
}

.section-cta {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.cta-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 0.98rem;
}

.section-dark .cta-benefits {
  color: rgba(255, 255, 255, 0.72);
}

.price-box .cta-benefits {
  color: #899196;
}

.cta-benefits > span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.benefit-icon {
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  opacity: 0.72;
  transform: translateY(-1px);
}

.mark-highlight {
  display: inline;
  color: #fff;
  background: var(--brand-green-dark);
  padding: 0.02em 0.12em 0.06em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.green-highlight {
  display: inline;
  color: #fff;
  background: var(--brand-green-dark);
  padding: 0.02em 0.12em 0.06em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.soft-yellow-highlight {
  display: inline;
  background: rgba(228, 189, 35, 0.42);
  padding: 0.02em 0.12em 0.06em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.green-text-highlight {
  color: var(--brand-green);
  font-weight: 900;
}

.microcopy {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.hero-video {
  position: relative;
  overflow: hidden;
  width: min(100%, 760px);
  aspect-ratio: 16 / 9;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  font-weight: 800;
  background:
    linear-gradient(135deg, rgba(67, 73, 77, 0.92), rgba(48, 54, 58, 0.98)),
    var(--brand-dark);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.24);
}

.youtube-vsl-frame,
.youtube-vsl-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.youtube-vsl-shield {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: default;
}

.youtube-vsl-sound-prompt {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  gap: 12px;
  padding: 24px;
  color: #fff;
  cursor: pointer;
  background: rgba(85, 182, 55, 0.94);
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.youtube-vsl-sound-prompt strong {
  align-self: end;
  font-size: clamp(1.45rem, 3.6vw, 2.5rem);
  line-height: 1.05;
}

.youtube-vsl-sound-prompt .sound-icon {
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  color: #fff;
  background: rgba(48, 54, 58, 0.18);
  border: 2px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
}

.youtube-vsl-sound-prompt .sound-icon svg {
  width: 62%;
  height: 62%;
  fill: none;
  stroke: currentColor;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.youtube-vsl-sound-prompt em {
  align-self: start;
  font-size: clamp(1.15rem, 2.6vw, 1.9rem);
  font-style: normal;
  font-weight: 900;
}

.youtube-vsl.is-sound-on .youtube-vsl-sound-prompt {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.youtube-vsl-error {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  place-items: center;
  padding: 26px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(30, 34, 36, 0.96);
  font-size: 0.92rem;
  line-height: 1.4;
  text-align: center;
}

.youtube-vsl-error[hidden] {
  display: none;
}

.youtube-vsl-controls {
  position: absolute;
  right: 18px;
  bottom: 26px;
  left: 18px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  pointer-events: none;
}

.youtube-vsl-controls button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  cursor: pointer;
  background: rgba(48, 54, 58, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  font-size: 1.08rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
  pointer-events: auto;
  transition: background 180ms ease, transform 180ms ease;
}

.youtube-vsl-controls button:hover,
.youtube-vsl-controls button:focus-visible {
  background: var(--brand-green-dark);
  transform: translateY(-2px);
}

.youtube-vsl-progress {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 3;
  overflow: hidden;
  height: 12px;
  background: rgba(255, 255, 255, 0.34);
  border-radius: 999px;
}

.youtube-vsl-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #ff453a, #e92323);
  border-radius: inherit;
  box-shadow: 0 0 18px rgba(233, 35, 35, 0.72);
  transition: width 0.45s linear;
}

.split,
.offer-grid,
.lucas {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: center;
}

.method-split {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 72px;
  align-items: start;
}

.method-title {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.method-kicker {
  margin-bottom: 0;
  color: var(--brand-darker);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 800;
  line-height: 1.05;
}

.method-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 390px);
  min-height: 150px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.method-logo img {
  width: min(100%, 300px);
}

.testimonials-section {
  background:
    linear-gradient(180deg, #fff 0%, #f4f8f3 100%);
}

.testimonials-inner {
  display: grid;
  gap: 42px;
}

.testimonials-heading {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.testimonials-heading h2 {
  margin-right: auto;
  margin-left: auto;
}

.testimonials-heading p:not(.eyebrow) {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  color: var(--text);
}

.video-testimonial {
  display: flex;
  justify-content: center;
}

.video-testimonial-frame {
  position: relative;
  overflow: hidden;
  width: min(100%, 310px);
  background: #111;
  border-radius: var(--radius);
}

.video-testimonial-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #111;
  border-radius: var(--radius);
}

.video-play-toggle {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  padding: 0;
  cursor: pointer;
  background: rgba(48, 54, 58, 0.88);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}

.video-play-toggle::before {
  display: block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 19px solid #fff;
  content: "";
}

.video-play-toggle:hover,
.video-play-toggle:focus-visible {
  background: rgba(85, 182, 55, 0.95);
  transform: translate(-50%, -50%) scale(1.04);
}

.video-testimonial-frame.is-playing .video-play-toggle {
  opacity: 0;
  pointer-events: none;
}

.video-progress {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  height: 7px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.32);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(123, 217, 87, 0.26);
}

.video-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--brand-green), var(--brand-green-dark));
  border-radius: inherit;
  box-shadow: 0 0 14px rgba(123, 217, 87, 0.82);
  transition: width 120ms linear;
}

.testimonial-carousel {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 48px;
  align-items: center;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.testimonial-stage {
  position: relative;
  min-height: 520px;
  perspective: 1000px;
}

.testimonial-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(0) translateY(18px) scale(0.92) rotateY(0deg);
  transition: opacity 450ms ease, transform 650ms cubic-bezier(.4, 1.7, .3, 1);
}

.testimonial-slide.is-active {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) translateY(0) scale(1) rotateY(0deg);
}

.testimonial-slide.is-prev,
.testimonial-slide.is-next {
  z-index: 2;
  opacity: 0.42;
}

.testimonial-slide.is-prev {
  transform: translateX(-42px) translateY(-22px) scale(0.9) rotateY(8deg);
}

.testimonial-slide.is-next {
  transform: translateX(42px) translateY(-22px) scale(0.9) rotateY(-8deg);
}

.testimonial-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: var(--radius);
  box-shadow: 0 18px 38px rgba(35, 42, 45, 0.22);
}

.testimonial-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.testimonial-kicker {
  margin-bottom: 12px;
  color: var(--brand-green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.testimonial-copy h3 {
  margin-bottom: 10px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.testimonial-copy p {
  color: var(--text);
}

.testimonial-controls {
  display: flex;
  gap: 14px;
  margin-top: 28px;
}

.testimonial-arrow {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  cursor: pointer;
  background: var(--brand-darker);
  border: 0;
  border-radius: 50%;
  font-size: 1.45rem;
  transition: background 180ms ease, transform 180ms ease;
}

.testimonial-arrow:hover,
.testimonial-arrow:focus-visible {
  background: var(--brand-green-dark);
  transform: translateY(-2px);
}

.search-demand .section-heading-center {
  max-width: 820px;
  margin: 0 auto;
}

.search-source {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 4px auto 0;
  padding: 8px 14px;
  color: var(--brand-darker);
  background: rgba(123, 217, 87, 0.2);
  border: 1px solid rgba(85, 182, 55, 0.38);
  border-radius: 999px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
}

.search-demand-panel {
  overflow: hidden;
  max-width: 860px;
  margin: 34px auto 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.search-demand-row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(150px, 0.75fr) minmax(130px, 0.6fr);
  gap: 18px;
  align-items: center;
  padding: 16px 22px;
  border-bottom: 1px solid var(--line);
}

.search-demand-head {
  color: var(--brand-darker);
  background: #f7faf6;
  font-size: 0.84rem;
  font-weight: 800;
}

.search-demand-list {
  max-height: 332px;
  overflow-y: auto;
}

.search-demand-list .search-demand-row:last-child {
  border-bottom: 0;
}

.search-demand-row span {
  color: var(--text);
  font-weight: 700;
}

.search-demand-row strong {
  color: var(--brand-green-dark);
  font-size: 1.18rem;
  line-height: 1;
}

.search-demand-row em {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.search-demand-note {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--text);
  text-align: center;
}

.video-placeholder {
  display: grid;
  place-items: center;
  min-height: 330px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.35rem;
  font-weight: 800;
  background:
    linear-gradient(135deg, rgba(67, 73, 77, 0.92), rgba(48, 54, 58, 0.95)),
    var(--brand-dark);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.video-placeholder span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(75%, 420px);
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
}

.feature-grid,
.content-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.feature-panel {
  margin-top: 36px;
  padding: 34px 30px 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.feature-panel .feature-grid {
  margin-top: 0;
}

.feature-progress {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 28px;
  padding-top: 12px;
}

.feature-progress::before {
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  height: 8px;
  content: "";
  background: #e4f1df;
  border-radius: 999px;
}

.feature-progress::after {
  position: absolute;
  top: 17px;
  left: 0;
  width: 100%;
  height: 8px;
  content: "";
  background: linear-gradient(90deg, var(--brand-green-dark), var(--brand-green));
  border-radius: 999px;
  box-shadow:
    0 0 10px rgba(123, 217, 87, 0.85),
    0 0 24px rgba(123, 217, 87, 0.42),
    0 0 42px rgba(85, 182, 55, 0.26);
}

.feature-progress span {
  position: relative;
  z-index: 1;
  justify-self: center;
  width: 18px;
  height: 18px;
  background: var(--brand-green-dark);
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(85, 182, 55, 0.28),
    0 0 12px rgba(123, 217, 87, 0.9),
    0 0 26px rgba(123, 217, 87, 0.38);
}

.content-grid article,
.compare-card,
.price-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.content-grid article {
  padding: 26px;
}

.feature-card {
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  text-align: left;
}

.feature-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  object-fit: contain;
}

.feature-number {
  display: block;
  margin-bottom: 18px;
  color: var(--brand-green-dark);
  font-weight: 900;
}

.feature-card h3 {
  max-width: 220px;
  min-height: 2.36em;
  margin-bottom: 14px;
  color: var(--brand-green-dark);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  font-weight: 600;
  line-height: 1.18;
}

.feature-card h3 span,
.feature-support h3 span {
  color: var(--brand-darker);
  font-weight: 900;
}

.feature-card p {
  max-width: 250px;
  margin-bottom: 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.55;
}

.feature-summary {
  max-width: 690px;
  margin: 28px auto 0;
  padding: 15px 20px;
  color: var(--brand-darker);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  background: #edf8e9;
  border-radius: 8px;
}

.feature-support {
  max-width: 720px;
  margin: 22px auto 0;
  padding: 24px 28px;
  text-align: left;
  background: var(--brand-darker);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(35, 42, 45, 0.16);
}

.feature-support h3 {
  margin: 0 0 10px;
  color: var(--brand-green);
  font-size: 1.3rem;
  line-height: 1.2;
}

.feature-support h3 span {
  color: #fff;
}

.feature-support p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.55;
}

.feature-support p + p {
  margin-top: 10px;
}

.body-copy p {
  margin-bottom: 24px;
}

.check-list,
.audience-list,
.compare-card ul,
.price-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.price-box ul {
  text-align: left;
}

.check-list li,
.audience-list li,
.compare-card li,
.price-box li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: var(--text);
}

.check-list li::before,
.audience-list li::before,
.compare-simple li::before,
.price-box li::before {
  position: absolute;
  left: 0;
  top: 0.15em;
  color: var(--brand-green-dark);
  content: "\2713";
  font-weight: 900;
}

.compare-hard li::before {
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #9a584f;
  content: "\00d7";
  font-weight: 900;
}

.section-dark .check-list li,
.section-dark .price-box li {
  color: var(--text);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 36px 0 32px;
}

.steps article {
  min-height: 260px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.steps span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  color: var(--brand-darker);
  font-weight: 900;
  background: var(--brand-green);
  border-radius: 50%;
}

.comparison {
  display: grid;
  gap: 34px;
}

.comparison-heading {
  text-align: center;
}

.comparison-heading h2 {
  margin-right: auto;
  margin-left: auto;
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.compare-card {
  padding: 30px;
}

.compare-hard {
  background: #fff0ee;
  border-color: #efc8c2;
}

.compare-simple {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #edfbe8;
  border-color: rgba(123, 217, 87, 0.8);
}

.compare-simple h3 {
  margin-bottom: 14px;
  color: var(--brand-green-dark);
  font-size: 1.35rem;
}

.compare-simple-text {
  max-width: 430px;
  margin: 0;
  color: var(--text);
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  font-weight: 700;
  line-height: 1.55;
}

.compare-simple-result {
  display: inline-block;
  align-self: flex-start;
  margin-top: 24px;
  padding: 10px 16px;
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.2;
  background: var(--brand-green-dark);
  border-radius: 7px;
}

.content-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.included-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.included-line span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  color: var(--brand-darker);
  font-weight: 800;
  background: rgba(123, 217, 87, 0.24);
  border: 1px solid rgba(85, 182, 55, 0.32);
  border-radius: var(--radius);
}

.included-line img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.guarantee-block {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.guarantee-icon {
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.audience-list {
  columns: 2;
  column-gap: 32px;
}

.audience-showcase {
  overflow: hidden;
}

.audience-intro {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.audience-intro h2 {
  margin-right: auto;
  margin-left: auto;
}

.audience-intro p {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  color: var(--text);
}

.audience-intro p + p {
  margin-top: -6px;
}

.audience-pill-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  width: min(1040px, 100%);
  margin: 42px auto 0;
}

.audience-pill-cloud span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  color: var(--brand-darker);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  white-space: nowrap;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(35, 42, 45, 0.08);
}

.audience-pill-cloud span::before {
  margin-right: 8px;
  color: var(--brand-green-dark);
  content: "\2713";
  font-weight: 900;
}

.lucas {
  align-items: start;
}

.lucas-photo {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  background: var(--brand-dark);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.lucas-photo img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center top;
}

.offer {
  scroll-margin-top: 88px;
}

.offer-grid {
  align-items: stretch;
}

.price-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 22px;
  padding: 32px;
  color: var(--text);
  text-align: center;
}

.price-box img {
  width: 260px;
}

.bonus-offer {
  width: 100%;
  padding: 10px;
  background: #111;
  border: 1px solid rgba(123, 217, 87, 0.45);
  border-radius: var(--radius);
  box-shadow: 0 14px 32px rgba(35, 42, 45, 0.14);
}

.bonus-offer img {
  width: 100%;
  border-radius: calc(var(--radius) - 2px);
}

.price {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.price span,
.price small {
  display: block;
  color: var(--muted);
  font-size: 0.94rem;
}

.price .launch-label {
  display: inline-block;
  width: auto;
  margin-bottom: 12px;
  padding: 0.12em 0.28em 0.18em;
  color: var(--brand-darker);
  background: #e4bd23;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.1;
}

.price .old-price {
  margin-bottom: 4px;
  color: #e02020;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  font-weight: 900;
  text-decoration: line-through;
  text-decoration-thickness: 3px;
}

.price-label {
  margin-bottom: 2px;
}

.price strong {
  display: block;
  color: var(--brand-green-dark);
  font-size: clamp(3.6rem, 7vw, 5rem);
  line-height: 1;
}

.cash-note {
  margin-top: 4px;
  color: var(--brand-green-dark);
  font-size: 1.25rem;
  font-weight: 900;
}

.installment-note {
  margin-top: 8px;
  color: var(--brand-darker);
  font-size: 1.08rem;
  font-weight: 800;
}

.price small {
  margin-top: 10px;
  font-size: 0.88rem;
  line-height: 1.35;
}

.faq {
  width: min(900px, calc(100% - 40px));
}

details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 25px rgba(35, 42, 45, 0.07);
}

details + details {
  margin-top: 12px;
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 900;
}

details p {
  padding: 0 22px 22px;
  margin: 0;
}

.center {
  text-align: center;
}

.center h2 {
  margin-right: auto;
  margin-left: auto;
}

.whatsapp-help {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  max-width: 520px;
  margin: 22px auto 0;
  padding: 18px 22px;
  color: var(--text);
  background: #f1fbef;
  border: 1px solid rgba(123, 217, 87, 0.65);
  border-radius: var(--radius);
}

.whatsapp-help p {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  color: #fff;
  background: linear-gradient(135deg, #ff8a2a 0%, #ff6f1a 100%);
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 900;
  box-shadow: 0 10px 18px rgba(255, 111, 26, 0.28);
  transition: transform 180ms ease, background 180ms ease;
}

.whatsapp-button:hover,
.whatsapp-button:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #ffa142 0%, #ff7a1f 100%);
  transform: translateY(-2px);
}

.site-footer {
  padding: 32px 0;
  background: #fff;
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-inner img {
  width: 180px;
}

.checkout-modal[hidden] {
  display: none;
}

.checkout-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.checkout-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(25, 30, 32, 0.78);
  backdrop-filter: blur(5px);
}

.checkout-modal-card {
  position: relative;
  z-index: 1;
  width: min(100%, 470px);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 32px;
  background: #fff;
  border: 1px solid rgba(123, 217, 87, 0.45);
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.checkout-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  padding: 4px 8px;
  color: var(--muted);
  font: inherit;
  font-size: 1.7rem;
  line-height: 1;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.checkout-modal-kicker {
  margin: 0 0 4px;
  color: var(--brand-green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.checkout-modal-card h2 {
  margin: 0 30px 8px 0;
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.08;
}

.checkout-modal-description {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 0.95rem;
}

.checkout-modal-card form {
  display: grid;
  gap: 13px;
}

.checkout-modal-card label {
  display: grid;
  gap: 5px;
  font-size: 0.88rem;
  font-weight: 800;
}

.checkout-modal-card input {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  color: var(--text);
  font: inherit;
  background: #fff;
  border: 1px solid #cbd5cf;
  border-radius: 7px;
  outline: none;
}

.checkout-modal-card input:focus {
  border-color: var(--brand-green-dark);
  box-shadow: 0 0 0 3px rgba(123, 217, 87, 0.2);
}

.checkout-modal-submit {
  width: 100%;
  margin-top: 5px;
  border: 0;
  cursor: pointer;
}

.checkout-modal-submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

.checkout-modal-privacy,
.checkout-modal-status {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.35;
  text-align: center;
}

.checkout-modal-status {
  min-height: 1em;
  color: #a33131;
  font-weight: 700;
}

.checkout-modal-honeypot {
  position: absolute;
  left: -10000px;
}

@media (max-width: 980px) {
  .split,
  .method-split,
  .video-testimonial,
  .testimonial-carousel,
  .offer-grid,
  .lucas {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .feature-grid,
  .steps,
  .content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps article {
    min-height: 220px;
  }
}

@media (max-width: 680px) {
  .container,
  .narrow,
  .faq {
    width: min(100% - 30px, 1120px);
  }

  .section-dark,
  .section-light,
  .section-muted {
    padding: 52px 0;
  }

  .site-header {
    min-height: 66px;
    padding: 10px 14px;
  }

  .brand img {
    width: 160px;
  }

  h1 {
    font-size: clamp(1.38rem, 6.15vw, 1.78rem);
  }

  h2 {
    font-size: clamp(1.62rem, 7.4vw, 2.18rem);
    line-height: 1.12;
  }

  h3,
  p {
    overflow-wrap: break-word;
  }

  .hero {
    padding: 34px 0 46px;
  }

  .hero-copy h1 {
    width: min(100%, 350px);
    max-width: 100%;
    margin-bottom: 14px;
    font-size: clamp(1.45rem, 6.7vw, 1.92rem);
    line-height: 1.08;
    text-wrap: balance;
  }

  .mark-highlight,
  .green-highlight {
    padding: 0.04em 0.12em 0.08em;
    line-height: 1.16;
  }

  .hero-eyebrow {
    max-width: 330px;
    margin-bottom: 13px;
    padding: 6px 12px;
    font-size: 0.66rem;
  }

  .hero-objections {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    width: min(100%, 300px);
    margin: 0 0 18px;
    text-align: left;
  }

  .hero-objections li {
    font-size: 0.82rem;
  }

  .button {
    width: min(100%, 300px);
    min-width: 0;
    min-height: 66px;
    padding: 10px 62px 10px 20px;
    font-size: 0.82rem;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  .button::after {
    right: 7px;
    width: 44px;
    height: 44px;
    font-size: 1.62rem;
  }

  .hero-actions {
    order: 4;
    align-items: stretch;
    width: 100%;
    margin: 18px 0 0;
  }

  .hero-video {
    order: 3;
    width: min(100%, 300px);
    margin-bottom: 0;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  }
  .youtube-vsl-controls {
    right: 12px;
    bottom: 22px;
    left: 12px;
  }

  .youtube-vsl-controls button {
    width: 42px;
    height: 42px;
    font-size: 0.96rem;
  }
  .youtube-vsl-sound-prompt {
    gap: 6px;
    padding: 14px;
  }

  .youtube-vsl-sound-prompt strong {
    font-size: 1.18rem;
  }

  .youtube-vsl-sound-prompt .sound-icon {
    width: 56px;
    height: 56px;
  }

  .youtube-vsl-sound-prompt em {
    font-size: 1.02rem;
  }

  .cta-stack {
    width: 100%;
  }

  .cta-benefits {
    gap: 10px 16px;
    font-size: 0.84rem;
    line-height: 1.2;
  }

  .section-cta {
    margin-top: 28px;
  }

  .feature-grid,
  .steps,
  .content-grid,
  .compare-grid {
    grid-template-columns: 1fr;
  }

  .feature-panel {
    position: relative;
    padding: 24px 18px 24px 38px;
  }

  .feature-grid {
    gap: 24px;
  }

  .feature-progress {
    position: absolute;
    top: 26px;
    bottom: 26px;
    left: 16px;
    display: block;
    width: 10px;
    margin-top: 0;
    padding-top: 0;
  }

  .feature-progress::before,
  .feature-progress::after {
    top: 0;
    left: 50%;
    right: auto;
    width: 6px;
    height: 100%;
    transform: translateX(-50%);
  }

  .feature-progress span {
    position: absolute;
    left: 50%;
    width: 14px;
    height: 14px;
    border-width: 3px;
    transform: translateX(-50%);
  }

  .feature-progress span:nth-child(1) {
    top: 0;
  }

  .feature-progress span:nth-child(2) {
    top: 25%;
  }

  .feature-progress span:nth-child(3) {
    top: 50%;
  }

  .feature-progress span:nth-child(4) {
    top: 75%;
  }

  .feature-progress span:nth-child(5) {
    bottom: 0;
  }

  .feature-card h3 {
    max-width: none;
    min-height: 0;
    margin-bottom: 6px;
    font-size: 1.08rem;
  }

  .feature-card p {
    max-width: none;
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .feature-summary {
    margin-top: 26px;
    padding: 14px 12px;
    font-size: 0.95rem;
  }

  .feature-support {
    margin-top: 18px;
    padding: 21px 18px;
  }

  .feature-support h3 {
    font-size: 1.15rem;
  }

  .feature-support p {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .method-split {
    gap: 28px;
    text-align: center;
  }

  .method-title {
    align-items: center;
    gap: 18px;
  }

  .method-kicker {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
  }

  .method-logo {
    min-height: 118px;
    padding: 20px;
  }

  .method-logo img {
    width: min(100%, 235px);
  }

  .body-copy {
    text-align: left;
  }

  .audience-list {
    columns: 1;
  }

  .audience-intro {
    text-align: left;
  }

  .audience-intro h2,
  .audience-intro p {
    margin-right: 0;
    margin-left: 0;
  }

  .audience-pill-cloud {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    margin-top: 28px;
  }

  .audience-pill-cloud span {
    justify-content: flex-start;
    width: 100%;
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.88rem;
    white-space: normal;
  }

  .testimonial-carousel {
    gap: 24px;
    padding: 16px;
  }

  .video-testimonial-frame {
    width: min(78vw, 285px);
  }

  .testimonial-stage {
    min-height: min(82vw, 430px);
  }

  .testimonial-slide.is-prev,
  .testimonial-slide.is-next {
    opacity: 0;
  }

  .testimonial-copy {
    align-items: center;
    text-align: center;
  }

  .testimonial-copy h3 {
    font-size: 1.75rem;
  }

  .testimonial-copy p {
    font-size: 0.98rem;
  }

  .testimonial-controls {
    margin-top: 18px;
  }

  .search-source {
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .search-demand-panel {
    margin-top: 28px;
  }

  .search-demand-head {
    display: none;
  }

  .search-demand-list {
    max-height: 360px;
  }

  .search-demand-row {
    grid-template-columns: 1fr auto;
    gap: 8px 14px;
    padding: 15px 16px;
  }

  .search-demand-row span {
    grid-column: 1 / -1;
    font-size: 0.98rem;
  }

  .search-demand-row strong {
    font-size: 1.12rem;
  }

  .search-demand-row strong::before {
    color: var(--muted);
    content: "Buscas mensais: ";
    font-size: 0.78rem;
    font-weight: 700;
  }

  .search-demand-row em::before {
    color: var(--muted);
    content: "3 meses: ";
    font-size: 0.78rem;
    font-weight: 700;
  }

  .search-demand-note {
    font-size: 0.98rem;
  }

  .steps {
    gap: 14px;
    margin: 28px 0 28px;
  }

  .steps article,
  .compare-card {
    padding: 22px 20px;
  }

  .steps article {
    min-height: auto;
  }

  .steps span {
    width: 36px;
    height: 36px;
    margin-bottom: 14px;
  }

  .comparison {
    gap: 24px;
  }

  .compare-grid {
    gap: 14px;
  }

  .guarantee-block {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .guarantee-icon {
    margin: 0 auto;
  }

  .lucas-photo {
    min-height: 420px;
  }

  .lucas-photo img {
    min-height: 420px;
    object-position: center top;
  }

  .price-box {
    gap: 18px;
    padding: 26px 18px;
  }

  .price-box img {
    width: min(100%, 220px);
  }

  .price {
    width: 100%;
    padding-top: 16px;
  }

  .price .launch-label {
    font-size: 0.9rem;
  }

  .price .old-price {
    font-size: 1.35rem;
  }

  .price strong {
    font-size: clamp(2.9rem, 15vw, 3.45rem);
  }

  .cash-note {
    font-size: 1.05rem;
  }

  .installment-note {
    font-size: 0.98rem;
  }

  .price small {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}














/* New long-form sales page */
.new-sales-page {
  --new-purple: #55b637;
  --new-purple-dark: #2f7d32;
  --new-purple-soft: #edf8e9;
  --new-red: #df2727;
  --new-ink: #17191c;
  --new-copy: #4b5563;
  --new-soft: #f7f7fa;
  color: var(--new-ink);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  background: #fff;
}

.new-sales-page .container {
  width: min(1120px, calc(100% - 40px));
}

.new-sales-page .new-narrow {
  width: min(860px, calc(100% - 40px));
}

.new-sales-page h1,
.new-sales-page h2,
.new-sales-page h3 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: var(--new-ink);
  font-weight: 800;
  letter-spacing: -0.022em;
}

.new-sales-page h2 {
  max-width: 900px;
  font-size: clamp(1.85rem, 3.2vw, 3rem);
  line-height: 1.08;
}

.new-sales-page p {
  color: var(--new-copy);
}

.new-announcement {
  position: sticky;
  top: 0;
  z-index: 60;
  padding: 9px 16px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
  background: var(--new-red);
}

.new-sales-page .new-header {
  position: relative;
  min-height: 68px;
  background: #fff;
  border-bottom: 1px solid #ececf1;
  backdrop-filter: none;
}

.new-sales-page .new-header .brand img {
  width: 205px;
}

.new-hero {
  padding: 30px 0 58px;
  background:
    radial-gradient(circle at 50% 0, rgba(85, 182, 55, 0.1), transparent 38%),
    #fff;
}

.new-hero-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.new-hero h1 {
  max-width: 920px;
  margin: 0 auto 24px;
  font-size: clamp(2rem, 4.1vw, 3.75rem);
  line-height: 1.08;
}

.new-purple-text {
  color: var(--new-purple);
}
.new-hero-subtitle {
  max-width: 760px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

.new-yellow-text {
  color: #f0c419;
  font-weight: 800;
}

.new-objection-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  justify-content: center;
  margin-bottom: 34px;
  color: #30343a;
  font-weight: 750;
}

.new-objection-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.new-objection-row b {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #e34a42;
  background: #fff0ef;
  border: 1px solid #ffc5c1;
  border-radius: 50%;
}

.new-video-shell {
  width: min(100%, 900px);
  margin-bottom: 28px;
  overflow: hidden;
  background: #080808;
  border: 1px solid #dedee5;
  box-shadow: 0 26px 65px rgba(24, 25, 28, 0.22);
}

.new-video-alert {
  padding: 10px 14px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  background: var(--new-purple);
}


.new-hero-cta {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

.new-hero-cta .button {
  min-width: min(100%, 360px);
}

.new-hero-cta p {
  margin: 0;
  color: #5d6660;
  font-size: 0.95rem;
}
.new-video-shell .hero-video {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
}

.new-section {
  padding: 86px 0;
}

.new-section:nth-of-type(even) {
  background: var(--new-soft);
}

.new-section-heading {
  max-width: 950px;
  margin: 0 auto 44px;
  text-align: center;
}

.new-section-heading h2 {
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
}

.new-section-heading > p:last-child {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.12rem;
}

.new-kicker {
  margin-bottom: 10px;
  color: var(--new-purple) !important;
  font-size: 0.78rem !important;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.new-down-arrows {
  margin-bottom: 8px;
  color: var(--new-purple);
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: center;
  opacity: 0.32;
}

.new-pain-list {
  display: grid;
  gap: 13px;
  margin-bottom: 34px;
}

.new-pain-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 22px;
  color: #343943;
  font-size: 1.04rem;
  font-weight: 650;
  background: #fff0ef;
  border: 1px solid #f4c5c0;
  border-radius: 14px;
  cursor: pointer;
  transition: 180ms ease;
}

.new-pain-card:hover {
  border-color: #e58b82;
  transform: translateY(-1px);
}

.new-pain-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.new-pain-check {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 25px;
  height: 25px;
  color: transparent;
  background: #fff;
  border: 2px solid #d66b62;
  border-radius: 50%;
}

.new-pain-card:has(input:checked) {
  color: #176532;
  background: #ecfbee;
  border-color: #91dfa3;
}

.new-pain-card input:checked + .new-pain-check {
  color: #fff;
  background: #22a447;
  border-color: #22a447;
}

.new-dashed-callout {
  padding: 22px;
  color: var(--new-purple-dark);
  font-size: 1.18rem;
  line-height: 1.4;
  text-align: center;
  background: rgba(242, 237, 255, 0.58);
  border: 2px dashed rgba(85, 182, 55, 0.42);
  border-radius: 15px;
}

.new-story-photo {
  max-width: 650px;
  margin: 0 auto 42px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 22px 55px rgba(30, 31, 35, 0.16);
}

.new-story-photo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.new-long-copy {
  max-width: 760px;
  margin: 0 auto;
}

.new-long-copy p,
.new-long-copy li {
  font-size: 1.08rem;
  line-height: 1.78;
}

.new-long-copy p {
  margin-bottom: 22px;
}

.new-cross-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 28px 0;
  list-style: none;
}

.new-cross-list li {
  position: relative;
  padding-left: 32px;
  color: #252a32;
  font-weight: 700;
}

.new-cross-list li::before {
  position: absolute;
  left: 0;
  color: var(--new-purple);
  content: "\2713";
  font-weight: 900;
}

.new-desire-callout {
  max-width: 800px;
  margin: 50px auto 0;
  padding: 34px;
  text-align: center;
  background: var(--new-purple-soft);
  border-radius: 20px;
}

.new-desire-callout h3 {
  margin-bottom: 10px;
  color: var(--new-purple-dark);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 700;
}

.new-attention {
  color: #fff;
  background: #191b20 !important;
}

.new-attention h2,
.new-attention .new-long-copy p {
  color: #fff;
}

.new-attention .new-kicker {
  color: #ffd24a !important;
}

.new-discovery {
  background:
    linear-gradient(180deg, #fff, #f7f5ff) !important;
}

.new-method-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 34px;
}

.new-method-logo img {
  width: min(100%, 420px);
}

.new-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
}

.new-method-grid article,
.new-roadmap-grid article,
.new-learning-grid article {
  padding: 26px;
  background: #fff;
  border: 1px solid #e7e5ef;
  border-radius: 17px;
  box-shadow: 0 12px 30px rgba(27, 28, 32, 0.06);
}

.new-method-grid article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 900;
  background: var(--new-purple);
  border-radius: 50%;
}

.new-method-grid h3,
.new-roadmap-grid h3,
.new-learning-grid h3 {
  font-size: 1.15rem;
  font-weight: 700;
}

.new-centered-cta {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.new-result {
  background: #fff !important;
}

.new-result-flow {
  display: flex;
  align-items: stretch;
  gap: 12px;
  justify-content: center;
}

.new-result-flow > div {
  display: flex;
  align-items: center;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 22px 14px;
  text-align: center;
  background: var(--new-purple-soft);
  border-radius: 14px;
}

.new-result-flow strong {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  color: #fff;
  background: var(--new-purple);
  border-radius: 50%;
}

.new-result-flow > b {
  align-self: center;
  color: var(--new-purple);
  font-size: 1.5rem;
}

.new-result-note {
  max-width: 720px;
  margin: 28px auto 0;
  font-size: 0.86rem !important;
  text-align: center;
}

.new-proof {
  background: var(--new-soft) !important;
}

.new-proof-video {
  max-width: 760px;
  margin: 0 auto 58px;
}

.new-proof-carousel {
  margin-top: 0;
}

.new-difference {
  background: #fff !important;
}

.new-compare-grid,
.new-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.new-compare-card,
.new-fit-grid article {
  padding: 32px;
  border-radius: 18px;
}

.new-compare-card h3,
.new-fit-grid h3 {
  font-size: 1.26rem;
  font-weight: 700;
}

.new-compare-card ul,
.new-fit-grid ul,
.new-bonus ul,
.new-offer-copy ul {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.new-compare-card li,
.new-fit-grid li,
.new-bonus li,
.new-offer-copy li {
  position: relative;
  padding-left: 28px;
  color: #3e4650;
}

.new-compare-card li::before,
.new-fit-grid li::before,
.new-bonus li::before,
.new-offer-copy li::before {
  position: absolute;
  left: 0;
  font-weight: 900;
}

.new-compare-bad {
  background: #fff0ef;
  border: 1px solid #f3c1bc;
}

.new-compare-bad li::before,
.new-fit-grid article:last-child li::before {
  color: #bd493f;
  content: "\00d7";
}

.new-compare-good {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #effcec;
  border: 1px solid #9cdc8b;
}

.new-compare-good p {
  font-size: 1.15rem;
  font-weight: 650;
  line-height: 1.6;
}

.new-compare-good strong {
  margin-top: 18px;
  color: #23753a;
  font-size: 1.28rem;
}

.new-audience {
  background: var(--new-soft) !important;
}

.new-pill-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 42px;
}

.new-pill-cloud span {
  padding: 9px 15px;
  color: var(--new-purple-dark);
  font-weight: 800;
  background: var(--new-purple-soft);
  border: 1px solid rgba(85, 182, 55, 0.2);
  border-radius: 999px;
}

.new-fit-grid article {
  background: #fff;
  border: 1px solid #e6e6ed;
}

.new-fit-grid article:first-child li::before {
  color: #2c963f;
  content: "\2713";
}

.new-roadmap {
  background: #fff !important;
}

.new-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.new-roadmap-grid article {
  padding: 23px 20px;
}

.new-roadmap-grid article > span {
  color: var(--new-purple);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.new-learning {
  background: var(--new-soft) !important;
}

.new-learning-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
}

.new-learning-grid img {
  width: 52px;
  height: 52px;
  margin-bottom: 17px;
}

.new-bonus {
  color: #fff;
  background: #191b20 !important;
}

.new-bonus-grid,
.new-author-grid,
.new-offer-grid {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px;
}

.new-bonus h2,
.new-bonus p,
.new-bonus li {
  color: #fff;
}

.new-bonus li::before,
.new-offer-copy li::before {
  color: #78dc57;
  content: "\2713";
}

.new-bonus img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

.new-value {
  background: #fff !important;
}

.new-value-list {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6e6ed;
  border-radius: 16px;
}

.new-value-list div {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid #ececf1;
}

.new-value-list div:last-child {
  border-bottom: 0;
}

.new-value-list strong {
  color: var(--new-purple);
}

.new-value-total {
  margin-top: 18px;
  padding: 22px;
  color: #fff;
  font-size: 1.15rem;
  text-align: center;
  background: #df2727;
  border-radius: 14px;
}

.new-value-total strong {
  margin-left: 6px;
  font-size: 1.45rem;
}


.new-value-total strong span {
  position: relative;
  display: inline-block;
}

.new-value-total strong span::after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  top: 52%;
  height: 4px;
  background: #ffffff;
  border-radius: 999px;
  transform: rotate(-3deg);
  opacity: 0.95;
}
.new-value-warning {
  margin: 13px 0 0;
  color: #c51f1f !important;
  font-size: 1.05rem !important;
  font-weight: 900;
  text-align: center;
}

.new-offer {
  padding: 92px 0;
  color: #fff;
  background:
    radial-gradient(circle at 20% 20%, rgba(85, 182, 55, 0.3), transparent 34%),
    #17191d;
  scroll-margin-top: 42px;
}

.new-offer h2,
.new-offer p,
.new-offer li {
  color: #fff;
}

.new-price-card {
  padding: 34px;
  color: var(--new-ink);
  text-align: center;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}

.new-price-card > img {
  width: 250px;
  margin: 0 auto 20px;
}

.new-price-condition {
  display: inline-block;
  margin-bottom: 13px;
  padding: 6px 10px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--new-purple);
  border-radius: 999px;
}

.new-price-card del,
.new-price-card small,
.new-price-card > strong,
.new-price-card > p {
  display: block;
}

.new-price-card del {
  color: #777;
  font-size: 1.05rem;
}

.new-price-card small {
  margin-top: 5px;
}

.new-price-card > strong {
  margin: 5px 0;
  color: var(--new-purple-dark);
  font-size: clamp(2.75rem, 5vw, 4rem);
  line-height: 1;
}

.new-price-card > p {
  margin-bottom: 18px;
  color: #555;
}
.new-price-card > strong.new-installment-price {
  color: #2f7f35;
  font-size: clamp(2.15rem, 4.2vw, 3.15rem);
  letter-spacing: -0.04em;
}

.new-price-card > p.new-cash-price {
  margin: 6px 0 18px;
  color: #666;
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  font-weight: 500;
}

.new-offer-countdown {
  margin: 0 0 20px;
  padding: 13px 14px;
  color: #fff;
  background: #df2727;
  border-radius: 12px;
}

.new-offer-countdown > span {
  display: block;
  margin-bottom: 7px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.new-countdown-boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.new-countdown-boxes strong {
  display: grid;
  place-items: center;
  min-width: 54px;
  min-height: 46px;
  padding: 5px 8px;
  color: #df2727;
  font-size: 1.65rem;
  line-height: 1;
  background: #fff;
  border-radius: 7px;
}

.new-countdown-boxes b {
  color: #fff;
  font-size: 1.45rem;
}

.new-offer-countdown > small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.58rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.new-price-card .button {
  width: 100%;
}

.new-guarantee {
  background: var(--new-soft) !important;
}

.new-guarantee-card {
  display: grid;
  align-items: center;
  grid-template-columns: 150px 1fr;
  gap: 35px;
  max-width: 850px;
  padding: 38px;
  background: #fff;
  border: 1px solid #e5e5ec;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(27, 28, 32, 0.08);
}

.new-guarantee-card img {
  width: 130px;
}

.new-author {
  background: #fff !important;
}

.new-author-grid > div:first-child {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 22px 55px rgba(30, 31, 35, 0.15);
}

.new-author-grid > div:first-child img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.new-author-grid p {
  font-size: 1.08rem;
  line-height: 1.7;
}

.new-choice {
  text-align: center;
  background: var(--new-purple-soft) !important;
}

.new-choice .button {
  margin: 0 auto;
}

.new-faq {
  background: #fff !important;
}

.new-faq details {
  margin-bottom: 10px;
  background: var(--new-soft);
  border: 1px solid #e8e8ee;
  border-radius: 12px;
}

.new-faq summary {
  padding: 19px 21px;
  color: #252932;
  font-weight: 800;
  cursor: pointer;
}

.new-faq details p {
  padding: 0 21px 20px;
  margin: 0;
}

.new-final-cta {
  padding: 76px 0;
  color: #fff;
  text-align: center;
  background: #17191d;
}

.new-final-cta h2,
.new-final-cta p {
  color: #fff;
}

.new-whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  color: #fff;
  font-weight: 900;
  background: #25d366;
  border-radius: 999px;
}

.new-footer {
  padding: 48px 0;
  color: #fff;
  text-align: center;
  background: #245f2b;
}

.new-footer img {
  width: 230px;
  margin: 0 auto 14px;
}

.new-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8rem;
}

.new-floating-whatsapp {
  position: fixed;
  z-index: 70;
  right: 20px;
  bottom: 20px;
  padding: 12px 18px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  background: #25d366;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.new-sales-page .checkout-modal-card h2 {
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.08;
}

@media (max-width: 980px) {
  .new-method-grid,
  .new-learning-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .new-roadmap-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .new-sales-page .container,
  .new-sales-page .new-narrow {
    width: min(100%, calc(100% - 28px));
  }

  .new-announcement {
    padding: 8px 10px;
    font-size: 0.64rem;
  }

  .new-sales-page .new-header {
    min-height: 58px;
  }

  .new-sales-page .new-header .brand img {
    width: 160px;
  }

  .new-hero {
    padding: 25px 0 45px;
  }

  .new-hero h1 {
    font-size: clamp(1.55rem, 7.7vw, 2.15rem);
    line-height: 1.08;
  }

  .new-objection-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 25px;
    font-size: 0.82rem;
    text-align: left;
  }

  .new-video-alert {
    font-size: 0.64rem;
  }

  .new-section {
    padding: 58px 0;
  }

  .new-section-heading {
    margin-bottom: 30px;
  }

  .new-sales-page h2 {
    font-size: clamp(1.55rem, 7.2vw, 2.15rem);
    line-height: 1.1;
  }

  .new-section-heading > p:last-child {
    font-size: 0.98rem;
  }

  .new-pain-card {
    align-items: flex-start;
    padding: 17px;
    font-size: 0.92rem;
  }

  .new-long-copy p,
  .new-long-copy li {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .new-desire-callout {
    padding: 25px 18px;
  }

  .new-method-grid,
  .new-roadmap-grid,
  .new-learning-grid,
  .new-compare-grid,
  .new-fit-grid,
  .new-bonus-grid,
  .new-author-grid,
  .new-offer-grid {
    grid-template-columns: 1fr;
  }

  .new-method-grid article,
  .new-roadmap-grid article,
  .new-learning-grid article,
  .new-compare-card,
  .new-fit-grid article {
    padding: 22px 20px;
  }

  .new-result-flow {
    align-items: stretch;
    flex-direction: column;
  }

  .new-result-flow > b {
    transform: rotate(90deg);
  }

  .new-proof-video {
    margin-bottom: 38px;
  }

  .new-bonus-grid,
  .new-author-grid,
  .new-offer-grid {
    gap: 30px;
  }

  .new-value-list div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .new-offer {
    padding: 62px 0;
  }

  .new-price-card {
    padding: 27px 18px;
  }

  .new-guarantee-card {
    justify-items: center;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 20px;
    text-align: center;
  }

  .new-author-grid > div:first-child img {
    height: auto;
    min-height: 0;
  }

  .new-floating-whatsapp {
    right: 12px;
    bottom: 12px;
    padding: 10px 14px;
    font-size: 0.72rem;
  }
}
/* Por dentro do curso */
.course-inside{position:relative;overflow:hidden;padding:42px 18px;background:#030506;color:#fff}.course-inside *{box-sizing:border-box}.course-inside-shell{position:relative;overflow:hidden;width:min(100%,1440px);min-height:810px;margin:0 auto;padding:52px 42px 48px;border:1px solid rgba(92,225,43,.16);border-radius:28px;background:radial-gradient(circle at 82% 37%,rgba(92,225,43,.2),transparent 28%),radial-gradient(circle at 14% 82%,rgba(92,225,43,.12),transparent 26%),linear-gradient(135deg,#030506 0%,#080c0f 58%,#020402 100%);box-shadow:0 32px 80px rgba(0,0,0,.5),inset 0 0 60px rgba(92,225,43,.05)}.course-inside-shell:before{content:"";position:absolute;top:-185px;right:-105px;width:620px;height:420px;border:26px solid rgba(92,225,43,.72);border-bottom:0;border-left:0;border-radius:0 100% 0 0;filter:drop-shadow(0 0 28px rgba(92,225,43,.38));transform:rotate(8deg);pointer-events:none}.course-inside-shell:after{content:"";position:absolute;right:42px;bottom:72px;width:255px;height:210px;opacity:.22;background-image:radial-gradient(rgba(92,225,43,.4) 1px,transparent 1px);background-size:12px 12px;pointer-events:none}.course-inside-art{position:absolute;top:74px;right:62px;width:420px;height:190px;opacity:.16;background:repeating-linear-gradient(90deg,transparent 0 34px,rgba(92,225,43,.42) 35px 36px),repeating-linear-gradient(0deg,transparent 0 27px,rgba(92,225,43,.28) 28px 29px);clip-path:polygon(0 70%,8% 70%,8% 45%,20% 45%,20% 62%,34% 62%,34% 28%,51% 28%,51% 52%,66% 52%,66% 18%,84% 18%,84% 64%,100% 64%,100% 100%,0 100%)}.course-inside-header,.course-inside-main,.course-benefits{position:relative;z-index:1}.course-inside-logo{display:block;width:174px;max-width:44vw;height:auto;margin-bottom:34px}.course-inside-title-block h2{max-width:720px;margin:0;color:#fff;font-size:clamp(3.6rem,6vw,4.75rem);font-weight:800;line-height:1.05;letter-spacing:-.045em}.course-inside-title-block h2 span{color:#5ce12b;background:linear-gradient(90deg,#7cff36,#42b91f);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.course-inside-line{width:145px;height:5px;margin:25px 0 26px;border-radius:999px;background:#5ce12b;box-shadow:0 0 18px rgba(92,225,43,.5)}.course-inside-title-block p{max-width:630px;margin:0;color:#c7c7c7;font-size:clamp(1.08rem,1.8vw,1.38rem);line-height:1.45}.course-inside-title-block strong{color:#5ce12b;font-weight:500}.course-inside-main{display:grid;grid-template-columns:minmax(0,1fr) 455px;gap:42px;align-items:end;margin-top:38px}.course-steps{display:grid;grid-template-columns:minmax(210px,245px) 54px minmax(210px,245px) 54px minmax(210px,245px);gap:22px;align-items:center}.course-step-card,.course-bonus-card{display:flex;align-items:center;flex-direction:column;justify-content:flex-start;min-height:335px;padding:32px 26px;border:1px solid rgba(92,225,43,.35);border-radius:18px;background:linear-gradient(180deg,#0b1112 0%,#07100c 100%);box-shadow:0 0 24px rgba(92,225,43,.12),inset 0 0 28px rgba(92,225,43,.03);text-align:center}.course-icon{display:grid;place-items:center;width:88px;height:88px;margin-bottom:20px;border:1px solid rgba(124,255,54,.55);border-radius:999px;background:radial-gradient(circle,rgba(92,225,43,.23),rgba(92,225,43,.04) 58%,transparent 70%);box-shadow:0 0 24px rgba(92,225,43,.18)}.course-icon svg{width:52px;height:52px;stroke:#7cff36;stroke-width:4;fill:none;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 8px rgba(124,255,54,.5))}.course-icon-small{width:78px;height:78px;margin-bottom:18px}.course-icon-small svg{width:46px;height:46px}.course-step-badge{display:inline-flex;margin-bottom:16px;padding:6px 16px;border-radius:999px;background:linear-gradient(90deg,#3cbf25,#65e837);color:#fff;box-shadow:0 0 18px rgba(92,225,43,.35);font-size:.78rem;font-weight:800;line-height:1;text-transform:uppercase}.course-step-card h3,.course-bonus-card h3{margin:0;color:#fff;font-size:1.55rem;font-weight:800;line-height:1.15}.course-step-card i,.course-bonus-card i{display:block;width:32px;height:3px;margin:18px auto 20px;border-radius:999px;background:#5ce12b;box-shadow:0 0 14px rgba(92,225,43,.46)}.course-step-card p,.course-bonus-card p{margin:0;color:#c7c7c7;font-size:1.02rem;line-height:1.45}.course-connector{position:relative;display:flex;align-items:center;justify-content:center}.course-connector:before,.course-connector:after{content:"";position:absolute;top:50%;width:34px;height:2px;background:rgba(92,225,43,.55)}.course-connector:before{right:50%}.course-connector:after{left:50%}.course-connector span{z-index:1;display:grid;place-items:center;width:52px;height:52px;border:2px solid #7cff36;border-radius:999px;background:#0b1112;color:#7cff36;box-shadow:0 0 24px rgba(124,255,54,.5);font-size:2rem;font-weight:800}.course-bonus-box{position:relative;min-height:375px;padding:34px 22px 24px;border:1.5px solid rgba(92,225,43,.75);border-radius:18px;background:rgba(5,15,8,.65);box-shadow:0 0 36px rgba(92,225,43,.24),inset 0 0 34px rgba(92,225,43,.08)}.course-bonus-title{position:absolute;top:-26px;left:50%;display:flex;align-items:center;gap:14px;transform:translateX(-50%);color:#5ce12b;font-size:1.45rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.course-bonus-title:before,.course-bonus-title:after{content:"";display:block;width:72px;height:2px;background:linear-gradient(90deg,transparent,rgba(92,225,43,.8))}.course-bonus-title:after{background:linear-gradient(90deg,rgba(92,225,43,.8),transparent)}.course-bonus-title span{display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(92,225,43,.8);border-radius:999px;box-shadow:0 0 18px rgba(92,225,43,.36)}.course-bonus-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.course-bonus-card{min-height:305px;padding:24px 17px 18px;border-color:rgba(92,225,43,.5)}.course-bonus-card h3{font-size:1.38rem}.course-bonus-card p{min-height:70px;font-size:.98rem}.course-price{width:100%;margin-top:auto;padding-top:16px;border-top:1px dashed rgba(199,199,199,.35)}.course-price span{position:relative;display:inline-block;color:#ededed;font-size:1rem;font-weight:800}.course-price span:after{content:"";position:absolute;top:50%;left:-5%;width:110%;height:2px;background:#ff4a4a;transform:rotate(-3deg)}.course-price strong{display:block;margin-top:4px;color:#5ce12b;font-size:2.05rem;font-weight:800;line-height:1}.course-benefits{display:grid;grid-template-columns:repeat(3,1fr);width:min(100%,920px);min-height:74px;margin-top:28px;padding:18px 28px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(8,12,15,.8)}.course-benefits div{display:flex;align-items:center;gap:16px;padding:0 22px}.course-benefits div:not(:last-child){border-right:1px solid rgba(92,225,43,.22)}.course-benefits span{color:#5ce12b;font-size:2.15rem;font-weight:800;line-height:1;text-shadow:0 0 14px rgba(92,225,43,.45)}.course-benefits p{margin:0;color:#fff;line-height:1.25}.course-benefits strong,.course-benefits small{display:block}.course-benefits small{margin-top:4px;color:#c7c7c7;font-size:.9rem}@media (max-width:1180px){.course-inside-shell{min-height:auto}.course-inside-main{grid-template-columns:1fr;align-items:stretch}.course-steps{grid-template-columns:repeat(3,minmax(0,1fr))}.course-connector{display:none}.course-bonus-box{max-width:720px}}@media (max-width:760px){.course-inside{padding:24px 12px}.course-inside-shell{padding:32px 18px;border-radius:20px}.course-inside-logo{width:145px;margin-bottom:24px}.course-inside-title-block h2{font-size:clamp(2.35rem,12vw,3.2rem)}.course-inside-title-block p br{display:none}.course-inside-main{margin-top:30px}.course-steps,.course-bonus-grid,.course-benefits{grid-template-columns:1fr}.course-step-card,.course-bonus-card{min-height:auto}.course-bonus-box{padding:58px 16px 18px}.course-bonus-title:before,.course-bonus-title:after{width:34px}.course-benefits{gap:16px;padding:20px}.course-benefits div{padding:0}.course-benefits div:not(:last-child){padding-bottom:16px;border-right:0;border-bottom:1px solid rgba(92,225,43,.22)}}

.course-inside-cta{position:relative;z-index:1;display:flex;justify-content:center;margin:28px 0 24px}

/* VSL gated sales content test */
.content-lock-banner {
  width: min(760px, 100%);
  margin: 22px auto 0;
  padding: 20px 22px;
  border: 1px solid rgba(255, 132, 38, 0.55);
  border-radius: 18px;
  color: #172018;
  background: linear-gradient(135deg, #fff3e7 0%, #eefbea 100%);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.12);
  text-align: center;
}

.content-lock-banner[hidden] {
  display: none;
}

.content-lock-banner strong,
.content-lock-banner span,
.content-lock-banner small {
  margin-top: 8px;
  color: #35513a;
  font-weight: 900;
}

.content-lock-banner strong {
  color: #172018;
  font-size: clamp(1rem, 2vw, 1.18rem);
  font-weight: 900;
  line-height: 1.35;
}

.content-lock-banner span {
  margin-top: 6px;
  color: #172018;
  font-size: 0.95rem;
  line-height: 1.45;
}

.content-lock-banner small {
  margin-top: 8px;
  color: #35513a;
  font-weight: 900;
}

.content-lock-meter {
  overflow: hidden;
  height: 8px;
  margin-top: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.content-lock-meter span {
  width: 0%;
  height: 100%;
  margin: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff8426, #57c83f);
  box-shadow: 0 0 14px rgba(87, 200, 63, 0.65);
  transition: width 0.35s ease;
}

.locked-sales-content[hidden],
[data-locked-footer][hidden],
[data-locked-whatsapp][hidden] {
  display: none;
}

.locked-sales-content.is-unlocked,
[data-locked-footer].is-unlocked {
  animation: lockedContentIn 0.5s ease both;
}

@keyframes lockedContentIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 640px) {
  .content-lock-banner {
  width: min(760px, 100%);
  margin: 22px auto 0;
  padding: 20px 22px;
  border: 1px solid rgba(255, 132, 38, 0.55);
  border-radius: 18px;
  color: #172018;
  background: linear-gradient(135deg, #fff3e7 0%, #eefbea 100%);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.12);
  text-align: center;
}




