* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --azul-logo: #293080;
  --azul-suave: #eaf7ff;
  --azul-medio: #bdeaff;
  --rosa-suave: #ffe6f2;
  --rosa-medio: #f7a8c9;
  --rosa-forte: #e86fa5;
  --verde-whats: #22c76f;
  --texto: #1f2a44;
  --texto-suave: #516079;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--texto);
  background: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

/* HEADER */
.header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #f7d9e8;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 28px rgba(41, 48, 128, 0.08);
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: flex;
  align-items: center;
}

.logo-img {
  width: 135px;
  height: 135px;
  display: block;
  border-radius: 50%;
  object-fit: contain;
  object-position: center;
  background: #fff;
  padding: 7px;
  box-shadow: 0 12px 28px rgba(41, 48, 128, 0.12);
}

.brand-text {
  display: none;
}

nav ul {
  display: flex;
  align-items: center;
  gap: 24px;
}

nav a {
  color: var(--azul-logo);
  font-size: 15px;
  font-weight: 700;
}

nav a:hover {
  color: var(--rosa-forte);
}

.header-whatsapp,
.btn-whatsapp {
  background: linear-gradient(135deg, #74dcca, var(--verde-whats));
  color: #fff;
  box-shadow: 0 12px 28px rgba(34, 199, 111, 0.28);
}

.header-whatsapp {
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

/* HERO */
.hero {
  position: relative;
  min-height: 740px;
  padding: 100px 24px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,0.9), transparent 28%),
    linear-gradient(135deg, #fff7fb 0%, #ffe8f3 38%, #e9f8ff 62%, #dff4ff 100%);
}

.overlay {
  display: none;
}

.hero::before {
  content: "";
  position: absolute;
  right: -170px;
  top: -130px;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(247,168,201,0.5), rgba(189,234,255,0.75));
  z-index: 1;
}

.hero::after {
  content: "";
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  width: 445px;
  height: 445px;
  border-radius: 50%;
  background: url("../IMG/mae-bebe.jpg") center / cover no-repeat;
  border: 14px solid #fff;
  box-shadow: 0 24px 70px rgba(41, 48, 128, 0.22);
  z-index: 2;
}

.hero-box {
  position: relative;
  z-index: 3;
  max-width: 690px;
  margin-left: calc((100% - 1180px) / 2);
}

.hero-tag,
.section-title span,
.about-tag {
  display: inline-block;
  background: linear-gradient(135deg, var(--rosa-medio), var(--azul-medio));
  color: var(--azul-logo);
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 20px;
  box-shadow: 0 10px 24px rgba(247, 168, 201, 0.28);
}

.hero h1 {
  font-size: 56px;
  line-height: 1.08;
  color: #17213c;
  font-weight: 800;
  margin-bottom: 22px;
}

.hero h2 {
  font-size: 25px;
  line-height: 1.45;
  color: var(--azul-logo);
  font-weight: 800;
  margin-bottom: 18px;
}

