/* Ginature Personalizados — v1.0 */
:root{
  --primary:#6F7353;
  --primary-dark:#565A41;
  --secondary:#CDB58A;
  --white:#FFFFFF;
  --light:#F7F7F5;
  --soft:#ECEDE7;
  --dark:#2C2C2C;
  --muted:#6E6E6E;
  --whatsapp:#25D366;
  --shadow:0 18px 50px rgba(0,0,0,.10);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',sans-serif;
  color:var(--dark);
  background:var(--white);
  line-height:1.6;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(90%,1200px);margin:auto}
.section{padding:110px 0}
.eyebrow{
  color:var(--secondary);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:800;
  font-size:.78rem;
  margin-bottom:18px;
}
h1,h2,h3{
  font-family:'Poppins',sans-serif;
  line-height:1.08;
}
h1{font-size:clamp(3rem,7vw,6.8rem);letter-spacing:-.05em}
h2{font-size:clamp(2rem,4vw,4.2rem);letter-spacing:-.04em}
h3{font-size:1.35rem}
p{font-size:1.05rem;color:var(--muted)}

.header{
  position:fixed;
  top:0;left:0;width:100%;
  z-index:1000;
  transition:.3s ease;
}
.header.scrolled{
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(16px);
  box-shadow:0 8px 30px rgba(0,0,0,.08);
}
.header-inner{
  height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:54px;height:54px;object-fit:contain}
.brand strong{font-family:'Poppins';font-size:1.35rem;display:block;line-height:1;color:#fff}
.header.scrolled .brand strong{color:var(--dark)}
.brand small{
  display:block;
  margin-top:4px;
  text-transform:uppercase;
  letter-spacing:.25em;
  font-size:.65rem;
  font-weight:800;
  color:var(--secondary);
}
.nav{display:flex;gap:30px;align-items:center}
.nav a{
  color:#fff;
  font-weight:700;
  font-size:.92rem;
  opacity:.92;
}
.header.scrolled .nav a{color:var(--dark)}
.nav a:hover{color:var(--secondary)}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:15px 26px;
  font-weight:800;
  transition:.25s ease;
  border:1px solid transparent;
}
.btn-primary,.btn-header{
  background:var(--primary);
  color:#fff;
  box-shadow:0 14px 34px rgba(111,115,83,.25);
}
.btn-primary:hover,.btn-header:hover{background:var(--primary-dark);transform:translateY(-2px)}
.btn-secondary{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.65)}
.btn-secondary:hover{background:#fff;color:var(--dark)}
.btn-header{padding:12px 20px}
.menu-toggle{display:none;background:none;border:0;width:36px}
.menu-toggle span{display:block;height:2px;background:#fff;margin:7px 0}
.header.scrolled .menu-toggle span{background:var(--dark)}

.hero{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.hero-bg{
  position:absolute;inset:0;
  background-size:cover;
  background-position:center;
  transform:scale(1.03);
}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.74),rgba(0,0,0,.36),rgba(0,0,0,.42));
}
.hero-content{
  position:relative;
  padding-top:88px;
  color:#fff;
  max-width:790px;
}
.hero h1{color:#fff;margin-bottom:26px}
.hero-text{
  color:rgba(255,255,255,.92);
  font-size:clamp(1.05rem,2vw,1.35rem);
  max-width:720px;
  margin-bottom:34px;
}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:36px}
.trust-row{
  display:flex;
  gap:13px;
  flex-wrap:wrap;
}
.trust-row span{
  color:#fff;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.20);
  backdrop-filter:blur(8px);
  padding:10px 14px;
  border-radius:999px;
  font-weight:700;
  font-size:.86rem;
}

