:root {
  --ink: #251b23;
  --ink-soft: #665963;
  --cream: #fff9f1;
  --cream-dark: #f3e3d0;
  --wine: #71234f;
  --wine-dark: #47132f;
  --plum: #2f1730;
  --coral: #df6c5e;
  --gold: #d9aa52;
  --white: #ffffff;
  --line: rgba(113, 35, 79, 0.12);
  --shadow: 0 30px 80px rgba(71, 19, 47, 0.16);
  --radius-xl: 34px;
  --radius-lg: 28px;
  --radius-md: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.narrow {
  max-width: 820px;
}

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

.progress-bar {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 100;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--coral), var(--gold), var(--wine));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 249, 241, 0.9);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.brand {
  margin-right: auto;
  text-decoration: none;
}

.brand strong,
.brand span {
  display: block;
}

.brand strong {
  font-family: "Playfair Display", serif;
  font-size: 21px;
  line-height: 1.1;
}

.brand span {
  margin-top: 4px;
  color: var(--wine);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  gap: 24px;
}

.main-nav a {
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.header-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--wine);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: center;
  padding: 82px 0 98px;
  background:
    radial-gradient(circle at 12% 18%, rgba(223, 108, 94, 0.14), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(217, 170, 82, 0.16), transparent 25%),
    linear-gradient(135deg, #fffaf5 0%, #f6eadc 100%);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.orb-one {
  width: 340px;
  height: 340px;
  right: 8%;
  bottom: -150px;
  background: rgba(113, 35, 79, 0.18);
}

.orb-two {
  width: 240px;
  height: 240px;
  left: -80px;
  top: 80px;
  background: rgba(223, 108, 94, 0.18);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.7fr);
  gap: 78px;
  align-items: center;
}

.eyebrow,
.section-kicker,
.card-label,
.offer-label {
  display: inline-block;
  color: var(--wine);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow {
  padding: 10px 14px;
  border: 1px solid rgba(113, 35, 79, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
}

.hero h1 {
  max-width: 780px;
  margin: 24px 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(58px, 6.6vw, 94px);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.hero h1 em {
  color: var(--wine);
  font-style: normal;
}

.hero-lead {
  max-width: 680px;
  margin: 0 0 26px;
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.75;
}

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

.hero-checks li {
  position: relative;
  padding-left: 28px;
  font-weight: 650;
}

.hero-checks li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--coral);
}

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

.btn {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--wine), var(--wine-dark));
  color: var(--white);
  box-shadow: 0 18px 38px rgba(113, 35, 79, 0.26);
}

.btn-secondary {
  border: 1px solid rgba(113, 35, 79, 0.18);
  background: rgba(255, 255, 255, 0.56);
  color: var(--wine-dark);
}

.btn-light {
  background: var(--white);
  color: var(--wine-dark);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.hero-trust span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--wine-dark);
  font-size: 11px;
  font-weight: 800;
}

.video-card {
  padding: 12px;
  border: 1px solid rgba(113, 35, 79, 0.1);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow);
}

.video-card-head,
.video-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 7px 12px;
  color: var(--wine-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-card-head span:last-child {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--cream-dark);
}

.video-card-foot {
  padding: 12px 7px 4px;
  color: #7c6e77;
  font-size: 10px;
}

.video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 24px;
  background: #111;
  object-fit: cover;
}

.section-heading h2,
.story-title h2,
.impact h2,
.future-copy h2,
.experience-copy h2,
.about-copy h2,
.offer-copy h2,
.faq-copy h2,
.final-cta h2 {
  margin: 16px 0 20px;
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 4.8vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.section-heading p,
.experience-copy p,
.faq-copy p {
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.8;
}

.story {
  padding: 110px 0;
  background: var(--white);
}

.story-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 80px;
  align-items: start;
}

.story-title {
  position: sticky;
  top: 120px;
}

.story-list {
  display: grid;
  gap: 16px;
}

.story-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: start;
  padding: 26px;
  border: 1px solid #eddfd5;
  border-radius: var(--radius-md);
  background: #fffaf6;
}

.story-item span {
  color: var(--coral);
  font-size: 13px;
  font-weight: 800;
}

.story-item p {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}

.impact,
.future,
.offer,
.final-cta {
  padding: 108px 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(223, 108, 94, 0.22), transparent 30%),
    linear-gradient(135deg, var(--wine-dark), var(--plum));
  color: var(--white);
}

.light {
  color: #ffd9ad;
}

.impact p,
.future-copy p,
.offer-copy p,
.final-cta p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.8;
}

