html, body {
  max-width: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
    /* HERO */
    .hero {
      position: relative;
      width: 100%;
      height: 75vh;
      background:
        linear-gradient(to right,
          rgba(255,255,255,0.95) 45%,
          rgba(255,255,255,0.15) 65%,
          rgba(255,255,255,0) 100%
        ),
        url('../imag/banner.webp') right center / contain no-repeat;
      
      display: flex;
      align-items: center;
      padding: 40px 8%;
      margin-top:50px;
    }
    .hero-content {
      max-width: 600px;
    }

    .badge {
      display: inline-block;
      background: #0b3c5d;
      color: #fff;
      font-size: 12px;
      padding: 6px 14px;
      border-radius: 20px;
      margin-bottom: 15px;
      font-weight: 600;
    }

    .hero h1 {
      font-size: 42px;
      line-height: 1.2;
      color: #0b1f33;
      margin-bottom: 15px;
    }

    .hero p {
      font-size: 16px;
      color: #444;
      margin-bottom: 25px;
    }

    .btn-whatsapp {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: #0b3c5d;
      color: #fff;
      padding: 14px 24px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: 600;
      transition: background 0.3s;
    }

    .btn-whatsapp:hover {
      background: #0a2f48;
    }

    /* FEATURES */
    .features {
      background: #fff;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      padding: 30px 8%;
      margin-top: 10px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
      border-radius: 12px;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }

    .feature {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .feature i {
      font-size: 28px;
      color: #0b3c5d;
    }

    .feature h4 {
      font-size: 15px;
      font-weight: 600;
      color: #0b1f33;
    }

    .feature p {
      font-size: 13px;
      color: #555;
    }

    /* RESPONSIVO */
    @media (max-width: 992px) {
      .hero {
        background: linear-gradient(to bottom, rgba(255,255,255,0.95) 60%, rgba(255,255,255,0.6)),
                    url('../imag/banner.png') center/cover no-repeat;
        min-height: auto;
        padding: 60px 6%;
      }

      .hero h1 {
        font-size: 34px;
      }

      .features {
        grid-template-columns: 1fr;
        margin-top: 20px;
      }
    }

    @media (max-width: 576px) {
      .hero h1 {
        font-size: 28px;
      }

      .hero p {
        font-size: 14px;
      }
    }

    .areas {
      max-width: 1800px;
      margin: 50px auto;
      padding: 0 20px;
    }

    .areas h2 {
      text-align: center;
      font-family: 'Poppins', sans-serif;
      font-size: 36px;
      margin-bottom: 10px;
    }

    .areas-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 10px;
      justify-content: center;
    }

    .area-card {
      background: #fff;
      border-radius: 16px;
      padding: 20px 10px 10px;
      text-align: center;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
    }

    .area-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
    }

    .icon-box {
      width: 30px;
      height: 70px;
      margin: 0 auto 18px;
      background: #f2f6fb;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      color: #1f4fd8;
    }

    .area-card p {
      font-size: 16px;
      font-weight: 500;
    }

    .sobre {
      width: 100%;
      padding: 80px 60px; /* mais espaço lateral */
      max-width: 1800px;
      margin: 20px auto;
    }

    .sobre-grid {
      display: grid;
  grid-template-columns: 1.1fr 1fr 0.9fr;
  gap: 25px;
  align-items: stretch; /* 👈 permite igualar alturas */
    }

    .sobre-texto,
