
:root{
  --blue:#073b78; --blue2:#0b4f8a; --red:#e3132a; --ink:#122033;
  --muted:#6f7782; --soft:#f4f6f8; --line:#e3e7ec; --white:#fff;
  --shadow:0 16px 40px rgba(10,31,55,.10); --radius:24px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:white}
img{max-width:100%;display:block} a{text-decoration:none;color:inherit}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06)}
.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand img{width:210px;height:64px;object-fit:contain}
.nav{display:flex;align-items:center;gap:24px;font-weight:700;font-size:14px}
.nav a:hover{color:var(--red)} .nav-cta{background:var(--red);color:#fff!important;padding:13px 18px;border-radius:999px}
.menu-btn{display:none;border:0;background:none;font-size:26px}
.hero{position:relative;overflow:hidden;background:linear-gradient(125deg,#062f5f 0%,#073b78 62%,#0e4d86 100%);color:white;padding:82px 0 74px}
.hero-shape{position:absolute;filter:blur(.2px);opacity:.95;transform:skewX(-19deg)}
.hero-red{width:430px;height:680px;right:-250px;top:-120px;background:linear-gradient(180deg,#f01d37,#a80016)}
.hero-blue{width:220px;height:520px;left:-190px;bottom:-190px;background:#001b3d}
.hero-grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center}
.eyebrow{font-size:12px;font-weight:900;letter-spacing:.17em;text-transform:uppercase;color:#c8dcf3}.eyebrow.red{color:var(--red)}
.hero h1{font-size:clamp(48px,6vw,78px);line-height:.98;margin:14px 0 22px;letter-spacing:-.045em}
.hero-copy>p{font-size:20px;line-height:1.5;color:#d9e7f5;max-width:650px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:32px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border-radius:12px;font-weight:850;border:1px solid transparent;cursor:pointer;font:inherit}
.btn-primary{background:var(--red);color:white}.btn-primary:hover{background:#c90f23}
.btn-light{background:white;color:var(--blue)} .btn-white{background:#fff;color:var(--blue)}
.btn-block{width:100%;margin-top:8px}
.trust-row{display:flex;flex-wrap:wrap;gap:9px}.trust-row span{font-size:12px;font-weight:800;border:1px solid rgba(255,255,255,.24);padding:8px 11px;border-radius:999px;color:#e9f2fb}
.quote-card{background:#fff;color:var(--ink);border-radius:26px;padding:28px;box-shadow:0 28px 70px rgba(0,0,0,.25)}
.quote-card h2{margin:8px 0 22px;font-size:30px}.quote-tag{display:inline-flex;background:#edf4fb;color:var(--blue);font-weight:800;padding:7px 10px;border-radius:8px;font-size:12px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label{font-size:12px;font-weight:850;color:#44505e}
.form-grid input{width:100%;margin-top:7px;border:1px solid #d7dde4;border-radius:10px;padding:13px 12px;font:inherit;outline:none}.form-grid input:focus{border-color:var(--blue)}
.quote-card small{display:block;margin-top:12px;color:#7d8791}.quote-card code{background:#f1f3f5;padding:2px 5px;border-radius:5px}
.quick-strip{background:white;border-bottom:1px solid var(--line)}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);padding:24px 0}
.quick-grid div{padding:0 24px;border-right:1px solid var(--line)}.quick-grid div:first-child{padding-left:0}.quick-grid div:last-child{border:0}
.quick-grid strong,.quick-grid span{display:block}.quick-grid strong{color:var(--blue);margin-bottom:5px}.quick-grid span{color:var(--muted);font-size:14px}
.section{padding:84px 0}.section-soft{background:var(--soft)}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:34px}
.section-head h2,.values-grid h2,.location-grid h2{font-size:clamp(32px,4vw,52px);line-height:1.05;letter-spacing:-.035em;margin:10px 0 0}
.section-head>a{color:var(--blue);font-weight:850}
.promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.promo-card{min-height:340px;border-radius:var(--radius);overflow:hidden;position:relative;display:grid;grid-template-columns:1.1fr .9fr;color:#fff;box-shadow:var(--shadow)}
.promo-card>div{padding:34px;position:relative;z-index:2}.promo-card img{height:100%;width:100%;object-fit:cover;mix-blend-mode:screen;opacity:.82}
.promo-blue{background:linear-gradient(135deg,#062d5b,#075295)}.promo-red{background:linear-gradient(135deg,#b90b20,#ef1531)}
.promo-card h3{font-size:32px;line-height:1.05;margin:16px 0 12px}.promo-card p{color:rgba(255,255,255,.84);line-height:1.5}.promo-card a{font-weight:900;border-bottom:1px solid rgba(255,255,255,.45)}
.badge{display:inline-flex;background:rgba(255,255,255,.14);padding:7px 10px;border-radius:8px;font-size:11px;font-weight:900;letter-spacing:.12em}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-grid a{background:#fff;border:1px solid #e6eaef;border-radius:18px;padding:22px;min-height:170px;transition:.2s}
.category-grid a:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#ccd6e0}.category-grid span{font-size:28px}.category-grid strong,.category-grid small{display:block}
.category-grid strong{font-size:16px;margin:14px 0 8px}.category-grid small{color:var(--muted);line-height:1.45}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:white}
.product-visual{height:190px;display:flex;align-items:center;justify-content:center;font-weight:950;letter-spacing:.08em;font-size:22px}.product-visual.blue{background:linear-gradient(135deg,#073b78,#0d5ca5);color:#fff}
.product-visual.red{background:linear-gradient(135deg,#b40d21,#ec1832);color:#fff}.product-visual.dark{background:linear-gradient(135deg,#101823,#24354a);color:#fff}.product-visual.white{background:linear-gradient(135deg,#f5f7fa,#fff);color:var(--blue)}
.product-body{padding:20px}.product-body small{color:var(--red);font-weight:850;text-transform:uppercase;letter-spacing:.09em}.product-body h3{margin:8px 0}.product-body p{color:var(--muted);min-height:44px}.product-body a{color:var(--blue);font-weight:900}
.brand-values{background:#0b1726;color:#fff;padding:86px 0}.values-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.values-grid h2{max-width:560px}
.values-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.values-list div{border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:20px;background:rgba(255,255,255,.035)}
.values-list div:last-child{grid-column:span 2}.values-list strong,.values-list span{display:block}.values-list strong{color:#fff;margin-bottom:6px}.values-list span{color:#aebccb;font-size:14px;line-height:1.45}
.location-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:56px;align-items:center}.location-grid p{color:var(--muted);font-size:18px;line-height:1.6}.location-photo img{height:430px;width:100%;object-fit:cover;border-radius:24px;box-shadow:var(--shadow)}
.final-cta{background:linear-gradient(125deg,#c40d24,#ef1631);color:white;padding:55px 0}.final-cta-inner{display:flex;justify-content:space-between;gap:30px;align-items:center}.final-cta h2{font-size:36px;max-width:760px;margin:9px 0 0}
footer{background:#fff;border-top:1px solid var(--line);padding:48px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-brand img{width:220px}.footer-grid strong,.footer-grid a,.footer-grid span{display:block;margin-bottom:8px}.footer-grid a,.footer-grid span,.footer-grid p{color:var(--muted);font-size:14px}
.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:60;background:#18a955;color:white;padding:14px 18px;border-radius:999px;font-weight:900;box-shadow:0 12px 35px rgba(0,0,0,.22)}
@media(max-width:900px){
 .menu-btn{display:block}.nav{display:none;position:absolute;top:82px;left:20px;right:20px;background:#fff;box-shadow:var(--shadow);border-radius:18px;padding:18px;flex-direction:column;align-items:stretch}.nav.open{display:flex}
 .hero-grid,.values-grid,.location-grid{grid-template-columns:1fr}.hero-grid{gap:34px}.hero{padding-top:55px}
 .quick-grid{grid-template-columns:1fr}.quick-grid div{border:0;border-bottom:1px solid var(--line);padding:16px 0}.quick-grid div:last-child{border:0}
 .promo-grid{grid-template-columns:1fr}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}
 .values-list{grid-template-columns:1fr}.values-list div:last-child{grid-column:auto}.final-cta-inner{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
 .container{width:min(100% - 24px,1160px)}.brand img{width:170px}.nav-wrap{height:72px}.nav{top:72px}
 .hero h1{font-size:46px}.hero-copy>p{font-size:17px}.form-grid{grid-template-columns:1fr}
 .category-grid,.product-grid{grid-template-columns:1fr}.promo-card{grid-template-columns:1fr;min-height:auto}.promo-card img{height:220px}
 .section{padding:64px 0}.section-head{align-items:flex-start;flex-direction:column}.location-photo img{height:300px}.footer-grid{grid-template-columns:1fr}
}
