:root {
  --bg: #070707;
  --panel: rgba(255, 255, 255, 0.045);
  --panel-strong: rgba(255, 255, 255, 0.075);
  --gold: #d8a23e;
  --gold-light: #f3d58a;
  --white: #ffffff;
  --gray: #bdbdbd;
  --line: rgba(243, 213, 138, 0.18);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 8%, rgba(216, 162, 62, 0.22), transparent 34rem),
    radial-gradient(circle at 9% 16%, rgba(58, 66, 60, 0.22), transparent 30rem),
    var(--bg);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.58;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.45;
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 28% 38%, rgba(243, 213, 138, 0.09), transparent 18rem),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.36));
  pointer-events: none;
}

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

a {
  color: inherit;
}

p,
li,
blockquote {
  margin: 0;
  color: var(--gray);
}

h1,
h2 {
  margin: 0;
  color: var(--white);
  font-family: Montserrat, "Arial Black", "Segoe UI", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: uppercase;
}

h1 {
  max-width: 700px;
  font-size: clamp(3rem, 5.8vw, 5.9rem);
}

h1 span {
  display: block;
}

h1 strong,
.gold {
  color: var(--gold-light);
  background: linear-gradient(180deg, #fff1b6, var(--gold) 52%, #9f6108);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}

h2 {
  max-width: 900px;
  font-size: clamp(2.1rem, 4.7vw, 4.8rem);
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--gold-light);
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lead {
  max-width: 700px;
  margin-top: 24px;
  color: var(--white);
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.35;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 32px;
  padding: 0 28px;
  border: 1px solid rgba(255, 239, 174, 0.78);
  color: #110c03;
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: linear-gradient(90deg, #fff1a8, var(--gold) 52%, #b46b06);
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.55),
    0 0 38px rgba(216, 162, 62, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
  transition: transform 0.2s ease, filter 0.2s ease;
}

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

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(86px, 11vw, 145px) 0;
}

.section-title {
  max-width: 940px;
  margin-bottom: 42px;
}

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

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
  width: min(1240px, calc(100% - 40px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 74px 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(7, 7, 7, 0.15), #070707 96%),
    url("assets/premium-bg.jpg") center/cover no-repeat;
}

.hero__content p:not(.eyebrow):not(.lead) {
  max-width: 690px;
  margin-top: 18px;
  font-size: 1.04rem;
}

.hero__visual {
  position: relative;
  min-height: 650px;
}

.hero__visual::before {
  content: "";
  position: absolute;
  inset: 6% -8% 10%;
  background: radial-gradient(circle, rgba(216, 162, 62, 0.34), transparent 62%);
  filter: blur(22px);
}

.hero__visual::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(520px, 100%);
  height: min(650px, 82vh);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(7, 7, 7, 0.12), rgba(7, 7, 7, 0.62)),
    url("assets/photo-hero-premium.jpg") center top/cover no-repeat;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.68);
}

.orb {
  position: absolute;
  right: 12%;
  top: 8%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 213, 138, 0.2), transparent 68%);
}

.market-card {
  position: absolute;
  right: 6%;
  bottom: 8%;
  z-index: 2;
  width: min(360px, 78%);
  padding: 24px;
  border: 1px solid rgba(243, 213, 138, 0.28);
  background: rgba(8, 8, 8, 0.72);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
}

.market-card__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--gray);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.market-card__top strong {
  color: var(--gold-light);
  font-size: 1.1rem;
}

.chart-bars {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: end;
  gap: 8px;
  height: 120px;
  margin-top: 18px;
}

.chart-bars i {
  display: block;
  height: 40%;
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  box-shadow: 0 0 18px rgba(216, 162, 62, 0.24);
}

.chart-bars i:nth-child(2) { height: 62%; }
.chart-bars i:nth-child(3) { height: 48%; }
.chart-bars i:nth-child(4) { height: 78%; }
.chart-bars i:nth-child(5) { height: 56%; }
.chart-bars i:nth-child(6) { height: 88%; }
.chart-bars i:nth-child(7) { height: 72%; }

.gold-line {
  height: 2px;
  margin-top: 22px;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
}