.comparison {
  padding: 110px 0;
  background: var(--cream-dark);
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1000px;
  margin: 54px auto 0;
}

.comparison-card {
  padding: 38px;
  border-radius: var(--radius-lg);
}

.comparison-old {
  background: var(--white);
  box-shadow: 0 18px 50px rgba(63, 45, 52, 0.08);
}

.comparison-new {
  background: linear-gradient(145deg, var(--wine), var(--plum));
  color: var(--white);
  box-shadow: 0 24px 58px rgba(71, 19, 47, 0.24);
}

.comparison-card h3 {
  margin: 15px 0 24px;
  font-size: 28px;
  line-height: 1.18;
}

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

.comparison-card li {
  position: relative;
  padding-left: 27px;
}

.comparison-old li::before,
.comparison-new li::before {
  position: absolute;
  left: 0;
  font-weight: 800;
}

.comparison-old li::before {
  content: "×";
  color: var(--coral);
}

.comparison-new li::before {
  content: "✓";
  color: #ffd9ad;
}

.future-grid,
.offer-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 88px;
  align-items: start;
}

.future-list {
  display: grid;
  gap: 18px;
}

.future-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.future-item > span {
  color: #ffd9ad;
  font-weight: 800;
}

.future-item strong {
  font-size: 18px;
}

.future-item p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.method {
  padding: 110px 0;
  background: var(--white);
}

.timeline {
  position: relative;
  max-width: 900px;
  margin: 58px auto 0;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  width: 2px;
  background: linear-gradient(var(--coral), var(--gold), var(--wine));
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding: 0 0 32px;
}

.timeline-item > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 8px solid var(--white);
  border-radius: 50%;
  background: var(--wine);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
}

.timeline-item > div {
  padding: 22px 24px;
  border: 1px solid #eddfd5;
  border-radius: 18px;
  background: #fffaf6;
}

.timeline-item h3 {
  margin: 0 0 8px;
}

.timeline-item p {
  margin: 0;
  color: var(--ink-soft);
}

.experience {
  padding: 110px 0;
  background: var(--cream);
}

.experience-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
}

.experience-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.experience-card {
  padding: 24px;
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(71, 19, 47, 0.07);
}

.experience-card > span {
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
}

.experience-card strong {
  display: block;
  margin-top: 10px;
}

.experience-card p {
  margin: 7px 0 0;
  color: var(--ink-soft);
}

.about {
  padding: 110px 0;
  background: #fffaf4;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 70px;
  align-items: center;
}

.about-image img {
  display: block;
  width: 100%;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.about-role {
  color: var(--wine);
  font-weight: 800;
}

.about-copy p {
  color: var(--ink-soft);
  font-size: 17px;
}

.credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.credentials span {
  padding: 9px 12px;
  border-radius: 999px;
  background: var(--cream-dark);
  color: var(--wine-dark);
  font-size: 12px;
  font-weight: 700;
}

.offer-card {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.09);
}

.price {
  display: block;
  margin: 10px 0 0;
  font-family: "Playfair Display", serif;
  font-size: 68px;
}

.offer-subtitle {
  display: block;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.72);
}

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

.offer-list li {
  position: relative;
  padding-left: 24px;
}

.offer-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffd9ad;
  font-weight: 800;
}

.offer-card small {
  display: block;
  margin-top: 17px;
  color: rgba(255, 255, 255, 0.62);
}

.faq {
  padding: 110px 0;
  background: var(--white);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 70px;
}

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

details {
  padding: 0 20px;
  border: 1px solid #eadbd0;
  border-radius: 16px;
  background: #fffaf5;
}

summary {
  padding: 20px 0;
  cursor: pointer;
  font-weight: 800;
}

details p {
  padding: 0 0 20px;
  margin: 0;
  color: var(--ink-soft);
}

.final-cta .btn {
  margin-top: 18px;
}

.mobile-sticky-cta {
  display: none;
}

.site-footer {
  padding: 62px 0;
  background: #201521;
  color: rgba(255, 255, 255, 0.74);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 60px;
}

.footer-grid strong,
.footer-grid span,
.footer-grid a {
  display: block;
}

.footer-grid strong {
  margin-bottom: 12px;
  color: var(--white);
}

