:root {
  --primary: #512580;
  --primary-deep: #a96b82;
  --primary-soft: #f3e6ec;
  --bg: #ffffff;
  --text: #2d2d2d;
  --muted: #777;
}

:root {
  --theme-color: #512580;
  --theme-color2: #f8dee6;
  --theme-color3: #a2747c;
  --title-color: #141d38;
  --body-color: #737887;
  --smoke-color: #f5f5f5;
  --smoke-color2: #e2e8fa;
  --black-color: #000000;
  --black-color2: #080e1c;
  --gray-color: #bdbdbd;
  --white-color: #ffffff;
  --light-color: #72849b;
  --yellow-color: #ffb539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #e0e0e0;
  /* --title-font: 'Nexa Bold', sans-serif; */
  --title-font: "Nexa Regular", sans-serif;
  --body-font: "Nexa Regular", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1220px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  margin: 0 0 15px;
}

body {
  font-family: "Poppins", sans-serif !important;
  color: var(--text);
  background: var(--bg);
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #eee;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

nav a {
  margin: 0 15px;
  color: var(--muted);
  text-decoration: none;
}

nav a:hover {
  color: var(--primary);
}

.hero-title {
  color: #512580;
}

footer .th-btn:before,
footer .th-btn:after {
  background-color: #512580 !important;
}
.btn {
  background: var(--primary);
  color: white;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-block;
}

.hero {
  padding: 120px 0;
  background: linear-gradient(135deg, #f8eef2, #fff);
}

.grid {
  display: grid;
  gap: 40px;
}

.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

h1 {
  font-size: 52px;
  font-weight: 800;
}

h2 {
  font-size: 36px;
  font-weight: 700;
}

.section {
  padding: 100px 0;
}

.card {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

.symptom {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 20px;
  border-radius: 15px;
  background: white;
}

.banner {
  background: linear-gradient(135deg, var(--primary), var(--primary-deep));
  color: white;
  padding: 60px;
  border-radius: 25px;
}

.banner-alert {
  position: relative;
  background: linear-gradient(135deg, #512580, #a96d84);
  border-radius: 32px;
  padding: 60px;
  color: #fff;
  overflow: hidden;
}

.banner-alert .content {
  position: relative;
  max-width: 600px;
}

.banner-alert h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
  line-height: 1.3;
}

.banner-alert p {
  font-size: 1.1rem;
  color: #ffffff;
  width: 95%;
  opacity: 0.9;
}

.icon-alert {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}

/* bolhas */
.circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.circle-top {
  width: 220px;
  height: 220px;
  top: -60px;
  right: -60px;
}

.circle-bottom {
  width: 140px;
  height: 140px;
  bottom: -40px;
  left: -40px;
}

.tratamento-section {
  padding: 100px 0;
}

.tratamento-section .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.tag {
  color: #512580;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.left h2 {
  font-size: 36px;
  margin: 10px 0 20px;
}

.left p {
  color: #6b6b6b;
  line-height: 1.6;
  margin-bottom: 30px;
}

.features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.features .item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

/* CARD DIREITA */
.right {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  border: 1px solid #eee;
}

.right h3 {
  font-size: 26px;
  margin: 10px 0 20px;
}

.right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.right li {
  margin-bottom: 15px;
  font-size: 15px;
}

.alert-box {
  margin-top: 30px;
  background: #d6cfdd;
  padding: 16px;
  border-left: 5px solid #512580;
  border-radius: 10px;
  font-weight: 600;
  color: #512580;
}

.icon-box {
  width: 45px;
  height: 45px;
  background: #d6cfdd;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #512580;
}

.icon-box svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

.banner-cta {
  position: relative;
  background: linear-gradient(135deg, #512580, #a96d84);
  border-radius: 32px;
  padding: 60px;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

/* efeito decorativo (igual bolinhas do React) */
.banner-cta::before,
.banner-cta::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.banner-cta::before {
  width: 250px;
  height: 250px;
  top: -80px;
  right: -80px;
}

.banner-cta::after {
  width: 150px;
  height: 150px;
  bottom: -50px;
  left: -50px;
}

/* conteúdo */
.banner-cta h2 {
  font-size: 2.2rem;
  width: 98%;
  font-weight: 700;
  max-width: 800px;
  margin: 0 auto 20px;
  color: #ffffff;
}

.banner-cta p {
  font-size: 1.1rem;
  opacity: 0.9;
  color: #ffffff;
  margin-bottom: 30px;
}

.btn:hover {
  color: #fcfcfc;
}

/* botão */
.banner-cta .btn-cta {
  background: #fff;
  color: #512580;
  padding: 14px 40px;
  border-radius: 999px;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s;
}

.banner-cta .btn-cta:hover {
  background: #f5f5f5;
}

.cliged-section {
  background: #f5f5f5;
  padding: 100px 0;
}

/* imagem */
.cliged-img {
  width: 100%;
  border-radius: 20px;
}

/* conteúdo */
.cliged-content {
  display: flex;
  flex-direction: column;
}

/* TAG rosa */
.cliged-tag {
  color: #512580;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* título forte */
.cliged-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  /* preto forte */
  margin-bottom: 20px;
}

/* texto */
.cliged-content p {
  color: #6b6b6b;
  line-height: 1.6;
  font-size: 18px;
  width: 98%;
  font-weight: 600;
}

.hero-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #faf4f7, #ffffff, #f6eef2);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f3e6ec;
  color: #512580;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

/* título */
.hero-content h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-content h1 span {
  color: #512580;
}

/* textos */
.hero-desc {
  font-size: 18px;
  color: #666;
  margin-bottom: 15px;
  max-width: 520px;
}

.hero-sub {
  font-size: 15px;
  color: #777;
  margin-bottom: 25px;
}

/* botões */
.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #512580;
  color: #fff;
  padding: 12px 30px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
}

.btn-primary:hover {
  background: #653d91;
}

.btn-outline {
  border: 1px solid #512580;
  color: #512580;
  padding: 12px 30px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
}

.btn-outline:hover {
  background: #dbc9ee;
}

/* imagem */
.hero-image img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.dii-card {
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(201, 145, 166, 0.15);
  transition: all 0.3s ease;
}

.dii-card:hover {
  transform: translateY(-5px);
}

.whats a {
    background-color: #512580;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    display: block;
}

.icon-box {
  width: 50px;
  height: 50px;
  background: #d6cfdd;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #512580;
  font-size: 20px;
}

.features .item i {
  color: #512580;
  font-size: 18px; /* opcional pra padronizar */
}

span {
  color: #512580;
}

.icon-alert {
  width: 40px;
  height: 40px;
  display: block;
  overflow: visible;
}

.icon-cta {
  width: 80px; /* aumenta aqui */
  height: 80px;
  stroke-width: 2;
}

.cliged-swiper {
  position: relative;
}

/* container das setas */
.cliged-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}

/* botões */
.cliged-prev,
.cliged-next {
  width: 45px;
  height: 45px;
  background: var(--primary-soft);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* hover */
.cliged-prev:hover,
.cliged-next:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
}

/* ícone */
.cliged-prev i,
.cliged-next i {
  font-size: 14px;
}

.cliged-swiper {
  width: 100%;
  height: 400px;
}

.cliged-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ================= MOBILE ================= */
@media (max-width: 768px) {
  /* GRID GLOBAL */
  .grid,
  .hero-grid,
  .tratamento-section .grid {
    grid-template-columns: 1fr !important;
    gap: 30px;
  }

  /* HERO */
  .hero-section {
    padding: 60px 0;
    text-align: center;
  }

  .left h2 {
    font-size: 28px;
    margin: 10px 0 20px;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .hero-desc {
    font-size: 16px;
    margin: 0 auto 15px;
  }

  .hero-sub {
    font-size: 14px;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-image {
    order: -1; /* imagem vem primeiro no mobile */
  }

  /* SECTIONS */
  .section,
  .tratamento-section,
  .cliged-section {
    padding: 60px 0;
  }

  h2 {
    font-size: 26px;
  }

  /* CARDS */
  .card {
    padding: 20px;
  }

  .dii-card {
    padding: 20px;
  }

  /* SINTOMAS */
  .symptom {
    padding: 15px;
  }

  /* BANNER ALERTA */
  .banner-alert {
    padding: 30px 20px;
  }

  .banner-alert h3 {
    font-size: 22px;
  }

  .banner-alert p {
    font-size: 15px;
  }

  /* CTA FINAL */
  .banner-cta {
    padding: 40px 20px;
  }

  .banner-cta h2 {
    font-size: 22px;
  }

  .banner-cta p {
    font-size: 14px;
  }

  .banner-cta .btn-cta {
    padding: 12px 25px;
  }

  /* CLIGED */
  .cliged-content {
    text-align: center;
  }

  .cliged-content h2 {
    font-size: 24px;
  }

  .cliged-content p {
    font-size: 16px;
  }

  /* NAV */
  nav {
    display: none; /* some no mobile */
  }

  header .btn {
    padding: 8px 14px;
    font-size: 14px;
  }
}