.coin {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(243, 213, 138, 0.55);
  border-radius: 50%;
  color: var(--gold-light);
  font: 900 2rem Georgia, serif;
  background: radial-gradient(circle at 30% 25%, #fff1a7, var(--gold) 45%, #8c5205);
  box-shadow: 0 0 34px rgba(216, 162, 62, 0.3);
}

.coin--one { right: 10%; top: 18%; }
.coin--two { left: 4%; bottom: 28%; transform: scale(0.72); opacity: 0.72; }

.money-rain {
  position: absolute;
  inset: 0 calc(50% - 50vw);
  overflow: hidden;
  pointer-events: none;
}

.money-rain span {
  position: absolute;
  display: grid;
  place-items: center;
  width: 150px;
  height: 70px;
  border: 1px solid rgba(243, 213, 138, 0.16);
  color: rgba(243, 213, 138, 0.5);
  font: 900 1.7rem Georgia, serif;
  background: rgba(216, 162, 62, 0.06);
  box-shadow: 0 0 24px rgba(216, 162, 62, 0.08);
}

.money-rain span:nth-child(1) { left: 8%; top: 12%; rotate: -18deg; }
.money-rain span:nth-child(2) { left: 48%; top: 18%; rotate: 8deg; scale: 0.72; }
.money-rain span:nth-child(3) { right: 10%; top: 12%; rotate: 14deg; scale: 0.85; }
.money-rain span:nth-child(4) { right: 5%; bottom: 22%; rotate: -23deg; }
.money-rain span:nth-child(5) { left: 12%; bottom: 18%; rotate: 18deg; scale: 0.75; }

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: center;
}

.reverse {
  grid-template-columns: minmax(320px, 1.02fr) minmax(0, 0.98fr);
}

.copy {
  display: grid;
  gap: 18px;
  font-size: 1.08rem;
}

.copy-block p {
  max-width: 680px;
  margin-top: 20px;
  font-size: 1.06rem;
}

.finance-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 8px;
}

.finance-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(243, 213, 138, 0.42);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 247, 197, 0.96), rgba(216, 162, 62, 0.9) 46%, rgba(116, 66, 5, 0.94)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    0 0 34px rgba(216, 162, 62, 0.28),
    0 18px 38px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  animation: iconFloat 3.4s ease-in-out infinite;
}

.finance-icon:nth-child(2) {
  animation-delay: 0.18s;
}

.finance-icon:nth-child(3) {
  animation-delay: 0.36s;
}

.finance-icon:nth-child(4) {
  animation-delay: 0.54s;
}

.finance-icon::before,
.finance-icon::after {
  content: "";
  position: absolute;
  inset: 17px;
}

.finance-icon--sheet::before {
  border: 2px solid rgba(17, 12, 3, 0.82);
  border-radius: 4px;
  background:
    linear-gradient(90deg, transparent 30%, rgba(17, 12, 3, 0.55) 31% 33%, transparent 34%),
    linear-gradient(transparent 30%, rgba(17, 12, 3, 0.55) 31% 33%, transparent 34% 63%, rgba(17, 12, 3, 0.55) 64% 66%, transparent 67%);
}

.finance-icon--chart::before {
  inset: 18px 16px 17px;
  clip-path: polygon(0 72%, 18% 58%, 34% 65%, 54% 32%, 72% 43%, 100% 6%, 100% 100%, 0 100%);
  background: rgba(17, 12, 3, 0.82);
}

.finance-icon--coin::before {
  inset: 15px;
  border: 3px solid rgba(17, 12, 3, 0.82);
  border-radius: 50%;
}

.finance-icon--coin::after {
  content: "$";
  inset: auto;
  color: rgba(17, 12, 3, 0.86);
  font: 900 1.2rem Georgia, serif;
}

.finance-icon--target::before {
  inset: 14px;
  border: 3px solid rgba(17, 12, 3, 0.82);
  border-radius: 50%;
  box-shadow: inset 0 0 0 7px rgba(216, 162, 62, 0.55), inset 0 0 0 12px rgba(17, 12, 3, 0.82);
}

@keyframes iconFloat {
  0%, 100% {
    transform: translateY(0);
    filter: brightness(1);
  }
  50% {
    transform: translateY(-8px);
    filter: brightness(1.12);
  }
}

.impact,
.transformation,
.guarantee,
.final-cta {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: clamp(92px, 12vw, 160px) max(20px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.96), rgba(7, 7, 7, 0.68), rgba(7, 7, 7, 0.96)),
    radial-gradient(circle at 50% 45%, rgba(216, 162, 62, 0.18), transparent 34rem);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.impact__inner,
.final-cta__inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.impact h2,
.final-cta h2 {
  margin: 0 auto;
  font-size: clamp(3rem, 8vw, 7.8rem);
}

.impact p:not(.eyebrow),
.final-cta p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px auto 0;
  font-size: 1.16rem;
}

.abstract-panel,
.wealth-visual,
.hourglass {
  position: relative;
  min-height: 430px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 45%, rgba(216, 162, 62, 0.22), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.abstract-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 46%, rgba(243, 213, 138, 0.24) 46% 47%, transparent 47%),
    linear-gradient(25deg, transparent 0 58%, rgba(243, 213, 138, 0.14) 58% 59%, transparent 59%);
}

.dashboard {
  position: absolute;
  inset: 58px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(0, 0, 0, 0.28);
}

