
:root{--h22-orange:#ff6b00;--h22-dark:#0d1720;--h22-dark2:#111d27;--h22-text:#101820}
*{box-sizing:border-box}
.home22-body{margin:0;background:#fff;color:var(--h22-text);font-family:Arial,Helvetica,sans-serif}
.home22-wrap{width:min(1440px,calc(100% - 72px));margin-inline:auto}
.home22-header{background:#08121a;color:#fff;position:relative;z-index:20}
.home22-nav{height:76px;display:grid;grid-template-columns:250px 1fr auto;gap:30px;align-items:center}
.home22-brand{color:#fff;text-decoration:none;display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;column-gap:8px;align-items:center}
.home22-brand .drop{grid-row:1/3;color:var(--h22-orange);font-size:30px;transform:rotate(45deg)}
.home22-brand strong{font-size:22px;line-height:1}.home22-brand strong span{color:var(--h22-orange)}
.home22-brand small{font-size:8px;letter-spacing:.3px;margin-top:3px}
.home22-nav nav{display:flex;justify-content:center;gap:34px}
.home22-nav nav a{color:#fff;text-decoration:none;font-size:13px;font-weight:800}
.home22-phone{background:var(--h22-orange);color:#fff;text-decoration:none;font-weight:900;padding:14px 23px;border-radius:999px}

.home22-hero{background:var(--h22-dark);color:#fff}
.home22-hero-grid{display:grid;grid-template-columns:34% 66%;min-height:405px}
.home22-copy{padding:34px 36px 24px 0;display:flex;flex-direction:column;justify-content:center}
.home22-kicker{font-size:12px;font-weight:800;margin-bottom:12px}
.home22-copy h1{font-size:58px;line-height:.94;letter-spacing:-2.8px;margin:0 0 20px}
.home22-copy h1 em{font-style:normal;color:var(--h22-orange)}
.home22-copy p{font-size:15px;line-height:1.55;max-width:430px;margin:0 0 18px;color:#f1f4f6}
.home22-actions{display:flex;gap:12px;margin-bottom:18px}
.home22-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;border-radius:10px;padding:12px 20px}
.home22-btn-orange{background:var(--h22-orange);color:#fff}
.home22-btn-dark{border:1px solid #e8edf0;color:#fff;background:transparent}
.home22-btn-outline{border:1px solid var(--h22-orange);color:#fff;background:transparent}
.home22-trust{display:flex;gap:22px;flex-wrap:wrap;font-size:13px;font-weight:700}.home22-trust span::first-letter{color:var(--h22-orange)}
.home22-hero-image{height:405px;overflow:hidden}
.home22-hero-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 52%}

.home22-services{padding:24px 0;background:#fff}
.home22-services-grid{display:grid;grid-template-columns:240px repeat(5,1fr);gap:14px;align-items:stretch}
.home22-section-intro{padding:32px 10px 15px 0}
.home22-section-intro span,.home22-work-intro span{color:var(--h22-orange);font-size:12px;font-weight:900}
.home22-section-intro h2,.home22-work-intro h2{font-size:26px;line-height:1.16;margin:10px 0 18px}
.home22-section-intro i,.home22-work-intro i{display:block;width:55px;height:3px;background:var(--h22-orange)}
.home22-card{display:block;color:var(--h22-text);text-decoration:none;border-radius:7px;overflow:hidden;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.06)}
.home22-card img{width:100%;height:108px;object-fit:cover;display:block}
.home22-card div{padding:10px 10px 12px}.home22-card h3{font-size:14px;margin:0 0 7px}.home22-card p{font-size:11px;line-height:1.45;margin:0;color:#303b44}

.home22-work{background:#0d1720;color:#fff;padding:36px 0 30px}
.home22-work-grid{display:grid;grid-template-columns:240px repeat(3,1fr);gap:16px}
.home22-work-intro{padding-right:18px}.home22-work-intro p{font-size:12px;line-height:1.55;color:#d8dfe4;margin:16px 0}
.home22-work-card{text-decoration:none;color:#fff}
.home22-work-card img{width:100%;height:200px;object-fit:cover;border-radius:7px;display:block}
.home22-work-card h3{font-size:15px;margin:10px 0 4px}.home22-work-card p{font-size:12px;line-height:1.45;color:#e0e5e8;margin:0}
.home22-footer{background:#08121a;color:#cfd6db;padding:18px 0;text-align:center;font-size:13px}

@media(max-width:1100px){
 .home22-nav{grid-template-columns:auto auto}.home22-nav nav{grid-column:1/-1;order:3;overflow:auto;justify-content:flex-start;padding-bottom:10px}.home22-header{padding-bottom:10px}
 .home22-hero-grid{grid-template-columns:1fr}.home22-copy{padding:38px 0}.home22-hero-image{height:430px}
 .home22-services-grid{grid-template-columns:repeat(3,1fr)}.home22-section-intro{grid-column:1/-1}
 .home22-work-grid{grid-template-columns:repeat(2,1fr)}.home22-work-intro{grid-column:1/-1}
}
@media(max-width:700px){
 .home22-wrap{width:min(100% - 30px,1440px)}
 .home22-nav{display:flex;height:auto;min-height:72px;flex-wrap:wrap;padding:12px 0}.home22-nav nav{width:100%;gap:18px;white-space:nowrap}.home22-phone{margin-left:auto}
 .home22-copy h1{font-size:48px}.home22-hero-image{height:330px}
 .home22-services-grid,.home22-work-grid{grid-template-columns:1fr}.home22-card img,.home22-work-card img{height:220px}
}


/* V22.1 — acabamento final da homepage */
.home22-brand{display:block}
.home22-brand img{width:215px;height:auto;display:block}
.home22-work-intro p{font-size:12px;line-height:1.55;color:#d8dfe4;margin:16px 0 18px}
.home22-work-intro .home22-btn{min-height:44px;padding:11px 16px;white-space:nowrap}
.home22-work-card h3{line-height:1.25}

.home22-equipment{padding:38px 0 42px;background:#f5f7f8}
.home22-equipment-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px}
.home22-equipment-head span,.home22-urgent span{color:var(--h22-orange);font-size:12px;font-weight:900}
.home22-equipment-head h2{font-size:28px;margin:7px 0 0}
.home22-equip-link{color:#111820;text-decoration:none;font-weight:800;font-size:13px}
.home22-equipment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.home22-equip-card{background:#fff;color:#111820;text-decoration:none;border-radius:10px;overflow:hidden;box-shadow:0 6px 22px rgba(0,0,0,.07)}
.home22-equip-card img{width:100%;height:210px;object-fit:cover;display:block}
.home22-equip-card div{padding:14px 16px 16px}.home22-equip-card strong{font-size:17px}.home22-equip-card p{font-size:12px;line-height:1.5;color:#45515a;margin:7px 0 0}

.home22-urgent{background:#111d27;color:#fff;padding:30px 0;border-top:1px solid rgba(255,255,255,.06)}
.home22-urgent-inner{display:flex;justify-content:space-between;align-items:center;gap:28px}
.home22-urgent h2{font-size:27px;margin:6px 0 4px}.home22-urgent p{margin:0;color:#d8dfe4;font-size:13px}
.home22-urgent-actions{display:flex;gap:12px;flex-shrink:0}

.home22-footer{background:#071018;color:#cfd6db;padding:38px 0 16px;text-align:left;font-size:13px}
.home22-footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:38px}
.home22-footer-brand img{width:205px;margin-bottom:12px}
.home22-footer-brand p{max-width:340px;line-height:1.55;color:#aeb8bf}
.home22-footer h3{color:#fff;font-size:14px;margin:5px 0 12px}
.home22-footer a{display:block;color:#cfd6db;text-decoration:none;margin:8px 0;font-size:12px}
.home22-footer a:hover{color:var(--h22-orange)}
.home22-footer p{font-size:12px;color:#aeb8bf}
.home22-footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.1);margin-top:28px;padding-top:14px;font-size:11px;color:#8f9ba4}

@media(max-width:900px){
 .home22-equipment-grid{grid-template-columns:1fr}
 .home22-equip-card img{height:280px}
 .home22-urgent-inner{flex-direction:column;align-items:flex-start}
 .home22-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
 .home22-brand img{width:180px}
 .home22-equipment-head{flex-direction:column;align-items:flex-start}
 .home22-urgent-actions{width:100%;flex-direction:column}
 .home22-urgent-actions .home22-btn{width:100%}
 .home22-footer-grid{grid-template-columns:1fr}
 .home22-footer-bottom{flex-direction:column}
}


/* V23 — estrutura híbrida: riqueza comercial da versão anterior + visual V22 */
.home23-audiences{padding:48px 0 52px;background:#fff}
.home23-heading{text-align:center;max-width:760px;margin:0 auto 25px}
.home23-heading span,.home23-experience span,.home23-coverage>span{color:var(--h22-orange);font-size:12px;font-weight:900}
.home23-heading h2{font-size:32px;margin:8px 0 8px}
.home23-heading p{font-size:14px;color:#55616a;line-height:1.55;margin:0}
.home23-audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.home23-audience-card{position:relative;text-decoration:none;color:#111820;background:#fff;border:1px solid #e1e6e9;border-radius:12px;padding:24px 24px 22px;box-shadow:0 8px 24px rgba(0,0,0,.055);transition:.18s ease}
.home23-audience-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(0,0,0,.09);border-color:#ffb27c}
.home23-audience-icon{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff1e7;color:var(--h22-orange);font-size:22px;font-weight:900;margin-bottom:13px}
.home23-audience-card h3{font-size:20px;margin:0 0 8px}
.home23-audience-card p{font-size:13px;line-height:1.55;color:#46515a;min-height:61px;margin:0 0 15px}
.home23-audience-card strong{color:var(--h22-orange);font-size:12px}

.home23-experience{background:#111d27;color:#fff;padding:46px 0}
.home23-experience-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:stretch}
.home23-experience-copy{padding:8px 0}
.home23-experience-copy h2{font-size:34px;margin:8px 0 12px}
.home23-experience-copy>p{max-width:650px;color:#d8dfe4;font-size:14px;line-height:1.65}
.home23-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:25px}
.home23-stats div{background:#0b151d;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:16px}
.home23-stats strong{display:block;color:var(--h22-orange);font-size:28px;line-height:1}
.home23-stats small{display:block;color:#d6dde2;margin-top:6px;font-size:11px}
.home23-coverage{background:#fff;color:#111820;border-radius:14px;padding:26px;box-shadow:0 12px 28px rgba(0,0,0,.14)}
.home23-coverage h3{font-size:24px;margin:8px 0}
.home23-coverage p{font-size:13px;line-height:1.55;color:#4c5861}
.home23-zone-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:17px}
.home23-zone-grid a{display:block;text-align:center;text-decoration:none;color:#111820;font-size:13px;font-weight:800;border:1px solid #dde3e7;border-radius:8px;padding:11px;background:#f8fafb}
.home23-zone-grid a:hover{border-color:var(--h22-orange);color:var(--h22-orange)}

@media(max-width:900px){
 .home23-audience-grid{grid-template-columns:1fr}
 .home23-audience-card p{min-height:0}
 .home23-experience-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
 .home23-heading{text-align:left}
 .home23-heading h2{font-size:28px}
 .home23-stats{grid-template-columns:1fr}
 .home23-zone-grid{grid-template-columns:1fr 1fr}
}

/* V24 — identidade visual definitiva */
.home22-brand img{width:235px;max-width:100%;height:auto;object-fit:contain}
.home22-footer-brand img{width:235px;max-width:100%;height:auto}
@media(max-width:700px){.home22-brand img{width:195px}}


/* V24.1 — logótipo limpo + CTA 24H visível */
.home22-brand img{width:245px;height:auto}
.home22-footer-brand img{width:300px;height:auto;margin-bottom:14px}
.home22-urgent-inner{display:flex!important;justify-content:space-between!important;align-items:center!important}
.home22-urgent-actions{display:flex!important;gap:12px!important;visibility:visible!important;opacity:1!important}
.home22-urgent-actions .home22-btn{display:inline-flex!important;min-width:180px;min-height:46px}
@media(max-width:900px){
 .home22-footer-brand img{width:270px}
 .home22-urgent-inner{align-items:flex-start!important}
 .home22-urgent-actions{width:100%;flex-wrap:wrap}
}
@media(max-width:600px){
 .home22-brand img{width:205px}
 .home22-footer-brand img{width:245px}
 .home22-urgent-actions{flex-direction:column}
 .home22-urgent-actions .home22-btn{width:100%}
}
