.home{background:#ffffff;color:#1f2a3d;font-family:Open Sans,system-ui,sans-serif;font-size:19px;line-height:1.7}.home-container{max-width:1000px;margin:0 auto;padding:0 1.25rem}.home-header{position:relative;overflow:visible;border-bottom:1px solid #dfe5ef;background:#ffffff}.home-header-inner{max-width:1000px;margin:0 auto;padding:4rem 1.25rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.home-logo{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;color:#003d7a;font-weight:800;font-size:1.9rem}.home-logo img{height:68px;width:auto;display:block}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:14px 30px;border-radius:8px;font-size:1.15rem;font-weight:700;text-decoration:none;border:3px solid #003d7a}.btn-primary{background:#003d7a;color:#ffffff}.btn-primary:hover{background:#002a57;border-color:#002a57}.btn-secondary{background:#ffffff;color:#003d7a}.btn-secondary:hover{background:#eef3fb}.btn-wizard{position:relative;overflow:visible;gap:.55rem;padding-left:124px;background:linear-gradient(135deg,#1a4ba0,#003d7a 55%,#5b2a86);border-color:#3a1a66;box-shadow:0 6px 22px rgba(91,42,134,.32)}.btn-wizard:hover{background:linear-gradient(135deg,#1f57bb,#00468c 55%,#6e34a3);border-color:#3a1a66;box-shadow:0 8px 28px rgba(91,42,134,.45)}.wizard-img{position:absolute;left:6px;bottom:-4px;height:200%;width:auto;pointer-events:none;transform-origin:bottom center;filter:drop-shadow(0 6px 10px rgba(0,0,0,.35))}.wizard-wand{font-size:1.9em;line-height:1;display:inline-block}.btn-wizard:hover .wizard-img{animation:wizard-bob 1.1s ease-in-out infinite}.btn-wizard:hover .wizard-wand{animation:wizard-flick .7s ease-in-out infinite}@keyframes wizard-bob{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-5px) rotate(2deg)}}@keyframes wizard-flick{0%,to{transform:rotate(-12deg)}50%{transform:rotate(18deg) scale(1.12)}}@media (prefers-reduced-motion:reduce){.btn-wizard:hover .wizard-img,.btn-wizard:hover .wizard-wand{animation:none}}.home-hero{background:#f3f6fb;border-bottom:1px solid #dfe5ef}.home-hero-inner{max-width:1200px;margin:0 auto;padding:4rem 1.25rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:center}.home-hero-video-wrap{position:relative;width:100%;padding-top:56.25%;border-radius:14px;overflow:hidden;background:#000;box-shadow:0 10px 30px rgba(0,38,77,.18)}.home-hero-video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.home-hero-content{text-align:left}.home-hero h1{font-family:Montserrat,system-ui,sans-serif;font-size:clamp(2.1rem,4.5vw,3.2rem);line-height:1.15;color:#00264d;margin:0 0 1rem}.home-hero p{font-size:clamp(1.1rem,1.6vw,1.3rem);margin:0 0 2rem;color:#33425c}.home-hero-actions{gap:1rem;flex-wrap:wrap}.home-hero-actions,.home-hero-icons{display:flex;justify-content:flex-start}.home-hero-icons{align-items:center;gap:.75rem;font-size:clamp(2.2rem,5vw,3rem);margin-bottom:.75rem;line-height:1}.home-hero-arrow{color:#003d7a;font-weight:800}@media (max-width:860px){.home-hero-inner{grid-template-columns:1fr;gap:1.75rem}.home-hero-content{text-align:center}.home-hero-actions,.home-hero-icons{justify-content:center}}.trust-strip{background:#003d7a;color:#ffffff;padding:1.5rem 0}.trust-strip-inner{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.trust-item{display:flex;align-items:center;gap:.85rem;justify-content:center}.trust-icon{font-size:2rem;line-height:1}.trust-item div{display:flex;flex-direction:column}.trust-item strong{font-size:1.15rem}.trust-item span{font-size:1rem;color:rgba(255,255,255,.85)}@media (max-width:760px){.trust-strip-inner{grid-template-columns:1fr}}.home-list{margin:0 0 1.1rem;max-width:760px;padding-left:1.4rem}.home-list li{margin-bottom:.6rem}.home-section{padding:3.5rem 0;border-bottom:1px solid #eef1f6}.home-section.alt{background:#f7f9fc}.home-section h2{font-family:Montserrat,system-ui,sans-serif;font-size:clamp(1.6rem,4vw,2.2rem);color:#00264d;margin:0 0 1.25rem}.home-section p{margin:0 0 1.1rem;max-width:760px}.home-callout{font-weight:700;color:#00264d;font-size:1.2rem}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem;margin-top:1.5rem}.step{background:#ffffff;border:2px solid #dfe5ef;border-radius:10px;padding:1.5rem}.step-num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#003d7a;color:#ffffff;font-weight:800;font-size:1.2rem;margin-bottom:.85rem}.step h3{font-size:1.25rem;color:#00264d;margin:0 0 .4rem}.step p{margin:0;font-size:1.05rem}@media (max-width:760px){.steps{grid-template-columns:1fr}}