
:root{--navy:#092451;--navy2:#061936;--yellow:#f6bf00;--orange:#ff9c48;--ink:#13213b;--muted:#5f6f87;--line:#dfe6ef;--cream:#f7f1e9;--white:#fff;--max:1180px;--shadow:0 18px 45px rgba(10,36,81,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}.skip{position:absolute;left:-9999px}.skip:focus{left:10px;top:10px;background:#fff;padding:10px;z-index:9999}.topbar{background:var(--navy);color:#fff;font-size:14px}.topbar-inner{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar-inner>div{display:flex;gap:12px;align-items:center}.header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100}.header-inner{min-height:110px;display:flex;align-items:center;gap:28px}.brand{width:245px;flex:0 0 245px;display:flex;align-items:center;justify-content:flex-start}.brand img{width:235px;height:100px;object-fit:contain}.nav{margin-left:auto;display:flex;align-items:center;gap:3px}.nav-link{font-weight:700;padding:13px 12px;border-radius:12px;font-size:15px}.nav-link:hover,.nav-link.active{background:#eef4fb;color:#0a4b91}.quote,.btn,.small-btn{display:inline-flex;align-items:center;justify-content:center;font-weight:800;border-radius:11px;transition:.2s}.nav-quote{margin-left:12px;background:var(--orange);padding:14px 18px}.btn{background:var(--navy);color:#fff;padding:15px 20px;box-shadow:0 7px 18px rgba(9,36,81,.15)}.btn:hover,.small-btn:hover{transform:translateY(-1px)}.btn-yellow{background:var(--yellow);color:var(--navy)}.small-btn{background:#fff;color:var(--navy);padding:8px 14px;font-size:13px;border:1px solid #9fb0c8;border-radius:999px;box-shadow:none;gap:8px}.small-btn::after{content:'→';font-size:15px}.small-btn:hover{background:#f4f7fb;border-color:var(--navy)}.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span{width:24px;height:2px;background:var(--navy);display:block;margin:5px}
.hero{height:500px;position:relative;overflow:hidden;background:var(--cream)}
.hero-slide{position:absolute;inset:0;display:none;overflow:hidden}
.hero-slide.active{display:block}
.hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}
.hero-content{height:100%;display:flex;align-items:center;position:relative;z-index:2}
.hero-copy,.cat-copy{width:min(540px,47%)}
.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#8b6647;font-size:14px}
.hero h1,.hero h2,.category-hero h1{font-size:clamp(40px,4.1vw,62px);line-height:.99;margin:12px 0 18px;color:var(--navy);letter-spacing:-.035em}
.hero p,.category-hero p{font-size:18px;margin:0 0 24px;max-width:560px}
.hero-prev,.hero-next{position:absolute;top:50%;transform:translateY(-50%);z-index:6;width:46px;height:46px;border-radius:50%;border:1px solid #e5eaf1;background:#fff;color:var(--navy);font-size:32px;line-height:1;box-shadow:0 10px 26px rgba(10,36,81,.14);cursor:pointer}
.hero-prev{left:18px}.hero-next{right:18px}
.hero-dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:7px;z-index:7;background:rgba(255,255,255,.9);padding:7px 10px;border-radius:30px}
.hero-dots button{width:9px;height:9px;padding:0;border-radius:50%;border:0;background:#bdc8d6;cursor:pointer}
.hero-dots button.active{background:var(--navy)}
.benefits{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:14px;margin-top:24px;margin-bottom:50px;overflow:hidden}.benefits div{padding:22px 26px;border-right:1px solid var(--line)}.benefits div:last-child{border:0}.benefits strong,.benefits span{display:block}.benefits span{font-size:14px;color:var(--muted)}.intro{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:end;margin-bottom:38px}.intro h2,.section-head h2,.content-section h2,.seo-block h2,.cta h2,.page-title h1{font-size:clamp(30px,3.2vw,46px);line-height:1.08;color:var(--navy);margin:8px 0}.intro p,.section-head p{color:var(--muted);font-size:17px}.section{padding:15px 0 70px}.section-head{text-align:center;max-width:720px;margin:0 auto 30px}.dept-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:14px;align-items:stretch}
.dept-card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 8px 25px rgba(10,36,81,.04);display:flex;flex-direction:column;min-width:0}
.dept-card img{width:100%;height:170px;object-fit:cover;object-position:center}
.dept-body{padding:16px;display:flex;flex-direction:column;flex:1}
.dept-body h3{margin:0 0 7px;color:var(--navy);font-size:18px}
.dept-body p{font-size:13px;color:var(--muted);margin:0 0 16px;flex:1;line-height:1.5}
.dept-body .small-btn{margin-top:auto;align-self:flex-start}.cta{background:var(--navy);color:#fff;padding:38px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{color:#fff;font-size:30px}.cta p{margin:0;color:#d8e2f1}
.category-hero{height:460px;position:relative;overflow:hidden;display:flex;align-items:center;background:var(--cream)}.category-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.cat-content{display:flex;align-items:center;height:100%;position:relative;z-index:2}.category-hero h1{font-size:clamp(38px,4vw,58px)}.content-section{display:grid;grid-template-columns:1.35fr .65fr;gap:45px;padding:65px 0}.content-copy p{font-size:18px;color:#41506a}.product-list{border:1px solid var(--line);border-radius:16px;padding:26px;background:#fbfcfe}.product-list h2{font-size:26px}.product-list ul{padding-left:20px;color:#33435f}.product-list li{margin:8px 0}.seo-block{background:#f5f8fc;padding:55px 0}.seo-block p{max-width:850px;color:#4d5e77}.faq{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:26px}.faq details{background:white;border:1px solid var(--line);border-radius:12px;padding:18px}.faq summary{font-weight:800;color:var(--navy);cursor:pointer}.faq p{font-size:14px}.page-title{padding:70px 0;background:linear-gradient(120deg,var(--cream),#fff)}.page-title p{font-size:18px;max-width:850px}.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:30px;padding:60px 0}.contact-card,.quote-form{border:1px solid var(--line);border-radius:16px;padding:28px}.quote-form{display:grid;grid-template-columns:1fr 1fr;gap:15px}.quote-form h2,.quote-form .btn,.form-note{grid-column:1/-1}.quote-form label{display:grid;gap:6px;font-weight:700}.quote-form input,.quote-form textarea{width:100%;border:1px solid #cbd5e1;border-radius:9px;padding:12px;font:inherit}.form-note{font-size:13px;color:var(--muted)}
.footer{background:var(--navy2);color:#fff;padding-top:48px}.footer-grid{display:grid;grid-template-columns:1.3fr .6fr 1fr;gap:50px}.footer h3{margin-top:0}.footer a{display:block;margin:8px 0;color:#dbe6f5}.footer p{color:#b9c6d8}.footer-logo{width:225px;height:105px;object-fit:contain;background:#fff;border-radius:10px;padding:4px}.footer-bottom{margin-top:35px;padding:20px;text-align:center;border-top:1px solid #294267;color:#b9c6d8}.footer-bottom a{display:inline}.wa{position:fixed;right:24px;bottom:24px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#13c86f;color:#052b18;font-weight:900;font-size:26px;box-shadow:0 12px 30px rgba(0,0,0,.2);z-index:90}
@media(max-width:1050px){.nav-link{padding:10px 8px;font-size:14px}.nav-quote{display:none}.dept-grid{grid-template-columns:repeat(4,1fr)}.brand{width:185px;flex-basis:185px}.brand img{width:180px}.hero-copy,.cat-copy{width:55%}}
@media(max-width:820px){.topbar-inner>span{display:none}.topbar-inner{justify-content:center}.header-inner{min-height:82px}.brand{width:150px;flex-basis:150px}.brand img{width:145px;height:72px}.menu-toggle{display:block;margin-left:auto}.nav{position:absolute;top:82px;left:0;right:0;background:#fff;border-top:1px solid var(--line);padding:15px 20px;display:none;flex-direction:column;align-items:stretch;box-shadow:0 18px 30px rgba(0,0,0,.08)}.nav.open{display:flex}.nav-link{padding:12px}.nav-quote{display:flex;margin:8px 0 0}.hero{height:590px}.hero-media,.category-media{object-position:68% center}.hero-slide:after,.category-hero:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#f7f1e9 0%,rgba(247,241,233,.96) 48%,rgba(247,241,233,.45) 72%,rgba(247,241,233,.05) 100%)}.hero-content{position:relative;z-index:2}.hero-copy,.cat-copy{width:75%}.hero h1,.hero h2,.category-hero h1{font-size:44px}.benefits{grid-template-columns:1fr 1fr}.benefits div:nth-child(2){border-right:0}.intro,.content-section,.contact-grid{grid-template-columns:1fr}.dept-grid{grid-template-columns:repeat(2,1fr)}.faq{grid-template-columns:1fr}.category-hero{position:relative;height:500px}.cat-content{position:relative;z-index:2}.cta-inner{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.quote-form{grid-template-columns:1fr}.quote-form h2,.quote-form .btn,.form-note{grid-column:auto}}
@media(max-width:520px){.wrap{width:min(100% - 24px,var(--max))}.topbar{font-size:12px}.topbar-inner>div{gap:6px;flex-wrap:wrap;justify-content:center}.hero{height:610px}.hero-media,.category-media{object-position:77% center}.hero-slide:after,.category-hero:after{background:linear-gradient(180deg,rgba(247,241,233,.98) 0%,rgba(247,241,233,.9) 58%,rgba(247,241,233,.35) 100%)}.hero-content{align-items:flex-start;padding-top:50px}.hero-copy,.cat-copy{width:100%}.hero h1,.hero h2,.category-hero h1{font-size:38px}.hero p,.category-hero p{font-size:16px}.hero-prev,.hero-next{top:auto;bottom:16px;width:38px;height:38px}.hero-prev{left:12px}.hero-next{right:12px}.benefits{grid-template-columns:1fr;margin-bottom:35px}.benefits div{border-right:0;border-bottom:1px solid var(--line)}.intro{gap:10px}.dept-grid{grid-template-columns:1fr 1fr;gap:10px}.dept-body{padding:12px}.dept-body p{min-height:0}.category-hero{height:540px}.content-section{padding:40px 0}.wa{right:15px;bottom:15px}}

@media(max-width:1050px){.dept-card img{height:190px}}
@media(max-width:520px){.dept-card img{height:145px}.dept-body h3{font-size:16px}.dept-body .small-btn{font-size:12px;padding:7px 11px}}

/* V13 FINAL - imagens e marca consolidadas */
.hero-media,.category-media{width:100%;height:100%;object-fit:cover;object-position:center center}
.dept-card img{width:100%;height:170px;object-fit:cover;object-position:center center;background:#f7f1e9}
.dept-body{display:flex;flex-direction:column;flex:1}
.dept-body p{flex:1}
.dept-body .small-btn{margin-top:auto}
@media(max-width:820px){
  .hero-media,.category-media{object-position:center center}
}