.hero p {
  font-size: 19px;
  line-height: 1.8;
  color: var(--texto-suave);
  margin-bottom: 32px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.btn-whatsapp,
.btn-secondary {
  display: inline-block;
  padding: 18px 32px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  transition: 0.25s;
  text-align: center;
}

.btn-secondary {
  background: linear-gradient(135deg, var(--rosa-forte), #7fcdf0);
  box-shadow: 0 14px 32px rgba(232, 111, 165, 0.25);
}

.btn-whatsapp:hover,
.btn-secondary:hover,
.header-whatsapp:hover {
  transform: translateY(-2px);
}

.hero-note {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  color: var(--azul-logo);
  border: 2px solid #f7c7dd;
  padding: 14px 20px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(41, 48, 128, 0.12);
}

.hero-points {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  width: 100%;
}

.hero-points span {
  background: rgba(255,255,255,0.9);
  color: var(--azul-logo);
  border: 1px solid #f7c7dd;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(41, 48, 128, 0.08);
}

/* SECOES */
.alert-section,
.benefits,
.about,
.services,
.testimonials,
.final-cta {
  position: relative;
  overflow: hidden;
}

.alert-section::before,
.benefits::before,
.about::before,
.services::before,
.testimonials::before,
.final-cta::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -48px;
  transform: translateX(-50%);
  width: 120%;
  height: 95px;
  background:
    radial-gradient(circle at 25% 40%, rgba(247,168,201,0.45), transparent 24%),
    radial-gradient(circle at 70% 35%, rgba(189,234,255,0.6), transparent 28%),
    linear-gradient(90deg, rgba(255,230,242,0.9), rgba(234,247,255,0.95));
  border-radius: 0 0 50% 50%;
  z-index: 0;
}

.alert-container,
.benefits-container,
.about-container-full,
.services-container,
.testimonials-container,
.final-cta-container {
  position: relative;
  z-index: 1;
}

.alert-section {
  background: linear-gradient(135deg, #fff, var(--rosa-suave), var(--azul-suave));
  padding: 100px 24px 90px;
  text-align: center;
}

.alert-container,
.section-title {
  max-width: 900px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  margin-bottom: 54px;
}

.alert-container h2,
.section-title h2,
.about h2 {
  font-size: 44px;
  line-height: 1.15;
  color: #17213c;
  font-weight: 800;
  margin-bottom: 18px;
}

.alert-container p,
.section-title p,
.about p {
  font-size: 20px;
  color: var(--texto-suave);
  line-height: 1.8;
}

.benefits,
.services,
.testimonials,
.about,
.final-cta {
  padding: 110px 24px;
}

.benefits {
  background: #fff;
}

.services {
  background: linear-gradient(135deg, #fff, #f4fbff);
}

.testimonials {
  background: linear-gradient(135deg, #fff8fc, #fff);
}

.about {
  background: linear-gradient(135deg, var(--rosa-suave), var(--azul-suave));
}

.benefits-container,
.services-container,
.testimonials-container {
  max-width: 1180px;
  margin: 0 auto;
}

/* CARDS */
.benefits-grid,
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.benefit-card,
.service-card,
.testimonial-card,
.about-container-full,
.service-cta {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #f4cddd;
  box-shadow: 0 18px 48px rgba(41, 48, 128, 0.08);
}

.benefit-card,
.service-card {
  padding: 42px 30px;
  border-radius: 22px;
  text-align: center;
  transition: 0.25s;
}

.benefit-card:hover,
.service-card:hover {
  transform: translateY(-7px);
  border-color: var(--rosa-medio);
}

.benefit-icon,
.service-card strong {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rosa-medio), var(--azul-medio));
  color: var(--azul-logo);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 800;
}

.service-card strong {
  line-height: 68px;
}

.benefit-card h3,
.service-card h3 {
  font-size: 24px;
  color: #17213c;
  margin-bottom: 12px;
  font-weight: 800;
}

.benefit-card p,
.service-card p {
  font-size: 17px;
  color: var(--texto-suave);
  line-height: 1.7;
}

.about-container-full {
  max-width: 1080px;
  margin: 0 auto;
  padding: 68px;
  border-radius: 26px;
  text-align: center;
}

.about-btn {
  margin-top: 22px;
}

.service-cta {
  margin-top: 54px;
  padding: 42px;
  border-radius: 24px;
  text-align: center;
  background: linear-gradient(135deg, #fff8fc, #edf9ff);
}

.service-cta h3 {
  font-size: 32px;
  color: #17213c;
  font-weight: 800;
  margin-bottom: 24px;
}

/* DEPOIMENTOS */
.testimonial-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.testimonial-card {
  overflow: hidden;
  border-radius: 24px;
}

.testimonial-track {
  display: flex;
  gap: 0;
  width: 100%;
  transition: transform 0.4s ease;
}

.testimonial-slide {
  min-width: 100%;
  flex: 0 0 100%;
  padding: 46px;
}

.testimonial-content {
  display: flex;
  align-items: center;
  gap: 32px;
}

.client-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid var(--azul-suave);
}

.stars {
  color: #f4b942;
  font-size: 26px;
  margin-bottom: 12px;
}

.testimonial-text p {
  font-size: 20px;
  color: var(--texto);
  line-height: 1.7;
  margin-bottom: 14px;
}

.client-name {
  font-size: 18px;
  font-weight: 800;
  color: var(--azul-logo);
}

.testimonial-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rosa-medio), var(--azul-medio));
  color: var(--azul-logo);
  font-size: 36px;
  cursor: pointer;
  z-index: 10;
}

.testimonial-arrow.left {
  left: -25px;
}

.testimonial-arrow.right {
  right: -25px;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 24px;
}

.testimonial-dot {
  width: 12px;
  height: 12px;
  background: #c8eaff;
  border-radius: 50%;
  cursor: pointer;
}

.testimonial-dot.active {
  background: var(--rosa-forte);
}

/* FINAL CTA */
.final-cta {
  background: linear-gradient(135deg, #f7eaff, #dff5ff, #ffe6f2);
  text-align: center;
}

.final-cta h2 {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 20px;
}

.final-cta p {
  font-size: 21px;
  color: var(--texto-suave);
  margin-bottom: 32px;
  line-height: 1.7;
}

/* WHATSAPP FLOAT */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, #74dcca, var(--verde-whats));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  box-shadow: 0 14px 36px rgba(34, 199, 111, 0.38);
}