.footer-grid a {
  margin-bottom: 7px;
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

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

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

  .hero-grid,
  .story-grid,
  .future-grid,
  .experience-grid,
  .about-grid,
  .offer-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .story-title {
    position: static;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-lead {
    margin-inline: auto;
  }

  .hero-actions,
  .hero-trust {
    justify-content: center;
  }

  .hero-checks {
    max-width: 620px;
    margin-inline: auto;
    text-align: left;
  }

  .video-card {
    width: min(400px, 100%);
    margin-inline: auto;
  }

  .experience-cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 76px;
  }

  .container {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    position: static;
  }

  .header-cta {
    display: none;
  }

  .hero,
  .story,
  .impact,
  .comparison,
  .future,
  .method,
  .experience,
  .about,
  .offer,
  .faq,
  .final-cta {
    padding: 72px 0;
  }

  .hero h1 {
    font-size: 50px;
  }

  .comparison-grid,
  .experience-cards,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 12px;
    z-index: 90;
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--wine), var(--wine-dark));
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(71, 19, 47, 0.3);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* =========================================================
   CORREÇÃO DOS BLOCOS DE CTA — DESKTOP E CELULAR
   ========================================================= */
.cta-band,
.cta-band-light {
  padding: 72px 0;
  overflow: hidden;
}

.cta-band {
  background: linear-gradient(135deg, #fff8f0 0%, #f8e9df 100%);
}

.cta-band-light {
  background: #fffdf9;
}

.cta-band-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  align-items: center;
  gap: 56px;
}

.cta-band-content > div {
  min-width: 0;
}

.cta-kicker {
  display: block;
  margin-bottom: 18px;
  color: var(--wine);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.5;
}

