/* =========================================================
   SITE7TERAPIAS.COM — VAS | 7 TERAPIAS
   IDENTIDADE VISUAL APROVADA
   Verde profundo + dourado + bege/creme
   ========================================================= */

:root{
  --vas-verde-profundo:#294d28;
  --vas-verde:#41633b;
  --vas-verde-rodape:#173619;
  --vas-dourado:#b4863b;
  --vas-bege:#f3ecdf;
  --vas-creme:#fbf8f1;
  --vas-texto:#20251f;
  --vas-branco:#ffffff;
  --vas-linha:#d8c7a8;
  --vas-sombra:rgba(0,0,0,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
#trajetoria,#terapias,#formulario{scroll-margin-top:92px}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--vas-texto);
  background:var(--vas-creme);
  line-height:1.6;
}
img{max-width:100%;display:block}
a{color:inherit}
.wrap{max-width:1180px;margin:0 auto}

/* TOPO */
.topo{
  position:sticky; top:0; z-index:50;
  overflow-anchor:none;
  background:rgba(23,54,25,.97);
  border-bottom:1px solid rgba(180,134,59,.35);
}
.nav{
  max-width:1240px; margin:auto;
  padding:12px 22px;
  display:flex; align-items:center; justify-content:space-between; gap:20px;
}
.nav-logo img{width:182px;max-height:64px}
.menu{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.menu a{color:#fff;text-decoration:none;font-size:13px;font-weight:700}
.menu a:hover,.menu a[aria-current="page"]{color:#e4bd70}
.menu-toggle{
  display:none;
  background:transparent;color:#fff;
  border:1px solid rgba(255,255,255,.4);
  border-radius:10px;padding:8px 11px;
}

/* TÍTULOS */
.kicker{
  color:var(--vas-dourado);
  font-weight:900;letter-spacing:2px;
  text-transform:uppercase;font-size:13px;
}
.kicker:before{
  content:"";display:inline-block;
  width:28px;height:1px;background:var(--vas-dourado);
  vertical-align:middle;margin-right:9px;
}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;color:var(--vas-verde-profundo)}
h1{font-size:clamp(48px,7vw,84px);line-height:.96;margin:12px 0}
h1 span{
  display:block;margin-top:18px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:.25em;letter-spacing:5px
}
h2{font-size:clamp(34px,4vw,52px);margin:5px 0 16px}
h3{font-size:24px}

/* HERO */
.hero{
  position:relative;overflow:hidden;
  padding:68px 7vw;
  background:linear-gradient(105deg,#f7f1e7,#eadfcd);
}
.hero:before{
  content:"";position:absolute;
  width:420px;height:420px;left:-180px;top:-220px;
  border:1px solid rgba(180,134,59,.23);border-radius:50%;
}
.hero-grid{
  position:relative;z-index:1;
  max-width:1240px;margin:auto;
 display:grid;grid-template-columns:minmax(0,1fr) minmax(520px,620px);gap:56px;align-items:center
}
.lead{font-size:clamp(20px,2vw,28px);max-width:700px}
.hero-photo{position:relative}
.hero-photo img{
  width:100%;
    height:560px;
    object-fit:cover;
    object-position:center top;
    border-radius:28px;box-shadow:0 22px 55px var(--vas-sombra)
}
.hero-card{
  position:absolute;right:22px;bottom:22px;max-width:325px;
  background:rgba(251,248,241,.94);
  border:1px solid rgba(180,134,59,.35);
  padding:18px;border-radius:16px;color:var(--vas-verde-profundo)
}

/* BOTÕES */
.btn{
  display:inline-block;margin:8px 8px 0 0;padding:14px 22px;
  border-radius:999px;background:var(--vas-verde-profundo);
  color:#fff;text-decoration:none;font-weight:800;
  border:1px solid var(--vas-verde-profundo);cursor:pointer
}
.btn:hover{background:var(--vas-verde)}
.btn.alt{background:transparent;color:var(--vas-verde-profundo)}

/* SEÇÕES */
section{padding:75px 7vw}
.intro{max-width:760px;font-size:19px}

/* TRAJETÓRIA */
.timeline{max-width:900px;margin:45px auto;border-left:3px solid var(--vas-dourado);padding-left:38px}
.marco{position:relative;margin-bottom:38px}
.marco:before{
  content:"";position:absolute;left:-49px;top:7px;width:17px;height:17px;
  border-radius:50%;background:var(--vas-verde-profundo);border:5px solid var(--vas-bege)
}
.marco h3{margin:0}
.marco p{margin:6px 0}

/* TERAPIAS */
.terapias{background:var(--vas-verde-profundo);color:#fff}
.terapias h2{color:#fff}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:35px}
.card{
  background:#fff;color:var(--vas-texto);
  border:1px solid rgba(180,134,59,.22);
  border-radius:20px;padding:25px;min-height:220px;transition:.2s
}
.card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.12)}
.card .num{color:var(--vas-dourado);font-family:Georgia,serif;font-size:31px}
.card h3{margin:8px 0;color:var(--vas-verde-profundo)}
.card a{color:var(--vas-verde-profundo);text-decoration:none;font-weight:800}

/* FRASE */
.manifesto{
  text-align:center;background:#eee3d2;
  border-top:1px solid rgba(180,134,59,.25);
  border-bottom:1px solid rgba(180,134,59,.25)
}
.manifesto blockquote{
  max-width:900px;margin:15px auto;
  color:var(--vas-verde-profundo);
  font-family:Georgia,serif;font-size:clamp(31px,4vw,52px)
}

/* SOBRE / CONSULTÓRIO */
.sobre{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.sobre img{
  width:100%;height:auto; display:block;
  border-radius:28px;box-shadow:0 18px 40px rgba(0,0,0,.09)
}
.valores{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:30px}
.valor{
  padding:18px;border-top:1px solid var(--vas-dourado);
  color:var(--vas-verde-profundo);text-align:center;font-weight:800
}

/* CONTATO */
.contato{text-align:center}
.phone{font-size:30px;font-weight:900;color:var(--vas-verde-profundo)}
.phone a{color:inherit;text-decoration:none}

.site-version{
  position:fixed;left:8px;bottom:8px;z-index:10000;
  padding:4px 8px;border-radius:6px;
  background:rgba(0,0,0,.72);color:#fff;
  font:700 11px/1.2 Arial,Helvetica,sans-serif;
  letter-spacing:.3px;pointer-events:none
}

/* PÁGINAS INTERNAS */
.pagehero{padding:70px 7vw 45px;background:#efe5d5;text-align:center}
.pagehero p{max-width:720px;margin:auto;font-size:19px}
.content{max-width:850px;margin:auto}
.aviso{padding:15px 20px;border-left:4px solid var(--vas-dourado);background:#f4ecdf}
.faq details{
  background:#fff;border:1px solid #e7ddce;
  border-radius:14px;padding:16px 18px;margin:12px 0
}
.faq summary{cursor:pointer;font-weight:800;color:var(--vas-verde-profundo)}

/* FORMULÁRIO INICIAL */
.formulario{
  max-width:800px;margin:35px auto 0;padding:28px;
  background:#fff;border-radius:20px;
  box-shadow:0 12px 35px rgba(0,0,0,.06)
}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.formulario label{
  display:block;margin:12px 0 6px;
  color:var(--vas-verde-profundo);font-weight:700
}
.formulario input,.formulario select,.formulario textarea{
  width:100%;padding:13px 14px;
  border:1px solid #d9cfbf;border-radius:10px;background:#fff;font:inherit
}
.formulario textarea{min-height:120px;resize:vertical}
.full{grid-column:1/-1}

/* RODAPÉ */
footer{
  padding:38px 7vw;text-align:center;
  background:var(--vas-verde-rodape);color:#eee
}

/* WHATSAPP FIXO */
.whatsapp-fixo{
  position:fixed;right:18px;bottom:18px;z-index:120;
  background:#2e6935;color:#fff;padding:14px 18px;border-radius:999px;
  text-decoration:none;font-weight:900;box-shadow:0 8px 25px rgba(0,0,0,.22)
}

.voltar-inicio{
  position:fixed;right:26px;bottom:82px;z-index:119;
  width:46px;height:46px;border:1px solid rgba(180,134,59,.65);
  border-radius:50%;background:var(--vas-verde-profundo);color:#fff;
  font:800 24px/1 Arial,Helvetica,sans-serif;cursor:pointer;
  box-shadow:0 8px 22px rgba(0,0,0,.2);
  opacity:0;visibility:hidden;transform:translateY(10px);
  transition:opacity .2s ease,transform .2s ease,visibility .2s ease
}
.voltar-inicio.visivel{opacity:1;visibility:visible;transform:translateY(0)}
.voltar-inicio:hover,.voltar-inicio:focus-visible{background:var(--vas-verde-rodape)}
.voltar-inicio:focus-visible{outline:3px solid var(--vas-dourado);outline-offset:3px}

/* RESPONSIVO */
@media(max-width:900px){
  #trajetoria,#terapias,#formulario{scroll-margin-top:16px}
  .topo{position:relative;top:auto}
  .nav{flex-wrap:wrap}
  .menu-toggle{display:block}
  .menu{
    display:none;
    position:static;
    width:100%;
    max-height:none;
    overflow:visible;
    background:var(--vas-verde-rodape);
    padding:18px 24px;
    flex-direction:column;
    align-items:flex-start
  }
  .menu.open{display:flex}
  .hero-grid,.sobre{grid-template-columns:1fr}
  .grid{grid-template-columns:1fr 1fr}
  .valores{grid-template-columns:1fr 1fr}
  .hero-photo img{height:470px}
}
@media(max-width:540px){
  section,.hero{padding-left:6vw;padding-right:6vw}
  .grid,.valores,.form-grid{grid-template-columns:1fr}
  /* Mantém a fotografia original, mas encerra o recorte antes do texto
     incorporado na parte inferior, que ficava cortado no celular. */
  .hero-photo img{height:285px}
  .hero-card{position:static;margin-top:12px}
  .whatsapp-fixo{font-size:13px}
  .voltar-inicio{right:22px;bottom:78px}
  .nav-logo img{width:200px}
}
/* ===== COOKIES ===== */

.cookie-banner{
    position:fixed;
    left:20px;
    right:20px;
    bottom:20px;
    background:#ffffff;
    border-radius:16px;
    padding:18px 22px;
    box-shadow:0 12px 35px rgba(0,0,0,.18);
    z-index:9999;
}

.cookie-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.cookie-content p{
    margin:8px 0 0;
    font-size:15px;
    line-height:1.5;
}

.cookie-actions button{
    background:var(--vas-verde-profundo);
    color:#fff;
    border:none;
    padding:12px 24px;
    border-radius:10px;
    cursor:pointer;
    font-weight:700;
    transition:.25s;
}
.cookie-actions{
    display:flex;
    align-items:center;
    gap:10px;
}
.cookie-actions .cookie-reject{
    background:#fff;
    color:var(--vas-verde-profundo);
    border:1px solid var(--vas-verde-profundo);
}
.cookie-actions button:hover{
    opacity:.90;
}
.cookie-link{
    color:var(--vas-verde-profundo);
    text-decoration:none;
    font-weight:700;
    margin-right:8px;
}
.cookie-link:hover{
    text-decoration:underline;
}
@media(max-width:768px){

.cookie-content{
    flex-direction:column;
    align-items:flex-start;
}
}

/* ===== DEPOIMENTOS ===== */
.depoimentos-hero{
  padding:72px 7vw 58px;
  background:linear-gradient(105deg,#f7f1e7,#eadfcd);
  text-align:center;
}
.depoimentos-intro{max-width:900px}
.depoimentos-hero h1{
  font-size:clamp(42px,6vw,70px);
  line-height:1.05;
  margin:14px auto 20px;
}
.depoimentos-hero .lead{margin:0 auto 24px}
.google-avaliacoes{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:10px 18px;
  background:#fff;
  border:1px solid var(--vas-linha);
  border-radius:999px;
}
.estrelas{
  color:#fabb05;
  font-size:22px;
  line-height:1;
  letter-spacing:2px;
  white-space:nowrap;
}
.depoimentos-secao{padding:64px 7vw}
.depoimentos-mosaico{
  columns:3 300px;
  column-gap:22px;
}
.depoimento-card{
  break-inside:avoid;
  display:inline-block;
  width:100%;
  margin:0 0 22px;
  padding:25px;
  background:#fff;
  border:1px solid rgba(180,134,59,.32);
  border-radius:18px;
  box-shadow:0 10px 28px rgba(41,77,40,.08);
}
.depoimento-card blockquote{
  margin:17px 0 20px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:17px;
  line-height:1.72;
  color:#30372e;
}
.depoimento-card p{
  margin:0;
  padding-top:14px;
  border-top:1px solid #eee4d3;
  color:#667063;
  font-size:13px;
  font-weight:700;
}
.nota-depoimentos{
  max-width:920px;
  margin:34px auto 0;
  padding:18px 22px;
  border-left:4px solid var(--vas-dourado);
  background:var(--vas-bege);
  border-radius:0 12px 12px 0;
  font-size:14px;
}
.depoimentos-cta{
  margin-top:54px;
  padding:34px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:28px;
  background:#fff;
  border:1px solid var(--vas-linha);
  border-radius:22px;
}
.depoimentos-cta h2{font-size:clamp(30px,4vw,44px);margin-bottom:8px}
.depoimentos-cta p{margin:0}
@media(max-width:1050px){
  .menu{gap:12px}
  .menu a{font-size:12px}
}
@media(max-width:760px){
  .depoimentos-mosaico{columns:1}
  .depoimentos-cta{align-items:flex-start;flex-direction:column}
  .google-avaliacoes{border-radius:16px;flex-direction:column}
}

@media(max-width:768px){
.cookie-actions{
    width:100%;
    flex-wrap:wrap;
}

.cookie-actions button{
    flex:1;
}

}