.whatsapp-float img {
  width: 36px;
  filter: brightness(0) invert(1);
}

/* FOOTER */
.footer {
  background: #eef8ff;
  color: var(--texto);
  padding: 58px 24px 26px;
}

.footer-container {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 34px;
  align-items: start;
}

.footer-logo {
  width: 155px;
  height: 155px;
  border-radius: 50%;
  object-fit: contain;
  object-position: center;
  background: #fff;
  padding: 7px;
  margin-bottom: 14px;
  box-shadow: 0 12px 28px rgba(41, 48, 128, 0.12);
}

.footer-desc,
.footer-col a,
.footer-bottom {
  color: var(--texto-suave);
}

.footer-desc {
  font-size: 15px;
  line-height: 1.7;
}

.footer-col h4 {
  margin-bottom: 16px;
  font-size: 18px;
  color: var(--azul-logo);
}

.footer-col li {
  margin-bottom: 10px;
}

.footer-col a {
  font-size: 15px;
}

.footer-col a:hover {
  color: var(--rosa-forte);
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
  box-shadow: 0 10px 24px rgba(41, 48, 128, 0.1);
}

.footer-social a:hover {
  transform: translateY(-3px);
}

.footer-social img {
  width: 20px;
}

.footer-line {
  max-width: 1180px;
  margin: 36px auto 22px;
  height: 1px;
  background: rgba(41, 48, 128, 0.14);
}

.footer-bottom {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
}

/* TABLET */
@media (max-width: 980px) {
  .container {
    flex-wrap: wrap;
  }

  .brand {
    width: 100%;
    justify-content: center;
  }

  nav {
    order: 3;
    width: 100%;
  }

  nav ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero {
    text-align: center;
    padding: 70px 18px;
    flex-direction: column;
  }

  .hero-box {
    margin: 0 auto;
  }

  .hero::before {
    width: 460px;
    height: 460px;
    right: -180px;
    top: auto;
    bottom: 80px;
  }

  .hero::after {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 330px;
    height: 330px;
    margin: 42px auto 0;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero h2 {
    font-size: 23px;
  }

  .hero p {
    font-size: 18px;
  }

  .hero-actions {
    justify-content: center;
  }

  .benefits-grid,
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-title h2,
  .about h2,
  .alert-container h2 {
    font-size: 38px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }
}

/* MOBILE */
@media (max-width: 640px) {
  .container {
    padding: 14px 18px;
  }

  .logo-img {
    width: 125px;
    height: 125px;
  }

  nav a {
    font-size: 15px;
  }

  .header-whatsapp {
    width: 100%;
    text-align: center;
    white-space: normal;
  }

  .hero {
    min-height: auto;
    padding: 64px 18px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero h2 {
    font-size: 21px;
  }

  .hero p {
    font-size: 18px;
  }

  .hero::after {
    width: 265px;
    height: 265px;
    border-width: 10px;
  }

  .hero-note,
  .btn-whatsapp,
  .btn-secondary {
    width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .hero-points {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .hero-points span {
    width: 100%;
    text-align: center;
    white-space: normal;
  }

  .section-title h2,
  .about h2,
  .alert-container h2 {
    font-size: 33px;
  }

  .section-title p,
  .about p,
  .alert-container p {
    font-size: 18px;
  }

  .benefits,
  .services,
  .testimonials,
  .about,
  .final-cta,
  .alert-section {
    padding: 76px 18px;
  }

  .benefits-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card,
  .service-card {
    padding: 34px 24px;
  }

  .about-container-full {
    padding: 38px 24px;
  }

  .service-cta {
    padding: 34px 22px;
  }

  .service-cta h3 {
    font-size: 28px;
  }

  .testimonial-slide {
    padding: 34px 22px;
  }

  .testimonial-content {
    flex-direction: column;
    text-align: center;
  }

  .client-img {
    width: 120px;
    height: 120px;
  }

  .testimonial-text p {
    font-size: 18px;
  }

  .testimonial-arrow {
    width: 42px;
    height: 42px;
    font-size: 30px;
  }

  .testimonial-arrow.left {
    left: -10px;
  }

  .testimonial-arrow.right {
    right: -10px;
  }

  .final-cta h2 {
    font-size: 35px;
  }

  .final-cta p {
    font-size: 18px;
  }

  .footer-logo {
    width: 145px;
    height: 145px;
  }

  .whatsapp-float {
    width: 62px;
    height: 62px;
    right: 18px;
    bottom: 18px;
  }

  .whatsapp-float img {
    width: 32px;
  }
}