.wrap{ max-width: 1220px; margin:0 auto; padding: 0 24px; }

.tag{
  padding: 3px 16px;
  border-radius: 20px;
  color: #fff;
  margin: 10px 0;
}

.section-title{
  font-size: clamp(1.7rem, 3.5vw, 2.6rem);
  color: var(--azul-escuro);
  margin-bottom: 10px;
  font-family: var(--fonte-titulo);
  margin: 15px 0;
}
.section-sub{
  color:#666;
  max-width: 620px;
  margin: 0 auto 40px;
  font-size: 1rem;
}
.center{ text-align:center; }

/* =====================================================
   HERO
===================================================== */
.hero{
  position:relative;
  padding-top: calc(var(--nav-h) + 80px);
  padding-bottom: 0px;
  overflow:hidden;
  background: linear-gradient(180deg, #009ed33c 0%, #009ed3af 60%, #00A0D3 100%);
  /* background: #009ed33c; */
  height: 100vh;
}
.hero .wrap{
  display:grid;
  grid-template-columns: 1fr 1fr;
  align-items:center;
  gap: 40px;
}
.hero h1{
  font-size: var(--size-titulo);
  color: var(--azul-escuro);
  font-family: var(--fonte-titulo);
  line-height:1.15;
}

.hero{
    position: relative;
}

.divisor{
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 45px;
}

.hero h1 span{ color: var(--vermelho); }
.hero p{
  margin: 18px 0 28px;
  color:#555;
  font-size: 1.08rem;
  max-width: 480px;
}
.hero .btn-row{ display:flex; gap:14px; flex-wrap:wrap; }
 
.hero-art{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height: 380px;
}
.hero-art .ring{
  position:absolute;
  border-radius:50%;
}

.hero-art .blob{
  position:absolute;
  width: 300px; height: 300px;
  background: var(--roxo);
  opacity:.18;
  border-radius: 42% 58% 65% 35% / 45% 40% 60% 55%;
  z-index:0;
  right: 0;
}
.hero-art img.logo-hero{
  position:relative;
  z-index:1;
  width: 68%;
  filter: drop-shadow(0 18px 26px rgba(2,61,81,.20));
  animation: floaty 5s ease-in-out infinite;
}


.hero-bg-doodle { position:absolute; opacity:.35; }
.hero-bg-doodle.b1 { top: 30%; left: 3%; width:60px; height:60px; color: var(--azul); }
.hero-bg-doodle.b2 { bottom: 20%; left: 46%; width:44px; height:44px; color: var(--amarelo); }
.hero-bg-doodle.b3 { top: 14%; right: 30%; width:36px; height:36px; color: var(--vermelho); }



@keyframes floaty{ 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-14px);} }
.hero-art .star{ position:absolute; font-size: 1.6rem; z-index:2; }
.hero-art .star.s1{ top:8%; left:6%; color:var(--verde); }
.hero-art .star.s2{ bottom:14%; right:4%; color:var(--roxo); }
.hero-art .star.s3{ top:50%; right:0%; color:var(--vermelho); }
@keyframes spin{ from{ transform: rotate(0);} to{ transform: rotate(360deg);} }
 

/* =====================================================
   SOBRE NÓS
===================================================== */
.sobre{ padding: 50px 0; background: var(--branco); }

.sobre .tag{ background: var(--laranja); }

.sobre-grid{
  display:flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 56px;
}

.sobre-info{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 50px;
  padding: 30px;
}

.sobre-img{
  width: 40%;
}


.sobre-img img{
  width: 100%;
  object-fit: cover;
  aspect-ratio:1.35;
  border-radius:
        55% 45% 48% 52% /
        38% 35% 65% 62%;
}

.sobre-texto{
  display:flex;
  flex-direction: column;
  width: 60%;
  align-items: flex-start;
}

.sobre-texto p{
  color: var(--amarelo-escuro);
  margin-bottom: 20px auto;
  font-weight:600;
  width: 80%;
}

.valores-cards{ 
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap:10px; 
}

.valor-card{
  color:#fff;
  border-radius:18px;
  padding: 22px 24px;
  width: 350px;
  height: 170px;
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
}

.valor-card:hover{
  transform: scale(1.02);
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
}
.valor-card h4{ font-size:1.1rem; margin-bottom:6px; }
.valor-card p{ font-size:.92rem; opacity:.95; }
.valor-card.v1{ background: var(--vermelho); }
.valor-card.v2{ background: var(--verde); }
.valor-card.v3{ background: var(--roxo); }