.dashboard span {
  position: absolute;
  left: 34px;
  right: 34px;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.dashboard span:nth-child(1) { top: 28%; }
.dashboard span:nth-child(2) { top: 50%; }
.dashboard span:nth-child(3) { top: 72%; }

.dashboard__line {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 60px;
  height: 130px;
  clip-path: polygon(0 78%, 18% 62%, 34% 70%, 52% 38%, 68% 50%, 84% 20%, 100% 8%, 100% 100%, 0 100%);
  background: linear-gradient(180deg, rgba(243, 213, 138, 0.86), rgba(216, 162, 62, 0.08));
}

.dashboard__glow {
  position: absolute;
  right: 16%;
  top: 18%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(243, 213, 138, 0.12);
  filter: blur(22px);
}

.card-grid,
.audience__grid,
.quote-grid {
  display: grid;
  gap: 14px;
}

.card-grid {
  grid-template-columns: repeat(4, 1fr);
}

.audience__grid,
.quote-grid {
  grid-template-columns: repeat(3, 1fr);
}

.card-grid article,
.audience__grid p,
.quote-grid blockquote,
.offer__copy,
.offer__mockup {
  border: 1px solid rgba(255, 255, 255, 0.075);
  background:
    linear-gradient(180deg, var(--panel-strong), rgba(255, 255, 255, 0.018));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

.card-grid article {
  min-height: 180px;
  padding: 22px;
  color: #e5ddca;
  font-weight: 800;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.card-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(243, 213, 138, 0.44);
}

.card-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--gold-light);
  font: 900 0.8rem Montserrat, Arial, sans-serif;
  letter-spacing: 0.14em;
}

.audience {
  width: 100%;
  padding-right: max(20px, calc((100vw - var(--max)) / 2));
  padding-left: max(20px, calc((100vw - var(--max)) / 2));
  background: linear-gradient(90deg, #f3d58a, var(--gold), #a86205);
}

.audience h2,
.audience .eyebrow {
  color: #100c04;
}

.audience__grid p {
  min-height: 132px;
  padding: 22px;
  color: #fff9e8;
  font-weight: 900;
  background: rgba(7, 7, 7, 0.86);
}

.audience__grid p::before {
  content: "✓";
  display: block;
  margin-bottom: 12px;
  color: var(--gold-light);
}

.transformation__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: center;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.transformation p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 22px;
  font-size: 1.08rem;
}

.wealth-visual {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 46px;
}

.wealth-visual span {
  padding: 18px 22px;
  color: #120d03;
  font-weight: 900;
  text-transform: uppercase;
  background: linear-gradient(90deg, #fff1a8, var(--gold));
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
}

.quote-grid blockquote {
  min-height: 190px;
  padding: 26px;
  color: #eee5d2;
  font-size: 1.08rem;
  font-weight: 750;
  backdrop-filter: blur(16px);
}

.quote-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--gold-light);
  letter-spacing: 0.08em;
}

.hourglass {
  min-height: 400px;
}

.hourglass::before,
.hourglass::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 150px;
  height: 150px;
  border: 2px solid rgba(243, 213, 138, 0.52);
  transform: translateX(-50%) rotate(45deg);
}

.hourglass::before { top: 78px; }
.hourglass::after { bottom: 78px; }

.offer {
  display: grid;
  grid-template-columns: minmax(330px, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: center;
}

.offer__mockup {
  padding: 26px;
  background:
    radial-gradient(circle at 50% 50%, rgba(216, 162, 62, 0.18), transparent 60%),
    rgba(255, 255, 255, 0.025);
}

.offer__copy {
  padding: clamp(28px, 5vw, 52px);
}

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

.offer__copy li {
  position: relative;
  padding-left: 30px;
  color: #e9e0cd;
  font-weight: 700;
}

.offer__copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold-light);
  font-weight: 900;
}

.guarantee {
  display: grid;
  grid-template-columns: 180px minmax(0, 760px);
  gap: 34px;
  align-items: center;
  justify-content: center;
}

.guarantee__seal {
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(243, 213, 138, 0.44);
  border-radius: 50%;
  color: var(--gold-light);
  font: 900 4.6rem Montserrat, Arial, sans-serif;
  background: radial-gradient(circle, rgba(216, 162, 62, 0.24), rgba(255, 255, 255, 0.02));
  box-shadow: 0 0 46px rgba(216, 162, 62, 0.18);
}

.guarantee p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 18px;
}

.faq__list {
  display: grid;
  gap: 10px;
  max-width: 880px;
  margin: 0 auto;
}

details {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.032);
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  color: #120d03;
  font-weight: 900;
  background: linear-gradient(90deg, #fff1a8, var(--gold));
}

details p {
  padding: 18px 22px 22px;
}

