*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--primary-accent: #2E2D30;--accent-hover: #1E1D20;--accent-light: #3E3D40;--brand-blue: #3BA7FA;--brand-blue-dark: #2D8FD4;--white: #ffffff;--off-white: #FEFEFE;--light-gray: #F2F5F7;--text-primary: #3A4F66;--text-blue: #2C39AA;--transition: all .3s ease;--max-width: 1290px}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:16px;color:var(--text-primary);line-height:1.65;background:var(--off-white);overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}ul{list-style:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 10px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--primary-accent);color:var(--white)!important;padding:3px 30px;min-height:50px;border-radius:3px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:16px;line-height:1.65;transition:var(--transition);text-align:center;border:none;cursor:pointer;text-transform:none}.btn-primary:hover{background:#2e2d30}.btn-white{display:inline-block;background:#2e2d30;color:#fff!important;padding:12px 24px;border-radius:3px;font-family:Poppins,sans-serif;font-weight:600;font-size:16px;transition:var(--transition);text-align:center;border:none;cursor:pointer}.btn-white:hover{background:#1e1d20;color:#fff!important}.btn-pill{display:inline-block;background:var(--primary-accent);color:var(--white)!important;padding:12px 24px;border-radius:100px;font-family:Poppins,sans-serif;font-weight:600;font-size:16px;line-height:1;transition:var(--transition);text-align:center;border:none;cursor:pointer}.btn-pill:hover{background:#1e1d20}.header{background:var(--brand-blue);position:sticky;top:0;z-index:1000}.header-inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-width);margin:0 auto;padding:0 10px;height:auto;min-height:unset}.header-logo{display:flex;align-items:center;gap:12px;padding:10px 0}.header-logo img{height:45px;width:auto;border-radius:12px}.header-logo-text h2{font-size:14.5px;font-weight:800;color:var(--white);line-height:1}.header-logo-text p{font-family:Verdana,sans-serif;font-size:11px;font-weight:500;color:var(--white);margin-top:1px;line-height:1.65}.header-nav{display:flex;align-items:center;gap:0}.header-nav a{font-size:16px;font-weight:500;color:var(--white);padding:0 12.5px;line-height:32px;transition:var(--transition);text-transform:uppercase;white-space:nowrap;display:flex;align-items:center;justify-content:center}.header-nav a:hover{color:var(--white)}.header-nav a.active{color:var(--accent-light)}.header-nav-cta{background:var(--primary-accent)!important;color:var(--white)!important;padding:3px 30px!important;border-radius:3px!important;min-height:50px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:500!important;gap:8px!important;line-height:1.65!important}.header-nav-cta:hover{background:#2e2d30!important}.menu-toggle{display:none;background:none;border:none;font-size:26px;cursor:pointer;color:var(--white);padding:8px}.footer{background:#0a0d38;color:#fff;padding:56px 0 0}.footer-main{display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:40px;padding-bottom:40px}.footer-col-brand{display:flex;flex-direction:column;gap:8px}.footer-logo{font-family:Poppins,sans-serif;font-size:22px;font-weight:700;color:#fff;margin:0;line-height:1.2}.footer-tagline{font-size:14px;font-weight:500;color:var(--primary-accent);margin:0 0 8px;letter-spacing:.03em}.footer-desc{font-size:14px;line-height:1.7;color:#ffffff8c;margin:0;max-width:320px}.footer-col-title{font-family:Poppins,sans-serif;font-size:15px;font-weight:600;color:#fff;margin:0 0 16px;text-transform:uppercase;letter-spacing:.05em;position:relative;padding-bottom:10px}.footer-col-title:after{content:"";position:absolute;bottom:0;left:0;width:32px;height:2px;background:var(--primary-accent);border-radius:1px}.footer-col-links .footer-nav{display:flex;flex-direction:column;gap:10px}.footer-col-links .footer-nav a{font-size:14px;font-weight:400;color:#ffffff8c;text-decoration:none;transition:color .2s ease,padding-left .2s ease}.footer-col-links .footer-nav a:before{content:"";display:none}.footer-col-links .footer-nav a:hover{color:#fff;padding-left:4px}.footer-col-links .footer-nav a:hover:before{display:inline;content:"▸";font-size:10px;color:var(--primary-accent);margin-right:4px}.footer-contact-list{display:flex;flex-direction:column;gap:14px}.footer-contact-item{display:flex;align-items:center;gap:12px;font-size:14px;color:#ffffffa6;text-decoration:none;transition:color .2s ease}.footer-contact-item:hover{color:#fff}.footer-contact-icon{font-size:17px;color:var(--primary-accent);flex-shrink:0}.footer-divider{height:1px;background:linear-gradient(90deg,#ffffff0d,#ffffff1f,#ffffff0d);margin:0}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;padding:20px 0}.footer-copyright{font-size:13px;color:#ffffff59;margin:0}.footer-social{display:flex;gap:10px}.footer-social a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#ffffff0f;color:#fff9;font-size:17px;text-decoration:none;transition:all .25s ease}.footer-social a:hover{background:var(--primary-accent);color:#fff;transform:translateY(-2px)}@media (max-width: 1000px){.header-nav{display:none;position:absolute;top:65px;left:0;right:0;background:var(--brand-blue);flex-direction:column;padding:15px 26px;box-shadow:0 10px 30px #0000004d;gap:0}.header-nav.open{display:flex}.header-nav a{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1);width:100%;font-size:15px;justify-content:flex-start;line-height:1.5}.header-nav a.header-nav-cta{border-bottom:none;margin-top:5px;justify-content:center;min-height:40px!important;padding:8px 20px!important}.menu-toggle{display:block}}@media (max-width: 768px){.footer{padding:40px 0 0}.footer-main{grid-template-columns:1fr 1fr;text-align:left;gap:20px 28px;padding-bottom:28px;align-items:start}.footer-col-brand{grid-column:1 / -1;border-bottom:1px solid rgba(255,255,255,.06);padding-bottom:24px;text-align:center}.footer-col-links,.footer-col-contact{border-bottom:none;padding-bottom:0;display:flex;flex-direction:column;align-items:flex-start}.footer-desc{max-width:100%}.footer-col-title:after{left:0;transform:none}.footer-col-links .footer-nav{align-items:flex-start;gap:14px}.footer-col-links .footer-nav a{font-size:13px;line-height:1.3}.footer-contact-list{align-items:flex-start;gap:14px}.footer-contact-item{font-size:13px;line-height:1.3}.footer-contact-icon{font-size:14px}.footer-logo{font-size:20px}.footer-desc{font-size:13px}.footer-col-title{font-size:14px}.footer-divider{margin:0 15px}.footer-bottom{flex-direction:column;text-align:center;gap:14px;padding:18px 0}.footer-copyright{font-size:12px;order:2}.footer-social{order:1;justify-content:center}.footer-social a{width:36px;height:36px;font-size:16px}.container{padding:0 15px}}
