:root {
  --pink-main: #c97a8a;
  --pink-deep: #b34768;
  --pink-light: #fdecef;
  --pink-soft: #fff7f8;
  --green-main: #4caf7d;
  --green-dark: #35895f;
  --text-main: #444444;
  --text-dark: #2a2324;
  --white: #ffffff;
  --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.05);
  --shadow-strong: 0 16px 38px rgba(0, 0, 0, 0.08);
  --radius-lg: 18px;
  --radius-xl: 24px;
}

* {
  box-sizing: border-box;
}


body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-main);
  background:
    radial-gradient(circle at 15% 10%, rgba(248, 204, 216, 0.75), transparent 18%),
    radial-gradient(circle at 85% 16%, rgba(250, 217, 225, 0.78), transparent 16%),
    radial-gradient(circle at 12% 48%, rgba(251, 227, 233, 0.68), transparent 16%),
    radial-gradient(circle at 88% 60%, rgba(248, 217, 226, 0.68), transparent 16%),
    linear-gradient(180deg, #fffafb 0%, #fff3f5 48%, #fff7f8 100%);
}

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

.page-container {
  max-width: 1200px;
}

.section-gap {
  padding: 20px 0;
}

.page-shell {
  overflow: hidden;
}

.decorative-panel {
  position: relative;
  overflow: hidden;
}

.decorative-panel::before,
.decorative-panel::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  background:
    radial-gradient(circle at 40% 35%, rgba(250, 211, 221, 0.55), transparent 42%),
    radial-gradient(circle at 70% 65%, rgba(241, 182, 198, 0.45), transparent 38%);
  filter: blur(6px);
  z-index: 0;
}

.decorative-panel::before {
  top: -110px;
  left: -110px;
}

.decorative-panel::after {
  right: -120px;
  bottom: -120px;
}

.hero-section {
  padding: 26px 0 52px;
}

.hero-panel {
  
}

.hero-panel::before {
  background:
    radial-gradient(circle at 50% 50%, rgba(250, 216, 225, 0.68), transparent 34%),
    radial-gradient(circle at 40% 45%, rgba(255, 255, 255, 0.52), transparent 25%);
}

.hero-panel::after {
  background:
    radial-gradient(circle at 55% 48%, rgba(241, 188, 202, 0.48), transparent 36%),
    radial-gradient(circle at 40% 50%, rgba(255, 255, 255, 0.32), transparent 24%);
}

.hero-copy,
.hero-visual,
.section-intro,
.differential-copy {
  position: relative;
  z-index: 1;
}

.hero-title,
.section-heading h2,
.section-intro h2,
.choice-copy h3,
.differential-copy h2,
.authority-card h2,
.price-line,
.faq-section .section-heading h2 {
  font-family: "Playfair Display", serif;
}

.hero-title {
  color: var(--text-dark);
  letter-spacing: -0.04em;
  margin-bottom: 16px;
  font-size: clamp(1.6rem, 5vw, 2.6rem);
  max-width: 650px;
  line-height: 1.3;
}

.hero-title span {
  color: var(--pink-main);
  white-space: nowrap;
}
.hero h1 {
  font-size: clamp(28px, 6vw, 48px);
  line-height: 1.2;
}
@media (max-width: 480px) {
  .hero h1 {
    font-size: 26px;
  }
}


.hero-lead {
  font-size: clamp(1.125rem, 1.5vw, 1.25rem);
  line-height: 1.55;
  color: #666666;
  font-weight: 500;
  max-width: 33ch;
  margin-bottom: 18px;
}

.hero-text {
  font-size: clamp(1.4rem, 6vw, 2rem);
  line-height: 1.5;
  max-width: 31ch;
  margin-bottom: 34px;
  color: #473f41;
}

.hero-list-card {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 24px 28px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(236, 211, 218, 0.8);
  max-width: 450px;
}

.hero-list-card li,
.choice-copy li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 12px;
  color: var(--text-dark);
}

.hero-list-card li:last-child,
.choice-copy li:last-child {
  margin-bottom: 0;
}

