:root{--gw-blue:#005fa3;--gw-green:#069966;--gw-light:#f4f4f4;--gw-orange:#ff8c00;--gw-white:#fff;--gw-ink:#1f2933;--gw-ink-strong:#111827;--gw-muted:#5f6b76;--gw-border:#dbe3ea;--gw-soft:#f9fafb;--gw-radius:18px;--gw-radius-sm:12px;--gw-shadow:0 18px 45px rgba(17,24,39,.09);--gw-container:1180px}html{scroll-behavior:smooth}body{font-family:'Poppins',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--gw-ink);background:var(--gw-white);font-size:17px;line-height:1.65}h1,h2,h3,h4,h5,h6,.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{font-family:'Montserrat',system-ui,sans-serif;color:var(--gw-ink-strong);letter-spacing:-.025em;line-height:1.18}h1,.entry-content h1{font-size:clamp(2rem, 4vw, 2.75rem);font-weight:700}h2,.entry-content h2{font-size:clamp(1.7rem, 3vw, 2.15rem);font-weight:700}h3,.entry-content h3{font-size:clamp(1.35rem, 2vw, 1.65rem);font-weight:700}h4,.entry-content h4{font-size:1.375rem;font-weight:600}h5,.entry-content h5{font-size:1.1875rem;font-weight:600}h6,.entry-content h6{font-size:1rem;font-weight:600}a{color:var(--gw-blue)}a:hover{color:var(--gw-green)}body.gw-builder-active #masthead,body.gw-builder-active .site-header,body.gw-builder-active #colophon,body.gw-builder-active .site-footer{display:none !important}body.gw-builder-active .site-main,body.gw-builder-active .content-area,body.gw-builder-active .entry-content-wrap{padding-top:0 !important}.gw-container{width:min(var(--gw-container), calc(100% - 40px));margin-inline:auto}.gw-header-shell{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(219,227,234,.9);backdrop-filter:blur(14px)}.gw-header-inner{width:min(var(--gw-container), calc(100% - 40px));margin-inline:auto;min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.gw-logo img{display:block;max-height:48px;width:auto}.gw-logo-text{font-family:'Montserrat',sans-serif;font-weight:700;color:var(--gw-blue);text-decoration:none}.gw-nav{display:flex;align-items:center;gap:22px}.gw-nav a{color:var(--gw-ink);text-decoration:none;font-size:15px;font-weight:600}.gw-nav a:hover{color:var(--gw-blue)}.gw-header-actions{display:flex;gap:12px;align-items:center}.gw-menu-toggle{display:none;border:1px solid var(--gw-border);background:#fff;border-radius:10px;padding:9px 11px;color:var(--gw-ink);font-weight:700}.gw-mobile-menu{display:none;border-top:1px solid var(--gw-border);background:#fff;padding:14px 20px 24px}.gw-mobile-menu a{display:block;padding:12px 0;color:var(--gw-ink);font-weight:600;text-decoration:none;border-bottom:1px solid var(--gw-light)}.gw-mobile-menu.is-open{display:block}.gw-btn,.entry-content a.gw-btn,.gw-form button[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:12px 20px;border-radius:999px;border:1px solid transparent;text-decoration:none;font-weight:700;font-size:15px;line-height:1.2;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;cursor:pointer}.gw-btn:hover{transform:translateY(-1px);box-shadow:0 12px 26px rgba(0,95,163,.16)}.gw-btn-primary{background:var(--gw-blue);color:#fff !important}.gw-btn-primary:hover{background:#004c83;color:#fff !important}.gw-btn-secondary{background:#fff;color:var(--gw-blue) !important;border-color:var(--gw-blue)}.gw-btn-secondary:hover{background:var(--gw-light);color:var(--gw-blue) !important}.gw-btn-whatsapp{background:var(--gw-green);color:#fff !important}.gw-btn-whatsapp:hover{background:#057d54;color:#fff !important}.gw-hero{background:linear-gradient(135deg,#fff 0%,#f4f4f4 55%,rgba(6,153,102,.08) 100%);padding:clamp(56px, 8vw, 100px) 0}.gw-hero-grid{display:grid;grid-template-columns:minmax(0, 1.18fr) minmax(280px, .82fr);gap:46px;align-items:center}.gw-eyebrow{color:var(--gw-blue);font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}.gw-lead{font-size:clamp(1.05rem, 2vw, 1.22rem);color:var(--gw-muted);max-width:760px}.gw-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.gw-panel{background:#fff;border:1px solid var(--gw-border);box-shadow:var(--gw-shadow);border-radius:var(--gw-radius);padding:clamp(22px, 3vw, 34px)}.gw-panel h3{margin-top:0}.gw-list{list-style:none;padding:0;margin:0}.gw-list li{padding-left:28px;position:relative;margin:10px 0}.gw-list li:before{content:'✓';position:absolute;left:0;color:var(--gw-green);font-weight:800}.gw-section{padding:clamp(52px, 7vw, 86px) 0}.gw-section-alt{background:var(--gw-light)}.gw-section-title{max-width:800px;margin-bottom:34px}.gw-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0, 1fr));gap:22px}.gw-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0, 1fr));gap:26px}.gw-card{background:#fff;border:1px solid var(--gw-border);border-radius:var(--gw-radius);padding:24px;box-shadow:0 10px 26px rgba(17,24,39,.05)}.gw-card h3{margin-top:0}.gw-tag{display:inline-flex;align-items:center;border-radius:999px;background:rgba(255,140,0,.12);color:#9a5400;font-weight:800;padding:5px 11px;font-size:12px}.gw-form{display:grid;gap:18px}.gw-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0, 1fr));gap:18px}.gw-form label{display:block;font-weight:700;color:var(--gw-ink-strong);margin-bottom:7px}.gw-form input,.gw-form select,.gw-form textarea{width:100%;min-height:46px;border:1px solid var(--gw-border);border-radius:12px;padding:12px 13px;font:inherit;background:#fff;color:var(--gw-ink)}.gw-form textarea{min-height:130px;resize:vertical}.gw-form .gw-form-full{grid-column:1/-1}.gw-form small{color:var(--gw-muted)}.gw-honeypot{position:absolute !important;left:-9999px !important;height:1px !important;width:1px !important;overflow:hidden !important}.gw-privacy-check{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--gw-muted)}.gw-privacy-check input{width:auto;min-height:auto;margin-top:5px}.gw-footer-shell{background:var(--gw-ink-strong);color:#dbe3ea;padding-top:54px}.gw-footer-shell a{color:#fff;text-decoration:none}.gw-footer-shell a:hover{color:#a6e7ce}.gw-footer-grid{width:min(var(--gw-container), calc(100% - 40px));margin-inline:auto;display:grid;grid-template-columns:1.25fr repeat(4,1fr);gap:28px}.gw-footer-title{color:#fff;font-family:'Montserrat',sans-serif;font-weight:700;margin-bottom:12px}.gw-footer-links{list-style:none;padding:0;margin:0}.gw-footer-links li{margin:8px 0;font-size:14px}.gw-footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding:18px 0;font-size:13px}.gw-footer-bottom-inner{width:min(var(--gw-container), calc(100% - 40px));margin-inline:auto;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}@media (max-width:1024px){.gw-nav,.gw-header-actions{display:none}.gw-menu-toggle{display:inline-flex}.gw-hero-grid,.gw-grid-2{grid-template-columns:1fr}.gw-grid-3{grid-template-columns:repeat(2,minmax(0, 1fr))}.gw-footer-grid{grid-template-columns:repeat(2,minmax(0, 1fr))}}@media (max-width:680px){body{font-size:16px}.gw-header-inner{min-height:68px;width:min(var(--gw-container), calc(100% - 28px))}.gw-logo img{max-height:40px}.gw-container{width:calc(100% - 28px)}.gw-grid-3{grid-template-columns:1fr}.gw-form-grid{grid-template-columns:1fr}.gw-footer-grid{grid-template-columns:1fr}}