:root{
  --blue:#0068ff;
  --blue2:#0094ff;
  --navy:#061d41;
  --dark:#031225;
  --text:#071a36;
  --muted:#5f6f89;
  --bg:#f5f8ff;
  --white:#ffffff;
  --green:#16b85f;
  --radius:22px;
  --shadow:0 18px 50px rgba(0,35,90,.13);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:var(--bg);line-height:1.55}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1180px,92%);margin:0 auto}
.section-padding{padding:72px 0}
.topbar{background:var(--dark);color:#fff;font-size:13px;padding:9px 0}.topbar-content{display:flex;justify-content:space-between;gap:16px;align-items:center}
.site-header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 4px 22px rgba(0,0,0,.07)}
.nav-wrapper{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:190px;height:auto}.main-nav{display:flex;gap:28px;align-items:center;font-size:14px;font-weight:800;color:#10284d}.main-nav a:hover{color:var(--blue)}.menu-toggle{display:none;background:none;border:0;font-size:30px;color:var(--navy)}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:9px;padding:14px 22px;font-weight:900;font-size:14px;border:1px solid transparent;transition:.2s;white-space:nowrap}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:#0050ca}.btn-whatsapp{background:var(--green);color:#fff}.btn-whatsapp:hover{background:#0a984a}.btn-outline{background:#fff;border-color:#bcd4ff;color:var(--blue)}.btn-outline:hover{background:#eef5ff}.btn-light{background:#fff;color:var(--blue)}.btn-outline-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.55)}.btn-outline-light:hover{background:#fff;color:var(--blue)}
.hero{background:linear-gradient(105deg,#06152b 0%,#082650 55%,#fff 55%,#fff 100%);overflow:hidden}.hero-grid{min-height:650px;display:grid;grid-template-columns:1fr .95fr;gap:36px;align-items:center}.eyebrow,.section-kicker{display:inline-block;text-transform:uppercase;letter-spacing:.9px;font-weight:950;color:var(--blue);font-size:12px;margin-bottom:12px}.hero-copy{color:#fff;padding:64px 0}.hero-copy h1{font-size:clamp(30px,3.5vw,46px);line-height:1.05;font-weight:950;margin-bottom:24px}.hero-copy h1 strong{color:var(--blue2);font-style:normal}.hero-copy p{font-size:18px;color:#dceaff;max-width:640px;margin-bottom:28px}.hero-badges{display:flex;flex-wrap:wrap;gap:18px;margin:28px 0 32px}.hero-badges span{display:inline-flex;align-items:center;gap:8px;color:#eaf4ff;font-weight:850;font-size:13px;border:1px solid rgba(255,255,255,.16);padding:10px 12px;border-radius:999px;background:rgba(255,255,255,.05)}.actions{display:flex;flex-wrap:wrap;gap:14px}.hero-portfolio{position:relative;height:590px}.hero-img{position:absolute;object-fit:cover;box-shadow:var(--shadow);border:8px solid #fff}.hero-img-main{right:0;top:40px;width:84%;height:360px;border-radius:34px 34px 34px 120px}.hero-img-secondary{left:0;bottom:42px;width:62%;height:260px;border-radius:32px}.hero-card{position:absolute;right:28px;bottom:78px;background:rgba(4,20,45,.92);color:#fff;border:2px solid var(--blue);border-radius:18px;padding:22px 28px;text-align:center;box-shadow:var(--shadow)}.hero-card strong{font-size:50px;color:var(--blue2);line-height:1}.hero-card span{display:block;font-weight:800}
.feature-strip{margin-top:-46px;position:relative;z-index:5}.feature-grid{background:#fff;border-radius:18px;padding:26px 30px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.feature-grid div{display:grid;gap:2px;color:var(--blue);font-size:25px}.feature-grid strong{font-size:15px;color:var(--navy)}.feature-grid span{font-size:13px;color:var(--muted);font-weight:700}
.about-box{background:linear-gradient(135deg,#06214a,#074aa0);color:#fff;border-radius:var(--radius);padding:46px;display:grid;grid-template-columns:1fr 1fr;gap:44px;box-shadow:var(--shadow)}.about-box .section-kicker{color:#7ab8ff}.about-box h2{font-size:38px;line-height:1.15;margin-bottom:18px}.about-box p{color:#e4f0ff}.check-list{display:grid;grid-template-columns:1fr 1fr;gap:16px;list-style:none;align-content:center}.check-list li{position:relative;padding-left:28px;font-weight:750}.check-list li:before{content:'✓';position:absolute;left:0;color:#8dccff;font-weight:950}
.section-title{text-align:center;max-width:820px;margin:0 auto 38px}.section-title h2{font-size:clamp(28px,3.5vw,42px);line-height:1.15;color:var(--navy)}.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.service-card{background:#fff;border:1px solid #e5edf9;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px rgba(0,35,90,.08);transition:.22s}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.service-card img{height:170px;width:100%;object-fit:cover}.card-content{padding:22px}.card-content h3{font-size:20px;line-height:1.18;color:var(--navy);margin-bottom:10px}.card-content p{font-size:14px;color:var(--muted);margin-bottom:18px}.card-content a{color:var(--blue);font-weight:950;font-size:14px}.service-card-text{background:linear-gradient(135deg,#fff,#eef6ff)}.full-card{height:100%;display:flex;flex-direction:column;justify-content:center;min-height:310px}.big-icon{font-size:42px;margin-bottom:14px}
.portfolio{padding-top:20px}.portfolio-box{background:linear-gradient(135deg,#04162e,#082f69);border-radius:var(--radius);padding:40px;display:grid;grid-template-columns:.82fr 1.55fr;gap:34px;align-items:center;color:#fff;box-shadow:var(--shadow)}.portfolio-copy h2{font-size:36px;line-height:1.15;margin-bottom:14px}.portfolio-copy p{color:#dceaff;margin-bottom:24px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.gallery img{height:135px;width:100%;object-fit:cover;border-radius:12px;border:2px solid rgba(255,255,255,.12)}
.regions-box{background:#fff;border-radius:18px;padding:34px;display:grid;grid-template-columns:.9fr 1.7fr;gap:30px;align-items:center;box-shadow:0 8px 30px rgba(0,35,90,.08)}.regions h2{font-size:28px;color:var(--navy);line-height:1.2}.chips{display:flex;flex-wrap:wrap;gap:12px}.chips span{border:1px solid #cfe0ff;color:#12315d;border-radius:10px;padding:12px 18px;font-weight:850;background:#f8fbff}
.cta-box{background:linear-gradient(135deg,#005fff,#073a88);color:#fff;border-radius:var(--radius);padding:44px;display:flex;justify-content:space-between;align-items:center;gap:28px;box-shadow:var(--shadow)}.cta-box h2{font-size:34px;line-height:1.1;margin-bottom:10px}.cta-box p{color:#e7f1ff}
.site-footer{background:var(--dark);color:#fff;padding:56px 0 22px}.footer-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:42px}.footer-logo{width:180px;margin-bottom:18px}.site-footer p,.site-footer a,.site-footer span{display:block;color:#c9d6ea;font-size:14px;margin-bottom:8px}.site-footer h4{margin-bottom:16px}.copy{text-align:center;color:#9fb0c9;border-top:1px solid rgba(255,255,255,.12);padding-top:18px;margin-top:35px;font-size:13px}
@media(max-width:1020px){.desktop-cta{display:none}.main-nav{position:absolute;display:none;top:86px;left:0;right:0;background:#fff;padding:22px;box-shadow:0 18px 30px rgba(0,0,0,.08);flex-direction:column}.main-nav.open{display:flex}.menu-toggle{display:block}.hero{background:#061b3a}.hero-grid,.about-box,.portfolio-box,.regions-box,.footer-grid{grid-template-columns:1fr}.hero-portfolio{height:470px}.feature-grid,.cards-grid{grid-template-columns:repeat(2,1fr)}.cta-box{flex-direction:column;align-items:flex-start}}
@media(max-width:640px){.topbar-content{flex-direction:column;align-items:flex-start}.brand img{width:150px}.hero-grid{min-height:auto}.hero-copy{padding:44px 0}.hero-copy h1{font-size:34px}.hero-copy p{font-size:16px}.hero-portfolio{height:410px}.hero-img-main{width:100%;height:250px}.hero-img-secondary{width:74%;height:185px}.hero-card{right:0;bottom:38px;padding:16px 20px}.feature-grid,.cards-grid,.check-list,.gallery{grid-template-columns:1fr}.about-box,.portfolio-box,.regions-box,.cta-box{padding:28px}.actions{flex-direction:column}.btn{width:100%}.feature-strip{margin-top:0;padding-top:18px}.section-padding{padding:52px 0}}

/* Ajustes finais SEO KlimaAr */
.whatsapp-float{
  position:fixed; right:22px; bottom:22px; z-index:999;
  width:62px; height:62px; border-radius:50%;
  background:#16b85f; color:#fff; display:flex; align-items:center; justify-content:center;
  font-size:34px; box-shadow:0 10px 30px rgba(0,0,0,.25);
}
.whatsapp-float:hover{transform:translateY(-3px)}

/* Correção definitiva da logo */
.brand img,
.footer-logo,
.logo img,
.site-header img[src*="logo"],
img[src*="klimaar-logo"]{
  background: transparent !important;
  object-fit: contain !important;
  max-height: 70px !important;
}
.site-header .brand{
  background: transparent !important;
}
