:root{--primary-color:#2563eb;--primary-dark:#1e40af;--secondary-color:#d97706;--success-color:#10b981;--bg-light:#f9fafb;--bg-gray:#f3f4f6;--text-dark:#1f2937;--text-light:#6b7280;--border-color:#e5e7eb;--blue-bg:#e8f0fe;--green-bg:#f0fdf4;--yellow-bg:#fffbeb}*{margin:0;box-sizing:border-box}body,html{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",sans-serif;color:var(--text-dark);line-height:1.6;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}header.site-header{padding:.7rem 0;display:flex;flex-direction:column;width:100%;box-sizing:border-box;flex-shrink:0;color:inherit;background:#ffffffd9;backdrop-filter:blur(20px);border-bottom:1px solid;border-color:#ffffff4d #ffffff4d #fff3;border-image:initial;box-shadow:#0000001a 0 8px 32px,#fff3 0 0 0 1px;transition:.3s cubic-bezier(.4,0,.2,1);position:sticky;top:0;z-index:1100}*,.navbar{padding:0}.navbar-brand{font-weight:800;color:var(--primary-color)!important;letter-spacing:-.8px;text-transform:uppercase;font-size:1.1rem}.navbar-nav .menu-item a{text-decoration:none}.nav-link,.nav-link:hover{text-decoration:none!important}.nav-link{color:var(--text-dark)!important;font-weight:600;margin:0 .5rem;transition:all .3s cubic-bezier(.4,0,.2,1);border:0!important}.nav-link:hover{color:var(--primary-color)!important}.btn-primary-custom,.btn-secondary-custom{padding:1rem 2.5rem;border-radius:2.5rem;text-decoration:none;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;letter-spacing:.3px}.btn-primary-custom{background:#1670a0;color:#fff;border:0;box-shadow:0 4px 15px #2563eb33}.btn-primary-custom:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 12px 25px #2563eb4d;color:#fff}.btn-secondary-custom{background:#fff0;color:var(--text-dark);border:2px solid var(--text-dark)}.btn-secondary-custom:hover{background:var(--text-dark);color:#fff;border-color:var(--text-dark);box-shadow:0 8px 20px #0000001a}section{padding:4rem 0}section:nth-of-type(even){background:linear-gradient(135deg,#f9fafb 0,#f3f4f6 100%);width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:5rem 0}.quote-form-box{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.free-guide-form{display:flex;gap:1rem}.free-guide-form input{flex:1;padding:.9rem 1.2rem;border:0;border-radius:.5rem;font-size:1rem;font-family:inherit;min-width:250px;box-shadow:0 2px 8px #0000001a}.free-guide-form input::placeholder{color:#d1d5db}.free-guide-form .btn-secondary-custom{background:var(--secondary-color);color:#fff;border:0;white-space:nowrap;box-shadow:0 4px 12px #d9770633}.free-guide-form .btn-secondary-custom:hover{background:#b45309;color:#fff;box-shadow:0 8px 20px #d977064d}footer.site-footer{background:linear-gradient(135deg,#1f2937 0,#111827 100%);color:#fff;padding:4rem 0 2rem;margin-top:5rem}.footer-section h4{color:#fff;margin-bottom:1.5rem;font-weight:800;font-size:1.05rem;letter-spacing:-.3px}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.9rem}.footer-section a{color:#d1d5db;text-decoration:none;transition:color .3s ease;font-weight:500}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:2.5rem;text-align:center;color:#9ca3af;margin-top:2rem}@media (max-width:768px){.quote-form-box{grid-template-columns:1fr}.free-guide-form{flex-direction:column}.free-guide-form .btn-secondary-custom,.free-guide-form input{width:100%;min-width:unset}section:nth-of-type(even){width:100%}}@media (max-width:480px){.btn-secondary-custom{color:#fff;border:2px solid #fff}section:nth-of-type(even){padding:3rem 0;border-bottom:1px solid #e2e2e2}.quote-form-box{padding:1.75rem}.navbar-brand{font-size:1rem}.nav-link{margin:0 .5rem}}