:root{
  --navy:#063878;
  --navy-dark:#032f68;
  --blue:#0878d5;
  --yellow:#ffd400;
  --yellow-2:#ffea00;
  --green:#25d366;
  --green-dark:#128c7e;
  --ink:#0a2448;
  --muted:#5c6e85;
  --line:#dbe4ee;
  --soft:#f7faff;
  --white:#fff;
  --container:min(1460px, calc(100% - 72px));
  --shadow:0 18px 50px rgba(3,47,104,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.modal-open,body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.container{width:var(--container);margin-inline:auto}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(8,120,213,.28);outline-offset:3px}

/* Header */
.site-header{height:96px;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(8,60,120,.08);position:sticky;top:0;z-index:1000;backdrop-filter:blur(16px)}
.header-inner{height:100%;display:grid;grid-template-columns:150px 1fr auto;align-items:center;gap:28px}
.brand{display:flex;align-items:center;height:100%}
.brand img{width:112px;height:78px;object-fit:contain}
.main-nav{display:flex;align-items:center;justify-content:center;gap:34px;height:100%}
.main-nav a,.main-nav button{height:100%;display:flex;align-items:center;border:0;background:none;padding:0;color:#10223c;font-size:.9rem;font-weight:650;position:relative}
.main-nav a:after,.main-nav button:after{content:"";position:absolute;left:0;right:0;bottom:20px;height:3px;border-radius:4px;background:var(--navy);transform:scaleX(0);transition:.2s}
.main-nav a:hover:after,.main-nav button:hover:after,.main-nav .active:after{transform:scaleX(1)}
.header-actions{display:flex;align-items:center;gap:22px}
.service-pill{display:flex;align-items:center;gap:10px;border:0;background:transparent;color:#10223c;font-size:.77rem;line-height:1.15;text-align:left;padding:0}
.service-pill svg{width:30px;height:30px;fill:none;stroke:#0a85e5;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.btn{border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:11px;font-weight:900;text-transform:uppercase;letter-spacing:.01em;transition:.22s ease}
.btn>svg:not(.wa-brand){width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.btn .arrow{width:17px!important;height:17px!important;margin-left:5px}
.wa-brand{width:24px;height:24px;fill:currentColor;stroke:none!important;flex:0 0 auto}
.btn-yellow{background:linear-gradient(135deg,var(--yellow-2),#ffc400);color:#0d2f59;box-shadow:0 12px 30px rgba(255,194,0,.27)}
.btn-yellow:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(255,194,0,.34)}
.btn-header{min-height:58px;padding:0 28px;font-size:.82rem}
.menu-toggle{display:none;border:0;background:none;width:48px;height:48px;padding:9px;place-content:center;gap:6px}
.menu-toggle span{display:block;width:29px;height:3px;background:var(--navy);border-radius:3px}

/* Hero */
.hero{position:relative;min-height:720px;overflow:hidden;background:#f7fbff;isolation:isolate}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:-3}
.hero-left-fade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 30%,rgba(255,255,255,.42) 47%,rgba(255,255,255,0) 61%);pointer-events:none}
.hero-content{min-height:720px;display:flex;align-items:center}
.hero-copy{width:min(600px,46vw);padding:72px 0 50px}
.hero-kicker{margin:0 0 20px;font-weight:800;color:#47708e;font-size:.88rem;text-transform:uppercase;letter-spacing:.08em}
.hero h1{margin:0;font-family:Impact,"Arial Black","Arial Narrow Bold",sans-serif;font-size:clamp(4.1rem,5.5vw,6.6rem);line-height:.9;letter-spacing:.005em;color:var(--navy);text-transform:uppercase;font-weight:900;text-shadow:0 1px 0 rgba(255,255,255,.4)}
.hero h1 span{color:#ffc400}
.hero-subtitle{margin:24px 0 0;font-size:1.22rem;line-height:1.35;color:#233c5b}
.hero-subtitle strong{font-weight:850;color:#0e2f59}
.hero-ctas{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}
.btn-primary{min-height:60px;padding:0 28px;font-size:.86rem}
.btn-whatsapp{min-height:60px;padding:0 25px;border:2px solid #26b76d;background:rgba(255,255,255,.9);color:#0f3a67;font-size:.86rem;box-shadow:0 8px 28px rgba(4,57,120,.06)}
.btn-whatsapp .wa-brand{color:var(--green)}
.btn-whatsapp:hover{background:#f6fffa;transform:translateY(-2px)}
.hero-benefits{display:grid;grid-template-columns:repeat(4,1fr);margin-top:28px;max-width:580px;border-top:1px solid rgba(4,57,120,.09);padding-top:24px}
.benefit-item{border:0;background:transparent;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 13px;color:var(--navy);border-right:1px solid rgba(4,57,120,.1)}
.benefit-item:last-child{border-right:0}
.benefit-item svg{width:38px;height:38px;fill:none;stroke:var(--navy);stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;margin-bottom:9px}
.benefit-item span{font-size:.7rem;line-height:1.25;text-transform:uppercase;font-weight:800}
.benefit-item:hover svg{stroke:#0885df;transform:translateY(-2px)}

/* Faixa azul */
.authority-band{background:linear-gradient(110deg,#073d7f,#06336e);color:#fff}
.authority-grid{min-height:116px;display:grid;grid-template-columns:repeat(4,1fr)}
.authority-item{border:0;background:transparent;color:#fff;padding:22px 34px;display:flex;align-items:center;gap:24px;text-align:left;border-right:1px solid rgba(255,255,255,.25)}
.authority-item:last-child{border-right:0}
.authority-item svg{width:50px;height:50px;fill:none;stroke:#fff;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.authority-item div{display:flex;flex-direction:column;text-transform:uppercase;line-height:1.1}
.authority-item strong{font-size:1.2rem}.authority-item span{font-size:.91rem;font-weight:800;margin-top:3px}.authority-item small{font-size:.66rem;margin-top:7px;opacity:.86}
.authority-item:hover{background:rgba(255,255,255,.06)}

/* Mercados */
.markets{background:#fff;padding:28px 0 32px;border-bottom:1px solid #edf1f5}
.markets-inner{display:grid;grid-template-columns:270px 1fr;gap:32px;align-items:center}
.markets-copy>span{display:block;width:44px;height:4px;background:#ffd400;border-radius:4px;margin-bottom:8px}
.markets-copy h2{margin:0;color:var(--navy);font-size:1.38rem;line-height:1;text-transform:uppercase;font-weight:900}
.markets-copy p{margin:8px 0 0;color:#4b6681;font-size:.84rem;line-height:1.35;max-width:250px}
.market-grid{display:grid;grid-template-columns:repeat(9,1fr);gap:4px}
.market-grid button{border:0;background:transparent;color:#173a63;display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0;padding:4px 5px;font-size:.72rem;font-weight:650}
.market-grid i{width:52px;height:52px;border:1px solid #dce7f2;border-radius:50%;display:grid;place-content:center;background:#fbfdff;box-shadow:0 7px 20px rgba(9,58,111,.04);transition:.2s}
.market-grid svg{width:28px;height:28px;fill:none;stroke:var(--navy);stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.market-grid button:hover i{transform:translateY(-3px);border-color:#9fc7e9;background:#f4faff}.market-grid button:hover svg{stroke:#0782df}

/* Footer */
.site-footer{background:#fff;color:var(--navy);padding:34px 0 15px}
.footer-main{display:grid;grid-template-columns:1.2fr 1fr 1.2fr .9fr;gap:50px;align-items:start}
.footer-brand img{width:72px;height:60px;object-fit:contain;margin-bottom:8px}.footer-brand p{margin:0;color:#5c7188;font-size:.78rem;max-width:270px;line-height:1.45}
.footer-col{display:flex;flex-direction:column;gap:9px}.footer-col>strong{font-size:.79rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px}.footer-col a,.footer-col p,.footer-col button{border:0;background:none;padding:0;margin:0;text-align:left;display:flex;align-items:flex-start;gap:8px;color:#516b84;font-size:.76rem;line-height:1.45}.footer-col a:hover,.footer-col button:hover{color:#087bd5}.footer-col svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto;margin-top:1px}.footer-links a,.footer-links button{display:block}
.footer-bottom{margin-top:24px;padding-top:14px;border-top:1px solid #e7edf4;display:flex;justify-content:space-between;gap:20px;font-size:.66rem;color:#73879a}

/* WhatsApp flutuante com marca preenchida */
.whatsapp-float{position:fixed;right:26px;bottom:24px;z-index:850;display:flex;flex-direction:column;align-items:center;color:#143a64;font-size:.68rem;font-weight:750;text-align:center;gap:8px}
.wa-float-icon{width:62px;height:62px;border-radius:50%;background:var(--green);display:grid;place-content:center;border:4px solid #fff;box-shadow:0 12px 30px rgba(0,0,0,.16);transition:.22s}
.wa-float-icon svg{width:34px;height:34px;fill:#fff}
.whatsapp-float>span:last-child{background:#fff;padding:9px 12px;border-radius:11px;box-shadow:0 10px 28px rgba(3,48,104,.12)}
.whatsapp-float:hover .wa-float-icon{transform:translateY(-3px);background:#1fbd5d}

/* Modais */
.modal{position:fixed;inset:0;z-index:1500;display:none;place-items:center;padding:22px}
.modal.open{display:grid}
.modal-backdrop{position:absolute;inset:0;background:rgba(1,24,54,.68);backdrop-filter:blur(8px)}
.info-card,.quote-card,.projects-card,.legal-card,.cookie-card{position:relative;z-index:2;background:#fff;border-radius:28px;box-shadow:0 30px 100px rgba(0,0,0,.25);width:min(620px,100%);max-height:calc(100vh - 44px);overflow:auto;padding:42px}
.info-card-wide{width:min(900px,100%)}
.quote-card{width:min(720px,100%)}
.projects-card{width:min(1080px,100%)}
.legal-card{width:min(820px,100%)}
.cookie-card{width:min(720px,100%)}
.modal-close{position:absolute;right:18px;top:18px;width:42px;height:42px;border:0;border-radius:50%;background:#072f66;color:#fff;display:grid;place-content:center;z-index:8}.modal-close svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.info-icon{width:58px;height:58px;border-radius:18px;background:#eff7ff;display:grid;place-content:center;margin-bottom:20px}.info-icon svg{width:31px;height:31px;fill:none;stroke:#067fd9;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.modal-eyebrow{font-size:.68rem;text-transform:uppercase;letter-spacing:.15em;color:#087fd7;font-weight:900;margin:0 0 8px}
.info-card h2,.quote-card h2,.projects-card h2,.legal-card h2,.cookie-card h2{font-size:2rem;line-height:1.05;color:#072f66;margin:0 0 16px;letter-spacing:-.03em}
.info-body{color:#566d84;font-size:.94rem;line-height:1.62}.info-body p{margin:0 0 13px}.info-body ul{padding-left:18px;margin:8px 0 14px}.info-body li{margin:5px 0}.info-body strong{color:#173b64}
.info-lead{font-size:1.03rem;color:#385875!important;max-width:780px}
.info-highlight{background:linear-gradient(135deg,#f3f8fd,#fbfdff);border:1px solid #dfeaf4;border-left:4px solid #0c82db;border-radius:15px;padding:15px 17px;margin:18px 0;color:#3d5d7a}
.info-highlight strong{display:block;margin-bottom:4px;color:#073b7b}
.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.info-grid.three{grid-template-columns:repeat(3,1fr)}
.info-mini{border:1px solid #e0e9f2;border-radius:14px;padding:15px;color:#173b64;background:#fbfdff}.info-mini strong{display:block;font-size:.84rem;margin-bottom:4px}.info-mini span{display:block;font-size:.76rem;color:#647a91;line-height:1.48}
.info-section-title{font-size:.82rem!important;text-transform:uppercase;letter-spacing:.09em;color:#0a78cb!important;margin:24px 0 10px!important;font-weight:900}
.pill-list{display:flex;flex-wrap:wrap;gap:7px;margin:10px 0 18px}.pill-list span{border:1px solid #dce8f2;background:#f8fbfe;color:#345773;padding:7px 10px;border-radius:999px;font-size:.72rem;font-weight:700}
.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}.modal-actions .btn{width:100%;min-height:56px;font-size:.78rem}.modal-whatsapp{margin:0}

/* Conteúdo de segmentos */
.segment-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:12px;margin:15px 0}.segment-hero>div{border:1px solid #dfe8f1;border-radius:17px;padding:17px;background:#fbfdff}.segment-hero strong{display:block;margin-bottom:5px;color:#083f7c}.segment-hero span{font-size:.78rem;line-height:1.5;color:#60768d}
.segment-checklist{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin:12px 0}.segment-checklist div{background:#f7fbff;border-radius:13px;padding:12px 13px;font-size:.77rem;color:#47647f;border:1px solid #e3edf5}.segment-checklist b{display:block;color:#123e69;margin-bottom:3px}

/* Qualidade: abas */
.quality-tabs{display:flex;gap:7px;flex-wrap:wrap;margin:18px 0 14px}.quality-tabs button{border:1px solid #d9e6f1;background:#f8fbfe;color:#244e75;border-radius:999px;padding:9px 13px;font-size:.74rem;font-weight:850}.quality-tabs button.active{background:#073b7b;color:#fff;border-color:#073b7b}
.quality-panel{display:none}.quality-panel.active{display:block}.quality-panel h3{margin:4px 0 7px;color:#0a3f76;font-size:1.1rem}.quality-panel p{margin:0 0 10px}.quality-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.quality-facts div{border:1px solid #e2eaf2;background:#fbfdff;border-radius:13px;padding:12px}.quality-facts strong{display:block;font-size:.78rem}.quality-facts span{font-size:.73rem;color:#64798d;line-height:1.45}

/* Contato dentro do popup */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:17px 0}.contact-card{border:1px solid #dfe9f2;border-radius:15px;padding:15px;background:#fbfdff}.contact-card small{display:block;text-transform:uppercase;letter-spacing:.09em;color:#6b8095;font-size:.62rem;font-weight:900;margin-bottom:4px}.contact-card strong,.contact-card a{font-size:.86rem;color:#0b427a;font-weight:800}.contact-wa{display:inline-flex!important;align-items:center;gap:7px;color:#117e47!important}.contact-wa .wa-brand{width:20px;height:20px;color:var(--green)}

/* Orçamento */
.quote-intro>p:last-child{color:#657a90;margin:0 0 22px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}#quote-form label{display:flex;flex-direction:column;gap:6px;margin-bottom:13px}#quote-form label>span{font-size:.72rem;color:#1f405f;font-weight:800}#quote-form input,#quote-form select,#quote-form textarea{width:100%;border:1px solid #d7e3ed;border-radius:13px;background:#fbfdff;color:#173753;padding:13px 14px;outline:none;transition:.18s}#quote-form input:focus,#quote-form select:focus,#quote-form textarea:focus{border-color:#40a0e6;box-shadow:0 0 0 3px rgba(13,133,218,.1)}#quote-form .invalid{border-color:#e85a5a!important}.quote-minimum{background:#f0f7fd;border-radius:12px;padding:11px 13px;color:#526d87;font-size:.72rem;line-height:1.45}.quote-minimum strong{color:#0b3a6a}.quote-submit{width:100%;min-height:58px;font-size:.83rem}.quote-submit .wa-brand{color:#0d2f59}.privacy-note{text-align:center;font-size:.66rem;color:#7a8c9d}.privacy-note button{border:0;background:none;padding:0;color:#087bd5;text-decoration:underline;cursor:pointer;font-size:inherit}

/* Galeria */
.projects-head{display:grid;grid-template-columns:64px 1fr;gap:16px;align-items:start;margin-bottom:20px}.projects-head .info-icon{margin:0}.projects-head h2{margin-bottom:8px}.projects-head p:last-child{margin:0;color:#667c91;font-size:.84rem;line-height:1.5;max-width:760px}
.gallery-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:16px}.gallery-stage{min-width:0}.gallery-canvas{height:480px;border-radius:19px;background:linear-gradient(145deg,#f7faff,#eef5fb);border:1px solid #dbe7f1;display:grid;place-items:center;overflow:hidden;position:relative;cursor:zoom-in;padding:14px;box-sizing:border-box}.gallery-canvas img{display:block;width:auto;height:auto;max-width:none;max-height:none;transform:scale(1);transform-origin:center center;transition:transform .16s ease;user-select:none;pointer-events:none;will-change:transform;filter:drop-shadow(0 12px 24px rgba(10,55,102,.08))}.gallery-toolbar{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:9px}.gallery-toolbar button{width:40px;height:38px;border:1px solid #dce7f1;background:#fff;border-radius:10px;color:#12497d;display:grid;place-content:center}.gallery-toolbar button:hover{background:#f0f7fd}.gallery-toolbar svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.gallery-toolbar span{min-width:56px;text-align:center;font-size:.72rem;font-weight:850;color:#45647f}.gallery-caption{display:flex;flex-direction:column;text-align:center;margin-top:6px}.gallery-caption strong{font-size:.82rem;color:#123f70}.gallery-caption span{font-size:.7rem;color:#73869a;margin-top:2px}
.gallery-thumbs{display:grid;grid-template-columns:1fr 1fr;gap:8px;align-content:start;max-height:548px;overflow:auto;padding-right:4px}.gallery-thumb{border:1px solid #e0e8f0;background:#fff;border-radius:13px;padding:5px;color:#365b7d;text-align:left;transition:.18s}.gallery-thumb img{width:100%;height:92px;object-fit:cover;border-radius:9px;background:#f4f8fb}.gallery-thumb span{display:block;font-size:.62rem;font-weight:800;padding:6px 4px 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gallery-thumb:hover,.gallery-thumb.active{border-color:#208bd7;box-shadow:0 7px 18px rgba(6,81,146,.1)}.gallery-thumb.active{background:#f3f9fe}.projects-actions{margin-top:18px}

/* Legal */
.legal-body{color:#526b83;font-size:.86rem;line-height:1.62}.legal-body h3{color:#093e75;font-size:1rem;margin:22px 0 6px}.legal-body p{margin:0 0 10px}.legal-body ul{padding-left:19px;margin:7px 0 12px}.legal-body li{margin:5px 0}.legal-body a{color:#087bd5;text-decoration:underline}.legal-note{background:#f4f9fd;border:1px solid #deebf5;border-radius:13px;padding:12px 14px;margin-top:18px;font-size:.76rem}

/* Cookies */
.cookie-intro{color:#62788e;font-size:.86rem;line-height:1.55;margin:0 0 18px}.cookie-options{display:grid;gap:9px}.cookie-option{border:1px solid #dfe9f1;border-radius:15px;padding:15px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fbfdff;position:relative}.cookie-option>div{display:flex;flex-direction:column;gap:3px}.cookie-option strong{font-size:.84rem;color:#143f69}.cookie-option span:not(.switch):not(.fixed-badge){font-size:.73rem;color:#6b7f92;line-height:1.45}.cookie-option input{position:absolute;opacity:0;pointer-events:none}.switch{width:46px;height:26px;border-radius:999px;background:#cbd7e1;position:relative;flex:0 0 auto;transition:.2s}.switch:after{content:"";position:absolute;width:20px;height:20px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 2px 7px rgba(0,0,0,.18);transition:.2s}.cookie-option input:checked+.switch{background:#087bd5}.cookie-option input:checked+.switch:after{transform:translateX(20px)}.fixed-badge{font-size:.62rem!important;background:#eaf3fb;color:#376383!important;font-weight:850;padding:7px 9px;border-radius:999px;white-space:nowrap}.cookie-modal-actions{display:grid;grid-template-columns:1fr 1fr 1.15fr;gap:8px;margin-top:18px}.cookie-modal-actions button{border:0;border-radius:12px;padding:12px 10px;font-size:.72rem;font-weight:850}.cookie-secondary{background:#edf3f8;color:#38506a}.cookie-save{background:#073b7b;color:#fff}
.cookie-banner{display:none;position:fixed;left:20px;right:20px;bottom:20px;z-index:1700;max-width:980px;margin:auto;background:#fff;border:1px solid #dce5ee;border-radius:18px;box-shadow:0 22px 75px rgba(0,0,0,.22);padding:16px 18px;grid-template-columns:1fr auto;gap:22px;align-items:center}.cookie-banner.show{display:grid}.cookie-banner strong{color:#0a386a}.cookie-banner p{margin:4px 0 0;color:#687b8f;font-size:.72rem}.cookie-actions{display:flex;gap:8px}.cookie-actions button{border:0;border-radius:10px;padding:10px 13px;font-size:.7rem;font-weight:800}.cookie-actions button:nth-child(1){background:#fff;border:1px solid #d9e4ed;color:#38506a}.cookie-actions button:nth-child(2){background:#edf3f8;color:#38506a}.cookie-actions button:nth-child(3){background:#073b7b;color:#fff}

@media(max-width:1200px){
  :root{--container:min(1160px,calc(100% - 42px))}
  .header-inner{grid-template-columns:120px 1fr auto;gap:16px}.brand img{width:100px}.main-nav{gap:20px}.service-pill{display:none}.btn-header{padding:0 21px}
  .hero{min-height:650px}.hero-content{min-height:650px}.hero-copy{width:49vw}.hero h1{font-size:clamp(3.6rem,5.6vw,5.4rem)}
  .authority-item{padding:20px 20px;gap:15px}.authority-item svg{width:42px;height:42px}.authority-item strong{font-size:1.05rem}.authority-item span{font-size:.78rem}
  .markets-inner{grid-template-columns:230px 1fr}.market-grid i{width:48px;height:48px}
  .gallery-layout{grid-template-columns:minmax(0,1fr) 250px}.gallery-canvas{height:430px}
}

@media(max-width:900px){
  :root{--container:min(100% - 28px,760px)}
  .site-header{height:78px}.header-inner{grid-template-columns:90px 1fr auto;gap:10px}.brand img{width:82px;height:58px}.header-actions{justify-self:end}.btn-header{min-height:48px;padding:0 16px;font-size:.69rem}.btn-header svg{width:19px;height:19px}.menu-toggle{display:grid;order:3}.main-nav{position:fixed;top:78px;left:0;right:0;background:#fff;padding:16px 22px 24px;display:flex;flex-direction:column;align-items:stretch;gap:0;border-top:1px solid #e9eef4;box-shadow:0 18px 36px rgba(0,0,0,.13);transform:translateY(-140%);opacity:0;pointer-events:none;transition:.25s}.main-nav.open{transform:none;opacity:1;pointer-events:auto}.main-nav a,.main-nav button{height:auto;padding:13px 4px;font-size:.9rem;border-bottom:1px solid #eef2f6}.main-nav a:after,.main-nav button:after{display:none}.service-pill{display:none}
  .hero{display:flex;flex-direction:column;min-height:auto;background:#fff;padding-top:0}.hero-bg{position:relative;order:2;inset:auto;width:100%;height:370px;object-fit:cover;object-position:73% 50%;z-index:0;border-top:1px solid #eef2f6}.hero-left-fade{display:none}.hero-content{order:1;min-height:0;display:block;padding-top:35px;padding-bottom:22px}.hero-copy{width:100%;padding:0;text-align:center}.hero-kicker{font-size:.7rem;margin-bottom:13px}.hero h1{font-size:clamp(3rem,10.5vw,4.8rem);line-height:.92}.hero-subtitle{font-size:1rem;margin-top:17px}.hero-ctas{justify-content:center;margin-top:20px}.hero-benefits{margin:22px auto 0;max-width:620px}.benefit-item span{font-size:.62rem}
  .authority-grid{grid-template-columns:1fr 1fr}.authority-item{border-bottom:1px solid rgba(255,255,255,.18)}.authority-item:nth-child(2){border-right:0}.authority-item:nth-child(3),.authority-item:nth-child(4){border-bottom:0}
  .markets{padding:27px 0}.markets-inner{grid-template-columns:1fr;gap:20px}.markets-copy{text-align:center}.markets-copy>span{margin:0 auto 8px}.markets-copy p{max-width:none}.market-grid{grid-template-columns:repeat(5,1fr);gap:12px 4px}.market-grid button:last-child{grid-column:3}.market-grid i{width:50px;height:50px}
  .footer-main{grid-template-columns:1fr 1fr;gap:26px 36px}.footer-brand p{max-width:320px}
  .gallery-layout{grid-template-columns:1fr}.gallery-canvas{height:400px}.gallery-thumbs{grid-template-columns:repeat(4,1fr);max-height:230px}.gallery-thumb img{height:80px}
  .info-grid.three{grid-template-columns:1fr 1fr}
}

@media(max-width:620px){
  :root{--container:calc(100% - 22px)}
  .site-header{height:72px}.header-inner{grid-template-columns:72px 1fr 44px}.brand img{width:68px;height:50px}.btn-header{justify-self:end;min-height:43px;padding:0 13px;font-size:.61rem;gap:7px}.btn-header svg{width:17px;height:17px}.btn-header span{white-space:nowrap}.menu-toggle{width:42px;height:42px;padding:8px}.menu-toggle span{width:25px}
  .main-nav{top:72px}
  .hero-content{padding-top:29px;padding-bottom:18px}.hero-kicker{display:block;font-size:.63rem;margin-bottom:10px}.hero h1{font-size:clamp(2.7rem,12.5vw,4rem);line-height:.91}.hero-subtitle{font-size:.92rem;line-height:1.3;margin-top:14px}.hero-subtitle br{display:none}.hero-ctas{display:grid;grid-template-columns:1fr;gap:9px;margin-top:17px}.hero-ctas .btn{width:100%;min-height:52px;font-size:.76rem}.hero-benefits{grid-template-columns:repeat(4,1fr);margin-top:18px;padding-top:17px}.benefit-item{padding:0 5px}.benefit-item svg{width:31px;height:31px;margin-bottom:6px}.benefit-item span{font-size:.58rem}
  .hero-bg{height:360px;object-position:72% center}
  .authority-grid{grid-template-columns:1fr 1fr;min-height:0}.authority-item{padding:17px 11px;gap:10px;flex-direction:column;text-align:center}.authority-item svg{width:34px;height:34px}.authority-item div{align-items:center}.authority-item strong{font-size:.9rem}.authority-item span{font-size:.67rem}.authority-item small{font-size:.58rem;margin-top:5px}
  .markets{padding:24px 0 27px}.markets-copy h2{font-size:1.22rem}.markets-copy p{font-size:.76rem}.market-grid{grid-template-columns:repeat(3,1fr);gap:14px 4px}.market-grid button:last-child{grid-column:auto}.market-grid i{width:48px;height:48px}.market-grid span{font-size:.65rem}
  .site-footer{padding-top:28px}.footer-main{grid-template-columns:1fr;gap:22px;text-align:center}.footer-brand img{margin-inline:auto}.footer-brand p{margin-inline:auto}.footer-col{align-items:center}.footer-col a,.footer-col p,.footer-col button{text-align:center;justify-content:center}.footer-bottom{flex-direction:column;text-align:center;gap:7px;margin-top:21px}
  .whatsapp-float{right:14px;bottom:14px}.wa-float-icon{width:55px;height:55px}.wa-float-icon svg{width:30px;height:30px}.whatsapp-float>span:last-child{display:none}
  .modal{padding:10px}.info-card,.quote-card,.projects-card,.legal-card,.cookie-card{border-radius:22px;padding:30px 18px 22px;max-height:calc(100vh - 20px)}.modal-close{right:12px;top:12px;width:38px;height:38px}.info-card h2,.quote-card h2,.projects-card h2,.legal-card h2,.cookie-card h2{font-size:1.65rem;padding-right:36px}.info-grid,.info-grid.three,.quality-facts,.contact-grid,.segment-checklist,.segment-hero{grid-template-columns:1fr}.field-row{grid-template-columns:1fr}.quote-minimum{font-size:.68rem}.modal-actions{grid-template-columns:1fr}.modal-actions .btn{min-height:52px}
  .quality-tabs{gap:5px}.quality-tabs button{padding:8px 10px;font-size:.68rem}
  .projects-head{grid-template-columns:1fr}.projects-head .info-icon{margin-bottom:0}.gallery-canvas{height:320px}.gallery-thumbs{grid-template-columns:repeat(3,1fr);max-height:245px}.gallery-thumb img{height:72px}.gallery-thumb span{font-size:.58rem}.projects-actions{grid-template-columns:1fr}
  .cookie-banner{left:8px;right:8px;bottom:8px;grid-template-columns:1fr;gap:12px}.cookie-actions{display:grid;grid-template-columns:1fr 1fr}.cookie-actions button{width:100%}.cookie-actions button:first-child{grid-column:1/-1}.cookie-modal-actions{grid-template-columns:1fr}.cookie-option{gap:10px;padding:13px}.cookie-option span:not(.switch):not(.fixed-badge){font-size:.69rem}
}

@media(max-width:390px){
  .btn-header span{display:none}.btn-header{width:43px;padding:0}.header-inner{grid-template-columns:70px 1fr 42px}.hero h1{font-size:2.75rem}.hero-bg{height:330px}.benefit-item span{font-size:.54rem}.market-grid i{width:44px;height:44px}.gallery-thumbs{grid-template-columns:repeat(2,1fr)}
}

/* =========================================================
   V7 — galeria com originais + mobile baseado na referência
   ========================================================= */
.hero-products-mobile{display:none}
.gallery-caption{gap:5px;margin-top:10px;text-align:left}
.gallery-caption-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.gallery-caption .gallery-caption-badge{display:inline-flex;align-items:center;width:max-content;margin:0;padding:5px 9px;border-radius:999px;background:#eaf5ff;color:#0969ad;font-size:.61rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.gallery-caption .gallery-counter{margin:0;color:#8a9caf;font-size:.64rem;font-weight:850;letter-spacing:.08em}
.gallery-caption strong{font-size:.94rem;line-height:1.2;color:#0b3d70}
.gallery-caption>span:last-child{font-size:.76rem;line-height:1.5;color:#637b91;margin:0}
.gallery-thumb img{object-fit:contain;background:linear-gradient(145deg,#fff,#f3f7fa)}
.gallery-thumbs{scrollbar-width:thin;scrollbar-color:#adc8de transparent}
.gallery-thumbs::-webkit-scrollbar{width:6px}
.gallery-thumbs::-webkit-scrollbar-thumb{background:#adc8de;border-radius:20px}
.gallery-thumbs::-webkit-scrollbar-track{background:transparent}

@media(max-width:900px){
  .site-header{height:82px}
  .header-inner{grid-template-columns:88px minmax(0,1fr) 48px;gap:8px}
  .brand img{width:84px;height:64px}
  .header-actions{justify-self:stretch;justify-content:center;min-width:0}
  .btn-header{width:min(100%,230px);min-height:50px;padding:0 14px;font-size:.7rem;gap:8px}
  .btn-header svg{width:20px;height:20px}
  .menu-toggle{display:grid;order:3;width:46px;height:46px;padding:7px}
  .main-nav{top:82px}

  .hero{display:block;min-height:820px;background:#eef7ff;padding:0;position:relative}
  .hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:67% center;z-index:-4;border:0;filter:blur(2px) saturate(.92);transform:scale(1.02)}
  .hero-products-mobile{display:block;position:absolute;z-index:-2;bottom:-1px;left:50%;width:760px;max-width:none;height:auto;transform:translateX(-70%);filter:none;pointer-events:none;user-select:none}
  .hero-left-fade{display:block;position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 28%,rgba(255,255,255,.78) 48%,rgba(255,255,255,.18) 66%,rgba(255,255,255,0) 76%)}
  .hero-content{min-height:820px;display:flex;align-items:flex-start;padding-top:42px;padding-bottom:0}
  .hero-copy{width:100%;padding:0;text-align:center;margin-inline:auto}
  .hero-kicker{display:none}
  .hero h1{font-size:clamp(3rem,10.2vw,4.6rem);line-height:.91;text-shadow:0 2px 14px rgba(255,255,255,.96)}
  .hero-subtitle{font-size:1rem;line-height:1.3;margin:17px auto 0;max-width:590px;text-shadow:0 1px 10px rgba(255,255,255,.95)}
  .hero-ctas{display:grid;grid-template-columns:minmax(250px,390px);justify-content:center;gap:10px;margin-top:21px}
  .hero-ctas .btn{width:100%;min-height:54px;font-size:.78rem;background-clip:padding-box}
  .hero-ctas .btn-whatsapp{background:rgba(255,255,255,.91);backdrop-filter:blur(5px)}
  .hero-benefits{grid-template-columns:repeat(4,1fr);margin:22px auto 0;max-width:620px;padding:18px 0 16px;border-top:1px solid rgba(4,57,120,.12);border-bottom:1px solid rgba(4,57,120,.08);background:rgba(255,255,255,.52);backdrop-filter:blur(4px);border-radius:14px}
  .benefit-item{padding:0 7px}
  .benefit-item svg{width:33px;height:33px;margin-bottom:6px}
  .benefit-item span{font-size:.6rem}

  .authority-grid{grid-template-columns:repeat(4,1fr);min-height:142px}
  .authority-item{padding:17px 9px;gap:8px;flex-direction:column;text-align:center;border-right:1px solid rgba(255,255,255,.22);border-bottom:0!important}
  .authority-item:nth-child(2){border-right:1px solid rgba(255,255,255,.22)}
  .authority-item:last-child{border-right:0}
  .authority-item svg{width:34px;height:34px}
  .authority-item div{align-items:center}
  .authority-item strong{font-size:.82rem}
  .authority-item span{font-size:.62rem;line-height:1.15}
  .authority-item small{font-size:.53rem;line-height:1.25;margin-top:5px}

  .markets{padding:30px 0 32px}
  .markets-inner{grid-template-columns:1fr;gap:22px}
  .markets-copy{text-align:left}
  .markets-copy>span{margin:0 0 8px}
  .markets-copy p{max-width:380px}
  .market-grid{grid-template-columns:repeat(5,1fr);gap:14px 2px}
  .market-grid button:last-child{grid-column:auto}
  .market-grid i{width:48px;height:48px}
  .market-grid span{font-size:.64rem}

  .gallery-layout{grid-template-columns:1fr}
  .gallery-canvas{height:min(58vh,500px)}
  .gallery-thumbs{display:flex;overflow-x:auto;overflow-y:hidden;max-height:none;padding:2px 2px 8px;gap:8px;scroll-snap-type:x proximity}
  .gallery-thumb{flex:0 0 112px;scroll-snap-align:start}
  .gallery-thumb img{height:88px}
}

@media(max-width:620px){
  :root{--container:calc(100% - 22px)}
  .site-header{height:76px}
  .header-inner{grid-template-columns:76px minmax(0,1fr) 44px;gap:6px}
  .brand img{width:74px;height:56px}
  .btn-header{min-height:45px;width:min(100%,210px);padding:0 10px;font-size:.61rem;gap:6px;letter-spacing:0}
  .btn-header span{display:inline;white-space:nowrap}
  .btn-header svg{width:18px;height:18px}
  .menu-toggle{width:42px;height:42px;padding:7px}
  .menu-toggle span{width:26px}
  .main-nav{top:76px}

  .hero{min-height:780px}
  .hero-content{min-height:780px;padding-top:31px}
  .hero h1{font-size:clamp(2.6rem,12vw,3.55rem);line-height:.92}
  .hero-subtitle{font-size:.9rem;line-height:1.27;margin-top:13px;max-width:355px}
  .hero-subtitle br{display:none}
  .hero-ctas{grid-template-columns:minmax(230px,88%);gap:9px;margin-top:17px}
  .hero-ctas .btn{min-height:50px;font-size:.72rem}
  .hero-benefits{margin-top:16px;padding:14px 3px 13px;border-radius:12px}
  .benefit-item{padding:0 3px}
  .benefit-item svg{width:30px;height:30px;margin-bottom:5px}
  .benefit-item span{font-size:.52rem;line-height:1.18}
  .hero-products-mobile{width:720px;transform:translateX(-70%)}

  .authority-grid{min-height:132px}
  .authority-item{padding:14px 5px;gap:7px}
  .authority-item svg{width:29px;height:29px}
  .authority-item strong{font-size:.72rem}
  .authority-item span{font-size:.55rem}
  .authority-item small{font-size:.48rem}

  .markets{padding:27px 0 30px}
  .markets-copy h2{font-size:1.22rem}
  .markets-copy p{font-size:.77rem}
  .market-grid{grid-template-columns:repeat(5,1fr);gap:13px 0}
  .market-grid i{width:43px;height:43px}
  .market-grid svg{width:24px;height:24px}
  .market-grid span{font-size:.56rem;line-height:1.12;text-align:center}

  .projects-card{padding:28px 15px 20px}
  .gallery-canvas{height:360px}
  .gallery-caption{margin-top:8px}
  .gallery-caption strong{font-size:.88rem}
  .gallery-caption>span:last-child{font-size:.7rem}
  .gallery-thumb{flex-basis:96px}
  .gallery-thumb img{height:76px}
  .gallery-thumb span{font-size:.57rem}
}

@media(max-width:390px){
  .header-inner{grid-template-columns:70px minmax(0,1fr) 42px}
  .brand img{width:68px}
  .btn-header{min-height:43px;padding:0 8px;font-size:.56rem}
  .btn-header svg{width:17px;height:17px}
  .hero{min-height:740px}
  .hero-content{min-height:740px;padding-top:27px}
  .hero h1{font-size:2.7rem}
  .hero-products-mobile{width:680px;transform:translateX(-70%)}
  .authority-item strong{font-size:.67rem}
  .authority-item span{font-size:.51rem}
  .authority-item small{font-size:.45rem}
  .market-grid i{width:40px;height:40px}
  .market-grid span{font-size:.52rem}
}