.cta-band-content h2 {
  max-width: 760px;
  margin: 0 0 22px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.cta-band-content p {
  max-width: 670px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.7;
}

.cta-band-content .btn {
  width: 100%;
  min-width: 0;
  padding: 20px 24px;
  white-space: normal;
  text-align: center;
  line-height: 1.35;
}

@media (max-width: 820px) {
  .cta-band,
  .cta-band-light {
    padding: 58px 0;
  }

  .cta-band-content {
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: stretch;
  }

  .cta-band-content h2 {
    max-width: none;
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.16;
  }

  .cta-band-content p {
    max-width: none;
    font-size: 18px;
    line-height: 1.65;
  }

  .cta-band-content .btn {
    display: flex;
    width: 100%;
    max-width: none;
    min-height: 58px;
    margin: 0;
    align-items: center;
    justify-content: center;
    position: static;
    transform: none;
  }
}

@media (max-width: 480px) {
  .container {
    width: calc(100% - 32px);
  }

  .cta-band,
  .cta-band-light {
    padding: 48px 0;
  }

  .cta-band-content {
    gap: 26px;
  }

  .cta-kicker {
    margin-bottom: 14px;
    font-size: 12px;
    letter-spacing: 0.16em;
  }

  .cta-band-content h2 {
    margin-bottom: 18px;
    font-size: clamp(30px, 9.5vw, 39px);
    line-height: 1.18;
    letter-spacing: -0.025em;
  }

  .cta-band-content p {
    font-size: 17px;
    line-height: 1.6;
  }

  .cta-band-content .btn {
    padding: 18px 20px;
    border-radius: 16px;
    font-size: 16px;
  }
}

/* =====================================================
   AJUSTES RESPONSIVOS — CELULAR E TABLET
   Mantém a identidade visual original
===================================================== */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

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

/* Tablet */
@media (max-width: 920px) {

  .container {
    width: min(100% - 40px, 1180px);
  }

  .main-nav {
    display: none;
  }

  .header-inner {
    min-height: 74px;
    gap: 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 17px;
  }

  .brand span {
    font-size: 10px;
  }

  .header-cta {
    padding: 11px 15px;
    font-size: 12px;
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
    padding: 70px 0 60px;
  }

  .hero-grid,
  .story-grid,
  .future-grid,
  .experience-grid,
  .about-grid,
  .offer-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

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

  .hero-copy h1 {
    font-size: clamp(44px, 8vw, 68px);
    line-height: 0.98;
  }

  .video-card {
    width: min(100%, 620px);
    margin-inline: auto;
  }

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

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

  .experience-cards {
    grid-template-columns: 1fr 1fr;
  }

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

  .testimonial-featured {
    grid-column: 1 / -1;
  }

  .cta-band-content {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: left;
  }

  .cta-band-content .btn {
    justify-self: start;
  }

  .about-image {
    max-width: 560px;
    margin-inline: auto;
  }
}


/* Celular */
@media (max-width: 640px) {

  body {
    padding-bottom: 76px;
  }

  .container {
    width: min(100% - 28px, 1180px);
  }

  section {
    scroll-margin-top: 76px;
  }

  .site-header {
    position: sticky;
    top: 0;
  }

  .header-inner {
    min-height: 66px;
    padding-block: 8px;
  }

  .brand strong {
    font-size: 15px;
  }

  .brand span {
    display: none;
  }

  .header-cta {
    padding: 10px 12px;
    border-radius: 999px;
    font-size: 11px;
  }

  .hero {
    padding: 48px 0 42px;
  }

  .hero-grid {
    gap: 30px;
  }

  .eyebrow,
  .section-kicker {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .hero-copy h1 {
    margin: 16px 0;
    font-size: clamp(39px, 12vw, 54px);
    line-height: 0.96;
    letter-spacing: -0.045em;
  }

  .hero-copy h1 br {
    display: none;
  }

  .hero-lead {
    max-width: none;
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-checks {
    gap: 9px;
    padding-left: 0;
  }

  .hero-checks li {
    font-size: 14px;
    line-height: 1.45;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    text-align: center;
  }

  .hero-trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .video-card {
    width: 100%;
    border-radius: 18px;
  }

  .video-card-head,
  .video-card-foot {
    padding: 11px 13px;
    font-size: 10px;
  }

  .video-card video {
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    background: #000;
  }

  .story,
  .comparison,
  .future,
  .method,
  .experience,
  .testimonials,
  .about,
  .offer,
  .faq,
  .final-cta {
    padding-block: 64px;
  }

  .story-grid,
  .future-grid,
  .experience-grid,
  .about-grid,
  .offer-grid,
  .faq-grid {
    gap: 30px;
  }

  .story-title {
    position: static;
  }

  .story-title h2,
  .section-heading h2,
  .future-copy h2,
  .experience-copy h2,
  .about-copy h2,
  .offer-copy h2,
  .faq-copy h2,
  .final-cta h2,
  .impact h2,
  .cta-band h2,
  .cta-band-light h2,
  .cta-band-dark h2 {
    font-size: clamp(32px, 9vw, 43px);
    line-height: 1.03;
    overflow-wrap: anywhere;
  }

  .story-list {
    gap: 12px;
  }

  .story-item {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 17px 15px;
  }

  .story-item > span {
    font-size: 12px;
  }

  .story-item p {
    font-size: 14px;
    line-height: 1.55;
  }

  .impact .container,
  .section-heading,
  .future-copy,
  .experience-copy,
  .about-copy,
  .offer-copy,
  .faq-copy {
    text-align: left;
  }

  .comparison-grid,
  .timeline,
  .experience-cards,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .comparison-card,
  .timeline-item,
  .experience-card,
  .testimonial-card {
    padding: 22px 19px;
  }

  .comparison-card h3,
  .timeline-item h3,
  .experience-card strong {
    font-size: 19px;
  }

  .future-list {
    gap: 12px;
  }

  .future-item {
    grid-template-columns: 42px 1fr;
    padding: 18px 15px;
  }

  .timeline-item {
    min-height: auto;
  }

  .testimonial-featured {
    grid-column: auto;
  }

  .testimonial-card p {
    font-size: 15px;
    line-height: 1.65;
  }

  .about-image {
    width: 100%;
    max-width: 420px;
  }

  .about-image img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }

  .credentials {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cta-band,
  .cta-band-light,
  .cta-band-dark {
    padding-block: 44px;
  }

  .cta-band-content {
    gap: 20px;
  }

  .cta-band-content .btn,
  .urgency-box .btn,
  .offer-card .btn,
  .final-cta .btn {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    text-align: center;
  }

  .urgency {
    padding-block: 44px;
  }

  .urgency-box {
    padding: 28px 20px;
    border-radius: 20px;
  }

  .urgency-box h2 {
    font-size: 29px;
    line-height: 1.08;
  }

  .offer-card {
    padding: 28px 20px;
  }

  .price {
    font-size: clamp(48px, 15vw, 68px);
  }

  .faq-list details {
    padding: 0;
  }

  .faq-list summary {
    padding: 17px 14px;
    font-size: 14px;
    line-height: 1.4;
  }

  .faq-list details p {
    padding: 0 14px 17px;
    font-size: 14px;
    line-height: 1.6;
  }

  .site-footer {
    padding-bottom: 32px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mobile-sticky-cta {
    position: fixed;
    z-index: 9999;
    right: 12px;
    bottom: 12px;
    left: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: auto;
    min-height: 52px;
    padding: 13px 18px;

    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
  }
}


/* Celulares muito pequenos */
@media (max-width: 380px) {

  .container {
    width: min(100% - 22px, 1180px);
  }

  .hero-copy h1 {
    font-size: 37px;
  }

  .header-cta {
    font-size: 10px;
    padding-inline: 10px;
  }

  .story-title h2,
  .section-heading h2,
  .future-copy h2,
  .experience-copy h2,
  .about-copy h2,
  .offer-copy h2,
  .faq-copy h2,
  .final-cta h2 {
    font-size: 30px;
  }
}


/* Remove animações pesadas para quem prefere menos movimento */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal,
  .anim-hero-copy,
  .anim-hero-video,
  .anim-title,
  .anim-card,
  .anim-timeline,
  .anim-testimonial-left,
  .anim-testimonial-right {
    opacity: 1 !important;
    transform: none !important;
  }
}



/* =========================================================
   AJUSTE FINAL PARA CELULAR
   Cole este bloco no FINAL de grupo-financas-premium.css
   ========================================================= */



@media (max-width: 640px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    padding-bottom: 76px;
  }

  .container {
    width: calc(100% - 28px);
  }

  .hero {
    min-height: auto;
    padding: 40px 0 44px;
  }

  .hero-grid,
  .story-grid,
  .future-grid,
  .experience-grid,
  .about-grid,
  .offer-grid,
  .faq-grid,
  .comparison-grid,
  .experience-cards,
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

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

  .hero h1 {
    margin: 16px 0;
    font-size: clamp(38px, 11vw, 48px);
    line-height: 1.03;
    letter-spacing: -0.035em;
  }

  .hero h1 br {
    display: block;
  }

  .hero h1 em {
    display: block;
    margin-top: 8px;
  }

  .hero-lead {
    font-size: 16px;
    line-height: 1.6;
  }

  .hero-actions,
  .hero-trust {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn,
  .hero-actions .btn,
  .cta-band-content .btn,
  .urgency-box .btn,
  .offer-card .btn,
  .final-cta .btn {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    white-space: normal;
    text-align: center;
  }

  .video-card {
    width: 100%;
    max-width: 390px;
    margin-inline: auto;
  }

  .story,
  .impact,
  .comparison,
  .future,
  .method,
  .experience,
  .testimonials,
  .about,
  .offer,
  .faq,
  .final-cta {
    padding: 44px 0;
  }

  .cta-band,
  .cta-band-light,
  .cta-band-dark,
  .urgency {
    padding: 34px 0;
  }

  .story-title {
    position: static;
  }

  .section-heading h2,
  .story-title h2,
  .impact h2,
  .future-copy h2,
  .experience-copy h2,
  .about-copy h2,
  .offer-copy h2,
  .faq-copy h2,
  .final-cta h2,
  .cta-band-content h2 {
    font-size: clamp(30px, 8.7vw, 39px);
    line-height: 1.08;
    overflow-wrap: normal;
    word-break: normal;
  }

  .story-item,
  .future-item {
    grid-template-columns: 38px 1fr;
    gap: 10px;
    padding: 16px 14px;
  }

  .timeline-item {
    grid-template-columns: 44px 1fr;
    gap: 12px;
  }

  .timeline-item > span {
    width: 44px;
    height: 44px;
    border-width: 6px;
  }

  .timeline-item > div {
    padding: 17px 15px;
  }

  .about-image {
    display: block;
    width: 100%;
    max-width: 360px;
    margin-inline: auto;
  }

  .about-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }

   }
   
/* =========================================================
   CORREÇÃO FINAL — ANIMAÇÕES, INVESTIMENTO E BOTÕES
   ========================================================= */

/* BLOCO DE INVESTIMENTO */
.offer-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background:
    radial-gradient(
      circle at top right,
      rgba(217, 170, 82, 0.17),
      transparent 34%
    ),
    rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 70px rgba(28, 8, 24, 0.28);
}

.offer-label {
  display: block !important;
  margin-bottom: 7px;
  color: #ffd9ad !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 1 !important;
  visibility: visible !important;
}

.offer-card .price {
  display: block !important;
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.offer-card .offer-subtitle {
  display: block !important;
  color: rgba(255, 255, 255, 0.82) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.offer-card .offer-list,
.offer-card .offer-list li {
  color: rgba(255, 255, 255, 0.94) !important;
}

.offer-card small {
  color: rgba(255, 255, 255, 0.72) !important;
}


/* BOTÃO PRINCIPAL DE CONFIRMAÇÃO / RESERVA */
.offer-card .btn,
.urgency-box .btn,
.final-cta .btn {
  position: relative;
  z-index: 2;
  display: inline-flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  border: 2px solid rgba(255, 255, 255, 0.88);
  background: linear-gradient(135deg, #ffffff, #ffe7c8);
  color: var(--wine-dark) !important;
  font-size: 16px;
  font-weight: 800;
  box-shadow:
    0 18px 42px rgba(18, 6, 16, 0.28),
    0 0 0 5px rgba(255, 255, 255, 0.08);
  animation: destaqueBotao 2.3s ease-in-out infinite;
}

.offer-card .btn:hover,
.urgency-box .btn:hover,
.final-cta .btn:hover {
  transform: translateY(-3px) scale(1.015);
  box-shadow:
    0 24px 54px rgba(18, 6, 16, 0.34),
    0 0 0 7px rgba(255, 255, 255, 0.1);
}

@keyframes destaqueBotao {
  0%,
  100% {
    transform: translateY(0);
    box-shadow:
      0 18px 42px rgba(18, 6, 16, 0.28),
      0 0 0 4px rgba(255, 255, 255, 0.07);
  }

  50% {
    transform: translateY(-3px);
    box-shadow:
      0 24px 55px rgba(18, 6, 16, 0.35),
      0 0 0 8px rgba(255, 255, 255, 0.11);
  }
}


/* CELULAR */
@media (max-width: 640px) {
  .offer-card {
    padding: 28px 20px !important;
  }

  .offer-label {
    font-size: 12px;
  }

  .offer-card .price {
    font-size: clamp(50px, 16vw, 66px) !important;
    line-height: 1;
  }

  .offer-card .btn,
  .urgency-box .btn,
  .final-cta .btn {
    width: 100% !important;
    min-height: 58px;
    padding: 15px 18px;
    text-align: center;
  }

  .hero h1 em {
    display: block;
    margin-top: 9px;
  }
}


/* ACESSIBILIDADE */
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .anim-hero-copy,
  .anim-hero-video,
  .anim-title,
  .anim-card,
  .anim-timeline,
  .anim-testimonial-left,
  .anim-testimonial-right {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .offer-card .btn,
  .urgency-box .btn,
  .final-cta .btn {
    animation: none !important;
  }
}

/* DESTAQUE DO BOTÃO "QUERO PARTICIPAR" */
.cta-band-dark .btn,
.cta-band .btn,
.cta-band-light .btn {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--wine);
  background: linear-gradient(135deg, var(--wine), var(--wine-dark));
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 800;
  box-shadow:
    0 18px 42px rgba(71, 19, 47, 0.26),
    0 0 0 5px rgba(113, 35, 79, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  animation: pulsarCTA 2.4s ease-in-out infinite;
}

.cta-band-dark .btn:hover,
.cta-band .btn:hover,
.cta-band-light .btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow:
    0 24px 54px rgba(71, 19, 47, 0.34),
    0 0 0 8px rgba(113, 35, 79, 0.1);
}

@keyframes pulsarCTA {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

/* ANIMAÇÕES ELEGANTES DAS SEÇÕES */
.reveal,
.anim-hero-copy,
.anim-hero-video,
.anim-title,
.anim-card,
.anim-timeline,
.anim-testimonial-left,
.anim-testimonial-right {
  opacity: 0;
  transition:
    opacity 0.85s ease,
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--anim-delay, 0ms);
}

.reveal,
.anim-title,
.anim-card,
.anim-timeline {
  transform: translateY(36px);
}

.anim-hero-copy,
.anim-testimonial-left {
  transform: translateX(-38px);
}

.anim-hero-video,
.anim-testimonial-right {
  transform: translateX(38px);
}

.reveal.is-visible,
.anim-hero-copy.is-visible,
.anim-hero-video.is-visible,
.anim-title.is-visible,
.anim-card.is-visible,
.anim-timeline.is-visible,
.anim-testimonial-left.is-visible,
.anim-testimonial-right.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* =========================================================
   DEPOIMENTOS — 3 CARTÕES LADO A LADO
   ========================================================= */

.testimonials {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(
      circle at 18% 15%,
      rgba(223, 108, 94, 0.1),
      transparent 30%
    ),
    linear-gradient(180deg, #fffaf4 0%, #f7e9df 100%);
}

.testimonials .section-heading {
  margin-bottom: 44px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.testimonial-card,
.testimonial-featured {
  grid-column: auto !important;
  grid-row: auto !important;
  min-height: 100%;
  padding: 30px 26px;
  border: 1px solid rgba(113, 35, 79, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 20px 48px rgba(71, 19, 47, 0.1);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.testimonial-featured {
  background:
    radial-gradient(
      circle at top right,
      rgba(217, 170, 82, 0.13),
      transparent 34%
    ),
    linear-gradient(145deg, var(--wine-dark), var(--plum));
  color: #ffffff;
  box-shadow: 0 25px 58px rgba(71, 19, 47, 0.24);
}

.testimonial-card:hover,
.testimonial-featured:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 64px rgba(71, 19, 47, 0.17);
}

.quote-mark {
  margin-bottom: 18px;
  color: var(--coral);
  font-family: "Playfair Display", serif;
  font-size: 64px;
  line-height: 0.7;
}

.testimonial-featured .quote-mark {
  color: #ffd9ad;
}

.testimonial-card p,
.testimonial-featured p {
  margin: 0;
  font-size: 16px !important;
  line-height: 1.75;
}

.testimonial-card p {
  color: var(--ink-soft);
}

.testimonial-featured p {
  color: rgba(255, 255, 255, 0.92) !important;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 26px;
}

.testimonial-avatar {
  display: grid;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--coral), var(--wine));
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(113, 35, 79, 0.2);
}

.testimonial-featured .testimonial-avatar {
  background: linear-gradient(135deg, #ffd9ad, #df6c5e);
  color: var(--wine-dark);
}

.testimonial-author strong,
.testimonial-author span {
  display: block;
}

.testimonial-author strong {
  color: var(--wine-dark);
  font-size: 14px;
  line-height: 1.35;
}

.testimonial-author span {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 12px;
}

.testimonial-featured .testimonial-author strong {
  color: #ffffff;
}

.testimonial-featured .testimonial-author span {
  color: rgba(255, 255, 255, 0.7);
}

.testimonial-note {
  max-width: 820px;
  margin: 28px auto 0;
  padding: 13px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}


/* ANIMAÇÃO DOS 3 CARTÕES */
.anim-testimonial-left,
.anim-testimonial-right {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.85s ease,
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--anim-delay, 0ms);
}

.anim-testimonial-left.is-visible,
.anim-testimonial-right.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/* TABLET */
@media (max-width: 920px) {
  .testimonials-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-card:last-child {
    grid-column: 1 / -1;
  }
}


/* CELULAR */
@media (max-width: 640px) {
  .testimonials {
    padding: 56px 0;
  }

  .testimonials .section-heading {
    margin-bottom: 28px;
    text-align: left;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .testimonial-card:last-child {
    grid-column: auto;
  }

  .testimonial-card,
  .testimonial-featured {
    padding: 23px 19px;
    border-radius: 20px;
  }

  .testimonial-card p,
  .testimonial-featured p {
    font-size: 15px !important;
    line-height: 1.7;
  }

  .quote-mark {
    font-size: 55px;
  }

  .testimonial-note {
    margin-top: 20px;
    text-align: left;
  }
}

/* Evita travamentos durante as animações */
.reveal,
.anim-hero-copy,
.anim-hero-video,
.anim-title,
.anim-card,
.anim-timeline,
.anim-testimonial-left,
.anim-testimonial-right {
  will-change: opacity, transform;
  backface-visibility: hidden;
}

.reveal.is-visible,
.anim-hero-copy.is-visible,
.anim-hero-video.is-visible,
.anim-title.is-visible,
.anim-card.is-visible,
.anim-timeline.is-visible,
.anim-testimonial-left.is-visible,
.anim-testimonial-right.is-visible {
  will-change: auto;
}

/* =========================================================
   ANIMAÇÕES PREMIUM — SUAVES E SEM TRAVAMENTO
   ========================================================= */

.reveal,
.anim-hero-copy,
.anim-hero-video,
.anim-title,
.anim-card,
.anim-timeline,
.anim-testimonial-left,
.anim-testimonial-right {
  opacity: 0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition:
    opacity 0.8s ease,
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--anim-delay, 0ms);
}

/* Títulos e blocos gerais */
.reveal,
.anim-title {
  transform: translateY(38px);
}

/* Texto inicial */
.anim-hero-copy {
  transform: translate3d(-42px, 18px, 0);
}

/* Vídeo inicial */
.anim-hero-video {
  transform: translate3d(42px, 18px, 0) scale(0.96);
}

/* Cards */
.anim-card {
  transform: translateY(42px) scale(0.97);
}

/* Linha do tempo */
.anim-timeline {
  transform: translateX(-28px);
}

/* Depoimentos */
.anim-testimonial-left {
  transform: translate3d(-42px, 26px, 0) rotate(-1deg);
}

.anim-testimonial-right {
  transform: translate3d(42px, 26px, 0) rotate(1deg);
}

/* Estado visível */
.reveal.is-visible,
.anim-hero-copy.is-visible,
.anim-hero-video.is-visible,
.anim-title.is-visible,
.anim-card.is-visible,
.anim-timeline.is-visible,
.anim-testimonial-left.is-visible,
.anim-testimonial-right.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1) rotate(0);
}


/* MOVIMENTO ELEGANTE NOS CARDS */
.story-item,
.comparison-card,
.future-item,
.experience-card,
.testimonial-card,
.offer-card,
.urgency-box {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.story-item:hover,
.comparison-card:hover,
.future-item:hover,
.experience-card:hover,
.testimonial-card:hover,
.offer-card:hover,
.urgency-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 58px rgba(71, 19, 47, 0.16);
}


/* BRILHO DISCRETO NOS BOTÕES */
.btn,
.header-cta,
.mobile-sticky-cta {
  position: relative;
  overflow: hidden;
}

.btn::after,
.header-cta::after,
.mobile-sticky-cta::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -70%;
  width: 45%;
  height: 220%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.42),
    transparent
  );
  transform: rotate(18deg);
  transition: left 0.7s ease;
  pointer-events: none;
}