.final-cta {
  min-height: 620px;
  display: grid;
  place-items: center;
}

.money-rain--final span:nth-child(1) { top: 14%; left: 18%; }
.money-rain--final span:nth-child(2) { top: 24%; right: 18%; }
.money-rain--final span:nth-child(3) { bottom: 20%; left: 8%; }
.money-rain--final span:nth-child(4) { bottom: 16%; right: 10%; }

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.footer__legal {
  max-width: 920px;
}

.footer__legal p + p {
  margin-top: 10px;
}

.footer__legal p {
  color: rgba(189, 189, 189, 0.82);
  font-size: 0.82rem;
  line-height: 1.55;
}

footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

footer a {
  color: var(--gray);
  font-size: 0.88rem;
  text-decoration: none;
}

.footer__contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
}

.footer__contact a {
  color: var(--gold-light);
  font-weight: 800;
}

@media (max-width: 980px) {
  .hero,
  .two-col,
  .reverse,
  .transformation__inner,
  .offer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 58px;
    width: min(100% - 28px, var(--max));
  }

  .hero__content,
  .hero__content p,
  .hero__content .lead,
  .hero h1 {
    max-width: 100%;
  }

  .hero h1 {
    width: min(100%, 360px);
    font-size: clamp(2.35rem, 9.7vw, 3.45rem);
  }

  .hero__content p:not(.eyebrow),
  .hero__content .lead {
    overflow-wrap: anywhere;
  }

  .hero__visual {
    min-height: 560px;
  }

  .hero__visual::after {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .card-grid,
  .audience__grid,
  .quote-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .guarantee {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .guarantee__seal {
    margin: 0 auto;
  }

  footer {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .section,
  .hero {
    width: min(100% - 28px, var(--max));
  }

  .section,
  .impact,
  .transformation,
  .guarantee,
  .final-cta {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .impact,
  .transformation,
  .guarantee,
  .final-cta,
  .audience {
    padding-right: 14px;
    padding-left: 14px;
  }

  h1 {
    font-size: clamp(2.32rem, 9.6vw, 3.05rem);
    line-height: 0.98;
  }

  .hero h1 {
    font-size: clamp(2.32rem, 9.6vw, 3.05rem);
  }

  h2,
  .impact h2,
  .final-cta h2 {
    font-size: clamp(2.05rem, 11vw, 3.3rem);
  }

  .button {
    width: 100%;
    min-height: auto;
    padding: 16px;
    white-space: normal;
  }

  .hero__content {
    width: 100%;
    max-width: 362px;
    overflow: hidden;
  }

  .hero__content p,
  .hero__content .lead,
  .hero__content .button {
    width: 100%;
    max-width: 100% !important;
  }

  .hero__content p,
  .hero__content .lead {
    overflow-wrap: break-word;
  }

  .hero__content .button {
    display: flex;
  }

  .hero__visual {
    min-height: 500px;
  }

  .hero__visual::after {
    width: 100%;
    height: 500px;
  }

  .market-card {
    right: 50%;
    width: 86%;
    bottom: 6%;
    transform: translateX(50%);
  }

  .coin--one {
    right: 4%;
  }

  .card-grid,
  .audience__grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .card-grid article,
  .audience__grid p,
  .quote-grid blockquote {
    min-height: auto;
  }

  .abstract-panel,
  .wealth-visual,
  .hourglass {
    min-height: 330px;
  }

  .dashboard {
    inset: 34px;
  }
}

/* Refinamentos finais solicitados */
.button {
  border-radius: 12px;
  background: linear-gradient(90deg, #fff7c5, #f3d58a 34%, #e0ad4b 70%, #c98619);
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.55),
    0 0 56px rgba(216, 162, 62, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.section,
.impact,
.transformation,
.guarantee,
.final-cta,
.hero__content,
.hero__visual {
  animation: enterUp 0.85s ease both;
}

@supports (animation-timeline: view()) {
  .section,
  .impact,
  .transformation,
  .guarantee,
  .final-cta {
    animation-timeline: view();
    animation-range: entry 0% cover 28%;
  }
}

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

.hero__visual {
  animation-delay: 0.12s;
}

.market-card,
.card-grid article,
.audience__grid p,
.quote-grid blockquote,
.offer__copy,
.offer__mockup,
.abstract-panel,
.wealth-visual,
.hourglass,
.brain-wrap,
.thought-chart,
.testimonial-track img {
  border-radius: 18px;
}

.pain__statement {
  max-width: 560px;
  margin: 0;
  text-align: left;
}

.pain__statement h2 {
  margin: 0;
  font-size: clamp(2.15rem, 4.2vw, 4.25rem);
  overflow-wrap: break-word;
}

.pain__statement strong {
  background: linear-gradient(180deg, #fff1b6, var(--gold) 55%, #9f6108);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pain__copy ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pain__copy li {
  padding: 12px 14px;
  border: 1px solid rgba(243, 213, 138, 0.18);
  border-radius: 12px;
  color: #fff5dd;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.04);
}

.pain__copy li::before {
  content: "•";
  margin-right: 8px;
  color: var(--gold-light);
}

.impact__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: center;
  max-width: var(--max);
  text-align: left;
}

.impact p:not(.eyebrow),
.final-cta p:not(.eyebrow) {
  margin-right: 0;
  margin-left: 0;
}

.thought-chart {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 52% 42%, rgba(216, 162, 62, 0.2), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  box-shadow: 0 28px 88px rgba(0, 0, 0, 0.42);
}

.thinking-person {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 190px;
  height: 270px;
  transform: translateX(-50%);
  border-radius: 110px 110px 22px 22px;
  background:
    radial-gradient(circle at 50% 30%, #d0b08a 0 34px, transparent 35px),
    linear-gradient(180deg, #111, #050505);
  box-shadow: 0 -20px 90px rgba(216, 162, 62, 0.18);
}

.thinking-person::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -48px;
  width: 116px;
  height: 116px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 45% 36%, #f0c99b, #9c6a42 70%);
  box-shadow: 0 0 34px rgba(216, 162, 62, 0.28);
}

.thought-bubble {
  position: absolute;
  inset: 54px 48px 150px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(243, 213, 138, 0.22);
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.24);
}

.thought-bubble span {
  display: block;
  height: 28%;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, #fff3b8, var(--gold));
  box-shadow: 0 0 20px rgba(216, 162, 62, 0.28);
  animation: chartRise 2.8s ease-in-out infinite alternate;
}

.thought-bubble span:nth-child(2) { height: 46%; animation-delay: 0.12s; }
.thought-bubble span:nth-child(3) { height: 62%; animation-delay: 0.24s; }
.thought-bubble span:nth-child(4) { height: 78%; animation-delay: 0.36s; }
.thought-bubble span:nth-child(5) { height: 96%; animation-delay: 0.48s; }

@keyframes chartRise {
  from {
    opacity: 0.72;
    transform: scaleY(0.58);
    transform-origin: bottom;
  }
  to {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: bottom;
  }
}

.card-grid article {
  animation: cardIn 0.75s ease both;
}

.card-grid article:nth-child(2) { animation-delay: 0.05s; }
.card-grid article:nth-child(3) { animation-delay: 0.1s; }
.card-grid article:nth-child(4) { animation-delay: 0.15s; }
.card-grid article:nth-child(5) { animation-delay: 0.2s; }
.card-grid article:nth-child(6) { animation-delay: 0.25s; }
.card-grid article:nth-child(7) { animation-delay: 0.3s; }
.card-grid article:nth-child(8) { animation-delay: 0.35s; }

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

.testimonial-marquee {
  position: relative;
  overflow: hidden;
  margin-inline: calc(50% - 50vw);
  padding: 18px 0 30px;
}

.testimonial-marquee::before,
.testimonial-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(16vw, 180px);
  pointer-events: none;
}

.testimonial-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg), transparent);
}

.testimonial-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg), transparent);
}

