:root{--accent:#294899;--accent2:#d34f96;--orange:#d34f96;--gold:#6677b3;--footer-bg:#1a2d66;--text-main:#1a1f2e;--text-muted:#6677b3;--text-light:#c1b8d7;--card-bg:#ffffffe6;--card-bg2:#ffffffd9;--border:#2948991f;--border2:#2948994d;--fd:"Allerta Stencil", "Barlow Condensed", sans-serif;--fb:"Barlow", sans-serif;--header-h:72px;--ticker-h:38px}h1,h2,.s-title,.hero h1{font-family:Allerta Stencil,Barlow Condensed,sans-serif;font-weight:900}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{color:var(--text-main);font-family:var(--fb);padding-top:calc(var(--header-h) + var(--ticker-h));background-color:#fff;font-size:1rem;line-height:1.6;overflow-x:hidden}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transition:opacity .55s,transform .55s;transform:translateY(20px)}.reveal.visible{opacity:1;transform:translateY(0)}.site-header{z-index:9999;-webkit-backdrop-filter:blur(60px);background:#ffffff26;border-bottom:1px solid #fff3;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;overflow:visible}.site-header.scrolled{-webkit-backdrop-filter:blur(80px);background:#ffffff40;box-shadow:0 8px 32px #2948991a}.site-header-bar{height:var(--header-h);justify-content:space-between;align-items:center;padding:0 24px;display:flex;overflow:visible}.site-logo{align-items:center;display:flex}.site-logo img{width:auto;height:40px;display:block}.main-nav{align-items:center;gap:28px;display:flex;overflow:visible}.nav-item{position:relative;overflow:visible}.nav-link,.nav-dropdown-toggle{font-family:var(--fb);color:#fff;text-shadow:1px 1px 2px #00000080;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:8px 0;font-size:.95rem;font-weight:600;text-decoration:none;display:flex}.nav-link:hover,.nav-dropdown-toggle:hover{color:var(--accent2)}.nav-dropdown-toggle svg{transition:transform .2s}.nav-item.open .nav-dropdown-toggle svg{color:var(--accent);transform:rotate(180deg)}.nav-dropdown{z-index:9999;border:1px solid var(--border);opacity:0;visibility:hidden;background:#fff;border-radius:10px;min-width:230px;margin-top:14px;padding:8px;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:100%;left:0;transform:translateY(8px);box-shadow:0 12px 40px #29489926}.nav-item.open .nav-dropdown,.nav-item.has-dropdown:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown a{color:var(--text-main);border-radius:6px;padding:10px 12px;font-size:.9rem;font-weight:500;text-decoration:none;display:block}.nav-dropdown a:hover{color:var(--accent);background:#2948990f}.nav-cta{background:linear-gradient(135deg, var(--accent), var(--accent2));color:#fff;font-family:var(--fd);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:6px;align-items:center;gap:6px;padding:11px 22px;font-size:.85rem;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 6px 20px #29489940}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px #29489959}.hamburger{cursor:pointer;z-index:210;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:none}.hamburger span{background:var(--text-main);width:22px;height:2px;transition:transform .25s,opacity .25s;display:block}.hamburger[aria-expanded=true] span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger[aria-expanded=true] span:nth-child(2){opacity:0}.hamburger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.news-ticker{height:var(--ticker-h);-webkit-backdrop-filter:blur(20px);color:#fff;background:linear-gradient(135deg,#294899d9,#d34f96d9);border:none;align-items:stretch;display:flex;position:relative;overflow:hidden visible}.ticker-label{font-family:var(--fd);letter-spacing:.08em;white-space:nowrap;background:0 0;flex-shrink:0;align-items:center;padding:0 16px;font-size:.72rem;font-weight:900;display:flex}.ticker-viewport{flex:1;align-items:center;display:flex;position:relative;overflow:hidden}.ticker-track{white-space:nowrap;align-items:center;gap:40px;padding-left:100%;animation:32s linear infinite ticker-scroll;display:flex}.news-ticker:hover .ticker-track{animation-play-state:paused}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-item a{color:#fff;font-size:.85rem;font-weight:600;text-decoration:none}.ticker-item a:hover{text-decoration:underline}.ticker-sep{opacity:.5}.mobile-overlay{z-index:190;background:linear-gradient(160deg, var(--accent), #1a2d66);padding:calc(var(--header-h) + 16px) 24px 24px;flex-direction:column;transition:transform .32s;display:flex;position:fixed;inset:0;overflow-y:auto;transform:translate(100%)}.mobile-overlay.open{transform:translate(0)}.mobile-nav{flex-direction:column;display:flex}.mobile-nav-item{border-bottom:1px solid #ffffff26}.mobile-nav-item a.nav-link,.mobile-nav-item .mobile-dropdown-toggle{color:#fff;font-family:var(--fd);text-transform:uppercase;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:16px 0;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.mobile-dropdown-toggle svg{transition:transform .2s}.mobile-nav-item.open .mobile-dropdown-toggle svg{transform:rotate(180deg)}.mobile-dropdown{flex-direction:column;max-height:0;transition:max-height .3s;display:flex;overflow:hidden}.mobile-nav-item.open .mobile-dropdown{max-height:400px;padding-bottom:12px}.mobile-dropdown a{color:#ffffffd9;padding:10px 0 10px 12px;font-size:1rem;font-weight:600;text-decoration:none}.mobile-bottom-actions{gap:12px;margin-top:auto;padding-top:28px;display:flex}.mobile-btn{text-align:center;font-family:var(--fd);text-transform:uppercase;letter-spacing:.04em;border-radius:8px;flex:1;padding:14px;font-size:.95rem;font-weight:800;text-decoration:none}.mobile-btn.call{color:var(--accent);background:#fff}.mobile-btn.whatsapp{color:#fff;background:#25d366}.pre-footer-cta{-webkit-backdrop-filter:blur(20px);text-align:center;background:linear-gradient(135deg,#294899e6,#d34f96e6);flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;padding:32px 24px;display:flex}.pre-footer-cta h3{font-family:var(--fd);text-transform:uppercase;letter-spacing:.02em;color:#fff;margin:0;font-size:clamp(1.2rem,3vw,1.7rem);font-weight:900}.pre-footer-cta .nav-cta{color:var(--accent);box-shadow:none;background:#fff}.pre-footer-cta .nav-cta:hover{background:var(--accent);color:#fff}.site-footer{color:#ffffffd9;padding:70px 40px 30px;background:linear-gradient(135deg,#0d1b4a 0%,#294899 50%,#0d1b4a 100%)!important}.site-footer-inner{grid-template-columns:1.3fr 1fr 1fr 1fr 1fr;gap:40px;max-width:1200px;margin:0 auto;display:grid}.footer-col h3{font-family:var(--fd);text-transform:uppercase;letter-spacing:.15em;color:var(--accent2);border-bottom:2px solid var(--accent2);margin-bottom:20px;padding-bottom:8px;font-size:13px;font-weight:800}.footer-brand{flex-direction:column;gap:12px;display:flex}.footer-logo{max-width:160px;height:auto;display:block;background:0 0!important}.footer-brand .footer-company{font-family:var(--fd);color:#fff;text-transform:uppercase;font-size:1.05rem;font-weight:800}.footer-brand .footer-tagline{color:#ffffffa6;font-size:.82rem;font-style:italic}.footer-brand address{color:#ffffffd9;font-size:.85rem;font-style:normal;line-height:1.6}.footer-brand .footer-email a{color:#ffffffd9;font-size:.85rem;text-decoration:none;transition:color .3s}.footer-brand .footer-email a:hover{color:var(--accent2)}.footer-whatsapp-link{color:#fff;background:#25d36626;border:1px solid #25d36666;border-radius:6px;align-items:center;gap:8px;width:fit-content;padding:8px 14px;font-size:.88rem;font-weight:700;text-decoration:none;transition:color .3s;display:inline-flex}.footer-whatsapp-link:hover{background:#25d36647}.footer-piva{color:#ffffff8c;font-size:.78rem}.footer-social{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.footer-social a{justify-content:center;align-items:center;display:flex}.footer-social svg{fill:#ffffffb3;width:20px;height:20px;transition:fill .3s}.footer-social a:hover svg{fill:var(--accent2)}.footer-social-large{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.footer-social-large a{justify-content:center;align-items:center;transition:transform .3s;display:flex}.footer-social-large a:hover{transform:scale(1.2)}.footer-social-large svg{fill:#ffffffb3;width:28px;height:28px;transition:fill .3s}.footer-social-large a:hover svg{fill:var(--accent2)}.footer-links{flex-direction:column;gap:10px;display:flex}.footer-links a{color:#ffffffd9;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--accent2)}.footer-cta-buttons{flex-direction:column;gap:10px;display:flex}.footer-cta-buttons a{text-align:center;background:linear-gradient(135deg, var(--accent), var(--accent2));color:#fff;border-radius:8px;padding:12px 16px;font-size:.82rem;font-weight:700;text-decoration:none;transition:filter .3s,transform .3s;display:block;box-shadow:0 4px 15px #d34f964d}.footer-cta-buttons a:hover{filter:brightness(1.1);transform:translateY(-2px)}.footer-bottom{color:#ffffff8c;border-top:1px solid #ffffff26;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;max-width:1200px;margin:40px auto 0;padding-top:20px;font-size:.75rem;display:flex}.footer-bottom-legal{flex-wrap:wrap;gap:16px;display:flex}.footer-bottom a{color:#ffffff8c;text-decoration:none;transition:color .3s}.footer-bottom a:hover{color:var(--accent2)}@media (width<=768px){.site-footer{padding:50px 24px 24px}.site-footer-inner{grid-template-columns:1fr 1fr}.footer-brand{grid-column:span 2}}@media (width<=480px){.site-footer-inner{grid-template-columns:1fr}.footer-brand{grid-column:span 1}}.whatsapp-float{z-index:150;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 8px 24px #00000040}.whatsapp-float:hover{transform:scale(1.08)}@media (width<=1024px){:root{--header-h:64px;--ticker-h:34px}.main-nav,.nav-cta{display:none}.hamburger{display:flex}.site-header-bar{padding:0 16px}.site-logo img{height:32px}.ticker-label{padding:0 12px;font-size:.68rem}}
