@font-face{font-family:Inter;src:url(/fonts/inter-v20-latin-regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:optional}@font-face{font-family:Inter;src:url(/fonts/inter-v20-latin-500.woff2) format("woff2");font-weight:500;font-style:normal;font-display:optional}@font-face{font-family:Inter;src:url(/fonts/inter-v20-latin-600.woff2) format("woff2");font-weight:600;font-style:normal;font-display:optional}@font-face{font-family:Inter;src:url(/fonts/inter-v20-latin-700.woff2) format("woff2");font-weight:700;font-style:normal;font-display:optional}@font-face{font-family:Inter;src:url(/fonts/inter-v20-latin-800.woff2) format("woff2");font-weight:800;font-style:normal;font-display:optional}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--brand: #1e3a5f;--brand-dk: #152d4a;--accent: #f59e0b;--dark: #0f172a;--mid: #334155;--muted: #64748b;--light: #f8fafc;--border: #e2e8f0;--white: #ffffff;--radius: .75rem;--shadow: 0 4px 24px rgba(0, 0, 0, .1)}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;color:var(--dark);background:var(--white);line-height:1.6}nav{position:sticky;top:0;z-index:100;background:var(--brand-dk);padding:0 1rem}.nav-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px}.nav-logo{color:var(--white);font-weight:800;font-size:1.15rem;text-decoration:none;letter-spacing:-.01em}.nav-logo span{color:var(--accent)}.nav-links{display:none;gap:2rem;list-style:none}@media(min-width:640px){.nav-links{display:flex}}.nav-links a{color:#fffc;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .15s}.nav-links a:hover{color:var(--white)}.nav-cta{background:var(--accent);color:var(--dark);font-weight:700;font-size:.85rem;padding:.5rem 1.1rem;border-radius:999px;text-decoration:none;white-space:nowrap;transition:opacity .2s}.nav-cta:hover{opacity:.88}@media(max-width:639px){.nav-inner>.nav-cta{display:none}}.nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;width:40px;height:40px}@media(max-width:639px){.nav-hamburger{display:flex}}.nav-hamburger span{display:block;width:22px;height:2px;background:var(--white);border-radius:2px;transition:transform .2s,opacity .2s}.nav-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile{display:none;flex-direction:column;background:var(--brand-dk);border-top:1px solid rgba(255,255,255,.1);padding:.5rem 1.5rem 1.25rem}.nav-mobile.open{display:flex}@media(min-width:640px){.nav-mobile{display:none!important}}.nav-mobile ul{list-style:none}.nav-mobile ul li a{display:block;color:#ffffffd9;text-decoration:none;font-size:1rem;font-weight:500;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.08);transition:color .15s}.nav-mobile ul li a:hover{color:var(--white)}.nav-mobile>.nav-cta{display:inline-block;margin-top:1.25rem;text-align:center}.hero{background:linear-gradient(135deg,#0f172a,#1e3a5f 60%,#1e4976);color:var(--white);padding:5rem 1rem 4rem}.hero-inner{max-width:1100px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:.35rem .9rem;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.5rem;color:var(--accent)}.hero h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.15;margin-bottom:1.25rem}.hero h1 span{color:var(--accent)}.hero-sub{font-size:1.1rem;opacity:.88;margin-bottom:2rem;max-width:600px;line-height:1.7}.hero-bullets{list-style:none;display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;font-size:.9rem;opacity:.92;margin-bottom:2.5rem}.hero-bullets li:before{content:"✓ ";color:var(--accent);font-weight:700}.hero-cta{display:inline-block;background:var(--accent);color:var(--dark);font-weight:700;font-size:1.05rem;padding:.9rem 2.25rem;border-radius:999px;text-decoration:none;transition:opacity .2s}.hero-cta:hover{opacity:.88}section{padding:4rem 1rem}.section-inner{max-width:1100px;margin:0 auto}.section-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--brand);margin-bottom:.5rem}.section-title{font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:800;margin-bottom:.75rem;line-height:1.2}.section-sub{color:var(--muted);font-size:1rem;max-width:600px;margin-bottom:2.5rem;line-height:1.7}.how-steps{display:grid;gap:1.5rem;grid-template-columns:1fr;counter-reset:steps}@media(min-width:640px){.how-steps{grid-template-columns:repeat(3,1fr)}}.how-step{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.5rem;position:relative;box-shadow:var(--shadow)}.step-num{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:var(--brand);color:var(--white);font-weight:800;font-size:1rem;border-radius:50%;margin-bottom:1rem}.how-step h3{font-size:1.05rem;font-weight:700;margin-bottom:.5rem;color:var(--dark)}.how-step p{font-size:.9rem;color:var(--muted);line-height:1.65}.bg-light{background:var(--light)}.trades-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.trades-grid{grid-template-columns:repeat(4,1fr)}}.trade-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem 1.25rem;text-align:center;box-shadow:var(--shadow)}.trade-icon{font-size:2.25rem;margin-bottom:.75rem}.trade-card h3{font-size:.95rem;font-weight:700;color:var(--dark);margin-bottom:.35rem}.trade-card p{font-size:.8rem;color:var(--muted)}.trade-card.coming-soon{opacity:.55}.why-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:600px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.why-grid{grid-template-columns:repeat(4,1fr)}}.why-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem 1.5rem;box-shadow:var(--shadow)}.why-icon{font-size:2rem;margin-bottom:.85rem}.why-card h3{font-size:1rem;font-weight:700;margin-bottom:.4rem;color:var(--dark)}.why-card p{font-size:.875rem;color:var(--muted);line-height:1.65}.cta-band{background:var(--brand);color:var(--white);text-align:center;padding:4rem 1rem}.cta-band h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin-bottom:.75rem;color:var(--accent)}.cta-band p{font-size:1.05rem;opacity:.88;max-width:520px;margin:0 auto 2rem;line-height:1.7}.cta-band .hero-cta{font-size:1.1rem;padding:1rem 2.5rem}.form-section{background:var(--light)}.form-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem 2rem;max-width:580px;box-shadow:var(--shadow)}.form-card h2{font-size:1.4rem;font-weight:700;margin-bottom:.25rem;color:var(--brand-dk)}.form-card>p{font-size:.875rem;color:var(--muted);margin-bottom:1.5rem}.form-grid,.form-row{display:grid;gap:1rem}@media(min-width:480px){.form-row{grid-template-columns:1fr 1fr}}label{display:block;font-size:.8rem;font-weight:600;color:var(--mid);margin-bottom:.3rem}input,select,textarea{width:100%;padding:.7rem .9rem;border:1.5px solid var(--border);border-radius:.5rem;font-size:.95rem;font-family:inherit;color:var(--dark);background:var(--white);transition:border-color .2s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--brand)}textarea{resize:vertical;min-height:90px}.btn-submit{width:100%;background:var(--brand);color:var(--white);font-size:1rem;font-weight:700;padding:.9rem;border:none;border-radius:.5rem;cursor:pointer;transition:background .2s,transform .1s;margin-top:.25rem}.btn-submit:hover{background:var(--brand-dk)}.btn-submit:active{transform:scale(.98)}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.btn-loading-text,#contact-form.loading .btn-default-text{display:none}#contact-form.loading .btn-loading-text{display:inline}.form-disclaimer{font-size:.72rem;color:var(--muted);text-align:center;margin-top:.75rem}.form-message{padding:.85rem 1rem;border-radius:.5rem;font-size:.9rem;font-weight:500;margin-top:.75rem;display:none}.form-message.success{background:#dbeafe;color:#1e3a5f;display:block}.form-message.error{background:#fee2e2;color:#991b1b;display:block}.page-hero{background:linear-gradient(135deg,#0f172a,#1e3a5f);color:var(--white);padding:4rem 1rem 3.5rem;text-align:center}.page-hero h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;margin-bottom:.75rem}.page-hero p{font-size:1.05rem;opacity:.85;max-width:560px;margin:0 auto;line-height:1.7}.services-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:600px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.services-grid{grid-template-columns:repeat(4,1fr)}}.service-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem 1.5rem;box-shadow:var(--shadow);display:flex;flex-direction:column}.service-icon{font-size:2rem;margin-bottom:.85rem}.service-card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:var(--dark)}.service-card p{font-size:.875rem;color:var(--muted);line-height:1.65;flex:1;margin-bottom:1.25rem}.service-card a{font-size:.85rem;font-weight:600;color:var(--brand);text-decoration:none;transition:color .15s}.service-card a:hover{color:var(--accent)}.who-list{list-style:none;display:flex;flex-wrap:wrap;gap:.75rem}.who-list li{background:var(--light);border:1px solid var(--border);border-radius:999px;padding:.45rem 1.1rem;font-size:.875rem;font-weight:500;color:var(--mid)}.blog-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:640px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow);display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s}.blog-card:hover{border-color:var(--brand);box-shadow:0 8px 32px #0000001f}.blog-card-date{font-size:.78rem;color:var(--muted);font-weight:500;margin-bottom:.6rem;text-transform:uppercase;letter-spacing:.05em}.blog-card h2{font-size:1.05rem;font-weight:700;color:var(--dark);margin-bottom:.6rem;line-height:1.4}.blog-card p{font-size:.875rem;color:var(--muted);line-height:1.65;flex:1;margin-bottom:1.25rem}.blog-card-link{font-size:.85rem;font-weight:600;color:var(--brand)}.prose{max-width:680px;font-size:1.0625rem;line-height:1.8;color:var(--mid)}.prose h2{font-size:1.45rem;font-weight:700;color:var(--dark);margin:2.5rem 0 .75rem;line-height:1.3}.prose h3{font-size:1.15rem;font-weight:700;color:var(--dark);margin:2rem 0 .5rem}.prose p{margin-bottom:1.25rem}.prose ul,.prose ol{padding-left:1.5rem;margin-bottom:1.25rem}.prose li{margin-bottom:.4rem}.prose strong{color:var(--dark);font-weight:600}.prose a{color:var(--brand);text-decoration:underline;text-underline-offset:2px}.prose a:hover{color:var(--accent)}.prose blockquote{border-left:3px solid var(--brand);padding-left:1.25rem;color:var(--muted);font-style:italic;margin:1.5rem 0}.prose hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}footer{background:var(--dark);color:#94a3b8;font-size:.82rem;text-align:center;padding:2rem 1rem}footer strong{color:var(--white)}footer a{color:#94a3b8;text-decoration:none}footer a:hover{color:var(--white)}.footer-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-top:.75rem}