.testimonial-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: marquee 58s linear infinite;
}

.testimonial-marquee:hover .testimonial-track {
  animation-play-state: paused;
}

.testimonial-track img {
  width: min(360px, 78vw);
  height: 560px;
  object-fit: cover;
  object-position: top center;
  border: 1px solid rgba(243, 213, 138, 0.24);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 9px)); }
}

.brain-wrap {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 46%, rgba(216, 162, 62, 0.24), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012));
}

.brain-wrap img {
  width: min(620px, 112%);
  animation: floatBrain 4.4s ease-in-out infinite;
  filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.52));
}

@keyframes floatBrain {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-14px) rotate(1deg); }
}

.guarantee__seal {
  background: none;
  border: 0;
  box-shadow: none;
  filter: drop-shadow(0 0 42px rgba(216, 162, 62, 0.32));
}

.guarantee__seal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 980px) {
  .hero__visual {
    min-height: 760px;
  }

  .hero__visual::after {
    top: 0;
    bottom: auto;
    height: 500px;
  }

  .market-card {
    top: 520px;
    bottom: auto;
  }

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

@media (max-width: 640px) {
  .hero__visual {
    min-height: 720px;
  }

  .hero__visual::after {
    width: 100%;
    height: 450px;
  }

  .market-card {
    top: 470px;
    bottom: auto;
  }

  .impact__inner {
    text-align: center;
  }

  .impact p:not(.eyebrow),
  .final-cta p:not(.eyebrow) {
    margin-right: auto;
    margin-left: auto;
  }

  .thought-chart {
    min-height: 360px;
  }

  .thinking-person {
    width: 140px;
    height: 210px;
  }

  .thinking-person::before {
    width: 88px;
    height: 88px;
  }

  .thought-bubble {
    inset: 34px 24px 128px;
    gap: 8px;
    padding: 18px;
  }

  .brain-wrap {
    min-height: 330px;
  }

  .offer__copy h2 {
    font-size: clamp(1.72rem, 8.6vw, 2.45rem);
  }

  .testimonial-track img {
    height: 520px;
  }

  .pain__statement {
    max-width: 330px;
    margin-inline: auto;
  }

  .pain__statement h2 {
    font-size: 1.45rem !important;
    line-height: 1.08 !important;
    text-wrap: balance;
  }
}

/* Hero final com imagem enviada pelo usuário */
.hero__content,
.hero__visual {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

.hero {
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
  align-items: center;
}

.hero__visual {
  min-height: 640px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 24px;
}

.hero__visual::after {
  display: none !important;
}

.hero-man {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 760px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 28px rgba(216, 162, 62, 0.32))
    drop-shadow(0 38px 70px rgba(0, 0, 0, 0.56));
}

.hero__visual::before {
  inset: 12% 4% 8%;
  background: radial-gradient(circle at 50% 46%, rgba(216, 162, 62, 0.34), transparent 60%);
}

.hero__visual::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 3;
  display: block !important;
  height: 34%;
  border-radius: 0 0 24px 24px;
  background:
    linear-gradient(180deg, rgba(7, 7, 7, 0), rgba(7, 7, 7, 0.74) 56%, #070707 100%);
  pointer-events: none;
}

.market-card,
.coin {
  display: none !important;
}

.guarantee__seal {
  width: 190px;
  height: 190px;
}

.guarantee__seal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    width: min(100% - 28px, var(--max));
    gap: 34px;
  }

  .hero__visual {
    min-height: auto;
    place-items: start center;
    aspect-ratio: 16 / 9;
  }

  .hero-man {
    width: 100%;
    max-width: 760px;
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .hero {
    gap: 18px;
    padding-bottom: 18px;
  }

  .hero__visual {
    display: block;
    min-height: 0;
    overflow: hidden;
    line-height: 0;
    aspect-ratio: auto;
  }

  .hero-man {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-top: 0;
  }

  .money-rain span {
    opacity: 0.45;
    transform: scale(0.7);
  }

  .guarantee__seal {
    width: 170px;
    height: 170px;
  }

  .pain__statement {
    text-align: center;
  }

  .pain__statement h2 {
    font-size: clamp(1.42rem, 7.1vw, 2rem);
    line-height: 1.08;
  }

  .pain__copy ul {
    grid-template-columns: 1fr;
  }
}