.hero-list-card i {
  color: var(--pink-main);
  font-size: 1rem;
  margin-top: 2px;
}

.hero-image {
  max-height: 560px;
  margin-left: 0px;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(194, 145, 160, 0.18));
}

.hero-visual {
  position: relative;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 6% 10% auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 214, 223, 0.55) 0%, rgba(248, 214, 223, 0) 68%);
  z-index: 0;
  pointer-events: none;
}

.hero-visual img {
  position: relative;
  z-index: 1;
}

.transition-section {
  padding-bottom: 10px;
}

.section-intro {
  padding: 10px 24px 2px;
}

.section-intro h2 {
  font-size: clamp(1.85rem, 3vw, 2.125rem);
  line-height: 1.2;
  color: var(--text-dark);
  max-width: 30ch;
  margin: 0 auto 14px;
}

.section-intro h2 span,
.choice-copy h3 span,
.differential-copy h2 span,
.authority-card h2 span,
.payment-strip p span,
.section-heading h2 span {
  color: var(--pink-deep);
}

.section-intro p {
  font-size: clamp(1rem, 1.4vw, 1.0625rem);
  line-height: 1.5;
  max-width: 40ch;
  margin: 0 auto;
  color: #332d2f;
}

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

.section-heading h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: clamp(1.85rem, 2.6vw, 2.125rem);
  line-height: 1.2;
  color: var(--text-dark);
}

.section-heading h2::before,
.section-heading h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 72px;
  height: 1px;
  background: rgba(201, 122, 138, 0.35);
}

.section-heading h2::before {
  right: 100%;
  margin-right: 18px;
}

.section-heading h2::after {
  left: 100%;
  margin-left: 18px;
}

.info-card,
.choice-card,
.authority-card,
.offer-card,
.payment-strip {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(228, 193, 201, 0.5);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.info-card {
  text-align: center;
  padding: 30px 24px 26px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 100%;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.07);
}

.icon-badge {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  color: var(--white);
  font-size: 1.75rem;
  background: linear-gradient(180deg, #ef86a0 0%, #cf5479 100%);
  box-shadow: inset 0 2px 8px rgba(255, 255, 255, 0.3), 0 10px 22px rgba(203, 91, 123, 0.28);
}

.info-card h3 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.375rem, 1.8vw, 1.5rem);
  line-height: 1.2;
  margin-bottom: 12px;
  color: var(--text-dark);
}

.info-card p {
  font-size: 0.96875rem;
  margin-bottom: 0;
  line-height: 1.5;
}

.comfort-thumb {
  width: 104px;
  margin: 0 auto 16px;
}

.comfort-thumb img,
.choice-visual img,
.differential-media img {
  width: 100%;
  border-radius: 20px;
}

.choice-card {
  padding: 30px 32px;
}

.choice-copy h3 {
  font-size: clamp(1.75rem, 2.2vw, 2.125rem);
  line-height: 1.2;
  color: var(--text-dark);
  margin-bottom: 20px;
}

.choice-copy h3 i {
  color: #dd6f8d;
  margin-right: 8px;
}

.choice-copy ul {
  display: grid;
  gap: 10px;
  margin: 0;
}

.choice-copy li {
  font-size: 1rem;
  line-height: 1.5;
}

.choice-copy li i {
  color: #8fc765;
  margin-top: 4px;
}