.section-heading{max-width:920px;margin-bottom:52px}
.section-heading p{max-width:720px;margin-top:16px}
.moment-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.moment-card{
  min-height:390px;
  position:relative;
  border-radius:28px;
  overflow:hidden;
  background:var(--soft);
  box-shadow:var(--shadow);
}
.moment-img{
  position:absolute;inset:0;
  transition:.5s ease;
}
.moment-card:hover .moment-img{transform:scale(1.06)}
.moment-img::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(rgba(0,0,0,.08),rgba(0,0,0,.76));
}
.empresas{background:linear-gradient(135deg,#6F7353,#2C2C2C)}
.igrejas{background:linear-gradient(135deg,#8A7D58,#3E4A33)}
.viagens{background:linear-gradient(135deg,#CDB58A,#596B75)}
.trilhas{background:linear-gradient(135deg,#4A5A3C,#1F2A22)}
.escolas{background:linear-gradient(135deg,#6F7353,#5B6470)}
.grupos{background:linear-gradient(135deg,#806F4C,#333)}

.moment-content{
  position:absolute;
  bottom:0;
  padding:28px;
  color:#fff;
  z-index:2;
}
.moment-content h3{color:#fff;margin-bottom:12px}
.moment-content strong{display:block;font-size:1.2rem;line-height:1.2;margin-bottom:12px}
.moment-content p{color:rgba(255,255,255,.86);font-size:.98rem}

.quote-section{
  min-height:58vh;
  display:flex;
  align-items:center;
  background:var(--dark);
  color:#fff;
  text-align:center;
}
.quote-section p{font-size:clamp(1.4rem,3vw,2.5rem);color:var(--secondary)}
.quote-section h2{color:#fff;font-size:clamp(2.7rem,7vw,7rem)}

.process{background:var(--light)}
.process-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}
.process-step{
  background:#fff;
  padding:30px 24px;
  border-radius:24px;
  box-shadow:var(--shadow);
}
.process-step span{
  display:inline-flex;
  color:var(--secondary);
  font-weight:900;
  margin-bottom:26px;
}
.process-step h3{margin-bottom:12px}
.process-step p{font-size:.96rem}

.project-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}
.project-card{
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow);
}
.project-card img{
  height:330px;
  width:100%;
  object-fit:cover;
}
.project-card div{padding:28px}
.project-card h3{margin-bottom:12px}

.quality{background:var(--light)}
.quality-inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}
.quality p{margin-top:22px;max-width:560px}
.quality-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.quality-list span{
  background:#fff;
  padding:22px;
  border-radius:18px;
  box-shadow:var(--shadow);
  font-weight:800;
}

.faq-list{max-width:860px;margin:auto}
details{
  background:#fff;
  border:1px solid #eee;
  border-radius:18px;
  padding:22px 26px;
  margin-bottom:14px;
  box-shadow:0 10px 30px rgba(0,0,0,.04);
}
summary{cursor:pointer;font-weight:900;font-size:1.05rem}
details p{margin-top:14px}

.final-cta{
  padding:130px 0;
  background:
    linear-gradient(rgba(0,0,0,.62),rgba(0,0,0,.64)),
    url('../images/hero-aprovada.webp') center/cover;
  color:#fff;
  text-align:center;
}
.final-cta h2{color:#fff;max-width:900px;margin:auto}
.final-cta p{color:rgba(255,255,255,.9);max-width:680px;margin:22px auto 34px}

.footer{
  background:#232323;
  color:#fff;
  padding:70px 0 30px;
}
.footer-inner{
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:50px;
}
.footer .brand strong{color:#fff}
.footer p{color:#cfcfcf;max-width:620px;margin-top:20px}
.footer a{display:block;color:#d8d8d8;margin:10px 0}
.footer h3{color:#fff;margin-bottom:12px}
.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:22px;color:#aaa;font-size:.9rem}

.whatsapp-float{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:1100;
  background:var(--whatsapp);
  color:#fff;
  padding:15px 22px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 14px 34px rgba(0,0,0,.25);
}
.reveal{opacity:0;transform:translateY(26px);transition:.8s ease}
.reveal.visible{opacity:1;transform:translateY(0)}

@media(max-width:1000px){
  .btn-header{display:none}
  .menu-toggle{display:block}
  .nav{
    position:fixed;
    top:86px;
    left:5%;
    right:5%;
    background:#fff;
    border-radius:22px;
    box-shadow:var(--shadow);
    display:none;
    flex-direction:column;
    padding:28px;
  }
  .nav.active{display:flex}
  .nav a,.header.scrolled .nav a{color:var(--dark)}
  .moment-grid,.project-grid{grid-template-columns:1fr 1fr}
  .process-grid{grid-template-columns:1fr 1fr}
  .quality-inner{grid-template-columns:1fr}
}
@media(max-width:680px){
  .header-inner{height:76px}
  .brand img{width:46px;height:46px}
  .brand strong{font-size:1.05rem}
  .brand small{font-size:.52rem}
  .hero{min-height:92vh}
  .hero-content{text-align:left;padding-top:76px}
  .hero-actions .btn{width:100%}
  .moment-grid,.project-grid,.process-grid,.quality-list,.footer-inner{grid-template-columns:1fr}
  .section{padding:78px 0}
  .project-card img{height:260px}
  .whatsapp-float{left:18px;right:18px;text-align:center}
}


/* v1.0.1 - Hero em fade mantendo layout anterior */
.hero-slider{
  position:absolute;
  inset:0;
  z-index:-2;
  background:#ddd;
}

.hero-slide{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  opacity:0;
  transition:opacity 1.6s ease;
}

.hero-slide.active{
  opacity:1;
}


/* ======================================================
   CORREÇÕES v1.0.2
   - Título da Hero menor
   - Hero em fade visível
   - Layout mais equilibrado no desktop
====================================================== */

.hero-slider{
  position:absolute;
  inset:0;
  z-index:-2;
  background:#1f1f1f;
}

.hero-slide{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  opacity:0;
  transform:scale(1.03);
  transition:opacity 1.7s ease-in-out, transform 7s ease;
}

.hero-slide.active{
  opacity:1;
  transform:scale(1.0);
}

.hero-overlay{
  background:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.56) 38%, rgba(0,0,0,.25) 100%) !important;
}

.hero-content{
  max-width:680px !important;
  margin-left:0 !important;
  text-align:left !important;
}

.hero h1{
  font-size:clamp(44px, 5vw, 82px) !important;
  line-height:1.04 !important;
  letter-spacing:-0.04em !important;
  max-width:760px;
}

.hero .lead,
.hero-text{
  font-size:clamp(18px, 1.55vw, 24px) !important;
  max-width:650px !important;
}

.header .container,
.header-inner{
  max-width:1280px;
}

@media(max-width:768px){
  .hero h1{
    font-size:clamp(38px, 12vw, 54px) !important;
  }

  .hero-content{
    text-align:left !important;
  }

  .hero-overlay{
    background:linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.58)) !important;
  }
}


/* ======================================================
   CORREÇÕES v1.0.3
   Ajuste fino da Hero após revisão visual
====================================================== */

.hero{
  align-items:center !important;
}

.hero-content{
  width:min(90%, 560px) !important;
  max-width:560px !important;
  margin-left:max(5vw, 56px) !important;
  padding-top:90px !important;
}

.hero h1{
  font-size:clamp(40px, 4.2vw, 64px) !important;
  line-height:1.08 !important;
  letter-spacing:-0.035em !important;
  max-width:560px !important;
  margin-bottom:22px !important;
}

.hero .lead,
.hero-text{
  font-size:clamp(17px, 1.25vw, 21px) !important;
  line-height:1.55 !important;
  max-width:540px !important;
  margin-bottom:30px !important;
}

.hero .eyebrow{
  font-size:13px !important;
  letter-spacing:0.22em !important;
  margin-bottom:18px !important;
}

.hero-buttons,
.hero-actions{
  gap:14px !important;
  margin-bottom:30px !important;
}

.hero-buttons .btn-primary,
.hero-actions .btn-primary,
.hero-buttons .btn-secondary,
.hero-actions .btn-secondary{
  padding:14px 25px !important;
  font-size:15px !important;
}

.hero-badges,
.trust-row{
  gap:10px !important;
  margin-top:0 !important;
  max-width:620px !important;
}

.hero-badges li,
.trust-row span{
  font-size:13px !important;
  padding:8px 12px !important;
}

/* Evita que os botões e textos fiquem colados na borda em telas grandes */
@media(min-width:1400px){
  .hero-content{
    margin-left:7vw !important;
  }
}

/* Tablet */
@media(max-width:992px){
  .hero-content{
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
    width:min(90%, 680px) !important;
    max-width:680px !important;
  }

  .hero h1{
    font-size:clamp(38px, 8vw, 58px) !important;
    max-width:680px !important;
  }

  .hero .lead,
  .hero-text{
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .hero-buttons,
  .hero-actions,
  .hero-badges,
  .trust-row{
    justify-content:center !important;
  }
}

/* Celular */
@media(max-width:680px){
  .hero-content{
    text-align:left !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-top:80px !important;
  }

  .hero h1{
    font-size:clamp(36px, 11vw, 48px) !important;
  }

  .hero .lead,
  .hero-text{
    font-size:17px !important;
  }

  .hero-buttons .btn-primary,
  .hero-actions .btn-primary,
  .hero-buttons .btn-secondary,
  .hero-actions .btn-secondary{
    width:100% !important;
  }
}


/* ======================================================
   CORREÇÕES v1.0.4
   - Remove duplicidade visual da Hero
   - Título mais elegante e menor
   - Fonte próxima do primeiro esboço
   - Fundos temporários limpos, sem texto embutido
====================================================== */

.hero{
  min-height:100vh !important;
  align-items:center !important;
}

.hero-content{
  width:min(90%, 620px) !important;
  max-width:620px !important;
  margin-left:max(7vw, 86px) !important;
  padding-top:80px !important;
}

.hero h1{
  font-family:'Poppins', sans-serif !important;
  font-weight:700 !important;
  font-size:clamp(42px, 4.1vw, 68px) !important;
  line-height:1.08 !important;
  letter-spacing:-0.045em !important;
  max-width:620px !important;
  margin-bottom:22px !important;
}

.hero .lead,
.hero-text{
  font-family:'Inter', sans-serif !important;
  font-size:clamp(17px, 1.2vw, 21px) !important;
  line-height:1.58 !important;
  max-width:570px !important;
  margin-bottom:30px !important;
}

.hero .eyebrow{
  display:none !important;
}

.hero-overlay{
  background:
    linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.46) 48%, rgba(0,0,0,.20) 100%) !important;
}

.hero-slide{
  background-position:center !important;
}

.hero-buttons .btn-primary,
.hero-actions .btn-primary,
.hero-buttons .btn-secondary,
.hero-actions .btn-secondary{
  padding:14px 26px !important;
  font-size:15px !important;
}

.hero-badges li,
.trust-row span{
  font-size:13px !important;
  padding:8px 13px !important;
}

.brand strong,
.logo-text strong{
  font-family:'Poppins', sans-serif !important;
  font-weight:700 !important;
}

@media(max-width:992px){
  .hero-content{
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
    max-width:680px !important;
  }

  .hero h1{
    font-size:clamp(40px, 8vw, 60px) !important;
    max-width:680px !important;
  }

  .hero .lead,
  .hero-text{
    margin-left:auto !important;
    margin-right:auto !important;
  }
}

@media(max-width:680px){
  .hero-content{
    text-align:left !important;
    width:min(90%, 520px) !important;
    padding-top:76px !important;
  }

  .hero h1{
    font-size:clamp(34px, 10.5vw, 46px) !important;
  }

  .hero .lead,
  .hero-text{
    font-size:16px !important;
  }
}


/* ======================================================
   CORREÇÕES v1.0.5
   Tipografia da Hero baseada no primeiro esboço aprovado
   Mantém cores e identidade Ginature
====================================================== */

.hero-content{
  width:min(90%, 720px) !important;
  max-width:720px !important;
  margin-left:max(5vw, 72px) !important;
  padding-top:88px !important;
}

.hero h1{
  font-family:'Poppins', sans-serif !important;
  font-weight:700 !important;
  font-size:clamp(48px, 5.15vw, 86px) !important;
  line-height:1.08 !important;
  letter-spacing:-0.055em !important;
  max-width:780px !important;
  margin-bottom:26px !important;
  color:#fff !important;
}

.hero h1 span{
  color:var(--secondary, #CDB58A) !important;
}

.hero .lead,
.hero-text{
  font-family:'Inter', sans-serif !important;
  font-size:clamp(18px, 1.35vw, 24px) !important;
  line-height:1.55 !important;
  max-width:650px !important;
  margin-bottom:38px !important;
  color:rgba(255,255,255,.95) !important;
}

.hero-buttons,
.hero-actions{
  display:flex !important;
  gap:18px !important;
  flex-wrap:wrap !important;
  margin-bottom:42px !important;
}

.hero-buttons .btn-primary,
.hero-actions .btn-primary,
.hero-buttons .btn-secondary,
.hero-actions .btn-secondary{
  padding:16px 34px !important;
  font-size:16px !important;
  border-radius:10px !important;
}

.hero-buttons .btn-primary,
.hero-actions .btn-primary{
  background:var(--primary, #6F7353) !important;
  color:#fff !important;
}

.hero-buttons .btn-secondary,
.hero-actions .btn-secondary{
  border:1.5px solid rgba(255,255,255,.75) !important;
  color:#fff !important;
  background:rgba(0,0,0,.12) !important;
}

.hero-badges,
.trust-row{
  gap:24px !important;
  margin-top:4px !important;
  max-width:720px !important;
}

.hero-badges li,
.trust-row span{
  font-size:15px !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  color:#fff !important;
  font-weight:600 !important;
}

.hero-overlay{
  background:
    linear-gradient(90deg, rgba(0,0,0,.68) 0%, rgba(0,0,0,.43) 46%, rgba(0,0,0,.18) 100%) !important;
}

@media(max-width:992px){
  .hero-content{
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
    max-width:760px !important;
  }

  .hero h1{
    font-size:clamp(44px, 9vw, 72px) !important;
    max-width:760px !important;
  }

  .hero .lead,
  .hero-text{
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .hero-buttons,
  .hero-actions,
  .hero-badges,
  .trust-row{
    justify-content:center !important;
  }
}

@media(max-width:680px){
  .hero-content{
    text-align:left !important;
    width:min(90%, 520px) !important;
    padding-top:78px !important;
  }

  .hero h1{
    font-size:clamp(38px, 11.5vw, 54px) !important;
    line-height:1.08 !important;
  }

  .hero .lead,
  .hero-text{
    font-size:17px !important;
  }

  .hero-buttons .btn-primary,
  .hero-actions .btn-primary,
  .hero-buttons .btn-secondary,
  .hero-actions .btn-secondary{
    width:100% !important;
    border-radius:12px !important;
  }

  .hero-badges,
  .trust-row{
    gap:10px !important;
  }

  .hero-badges li,
  .trust-row span{
    font-size:13px !important;
  }
}


/* ======================================================
   CORREÇÕES v1.0.6
   Ajuste fino: H1 da Hero menor
====================================================== */

.hero h1{
  font-size:clamp(40px, 4.2vw, 70px) !important;
  line-height:1.10 !important;
  max-width:680px !important;
}

@media(max-width:992px){
  .hero h1{
    font-size:clamp(38px, 7.4vw, 58px) !important;
    max-width:640px !important;
  }
}

@media(max-width:680px){
  .hero h1{
    font-size:clamp(34px, 9.5vw, 46px) !important;
    line-height:1.10 !important;
  }
}


/* ======================================================
   CORREÇÃO DEFINITIVA v1.0.7
   Força real do tamanho da fonte da Hero
====================================================== */

body .hero .container.hero-content h1,
body section.hero .hero-content h1,
body .hero h1{
  font-size:52px !important;
  line-height:1.12 !important;
  letter-spacing:-0.035em !important;
  max-width:560px !important;
  font-weight:700 !important;
}

body .hero .container.hero-content h1 span,
body section.hero .hero-content h1 span,
body .hero h1 span{
  font-size:inherit !important;
}

body .hero .container.hero-content{
  max-width:560px !important;
  width:560px !important;
}

body .hero .container.hero-content .lead,
body .hero .container.hero-content .hero-text,
body .hero .lead,
body .hero-text{
  font-size:19px !important;
  line-height:1.55 !important;
  max-width:540px !important;
}

@media(max-width:992px){
  body .hero .container.hero-content h1,
  body section.hero .hero-content h1,
  body .hero h1{
    font-size:46px !important;
    max-width:520px !important;
  }

  body .hero .container.hero-content{
    width:min(90%, 560px) !important;
    max-width:560px !important;
  }
}

@media(max-width:680px){
  body .hero .container.hero-content h1,
  body section.hero .hero-content h1,
  body .hero h1{
    font-size:38px !important;
    line-height:1.12 !important;
    max-width:420px !important;
  }

  body .hero .container.hero-content{
    width:min(90%, 440px) !important;
    max-width:440px !important;
  }

  body .hero .container.hero-content .lead,
  body .hero .container.hero-content .hero-text,
  body .hero .lead,
  body .hero-text{
    font-size:16px !important;
  }
}


/* ======================================================
   CORREÇÃO v1.0.8
   Hero ainda mais elegante e com mais respiro
====================================================== */

body .hero .container.hero-content h1,
body section.hero .hero-content h1,
body .hero h1{
  font-size:46px !important;
  line-height:1.14 !important;
  letter-spacing:-0.032em !important;
  max-width:520px !important;
}

body .hero .container.hero-content h1 span,
body section.hero .hero-content h1 span,
body .hero h1 span{
  font-size:inherit !important;
}

body .hero .container.hero-content{
  max-width:540px !important;
  width:540px !important;
}

body .hero .container.hero-content .lead,
body .hero .container.hero-content .hero-text,
body .hero .lead,
body .hero-text{
  font-size:18px !important;
  line-height:1.58 !important;
  max-width:520px !important;
}

@media(max-width:992px){
  body .hero .container.hero-content h1,
  body section.hero .hero-content h1,
  body .hero h1{
    font-size:40px !important;
    max-width:500px !important;
  }

  body .hero .container.hero-content{
    width:min(90%, 520px) !important;
    max-width:520px !important;
  }
}

@media(max-width:680px){
  body .hero .container.hero-content h1,
  body section.hero .hero-content h1,
  body .hero h1{
    font-size:34px !important;
    line-height:1.15 !important;
    max-width:390px !important;
  }

  body .hero .container.hero-content{
    width:min(90%, 420px) !important;
    max-width:420px !important;
  }

  body .hero .container.hero-content .lead,
  body .hero .container.hero-content .hero-text,
  body .hero .lead,
  body .hero-text{
    font-size:16px !important;
  }
}


/* ======================================================
   v1.0.9
   - Nova fonte/estilo do menu superior
   - Remove botão superior de WhatsApp
   - Botões da Hero menores e lado a lado
====================================================== */

/* Menu superior */
.header-inner{
  justify-content:space-between !important;
}

.nav,
.main-nav{
  gap:32px !important;
}

.nav a,
.main-nav a{
  font-family:'Inter', sans-serif !important;
  font-weight:600 !important;
  font-size:15px !important;
  letter-spacing:-0.01em !important;
  text-transform:none !important;
}

/* Esconde botão do cabeçalho caso reste algum estilo */
.btn-header{
  display:none !important;
}

/* Botões abaixo do título */
.hero-buttons,
.hero-actions{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:14px !important;
  align-items:center !important;
  margin-bottom:34px !important;
}

.hero-buttons .btn-primary,
.hero-actions .btn-primary,
.hero-buttons .btn-secondary,
.hero-actions .btn-secondary{
  width:auto !important;
  min-width:0 !important;
  padding:12px 22px !important;
  font-size:15px !important;
  line-height:1.2 !important;
  border-radius:10px !important;
}

/* Garante lado a lado no desktop */
@media(min-width:681px){
  .hero-buttons .btn-primary,
  .hero-actions .btn-primary,
  .hero-buttons .btn-secondary,
  .hero-actions .btn-secondary{
    display:inline-flex !important;
  }
}

/* Mobile continua bom */
@media(max-width:680px){
  .nav,
  .main-nav{
    gap:18px !important;
  }

  .nav a,
  .main-nav a{
    font-size:15px !important;
  }

  .hero-buttons,
  .hero-actions{
    gap:10px !important;
  }

  .hero-buttons .btn-primary,
  .hero-actions .btn-primary,
  .hero-buttons .btn-secondary,
  .hero-actions .btn-secondary{
    width:100% !important;
    padding:12px 18px !important;
    font-size:14px !important;
  }
}


/* ======================================================
   v1.1.0
   - Botões da Hero menores e lado a lado
   - Ícones nos selos de confiança
====================================================== */

.hero-buttons,
.hero-actions{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:12px !important;
  margin-bottom:28px !important;
  max-width:620px !important;
}

.hero-buttons .btn,
.hero-actions .btn,
.hero-buttons .btn-primary,
.hero-actions .btn-primary,
.hero-buttons .btn-secondary,
.hero-actions .btn-secondary{
  display:inline-flex !important;
  width:auto !important;
  min-width:unset !important;
  flex:0 0 auto !important;
  padding:10px 18px !important;
  font-size:14px !important;
  line-height:1.2 !important;
  border-radius:10px !important;
  white-space:nowrap !important;
}

.trust-row{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:18px !important;
  align-items:center !important;
  max-width:760px !important;
}

.trust-row span{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  font-size:14px !important;
  font-weight:600 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  color:#fff !important;
}

.trust-icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:24px !important;
  height:24px !important;
  font-style:normal !important;
  font-size:14px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.18) !important;
}

@media(max-width:680px){
  .hero-buttons,
  .hero-actions{
    flex-direction:row !important;
    gap:10px !important;
  }

  .hero-buttons .btn,
  .hero-actions .btn,
  .hero-buttons .btn-primary,
  .hero-actions .btn-primary,
  .hero-buttons .btn-secondary,
  .hero-actions .btn-secondary{
    width:auto !important;
    padding:10px 16px !important;
    font-size:13px !important;
    white-space:normal !important;
  }

  .trust-row{
    gap:12px !important;
  }

  .trust-row span{
    font-size:13px !important;
  }

  .trust-icon{
    width:22px !important;
    height:22px !important;
    font-size:13px !important;
  }
}


/* ======================================================
   v1.1.2 - Revisão geral de tipografia e seção Momentos
   - fontes menores em todo o site
   - cards de Momentos com imagens reais nas 4 primeiras categorias
====================================================== */

body{
  font-size:16px !important;
}

.section{
  padding:92px 0 !important;
}

.container{
  width:min(90%,1180px) !important;
}

h2,
.section-heading h2,
.quality h2,
.final-cta h2,
.quote-section h2,
.faq h2,
.projects h2,
.process h2{
  font-size:clamp(1.9rem, 3vw, 3rem) !important;
  line-height:1.10 !important;
  letter-spacing:-0.035em !important;
}

h3,
.moment-content h3,
.process-step h3,
.project-card h3,
.footer h3{
  font-size:1.12rem !important;
  line-height:1.25 !important;
}

p,
.section-heading p,
.project-card p,
.process-step p,
.quality p,
details p,
.footer p{
  font-size:.97rem !important;
  line-height:1.65 !important;
}

.eyebrow{
  font-size:.72rem !important;
  margin-bottom:14px !important;
}

.nav a,
.main-nav a{
  font-size:.9rem !important;
}

.brand strong{font-size:1.22rem !important;}
.brand small{font-size:.58rem !important;}

.hero .hero-text,
body .hero .container.hero-content .hero-text,
body .hero .hero-text{
  font-size:1.02rem !important;
  line-height:1.62 !important;
  max-width:500px !important;
}

.hero-actions{
  gap:10px !important;
  margin-bottom:22px !important;
}

.hero-actions .btn,
.hero-actions .btn-primary,
.hero-actions .btn-secondary{
  padding:9px 16px !important;
  font-size:13px !important;
  border-radius:9px !important;
}

.trust-row{
  gap:14px !important;
  max-width:720px !important;
}

.trust-row span{
  font-size:13px !important;
}

.trust-icon{
  width:22px !important;
  height:22px !important;
  font-size:12px !important;
}

.section-heading{
  max-width:820px !important;
  margin-bottom:40px !important;
}

.moment-grid{
  gap:20px !important;
}

.moment-card{
  min-height:350px !important;
  border-radius:24px !important;
}

.moment-img.empresas{
  background:url('../images/hero-empresa.webp') center/cover no-repeat !important;
}
.moment-img.igrejas{
  background:url('../images/hero-igreja.webp') center/cover no-repeat !important;
}
.moment-img.viagens{
  background:url('../images/hero-viagem.webp') center/cover no-repeat !important;
}
.moment-img.trilhas{
  background:url('../images/hero-trilha.webp') center/cover no-repeat !important;
}

.moment-content{
  padding:22px !important;
}

.moment-content h3{
  margin-bottom:8px !important;
}

.moment-content strong{
  font-size:1.03rem !important;
  line-height:1.25 !important;
  margin-bottom:8px !important;
}

.moment-content p{
  font-size:.9rem !important;
  line-height:1.5 !important;
}

.quote-section{
  min-height:48vh !important;
}
.quote-section p{
  font-size:clamp(1.1rem,2vw,1.5rem) !important;
}
.quote-section h2{
  font-size:clamp(2rem,4.5vw,4rem) !important;
}

.process-grid{
  gap:16px !important;
}
.process-step{
  padding:24px 20px !important;
  border-radius:20px !important;
}
.process-step span{
  margin-bottom:18px !important;
  font-size:.95rem !important;
}
.process-step p{font-size:.9rem !important;}

.project-grid{
  gap:22px !important;
}
.project-card div{
  padding:22px !important;
}
.project-card p{font-size:.93rem !important;}

.quality p{max-width:520px !important; margin-top:16px !important;}
.quality-list{
  gap:14px !important;
}
.quality-list span{
  padding:18px !important;
  font-size:.95rem !important;
}

summary{
  font-size:1rem !important;
}

details{
  padding:18px 22px !important;
}

.final-cta{
  padding:100px 0 !important;
}
.final-cta p{
  font-size:1rem !important;
  margin:18px auto 28px !important;
}
.final-cta .btn{
  padding:12px 22px !important;
  font-size:14px !important;
}

.footer{
  padding:60px 0 28px !important;
}
.footer a,
.copyright{
  font-size:.94rem !important;
}

.whatsapp-float{
  padding:13px 18px !important;
  font-size:.92rem !important;
}

@media(max-width:1000px){
  .section{padding:78px 0 !important;}
  .moment-grid,.project-grid{grid-template-columns:1fr 1fr !important;}
  .process-grid{grid-template-columns:1fr 1fr !important;}
}

@media(max-width:680px){
  .brand strong{font-size:1rem !important;}
  .nav a,.main-nav a{font-size:.92rem !important;}
  .section{padding:66px 0 !important;}
  .section-heading{margin-bottom:28px !important;}
  h2,
  .section-heading h2,
  .quality h2,
  .final-cta h2,
  .quote-section h2,
  .faq h2,
  .projects h2,
  .process h2{
    font-size:clamp(1.7rem,7vw,2.25rem) !important;
  }
  .hero-actions .btn,
  .hero-actions .btn-primary,
  .hero-actions .btn-secondary{
    width:auto !important;
    padding:10px 14px !important;
    font-size:12px !important;
  }
  .moment-grid,.project-grid,.process-grid,.quality-list,.footer-inner{grid-template-columns:1fr !important;}
  .moment-card{min-height:320px !important;}
  .quality-list span{padding:16px !important;}
  .whatsapp-float{left:18px;right:18px;text-align:center;}
}


/* ======================================================
   v1.1.3 - Ajustes finais solicitados
   - seção Momentos completa com Escolas e Grupos
   - tipografia geral ainda menor
   - projetos revisados
====================================================== */

.moment-img.escolas{
  background:url('../images/moment-escolas.webp') center/cover no-repeat !important;
}

.moment-img.grupos{
  background:url('../images/moment-grupos.webp') center/cover no-repeat !important;
}

body{
  font-size:15px !important;
}

.container{
  width:min(90%,1160px) !important;
}

.section{
  padding:84px 0 !important;
}

h2,
.section-heading h2,
.quality h2,
.final-cta h2,
.quote-section h2,
.faq h2,
.projects h2,
.process h2{
  font-size:clamp(1.75rem, 2.6vw, 2.6rem) !important;
  line-height:1.12 !important;
}

h3,
.moment-content h3,
.process-step h3,
.project-card h3,
.footer h3{
  font-size:1.02rem !important;
}

p,
.section-heading p,
.project-card p,
.process-step p,
.quality p,
details p,
.footer p,
.moment-content p,
.copyright,
.footer a{
  font-size:.9rem !important;
  line-height:1.62 !important;
}

summary{
  font-size:.96rem !important;
}

.brand strong{font-size:1.14rem !important;}
.brand small{font-size:.56rem !important;}

.nav a,
.main-nav a{
  font-size:.84rem !important;
}

.hero .hero-text,
body .hero .container.hero-content .hero-text,
body .hero .hero-text{
  font-size:.96rem !important;
  line-height:1.6 !important;
}

.hero-actions .btn,
.hero-actions .btn-primary,
.hero-actions .btn-secondary,
.final-cta .btn,
.btn{
  font-size:12.5px !important;
}

.trust-row span,
.quality-list span{
  font-size:.86rem !important;
}

.moment-card{
  min-height:330px !important;
}

.moment-content{
  padding:20px !important;
}

.moment-content strong{
  font-size:.98rem !important;
}

.process-step{
  padding:22px 18px !important;
}

.project-card img{
  height:300px !important;
  object-fit:cover !important;
}

.project-card div{
  padding:20px !important;
}

.quality-list span{
  padding:16px !important;
}

details{
  padding:16px 20px !important;
}

.final-cta{
  padding:90px 0 !important;
}

.footer{
  padding:54px 0 24px !important;
}

.whatsapp-float{
  font-size:.86rem !important;
  padding:12px 16px !important;
}

@media(max-width:1000px){
  .section{padding:72px 0 !important;}
}

@media(max-width:680px){
  body{font-size:14px !important;}
  .section{padding:60px 0 !important;}
  h2,
  .section-heading h2,
  .quality h2,
  .final-cta h2,
  .quote-section h2,
  .faq h2,
  .projects h2,
  .process h2{
    font-size:clamp(1.55rem, 6.2vw, 2rem) !important;
  }
  .nav a,.main-nav a{font-size:.9rem !important;}
  .moment-card{min-height:300px !important;}
  .project-card img{height:240px !important;}
}


/* ======================================================
   v1.1.4 - Revisão fina para validação
   - espaçamentos refinados
   - melhor leitura geral
   - ajustes adicionais para mobile
====================================================== */

html{scroll-behavior:smooth;}
body{
  letter-spacing:0 !important;
}

.section-heading{
  max-width:760px !important;
  margin-bottom:34px !important;
}

.section-heading.centered{
  margin-left:auto !important;
  margin-right:auto !important;
}

.hero{
  min-height:100vh !important;
}

.hero-content{
  padding-bottom:34px !important;
}

.hero .hero-text,
body .hero .container.hero-content .hero-text,
body .hero .hero-text{
  max-width:520px !important;
}

.hero-actions{
  margin-top:8px !important;
  margin-bottom:20px !important;
}

.hero-actions .btn,
.hero-actions .btn-primary,
.hero-actions .btn-secondary{
  box-shadow:none !important;
}

.trust-row{
  margin-top:8px !important;
  row-gap:12px !important;
}

.moment-grid{
  align-items:stretch !important;
}

.moment-card{
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-end !important;
  overflow:hidden !important;
  box-shadow:0 14px 35px rgba(0,0,0,.08) !important;
}

.moment-content{
  background:linear-gradient(to top, rgba(0,0,0,.82), rgba(0,0,0,.55), rgba(0,0,0,.15)) !important;
}

.moment-content strong,
.moment-content p,
.moment-content h3{
  text-shadow:0 2px 8px rgba(0,0,0,.25) !important;
}

.process-step,
.project-card,
details,
.quality-list span{
  box-shadow:0 10px 28px rgba(0,0,0,.05) !important;
}

.project-card img{
  background:#f4f4f4;
}

.project-card div{
  min-height:152px !important;
}

.quality-list{
  align-items:stretch !important;
}

.quality-list span{
  display:flex !important;
  align-items:center !important;
}

.footer-inner{
  gap:28px !important;
}

.whatsapp-float{
  box-shadow:0 10px 26px rgba(0,0,0,.22) !important;
}

@media(max-width:1000px){
  .hero-content{
    max-width:560px !important;
  }
  .moment-grid,
  .project-grid,
  .process-grid{
    gap:18px !important;
  }
}

@media(max-width:680px){
  .hero{
    min-height:auto !important;
    padding-top:20px !important;
    padding-bottom:42px !important;
  }
  .hero-content{
    width:min(92%, 430px) !important;
    padding-top:86px !important;
    padding-bottom:16px !important;
  }
  .hero-actions{
    gap:8px !important;
  }
  .trust-row{
    flex-direction:column !important;
    align-items:flex-start !important;
  }
  .moment-content{
    padding:18px !important;
  }
  .project-card div{
    min-height:auto !important;
  }
  .footer-inner{
    gap:20px !important;
  }
}


/* ======================================================
   v1.1.5 - ajustes solicitados
   - nova imagem Srta Coxinha
   - texto Pietra atualizado
   - quality section com ícones premium
   - fade do hero um pouco mais claro
====================================================== */

.hero-overlay{
  background:linear-gradient(90deg, rgba(0,0,0,.54) 0%, rgba(0,0,0,.34) 46%, rgba(0,0,0,.12) 100%) !important;
}

.moment-content{
  background:linear-gradient(to top, rgba(0,0,0,.74), rgba(0,0,0,.42), rgba(0,0,0,.08)) !important;
}

.quality-list{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0,1fr)) !important;
  gap:16px !important;
}

.quality-pill,
.quality-list span.quality-pill{
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  padding:18px 18px !important;
  border-radius:18px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,242,233,.96)) !important;
  border:1px solid rgba(205,181,138,.38) !important;
  box-shadow:0 10px 28px rgba(59,49,28,.08), inset 0 1px 0 rgba(255,255,255,.88) !important;
  color:var(--ink) !important;
}

.quality-pill em{
  font-style:normal !important;
  font-weight:700 !important;
  font-size:.92rem !important;
  line-height:1.35 !important;
  color:#25231d !important;
}

.quality-icon{
  flex:0 0 40px !important;
  width:40px !important;
  height:40px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:14px !important;
  font-style:normal !important;
  font-size:1rem !important;
  color:#7a6741 !important;
  background:linear-gradient(180deg, #f2e3bf 0%, #d5bc8a 100%) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65), 0 8px 18px rgba(122,103,65,.18) !important;
  border:1px solid rgba(122,103,65,.18) !important;
}

.project-card img[src*="projeto-srta-coxinha"]{
  object-position:center 35% !important;
}

@media(max-width:820px){
  .quality-list{
    grid-template-columns:1fr !important;
  }
  .quality-pill,
  .quality-list span.quality-pill{
    padding:16px !important;
    gap:12px !important;
  }
  .quality-icon{
    width:36px !important;
    height:36px !important;
    border-radius:12px !important;
  }
}


/* ======================================================
   v1.1.6 - identidade azul, fontes e produtos
====================================================== */

:root{
  --primary:#1E5FA8 !important;
  --primary-dark:#174A84 !important;
  --secondary:#6FB3FF !important;
  --blue:#1E5FA8 !important;
  --blue-dark:#174A84 !important;
  --blue-soft:#EAF3FF !important;
  --blue-line:#BFD9F8 !important;
}

body{
  font-family:'Inter', sans-serif !important;
}

h1,h2,h3,
.brand strong,
.logo-text strong{
  font-family:'Montserrat', sans-serif !important;
}

.hero h1 span{
  color:var(--primary) !important;
}

.btn-primary,
.btn-header{
  background:var(--primary) !important;
  color:#fff !important;
  box-shadow:0 12px 28px rgba(30,95,168,.22) !important;
}

.btn-primary:hover,
.btn-header:hover{
  background:var(--primary-dark) !important;
}

.nav a:hover,
.main-nav a:hover,
.brand small,
.logo-text span,
.eyebrow{
  color:var(--primary) !important;
}

.trust-icon{
  background:rgba(30,95,168,.14) !important;
  border-color:rgba(111,179,255,.28) !important;
  color:#fff !important;
}

.hero h1{
  font-weight:700 !important;
  letter-spacing:-0.045em !important;
}

/* Seção produtos */
.products{
  background:#fff !important;
}

.products-grid{
  display:grid;
  grid-template-columns:repeat(5, minmax(0,1fr));
  gap:18px;
}

.product-card{
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  border:1px solid rgba(30,95,168,.14);
  border-radius:22px;
  padding:24px 18px;
  box-shadow:0 12px 32px rgba(30,95,168,.07);
  transition:.3s ease;
}

.product-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 42px rgba(30,95,168,.12);
}

.product-icon{
  display:inline-flex;
  width:48px;
  height:48px;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:linear-gradient(180deg,#EAF3FF,#D8EAFF);
  border:1px solid rgba(30,95,168,.18);
  margin-bottom:18px;
}

.product-icon svg{
  width:26px;
  height:26px;
  fill:none;
  stroke:var(--primary);
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.product-card h3{
  margin-bottom:10px !important;
  color:#1f2937;
}

.product-card p{
  font-size:.88rem !important;
  line-height:1.55 !important;
}

/* Ícones premium na seção Qualidade */
.quality-pill,
.quality-list span.quality-pill{
  background:linear-gradient(180deg,#ffffff,#f7fbff) !important;
  border:1px solid rgba(30,95,168,.18) !important;
  box-shadow:0 12px 32px rgba(30,95,168,.08), inset 0 1px 0 rgba(255,255,255,.9) !important;
}

.quality-icon{
  background:linear-gradient(180deg,#EAF3FF 0%,#D6E9FF 100%) !important;
  border:1px solid rgba(30,95,168,.18) !important;
  color:var(--primary) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8), 0 8px 18px rgba(30,95,168,.12) !important;
}

.quality-icon svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:var(--primary);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.quality-pill em{
  color:#1f2937 !important;
}

.hero-overlay{
  background:linear-gradient(90deg, rgba(0,0,0,.50) 0%, rgba(0,0,0,.30) 45%, rgba(0,0,0,.10) 100%) !important;
}

@media(max-width:1100px){
  .products-grid{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }
}

@media(max-width:680px){
  .products-grid{
    grid-template-columns:1fr;
  }

  .product-card{
    padding:20px;
  }
}


/* ======================================================
   v1.1.7 - referência visual em verde oliva
   - fontes similares ao layout enviado
   - ícones no estilo do mockup
   - azul substituído por verde oliva
====================================================== */

:root{
  --primary:#6F7353 !important;
  --primary-dark:#59613f !important;
  --secondary:#CDB58A !important;
  --blue:#6F7353 !important;
  --blue-dark:#59613f !important;
  --blue-soft:#F3F0E8 !important;
  --blue-line:#D7CFBF !important;
}

body{
  font-family:'Inter', sans-serif !important;
  color:#24211c !important;
}

h1,h2,h3,
.section-heading h2,
.brand strong,
.logo-text strong,
.final-cta h2,
.quote-section h2,
.faq h2,
.projects h2,
.process h2,
.quality h2,
.products h2{
  font-family:'Cormorant Garamond', serif !important;
  font-weight:600 !important;
  letter-spacing:-0.015em !important;
}

.eyebrow,
.quote-section p{
  font-family:'Great Vibes', cursive !important;
  font-size:1.8rem !important;
  font-weight:400 !important;
  text-transform:none !important;
  letter-spacing:0 !important;
  color:var(--primary) !important;
  margin-bottom:4px !important;
}

.nav a,
.main-nav a,
.btn,
.footer a,
summary,
p,
.hero-text,
.moment-content p,
.process-step p,
.project-card p,
.product-card p{
  font-family:'Inter', sans-serif !important;
}

.brand{
  gap:12px !important;
}
.brand strong{
  font-size:1.55rem !important;
  text-transform:uppercase !important;
  letter-spacing:.04em !important;
  line-height:1 !important;
}
.brand small{
  font-family:'Inter', sans-serif !important;
  font-size:.70rem !important;
  text-transform:uppercase !important;
  letter-spacing:.28em !important;
  color:#5b5a52 !important;
}

.header{
  background:rgba(255,255,255,.92) !important;
  backdrop-filter:blur(10px) !important;
}

.nav a,
.main-nav a{
  font-size:.92rem !important;
  font-weight:500 !important;
  color:#27241f !important;
}

.nav a:hover,
.main-nav a:hover,
.nav a.active,
.main-nav a.active{
  color:var(--primary) !important;
}

.hero h1,
body .hero h1{
  max-width:760px !important;
  font-size:clamp(2.9rem, 5vw, 4.7rem) !important;
  line-height:.95 !important;
  color:#fff !important;
  text-shadow:0 2px 10px rgba(0,0,0,.25) !important;
}

.hero h1 .script-line{
  display:block !important;
  font-family:'Great Vibes', cursive !important;
  font-size:.95em !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
  color:var(--secondary) !important;
  line-height:.9 !important;
  margin-bottom:2px !important;
}

.hero h1 .serif-line{
  display:block !important;
  font-family:'Cormorant Garamond', serif !important;
  font-weight:700 !important;
  color:#fff !important;
}

.hero h1 .serif-line em{
  font-style:normal !important;
  color:var(--primary) !important;
}

.hero .hero-text,
body .hero .container.hero-content .hero-text,
body .hero .hero-text{
  font-size:1rem !important;
  line-height:1.55 !important;
  max-width:520px !important;
  color:rgba(255,255,255,.95) !important;
}

.btn-primary,
.btn-header,
.final-cta .btn,
.hero-actions .btn-primary,
.whatsapp-float{
  background:var(--primary) !important;
  color:#fff !important;
  box-shadow:0 12px 28px rgba(111,115,83,.25) !important;
}

.btn-primary:hover,
.btn-header:hover,
.final-cta .btn:hover,
.hero-actions .btn-primary:hover,
.whatsapp-float:hover{
  background:var(--primary-dark) !important;
}

.btn-secondary,
.hero-actions .btn-secondary{
  border:1px solid rgba(255,255,255,.7) !important;
  background:rgba(255,255,255,.06) !important;
}

.hero-overlay{
  background:linear-gradient(90deg, rgba(0,0,0,.54) 0%, rgba(0,0,0,.34) 45%, rgba(0,0,0,.14) 100%) !important;
}

/* Icon style aligned with reference */
.trust-row{
  gap:18px !important;
}

.trust-row span{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  color:#fff !important;
  font-size:.88rem !important;
}

.trust-icon{
  width:24px !important;
  height:24px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  padding:0 !important;
}

.trust-icon svg,
.product-icon svg,
.quality-icon svg{
  width:22px !important;
  height:22px !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.8 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
.trust-icon svg{ color:#f7f0e1 !important; }

.products-grid{
  grid-template-columns:repeat(5, minmax(0,1fr)) !important;
  gap:18px !important;
}

.product-card{
  background:linear-gradient(180deg,#ffffff 0%,#faf8f3 100%) !important;
  border:1px solid rgba(111,115,83,.12) !important;
  box-shadow:0 12px 30px rgba(56,51,33,.06) !important;
}
.product-icon{
  background:linear-gradient(180deg,#f4efe4,#ece5d8) !important;
  border:1px solid rgba(111,115,83,.14) !important;
}
.product-icon svg{ color:var(--primary) !important; }

.quality-pill,
.quality-list span.quality-pill{
  background:linear-gradient(180deg,#ffffff,#faf8f4) !important;
  border:1px solid rgba(111,115,83,.14) !important;
  box-shadow:0 10px 26px rgba(56,51,33,.06), inset 0 1px 0 rgba(255,255,255,.9) !important;
}
.quality-icon{
  background:linear-gradient(180deg,#f4efe4 0%,#e9dfce 100%) !important;
  border:1px solid rgba(111,115,83,.16) !important;
  color:var(--primary) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85), 0 8px 18px rgba(111,115,83,.12) !important;
}
.quality-pill em{ color:#232019 !important; }

.section-heading h2{
  font-size:clamp(2.05rem, 3vw, 3.2rem) !important;
  line-height:1.0 !important;
}

.process-step span{
  background:#f6f2e8 !important;
  color:var(--primary) !important;
  border:1px solid rgba(111,115,83,.16) !important;
}

.final-cta{
  background:linear-gradient(135deg, #4b5237 0%, #7c8461 100%) !important;
}
.footer{
  background:#f8f5ef !important;
}
.footer .brand strong,
.footer h3{
  color:#2b281f !important;
}
.footer a,
.footer p,
.copyright{
  color:#4c473d !important;
}

@media(max-width:900px){
  .section-heading h2{
    font-size:clamp(1.9rem, 5.5vw, 2.7rem) !important;
  }
  .hero h1,
  body .hero h1{
    font-size:clamp(2.5rem, 9vw, 4rem) !important;
  }
  .eyebrow,
  .quote-section p{
    font-size:1.55rem !important;
  }
  .products-grid{grid-template-columns:repeat(2, minmax(0,1fr)) !important;}
}

@media(max-width:680px){
  .brand strong{font-size:1.2rem !important;}
  .brand small{font-size:.58rem !important;}
  .eyebrow,
  .quote-section p{font-size:1.35rem !important;}
  .hero h1,
  body .hero h1{font-size:clamp(2.3rem, 10vw, 3.2rem) !important;}
  .hero h1 .script-line{margin-bottom:6px !important;}
  .hero-actions .btn{font-size:12px !important;}
  .products-grid{grid-template-columns:1fr !important;}
}


/* ======================================================
   v1.1.8 - volta para a fonte anterior
   - mantém verde oliva
   - mantém ícones lineares
====================================================== */

body{
  font-family:'Inter', sans-serif !important;
}

h1,h2,h3,
.section-heading h2,
.brand strong,
.logo-text strong,
.final-cta h2,
.quote-section h2,
.faq h2,
.projects h2,
.process h2,
.quality h2,
.products h2{
  font-family:'Montserrat', sans-serif !important;
  font-weight:700 !important;
  letter-spacing:-0.035em !important;
}

.eyebrow{
  font-family:'Inter', sans-serif !important;
  font-size:.72rem !important;
  font-weight:800 !important;
  text-transform:uppercase !important;
  letter-spacing:.18em !important;
  color:var(--primary) !important;
  margin-bottom:14px !important;
}

.quote-section p{
  font-family:'Inter', sans-serif !important;
  font-size:clamp(1.1rem,2vw,1.5rem) !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
  color:var(--secondary) !important;
}

.brand strong{
  font-family:'Montserrat', sans-serif !important;
  font-size:1.14rem !important;
  text-transform:none !important;
  letter-spacing:0 !important;
}

.brand small{
  font-family:'Inter', sans-serif !important;
  font-size:.56rem !important;
  text-transform:uppercase !important;
  letter-spacing:.25em !important;
  color:var(--primary) !important;
}

.hero h1,
body .hero h1,
body .hero .container.hero-content h1,
body section.hero .hero-content h1{
  font-family:'Montserrat', sans-serif !important;
  font-size:46px !important;
  line-height:1.14 !important;
  letter-spacing:-0.032em !important;
  max-width:520px !important;
  font-weight:700 !important;
  color:#fff !important;
  text-shadow:none !important;
}

.hero h1 span,
body .hero h1 span,
body .hero .container.hero-content h1 span,
body section.hero .hero-content h1 span{
  font-family:'Montserrat', sans-serif !important;
  color:var(--primary) !important;
  font-size:inherit !important;
  font-style:normal !important;
  font-weight:700 !important;
}

.hero h1 .script-line,
.hero h1 .serif-line{
  display:inline !important;
  font-family:'Montserrat', sans-serif !important;
  font-size:inherit !important;
  line-height:inherit !important;
  color:inherit !important;
}

.hero h1 .serif-line em{
  font-family:'Montserrat', sans-serif !important;
  color:var(--primary) !important;
  font-style:normal !important;
}

.section-heading h2{
  font-size:clamp(1.75rem, 2.6vw, 2.6rem) !important;
  line-height:1.12 !important;
}

.nav a,
.main-nav a{
  font-family:'Inter', sans-serif !important;
  font-size:.84rem !important;
  font-weight:600 !important;
}

.btn,
.hero-text,
p,
.product-card p,
.project-card p,
.process-step p,
.moment-content p,
.footer a,
.footer p,
summary{
  font-family:'Inter', sans-serif !important;
}

@media(max-width:992px){
  .hero h1,
  body .hero h1,
  body .hero .container.hero-content h1,
  body section.hero .hero-content h1{
    font-size:40px !important;
    max-width:500px !important;
  }
}

@media(max-width:680px){
  .hero h1,
  body .hero h1,
  body .hero .container.hero-content h1,
  body section.hero .hero-content h1{
    font-size:34px !important;
    line-height:1.15 !important;
    max-width:390px !important;
  }

  .brand strong{
    font-size:1rem !important;
  }

  .brand small{
    font-size:.52rem !important;
  }
}


/* ======================================================
   v1.1.9 - ajuste final da barra superior
   - nome Ginature no topo em verde oliva
====================================================== */

.header .brand strong,
.header.scrolled .brand strong{
  color:var(--primary) !important;
}


/* ======================================================
   v1.1.10 - ajuste final da barra superior
   - somente o nome Ginature do topo em preto
====================================================== */

.header .brand strong,
.header.scrolled .brand strong{
  color:#111111 !important;
}


/* ======================================================
   v1.1.11 - Revisão mobile print a print
   Ajustes:
   - topo mobile sempre visível e mais limpo
   - espaçamentos mobile compactados
   - faixa escura reduzida
   - cards mais baixos em Processo, Produtos, Projetos e Qualidade
   - imagem Srta. Coxinha melhor enquadrada
   - linha escura do topo suavizada
====================================================== */

@media(max-width:680px){

  body{
    overflow-x:hidden !important;
  }

  .container{
    width:min(88%, 390px) !important;
  }

  .header{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    background:rgba(255,255,255,.97) !important;
    backdrop-filter:blur(12px) !important;
    box-shadow:0 8px 22px rgba(0,0,0,.055) !important;
    border-bottom:1px solid rgba(0,0,0,.035) !important;
    z-index:9999 !important;
  }

  .header-inner{
    height:74px !important;
    padding:0 !important;
  }

  .brand img{
    width:38px !important;
    height:38px !important;
  }

  .header .brand strong,
  .header.scrolled .brand strong{
    color:#111111 !important;
    font-size:1rem !important;
    line-height:1 !important;
  }

  .brand small{
    font-size:.50rem !important;
    letter-spacing:.22em !important;
  }

  .menu-toggle{
    width:34px !important;
  }

  .menu-toggle span,
  .header.scrolled .menu-toggle span{
    height:2px !important;
    background:#1f1f1f !important;
    margin:6px 0 !important;
  }

  .nav{
    top:82px !important;
  }

  .hero{
    min-height:100vh !important;
    padding-top:74px !important;
    padding-bottom:32px !important;
  }

  .hero-content{
    padding-top:46px !important;
    padding-bottom:18px !important;
    width:min(88%, 390px) !important;
    max-width:390px !important;
  }

  .hero h1,
  body .hero h1,
  body .hero .container.hero-content h1,
  body section.hero .hero-content h1{
    font-size:32px !important;
    line-height:1.14 !important;
    max-width:350px !important;
    margin-bottom:16px !important;
  }

  .hero .hero-text,
  body .hero .container.hero-content .hero-text,
  body .hero .hero-text{
    font-size:15px !important;
    line-height:1.55 !important;
    margin-bottom:20px !important;
    max-width:350px !important;
  }

  .hero-actions{
    gap:8px !important;
    margin-bottom:18px !important;
  }

  .hero-actions .btn,
  .hero-actions .btn-primary,
  .hero-actions .btn-secondary{
    padding:9px 13px !important;
    font-size:12px !important;
    line-height:1.25 !important;
    border-radius:9px !important;
  }

  .trust-row{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    margin-top:6px !important;
  }

  .trust-row span{
    font-size:13px !important;
    gap:9px !important;
  }

  .trust-icon{
    width:22px !important;
    height:22px !important;
  }

  .section{
    padding:48px 0 !important;
  }

  .section-heading{
    margin-bottom:24px !important;
  }

  .section-heading h2,
  h2,
  .quality h2,
  .projects h2,
  .products h2,
  .process h2,
  .faq h2{
    font-size:28px !important;
    line-height:1.14 !important;
    letter-spacing:-0.035em !important;
  }

  .eyebrow{
    font-size:12px !important;
    margin-bottom:12px !important;
    letter-spacing:.18em !important;
  }

  .moment-grid,
  .project-grid,
  .process-grid,
  .products-grid,
  .quality-list{
    gap:16px !important;
  }

  .moment-card{
    min-height:286px !important;
    border-radius:22px !important;
  }

  .moment-content{
    padding:17px !important;
  }

  .moment-content h3{
    font-size:1rem !important;
    margin-bottom:6px !important;
  }

  .moment-content strong{
    font-size:.94rem !important;
    margin-bottom:6px !important;
  }

  .moment-content p{
    font-size:.86rem !important;
    line-height:1.45 !important;
  }

  .quote-section{
    min-height:auto !important;
    padding:64px 0 !important;
  }

  .quote-section p{
    font-size:1rem !important;
    margin-bottom:8px !important;
  }

  .quote-section h2{
    font-size:25px !important;
    line-height:1.15 !important;
  }

  .process-step{
    padding:18px 18px !important;
    border-radius:18px !important;
  }

  .process-step span{
    margin-bottom:14px !important;
    font-size:.86rem !important;
  }

  .process-step h3{
    font-size:.98rem !important;
    margin-bottom:8px !important;
  }

  .process-step p{
    font-size:.86rem !important;
    line-height:1.5 !important;
  }

  .product-card{
    padding:18px 18px !important;
    border-radius:18px !important;
  }

  .product-icon{
    width:42px !important;
    height:42px !important;
    border-radius:14px !important;
    margin-bottom:14px !important;
  }

  .product-card h3{
    font-size:.98rem !important;
    margin-bottom:8px !important;
  }

  .product-card p{
    font-size:.86rem !important;
    line-height:1.48 !important;
  }

  .project-card{
    border-radius:22px !important;
  }

  .project-card img{
    height:220px !important;
  }

  .project-card img[src*="projeto-srta-coxinha"]{
    object-position:center 52% !important;
  }

  .project-card div{
    padding:17px !important;
  }

  .project-card h3{
    font-size:.98rem !important;
    margin-bottom:8px !important;
  }

  .project-card p{
    font-size:.86rem !important;
    line-height:1.48 !important;
  }

  .quality-inner{
    gap:26px !important;
  }

  .quality p{
    margin-top:12px !important;
    font-size:.9rem !important;
    line-height:1.58 !important;
  }

  .quality-list{
    margin-top:0 !important;
  }

  .quality-pill,
  .quality-list span.quality-pill{
    min-height:58px !important;
    padding:13px 15px !important;
    border-radius:16px !important;
    gap:12px !important;
  }

  .quality-icon{
    width:34px !important;
    height:34px !important;
    border-radius:12px !important;
    flex-basis:34px !important;
  }

  .quality-icon svg{
    width:19px !important;
    height:19px !important;
  }

  .quality-pill em{
    font-size:.88rem !important;
  }

  details{
    padding:15px 17px !important;
    border-radius:16px !important;
    margin-bottom:12px !important;
  }

  summary{
    font-size:.9rem !important;
    line-height:1.45 !important;
  }

  details p{
    font-size:.86rem !important;
  }

  .final-cta{
    padding:62px 0 !important;
  }

  .final-cta h2{
    font-size:26px !important;
    line-height:1.16 !important;
    max-width:330px !important;
  }

  .final-cta p{
    font-size:.92rem !important;
    line-height:1.55 !important;
    max-width:330px !important;
    margin:16px auto 22px !important;
  }

  .final-cta .btn{
    padding:11px 17px !important;
    font-size:12px !important;
  }

  .footer{
    padding:42px 0 24px !important;
  }

  .footer-inner{
    gap:22px !important;
  }

  .footer p{
    font-size:.9rem !important;
    line-height:1.55 !important;
    margin-top:16px !important;
  }

  .footer h3{
    font-size:1rem !important;
  }

  .footer a{
    font-size:.88rem !important;
  }

  .copyright{
    margin-top:22px !important;
    padding-top:18px !important;
    font-size:.78rem !important;
  }

  .whatsapp-float{
    padding:11px 16px !important;
    font-size:.84rem !important;
  }
}


/* ======================================================
   v1.1.12 - Ajuste do Hero mobile após print
   - melhora contraste da palavra "vestida."
   - selos da Hero mais compactos no mobile
   - overlay da Hero mais equilibrado
====================================================== */

@media(max-width:680px){

  .hero-overlay{
    background:
      linear-gradient(90deg, rgba(0,0,0,.66) 0%, rgba(0,0,0,.46) 52%, rgba(0,0,0,.24) 100%) !important;
  }

  .hero-content{
    padding-top:42px !important;
  }

  .hero h1,
  body .hero h1,
  body .hero .container.hero-content h1,
  body section.hero .hero-content h1{
    font-size:31px !important;
    line-height:1.13 !important;
    max-width:345px !important;
    margin-bottom:15px !important;
  }

  .hero h1 span,
  body .hero h1 span,
  body .hero .container.hero-content h1 span,
  body section.hero .hero-content h1 span{
    color:#A5AD7A !important;
    text-shadow:0 2px 8px rgba(0,0,0,.45) !important;
  }

  .hero .hero-text,
  body .hero .container.hero-content .hero-text,
  body .hero .hero-text{
    font-size:14.5px !important;
    line-height:1.52 !important;
    max-width:342px !important;
    margin-bottom:18px !important;
  }

  .hero-actions{
    margin-bottom:16px !important;
  }

  .hero-actions .btn,
  .hero-actions .btn-primary,
  .hero-actions .btn-secondary{
    padding:9px 12px !important;
    font-size:11.5px !important;
  }

  .trust-row{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
    max-width:342px !important;
    margin-top:6px !important;
  }

  .trust-row span{
    display:flex !important;
    align-items:center !important;
    min-height:42px !important;
    padding:8px 9px !important;
    border-radius:12px !important;
    background:rgba(0,0,0,.34) !important;
    border:1px solid rgba(255,255,255,.10) !important;
    backdrop-filter:blur(6px) !important;
    font-size:11.2px !important;
    line-height:1.25 !important;
    gap:7px !important;
    box-shadow:none !important;
  }

  .trust-icon{
    width:18px !important;
    height:18px !important;
    flex:0 0 18px !important;
  }

  .trust-icon svg{
    width:18px !important;
    height:18px !important;
  }
}

@media(max-width:360px){
  .trust-row{
    grid-template-columns:1fr !important;
  }
}


/* ======================================================
   v1.1.13 - Rodapé mobile compacto
   - mostra os dados completos de contato com menos rolagem
   - CTA final mais baixo
   - remove botão flutuante no mobile para não cobrir rodapé
====================================================== */

@media(max-width:680px){

  .final-cta{
    padding:42px 0 44px !important;
  }

  .final-cta h2{
    font-size:24px !important;
    line-height:1.14 !important;
    max-width:330px !important;
    margin-bottom:0 !important;
  }

  .final-cta p{
    font-size:.88rem !important;
    line-height:1.48 !important;
    margin:14px auto 18px !important;
    max-width:320px !important;
  }

  .final-cta .btn{
    padding:10px 16px !important;
    font-size:11.5px !important;
  }

  .footer{
    padding:28px 0 20px !important;
  }

  .footer-inner{
    display:block !important;
  }

  .footer .brand{
    gap:10px !important;
    margin-bottom:12px !important;
  }

  .footer .brand img{
    width:34px !important;
    height:34px !important;
  }

  .footer .brand strong{
    font-size:1rem !important;
  }

  .footer .brand small{
    font-size:.48rem !important;
    letter-spacing:.20em !important;
  }

  .footer p{
    font-size:.82rem !important;
    line-height:1.42 !important;
    margin:10px 0 18px !important;
    max-width:100% !important;
  }

  .footer h3{
    font-size:.95rem !important;
    margin-bottom:8px !important;
  }

  .footer a{
    font-size:.82rem !important;
    line-height:1.35 !important;
    margin:6px 0 !important;
  }

  .copyright{
    margin-top:18px !important;
    padding-top:14px !important;
    font-size:.72rem !important;
    line-height:1.35 !important;
  }

  .whatsapp-float{
    display:none !important;
  }
}


/* ======================================================
   v1.1.14 - Imagens separadas para desktop e mobile
   Hero agora usa arquivos diferentes por tamanho de tela.
====================================================== */

/* Desktop / telas largas */
.hero-slide-empresa{
  background-image:url('../images/hero/desktop/empresa.webp') !important;
}
.hero-slide-igreja{
  background-image:url('../images/hero/desktop/igreja.webp') !important;
}
.hero-slide-viagem{
  background-image:url('../images/hero/desktop/viagem.webp') !important;
}
.hero-slide-trilha{
  background-image:url('../images/hero/desktop/trilha.webp') !important;
}

/* Mobile / telas menores */
@media(max-width:680px){
  .hero-slide-empresa{
    background-image:url('../images/hero/mobile/empresa.webp') !important;
  }
  .hero-slide-igreja{
    background-image:url('../images/hero/mobile/igreja.webp') !important;
  }
  .hero-slide-viagem{
    background-image:url('../images/hero/mobile/viagem.webp') !important;
  }
  .hero-slide-trilha{
    background-image:url('../images/hero/mobile/trilha.webp') !important;
  }

  .hero-slide{
    background-position:center center !important;
  }
}


/* ======================================================
   v1.2.0 - Otimização final SEO e performance
====================================================== */

.hero-slide{
  will-change:opacity, transform;
}

img{
  height:auto;
}

.project-card img{
  aspect-ratio: 4 / 3;
}

@media(max-width:680px){
  .project-card img{
    aspect-ratio: 4 / 3;
  }
}
