:root{--blue:#0037c9;--blue-dark:#001d72;--ink:#111;--muted:#626b79;--gold:#c9963e;--line:#e8edf7;--shadow:0 24px 60px rgba(17,17,17,.12);--radius:28px}*{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%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1120px,92%);margin:0 auto}.section{padding:86px 0}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{width:min(1120px,92%);margin:0 auto;min-height:92px;display:flex;align-items:center;gap:22px}.brand{margin-right:auto}.logo{width:160px;height:74px;object-fit:contain;border-radius:14px;background:#050505}.nav{display:flex;gap:22px;font-weight:900}.nav a{padding:10px 4px;color:#1f2633}.nav a:hover{color:var(--blue)}.quick-actions{display:flex;gap:10px}.quick-actions a{width:44px;height:44px;border-radius:10px;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 10px 20px rgba(0,55,201,.18)}.menu-btn{display:none;border:0;background:#f1f3f6;border-radius:12px;width:46px;height:46px;padding:11px}.menu-btn span{display:block;height:3px;background:#202631;margin:5px 0;border-radius:10px}.hero{overflow:hidden;background:radial-gradient(circle at 6% 16%,rgba(201,150,62,.18),transparent 30%),radial-gradient(circle at 90% 30%,rgba(0,55,201,.11),transparent 28%),linear-gradient(180deg,#fff 0%,#f8fbff 100%)}.hero-grid{display:grid;grid-template-columns:1fr .9fr;gap:54px;align-items:center}.eyebrow{margin:0 0 14px;color:var(--blue);text-transform:uppercase;font-size:.82rem;letter-spacing:.16em;font-weight:900}h1,h2,h3{margin:0;color:var(--ink);line-height:1.08}h1{font-size:clamp(3.2rem,8vw,6.4rem);letter-spacing:-.06em}h2{font-size:clamp(2.1rem,5vw,4rem);letter-spacing:-.045em}h3{font-size:1.25rem}.lead{font-size:1.35rem;max-width:650px;color:#303848;margin:24px 0 10px;font-weight:800}.tagline{color:var(--gold);text-transform:uppercase;letter-spacing:.15em;font-weight:900;margin:0 0 26px}.hero-pills{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0}.hero-pills span{padding:12px 16px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:900;color:#202b3d;box-shadow:0 10px 24px rgba(17,17,17,.05)}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:26px}.hero-actions.center{justify-content:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border-radius:999px;font-weight:900;transition:.25s ease}.btn.primary{background:var(--blue);color:white;box-shadow:0 14px 28px rgba(0,55,201,.22)}.btn.ghost{background:white;border:1px solid var(--line);color:var(--blue-dark)}.btn:hover{transform:translateY(-3px)}.hero-logo-card{background:#070707;border-radius:var(--radius);padding:18px;box-shadow:var(--shadow);border:1px solid rgba(201,150,62,.28)}.hero-logo-card img{width:100%;height:370px;object-fit:contain;border-radius:20px}.narrow{text-align:center;max-width:820px}.divider{display:block;width:82px;height:7px;background:var(--blue);border-radius:999px;margin:0 auto 26px}.intro p,.section-head p,.sectors p,.cta p{color:var(--muted);font-size:1.07rem}.section-head{text-align:center;max-width:760px;margin:0 auto 48px}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{border:1px solid var(--line);border-radius:26px;padding:18px;background:white;box-shadow:0 18px 42px rgba(16,21,34,.075);display:flex;flex-direction:column;min-height:435px;transition:.25s ease}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}.product-card img{height:250px;width:100%;object-fit:contain;background:linear-gradient(180deg,#fff,#fbfbfb);border-radius:20px;margin-bottom:18px}.product-card p{color:var(--muted);margin:10px 0 0}.alcance{background:linear-gradient(135deg,rgba(0,55,201,.08),rgba(201,150,62,.14)),#fff}.coverage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.coverage-grid div{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px 18px;text-align:center;font-size:1.15rem;font-weight:900;box-shadow:0 18px 40px rgba(16,21,34,.07)}.sectors-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.sector-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.sector-list span{background:#fff;border:1px solid var(--line);border-left:6px solid var(--gold);border-radius:18px;padding:18px;font-weight:900;box-shadow:0 14px 34px rgba(17,17,17,.06)}.cta-box{text-align:center;border-radius:36px;padding:64px 34px;background:radial-gradient(circle at 15% 20%,rgba(0,55,201,.12),transparent 28%),radial-gradient(circle at 86% 78%,rgba(201,150,62,.22),transparent 28%),#f8fbff;border:1px solid var(--line)}.contact-number{font-size:clamp(2rem,6vw,4.5rem);color:var(--blue);font-weight:900;letter-spacing:-.04em;margin:18px 0}.footer{padding:28px 0;border-top:1px solid var(--line);background:#fff}.footer-grid{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;color:#333b4b}.footer a{color:var(--blue);font-weight:900}.floating-whatsapp,.to-top{position:fixed;right:20px;z-index:60;border:0;display:grid;place-items:center;box-shadow:0 18px 34px rgba(0,0,0,.18)}.floating-whatsapp{bottom:24px;width:62px;height:62px;border-radius:50%;background:#20d466;color:white;font-size:1.8rem}.to-top{bottom:98px;width:54px;height:54px;border-radius:50%;background:var(--blue);color:white;font-size:2rem;cursor:pointer}@media(max-width:900px){.header-inner{min-height:82px}.logo{width:128px;height:60px}.menu-btn{display:block;order:2}.quick-actions{order:3}.quick-actions a{width:40px;height:40px}.nav{position:absolute;left:4%;right:4%;top:84px;display:none;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:var(--shadow)}.nav.open{display:flex}.hero-grid,.sectors-grid{grid-template-columns:1fr}.hero-logo-card img{height:auto}.products-grid{grid-template-columns:1fr}.coverage-grid{grid-template-columns:1fr 1fr}.section{padding:64px 0}.product-card{min-height:auto}.product-card img{height:280px}}@media(max-width:520px){.quick-actions{gap:7px}.quick-actions a{width:36px;height:36px;font-size:.9rem}.hero-actions .btn{width:100%}.coverage-grid,.sector-list{grid-template-columns:1fr}.product-card img{height:235px}.footer-grid{justify-content:center;text-align:center}}