:root{--font-inter:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-outfit:"Avenir Next","Segoe UI",ui-sans-serif,system-ui,sans-serif;--primary:#0a2540;--primary-light:#183b60;--secondary:#10b981;--secondary-dark:#059669;--accent:#f59e0b;--accent-hover:#d97706;--background:#fff;--surface:#f8fafc;--surface-alt:#f1f5f9;--border:#e2e8f0;--text-primary:#0f172a;--text-secondary:#334155;--text-muted:#64748b;--text-tertiary:#cbd5e1;--text-inverse:#fff;--success:#22c55e;--error:#ef4444;--warning:#eab308;--container-width:1200px;--container-padding:1rem;--header-height:80px;--section-spacing:5rem;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:1rem;--radius-xl:1.5rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-inter);color:var(--text-primary);background:var(--background);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-outfit);color:var(--primary);font-weight:700;line-height:1.2}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.75rem}h4{font-size:1.5rem}a{color:inherit;text-decoration:none}.container{max-width:var(--container-width);padding:0 var(--container-padding);margin:0 auto}.btn{border-radius:var(--radius-md);cursor:pointer;font-weight:600;font-family:var(--font-outfit);border:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--accent);color:var(--primary)}.btn-primary:hover{background-color:var(--accent-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-secondary{background-color:var(--secondary);color:#fff}.btn-secondary:hover{background-color:var(--secondary-dark)}.btn-outline{border:2px solid var(--primary);color:var(--primary);background:0 0}.btn-outline:hover{background:var(--surface-alt)}.section{padding:var(--section-spacing)0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.6s ease-out forwards fadeIn}.analytics-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem;display:grid}.analytics-card-grid{grid-template-columns:1fr 1fr 1fr;align-items:start;gap:.5rem;display:grid}.analytics-stat-label{color:var(--text-muted);text-transform:uppercase;margin-bottom:.25rem;font-size:.75rem;font-weight:700}.analytics-stat-value{font-size:1.75rem;font-weight:700}.analytics-stat-sub{color:#94a3b8;margin-top:.5rem;font-size:.75rem}@media (min-width:768px){.analytics-grid{grid-template-columns:repeat(3,1fr)}.analytics-card-grid{gap:1rem}}@media (max-width:480px){.analytics-stat-value{font-size:1.25rem}.analytics-card-grid{gap:.25rem}}@media (max-width:768px){body{padding-bottom:calc(6rem + env(safe-area-inset-bottom))}}
.Header-module__hBw1pG__header{height:var(--header-height);box-shadow:var(--shadow-sm);z-index:1000;background-color:#fff;align-items:center;width:100%;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__navContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__hBw1pG__logo{font-family:var(--font-outfit);color:var(--primary);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.Header-module__hBw1pG__logoImage{width:auto;height:auto;max-height:50px}.Header-module__hBw1pG__logoSpan{color:var(--secondary)}.Header-module__hBw1pG__nav{align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__whatsAppIcon{color:#fff;width:2.75rem;height:2.75rem;box-shadow:var(--shadow-sm);background:#25d366;border-radius:999px;justify-content:center;align-items:center;transition:transform .2s,box-shadow .2s,background-color .2s;display:inline-flex}.Header-module__hBw1pG__whatsAppIcon:hover{box-shadow:var(--shadow-md);background:#20ba56;transform:translateY(-2px)}.Header-module__hBw1pG__whatsAppIcon svg{fill:currentColor;width:1.2rem;height:1.2rem}.Header-module__hBw1pG__navLink{color:var(--text-secondary);font-weight:500;transition:color .2s}.Header-module__hBw1pG__navLink:hover{color:var(--primary)}.Header-module__hBw1pG__cta{align-items:center;gap:1rem;display:flex}.Header-module__hBw1pG__phone{color:var(--primary);font-weight:600}.Header-module__hBw1pG__mobileMenuBtn{cursor:pointer;z-index:1010;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;padding:0;display:none}.Header-module__hBw1pG__mobileMenu{display:none}.Header-module__hBw1pG__mobileMenuBtn::-webkit-details-marker{display:none}.Header-module__hBw1pG__visuallyHidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.Header-module__hBw1pG__hamburgerLine{background:var(--primary);transform-origin:1px;border-radius:10px;width:30px;height:3px;transition:all .3s linear;position:relative}.Header-module__hBw1pG__mobileNavDrawer{-webkit-backdrop-filter:blur(10px);z-index:2000;background:#fffffffa;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:100vh;padding:2rem;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;transform:translateY(-100%)}.Header-module__hBw1pG__mobileMenu[open] .Header-module__hBw1pG__mobileNavDrawer{transform:translateY(0)}.Header-module__hBw1pG__mobileNavDrawer .Header-module__hBw1pG__navLink{color:var(--primary);border-bottom:none;width:auto;padding:.5rem 1rem;font-size:2rem;font-weight:700;position:relative}.Header-module__hBw1pG__mobileNavDrawer .Header-module__hBw1pG__navLink:after{content:"";background-color:var(--accent);width:0;height:2px;transition:all .3s;position:absolute;bottom:0;left:50%}.Header-module__hBw1pG__mobileNavDrawer .Header-module__hBw1pG__navLink:hover:after{width:100%;left:0}.Header-module__hBw1pG__mobileQuoteBtn{width:100%;max-width:250px;margin-top:1rem;padding:1rem;font-size:1.2rem}.Header-module__hBw1pG__mobileWhatsAppLink{color:var(--secondary-dark);font-size:1.05rem;font-weight:700}.Header-module__hBw1pG__phoneWrapper{flex-direction:column;align-items:flex-end;display:flex}.Header-module__hBw1pG__callUsText{color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-top:-2px;font-size:.75rem;font-weight:800;display:none}@media (max-width:768px){.Header-module__hBw1pG__nav{display:none!important}.Header-module__hBw1pG__mobileMenu{margin-left:auto;display:block}.Header-module__hBw1pG__mobileMenuBtn{z-index:2005;background:0 0;border:none;margin:0;padding:0;list-style:none;display:flex;position:relative}.Header-module__hBw1pG__mobileMenu[open] .Header-module__hBw1pG__hamburgerLine:first-child{transform:rotate(45deg)}.Header-module__hBw1pG__mobileMenu[open] .Header-module__hBw1pG__hamburgerLine:nth-child(2){opacity:0}.Header-module__hBw1pG__mobileMenu[open] .Header-module__hBw1pG__hamburgerLine:nth-child(3){transform:rotate(-45deg)}.Header-module__hBw1pG__cta .Header-module__hBw1pG__btn{display:none!important}.Header-module__hBw1pG__callUsText{text-align:center;pointer-events:auto;color:#047857;margin-top:0;font-size:.65rem;display:block}.Header-module__hBw1pG__navContainer{justify-content:space-between;align-items:center;padding:0 1rem;position:relative}.Header-module__hBw1pG__logo{flex:none;order:-1;justify-content:flex-start;margin:0;display:flex}.Header-module__hBw1pG__logo img{width:auto!important;max-height:35px!important}.Header-module__hBw1pG__cta{flex:none;order:1;align-items:center;gap:0;display:flex;position:static}.Header-module__hBw1pG__phoneWrapper{pointer-events:none;z-index:1005;align-items:center;width:auto;max-width:none;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.Header-module__hBw1pG__phone{white-space:nowrap;pointer-events:auto;text-align:center;font-size:.85rem}.Header-module__hBw1pG__whatsAppIcon{display:none}}
