:root{
  --blue:#2f4864;
  --blue-2:#23394f;
  --gold:#c9a15c;
  --sand:#f7f4ee;
  --cream:#fbfaf7;
  --muted:#667484;
  --line:#e8dfcf;
  --white:#fff;
  --shadow:0 24px 80px rgba(47,72,100,.14);
  --radius:28px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--cream);color:var(--blue);font-family:Manrope,system-ui,-apple-system,Segoe UI,sans-serif;overflow-x:hidden} img,video{max-width:100%;display:block} a{color:inherit;text-decoration:none}.soft-bg{position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 80% 0%,rgba(201,161,92,.16),transparent 32%),radial-gradient(circle at 0% 25%,rgba(47,72,100,.09),transparent 35%);z-index:-1}.site-header{position:fixed;z-index:20;top:0;left:0;right:0;height:88px;display:flex;align-items:center;justify-content:space-between;padding:18px clamp(22px,5vw,76px);color:var(--blue);backdrop-filter:blur(18px);background:rgba(251,250,247,.72);transition:.3s ease}.site-header.scrolled{height:74px;background:rgba(251,250,247,.92);box-shadow:0 10px 35px rgba(47,72,100,.08)}.brand img{width:92px;height:auto}.menu{display:flex;gap:34px;align-items:center;font-family:Quicksand,sans-serif;font-weight:700;font-size:14px}.menu a{position:relative}.menu a:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:1px;background:var(--gold);transform:scaleX(0);transition:.25s}.menu a:hover:after{transform:scaleX(1)}.social-top,.footer-social{display:flex;gap:14px;align-items:center}.icon-link{width:32px;height:32px;display:grid;place-items:center;border-radius:999px;color:var(--blue);transition:.25s}.icon-link svg{width:20px;height:20px;fill:currentColor}.icon-link:hover{color:var(--gold);transform:translateY(-2px)}.hero{position:relative;min-height:100vh;padding:130px clamp(22px,5vw,76px) 72px;display:grid;align-items:center;overflow:hidden}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.14;filter:saturate(.9)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(251,250,247,.98) 0%,rgba(251,250,247,.9) 42%,rgba(251,250,247,.55) 100%)}.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,600px);gap:60px;align-items:center}.hero-copy{max-width:680px}.eyebrow{margin:0 0 18px;text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800;color:var(--gold)}.eyebrow.dark{color:var(--gold)}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Quicksand,Manrope,sans-serif;letter-spacing:-.045em;line-height:1.02;color:var(--blue)}h1{font-size:clamp(46px,7vw,88px);margin-bottom:24px}h2{font-size:clamp(34px,4.4vw,58px);margin-bottom:18px}h3{font-family:Quicksand,sans-serif;color:var(--blue);font-size:21px;line-height:1.1;margin-bottom:10px}.hero-copy p:not(.eyebrow),.section-title p,.feature-copy p,.cta p{font-size:18px;line-height:1.75;color:var(--muted)}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:32px}.hero-actions.center{justify-content:center}.btn{height:52px;padding:0 24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.06em;border:1px solid var(--blue);transition:.25s}.btn.primary{background:var(--blue);color:white;box-shadow:0 14px 30px rgba(47,72,100,.22)}.btn.primary:hover{background:var(--blue-2);transform:translateY(-2px)}.btn.ghost{background:rgba(255,255,255,.55);color:var(--blue)}.btn.ghost:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}.btn.light{background:white;color:var(--blue);border-color:white}.btn.ghost.light{background:transparent;color:white;border-color:rgba(255,255,255,.55)}.trust-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.trust-row span{padding:10px 14px;background:rgba(255,255,255,.7);border:1px solid var(--line);border-radius:999px;font-size:12px;font-weight:800;color:var(--blue)}.hero-product{position:relative}.hero-product:before{content:"";position:absolute;inset:10% -3% -5% 7%;border:1px solid rgba(201,161,92,.52);border-radius:44% 56% 50% 50%;transform:rotate(-7deg)}.hero-product img{position:relative;border-radius:36px;box-shadow:var(--shadow);aspect-ratio:4/5;object-fit:cover}.section{padding:100px clamp(22px,5vw,76px)}.container{max-width:1220px;margin:auto}.section-title{text-align:center;max-width:820px;margin:0 auto 48px}.capability{padding-top:70px}.cap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cap-card{background:rgba(255,255,255,.76);border:1px solid var(--line);border-radius:var(--radius);padding:32px;box-shadow:0 12px 45px rgba(47,72,100,.06)}.cap-card span,.step span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--gold);color:var(--gold);font-weight:900;margin-bottom:22px}.cap-card p,.product-card p,.city-card p,.step p,.footer p{color:var(--muted);line-height:1.65;margin-bottom:0}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.product-card{background:white;border-radius:22px;overflow:hidden;border:1px solid var(--line);box-shadow:0 14px 42px rgba(47,72,100,.08);transition:.25s}.product-card:hover,.city-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-card img{height:220px;width:100%;object-fit:cover}.product-card div{padding:22px}.feature-strip{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center;background:white;margin:24px clamp(22px,5vw,76px);border-radius:36px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}.feature-image img{width:100%;height:620px;object-fit:cover}.feature-copy{padding:clamp(36px,6vw,80px)}.text-link{font-weight:900;color:var(--gold);display:inline-block;margin-top:18px}.process{background:linear-gradient(180deg,transparent,var(--sand),transparent)}.timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.step{background:white;border:1px solid var(--line);padding:28px;border-radius:24px}.city-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.city-card{position:relative;border-radius:28px;overflow:hidden;min-height:390px;box-shadow:0 18px 48px rgba(47,72,100,.15);transition:.25s}.city-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.city-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(47,72,100,.05),rgba(47,72,100,.88))}.city-card div{position:absolute;z-index:2;left:24px;right:24px;bottom:24px}.city-card h3{color:white;font-size:25px}.city-card p{color:rgba(255,255,255,.84)}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.video-tile{width:100%;height:460px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow);background:var(--blue)}.cta{padding:110px 22px;background:var(--blue);position:relative;overflow:hidden}.cta:before,.cta:after{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(201,161,92,.32);border-radius:50%}.cta:before{left:-120px;bottom:-160px}.cta:after{right:-120px;top:-160px}.cta-inner{position:relative;z-index:2;text-align:center;max-width:820px;color:white}.cta h2{color:white}.cta p{color:rgba(255,255,255,.78)}.whatsapp-float{position:fixed;right:28px;bottom:28px;z-index:30;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:white;box-shadow:0 18px 45px rgba(37,211,102,.35);transition:.25s;animation:pulse 2.8s infinite}.whatsapp-float svg{width:31px;height:31px;fill:currentColor}.whatsapp-float:hover{transform:scale(1.06)}@keyframes pulse{0%,100%{box-shadow:0 18px 45px rgba(37,211,102,.35)}50%{box-shadow:0 18px 55px rgba(37,211,102,.55)}}.footer{background:var(--blue-2);color:white;padding:38px clamp(22px,5vw,76px)}.footer-inner{max-width:1220px;margin:auto;display:grid;grid-template-columns:1fr 1.6fr auto;gap:34px;align-items:center}.footer-brand{display:flex;gap:18px;align-items:center}.footer-brand img{width:92px;filter:brightness(1.4)}.footer-brand p,.footer-info p{font-size:13px;color:rgba(255,255,255,.76)}.footer-info{text-align:center}.footer-icon{color:white;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.delay{transition-delay:.15s}@media (max-width:1000px){.menu{display:none}.hero-inner,.feature-strip{grid-template-columns:1fr}.hero-product img{aspect-ratio:16/10}.cap-grid,.product-grid,.city-grid,.timeline,.video-grid{grid-template-columns:1fr 1fr}.feature-image img{height:440px}.footer-inner{grid-template-columns:1fr;text-align:center}.footer-brand,.footer-social{justify-content:center}}@media (max-width:620px){.site-header{height:74px}.brand img{width:74px}.hero{padding-top:108px}.hero-inner{gap:34px}h1{font-size:42px}.cap-grid,.product-grid,.city-grid,.timeline,.video-grid{grid-template-columns:1fr}.product-card img{height:260px}.city-card{min-height:360px}.video-tile{height:360px}.hero-actions{width:100%}.btn{width:100%}.whatsapp-float{right:18px;bottom:18px;width:56px;height:56px}}

.partner-cities{background:linear-gradient(180deg,transparent,rgba(247,244,238,.72),transparent)}
.map-layout{display:grid;grid-template-columns:minmax(360px,.95fr) minmax(420px,1.05fr);gap:32px;align-items:stretch}
.brazil-map-card,.cities-panel{background:rgba(255,255,255,.82);border:1px solid var(--line);border-radius:36px;box-shadow:var(--shadow)}
.brazil-map-card{position:relative;padding:26px;overflow:hidden;min-height:560px;display:grid;place-items:center}
.brazil-map-card:before{content:"";position:absolute;inset:34px;border:1px solid rgba(201,161,92,.28);border-radius:50%;transform:rotate(-14deg)}
.brazil-map-card:after{content:"";position:absolute;width:360px;height:360px;background:radial-gradient(circle,rgba(201,161,92,.14),transparent 68%);right:-140px;top:-120px}
.brazil-map{position:relative;z-index:2;width:min(100%,430px);height:auto}
.map-shape{fill:url(#mapFill);stroke:var(--blue);stroke-width:2.5;stroke-linejoin:round}
.map-line{fill:none;stroke:rgba(201,161,92,.34);stroke-width:1.4;stroke-dasharray:7 9;stroke-linecap:round}
.map-pin{fill:var(--gold);stroke:#fff;stroke-width:2;animation:pinPulse 3s ease-in-out infinite;transform-origin:center}
.map-pin.main{fill:var(--blue);r:9}
.map-pin:nth-of-type(odd){animation-delay:.35s}.map-pin:nth-of-type(even){animation-delay:.8s}
@keyframes pinPulse{0%,100%{opacity:.78;transform:scale(1)}50%{opacity:1;transform:scale(1.22)}}
.map-caption{position:relative;z-index:2;text-align:center;color:var(--muted);line-height:1.55;margin-top:-18px;max-width:360px}.map-caption strong{display:block;color:var(--blue);font-family:Quicksand,sans-serif;font-size:24px;margin-bottom:4px}.cities-panel{padding:34px;display:flex;flex-direction:column;justify-content:space-between;gap:28px}.cities-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding-bottom:22px;border-bottom:1px solid var(--line)}.cities-panel-head span{font-size:13px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}.cities-panel-head strong{font-family:Quicksand,sans-serif;font-size:28px;color:var(--blue);white-space:nowrap}.city-tags{display:flex;flex-wrap:wrap;gap:10px}.city-tags span{padding:10px 14px;border:1px solid rgba(47,72,100,.14);border-radius:999px;background:rgba(247,244,238,.72);font-weight:800;font-size:13px;color:var(--blue);transition:.25s}.city-tags span:hover{background:var(--blue);color:white;border-color:var(--blue);transform:translateY(-2px)}.partner-note{background:var(--sand);border:1px solid var(--line);border-radius:28px;padding:26px}.partner-note p{color:var(--muted);line-height:1.7;margin-bottom:0}
@media (max-width:1000px){.map-layout{grid-template-columns:1fr}.brazil-map-card{min-height:auto}.cities-panel-head{align-items:flex-start;flex-direction:column}.cities-panel-head strong{font-size:24px}}

/* Correções: mapa real do Brasil e ícones sociais consistentes */
.brazil-map{width:min(100%,470px)}
.map-shape{stroke-width:2.2;filter:drop-shadow(0 18px 30px rgba(47,72,100,.08))}
.map-pin{transform-box:fill-box;transform-origin:center}
.map-pin.north{fill:var(--blue)}
.map-pin.south{fill:var(--gold)}
.icon-link svg{width:18px;height:18px;display:block;overflow:visible}
.whatsapp-float svg{width:31px;height:31px}
.footer-icon svg{width:18px;height:18px}


/* Ajuste dos logos enviados pelo cliente */
.brand img{width:158px;max-height:72px;object-fit:contain}
.site-header.scrolled .brand img{width:140px;max-height:62px}
.footer-brand img{width:230px;max-height:150px;object-fit:contain;filter:none}
.footer-brand{justify-content:flex-start}
@media (max-width:620px){.brand img{width:118px;max-height:58px}.footer-brand img{width:190px}}

/* Ajuste solicitado: banner principal mais compacto, limpo e editorial */
.hero{
  min-height:0;
  padding:118px clamp(22px,5vw,76px) 34px;
  background:linear-gradient(90deg,#fff 0%,#fbfaf7 44%,#f4efe7 100%);
  border-bottom:1px solid rgba(47,72,100,.08);
}
.hero-video,.hero-overlay{display:none;}
.hero-inner{
  max-width:1220px;
  margin:0 auto;
  grid-template-columns:minmax(360px,.9fr) minmax(520px,1.35fr);
  gap:52px;
  align-items:center;
}
.hero-copy{max-width:560px;}
.hero .eyebrow{font-size:11px;margin-bottom:14px;letter-spacing:.16em;}
.hero h1{
  font-family:Quicksand,Manrope,sans-serif;
  font-size:clamp(34px,4vw,56px);
  line-height:1.08;
  letter-spacing:-.035em;
  margin-bottom:18px;
  max-width:560px;
}
.hero-copy p:not(.eyebrow){
  font-size:15px;
  line-height:1.7;
  max-width:460px;
}
.hero-actions{margin-top:24px;}
.hero .btn{height:44px;padding:0 18px;font-size:11px;border-radius:8px;}
.trust-row{display:none;}
.hero-product:before{display:none;}
.hero-product img{
  width:100%;
  height:360px;
  object-fit:cover;
  object-position:center;
  border-radius:0;
  box-shadow:none;
  aspect-ratio:auto;
}
@media (max-width:1000px){
  .hero{padding-top:104px;padding-bottom:42px;}
  .hero-inner{grid-template-columns:1fr;gap:28px;}
  .hero-product{order:-1;}
  .hero-product img{height:360px;border-radius:24px;}
}
@media (max-width:620px){
  .hero{padding-top:92px;}
  .hero h1{font-size:36px;}
  .hero-product img{height:300px;}
}

/* Refinamento: hero em faixa horizontal estilo banner de referência */
.hero{
  padding:96px 0 0;
  background:linear-gradient(90deg,#ffffff 0%,#fbfaf7 45%,#eee8de 100%);
}
.hero-inner{
  max-width:1280px;
  padding:0 clamp(22px,5vw,76px) 32px;
  grid-template-columns:minmax(340px,0.82fr) minmax(560px,1.35fr);
  gap:54px;
  min-height:330px;
}
.hero h1{
  font-family:Cormorant Garamond, Georgia, serif;
  font-size:clamp(34px,3.9vw,52px);
  line-height:.98;
  letter-spacing:-.03em;
  font-weight:600;
  max-width:520px;
}
.hero h1::after{
  content:"";
  display:block;
  width:38px;
  height:2px;
  background:var(--gold);
  margin-top:18px;
}
.hero-copy p:not(.eyebrow){font-size:14px;line-height:1.62;max-width:430px}
.hero-product{
  align-self:stretch;
  display:flex;
  align-items:stretch;
  margin-right:calc(clamp(22px,5vw,76px) * -1);
}
.hero-product img{
  width:100%;
  height:100%;
  min-height:330px;
  object-fit:cover;
  object-position:center 55%;
  border-radius:0;
  box-shadow:none;
  filter:saturate(1.04) contrast(1.02);
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 100%);
}
@media (min-width:1001px){
  .hero-product img{max-height:360px;}
}
@media (max-width:1000px){
  .hero{padding-top:86px;}
  .hero-inner{grid-template-columns:1fr;padding-bottom:44px;min-height:auto;}
  .hero-product{order:0;margin-right:0;}
  .hero-product img{height:300px;min-height:300px;border-radius:24px;mask-image:none;-webkit-mask-image:none;}
}
@media (max-width:620px){
  .hero{padding-top:80px;}
  .hero-inner{gap:24px;padding-bottom:34px;}
  .hero h1{font-size:34px;}
  .hero-product img{height:240px;min-height:240px;border-radius:18px;}
}

/* Correção: centralização do logo do footer no mobile */
@media (max-width:1000px){
  .footer-brand{justify-content:center;text-align:center;flex-direction:column;}
  .footer-brand img{margin-left:auto;margin-right:auto;}
}

/* Correção final do hero: vídeo somente na coluna direita, sem quebrar a página */
.hero{
  padding:96px 0 0 !important;
  overflow:hidden;
}
.hero-inner{
  align-items:stretch !important;
  min-height:410px !important;
  max-height:430px;
}
.hero h1{
  font-family:Quicksand, Manrope, sans-serif !important;
  font-size:clamp(34px,4vw,56px) !important;
  line-height:1.08 !important;
  letter-spacing:-.035em !important;
  font-weight:700 !important;
}
.hero-copy{
  align-self:center;
  padding:18px 0 28px;
}
.hero-product{
  align-self:stretch !important;
  display:block !important;
  position:relative;
  height:auto !important;
  min-height:410px;
  max-height:430px;
  overflow:hidden;
  margin-right:calc(clamp(22px,5vw,76px) * -1) !important;
}
.hero-product img{display:none !important;}
.hero-product-video{
  display:block;
  width:100%;
  height:100%;
  min-height:410px;
  max-height:430px;
  object-fit:cover;
  object-position:center center;
  border:0;
  border-radius:0;
  box-shadow:none;
  filter:saturate(1.04) contrast(1.02);
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 100%);
}
@media (max-width:1000px){
  .hero-inner{
    max-height:none;
    min-height:auto !important;
    align-items:center !important;
  }
  .hero-product{
    order:0;
    margin-right:0 !important;
    min-height:300px;
    height:300px !important;
    max-height:300px;
    border-radius:24px;
  }
  .hero-product-video{
    min-height:300px;
    height:300px;
    max-height:300px;
    border-radius:24px;
    -webkit-mask-image:none;
    mask-image:none;
  }
}
@media (max-width:620px){
  .hero-product{
    min-height:240px;
    height:240px !important;
    max-height:240px;
    border-radius:18px;
  }
  .hero-product-video{
    min-height:240px;
    height:240px;
    max-height:240px;
    border-radius:18px;
  }
}

/* Ajuste desktop: evita corte do texto do banner sem alterar o mobile */
@media (min-width:1001px){
  .hero{
    padding-top:96px !important;
    padding-bottom:0 !important;
    overflow:hidden;
  }
  .hero-inner{
    min-height:520px !important;
    max-height:none !important;
    align-items:stretch !important;
    padding-bottom:0 !important;
  }
  .hero-copy{
    align-self:center !important;
    padding:34px 0 48px !important;
  }
  .hero-product{
    min-height:520px !important;
    max-height:none !important;
    height:auto !important;
  }
  .hero-product-video{
    min-height:100% !important;
    height:100% !important;
    object-fit:cover;
    object-position:center center;
  }
}
