
:root{--red:#d71920;--blue:#0876bd;--dark:#0b1f35;--text:#152033;--muted:#667085;--light:#f5f8fc;--line:#e7edf5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}.topbar{background:var(--dark);color:#fff;font-size:14px}.wrap{width:min(1180px,92%);margin:auto}.topbar .wrap,.nav .wrap{display:flex;align-items:center;justify-content:space-between;gap:18px}.topbar .wrap{padding:8px 0}.topbar a{opacity:.95;margin-right:16px}.langs button{margin-left:8px;opacity:.85;background:transparent;border:1px solid rgba(255,255,255,.35);color:#fff;border-radius:6px;padding:4px 8px;cursor:pointer}.langs button.active{opacity:1;background:rgba(255,255,255,.18);border-color:#fff}.nav{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);box-shadow:0 8px 28px rgba(0,0,0,.08)}.logo img{height:58px;display:block}.menu{display:flex;align-items:center;gap:26px;font-weight:700;font-size:14px}.menu a{color:#152033}.b2b,.btn{background:var(--red);color:#fff;border-radius:8px;padding:14px 20px;font-weight:800;display:inline-flex;align-items:center;gap:8px;box-shadow:0 10px 22px rgba(215,25,32,.25)}.btn.secondary{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.45);box-shadow:none}.hamb{display:none;font-size:28px}.hero{min-height:650px;background:linear-gradient(90deg,rgba(8,18,35,.88),rgba(8,18,35,.56),rgba(8,18,35,.12)),url('images/hero.jpg') center/cover no-repeat;color:white;display:flex;align-items:center}.hero-content{max-width:720px;padding:80px 0}.kicker{color:#ff4c55;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hero h1{font-size:clamp(42px,6vw,76px);line-height:.98;margin:18px 0 20px;font-weight:900}.hero p{font-size:20px;line-height:1.55;max-width:650px;opacity:.95}.cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.stats{background:#10151d;color:white}.stats .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.stat{padding:26px 22px;border-right:1px solid rgba(255,255,255,.12)}.stat:last-child{border-right:0}.stat b{font-size:30px;color:#ff3038;display:block}.stat span{font-weight:800;font-size:13px}.section{padding:76px 0}.section.gray{background:var(--light)}.section-title{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:34px}.section-title h2{font-size:42px;margin:0;color:var(--dark)}.section-title p{max-width:560px;color:var(--muted);line-height:1.7}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgba(15,35,60,.08)}.card img{width:100%;height:220px;object-fit:cover;display:block}.card .pad{padding:22px}.card h3{margin:0 0 8px;font-size:22px;color:var(--dark)}.card p{margin:0;color:var(--muted);line-height:1.55}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}.split img{width:100%;border-radius:22px;box-shadow:0 18px 45px rgba(0,0,0,.16)}.features{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:24px}.feature{background:#fff;border:1px solid var(--line);padding:18px;border-radius:14px;font-weight:800}.feature small{display:block;color:var(--muted);font-weight:500;margin-top:4px}.branches{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.branch{background:#fff;border-radius:20px;border:1px solid var(--line);padding:24px;box-shadow:0 12px 30px rgba(15,35,60,.08)}.branch h3{margin:0 0 12px;color:var(--dark)}.branch p{margin:8px 0;color:var(--muted);line-height:1.5}.branch .phone{font-weight:900;color:var(--blue)}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.gallery img{width:100%;height:190px;object-fit:cover;border-radius:12px}.contact{display:grid;grid-template-columns:1fr 1fr;gap:26px}.contactbox{background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px}.contactbox p{color:var(--muted);line-height:1.6}.footer{background:#08182a;color:#cfe0f4;padding:34px 0}.footer .wrap{display:flex;justify-content:space-between;gap:20px;align-items:center}.whatsapp{position:fixed;right:22px;bottom:22px;background:#21bf57;color:#fff;border-radius:999px;padding:14px 20px;font-weight:900;box-shadow:0 16px 35px rgba(0,0,0,.22);z-index:30}.lang-content{display:none}.lang-content.active{display:block}@media(max-width:900px){.menu{display:none}.hamb{display:block}.topbar .wrap{flex-direction:column;align-items:flex-start}.hero{min-height:620px}.stats .wrap,.cards,.branches,.gallery,.contact,.split{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.section-title{display:block}.section-title h2{font-size:34px}.logo img{height:48px}.hero h1{font-size:42px}.hero p{font-size:17px}.footer .wrap{display:block}.whatsapp{right:14px;bottom:14px}.gallery img{height:230px}}

/* v3 mobile/header fixes */
.nav .nav-inner{min-height:74px;position:relative}
.logo{display:flex;align-items:center;min-width:0;flex:0 1 auto}
.logo img{max-width:260px;width:auto;object-fit:contain}
.hamb{display:none;background:var(--blue);color:#fff;border:0;border-radius:10px;width:48px;height:48px;align-items:center;justify-content:center;cursor:pointer;font-size:26px;line-height:1;margin-left:auto;box-shadow:0 8px 18px rgba(8,118,189,.22)}
.menu.open{display:flex}.map-btn{margin-top:12px;display:inline-flex;background:var(--blue);color:#fff;border-radius:9px;padding:10px 14px;font-weight:800;font-size:14px}.map-section,.map-wrap{max-width:100%;overflow:hidden}.map-section iframe,.map-wrap iframe,iframe{max-width:100%}
@media(max-width:900px){
  .nav .wrap.nav-inner{width:100%;padding:10px 14px;gap:8px;align-items:center;justify-content:space-between}
  .logo{flex:1;max-width:calc(100% - 62px)}
  .logo img{height:54px;max-width:100%}
  .hamb{display:flex;flex-shrink:0}
  .menu{display:none;position:absolute;left:14px;right:14px;top:calc(100% + 8px);background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 48px rgba(10,25,45,.18);padding:12px;z-index:99;flex-direction:column;gap:0;align-items:stretch}
  .menu a{padding:14px 16px;border-radius:10px;border-bottom:1px solid #eef3f8}
  .menu a:last-child{border-bottom:0}.menu .b2b{justify-content:center;margin-top:8px;color:#fff;border-bottom:0}.topbar .wrap{width:100%;padding:8px 14px;gap:8px}.topbar .wrap>div:first-child{display:flex;flex-wrap:wrap;gap:6px 12px}.topbar a{margin-right:0}.langs{display:flex;gap:7px;flex-wrap:wrap}.langs button{margin-left:0}.hero{min-height:560px;background-position:center}.hero-content{padding:64px 0}.cta .btn{width:100%;justify-content:center}.branches{grid-template-columns:1fr!important}.branch{width:100%;overflow:hidden}.contact{grid-template-columns:1fr!important}.gallery{grid-template-columns:1fr 1fr!important}.section{padding:52px 0}.cards{grid-template-columns:1fr!important}.split{grid-template-columns:1fr!important}.stats .wrap{grid-template-columns:1fr 1fr!important}.stat:nth-child(2n){border-right:0}
}
@media(max-width:480px){.hero h1{font-size:34px}.hero p{font-size:16px}.stats .wrap{grid-template-columns:1fr!important}.gallery{grid-template-columns:1fr!important}.logo img{height:48px}.topbar{font-size:13px}}