.btn:hover::after,
.header-cta:hover::after,
.mobile-sticky-cta:hover::after {
  left: 130%;
}


/* VÍDEO COM RESPIRAÇÃO MUITO SUAVE */
.video-card.is-visible {
  animation: respirarVideo 5s ease-in-out 1.1s infinite;
}

@keyframes respirarVideo {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}


/* BOTÃO PRINCIPAL EM DESTAQUE */
.cta-band-dark .btn,
.offer-card .btn,
.urgency-box .btn,
.final-cta .btn {
  animation: pulsoElegante 2.8s ease-in-out infinite;
}

@keyframes pulsoElegante {
  0%,
  100% {
    box-shadow:
      0 16px 34px rgba(71, 19, 47, 0.22),
      0 0 0 0 rgba(217, 170, 82, 0);
  }

  50% {
    box-shadow:
      0 22px 46px rgba(71, 19, 47, 0.3),
      0 0 0 7px rgba(217, 170, 82, 0.1);
  }
}


/* MOVIMENTO SUAVE NO FUNDO DO HERO */
.hero::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -120px;
  bottom: -140px;
  border-radius: 50%;
  background: rgba(113, 35, 79, 0.08);
  filter: blur(65px);
  pointer-events: none;
  animation: flutuarFundo 8s ease-in-out infinite;
}

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

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


