:root{--brand-orange:#ff6a13;--brand-orange-text:#b8480c;--brand-orange-text-hover:#9a3c08}*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Arial,sans-serif;font-weight:400;line-height:1.6;color:#1a2332;background:#fff;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:#0a4ea3;text-decoration:none}a:hover{text-decoration:underline}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #ff6a13;outline-offset:2px;border-radius:2px}h1,h2,h3,h4,h5,h6{font-family:-apple-system,BlinkMacSystemFont,sans-serif;color:#0a2540;font-weight:700;line-height:1.2;margin:0 0 .5em}h1{font-size:clamp(2rem,4vw,3rem)}h2{font-size:clamp(1.6rem,3vw,2.25rem)}h3{font-size:clamp(1.25rem,2vw,1.5rem)}p{margin:0 0 1em}ul,ol{padding-left:1.25rem;margin:0 0 1em}li{margin-bottom:.4em}.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}.container-narrow{max-width:880px;margin:0 auto;padding:0 1.25rem}.section{padding:4rem 0}.section-tight{padding:3rem 0}.section-alt{background:#f4f6f8}.section-dark{background:#0a2540;color:#e6eaf0}.section-dark h1,.section-dark h2,.section-dark h3{color:#fff}.section-dark a{color:#ff9d5c}.skip-link{position:absolute;left:-9999px;top:0;background:#0a2540;color:#fff;padding:.75rem 1rem;z-index:1000;text-decoration:none}.skip-link:focus{left:0}.site-header{position:sticky;top:0;background:#fff;border-bottom:1px solid #e3e7eb;z-index:50;height:72px}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:100%}.brand{display:flex;align-items:center;gap:.6rem;font-weight:700;color:#0a2540;font-size:1.05rem;text-decoration:none}.brand:hover{text-decoration:none}.brand img{width:42px;height:42px;border-radius:6px}.brand-text{line-height:1.1}.brand-text small{display:block;font-size:.7rem;font-weight:500;color:#4a5666;letter-spacing:.05em;text-transform:uppercase}.nav-toggle{display:none;background:0 0;border:0;width:44px;height:44px;cursor:pointer;color:#0a2540;padding:0}.nav-toggle svg{width:26px;height:26px;display:block;margin:0 auto}.main-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:1.5rem;align-items:center}.main-nav a{color:#1a2332;font-weight:500;font-size:.95rem;padding:.5rem .25rem;text-decoration:none;border-bottom:2px solid transparent}.main-nav a:hover,.main-nav a[aria-current=page]{border-bottom-color:#ff6a13;text-decoration:none;color:#0a2540}.header-cta{display:inline-flex;align-items:center;gap:.45rem;background:#ff6a13;color:#fff!important;padding:.55rem 1rem;border-radius:6px;font-weight:600;font-size:.92rem;border:0;text-decoration:none}.header-cta:hover{background:#e85e0c;text-decoration:none}.btn{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;padding:.85rem 1.6rem;border-radius:6px;border:0;font-size:1rem;cursor:pointer;text-decoration:none;line-height:1.2;font-family:inherit}.btn-primary{background:#ff6a13;color:#fff}.btn-primary:hover{background:#e85e0c;text-decoration:none;color:#fff}.btn-secondary{background:#0a2540;color:#fff}.btn-secondary:hover{background:#0d3157;text-decoration:none;color:#fff}.btn-outline{background:0 0;color:#0a2540;border:2px solid #0a2540}.btn-outline:hover{background:#0a2540;color:#fff;text-decoration:none}.btn-light{background:#fff;color:#0a2540}.btn-light:hover{background:#f4f6f8;text-decoration:none;color:#0a2540}.hero{position:relative;background:#0a2540;color:#fff;overflow:hidden;min-height:60vh;display:flex;align-items:center}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(125deg,rgba(10,37,64,.92) 0%,rgba(10,37,64,.7) 55%,rgba(10,37,64,.4) 100%);z-index:2;pointer-events:none}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-video{position:absolute;inset:0;width:100%;height:100%;z-index:1;overflow:hidden;pointer-events:none}.hero-video iframe{position:absolute;top:50%;left:50%;width:100vw;height:56.25vw;min-height:100%;min-width:177.78vh;transform:translate(-50%,-50%);border:0;display:block;pointer-events:none}.hero-video.is-loaded{opacity:1}.hero-video{opacity:0;transition:opacity .8s ease}.hero .container{position:relative;z-index:3;padding-top:4rem;padding-bottom:4rem}.hero h1{color:#fff;max-width:720px}.hero-sub{font-size:1.15rem;max-width:640px;color:#d8dee5;margin-bottom:2rem}.hero-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;color:#cfd5dc;font-size:.95rem}.hero-meta span{display:inline-flex;align-items:center;gap:.4rem}.hero-cta{display:flex;flex-wrap:wrap;gap:.75rem}.page-head{background:#0a2540;color:#fff;padding:5rem 0 3.5rem;position:relative;overflow:hidden}.page-head::after{content:"";position:absolute;top:0;right:0;width:40%;height:100%;background:linear-gradient(125deg,transparent,rgba(255,106,19,.18));z-index:0;pointer-events:none}.page-head h1{color:#fff;margin-bottom:.5rem}.page-head p{color:#d8dee5;max-width:680px;font-size:1.1rem;margin:0}.page-head .container{position:relative;z-index:1}.breadcrumb{font-size:.85rem;color:#a8b3c0;margin-bottom:1rem}.breadcrumb a{color:#cbd4dd}.breadcrumb a:hover{color:#fff}.grid{display:grid;gap:1.5rem}.grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{background:#fff;border-radius:10px;padding:1.75rem;box-shadow:0 2px 6px rgba(10,37,64,6%),0 0 0 1px #eaeef3;height:100%}.card h3{margin-top:0;color:#0a2540;font-size:1.2rem}.card p{color:#4a5666;margin-bottom:0}.card .num{display:inline-block;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Arial,sans-serif;font-weight:700;color:#b8480c;font-size:.85rem;letter-spacing:.1em;margin-bottom:.4rem}.card-cta{display:inline-block;margin-top:.8rem;color:#b8480c;font-weight:600;text-decoration:underline;text-underline-offset:3px}.card-cta:hover{color:#9a3c08}.card-image{margin:-1.75rem -1.75rem 1rem;border-radius:10px 10px 0 0;overflow:hidden;aspect-ratio:16/10;background:#dde3ea}.card-image img{width:100%;height:100%;object-fit:cover}.card-icon{width:54px;height:54px;background:#fff3eb;color:#ff6a13;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.card-icon svg{width:28px;height:28px}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.feature-row.reverse{direction:rtl}.feature-row.reverse>*{direction:ltr}.feature-row img{border-radius:10px;width:100%;aspect-ratio:4/3;object-fit:cover}.feature-row h2{margin-top:0}.feature-row .eyebrow{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.12em;color:#b8480c;text-transform:uppercase;margin-bottom:.6rem}.eyebrow{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.12em;color:#b8480c;text-transform:uppercase;margin-bottom:.6rem}.feature-row ul{padding-left:1.1rem;color:#4a5666}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;text-align:center}.stat strong{display:block;font-size:2.2rem;font-weight:700;color:#b8480c;line-height:1.1;margin-bottom:.3rem}.stat span{font-size:.95rem;color:#4a5666}.counter-section{background:linear-gradient(135deg,#0a2540 0%,#143a66 100%);color:#fff;padding:4rem 0;position:relative;overflow:hidden}.counter-section::before{content:"";position:absolute;top:-60px;left:-60px;width:260px;height:260px;background:rgba(255,106,19,.15);border-radius:50%;pointer-events:none}.counter-section::after{content:"";position:absolute;bottom:-80px;right:-80px;width:300px;height:300px;background:rgba(255,106,19,.1);border-radius:50%;pointer-events:none}.counter-section .container{position:relative;z-index:1}.counter-head{text-align:center;max-width:680px;margin:0 auto 2.5rem}.counter-head .eyebrow{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.12em;color:#ff9d5c;text-transform:uppercase;margin-bottom:.6rem}.counter-head h2{color:#fff;margin-bottom:.6rem}.counter-head p{color:#cfd5dc;margin:0}.counter-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center}.counter-item{padding:1.4rem 1rem;border-radius:12px;background:rgba(255,255,255,4%);border:1px solid rgba(255,255,255,8%)}.counter-num{font-size:clamp(2rem,4.4vw,2.9rem);font-weight:700;color:#ff9d5c;line-height:1.05;margin-bottom:.4rem;display:flex;justify-content:center;align-items:baseline;gap:.05em;letter-spacing:-.01em}.counter-num .counter-prefix,.counter-num .counter-suffix{font-size:.7em;color:#ffb785}.counter-label{font-size:.95rem;color:#dde3ea;letter-spacing:.02em;font-weight:500;margin:0}@media(max-width:900px){.counter-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.counter-grid{grid-template-columns:1fr}.counter-section{padding:3rem 0}}.trust-strip{background:#f4f6f8;border-top:1px solid #e3e7eb;border-bottom:1px solid #e3e7eb;padding:2rem 0}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;text-align:center}.trust-item{display:flex;align-items:center;justify-content:center;gap:.6rem;color:#4a5666;font-size:.95rem}.trust-item svg{flex:none;color:#ff6a13;width:28px;height:28px}.cta-banner{background:linear-gradient(135deg,#0a2540 0%,#143a66 100%);color:#fff;padding:3.5rem 0;text-align:center;position:relative;overflow:hidden}.cta-banner::before{content:"";position:absolute;top:-40px;right:-40px;width:240px;height:240px;background:rgba(255,106,19,.18);border-radius:50%}.cta-banner h2{color:#fff;margin-bottom:.6rem}.cta-banner p{color:#cfd5dc;max-width:600px;margin:0 auto 1.6rem}.cta-banner .container{position:relative;z-index:1}.check-list{list-style:none;padding-left:0;color:#4a5666}.check-list li{position:relative;padding-left:2rem;margin-bottom:.7rem}.check-list li::before{content:"";position:absolute;left:0;top:.45rem;width:18px;height:18px;background:#ff6a13;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M9 16.2L4.8 12l-1.4 1.4L9 19l12-12-1.4-1.4z"/></svg>')no-repeat center;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M9 16.2L4.8 12l-1.4 1.4L9 19l12-12-1.4-1.4z"/></svg>')no-repeat center;-webkit-mask-size:contain;mask-size:contain}.faq-item{background:#fff;border-radius:8px;border:1px solid #e3e7eb;margin-bottom:1rem;overflow:hidden}.faq-item summary{cursor:pointer;padding:1.1rem 1.4rem;font-weight:600;color:#0a2540;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"+";font-size:1.5rem;font-weight:400;color:#ff6a13;transition:transform .2s ease;flex:none}.faq-item[open] summary::after{content:"–"}.faq-item .faq-body{padding:0 1.4rem 1.2rem;color:#4a5666}.faq-item .faq-body p{margin:0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.info-card{background:#fff;border:1px solid #e3e7eb;border-radius:10px;padding:1.75rem;margin-bottom:1.25rem}.info-card h3{margin-top:0;color:#0a2540;font-size:1.05rem;display:flex;align-items:center;gap:.6rem}.info-card h3 svg{width:22px;height:22px;color:#ff6a13;flex:none}.info-card p,.info-card a{margin:0;color:#1a2332;word-break:break-word;font-weight:500}.info-card a:hover{color:#9a3c08}.info-card .meta{font-size:.88rem;color:#4a5666;font-weight:400;margin-top:.3rem}.form-grid{display:grid;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field{display:flex;flex-direction:column;gap:.4rem}.field label{font-size:.92rem;font-weight:600;color:#0a2540}.field input,.field textarea,.field select{font-family:inherit;font-size:1rem;padding:.7rem .85rem;border:1px solid #c7cdd5;border-radius:6px;background:#fff;color:#1a2332;width:100%}.field input:focus,.field textarea:focus,.field select:focus{border-color:#ff6a13}.field textarea{min-height:140px;resize:vertical}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.map-wrap{border-radius:10px;overflow:hidden;border:1px solid #e3e7eb;aspect-ratio:16/9}.map-wrap iframe{width:100%;height:100%;border:0;display:block}.site-footer{background:#0a1a2e;color:#cfd5dc;padding:3.5rem 0 1.5rem;font-size:.94rem}.site-footer h4,.site-footer .footer-h{color:#fff;font-size:1rem;margin:0 0 1rem;font-weight:700;font-family:inherit;line-height:1.2}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:2.5rem;margin-bottom:2.5rem}.site-footer .brand{color:#fff;margin-bottom:.8rem}.site-footer .brand-text small{color:#a8b3c0}.site-footer p{color:#bcc4cd;margin-bottom:.8rem;line-height:1.55}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer ul li{margin-bottom:.55rem}.site-footer a{color:#bcc4cd;text-decoration:none}.site-footer a:hover{color:#ff9d5c;text-decoration:underline}.site-footer .contact-line{display:flex;gap:.6rem;margin-bottom:.65rem;align-items:flex-start}.site-footer .contact-line svg{flex:none;color:#ff9d5c;width:18px;height:18px;margin-top:.2rem}.footer-bottom{border-top:1px solid #243650;padding-top:1.4rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;color:#a8b3c0;font-size:.86rem}.footer-bottom a{color:#bcc4cd}.footer-bottom a:hover{color:#ff9d5c}.legal-links{display:flex;gap:1rem;flex-wrap:wrap}.article{max-width:780px;margin:0 auto}.article h2{margin-top:2.4rem}.article h3{margin-top:1.8rem}.article p,.article li{color:#34404f;line-height:1.75}.article ul,.article ol{padding-left:1.4rem}.chip-row{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.chip{display:inline-block;background:#fff3eb;color:#c14d0a;font-size:.82rem;font-weight:600;padding:.3rem .75rem;border-radius:999px}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;will-change:opacity,transform}.reveal.is-in{opacity:1;transform:translateY(0)}@media(max-width:900px){.nav-toggle{display:inline-flex;align-items:center;justify-content:center}.main-nav{position:absolute;top:72px;left:0;right:0;background:#fff;border-bottom:1px solid #e3e7eb;box-shadow:0 6px 14px rgba(10,37,64,8%);max-height:0;overflow:hidden;transition:max-height .3s ease}.main-nav.is-open{max-height:560px}.main-nav ul{flex-direction:column;align-items:stretch;gap:0;padding:.5rem 1.25rem 1rem}.main-nav a{display:block;padding:.85rem .25rem;border-bottom:1px solid #f0f2f5}.main-nav .header-cta{margin-top:.75rem;justify-content:center}.feature-row{grid-template-columns:1fr;gap:2rem}.feature-row.reverse{direction:ltr}.contact-grid{grid-template-columns:1fr;gap:2rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.form-row{grid-template-columns:1fr}}@media(max-width:560px){.footer-grid{grid-template-columns:1fr}.section{padding:3rem 0}.hero{min-height:auto}.hero .container{padding-top:3rem;padding-bottom:3rem}}