/* site.css — base compartilhada por todas as páginas Baldon.
   Reproduz o padrão dos arquivos originais: variáveis, botões, reveal,
   botão flutuante WhatsApp, aviso de cookies. O CSS específico de cada
   página (hero, grids próprios) fica na própria página. */
:root{
  --naval:#253746; --naval-600:#3a5162; --naval-700:#2e4150;
  --naval-800:#22333f; --naval-900:#1b2833;
  --red:#e11e26; --red-dk:#c0161d;
  --paper:#ffffff; --paper-dim:#c4ccd3; --muted:#8a97a2; --ink-dim:#5a6672;
  --wpp:#25d366; --line:rgba(255,255,255,.10);
  --ff-body:'Roboto',sans-serif; --ff-head:'Days One','Arial Black',Impact,sans-serif; --ff-btn:'Roboto',sans-serif;
}
html,body{margin:0;padding:0}
html{background:#16202a}
.bd,.bd *,.bd *::before,.bd *::after{box-sizing:border-box;margin:0;padding:0}
.bd em{font-style:normal}
.bd{font-family:var(--ff-body);background:var(--naval-900);color:var(--paper);line-height:1.6;width:100%;overflow-x:hidden}
.bd img{max-width:100%;display:block}
.bd a{color:inherit;text-decoration:none}
.bd .wrap{max-width:1140px;margin:0 auto;padding:0 26px;width:100%}
.bd .hero,.bd .section,.bd .ctaband{width:100%;max-width:100%;margin:0}

/* Botões */
.bd .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--ff-btn);font-size:14px;font-weight:500;letter-spacing:.01em;padding:12px 22px;border-radius:6px;transition:transform .2s,background .2s,box-shadow .25s;cursor:pointer;border:2px solid transparent;line-height:1;text-align:center}
.bd .btn svg{width:17px;height:17px;fill:currentColor;flex-shrink:0}
.bd .btn--wpp,.bd a.btn--wpp{background:var(--wpp);color:#fff!important;text-decoration:none}
.bd .btn--wpp:hover{background:#1fb757;color:#fff!important;transform:translateY(-2px);box-shadow:0 12px 28px rgba(37,211,102,.4)}
.bd .btn--tel{background:#fff;color:var(--naval);border-color:#fff}
.bd .btn--tel:hover{background:#f2f4f6;transform:translateY(-2px)}
.bd .btn--red{background:var(--red);color:#fff}
.bd .btn--red:hover{background:var(--red-dk);transform:translateY(-2px)}

/* Seções */
.bd .section{padding:84px 0}
.bd .section--light{background:#fff;color:var(--naval)}
.bd .section--naval{background:var(--naval-800)}
.bd .section--dark{background:var(--naval-900)}
.bd .eyebrow{font-family:var(--ff-body);font-weight:700;font-size:13px;letter-spacing:.2em;text-transform:uppercase;color:var(--red);margin-bottom:16px;display:flex;align-items:center;gap:12px}
.bd .eyebrow::after{content:"";width:34px;height:2px;background:var(--red)}
.bd h2{font-family:var(--ff-head);font-weight:400;font-size:clamp(24px,2.8vw,33px);line-height:1.12;text-transform:uppercase;margin-bottom:20px;max-width:760px}
.bd .section--light h2{color:var(--naval)}
.bd .lead{font-size:16px;margin-bottom:14px;text-align:justify;hyphens:auto;-webkit-hyphens:auto}
.bd .section--light .lead{color:var(--ink-dim)}
.bd .section--naval .lead,.bd .section--dark .lead{color:var(--paper-dim)}

/* Hero padrão de página interna */
.bd .hero{position:relative;min-height:46vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:var(--naval);padding:90px 0}
.bd .hero__bg{position:absolute;inset:0;background-position:center 40%;background-size:cover;opacity:.55;animation:bdHeroPan 16s ease-out forwards}
@keyframes bdHeroPan{from{transform:scale(1.07)}to{transform:scale(1)}}
.bd .hero__scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(27,40,51,.82),rgba(27,40,51,.9))}
.bd .hero__in{position:relative;z-index:2}
.bd .hero h1{font-family:var(--ff-head);font-weight:400;font-size:clamp(25px,3.5vw,40px);line-height:1.1;text-transform:uppercase;color:#fff;margin:0 auto;max-width:900px;overflow-wrap:break-word}
.bd .hero__sub{color:#fff;font-size:clamp(15px,1.9vw,18px);max-width:760px;margin:22px auto 0}
.bd .hero__rule{width:120px;height:3px;background:var(--red);margin:24px auto 0}

/* FAQ padrão */
.bd .faq{max-width:none;margin-top:34px}
.bd .faq__item{border-bottom:1px solid rgba(37,55,70,.12)}
.bd .section--naval .faq__item,.bd .section--dark .faq__item{border-color:rgba(255,255,255,.12)}
.bd .faq__item summary{list-style:none;cursor:pointer;padding:22px 40px 22px 0;position:relative;font-family:var(--ff-body);font-weight:400;font-size:17px;line-height:1.45;color:var(--naval);transition:color .2s ease}
.bd .section--naval .faq__item summary,.bd .section--dark .faq__item summary{color:#fff}
.bd .faq__item summary::-webkit-details-marker{display:none}
.bd .faq__item summary::after{content:"+";position:absolute;right:6px;top:50%;transform:translateY(-50%);font-size:26px;line-height:1;color:var(--red)}
.bd .faq__item[open] summary::after{content:"–"}
.bd .faq__item summary:hover{color:var(--red)}
.bd .faq__a{padding:0 40px 24px 0;color:var(--ink-dim);font-size:16px;line-height:1.7;text-align:left}
.bd .section--naval .faq__a,.bd .section--dark .faq__a{color:var(--paper-dim)}

/* Faixa CTA padrão */
.bd .ctaband{background:linear-gradient(180deg,#16202a 0%,#111922 55%,#0d141c 100%);text-align:center;padding:78px 0 88px;position:relative;overflow:hidden;border-top:1px solid rgba(255,255,255,.08)}
.bd .ctaband > *{position:relative;z-index:1}
.bd .ctaband h2{color:#fff;margin:0 auto 14px;max-width:820px}
.bd .ctaband p{color:var(--paper-dim);margin:0 auto 30px;font-size:17px;text-align:center;max-width:620px}
.bd .ctaband .btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.bd .ctaband .btn--wpp{background:var(--wpp);color:#fff!important;border-color:var(--wpp);box-shadow:0 8px 22px rgba(37,211,102,.26)}
.bd .ctaband .btn--wpp:hover{background:#1fb757;transform:translateY(-2px);box-shadow:0 12px 30px rgba(37,211,102,.36)}
.bd .ctaband .btn--tel{background:transparent;color:#fff;border-color:rgba(255,255,255,.34)}
.bd .ctaband .btn--tel:hover{background:#fff;color:var(--naval);border-color:#fff}

/* Reveal */
.bd .reveal{opacity:1;transform:none}
body.js-reveal .bd .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
body.js-reveal .bd .reveal.is-in{opacity:1;transform:none}
.bd .reveal.d1{transition-delay:.1s}.bd .reveal.d2{transition-delay:.2s}.bd .reveal.d3{transition-delay:.3s}
@media(prefers-reduced-motion:reduce){body.js-reveal .bd .reveal{opacity:1;transform:none;transition:none}.bd .hero__bg{animation:none}}

/* Flutuante WhatsApp */
.bd-wpp-float{position:fixed;right:24px;bottom:24px;z-index:80;height:62px;padding:0 19px;border-radius:999px;background:var(--wpp);display:flex;align-items:center;gap:0;overflow:hidden;text-decoration:none;box-shadow:0 10px 28px rgba(37,211,102,.42),0 2px 8px rgba(0,0,0,.2);transition:gap .28s ease,padding .28s ease,transform .28s ease}
.bd-wpp-float::after{content:"";position:absolute;inset:0;border-radius:999px;box-shadow:0 0 0 0 rgba(37,211,102,.55);animation:bdWppPulse 2.6s infinite;pointer-events:none}
.bd-wpp-float svg{width:29px;height:29px;fill:#fff;flex-shrink:0;position:relative;z-index:1}
.bd-wpp-float .lbl{font-family:var(--ff-btn);font-size:14px;color:#fff!important;white-space:nowrap;max-width:0;opacity:0;transition:max-width .28s ease,opacity .22s ease;position:relative;z-index:1}
.bd-wpp-float:hover{gap:11px;padding:0 24px;transform:translateY(-2px)}
.bd-wpp-float:hover .lbl{max-width:220px;opacity:1}
.bd-wpp-float:hover::after{animation:none}
@keyframes bdWppPulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.5)}70%{box-shadow:0 0 0 18px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}}
@media(max-width:640px){.bd-wpp-float{right:14px;bottom:14px;height:50px;padding:0 13px}.bd-wpp-float svg{width:24px;height:24px}.bd-wpp-float .lbl{display:none}}

/* Aviso de cookies */
.bdav{position:fixed;left:0;right:0;bottom:0;z-index:9998;background:#1b2833;border-top:3px solid #e11e26;box-shadow:0 -8px 30px rgba(0,0,0,.32);font-family:'Roboto',sans-serif;transform:translateY(120%);transition:transform .45s cubic-bezier(.16,1,.3,1)}
.bdav.is-on{transform:translateY(0)}
.bdav__in{max-width:1240px;margin:0 auto;padding:18px 26px;display:flex;gap:24px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.bdav__txt{flex:1;min-width:260px;font-size:14px;color:#c4ccd3;line-height:1.55;margin:0;text-align:left}
.bdav__txt a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.bdav__b{font-family:'Days One','Arial Black',Impact,sans-serif;font-size:13px;padding:12px 26px;border-radius:6px;border:0;background:#e11e26;color:#fff;cursor:pointer;transition:all .22s ease;white-space:nowrap;flex-shrink:0}
.bdav__b:hover{background:#c0161d;transform:translateY(-2px)}
@media(max-width:760px){.bdav__in{flex-direction:column;align-items:stretch;gap:14px;padding:18px 20px}.bdav__b{width:100%}}

/* Acessibilidade e toque */
.bd a:focus-visible,.bd button:focus-visible,.bd summary:focus-visible{outline:2px solid #e11e26;outline-offset:3px;border-radius:3px}
.bd a,.bd button,.bd summary{-webkit-tap-highlight-color:transparent}
@media(hover:none){.bd *:hover{transform:none!important}.bd .btn:active{transform:translateY(1px)!important}}

/* Mobile base */
@media(max-width:767px){
  .bd .wrap{padding-left:30px!important;padding-right:30px!important}
  .bd .hero{min-height:auto;padding:50px 0 46px}
  .bd .hero h1{font-size:clamp(21px,6.1vw,27px);line-height:1.18}
  .bd .hero__sub{font-size:15px;line-height:1.6;margin-top:12px}
  .bd .hero__rule{width:88px;margin-top:18px}
  .bd .section{padding:52px 0}
  .bd h2{font-size:clamp(20px,5.6vw,25px);line-height:1.2}
  .bd .lead{font-size:15px;line-height:1.62;max-width:100%}
  .bd .ctaband{padding:52px 0 56px}
  .bd .ctaband .btns{flex-direction:row;gap:10px;flex-wrap:nowrap}
  .bd .ctaband .btn{flex:1 1 0;min-width:0;padding:12px 10px;font-size:13px;gap:6px;white-space:nowrap}
  .bd .ctaband .btn svg{width:15px;height:15px}
}
@media(max-width:380px){.bd .wrap{padding-left:22px!important;padding-right:22px!important}.bd .hero h1{font-size:22px}}
/* justificar (margem direita reta) + hifenizar os textos corridos, como jornal */
.bd .lead, .bd .split__body p, .bd .about__body p, .bd .founder__quote, .bd .art p{text-align:justify;hyphens:auto;-webkit-hyphens:auto}