/* CELULAR: MANTÉM EFEITOS, MAS MAIS LEVES */
@media (max-width: 640px) {
  .anim-hero-copy,
  .anim-hero-video,
  .anim-testimonial-left,
  .anim-testimonial-right {
    transform: translateY(28px);
  }

  .video-card.is-visible {
    animation-duration: 6s;
  }

  .story-item:hover,
  .comparison-card:hover,
  .future-item:hover,
  .experience-card:hover,
  .testimonial-card:hover,
  .offer-card:hover,
  .urgency-box:hover {
    transform: none;
  }
}


/* ACESSIBILIDADE */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }

  .reveal,
  .anim-hero-copy,
  .anim-hero-video,
  .anim-title,
  .anim-card,
  .anim-timeline,
  .anim-testimonial-left,
  .anim-testimonial-right {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* BOTÃO FLUTUANTE — CORREÇÃO FINAL */
@media (max-width: 640px) {
  body {
    padding-bottom: 95px;
  }

  .mobile-sticky-cta {
    position: fixed !important;
    left: 14px !important;
    right: 14px !important;
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    min-height: 58px;
    z-index: 99999 !important;

    display: flex !important;
    align-items: center;
    justify-content: center;

    padding: 15px 20px;
    border-radius: 999px;
    background: linear-gradient(
      135deg,
      var(--wine),
      var(--wine-dark)
    );
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;

    box-shadow: 0 18px 42px rgba(47, 10, 38, 0.38);
  }
}

/* ANIMAÇÕES AO ROLAR A PÁGINA */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.8s ease var(--anim-delay, 0ms),
    transform 0.8s ease var(--anim-delay, 0ms);
  will-change: opacity, transform;
}

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

/* Variações opcionais */
.reveal-left {
  transform: translateX(-35px);
}

.reveal-right {
  transform: translateX(35px);
}

.reveal-left.is-visible,
.reveal-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 680px) {
  .story {
    padding: 48px 0 !important;
  }

  .story-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .story-title {
    position: static !important;
    top: auto !important;
  }

  .story-list {
    margin: 0 !important;
    padding: 0 !important;
  }
}