:root{
  --navy:#06233a;
  --navy2:#0f3a55;
  --gold:#b79249;
  --sage:#7f8f7c;
  --sage2:#e7ece1;
  --paper:#fbfaf6;
  --text:#172b39;
  --muted:#64727c;
  --white:#fff;
  --shadow:0 24px 70px rgba(6,35,58,.16);
  --shadow-soft:0 14px 38px rgba(6,35,58,.10);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--paper);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}.container{width:min(1160px,92vw);margin-inline:auto}.skip-link{position:absolute;left:-999px;top:8px;background:var(--navy);color:#fff;padding:10px 14px;border-radius:8px;z-index:100}.skip-link:focus{left:8px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(251,250,246,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(6,35,58,.08)}
.header-inner{min-height:74px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:12px;margin-right:auto}.brand img{width:54px;height:54px;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(6,35,58,.10))}.brand strong{font-family:Georgia,serif;font-size:1.2rem;color:var(--navy);display:block;line-height:1}.brand small{font-size:.73rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}
.main-nav{display:flex;align-items:center;gap:20px;font-weight:700;font-size:.92rem}.main-nav a{position:relative}.main-nav a:after{content:"";height:2px;width:0;left:0;bottom:-8px;background:var(--gold);position:absolute;transition:.25s}.main-nav a:hover:after{width:100%}.menu-toggle{display:none;border:0;background:transparent;font-size:1.8rem;color:var(--navy)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff;padding:14px 23px;font-weight:850;box-shadow:0 16px 34px rgba(6,35,58,.22);cursor:pointer;transition:.25s}.btn:hover{transform:translateY(-2px);box-shadow:0 22px 44px rgba(6,35,58,.26)}.btn-small{padding:10px 16px;font-size:.88rem}.btn-ghost{background:rgba(255,255,255,.44);color:var(--navy);border:1px solid rgba(6,35,58,.18);box-shadow:none}.wa-icon{font-size:.92rem}.section{padding:92px 0}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 18% 10%,rgba(183,146,73,.15),transparent 34%),linear-gradient(135deg,#f7f6ef 0%,#e8ede2 100%)}.hero:before{content:"";position:absolute;inset:0;background:url("../img/logo_icon.png") no-repeat right -130px top -130px/520px;opacity:.055;pointer-events:none}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.78fr);gap:clamp(28px,5vw,58px);align-items:center;position:relative}.eyebrow{margin:0 0 14px;color:var(--gold);font-weight:900;text-transform:uppercase;letter-spacing:.14em;font-size:.77rem}.hero h1,.section h2{font-family:Georgia,"Times New Roman",serif;color:var(--navy);line-height:1.05;margin:0}.hero h1{font-size:clamp(2.45rem,4.9vw,4.95rem);letter-spacing:-.045em;max-width:760px}.section h2{font-size:clamp(2rem,3.8vw,3.35rem);letter-spacing:-.035em}.hero-text{font-size:clamp(1rem,1.3vw,1.16rem);color:#40505b;max-width:650px;margin:24px 0}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.trust-row span{border:1px solid rgba(6,35,58,.12);background:rgba(255,255,255,.52);padding:9px 13px;border-radius:999px;font-weight:750;color:var(--navy)}
.hero-card{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:linear-gradient(145deg,#788978,#aeb8aa);padding:14px}.hero-card img{width:100%;height:min(620px,68vh);object-fit:contain;object-position:center;border-radius:22px}.hero-badge{position:absolute;left:28px;right:28px;bottom:28px;padding:16px 18px;border-radius:20px;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);color:var(--navy);font-weight:850;box-shadow:0 16px 34px rgba(0,0,0,.12);font-size:.98rem}.logo-strip{background:#fff;border-block:1px solid rgba(6,35,58,.08);padding:32px 0}.logo-strip img{max-height:132px;margin:auto;object-fit:contain}
.split{display:grid;grid-template-columns:.95fr 1fr;gap:56px;align-items:center}.section-copy p{font-size:1.06rem;color:#4e5d67}.text-link{font-weight:900;color:var(--navy);border-bottom:2px solid var(--gold)}.about-panel{display:grid;gap:16px;padding:10px}.mini-card{position:relative;overflow:hidden;background:#fff;padding:28px;border-radius:24px;box-shadow:0 14px 40px rgba(6,35,58,.08);border-left:5px solid var(--gold);transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease}.mini-card:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(183,146,73,.16),transparent 36%,rgba(6,35,58,.06));opacity:0;transition:.28s}.mini-card:after{content:"→";position:absolute;right:24px;top:26px;color:var(--gold);font-weight:900;opacity:0;transform:translateX(-8px);transition:.28s}.mini-card:hover{transform:translateY(-6px) scale(1.012);box-shadow:0 28px 70px rgba(6,35,58,.16);border-left-color:#d0ad5c}.mini-card:hover:before,.mini-card:hover:after{opacity:1}.mini-card:hover:after{transform:translateX(0)}.mini-card strong{display:block;color:var(--navy);font-size:1.2rem;position:relative}.mini-card span{color:var(--muted);position:relative}
.services{background:#fff}.section-head{max-width:860px;margin-bottom:42px}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-card{background:linear-gradient(180deg,#fff,#f8f8f3);border:1px solid rgba(6,35,58,.08);border-radius:28px;padding:30px;min-height:285px;box-shadow:0 12px 40px rgba(6,35,58,.07);transition:transform .25s ease, box-shadow .25s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 24px 58px rgba(6,35,58,.12)}.service-card h3{color:var(--navy);font-size:1.25rem;margin:16px 0 10px}.service-card p{color:#53636d}.service-card .icon{display:grid;place-items:center;width:54px;height:54px;border-radius:18px;background:var(--sage2);color:var(--gold);font-size:1.6rem;font-weight:900}.service-card-dark{background:linear-gradient(135deg,var(--navy),#113c58);color:#fff}.service-card-dark h3,.service-card-dark p{color:#fff}.service-card-dark a{display:inline-block;margin-top:10px;color:#fff;border-bottom:2px solid var(--gold);font-weight:900}
.why{background:linear-gradient(135deg,var(--sage2),#f7f5eb)}.why-grid{display:grid;grid-template-columns:.92fr 1fr;gap:58px;align-items:center}.image-stack{display:grid;grid-template-columns:1fr 1fr;gap:18px}.image-stack a{position:relative;border-radius:26px;outline:0}.image-stack a:after{content:"Clique para ampliar";position:absolute;left:16px;right:16px;bottom:16px;text-align:center;padding:10px 12px;border-radius:999px;background:rgba(6,35,58,.82);color:#fff;font-weight:800;font-size:.83rem;opacity:0;transform:translateY(8px);transition:.25s}.image-stack a:hover:after{opacity:1;transform:translateY(0)}.image-stack img{border-radius:26px;box-shadow:var(--shadow);transform:rotate(-2deg);transition:transform .3s ease, filter .3s ease}.image-stack a:hover img{transform:rotate(-1deg) scale(1.025);filter:saturate(1.05) contrast(1.02)}.image-stack a:nth-child(2){margin-top:40px}.image-stack a:nth-child(2) img{transform:rotate(2deg)}.image-stack a:nth-child(2):hover img{transform:rotate(1deg) scale(1.025)}.check-list{list-style:none;margin:26px 0 0;padding:0;display:grid;gap:16px}.check-list li{position:relative;padding-left:34px;color:#455761;font-weight:650}.check-list li:before{content:"✓";position:absolute;left:0;top:-2px;color:var(--gold);font-weight:1000;font-size:1.3rem}
.process{background:var(--paper)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{background:#fff;border-radius:26px;padding:28px;border:1px solid rgba(6,35,58,.08);box-shadow:0 12px 34px rgba(6,35,58,.06)}.step span{display:inline-flex;color:var(--gold);font-family:Georgia,serif;font-size:2rem;font-weight:900}.step h3{color:var(--navy);margin:10px 0}.step p{color:var(--muted)}.cta{background:linear-gradient(135deg,#06233a 0%,#103d58 62%,#b79249 160%);color:#fff}.cta h2{color:#fff}.cta p{color:rgba(255,255,255,.82);font-size:1.08rem}.cta-grid{display:grid;grid-template-columns:1fr .82fr;gap:48px;align-items:start}.contact-lines{display:grid;gap:12px;margin-top:24px}.contact-lines a{font-weight:900;color:#fff}.contact-form{background:#fff;color:var(--text);padding:28px;border-radius:28px;box-shadow:0 24px 70px rgba(0,0,0,.22)}.contact-form label{display:grid;gap:7px;font-weight:800;color:var(--navy);margin-bottom:14px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid rgba(6,35,58,.15);border-radius:16px;padding:13px 14px;font:inherit;background:#f8f8f4;color:var(--text)}.contact-form textarea{resize:vertical}
.site-footer{background:#061d30;color:#fff;padding:46px 0 22px}.footer-grid{display:grid;grid-template-columns:1.2fr .55fr .55fr;gap:32px;align-items:start}.footer-grid img{width:70px;height:70px;object-fit:contain;filter:drop-shadow(0 12px 18px rgba(0,0,0,.25))}.footer-grid p{color:rgba(255,255,255,.75)}.footer-grid a{display:block;color:rgba(255,255,255,.78);margin-top:9px}.footer-grid strong{display:block;margin-bottom:10px}.social-links{display:flex;gap:12px;margin-top:10px}.social-links a{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(255,255,255,.06);transition:.25s}.social-links a:hover{transform:translateY(-3px);background:rgba(183,146,73,.22);border-color:rgba(183,146,73,.55)}.social-links svg{width:23px;height:23px;fill:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.11);margin-top:28px;padding-top:18px;color:rgba(255,255,255,.62);font-size:.92rem}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:60;display:inline-flex;align-items:center;gap:10px;background:#25d366;color:#fff;border-radius:999px;padding:14px 20px;font-weight:950;box-shadow:0 18px 42px rgba(0,0,0,.24);animation:whatsappBreath 2.5s ease-in-out infinite}.whatsapp-float:before{content:"";position:absolute;inset:-8px;border-radius:inherit;border:2px solid rgba(37,211,102,.38);animation:whatsappRing 2.5s ease-out infinite}.whatsapp-pulse-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.18)}@keyframes whatsappBreath{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-2px) scale(1.035)}}@keyframes whatsappRing{0%{transform:scale(.86);opacity:.72}70%,100%{transform:scale(1.18);opacity:0}}
.premium-lightbox{position:fixed;inset:0;z-index:200;display:grid;place-items:center;background:rgba(6,18,29,.76);backdrop-filter:blur(14px);opacity:0;pointer-events:none;transition:opacity .28s ease;padding:34px}.premium-lightbox.open{opacity:1;pointer-events:auto}.premium-lightbox img{max-width:min(94vw,1040px);max-height:88vh;border-radius:28px;box-shadow:0 30px 90px rgba(0,0,0,.45);transform:scale(.96);transition:transform .28s ease}.premium-lightbox.open img{transform:scale(1)}.lightbox-close{position:absolute;right:24px;top:22px;width:48px;height:48px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:var(--navy);font-size:2rem;line-height:1;cursor:pointer;box-shadow:0 12px 30px rgba(0,0,0,.2)}
.reveal{opacity:0;transform:translateY(22px);transition:.7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}
@media (max-width:1060px){.hero h1{font-size:clamp(2.35rem,5.8vw,4.35rem)}.main-nav{gap:15px;font-size:.88rem}.hero-grid{grid-template-columns:1fr .78fr}.hero-card img{height:560px}.cards-grid{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr 1fr}}
@media (max-width:900px){.main-nav,.header-inner>.btn{display:none}.menu-toggle{display:block}.main-nav.open{display:flex;position:absolute;left:4vw;right:4vw;top:74px;flex-direction:column;align-items:stretch;background:#fff;border-radius:22px;padding:18px;box-shadow:var(--shadow)}.hero-grid,.split,.why-grid,.cta-grid{grid-template-columns:1fr}.hero{padding-top:6px}.hero-card{max-width:560px;margin-inline:auto}.section{padding:70px 0}.hero-card img{height:auto;max-height:620px}.logo-strip img{max-height:110px}.footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:640px){.container{width:min(100% - 34px,1160px)}.header-inner{min-height:68px}.brand img{width:48px;height:48px}.brand small{display:none}.brand strong{font-size:1.08rem}.hero-grid{gap:28px}.hero h1{font-size:clamp(2.08rem,12vw,3.15rem);letter-spacing:-.04em}.hero-text{margin:18px 0}.hero-actions .btn{width:100%}.trust-row{margin-top:22px}.hero-card{border-radius:24px;padding:10px}.hero-card img{border-radius:18px}.hero-badge{position:static;margin:10px 2px 2px;padding:14px;border-radius:18px;font-size:.9rem}.cards-grid,.steps,.footer-grid{grid-template-columns:1fr}.image-stack{grid-template-columns:1fr}.image-stack a:nth-child(2){margin-top:0}.image-stack img,.image-stack a:nth-child(2) img{transform:none}.image-stack a:hover img,.image-stack a:nth-child(2):hover img{transform:scale(1.015)}.section{padding:56px 0}.logo-strip{padding:24px 0}.logo-strip img{max-height:82px}.section h2{font-size:clamp(1.85rem,9vw,2.55rem)}.contact-form{padding:22px}.whatsapp-float{left:auto;right:18px;bottom:18px;padding:13px;width:58px;height:58px;justify-content:center}.whatsapp-float span:last-child{display:none}.whatsapp-pulse-icon{background:transparent}.premium-lightbox{padding:18px}.lightbox-close{right:14px;top:14px}}


/* Ajustes V4 solicitados */
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

.brand img{
  width:64px;
  height:64px;
  object-fit:contain;
  border-radius:0;
  box-shadow:none;
  background:transparent;
}

.header-inner .btn-small{
  gap:0;
}

.header-inner .btn-small::before,
.header-inner .btn-small svg,
.header-inner .btn-small .icon{
  display:none!important;
  content:none!important;
}

/* Hero: imagem mais premium, sem corte agressivo e com mais respiro */
.hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(390px,.72fr);
  gap:72px;
}

.hero h1{
  font-size:clamp(2.45rem,4.9vw,4.85rem);
  line-height:1.08;
  max-width:780px;
}

.hero-card{
  padding:14px;
  border-radius:34px;
  background:linear-gradient(145deg,rgba(130,146,126,.72),rgba(237,239,230,.34));
  box-shadow:0 28px 80px rgba(6,35,58,.18);
}

.hero-card img{
  border-radius:22px;
  height:min(650px,68vh);
  object-fit:cover;
  object-position:center center;
}

.hero-badge{
  left:30px;
  right:30px;
  bottom:28px;
  padding:18px 22px;
  border-radius:20px;
}

/* Rodapé */
.site-footer img,
.footer-brand img{
  width:148px;
  max-width:100%;
  height:auto;
  object-fit:contain;
  background:transparent;
  border-radius:0;
  box-shadow:none;
  margin:0 0 18px;
}

.footer-grid a.social-link,
.footer-grid .social-link{
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 10px 0 0;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  transition:transform .25s ease, background .25s ease, border-color .25s ease;
}

.footer-grid a.social-link:hover,
.footer-grid .social-link:hover{
  transform:translateY(-3px);
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.32);
}

.social-icon,
.social-icon svg,
.wa-svg,
.ig-svg{
  width:20px;
  height:20px;
  display:block;
  fill:currentColor;
}

.whatsapp-float{
  width:64px;
  height:64px;
  right:24px;
  bottom:24px;
  padding:0;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0;
  background:#25d366;
  color:#fff;
  font-size:0;
  box-shadow:0 0 0 0 rgba(37,211,102,.48),0 18px 42px rgba(0,0,0,.24);
  animation:whatsappPulseSoft 2.25s infinite;
}

.whatsapp-float .wa-svg{
  width:34px;
  height:34px;
}

.whatsapp-float .wa-label{
  display:none;
}

.whatsapp-float:hover{
  transform:translateY(-3px) scale(1.04);
  box-shadow:0 0 0 12px rgba(37,211,102,.12),0 24px 46px rgba(0,0,0,.28);
}

@keyframes whatsappPulseSoft{
  0%{box-shadow:0 0 0 0 rgba(37,211,102,.46),0 18px 42px rgba(0,0,0,.24)}
  70%{box-shadow:0 0 0 16px rgba(37,211,102,0),0 18px 42px rgba(0,0,0,.24)}
  100%{box-shadow:0 0 0 0 rgba(37,211,102,0),0 18px 42px rgba(0,0,0,.24)}
}

@media (max-width:960px){
  .hero-grid{
    grid-template-columns:1fr;
    gap:42px;
  }

  .hero-card{
    max-width:560px;
    margin-inline:auto;
  }

  .hero-card img{
    height:auto;
    max-height:none;
    aspect-ratio:4/5;
    object-fit:cover;
    object-position:center center;
  }
}

@media (max-width:640px){
  .brand img{
    width:56px;
    height:56px;
  }

  .brand strong{
    font-size:1.55rem;
  }

  .site-footer{
    padding-bottom:110px;
  }

  .site-footer img,
  .footer-brand img{
    width:124px;
    margin-bottom:18px;
  }

  .footer-grid a.social-link,
  .footer-grid .social-link{
    width:40px;
    height:40px;
    min-width:40px;
    margin-right:8px;
  }

  .footer-grid .social-icon,
  .footer-grid .social-icon svg{
    width:19px;
    height:19px;
  }

  .whatsapp-float{
    left:18px;
    right:18px;
    bottom:18px;
    width:auto;
    height:58px;
    border-radius:999px;
    gap:10px;
    font-size:1rem;
    font-weight:900;
    letter-spacing:.01em;
  }

  .whatsapp-float .wa-svg{
    width:25px;
    height:25px;
  }

  .whatsapp-float .wa-label{
    display:inline;
  }

  .hero h1{
    font-size:clamp(2.15rem,11vw,3rem);
  }

  .hero-card{
    padding:10px;
    border-radius:28px;
  }

  .hero-card img{
    border-radius:19px;
    aspect-ratio:4/5.25;
  }

  .hero-badge{
    left:20px;
    right:20px;
    bottom:20px;
    padding:15px 16px;
    font-size:.92rem;
  }
}



/* Correções finais V5: WhatsApp, ícones do rodapé e imagem principal */
.icon-whatsapp,
.icon-instagram{
  display:block;
  width:1em;
  height:1em;
  fill:currentColor;
  flex:0 0 auto;
}

.whatsapp-float,
.whatsapp-float:visited{
  position:fixed;
  z-index:80;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  text-decoration:none!important;
  background:#25d366!important;
  color:#fff!important;
  box-shadow:0 0 0 0 rgba(37,211,102,.42),0 18px 42px rgba(0,0,0,.22)!important;
  animation:whatsappPulseSoft 2.25s infinite!important;
  transition:transform .25s ease, box-shadow .25s ease!important;
}

.whatsapp-float:hover{
  transform:translateY(-3px) scale(1.04)!important;
}

.whatsapp-float .icon-whatsapp{
  color:#fff!important;
  fill:#fff!important;
}

@media (min-width:641px){
  .whatsapp-float{
    width:64px!important;
    height:64px!important;
    right:24px!important;
    bottom:24px!important;
    left:auto!important;
    border-radius:50%!important;
    padding:0!important;
    font-size:0!important;
    gap:0!important;
  }

  .whatsapp-float .icon-whatsapp{
    width:33px!important;
    height:33px!important;
  }

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

@media (max-width:640px){
  .whatsapp-float{
    left:18px!important;
    right:18px!important;
    bottom:18px!important;
    width:auto!important;
    height:58px!important;
    border-radius:999px!important;
    padding:0 22px!important;
    gap:10px!important;
    font-size:1rem!important;
    font-weight:900!important;
    letter-spacing:.01em!important;
  }

  .whatsapp-float .icon-whatsapp{
    width:24px!important;
    height:24px!important;
  }

  .whatsapp-float span{
    display:inline!important;
    color:#fff!important;
  }
}

.site-footer .social-link,
.site-footer .social-link:visited{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  max-width:42px!important;
  max-height:42px!important;
  padding:0!important;
  border-radius:50%!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  background:rgba(255,255,255,.06)!important;
  border:1px solid rgba(255,255,255,.20)!important;
  color:#fff!important;
  margin:0 10px 0 0!important;
  line-height:1!important;
  font-size:20px!important;
}

.site-footer .social-link .icon-whatsapp,
.site-footer .social-link .icon-instagram{
  width:20px!important;
  height:20px!important;
  color:#fff!important;
  fill:#fff!important;
  max-width:20px!important;
  max-height:20px!important;
}

.site-footer .social-link:hover{
  transform:translateY(-3px)!important;
  background:rgba(255,255,255,.13)!important;
  border-color:rgba(255,255,255,.35)!important;
}

@media (max-width:640px){
  .site-footer .social-link{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    max-width:38px!important;
    max-height:38px!important;
    margin-right:8px!important;
    font-size:18px!important;
  }

  .site-footer .social-link .icon-whatsapp,
  .site-footer .social-link .icon-instagram{
    width:18px!important;
    height:18px!important;
    max-width:18px!important;
    max-height:18px!important;
  }
}

/* Imagem principal com mais respiro para não cortar os textos do topo */
.hero-card{
  padding:18px!important;
  border-radius:34px!important;
  background:linear-gradient(145deg,rgba(130,146,126,.74),rgba(237,239,230,.36))!important;
}

.hero-card img{
  width:100%!important;
  height:auto!important;
  max-height:660px!important;
  aspect-ratio:4/5!important;
  object-fit:contain!important;
  object-position:center center!important;
  border-radius:22px!important;
  background:#82927e!important;
}

@media (max-width:640px){
  .hero-card{
    padding:12px!important;
    border-radius:28px!important;
  }

  .hero-card img{
    aspect-ratio:auto!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center center!important;
  }

  .hero-badge{
    left:22px!important;
    right:22px!important;
    bottom:22px!important;
  }
}



/* V6 - estratégia final: botão flutuante azul, logo mobile completa e hover na imagem principal */
.brand small{
  display:block!important;
}

@media (max-width:640px){
  .brand{
    gap:12px!important;
  }

  .brand span{
    display:block!important;
  }

  .brand strong{
    display:block!important;
    font-size:1.55rem!important;
    line-height:1.05!important;
  }

  .brand small{
    display:block!important;
    font-size:.68rem!important;
    letter-spacing:.14em!important;
    line-height:1.15!important;
    margin-top:4px!important;
  }
}

.icon-whatsapp,
.icon-instagram{
  width:1em;
  height:1em;
  display:block;
  fill:currentColor;
  flex:0 0 auto;
}

/* Botão flutuante: mesmo estilo no mobile e desktop, lado direito, azul e com pulso suave */
.whatsapp-float,
.whatsapp-float:visited{
  position:fixed!important;
  right:24px!important;
  bottom:24px!important;
  left:auto!important;
  z-index:90!important;
  width:64px!important;
  height:64px!important;
  padding:0!important;
  border-radius:50%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(135deg,var(--navy),var(--navy2))!important;
  color:#fff!important;
  font-size:0!important;
  line-height:1!important;
  text-decoration:none!important;
  box-shadow:0 0 0 0 rgba(6,35,58,.36),0 18px 42px rgba(6,35,58,.28)!important;
  animation:waBluePulse 2.25s infinite!important;
  transition:transform .25s ease, box-shadow .25s ease!important;
  overflow:hidden!important;
}

.whatsapp-float .icon-whatsapp{
  width:31px!important;
  height:31px!important;
  fill:#fff!important;
  color:#fff!important;
}

.whatsapp-float:hover{
  transform:translateY(-3px) scale(1.045)!important;
}

@keyframes waBluePulse{
  0%{box-shadow:0 0 0 0 rgba(6,35,58,.38),0 18px 42px rgba(6,35,58,.28)}
  70%{box-shadow:0 0 0 16px rgba(6,35,58,0),0 18px 42px rgba(6,35,58,.28)}
  100%{box-shadow:0 0 0 0 rgba(6,35,58,0),0 18px 42px rgba(6,35,58,.28)}
}

@media (max-width:640px){
  .whatsapp-float,
  .whatsapp-float:visited{
    right:18px!important;
    bottom:18px!important;
    left:auto!important;
    width:58px!important;
    height:58px!important;
  }

  .whatsapp-float .icon-whatsapp{
    width:28px!important;
    height:28px!important;
  }
}

/* Rodapé: ícones sociais sempre pequenos e elegantes */
.site-footer .social-link,
.site-footer .social-link:visited{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  max-width:42px!important;
  min-height:42px!important;
  max-height:42px!important;
  padding:0!important;
  border-radius:50%!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  background:rgba(255,255,255,.06)!important;
  border:1px solid rgba(255,255,255,.20)!important;
  color:#fff!important;
  margin:0 10px 0 0!important;
  line-height:1!important;
  font-size:20px!important;
}

.site-footer .social-link .icon-whatsapp,
.site-footer .social-link .icon-instagram{
  width:20px!important;
  height:20px!important;
  max-width:20px!important;
  max-height:20px!important;
  fill:#fff!important;
  color:#fff!important;
}

@media (max-width:640px){
  .site-footer .social-link,
  .site-footer .social-link:visited{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    max-width:38px!important;
    min-height:38px!important;
    max-height:38px!important;
    margin-right:8px!important;
  }

  .site-footer .social-link .icon-whatsapp,
  .site-footer .social-link .icon-instagram{
    width:18px!important;
    height:18px!important;
  }
}

/* Imagem principal com hover premium suave */
.hero-card{
  transition:transform .35s ease, box-shadow .35s ease, filter .35s ease!important;
}

.hero-card img{
  transition:transform .45s ease, filter .45s ease!important;
}

.hero-card:hover{
  transform:translateY(-6px)!important;
  box-shadow:0 34px 90px rgba(6,35,58,.24)!important;
}

.hero-card:hover img{
  transform:scale(1.018)!important;
  filter:saturate(1.03) contrast(1.02)!important;
}



/* V7 - botão WhatsApp flutuante corrigido: fixo na viewport, não no rodapé */
.whatsapp-float-fixed,
.whatsapp-float-fixed:visited{
  position:fixed!important;
  right:24px!important;
  bottom:24px!important;
  left:auto!important;
  top:auto!important;
  z-index:999999!important;
  width:64px!important;
  height:64px!important;
  min-width:64px!important;
  min-height:64px!important;
  max-width:64px!important;
  max-height:64px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:50%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(135deg,#06233a,#0b3552)!important;
  color:#fff!important;
  text-decoration:none!important;
  line-height:1!important;
  box-shadow:0 0 0 0 rgba(6,35,58,.42), 0 18px 42px rgba(6,35,58,.30)!important;
  animation:waFixedPulse 2.2s infinite!important;
  transition:transform .25s ease, box-shadow .25s ease!important;
  overflow:hidden!important;
}

.whatsapp-float-fixed svg{
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  min-height:32px!important;
  display:block!important;
  fill:#fff!important;
  color:#fff!important;
}

.whatsapp-float-fixed:hover{
  transform:translateY(-3px) scale(1.045)!important;
}

@keyframes waFixedPulse{
  0%{box-shadow:0 0 0 0 rgba(6,35,58,.42), 0 18px 42px rgba(6,35,58,.30)}
  70%{box-shadow:0 0 0 15px rgba(6,35,58,0), 0 18px 42px rgba(6,35,58,.30)}
  100%{box-shadow:0 0 0 0 rgba(6,35,58,0), 0 18px 42px rgba(6,35,58,.30)}
}

@media (max-width:640px){
  .whatsapp-float-fixed,
  .whatsapp-float-fixed:visited{
    right:18px!important;
    bottom:18px!important;
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    min-height:58px!important;
    max-width:58px!important;
    max-height:58px!important;
  }

  .whatsapp-float-fixed svg{
    width:29px!important;
    height:29px!important;
    min-width:29px!important;
    min-height:29px!important;
  }
}

/* Etapa 5B SEO — FAQ premium, responsivo e com respiro */
.faq-section{
  position: relative;
  padding: clamp(86px, 9vw, 132px) 0 clamp(104px, 10vw, 150px);
  background:
    radial-gradient(circle at 10% 12%, rgba(185,144,67,.13), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(130,146,126,.20), transparent 34%),
    linear-gradient(180deg, #fbfaf5 0%, #f4f2ea 100%);
  overflow: hidden;
}

.faq-section::before{
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -180px;
  bottom: -210px;
  border-radius: 50%;
  border: 54px solid rgba(6,35,58,.045);
  pointer-events: none;
}

.faq-section .container{
  position: relative;
  z-index: 1;
}

.faq-header{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.faq-header h2{
  margin: 0 0 16px;
  color: var(--navy, #06233a);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.faq-header p{
  max-width: 880px;
  margin: 0;
  color: rgba(6,35,58,.74);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.75;
}

.faq-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--navy, #06233a);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 16px 34px rgba(6,35,58,.16);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.faq-cta:hover{
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(6,35,58,.22);
  background: #0b3552;
}

.faq-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.faq-item{
  border: 1px solid rgba(6,35,58,.10);
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 42px rgba(6,35,58,.07);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.faq-item:hover{
  transform: translateY(-3px);
  border-color: rgba(185,144,67,.36);
  box-shadow: 0 26px 58px rgba(6,35,58,.12);
  background: rgba(255,255,255,.96);
}

.faq-item[open]{
  border-color: rgba(185,144,67,.42);
  box-shadow: 0 28px 64px rgba(6,35,58,.13);
}

.faq-item summary{
  cursor: pointer;
  list-style: none;
  padding: 23px 66px 23px 24px;
  color: var(--navy, #06233a);
  font-weight: 900;
  line-height: 1.42;
  position: relative;
  outline: none;
}

.faq-item summary::-webkit-details-marker{
  display: none;
}

.faq-item summary::before{
  content: "";
  position: absolute;
  left: 24px;
  bottom: 0;
  width: calc(100% - 48px);
  height: 1px;
  background: linear-gradient(90deg, rgba(185,144,67,.42), rgba(6,35,58,0));
  opacity: 0;
  transition: opacity .25s ease;
}

.faq-item[open] summary::before{
  opacity: 1;
}

.faq-item summary::after{
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(185,144,67,.13);
  color: #9a752f;
  font-size: 1.22rem;
  font-weight: 900;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}

.faq-item[open] summary::after{
  content: "–";
  background: rgba(6,35,58,.10);
  color: var(--navy, #06233a);
  transform: translateY(-50%) rotate(180deg);
}

.faq-item p{
  margin: 0;
  padding: 20px 24px 24px;
  color: rgba(6,35,58,.73);
  line-height: 1.75;
}

@media (max-width: 860px){
  .faq-section{
    padding: 72px 0 94px;
  }

  .faq-header{
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }

  .faq-cta{
    width: 100%;
  }

  .faq-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .faq-item summary{
    padding: 20px 58px 20px 20px;
  }

  .faq-item summary::before{
    left: 20px;
    width: calc(100% - 40px);
  }

  .faq-item summary::after{
    right: 18px;
  }

  .faq-item p{
    padding: 18px 20px 22px;
  }
}