.choice-visual img {
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.differential-card {
  background: linear-gradient(135deg, rgba(255, 245, 247, 0.98), rgba(251, 218, 227, 0.95));
  border: 1px solid rgba(220, 166, 181, 0.45);
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
  padding: 30px 32px;
}

.differential-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.differential-copy h2 {
  font-size: clamp(1.85rem, 2.6vw, 2.125rem);
  line-height: 1.2;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.differential-copy p {
  font-size: 1rem;
  line-height: 1.55;
  margin-bottom: 16px;
  color: #3d3738;
}

.exclusive-box {
  background: linear-gradient(90deg, #d15376 0%, #c54067 100%);
  color: var(--white);
  border-radius: 16px;
  padding: 15px 18px;
  font-size: 0.95rem;
  line-height: 1.5;
  box-shadow: 0 12px 24px rgba(193, 64, 103, 0.26);
}

.authority-photo img {
  width: 100%;
  max-width: 322px;
  margin: 0 auto;
}

.authority-card {
  padding: 30px 34px;
}

.authority-card h2 {
  font-size: clamp(1.85rem, 2.6vw, 2.125rem);
  line-height: 1.2;
  margin-bottom: 12px;
  color: var(--text-dark);
}

.authority-card h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  line-height: 1.2;
  margin-bottom: 8px;
  font-weight: 700;
  color: #372f31;
}

.authority-card p {
  font-size: 1rem;
  margin-bottom: 14px;
  line-height: 1.5;
}

.authority-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: #524b4d;
}

.authority-item i {
  color: #d66786;
  font-size: 1.2rem;
}

.offer-card {
  padding: 30px 34px;
  box-shadow: var(--shadow-strong);
}

.offer-media img {
  max-width: 228px;
  margin: 0 auto;
}

.offer-quote {
  font-size: 1rem;
  line-height: 1.5;
  color: #5b5455;
  margin-bottom: 10px;
}

.price-line {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.price-highlight {
  font-size: clamp(2.4rem, 4vw, 3.75rem);
  line-height: 1;
  color: var(--green-dark);
  font-weight: 800;
}

.price-note {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  color: #2f2b2b;
  font-weight: 600;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  border: 0;
  border-radius: 50px;
  background: linear-gradient(180deg, #4fb983 0%, #3e9e6c 100%);
  color: var(--white);
  font-size: 1.0625rem;
  font-weight: 600;
  box-shadow: 0 16px 28px rgba(76, 175, 125, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
  background: linear-gradient(180deg, #56c68c 0%, #3d9768 100%);
  transform: scale(1.02);
  box-shadow: 0 18px 34px rgba(76, 175, 125, 0.24);
  color: var(--white);
}

.btn-whatsapp i {
  font-size: 1.45rem;
}

.payment-icons {
  margin-top: 16px;
}

.payment-icons img {
  max-width: 250px;
}

.faq-section {
  padding-top: 46px;
}

.faq-accordion .accordion-item {
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  margin-bottom: 10px;
}

.faq-accordion .accordion-button {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--text-dark);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
  padding: 18px 24px;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #fff9fa;
  color: var(--pink-deep);
}

.faq-accordion .accordion-button::after {
  background-size: 1rem;
  opacity: 0.75;
}

.faq-accordion .accordion-body {
  background: rgba(255, 255, 255, 0.94);
  font-size: 0.97rem;
  color: #5a5053;
  line-height: 1.6;
}

.payment-strip-section {
  padding: 10px 0 0;
}

.payment-strip {
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.fade-up,
.fade-in,
.slide-right,
.scale-in {
  opacity: 0;
  will-change: transform, opacity;
  transition:
    opacity 0.72s ease,
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.fade-up {
  transform: translateY(30px);
}

.fade-in {
  transform: translateY(0);
}

.slide-right {
  transform: translateX(32px);
}

.scale-in {
  transform: translateY(18px) scale(0.95);
}

.fade-up.is-visible,
.fade-in.is-visible,
.slide-right.is-visible,
.scale-in.is-visible {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .fade-up,
  .fade-in,
  .slide-right,
  .scale-in {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.payment-strip-logo img {
  max-width: 190px;
}

.payment-strip p {
  margin: 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.payment-strip-icons img {
  max-width: 210px;
}

.site-footer {
  margin-top: 24px;
  padding: 24px 0 34px;
  background: rgba(253, 236, 239, 0.7);
  border-top: 1px solid rgba(201, 122, 138, 0.12);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer-brand img {
  max-width: 180px;
}

.footer-inner p {
  margin: 0;
  text-align: center;
  flex: 1;
  font-size: 0.95rem;
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(180deg, #53c486 0%, #3ea06d 100%);
  box-shadow: 0 16px 32px rgba(76, 175, 125, 0.34);
  text-decoration: none;
  z-index: 20;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-whatsapp:hover {
  transform: scale(1.06);
  box-shadow: 0 18px 36px rgba(62, 160, 109, 0.42);
  color: var(--white);
}

.floating-whatsapp i {
  font-size: 2rem;
}

@media (min-width: 992px) {
  .hero-copy {
    padding-left: 10px;
    padding-top: 4px;
  }

  .hero-visual {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -34px;
  }

  .hero-section .row {
    --bs-gutter-x: 0.6rem;
  }

  .choice-card .row,
  .differential-card .row,
  .authority-section .row,
  .offer-card .row {
    --bs-gutter-x: 2.4rem;
  }

  .choice-copy,
  .differential-copy,
  .authority-card,
  .offer-copy {
    max-width: 98%;
  }

  .offer-copy {
    padding-left: 4px;
  }
}

@media (max-width: 991.98px) {
  .section-gap {
    padding: 20px 0;
  }

  .hero-panel {
    padding: 36px 28px 22px;
  }

  .hero-title,
  .hero-lead,
  .hero-text {
    max-width: none;
  }

  .hero-image {
    max-height: 420px;
    margin: 0 auto;
  }

  .choice-card,
  .differential-card,
  .authority-card,
  .offer-card {
    padding: 26px;
  }

  .choice-visual img,
  .differential-media img {
    min-height: 240px;
  }

  .section-heading h2::before,
  .section-heading h2::after {
    display: none;
  }

  .payment-strip,
  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding-top: 16px;
  }

  .hero-panel {
    border-radius: 24px;
    padding: 30px 20px 18px;
  }

  .hero-title {
    font-size: clamp(1.4rem, 6vw, 2rem);
    line-height: 1.3;
  }
  }

  .hero-lead {
    font-size: 1.05rem;
    margin-bottom: 16px;
  }

  .hero-text,
  .hero-list-card li,
  .choice-copy li {
    font-size: 1rem;
  }

  .section-intro {
    padding: 2px 10px 0;
  }

  .section-intro h2,
  .section-heading h2,
  .differential-copy h2,
  .authority-card h2 {
    font-size: 1.9rem;
  }

  .info-card {
    padding: 28px 22px 24px;
  }

  .info-card,
  .choice-card,
  .authority-card,
  .offer-card,
  .payment-strip,
  .differential-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-list-card {
    padding: 22px 20px;
  }

  .hero-image {
    max-height: 360px;
  }

  .price-line {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .btn-whatsapp {
    width: 100%;
    justify-content: center;
    font-size: 1rem;
  }

  .payment-icons img {
    max-width: 210px;
  }

  .faq-accordion .accordion-button {
    padding: 18px 18px;
  }

  .payment-strip {
    gap: 14px;
  }

  .floating-whatsapp {
    width: 58px;
    height: 58px;
  }

/* CSS SESSÃO HYBRIDA */

.img-pagamento {
  height: 24px;
  width: auto;
}

/* ANIMAÇÃO BASE */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s ease;
}

.fade-right {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.7s ease;
}

.show {
  opacity: 1;
  transform: translate(0);
}

/* DELAYS (sequência elegante) */
.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.4s; }
.delay-3 { transition-delay: 0.6s; }

/* BOTÃO COM VIDA */
 .btn-whats {
  display: inline-block !important;
  background: #4CAF7D !important;
  color: #fff !important;
  padding: 16px 32px !important;
  border-radius: 50px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}
}

.btn-whats:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(76,175,125,0.35);
}

/* PULSE LEVE (chama atenção sem ser brega) */
.pulse {
  animation: pulse 2.5s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(76,175,125,0.4); }
  70% { box-shadow: 0 0 0 12px rgba(76,175,125,0); }
  100% { box-shadow: 0 0 0 0 rgba(76,175,125,0); }
}

/* CARD INTERATIVO */
.card-final {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-final:hover {
  transform: translateY(-5px);
  box-shadow: 0 35px 90px rgba(0,0,0,0.1);
}

/* IMAGEM MAIS VIVA */
.foto-medica {
  transition: transform 0.4s ease;
}

.foto-medica:hover {
  transform: scale(1.03);
}
.pagamentos {
  padding-top: 25px;

}