@media (max-width: 1000px){
  .sobre-info{
    flex-direction: column-reverse;
    gap: 30px;
  }
  .sobre-img{
    width: 90%;
  }
  .sobre-texto{
    width: 100%;
    align-items: center;
    text-align:center;
  }
}
/* =====================================================
   APOIE
===================================================== */
.apoie{ padding: 76px 0; background: var(--azul-escuro); color:#fff; text-align:center; }
.apoie .tag{ background: var(--amarelo); color: var(--amarelo-escuro); }
.apoie .section-title{ color:#fff; }
.apoie .section-sub{ color: rgba(255,255,255,.78); }
.apoie .btn-row{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
 
/* =====================================================
   UNIDADES
===================================================== */
.unidades{ padding: 80px 0; background: var(--fundo); }
.unidades .tag{ background: var(--verde-escuro); }

.unidades-grid{
  display:flex;
  justify-content: center;
  gap: 22px; 
}

.unidade-card{
  border-radius: 20px;
  color:#fff;
  transition: transform .2s ease;
  max-width: 430px;
  height: 500px;
  flex: 1 400px 1;
  min-width: 320px;
}

@media (max-width: 750px){
  .unidades-grid{
    flex-direction: column;
    align-items: center;
  }
}

.img-unidade img{
  width: 100%;
}

.img-unidade{
    position: relative;
    overflow: hidden;
}

.img-unidade .foto{
    display: block;
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.img-unidade .nuvem{
    position: absolute;
    left: 0;
    bottom: -4px; /* evita aparecer uma linha entre a foto e a nuvem */
    width: 100%;
    z-index: 2;
    pointer-events: none;
    color: var(--azul);
}

.texto-unidade{
  width: 100%;
  padding: 24px;
  
}

.unidade-card:hover{ transform: translateY(-4px); }
.unidade-card:nth-child(1){ background: var(--azul); }
.unidade-card:nth-child(2){ background: var(--vermelho); }
.unidade-card:nth-child(3){ background: var(--roxo-escuro); }
.unidade-card .badge{
  display:inline-block;
  font-size:.72rem;
  font-weight:800;
  background: rgba(255,255,255,.25);
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.unidade-card h4{ font-size:1.05rem; margin-bottom:6px; }
.unidade-card p{ font-size:.88rem; opacity:.9; margin-bottom:4px; }
.unidade-card a{ font-size:.88rem; font-weight:800; color: var(--amarelo); display:inline-block; margin-top:10px; }
 
.unidade-card.azul{
    background: var(--azul);
}

.unidade-card.vermelho{
    background: var(--vermelho);
}

.unidade-card.verde{
    background: var(--verde);
}

.unidade-card.roxo{
    background: var(--roxo-escuro);
}

.unidade-card.azul .nuvem{
    color: var(--azul);
}

.unidade-card.vermelho .nuvem{
    color: var(--vermelho);
}

.unidade-card.verde .nuvem{
    color: var(--verde);
}

.unidade-card.roxo .nuvem{
    color: var(--roxo-escuro);
}

/* =====================================================
   TRABALHE CONOSCO — cor sólida (sem degradê)
===================================================== */
.trabalhe{ padding: 64px 0; background: var(--laranja); color:#fff; text-align:center; }
.trabalhe h2{ font-size: clamp(1.5rem,3vw,2.1rem); margin-bottom:14px; font-family: var(--fonte-titulo); }
.trabalhe p{ opacity:.95; margin-bottom:24px; }
.trabalhe .btn{ background:#fff; color: var(--laranja-escuro); }
 
/* =====================================================
   FAQ — acordeão de verdade (um fecha o outro)
===================================================== */
.faq{ padding: 80px 0; background: var(--fundo); height: 100vh; }
.faq .tag{ background: var(--roxo-escuro); }
.faq .section-title, .faq .center p{ color:var(--roxo-escuro); }
.faq .section-sub{ color: rgba(255,255,255,.82); }
 
.faq-list{ max-width: 760px; margin: 0 auto; display:grid; gap:14px; }
.faq-item{
  background: var(--roxo);
  border: 1px solid rgba(255,255,255,.25);
  border-radius:16px;
  overflow:hidden;
}
.faq-question{
  width:100%;
  background:none;
  border:none;
  cursor:pointer;
  padding: 18px 22px;
  font-family: var(--fonte-texto);
  font-weight:800;
  font-size: 1rem;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  text-align:left;
}
.faq-question .plus{
  font-size:1.4rem;
  color: var(--amarelo);
  transition: transform .25s ease;
  flex-shrink:0;
  margin-left: 14px;
}
.faq-item.active .faq-question .plus{ transform: rotate(45deg); }
 
.faq-answer{
  max-height: 0;
  overflow:hidden;
  transition: max-height .35s ease, padding .35s ease;
  padding: 0 22px;
}
.faq-answer p{ color: rgba(255,255,255,.9); font-size:.95rem; padding-bottom: 20px; }
.faq-item.active .faq-answer{ max-height: 220px; }
 
/* =====================================================
   CTA FINAL
===================================================== */
.cta-final{ padding: 70px 0 90px; text-align:center; background: var(--amarelo); }
.cta-final h2{ color: var(--amarelo-escuro); font-size: clamp(1.5rem,3vw,2.1rem); margin-bottom:10px; font-family: var(--fonte-titulo);}
.cta-final p{ color:#666; margin-bottom:24px; }
 
/* =====================================================
   RESPONSIVO
===================================================== */
@media (max-width: 900px){
  .hero{ padding-top: calc(var(--nav-h) + 50px); }
  .hero .wrap{ grid-template-columns:1fr; text-align:center; }
  .hero p{ margin-left:auto; margin-right:auto; }
  .hero .btn-row{ justify-content:center; }
  .hero-art{ order:-1; max-width:340px; margin:0 auto; }
  .visitas-grid{ grid-template-columns:1fr; }
  .sobre-grid{ grid-template-columns:1fr; }
  .unidades-grid{ grid-template-columns: repeat(2,1fr); }

  .hero-art .blob{
    display: block;
  }

  .hero-art .logo-hero{
    display: block;
  }

  .hero-art{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height: 200px;
  }

}
@media (max-width: 560px){
  .unidades-grid{ grid-template-columns: 1fr; }
}