/* Hero full background solicitado */
.hero {
  grid-template-columns: 1fr !important;
  width: min(1240px, calc(100% - 40px));
  min-height: 100vh;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.96) 0%, rgba(7, 7, 7, 0.8) 34%, rgba(7, 7, 7, 0.22) 68%, rgba(7, 7, 7, 0.74) 100%),
    linear-gradient(180deg, rgba(7, 7, 7, 0.08), #070707 98%),
    url("assets/alvaro-money-hero.png") center right / cover no-repeat !important;
}

.hero > .money-rain,
.hero__visual {
  display: none !important;
}

.hero__content {
  max-width: 720px;
  padding-block: 52px;
}

@media (max-width: 980px) {
  .hero {
    width: min(100% - 28px, var(--max));
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(7, 7, 7, 0.78) 0%, rgba(7, 7, 7, 0.7) 42%, rgba(7, 7, 7, 0.92) 100%),
      url("assets/alvaro-money-hero.png") center bottom / cover no-repeat !important;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 100svh;
    padding-bottom: 58px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(7, 7, 7, 0.72) 0%, rgba(7, 7, 7, 0.76) 46%, rgba(7, 7, 7, 0.96) 100%),
      url("assets/alvaro-money-hero.png") center bottom / cover no-repeat !important;
  }
}

/* Ajuste definitivo: imagem do Álvaro como background total do hero */
.hero {
  width: 100% !important;
  max-width: none !important;
  min-height: 100vh;
  margin: 0 !important;
  padding: clamp(58px, 7vw, 92px) max(24px, calc((100vw - 1240px) / 2)) clamp(62px, 8vw, 110px);
  overflow: hidden;
}

