*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0A2E59;--deep-navy:#061A33;--orange:#F37021;--orange-dk:#D45F10;--white:#FFFFFF;--light:#F8FAFC;--alt:#F0F4FA;--text:#1F2937;--text-mid:#4B5563;--text-muted:#6B7280;--border:#E5E7EB;--shadow-sm:0 4px 12px rgba(15,23,42,.07);--shadow-md:0 8px 28px rgba(15,23,42,.11);--shadow-lg:0 20px 50px rgba(15,23,42,.16);--radius:1rem;--radius-sm:0.6rem;--radius-pill:999px}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;width:100%}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{max-width:1160px;margin:0 auto;padding:0 1.5rem}.eyebrow{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--orange);margin-bottom:.65rem}.gradient-text{background:linear-gradient(135deg,var(--orange) 0,#FF9A3C 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tag{display:inline-block;font-size:.7rem;font-weight:600;padding:.22rem .65rem;background:rgba(243,112,33,.1);color:var(--orange);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.55rem}.btn,.tag{border-radius:var(--radius-pill)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.8rem 1.75rem;font-weight:700;font-size:.95rem;border:2px solid transparent;cursor:pointer;text-decoration:none;transition:background .18s,transform .12s,box-shadow .18s,color .18s,border-color .18s;white-space:nowrap;line-height:1}.btn:active{transform:scale(.97)}.btn-primary{background:var(--orange);color:var(--white);box-shadow:0 8px 22px rgba(243,112,33,.32)}.btn-primary:hover{background:var(--orange-dk);box-shadow:0 10px 28px rgba(243,112,33,.45);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--white);border-color:rgba(255,255,255,.45)}.btn-outline:hover{background:rgba(255,255,255,.1);border-color:var(--white)}.btn-outline-navy{background:transparent;color:var(--navy);border-color:var(--border)}.btn-outline-navy:hover{background:var(--alt);border-color:#C8D4E3}.btn-lg{padding:1rem 2.25rem;font-size:1.02rem}.btn-block{width:100%}.ghost-link{background:none;border:none;cursor:pointer;color:var(--navy);font-size:.95rem;font-weight:600;padding:.5rem .25rem;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .18s,color .18s;font-family:inherit}.ghost-link:hover{color:var(--orange);text-decoration-color:var(--orange)}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border);transition:box-shadow .2s}.site-header.elevated{box-shadow:0 2px 18px rgba(15,23,42,.1)}.nav{justify-content:space-between;gap:1rem;padding:.85rem 0}.brand,.nav{display:flex;align-items:center}.brand{gap:.65rem;flex-shrink:0;text-decoration:none}.brand-logo{width:44px;height:44px;flex-shrink:0;display:block}.brand-text{display:flex;flex-direction:column;line-height:1.2}.brand-title{font-size:1rem;font-weight:900;color:var(--navy);letter-spacing:-.01em}.brand-subtitle{font-size:.7rem;color:var(--text-muted);font-weight:500}.nav-links{display:flex;align-items:center;gap:.25rem;list-style:none}.nav-link{font-size:.88rem;font-weight:600;color:var(--text-mid);padding:.45rem .75rem;border-radius:var(--radius-sm);transition:color .15s,background .15s}.nav-link:hover{color:var(--navy);background:var(--alt)}.nav-link.active{color:var(--orange);background:transparent;position:relative}.nav-link.active:after{content:"";position:absolute;bottom:-2px;left:.75rem;right:.75rem;height:2px;background:var(--orange);border-radius:2px}.nav-cta{margin-left:.5rem;padding:.6rem 1.35rem;font-size:.88rem}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.4rem}.nav-toggle span{display:block;width:24px;height:2px;background:var(--navy);border-radius:2px;transition:transform .2s,opacity .2s}.site-header.open .nav-links{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--white);border-bottom:1px solid var(--border);padding:1rem 1.5rem 1.5rem;gap:.25rem;box-shadow:var(--shadow-md)}.site-header.open .nav-toggle span:first-child{transform:rotate(45deg) translate(5px,5px)}.site-header.open .nav-toggle span:nth-child(2){opacity:0}.site-header.open .nav-toggle span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hero{position:relative;background:linear-gradient(145deg,#EDF4FF 0,var(--white) 55%,#FFF6EE 100%);padding:5rem 0 4rem}.hero,.hero-bg{overflow:hidden}.hero-bg{position:absolute;inset:0;pointer-events:none}.hero-orbit{position:absolute;border-radius:50%;border:1px solid rgba(10,46,89,.06)}.hero-orbit--one{width:640px;height:640px;top:-200px;right:-180px}.hero-orbit--two{width:380px;height:380px;top:-60px;right:60px}.hero-glow{position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(243,112,33,.12) 0,transparent 65%);top:-100px;right:-80px}.hero-grid{display:grid;grid-template-columns:1fr 420px;gap:3.5rem;align-items:center;position:relative;z-index:1}.hero-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.38rem .9rem;border-radius:var(--radius-pill);background:rgba(10,46,89,.07);color:var(--navy);font-size:.78rem;font-weight:600;margin-bottom:1.1rem;letter-spacing:.02em}.dot{width:7px;height:7px;border-radius:50%;background:var(--orange);flex-shrink:0;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}.hero-copy h1{font-size:clamp(2rem,3vw + 1rem,3.1rem);line-height:1.08;font-weight:900;color:var(--navy);letter-spacing:-.03em;margin-bottom:1.1rem}.hero-sub{font-size:1.02rem;line-height:1.72;color:var(--text-mid);max-width:30rem;margin-bottom:1.6rem}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem}.hero-meta{font-size:.83rem;color:var(--text-muted);line-height:1.6;max-width:28rem}.glass-card{background:var(--white);border-radius:1.35rem;padding:1.75rem 1.6rem;box-shadow:var(--shadow-lg);border:1px solid var(--border)}.panel-title{font-size:1.1rem;font-weight:800;color:var(--navy);line-height:1.3;margin-bottom:1rem}.panel-list{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.35rem}.panel-list li{font-size:.9rem;color:var(--text-mid);line-height:1.55;padding-left:1.4rem;position:relative}.panel-list li:before{content:"";position:absolute;left:0;top:.45em;width:7px;height:7px;border-radius:50%;background:var(--orange)}.panel-footer{border-top:1px solid var(--border);padding-top:1.1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.panel-contact span{font-size:.82rem;color:var(--text-muted);display:block}.panel-contact a{font-size:1rem;font-weight:800;color:var(--navy);transition:color .15s}.panel-contact a:hover{color:var(--orange)}.hero-scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:3.5rem;color:var(--text-muted);font-size:.78rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.mouse{width:22px;height:34px;border:2px solid rgba(10,46,89,.25);border-radius:12px;display:flex;justify-content:center;padding-top:5px}.wheel{width:3px;height:6px;background:var(--orange);border-radius:2px;animation:scroll-wheel 1.6s ease-in-out infinite}@keyframes scroll-wheel{0%{opacity:1;transform:translateY(0)}80%{opacity:0;transform:translateY(8px)}to{opacity:0;transform:translateY(0)}}.section{padding:5rem 0}.section-alt{background:var(--light)}.section-header{max-width:52rem;margin-bottom:3rem}.section-header h2{font-size:clamp(1.6rem,2.2vw + .8rem,2.25rem);font-weight:900;color:var(--navy);line-height:1.18;letter-spacing:-.025em;margin-bottom:.75rem}.section-intro{font-size:1rem;line-height:1.72;color:var(--text-mid);max-width:42rem}.grid{display:grid;gap:1.5rem}.grid-3{grid-template-columns:repeat(3,1fr)}.feature-card{background:var(--white);border-radius:var(--radius);padding:1.6rem 1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.blog-card{display:block;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;text-decoration:none;transition:box-shadow .15s ease}.blog-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}.feature-card h3{font-size:1.05rem;font-weight:800;color:var(--navy);line-height:1.3;margin-bottom:.6rem}.feature-card p{font-size:.93rem;color:var(--text-mid);line-height:1.68}.timeline{position:relative;display:flex;flex-direction:column;gap:0;padding-left:2.5rem}.timeline:before{content:"";position:absolute;left:11px;top:12px;bottom:12px;width:2px;background:linear-gradient(to bottom,var(--orange),rgba(243,112,33,.15))}.timeline-item{position:relative;display:flex;gap:1.5rem;padding-bottom:2.5rem}.timeline-item:last-child{padding-bottom:0}.timeline-dot{position:absolute;left:-2.5rem;top:4px;width:22px;height:22px;border-radius:50%;background:var(--white);border:3px solid var(--orange);flex-shrink:0;z-index:1}.timeline-dot--accent{background:var(--orange);box-shadow:0 0 0 4px rgba(243,112,33,.2)}.timeline-content h3{font-size:1.05rem;font-weight:800;color:var(--navy);margin-bottom:.45rem;line-height:1.3}.timeline-content p{font-size:.93rem;color:var(--text-mid);line-height:1.68}.testimonials{align-items:stretch}.testimonial-card{background:var(--white);border-radius:var(--radius);padding:1.6rem 1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--border);display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.testimonial-quote{font-size:.97rem;line-height:1.72;color:var(--text-mid);font-style:italic;flex:1}.testimonial-quote:before{content:"\201C"}.testimonial-quote:after{content:"\201D"}.testimonial-name{font-size:.88rem;font-weight:700;color:var(--navy)}.pricing-grid{display:grid;grid-template-columns:1fr 360px;gap:2rem;align-items:start}.pricing-card{background:var(--white);border-radius:var(--radius);padding:2rem 1.75rem;box-shadow:var(--shadow-md);border:2px solid var(--orange)}.pricing-card h3{font-size:1.15rem;font-weight:800;color:var(--navy);line-height:1.3;margin-bottom:.5rem}.price{font-size:2.2rem;font-weight:900;color:var(--orange);letter-spacing:-.03em;margin:.5rem 0 1.25rem;line-height:1}.price span{font-size:.85rem;font-weight:400;color:var(--text-muted);letter-spacing:0}.pricing-list{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.5rem}.pricing-list li{font-size:.93rem;color:var(--text-mid);line-height:1.55;padding-left:1.4rem;position:relative}.pricing-list li:before{content:"\2713";position:absolute;left:0;color:var(--orange);font-weight:700}.pricing-note{font-size:.82rem;color:var(--text-muted);line-height:1.6;margin-top:.85rem}.pricing-side{display:flex;flex-direction:column;gap:1rem}.mini-card{background:var(--white);border-radius:var(--radius);padding:1.35rem 1.25rem;box-shadow:var(--shadow-sm);border:1px solid var(--border)}.mini-card h4{font-size:.97rem;font-weight:800;color:var(--navy);margin-bottom:.5rem}.mini-card li,.mini-card p{font-size:.88rem;color:var(--text-mid);line-height:1.65}.mini-card ul{padding-left:1.1rem;margin-bottom:.5rem}.mini-card--muted{background:var(--alt);border-color:#DDE4EF}.contact-grid{display:grid;grid-template-columns:1fr 420px;gap:3rem;align-items:start}.contact-copy h2{font-size:clamp(1.6rem,2.2vw + .8rem,2.25rem);font-weight:900;color:var(--navy);letter-spacing:-.025em;margin-bottom:.75rem}.contact-details{display:flex;flex-direction:column;gap:.55rem;margin-top:1.35rem}.contact-details p{font-size:.95rem;color:var(--text-mid);line-height:1.6}.contact-details a{color:var(--orange);font-weight:700}.contact-details a:hover{text-decoration:underline}.contact-card .glass-card h3{font-size:1.15rem;font-weight:800;color:var(--navy);margin-bottom:.6rem}.contact-card .glass-card p{font-size:.93rem;color:var(--text-mid);line-height:1.65;margin-bottom:1.2rem}.contact-meta{font-size:.83rem;color:var(--text-muted);line-height:1.65;margin-top:.85rem}.contact-meta a{color:var(--orange);font-weight:600}.site-footer{background:var(--deep-navy);color:rgba(255,255,255,.55);padding:2.25rem 0;font-size:.82rem;line-height:1.7}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer-inner p+p{margin-top:.35rem}.site-footer a{color:var(--orange)}.site-footer a:hover{text-decoration:underline}.footer-cta{flex-shrink:0}.floating-cta{position:fixed;bottom:1.5rem;right:1.5rem;z-index:200;background:var(--orange);color:var(--white);border:none;border-radius:var(--radius-pill);padding:.85rem 1.6rem;font-size:.92rem;font-weight:700;cursor:pointer;box-shadow:0 8px 28px rgba(243,112,33,.45);transition:background .18s,transform .12s,box-shadow .18s,opacity .3s;text-decoration:none;display:inline-flex;align-items:center}.floating-cta:hover{background:var(--orange-dk);transform:translateY(-2px);box-shadow:0 12px 32px rgba(243,112,33,.55)}.floating-cta.hidden{opacity:0;pointer-events:none;transform:translateY(10px)}[data-reveal]{opacity:0;transition:opacity .55s ease,transform .55s ease}[data-reveal=fade-up]{transform:translateY(28px)}[data-reveal=fade-left]{transform:translateX(28px)}[data-reveal=fade-right]{transform:translateX(-28px)}[data-reveal].is-visible{opacity:1;transform:none}@media (max-width:1024px){.hero-grid{grid-template-columns:1fr 380px;gap:2.5rem}.pricing-grid{grid-template-columns:1fr}.pricing-side{flex-direction:row;flex-wrap:wrap}.mini-card{flex:1 1 260px}}@media (max-width:900px){.contact-grid,.grid-3,.hero-grid{grid-template-columns:1fr}.hero-panel{max-width:520px}.hero-scroll-indicator{display:none}.pricing-grid{grid-template-columns:1fr}}@media (max-width:768px){.hero-panel,.nav-cta,.nav-links{display:none}.nav-toggle{display:flex}.section{padding:2.5rem 0}.hero{padding:2.5rem 0 .5rem}.timeline{padding-left:2rem}.timeline-dot{left:-2rem}.footer-inner{flex-direction:column;gap:1.25rem;text-align:center}.floating-cta{bottom:1rem;right:1rem;font-size:.85rem;padding:.75rem 1.3rem}}@media (max-width:480px){.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{text-align:center}.panel-footer{align-items:flex-start}.panel-footer,.pricing-side{flex-direction:column}}.fmcsa-badge{display:inline-flex;flex-direction:row;align-items:center;gap:16px;padding:18px 24px;background:linear-gradient(135deg,#F0F7FF,#EBF3FF);border:1.5px solid #93c5fd;border-left:5px solid #1d4ed8;border-radius:10px;text-decoration:none;transition:box-shadow .2s ease,transform .2s ease;position:relative;overflow:hidden}.fmcsa-badge:before{content:"";position:absolute;top:0;right:0;width:80px;height:80px;background:radial-gradient(circle at top right,rgba(59,130,246,.08),transparent 70%);pointer-events:none}.fmcsa-badge:hover{box-shadow:0 4px 20px rgba(29,78,216,.15);transform:translateY(-1px)}.fmcsa-badge__icon{width:44px;height:44px;border-radius:10px;background:#1D4ED8;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fmcsa-badge__body{display:flex;flex-direction:column;gap:3px}.fmcsa-badge__verify{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#1D4ED8}.fmcsa-badge__title{font-size:15px;font-weight:800;color:#0F2D5E;letter-spacing:.01em;line-height:1.2}.fmcsa-badge__sub{font-size:12px;color:#2C4A7A;opacity:.9}.fmcsa-badge__id{font-size:11.5px;font-family:monospace;font-weight:700;color:#1D4ED8;letter-spacing:.06em;margin-top:1px}@media (max-width:540px){.fmcsa-badge{flex-direction:column;align-items:flex-start;width:100%;box-sizing:border-box}}.fmcsa-badge-sm{display:inline-flex;flex-direction:row;align-items:center;gap:10px;padding:10px 14px;background:rgba(255,255,255,.08);border:1px solid rgba(147,197,253,.3);border-left:4px solid #3b82f6;border-radius:8px;text-decoration:none;transition:background .15s}.fmcsa-badge-sm:hover{background:rgba(255,255,255,.12)}.fmcsa-badge-sm__icon{width:30px;height:30px;border-radius:6px;background:rgba(59,130,246,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.fmcsa-badge-sm__body{display:flex;flex-direction:column;gap:2px}.fmcsa-badge-sm__label{font-size:12px;font-weight:700;color:#fff}.fmcsa-badge-sm__id{font-size:10.5px;font-family:monospace;color:rgba(255,255,255,.7);letter-spacing:.05em}.trust-badges{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.trust-badge{display:inline-block;padding:6px 14px;background:rgba(10,46,89,.07);border:1px solid rgba(10,46,89,.18);border-radius:999px;font-size:12px;font-weight:600;color:var(--navy);white-space:nowrap}.trust-badge--fmcsa{background:#EFF6FF;border-color:#3B82F6;border-width:1.5px;text-decoration:none;color:#1E3A5F;font-weight:700}.intent-cta-section{background:var(--alt);padding:3rem 0}.intent-cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:800px;margin:0 auto}@media (max-width:600px){.intent-cta-grid{grid-template-columns:1fr}}.intent-card{background:#fff;border:2px solid var(--border);border-radius:var(--radius);padding:1.75rem;text-align:center}.intent-card.intent-ready{border-color:var(--orange)}.intent-card p{font-size:.9rem;color:var(--text-mid);margin:.5rem 0 1.25rem}.intent-card h3{font-size:1rem;margin-bottom:0}.instructor-section{padding:4rem 0;background:var(--white)}.instructor-grid{display:grid;grid-template-columns:160px 1fr;gap:2rem;align-items:center;max-width:760px;margin:2rem auto 0}@media (max-width:560px){.instructor-grid{grid-template-columns:1fr;text-align:center}}.instructor-avatar{width:140px;height:140px;border-radius:50%;border:4px solid var(--orange);background:var(--alt);display:flex;align-items:center;justify-content:center;font-size:3rem;color:var(--navy)}.instructor-name{font-size:1.1rem;font-weight:700;color:var(--navy);margin-bottom:.25rem}.instructor-title{font-size:.85rem;color:var(--orange);font-weight:600;margin-bottom:.75rem}.instructor-bio{font-size:.93rem;color:var(--text-mid);line-height:1.7}.nav-dropdown{position:relative}.nav-dropdown-toggle{display:flex;align-items:center;gap:4px;cursor:pointer;background:none;border:none;font:inherit;color:inherit;font-size:inherit;padding:0}.nav-dropdown-toggle:after{content:"▾";font-size:.7rem;opacity:.7}.nav-dropdown-menu{display:none;position:absolute;top:calc(100% + 2px);left:50%;transform:translateX(-50%);background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);min-width:230px;z-index:200;padding:.4rem 0}.nav-dropdown-menu:before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px}.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown:hover .nav-dropdown-menu{display:block}.nav-dropdown-menu a{display:block;padding:.55rem 1rem;font-size:.88rem;color:var(--text);transition:background .15s;white-space:nowrap}.nav-dropdown-menu a:hover{background:var(--alt);color:var(--navy)}@media (max-width:900px){.nav-dropdown-menu{position:static;transform:none;box-shadow:none;border:none;background:var(--alt);border-radius:0;min-width:0}}.sticky-mobile-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#061A33;padding:10px 16px;gap:10px;align-items:center;justify-content:center;box-shadow:0 -2px 14px rgba(0,0,0,.35)}@media (max-width:768px){.sticky-mobile-bar{display:flex}body{padding-bottom:68px}}.sticky-mobile-bar .sbar-call{background:#E8A020;font-weight:700;padding:10px 6px}.sticky-mobile-bar .sbar-call,.sticky-mobile-bar .sbar-text{flex:1;color:#fff;font-size:.88rem;display:flex;align-items:center;justify-content:center;gap:5px;border-radius:6px;text-decoration:none;white-space:nowrap}.sticky-mobile-bar .sbar-text{background:rgba(255,255,255,.1);font-weight:600;padding:9px 6px;border:1.5px solid rgba(255,255,255,.3)}.sticky-mobile-bar .sbar-check{flex:1.4;background:var(--orange);color:#fff;font-weight:700;font-size:.88rem;text-align:center;padding:10px 6px;border-radius:6px;text-decoration:none;white-space:nowrap}.hero-trust{margin-top:1rem;font-size:.82rem;color:rgba(255,255,255,.6);letter-spacing:.01em}@media (max-width:768px){.hero-trust{color:var(--gray)}}.hero-bullets{list-style:none;padding:0;margin:1.25rem 0 0;display:flex;flex-direction:column;gap:.45rem}.hero-bullets li{font-size:.9rem;color:#1a3a5c;display:flex;align-items:flex-start;gap:.5rem}.hero-bullets li:before{content:"";display:inline-block;width:14px;height:14px;flex-shrink:0;margin-top:2px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E8A020' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.problem-section{background:#0a2240}.problem-section .section-header .eyebrow,.problem-section .section-header h2{color:#fff}.problem-section .eyebrow{color:#E8A020!important}.problem-section .section-intro{color:rgba(255,255,255,.75)}.qualifies-box{background:#f0f6ff;border-left:4px solid #e8a020;border-radius:8px;padding:2rem 2.5rem;max-width:700px;margin:2rem auto 0}.qualifies-box h3{margin-top:0;margin-bottom:.75rem;font-size:1.1rem}.qualifies-box ul{margin:.5rem 0 0;padding-left:1.3rem}.qualifies-box ul li{margin-bottom:.4rem;font-size:.95rem;line-height:1.5}.qualifies-box .not-eligible{margin-top:1.1rem;font-size:.88rem;color:#c0392b;font-weight:600;line-height:1.5}.grid-2{grid-template-columns:1fr 1fr}@media (max-width:768px){.grid-2{grid-template-columns:1fr}}.dps-avail-box{background:#e8f4f8;border-radius:10px;padding:2rem 2.5rem;max-width:760px;margin:2rem auto 0;text-align:center}.dps-avail-box p{font-size:.97rem;line-height:1.7;margin:0}.dps-avail-box .btn{margin-top:1.5rem;display:inline-block}.faq-list{max-width:720px;margin:2rem auto 0;display:flex;flex-direction:column;gap:0}.faq-list details{border-bottom:1px solid #e5e7eb}.faq-list summary{padding:1.1rem 1.25rem;font-size:1rem;font-weight:600;color:#0A2E59;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";font-size:1.3rem;font-weight:300;color:#1a5fa8;flex-shrink:0;margin-left:1rem}.faq-list details[open] summary:after{content:"\2212"}.faq-list .faq-body{padding:0 1.25rem 1rem;font-size:.93rem;line-height:1.68;color:#444}.avail-form{display:flex;flex-direction:column;gap:.85rem}.avail-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}@media (max-width:540px){.avail-form .form-row{grid-template-columns:1fr}}.avail-form input,.avail-form select,.avail-form textarea{width:100%;padding:.72rem .9rem;border:1.5px solid #c5d5e8;border-radius:6px;font-size:.95rem;font-family:inherit;background:#f9fbfd;box-sizing:border-box;min-height:44px}.avail-form input:focus,.avail-form select:focus,.avail-form textarea:focus{outline:none;border-color:#1a5fa8;background:#fff}.avail-form .privacy-note{font-size:.79rem;color:#888;margin:0;text-align:center}.final-cta-section{background:linear-gradient(135deg,#061A33,#0d3060);padding:4.5rem 0;text-align:center}.final-cta-section h2{color:#fff;margin-bottom:.5rem}.final-cta-section>.container>p{color:rgba(255,255,255,.75);margin-bottom:1.75rem}.final-cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.disclaimer-text{font-size:.78rem;color:rgba(255,255,255,.45);line-height:1.65;margin-top:2rem;max-width:700px;margin-left:auto;margin-right:auto}.footer-cta{display:flex;gap:.5rem}.footer-cta .btn-primary{color:#fff!important}.footer-cta .btn-outline{color:#fff!important;border-color:rgba(255,255,255,.55)!important;background:transparent!important}.footer-cta .btn-outline:hover{background:rgba(255,255,255,.1)!important}.gallery-section{padding:5rem 0 2.5rem}.gallery-outer{margin-top:2.5rem;position:relative;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,.92);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.18);transition:background .2s}.gallery-arrow:hover{background:#fff}.gallery-arrow--prev{left:12px}.gallery-arrow--next{right:12px}.gallery-arrow svg{width:18px;height:18px;stroke:#061A33}.gallery-track-wrap{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;padding:.5rem 60px 1rem 24px;box-sizing:border-box;scrollbar-width:none;scroll-behavior:smooth}.gallery-track-wrap::-webkit-scrollbar{display:none}.gallery-item{scroll-snap-align:start;flex-shrink:0;width:300px;height:210px;border-radius:12px;overflow:hidden;display:block;box-shadow:0 4px 18px rgba(0,0,0,.12);cursor:zoom-in}.gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease;display:block;pointer-events:none}.gallery-item:hover img{transform:scale(1.06)}.gallery-dots{display:flex;justify-content:center;gap:8px;margin-top:14px}.gallery-dot{width:8px;height:8px;border-radius:50%;background:rgba(6,26,51,.2);border:none;cursor:pointer;padding:0;transition:background .2s,transform .2s}.gallery-dot.active{background:#061A33;transform:scale(1.3)}@media (max-width:768px){.gallery-item{width:240px;height:170px}.gallery-arrow{display:none}}.lb-overlay{display:none;position:fixed;inset:0;z-index:2000;background:rgba(0,0,0,.92);justify-content:center;align-items:center}.lb-box,.lb-overlay.open{display:flex}.lb-box{max-width:90vw;max-height:88vh;align-items:center;justify-content:center}.lb-img{max-width:90vw;max-height:85vh;border-radius:8px;-o-object-fit:contain;object-fit:contain;display:block}.lb-close{top:16px;right:20px;background:none;color:rgba(255,255,255,.8);font-size:2.2rem;line-height:1}.lb-close,.lb-nav{position:fixed;border:none;cursor:pointer;z-index:2010}.lb-nav{top:50%;transform:translateY(-50%);background:rgba(255,255,255,.15);border-radius:50%;width:46px;height:46px;color:#fff;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:background .2s}.lb-nav:hover{background:rgba(255,255,255,.25)}.lb-prev{left:16px}.lb-next{right:16px}.lb-counter{position:fixed;bottom:18px;left:50%;transform:translateX(-50%);color:rgba(255,255,255,.65);font-size:.85rem;z-index:2010}.content-section{padding:4rem 0}.content-section+.content-section{border-top:1px solid #e5e7eb}.content-section h2{font-size:clamp(1.4rem,2vw + .6rem,2rem);font-weight:900;color:#0A2E59;line-height:1.2;letter-spacing:-.025em;margin-bottom:1rem}.content-section p{font-size:.97rem;line-height:1.75;color:#4B5563;margin-bottom:1rem;max-width:42rem}.content-section ul{padding-left:1.3rem;margin-bottom:1.25rem}.content-section ul li{font-size:.97rem;color:#4B5563;line-height:1.7;margin-bottom:.45rem}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}@media (max-width:768px){.two-col{grid-template-columns:1fr;gap:1.5rem}}.info-box{background:#F0F4FA;border-left:4px solid #f37021;border-radius:8px;padding:1.5rem 1.75rem}.info-box h3{font-size:1rem;font-weight:800;color:#0A2E59;margin-bottom:.6rem}.info-box li,.info-box p{font-size:.93rem;color:#4B5563;line-height:1.7}.info-box ul{padding-left:1.1rem;margin-bottom:0}.cta-band{background:linear-gradient(135deg,#061A33,#0d3060);padding:4rem 0;text-align:center}.cta-band h2{color:#fff;margin-bottom:.5rem;font-size:1.8rem;font-weight:900}.cta-band p{color:rgba(255,255,255,.72);margin-bottom:1.75rem;font-size:1rem}.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.page-hero{padding:3.5rem 0 2.5rem;background:linear-gradient(145deg,#EDF4FF 0,var(--white) 55%,#FFF6EE 100%)}.breadcrumb{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--text-muted);margin-bottom:1.25rem;flex-wrap:wrap}.breadcrumb a{color:var(--orange);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb-sep{opacity:.5}.page-hero h1{font-size:clamp(1.8rem,2.5vw + .8rem,2.6rem);font-weight:900;color:var(--navy);line-height:1.12;letter-spacing:-.028em;margin-bottom:.85rem}.page-hero .hero-sub{font-size:1.02rem;line-height:1.72;color:var(--text-mid);max-width:36rem;margin-bottom:1.5rem}.page-hero .hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.blog-body{font-size:1rem;line-height:1.8;color:var(--text-mid,#374151)}.blog-body h2{font-size:1.45rem;font-weight:800;color:var(--navy,#0A2E59);margin:2rem 0 .75rem}.blog-body h3{font-size:1.15rem;font-weight:700;color:var(--navy,#0A2E59);margin:1.5rem 0 .5rem}.blog-body p{margin:0 0 1.1rem}.blog-body ol,.blog-body ul{padding-left:1.5rem;margin:0 0 1.1rem}.blog-body li{margin-bottom:.4rem}.blog-body a{color:var(--orange,#F37021);text-decoration:underline}.blog-body strong{font-weight:700;color:#111}.blog-body blockquote{border-left:4px solid var(--orange,#f37021);padding:.75rem 1.25rem;margin:1.5rem 0;background:#FFF6EE;border-radius:0 6px 6px 0;font-style:italic;color:#4b3c2e}.blog-body img{max-width:100%;border-radius:8px;margin:1.25rem 0}