:root{--blue:#0037c9;--blue-dark:#001d72;--ink:#101522;--muted:#657084;--soft:#f5f8ff;--line:#e8edf7;--shadow:0 22px 55px rgba(16,21,34,.11);--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:86px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;color:var(--blue-dark);margin-right:auto}.logo{width:72px;height:72px;border-radius:50%;object-fit:contain;border:2px solid #dce8ff;background:white}
.nav{display:flex;gap:22px;font-weight:800}.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{position:relative;overflow:hidden;background:radial-gradient(circle at 8% 20%,rgba(0,55,201,.10),transparent 28%),linear-gradient(180deg,#fff 0%,#f8fbff 100%)}.hero-bg-shape{position:absolute;right:-140px;top:50px;width:420px;height:420px;border-radius:80px;background:linear-gradient(135deg,rgba(0,55,201,.12),rgba(201,147,85,.16));transform:rotate(18deg)}.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;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(3rem,8vw,6.2rem);letter-spacing:-.06em}h2{font-size:clamp(2.1rem,5vw,4rem);letter-spacing:-.045em}h3{font-size:1.25rem}
.lead{font-size:1.22rem;max-width:650px;color:#364053;margin:24px 0}.hero-pills{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0}.hero-pills span{padding:12px 16px;border-radius:999px;background:white;border:1px solid var(--line);font-weight:800;color:#202b3d}
.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-card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow);position:relative}.hero-card img{width:100%;height:360px;object-fit:contain;background:#fff}.hero-card-label{margin-top:18px;padding:18px;border-radius:20px;background:var(--soft)}.hero-card-label strong,.hero-card-label span{display:block}.hero-card-label span{color:var(--muted);margin-top:4px}
.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,.alcance p,.cta p{color:var(--muted);font-size:1.07rem}.products-section{background:#fff}.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,147,85,.08)),#fff}.alcance-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:32px;align-items:center}.feature-panel{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:34px;box-shadow:var(--shadow)}.check{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;background:var(--blue);color:white;font-size:2rem;font-weight:900;margin-bottom:18px}
.cta{background:#fff}.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,147,85,.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:850px){.header-inner{min-height:78px}.brand span{display:none}.logo{width:62px;height:62px}.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:82px;display:none;flex-direction:column;background:white;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:var(--shadow)}.nav.open{display:flex}.hero-grid,.alcance-grid{grid-template-columns:1fr}.hero-card img{height:290px}.products-grid{grid-template-columns:1fr}.section{padding:64px 0}.product-card{min-height:auto}.product-card img{height:280px}.footer-grid{justify-content:center;text-align:center}}
@media (max-width:460px){.quick-actions{gap:7px}.quick-actions a{width:36px;height:36px;font-size:.9rem}.hero-actions .btn{width:100%}.hero-card{padding:14px}.product-card img{height:235px}}