.hero::before {
  inset: 0 !important;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.98) 0%, rgba(7, 7, 7, 0.9) 32%, rgba(7, 7, 7, 0.22) 50%, rgba(7, 7, 7, 0.02) 78%, rgba(7, 7, 7, 0.18) 100%),
    linear-gradient(180deg, rgba(7, 7, 7, 0) 0%, rgba(7, 7, 7, 0.02) 62%, #070707 100%),
    url("assets/alvaro-money-hero.png") calc(100% + clamp(360px, 30vw, 560px)) center / auto 112% no-repeat !important;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 72% 48%, rgba(216, 162, 62, 0.22), transparent 30rem),
    linear-gradient(90deg, #070707 0%, rgba(7, 7, 7, 0.66) 30%, transparent 52%);
  pointer-events: none;
}

.hero .money-rain,
.hero__visual,
.hero__visual::before,
.hero__visual::after,
.hero-man,
.market-card,
.coin {
  display: none !important;
}

.hero__content {
  width: min(680px, 100%);
  max-width: 680px !important;
  padding: 0 !important;
  overflow: visible !important;
}

.hero h1,
.hero__content p,
.hero__content .lead,
.hero__content .button {
  max-width: 100% !important;
}

.hero__content .button {
  width: min(100%, 520px);
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .hero {
    width: 100% !important;
    min-height: 100svh;
    padding-inline: 22px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(7, 7, 7, 0.88) 0%, rgba(7, 7, 7, 0.9) 48%, rgba(7, 7, 7, 0.24) 74%, #070707 100%),
      url("assets/alvaro-money-hero.png") center bottom / auto 58% no-repeat !important;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(7, 7, 7, 0) 0%, rgba(7, 7, 7, 0.82) 52%, #070707 100%);
  }

  .hero__content {
    width: min(590px, 100%);
  }
}

@media (max-width: 640px) {
  .hero {
    display: flex;
    align-items: flex-start;
    min-height: 100svh;
    padding: 34px 14px 48vh;
    max-width: 100vw !important;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(7, 7, 7, 0.96) 0%, rgba(7, 7, 7, 0.92) 48%, rgba(7, 7, 7, 0.2) 74%, #070707 100%),
      url("assets/alvaro-money-hero.png") center bottom / auto 50vh no-repeat !important;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(7, 7, 7, 0) 0%, rgba(7, 7, 7, 0.34) 52%, #070707 100%);
  }

  .hero h1 {
    width: 100% !important;
    font-size: clamp(1.78rem, 9.4vw, 2.28rem) !important;
    line-height: 1 !important;
  }

  .hero h1 span,
  .hero h1 strong {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero h1 strong {
    display: block;
  }

  .hero,
  .hero * {
    min-width: 0 !important;
  }

  .hero__content {
    flex: 0 1 auto;
    width: min(330px, calc(100vw - 56px)) !important;
    max-width: min(330px, calc(100vw - 56px)) !important;
  }

  .hero__content .lead {
    font-size: clamp(0.98rem, 4.45vw, 1.12rem);
    line-height: 1.28;
  }

  .hero__content p:not(.eyebrow):not(.lead) {
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .hero__content .button {
    width: 100%;
    padding: 15px 12px;
    font-size: clamp(0.66rem, 3.1vw, 0.74rem);
  }
}

/* Ajustes finais: menos espaçamento e cérebro flutuante */
.section {
  padding-top: clamp(58px, 7vw, 96px);
  padding-bottom: clamp(58px, 7vw, 96px);
}

.impact,
.transformation,
.guarantee,
.final-cta {
  padding-top: clamp(62px, 8vw, 112px);
  padding-bottom: clamp(62px, 8vw, 112px);
}

.impact__inner {
  gap: clamp(24px, 5vw, 62px);
}

.thought-chart--image {
  display: grid;
  place-items: center;
  min-height: clamp(300px, 38vw, 430px);
  overflow: visible;
  border: 0;
  background: radial-gradient(circle at 50% 52%, rgba(216, 162, 62, 0.18), transparent 56%);
  box-shadow: none;
}

.floating-brain-money {
  width: min(420px, 86vw);
  filter:
    drop-shadow(0 0 28px rgba(216, 162, 62, 0.38))
    drop-shadow(0 30px 60px rgba(0, 0, 0, 0.58));
  animation: brainMoneyFloat 4.8s ease-in-out infinite;
}

.urgency__content {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.urgency__content .copy-block {
  max-width: 820px;
  margin: 0 auto;
}

.urgency__content h2 {
  margin-right: auto;
  margin-left: auto;
}

.urgency__content p:not(.eyebrow) {
  margin-right: auto;
  margin-left: auto;
}

.mistake__content {
  max-width: 920px;
  margin: 0 auto;
}

.mistake__content .copy-block {
  max-width: 880px;
}

@keyframes brainMoneyFloat {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-18px) rotate(1.5deg);
  }
}

@media (max-width: 640px) {
  .section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .impact,
  .transformation,
  .guarantee,
  .final-cta {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .thought-chart--image {
    min-height: 280px;
  }

  .floating-brain-money {
    width: min(330px, 88vw);
  }
}

/* Refinamento tipográfico e seção de preço */
h1 {
  font-size: clamp(2.8rem, 4.8vw, 5.05rem);
}

h2 {
  font-size: clamp(1.95rem, 3.5vw, 3.85rem);
  line-height: 1.02;
}

.impact h2,
.final-cta h2 {
  font-size: clamp(2.35rem, 5.8vw, 5.6rem);
}

.lead {
  font-size: clamp(1.06rem, 1.6vw, 1.34rem);
}

.copy-block p,
.hero__content p:not(.eyebrow):not(.lead),
.impact p:not(.eyebrow),
.final-cta p:not(.eyebrow) {
  font-size: clamp(0.96rem, 1.08vw, 1.08rem);
}

.price-offer {
  padding-top: clamp(46px, 6vw, 82px);
  padding-bottom: clamp(54px, 7vw, 96px);
}

.price-card {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(243, 213, 138, 0.24);
  border-radius: 22px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(243, 213, 138, 0.18), transparent 34rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.42),
    0 0 46px rgba(216, 162, 62, 0.12);
}

.price-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(243, 213, 138, 0.12), transparent);
  transform: translateX(-100%);
  animation: priceSheen 5.6s ease-in-out infinite;
  pointer-events: none;
}

