:root{--navy:#0e2148;--navy-800:#15294f;--navy-700:#22386b;--navy-600:#2e4a86;--navy-50:#eef2fa;--orange:#f26a1b;--orange-600:#d2570f;--orange-50:#fdeee2;--ink:#0f1a2e;--body:#3d4760;--muted:#6a7488;--line:#e6eaf2;--bg:#fff;--soft:#f5f8fc;--gold:#f5a623;--green:#1f9d55;--maxw:1180px;--rad:14px;--rad-sm:10px;--sh-sm:0 1px 3px #0e21480f,0 1px 2px #0e21480a;--sh:0 10px 30px #0e21481a;--sh-lg:0 22px 60px #0e214829;--font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--body);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;font-size:17px;line-height:1.65;overflow-x:hidden}h1,h2,h3,h4{color:var(--ink);letter-spacing:-.02em;margin:0 0 .5em;font-weight:800;line-height:1.15}h1{font-size:clamp(2.1rem,4.8vw,3.4rem)}h2{font-size:clamp(1.6rem,3.2vw,2.4rem)}h3{font-size:1.22rem}p{margin:0 0 1rem}a{color:var(--navy-600);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.container{max-width:var(--maxw);margin:0 auto;padding:0 22px}.section{padding:72px 0}.section--soft{background:var(--soft)}.section--navy{background:var(--navy);color:#c6d2ea;position:relative}.section--navy h2,.section--navy h3,.section--navy h4{color:#fff}.eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--orange-600);align-items:center;gap:.5rem;margin-bottom:.7rem;font-size:.8rem;font-weight:700;display:inline-flex}.section--navy .eyebrow{color:#ffb37a}.lead{color:var(--muted);font-size:1.18rem}.section--navy .lead{color:#a9b8d6}.center{text-align:center}.mw{max-width:780px}.mw.center{margin:0 auto}svg.ic{vertical-align:-.16em;flex:none;width:1.15em;height:1.15em}.btn{cursor:pointer;border:2px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:.55rem;padding:.9rem 1.6rem;font-size:1rem;font-weight:700;line-height:1.1;text-decoration:none;transition:transform .12s,box-shadow .18s,background .18s;display:inline-flex}.btn:hover{text-decoration:none;transform:translateY(-2px)}.btn--primary{background:var(--orange);color:#fff;box-shadow:0 6px 18px #f26a1b52}.btn--primary:hover{background:var(--orange-600);box-shadow:0 10px 26px #f26a1b66}.btn--ghost{color:#fff;background:#ffffff0f;border-color:#ffffff73}.btn--ghost:hover{background:#ffffff24}.btn--navy{background:var(--navy);color:#fff}.btn--navy:hover{background:var(--navy-800)}.btn--lg{padding:1.05rem 2rem;font-size:1.07rem}.btn--block{width:100%}.topbar{background:var(--navy-800);color:#afc0e0;font-size:.86rem}.topbar .wrap{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1rem;min-height:42px;display:flex}.topbar a{color:#fff;font-weight:600}.topbar a:hover{color:#ffb37a;text-decoration:none}.topbar .left{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.topbar .left span{align-items:center;gap:.4rem;display:inline-flex}.topbar .rate{color:#fff;align-items:center;gap:.45rem;font-weight:600;display:inline-flex}.topbar .tb-sep{opacity:.4;font-weight:400}.stars{color:var(--gold);letter-spacing:.06em}.site-header{z-index:60;background:var(--navy);color:#fff;box-shadow:var(--sh-sm);position:sticky;top:0}.nav{justify-content:space-between;align-items:center;gap:1rem;height:92px;display:flex}.brand{z-index:3;color:#fff;letter-spacing:-.02em;align-items:center;gap:.65rem;font-size:1.14rem;font-weight:800;transition:transform .22s;display:flex;position:relative;transform:translateY(-22px)}.brand:hover{text-decoration:none}.brand .logo{background:linear-gradient(135deg,var(--orange),#ffa45c);color:#fff;border-radius:11px;flex:none;place-items:center;width:46px;height:46px;font-size:1rem;font-weight:900;display:grid;box-shadow:0 4px 12px #f26a1b66}.brand small{color:#9db0d6;letter-spacing:.06em;text-transform:uppercase;margin-top:2px;font-size:.61rem;font-weight:600;display:block}.nav-links{align-items:center;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.nav-links>li>a{color:#dde5f4;border-radius:9px;align-items:center;gap:.3rem;padding:.55rem .85rem;font-size:1rem;font-weight:600;display:inline-flex}.nav-links>li>a:hover{color:#fff;background:#ffffff17;text-decoration:none}.nav-right{align-items:center;gap:1.1rem;display:flex}.has-drop{position:relative}.dropdown{min-width:300px;box-shadow:var(--sh-lg);opacity:0;visibility:hidden;background:#fff;border-radius:14px;margin:.5rem 0 0;padding:.5rem;list-style:none;transition:all .16s;position:absolute;top:100%;left:0;transform:translateY(10px)}.has-drop:hover .dropdown,.has-drop:focus-within .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown a{color:var(--ink);border-radius:9px;align-items:center;gap:.6rem;padding:.65rem .8rem;font-size:.93rem;font-weight:600;display:flex}.dropdown a svg{color:var(--orange-600)}.dropdown a:hover{background:var(--navy-50);color:var(--navy);text-decoration:none}.menu-toggle{color:#fff;cursor:pointer;background:0 0;border:0;padding:.4rem;display:none}.menu-toggle svg{width:30px;height:30px}.hero{background:radial-gradient(120% 120% at 85% -10%,#27407a 0%,var(--navy) 45%,var(--navy-800) 100%);color:#fff;padding:78px 0 84px;position:relative;overflow:hidden}.hero:before{content:"";background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:46px 46px;position:absolute;inset:0;mask-image:radial-gradient(120% 80% at 70% 0,#000,#0000 75%)}.hero-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:48px;display:grid;position:relative}.hero h1{color:#fff;max-width:15ch}.hero h1 .hl{color:#ffb37a}.hero p{color:#c6d2ea;max-width:52ch;font-size:1.2rem}.hero .btns{flex-wrap:wrap;gap:.8rem;margin-top:1.7rem;display:flex}.hero .rating{color:#c6d2ea;align-items:center;gap:.7rem;margin-top:1.5rem;font-size:.95rem;font-weight:600;display:flex}.hero .rating .stars{font-size:1.15rem}.badgeset{flex-wrap:wrap;gap:.5rem;margin-top:1.6rem;display:flex}.badgeset .b{color:#fff;background:#ffffff14;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:.45rem;padding:.5rem .9rem;font-size:.84rem;font-weight:700;display:inline-flex}.badgeset .b svg{color:#7fe0a6}.hero-card{backdrop-filter:blur(2px);box-shadow:var(--sh-lg);background:#ffffff0f;border:1px solid #ffffff24;border-radius:18px;padding:26px}.hero-card h3{color:#fff;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem;display:flex}.hero-card h3 svg{color:#ffb37a}.hero-card .mini{border-top:1px solid #ffffff1a;align-items:flex-start;gap:.7rem;padding:.7rem 0;display:flex}.hero-card .mini:first-of-type{border-top:0}.hero-card .mini svg{color:#7fe0a6;margin-top:.15rem}.hero-card .mini b{color:#fff;font-size:.97rem;display:block}.hero-card .mini span{color:#9db0d6;font-size:.86rem}.trustbar{background:var(--navy-800);color:#fff;padding:16px 0}.trustbar .wrap{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:.7rem 2rem;display:flex}.chip{color:#fff;align-items:center;gap:.5rem;font-size:.92rem;font-weight:700;display:inline-flex}.chip svg{color:#ffb37a}.emerg{background:var(--orange);color:#fff;text-align:center;padding:14px 0;font-size:1rem;font-weight:700}.emerg a{color:#fff;text-decoration:underline}.grid{gap:24px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{border:1px solid var(--line);border-radius:var(--rad);box-shadow:var(--sh-sm);background:#fff;flex-direction:column;height:100%;padding:28px;transition:transform .16s,box-shadow .18s,border-color .18s;display:flex}a.card:hover{box-shadow:var(--sh);border-color:#cfe;border-color:var(--orange-50);text-decoration:none;transform:translateY(-4px)}.card .ico{background:var(--orange-50);width:58px;height:58px;color:var(--orange-600);border-radius:14px;place-items:center;margin-bottom:16px;display:grid}.card .ico svg{stroke-width:1.9px;width:30px;height:30px}.card.navyico .ico{background:var(--navy-50);color:var(--navy-600)}.card h3{color:var(--ink);margin-bottom:.4rem}.card p{color:var(--body);flex:1;margin-bottom:.9rem;font-size:.97rem}.card .more{color:var(--orange-600);align-items:center;gap:.35rem;font-size:.92rem;font-weight:700;display:inline-flex}a.card:hover .more svg{transform:translate(3px)}.card .more svg{transition:transform .16s}.badge{background:var(--navy-50);color:var(--navy-600);letter-spacing:.03em;text-transform:uppercase;border-radius:7px;align-self:flex-start;align-items:center;gap:.35rem;margin-bottom:.7rem;padding:.3rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.badge.hot{background:var(--orange-50);color:var(--orange-600)}.stats{text-align:center;grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.stat b{color:#fff;letter-spacing:-.02em;font-size:2.3rem;font-weight:900;line-height:1;display:block}.stat .o{color:#ffb37a}.stat span{color:#9db0d6;margin-top:.3rem;font-size:.9rem;font-weight:600;display:block}.steps{gap:20px;display:grid}.step{align-items:flex-start;gap:18px;display:flex}.step .n{background:var(--orange-50);width:46px;height:46px;color:var(--orange-600);border-radius:50%;flex:none;place-items:center;font-size:1.1rem;font-weight:900;display:grid}.ticklist{gap:.6rem;margin:0 0 1.2rem;padding:0;list-style:none;display:grid}.ticklist li{padding-left:2rem;position:relative}.ticklist li:before{content:"";background:var(--green);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:50%;width:1.3rem;height:1.3rem;position:absolute;top:.15em;left:0}.section--navy .ticklist li{color:#d6e0f2}.faq{border:1px solid var(--line);box-shadow:var(--sh-sm);background:#fff;border-radius:12px;margin-bottom:.8rem;overflow:hidden}.faq summary{cursor:pointer;color:var(--ink);justify-content:space-between;align-items:center;gap:1rem;padding:18px 20px;font-weight:700;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--orange-600);flex:none;font-size:1.5rem;font-weight:900;line-height:1}.faq[open] summary:after{content:"–"}.faq .a{color:var(--body);padding:0 20px 18px}.logowall{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.logowall .name{border:1px solid var(--line);color:var(--navy);box-shadow:var(--sh-sm);letter-spacing:-.01em;background:#fff;border-radius:10px;padding:.8rem 1.2rem;font-size:.95rem;font-weight:800}.disclaimer{color:var(--muted);text-align:center;margin-top:1.2rem;max-width:700px;margin-inline:auto;font-size:.85rem}.review{border:1px solid var(--line);border-radius:var(--rad);box-shadow:var(--sh-sm);background:#fff;height:100%;padding:26px}.review .stars{margin-bottom:.6rem;font-size:1.1rem;display:block}.review .who{color:var(--ink);align-items:center;gap:.6rem;margin-top:.8rem;font-size:.95rem;font-weight:700;display:flex}.review .who .av{background:var(--navy-50);width:36px;height:36px;color:var(--navy-600);border-radius:50%;place-items:center;font-size:.85rem;font-weight:800;display:grid}.split{grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;display:grid}.imgbox{background:linear-gradient(135deg,var(--navy-50),#f4f7fc);border:1px solid var(--line);border-radius:var(--rad);min-height:300px;color:var(--navy-600);text-align:center;letter-spacing:.1em;text-transform:uppercase;flex-direction:column;justify-content:center;align-items:center;gap:.65rem;padding:28px;font-size:.74rem;font-weight:700;display:flex}.imgbox svg{width:48px;height:48px;color:var(--orange);stroke-width:1.7px}.imgbox.dark{color:#9db0d6;background:#ffffff0d;border-color:#ffffff38}.ctaband{background:linear-gradient(120deg,var(--navy) 0%,var(--navy-700) 100%);color:#fff;text-align:center;box-shadow:var(--sh-lg);border-radius:20px;padding:52px 44px;position:relative;overflow:hidden}.ctaband:after{content:"";background:radial-gradient(circle,#f26a1b47,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;bottom:-80px;right:-80px}.ctaband h2{color:#fff;position:relative}.ctaband p{color:#c6d2ea;max-width:58ch;margin-inline:auto;position:relative}.ctaband .btns{flex-wrap:wrap;justify-content:center;gap:.9rem;margin-top:1.4rem;display:flex;position:relative}.crumb{color:var(--muted);padding:16px 0;font-size:.85rem}.crumb a{color:var(--muted)}.crumb a:hover{color:var(--navy)}.form{border:1px solid var(--line);border-radius:var(--rad);box-shadow:var(--sh);background:#fff;padding:30px}.form .row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.field{margin-bottom:14px}label{color:var(--ink);margin-bottom:.35rem;font-size:.9rem;font-weight:600;display:block}input,select,textarea{border:1px solid var(--line);width:100%;font:inherit;color:var(--ink);background:#fff;border-radius:10px;padding:.8rem .9rem;font-size:.97rem}input:focus,select:focus,textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-50);outline:none}textarea{resize:vertical;min-height:130px}.tag{background:var(--navy-50);color:var(--navy);border-radius:7px;margin:0 .35rem .35rem 0;padding:.28rem .65rem;font-size:.8rem;font-weight:700;display:inline-block}.note{border:1px solid #f3e2be;border-left:4px solid var(--orange);color:#7a5a1e;background:#fff8ec;border-radius:10px;padding:16px 18px;font-size:.9rem}.note code{background:#fff;border:1px solid #ead9b5;border-radius:5px;padding:.05rem .35rem;font-size:.85rem}.callbar{display:none}.site-footer{background:var(--navy-800);color:#9db0d6;padding:58px 0 30px;font-size:.92rem}.site-footer h4{color:#fff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.82rem}.fgrid{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:32px;display:grid}.site-footer a{color:#9db0d6;padding:.2rem 0;display:block}.site-footer a:hover{color:#fff;text-decoration:none}.fbrand{color:#fff;align-items:center;gap:.6rem;margin-bottom:.8rem;font-size:1.05rem;font-weight:800;display:flex}.fcert{color:#7e8dae;flex-wrap:wrap;gap:.4rem;margin-top:.6rem;font-size:.82rem;display:flex}.fcert span{background:#ffffff0f;border-radius:6px;padding:.2rem .5rem}.fbar{border-top:1px solid #ffffff1f;flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-top:38px;padding-top:20px;font-size:.85rem;display:flex}.ph{color:#ffb37a;font-weight:800}.mt0{margin-top:0}.mb0{margin-bottom:0}@media (width<=960px){.hero-grid,.split{grid-template-columns:1fr;gap:34px}.hero-card{order:2}.grid-3,.grid-4,.stats{grid-template-columns:repeat(2,1fr)}.fgrid{grid-template-columns:1fr 1fr}.nav-links{background:var(--navy-800);border-top:1px solid #ffffff1a;flex-direction:column;align-items:stretch;gap:0;max-height:calc(100vh - 92px);padding:10px 18px 20px;display:none;position:fixed;inset:92px 0 auto;overflow:auto}.nav-links.open{display:flex}.nav-links>li>a{padding:.85rem .4rem;font-size:1.05rem}.has-drop .dropdown{opacity:1;visibility:visible;box-shadow:none;background:0 0;min-width:0;margin:0;padding:0 0 .4rem 14px;position:static;transform:none}.dropdown a{color:#b9c6e2}.dropdown a:hover{background:#ffffff0f}.menu-toggle{display:block}.nav-cta,.topbar .left span.hide-sm{display:none}.callbar{z-index:70;border-top:1px solid var(--line);background:#fff;gap:8px;padding:8px 12px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 20px #0e21481f}.callbar .btn{flex:1;padding:.85rem;font-size:1rem}body{padding-bottom:68px}}@media (width<=760px){.topbar{display:none}}@media (width<=600px){.grid-2,.grid-3,.grid-4,.form .row{grid-template-columns:1fr}.section{padding:54px 0}.ctaband{padding:36px 24px}.topbar .left{gap:.8rem}}.mega{min-width:600px;padding:16px;left:0}.mega-grid{grid-template-columns:repeat(3,1fr);gap:6px 18px;display:grid}.mega-col h5{letter-spacing:.09em;text-transform:uppercase;color:var(--muted);margin:.15rem 0 .35rem;font-size:.7rem;font-weight:800}.mega-col ul{margin:0;padding:0;list-style:none}.mega .mega-col a{color:var(--ink);border-radius:9px;align-items:center;gap:.55rem;padding:.48rem .55rem;font-size:.9rem;font-weight:600;display:flex}.mega .mega-col a svg{color:var(--orange-600);flex:none}.mega .mega-col a:hover{background:var(--navy-50);color:var(--navy);text-decoration:none}.mega-feature{background:var(--navy-50);border-radius:11px;align-items:center;gap:.65rem;margin-top:10px;padding:.7rem .8rem;font-weight:700;display:flex;color:var(--navy)!important}.mega-feature svg{color:var(--orange-600);flex:none}.mega-feature small{color:var(--muted);margin-top:1px;font-size:.8rem;font-weight:500;display:block}.mega-feature:hover{background:var(--orange-50);text-decoration:none}.mega-all{color:var(--orange-600);margin-top:8px;padding:.3rem .55rem;font-size:.88rem;font-weight:800;display:inline-block}.mega-all:hover{text-decoration:underline}@media (width<=960px){.mega{min-width:0;padding:0 0 .4rem 14px}.mega-grid{grid-template-columns:1fr;gap:0}.mega-col h5{color:#7e8dae;margin-top:.6rem}.mega .mega-col a{color:#b9c6e2}.mega .mega-col a:hover{color:#fff;background:#ffffff0f}.mega-feature{background:#ffffff0f;margin:.5rem 0;color:#fff!important}.mega-feature small{color:#9db0d4}.mega-all{color:#ffb37a}}.brand-logo{filter:drop-shadow(0 3px 9px #0006);width:auto;height:104px;transition:height .22s;display:block}.site-header.scrolled .brand{transform:none}.site-header.scrolled .brand-logo{height:60px}@media (width<=680px){.brand{transform:none}.brand-logo{filter:none;height:54px}}.fbrand{display:block}.fbrand-logo{width:100%;height:auto;margin-bottom:.7rem;display:block}.flegal a{color:#9db0d4;display:inline}.flegal a:hover{color:#fff}