.sobre-imagem,
.horario {
  margin: 0;
  padding-top: 22px; /* valor base do mockup */
  align-self: flex-start;
}

    /* COLUNA ESQUERDA */
    .sobre-texto {
      background: #ffffff;
      border-radius: 20px;
    
      padding: 22px 30px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    .tag {
      display: inline-block;
      background: #e9efff;
      color: #1f4fd8;
      font-size: 13px;
      font-weight: 600;
      padding: 6px 14px;
      line-height: 1;
      position: relative;
      border-radius: 999px;
      margin-bottom: 16px;
      top: 0;
    }

    .sobre-texto h2 {
      font-size: 30px;
      font-weight: 600;
      line-height: 1.25;
      margin-bottom: 16px;
    }

    .sobre-texto p {
      font-size: 14px;
      color: #475569;
      margin-bottom: 18px;
    }

    .beneficios {
      margin: 0;
      padding: 0;
    }

    .beneficios li {
      list-style: none;
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
      margin-bottom: 10px;
      
    }

    .beneficios i {
      color: #1f4fd8;
      font-size: 16px;
    }

    /* IMAGEM CENTRAL */
    .sobre-imagem {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
      height: 100%;
      padding: 0;
    }

    .sobre-imagem img {
      width: 100%;
      height: 90%;
      object-fit: fill;
      display: block;

    }

    /* HORÁRIO */
    .horario {
      background: linear-gradient(180deg, #0b2545, #0a1d37);
      color: #ffffff;
      border-radius: 20px;
      padding: 22px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.15);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-self: flex-start; /* reforço */
    }

    .sobre-texto h2,
.sobre-texto p,
.beneficios {
  margin-top: 0;
}

    .horario h3 {
      font-size: 16px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 16px;
    }

    .horario-box {
      background: #ffffff;
      color: #0f172a;
      border-radius: 14px;
      padding: 14px;
    }

    .linha {
      display: flex;
      justify-content: space-between;
      font-size: 14px;
      padding: 8px 0;
      border-bottom: 1px solid #e5e7eb;
    }

    .linha:last-child {
      border-bottom: none;
    }

    .domingo {
      color: #dc2626;
      font-weight: 600;
    }

    .info {
      margin-top: 14px;
      background: #f8fafc;
      color: #0f172a;
      border-radius: 14px;
      padding: 12px;
      font-size: 13px;
      display: flex;
      gap: 8px;
      align-items: center;
    }

    .info i {
      color: #1f4fd8;
    }

    /* RESPONSIVO */
    @media (max-width: 992px) {
      .sobre-grid {
        grid-template-columns: 1fr;
      }

      .sobre-imagem {
        height: 260px;
      }
    }

    @media (max-width: 700px) {
      .areas {
      margin: 40px auto;
      padding: 0 12px;
      }
      .areas-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      }
      .icon-box {
      width: 56px;
      height: 56px;
      font-size: 22px;
      }
      .area-card p {
      font-size: 15px;
      }
      .areas h2 {
      font-size: 26px;
      }
      }
      
      @media (max-width: 420px) {
      .areas {
      margin: 30px 12px;
      padding: 0 10px;
      }
      .areas-grid {
      grid-template-columns: 1fr;
      gap: 12px;
      }
      .area-card {
      padding: 14px 12px;
      border-radius: 12px;
      text-align: left;
      display: flex;
      gap: 12px;
      align-items: center;
      }
      .icon-box {
      flex: 0 0 52px;
      width: 52px;
      height: 52px;
      font-size: 20px;
      margin: 0;
      }
      .area-card p {
      font-size: 15px;
      font-weight: 600;
      margin: 0;
      }
      .areas h2 {
      font-size: 22px;
      text-align: left;
      }
      }
      
      /* ajuste geral para imagens/icones SVG dentro de .icon-box */
      .icon-box img, .icon-box svg {
      max-width: 60%;
      max-height: 60%;
      display: block;
      }
      
      /* reduzir sombra em dispositivos pequenos para performance visual */
      @media (max-width: 700px) {
      .area-card {
      box-shadow: 0 8px 20px rgba(0,0,0,0.06);
      }
      }

  .price-why-section {
  width: 100%;
  padding: 10px 40px;
  background: #f3f6fb;
}

.price-why-container {
  max-width: 1800px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}

/* CARD GERAL */
.price-card,
.why-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* PREÇOS */
.price-badge {
  background: #e8edf7;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.price-title {
  font-size: 26px;
  margin: 14px 0 24px;
}

.price-line {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
  font-size: 15px;
}

.price-line.highlight strong {
  font-size: 18px;
}

.price-services {
  font-size: 14px;
  color: #555;
  margin: 18px 0;
}

.price-notes {
  list-style: none;
  padding: 0;
  margin-bottom: 22px;
}

.price-notes li {
  font-size: 14px;
  margin-bottom: 6px;
}

.price-notes i {
  color: #1f4fd8;
  margin-right: 6px;
}

/* WHY */
.why-title {
  font-size: 26px;
  margin-bottom: 24px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.why-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.why-icon {
  width: 44px;
  height: 44px;
  background: #eef3fb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f4fd8;
}

.why-item strong {
  display: block;
  font-size: 15px;
}

.why-item span {
  font-size: 13px;
  color: #555;
}

/* BOTÕES */
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 24px;
}

.btn-whatsapp.dark {
  background: #0a2540;
  color: #fff;
}

.btn-whatsapp.green {
  background: #25d366;
  color: #fff;
}

.why-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.mini-icons i {
  background: #25d366;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-left: 6px;
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .price-why-container {
    grid-template-columns: 1fr;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

/* ===== GALERIA DA CLÍNICA ===== */
.galeria-clinica {
  padding: 0px 20px;
  background: #f8fafc;
}

.galeria-container {
  max-width: 1200px;
  margin: 0 auto;
}

.galeria-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.galeria-header .tag {
  display: inline-block;
  background: #e6f3ff;
  color: #0d6efd;
  font-weight: 600;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.galeria-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: #0f172a;
  margin-bottom: 15px;
}

.galeria-header p {
  font-family: 'Poppins', sans-serif;
  color: #475569;
  font-size: 16px;
}

/* GRID DE IMAGENS */
.galeria-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.galeria-item {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.galeria-item img {
  width: 80%;
  height:400px;
  object-fit: fill;
  transition: transform 0.5s ease;
}

.galeria-item:hover img {
  transform: scale(1.05);
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .galeria-grid {
    grid-template-columns: 1fr;
  }

  .galeria-header h2 {
    font-size: 28px;
  }
}