.price-card h2 {
  max-width: 680px;
  margin: 0 auto 26px;
  font-size: clamp(1.85rem, 3.2vw, 3.25rem);
}

.price-card__from {
  color: var(--gray);
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.28rem);
  font-weight: 800;
}

.price-card__from span {
  color: rgba(255, 255, 255, 0.58);
  text-decoration: line-through;
}

.price-card__main {
  margin-top: 8px;
  color: var(--gold-light);
  font-family: Montserrat, "Arial Black", Arial, sans-serif;
  font-size: clamp(3.6rem, 8vw, 7.2rem);
  font-weight: 900;
  line-height: 0.92;
  background: linear-gradient(180deg, #fff4b8, var(--gold) 52%, #a56408);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.price-card__installments {
  margin-top: 16px;
  color: var(--white);
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  font-weight: 800;
}

.price-card__installments strong {
  color: var(--gold-light);
}

.price-card .button {
  margin-top: 28px;
}

@keyframes priceSheen {
  0%, 46% {
    transform: translateX(-100%);
  }
  72%, 100% {
    transform: translateX(100%);
  }
}

@media (max-width: 640px) {
  h1,
  .hero h1 {
    font-size: clamp(1.16rem, 6.1vw, 1.46rem) !important;
    line-height: 1.04 !important;
  }

  .hero h1 span,
  .hero h1 strong {
    display: inline !important;
  }

  h2,
  .impact h2,
  .final-cta h2,
  .pain__statement h2,
  .offer__copy h2 {
    font-size: clamp(1.28rem, 5.7vw, 1.72rem) !important;
    line-height: 1.06 !important;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    text-wrap: balance;
  }

  .section-title {
    margin-bottom: 28px;
  }

  .lead,
  .hero__content .lead {
    font-size: clamp(0.82rem, 3.5vw, 0.92rem);
  }

  .copy-block p,
  .hero__content p:not(.eyebrow):not(.lead),
  .impact p:not(.eyebrow),
  .final-cta p:not(.eyebrow),
  .price-card__installments {
    font-size: 0.92rem;
    line-height: 1.42;
  }

  .hero__content {
    width: calc(100vw - 28px) !important;
    max-width: 362px !important;
  }

  .hero__content p:not(.eyebrow):not(.lead) {
    font-size: 0.84rem;
    line-height: 1.38;
  }

  .price-card {
    padding: 28px 18px;
    border-radius: 18px;
  }

  .price-card h2 {
    max-width: 310px;
  }

  .price-card__main {
    font-size: clamp(3rem, 15vw, 4.1rem);
  }
}

/* Espaçamento mais compacto entre sessões */
.section {
  padding-top: clamp(42px, 5.2vw, 76px) !important;
  padding-bottom: clamp(42px, 5.2vw, 76px) !important;
}

.impact,
.transformation,
.guarantee,
.final-cta {
  padding-top: clamp(46px, 5.8vw, 82px) !important;
  padding-bottom: clamp(46px, 5.8vw, 82px) !important;
}

.price-offer {
  padding-top: clamp(36px, 4.8vw, 68px) !important;
  padding-bottom: clamp(40px, 5.2vw, 72px) !important;
}

.section-title {
  margin-bottom: clamp(22px, 3vw, 34px);
}

@media (max-width: 640px) {
  .section {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .impact,
  .transformation,
  .guarantee,
  .final-cta {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .price-offer {
    padding-top: 32px !important;
    padding-bottom: 34px !important;
  }
}
