/* Homepage v2 page styles. Scoped to #main-content.hp-home: the design carries bare element
   selectors (html, body, *, img, a, h1-h4, p, table, th, td, details, summary) that would
   otherwise restyle the shared header, footer and every table on the page.
   Enqueued by inc/homepage-v2-assets.php on the front page only. */
#main-content.hp-home{
  --ink:#071b2d; --panel:#0f172a; --panel2:#122a44; --panel3:#1b3a5c;
  --paper:#f3f6f8; --line:#d6dee6; --line-2:#e6ecf1;
  --red:#d92f2f; --red-dark:#a81f24; --gold:#c9a84c; --blue:#0d4f86; --green:#10b981;
  --muted:#586a7a; --muted-dark:#93a9c0; --white:#ffffff;
  --body:#1d2c3a; --mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  --sans:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}#main-content.hp-home *{box-sizing:border-box}#main-content.hp-home{scroll-behavior:smooth}#main-content.hp-home{margin:0;font-family:var(--sans);color:#1e293b;background:var(--paper);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}#main-content.hp-home img{max-width:100%;display:block}#main-content.hp-home a{color:inherit}#main-content.hp-home h1,#main-content.hp-home h2,#main-content.hp-home h3,#main-content.hp-home h4{font-family:var(--sans);line-height:1.12;margin:0 0 .5em;letter-spacing:0}#main-content.hp-home h1{font-weight:800}#main-content.hp-home h2{font-weight:700;font-size:clamp(1.6rem,2.7vw,2.6rem)}#main-content.hp-home h3{font-weight:700}#main-content.hp-home p{margin:0 0 1em}#main-content.hp-home .band{width:100%;padding:clamp(61px,5.95vw,112px) 0;border-bottom:1px solid var(--line-2)}#main-content.hp-home .wrap{width:100%;max-width:1520px;margin:0 auto;padding:0 clamp(20px,4vw,64px)}#main-content.hp-home .sec{padding:clamp(61px,5.95vw,112px) 0;border-bottom:1px solid var(--line-2)}#main-content.hp-home .sec--dark{background:var(--ink);color:#dfe9f3;border-bottom-color:#0b1a2b}#main-content.hp-home .eyebrow{font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);display:flex;align-items:center;gap:8px;margin-bottom:16px}#main-content.hp-home .eyebrow::before{content:"";width:9px;height:9px;background:var(--red);display:block;flex:0 0 auto}#main-content.hp-home .sec--dark .eyebrow,#main-content.hp-home .sec--panel .eyebrow,#main-content.hp-home .band--dark .eyebrow,#main-content.hp-home .band--panel .eyebrow{color:var(--muted-dark)}#main-content.hp-home .sec h2{font-size:clamp(1.6rem,2.7vw,2.6rem)}#main-content.hp-home .band h2{font-size:clamp(1.6rem,2.7vw,2.6rem)}#main-content.hp-home .lede{font-size:clamp(1rem,1.02vw,1.16rem);max-width:82ch;color:#3c4d5e}#main-content.hp-home .sec--dark .lede,#main-content.hp-home .sec--panel .lede,#main-content.hp-home .band--dark .lede,#main-content.hp-home .band--panel .lede{color:#b8c8da}#main-content.hp-home .mono{font-family:var(--mono)}#main-content.hp-home .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}#main-content.hp-home .wrap--wide{max-width:1760px}#main-content.hp-home .tbc{display:inline-block;font-family:var(--mono);font-size:11px;letter-spacing:.06em;padding:2px 7px;border:1px dashed var(--gold);border-radius:3px;color:#8a6a12;background:#fdf6e3;white-space:nowrap}#main-content.hp-home .sec--dark .tbc,#main-content.hp-home .sec--panel .tbc{background:rgba(201,168,76,.12);color:var(--gold)}#main-content.hp-home .ok{display:inline-flex;align-items:center;gap:5px;font-family:var(--mono);font-size:11px;letter-spacing:.05em;color:#0a6b45}#main-content.hp-home .sec--dark .ok,#main-content.hp-home .sec--panel .ok{color:#5ee0ad}#main-content.hp-home .ok::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green)}#main-content.hp-home .takeaways{background:#edf2f6}#main-content.hp-home .takeaways__inner{padding:clamp(34px,4vw,54px) 0}#main-content.hp-home .takeaways__title{font-size:clamp(1.1rem,1.6vw,1.35rem);margin-bottom:20px}#main-content.hp-home .takeaways__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 34px;margin:0;padding:0;list-style:none}#main-content.hp-home .takeaways__list li{position:relative;padding-left:22px;color:var(--muted);font-size:13.5px;line-height:1.6}#main-content.hp-home .takeaways__list li::before{content:"—";position:absolute;left:0;color:var(--red)}#main-content.hp-home .takeaways__list b{color:#101b28}
@media (max-width:900px){#main-content.hp-home .takeaways__list{grid-template-columns:1fr}}#main-content.hp-home .btn{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:14px;padding:13px 22px;border-radius:4px;text-decoration:none;border:1px solid transparent;cursor:pointer}#main-content.hp-home .btn--red{background:var(--red);color:#fff}#main-content.hp-home .btn--red:hover{background:var(--red-dark)}#main-content.hp-home .btn--ghost{border-color:rgba(255,255,255,.45);color:#fff}#main-content.hp-home .btn--ghost:hover{border-color:#fff}#main-content.hp-home .btn--outline{border-color:#cbd5e1;color:#1e293b;background:#fff}#main-content.hp-home .btn--outline:hover{border-color:#94a3b8}#main-content.hp-home .slp-carousel{position:relative;overflow:hidden}#main-content.hp-home .slp-carousel .slp-slide{position:absolute;inset:0;margin:0;opacity:0;transition:opacity .75s ease}#main-content.hp-home .slp-carousel .slp-slide.is-active{opacity:1}#main-content.hp-home .slp-carousel .slp-slide img{width:100%;height:100%;object-fit:cover}#main-content.hp-home .slp-carousel .slp-slide figcaption{position:absolute;left:clamp(16px,3vw,32px);bottom:clamp(16px,3vw,32px);max-width:min(560px,72%);background:rgba(7,27,45,.82);border:1px solid rgba(255,255,255,.16);color:#e6eef7;padding:10px 14px;border-radius:4px;font-size:13.5px}#main-content.hp-home .slp-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(7,27,45,.55);color:#fff;font-size:22px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5}#main-content.hp-home .slp-arrow:hover{background:rgba(7,27,45,.85)}#main-content.hp-home .slp-arrow--prev{left:16px}#main-content.hp-home .slp-arrow--next{right:16px}#main-content.hp-home .slp-dots{display:flex;gap:8px;align-items:center;justify-content:center;padding:16px 0 0}#main-content.hp-home .slp-dot{width:9px;height:9px;border-radius:50%;border:0;background:#c3ced8;cursor:pointer;padding:0}#main-content.hp-home .slp-dot.is-active{background:var(--red);transform:scale(1.25)}#main-content.hp-home .band--dark .slp-dot,#main-content.hp-home .band--panel .slp-dot,#main-content.hp-home .sec--dark .slp-dot,#main-content.hp-home .sec--panel .slp-dot{background:#3c5573}#main-content.hp-home .band--dark .slp-dot.is-active,#main-content.hp-home .band--panel .slp-dot.is-active,#main-content.hp-home .sec--dark .slp-dot.is-active,#main-content.hp-home .sec--panel .slp-dot.is-active{background:#ff8a8a}#main-content.hp-home .hp-hero{position:relative;background:#071b2d;color:#eaf2fa;border-bottom:none}#main-content.hp-home .slp-hero{position:relative;display:flex;align-items:center;min-height:min(760px,84vh);overflow:hidden}#main-content.hp-home .slp-hero__slides{position:absolute;inset:0}#main-content.hp-home .slp-hero .slp-slide{position:absolute;inset:0;margin:0;opacity:0;transition:opacity .85s ease}#main-content.hp-home .slp-hero .slp-slide.is-active{opacity:1}#main-content.hp-home .slp-hero .slp-slide img{width:100%;height:100%;object-fit:cover}#main-content.hp-home .slp-hero .slp-slide figcaption{position:absolute;right:clamp(16px,3vw,40px);bottom:clamp(16px,3vw,32px);font-family:var(--mono);font-size:11px;letter-spacing:.08em;color:#dbe7f2;background:rgba(7,27,45,.72);border:1px solid rgba(255,255,255,.18);padding:6px 10px;border-radius:3px}#main-content.hp-home .slp-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,15,26,.95) 0%,rgba(4,15,26,.84) 46%,rgba(4,15,26,.34) 100%)}#main-content.hp-home .slp-hero__content{position:relative;z-index:3;padding-top:clamp(42px,4.6vw,72px);padding-bottom:clamp(38px,4.2vw,62px);max-width:1020px}#main-content.hp-home .hp-hero h1{font-size:clamp(1.95rem,3.2vw,3.5rem);line-height:1.08;margin-bottom:18px;max-width:30ch;text-wrap:balance}#main-content.hp-home .hp-hero p{color:#c2d2e4;font-size:clamp(1rem,1.02vw,1.14rem);max-width:74ch}#main-content.hp-home .hp-hero .cta{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0 22px}#main-content.hp-home .slp-hero__controls{display:flex;align-items:center;gap:16px;margin-bottom:22px}#main-content.hp-home .slp-hero__controls .slp-dots{padding:0}#main-content.hp-home .slp-hero .slp-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;font-size:24px;background:rgba(7,27,45,.55);border-color:rgba(255,255,255,.45);z-index:6}#main-content.hp-home .slp-hero .slp-arrow--prev{left:clamp(12px,2vw,28px)}#main-content.hp-home .slp-hero .slp-arrow--next{right:clamp(12px,2vw,28px)}#main-content.hp-home .slp-hero__data{margin:-6px 0 0;font-family:var(--mono);font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:#e9c877;max-width:74ch}
@keyframes slp-pulse{0%,100%{opacity:.45}50%{opacity:1}}#main-content.hp-home .kpi .src{display:block;margin-top:8px;font-family:var(--mono);font-size:10.5px;color:#7d95ae}#main-content.hp-home .grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(15px,1.36vw,24px);margin-top:clamp(24px,2.55vw,41px)}#main-content.hp-home .grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(14px,1.2vw,20px);margin-top:clamp(24px,2.55vw,41px)}#main-content.hp-home .grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(17px,1.7vw,27px);margin-top:clamp(24px,2.55vw,41px)}#main-content.hp-home .card{background:#fff;border:1px solid var(--line);border-radius:5px;overflow:hidden}#main-content.hp-home .card .pad{padding:clamp(15px,1.28vw,22px)}#main-content.hp-home .card h3{font-size:16px;margin-bottom:6px}#main-content.hp-home .card p{font-size:13.5px;color:#4d5f70;margin:0 0 10px}#main-content.hp-home .card img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;background:#dfe7ee}#main-content.hp-home .sec--dark .card,#main-content.hp-home .sec--panel .card{background:#0c2136;border-color:#22344d;color:#dfe9f3}#main-content.hp-home .sec--dark .card p,#main-content.hp-home .sec--panel .card p{color:#a7bdd4}#main-content.hp-home .num{font-family:var(--mono);font-size:11px;letter-spacing:.1em;color:var(--red);display:block;margin-bottom:8px}#main-content.hp-home .sec--dark .num,#main-content.hp-home .sec--panel .num{color:#ff8a8a}#main-content.hp-home .specs{list-style:none;margin:12px 0 0;padding:0;font-size:12.5px}#main-content.hp-home .specs li{display:flex;justify-content:space-between;gap:10px;padding:6px 0;border-top:1px dashed #dde5ec}#main-content.hp-home .sec--dark .specs li,#main-content.hp-home .sec--panel .specs li{border-top-color:#22344d}#main-content.hp-home .specs span:first-child{color:var(--muted);font-family:var(--mono);font-size:11px;letter-spacing:.04em;text-transform:uppercase}#main-content.hp-home .sec--dark .specs span:first-child,#main-content.hp-home .sec--panel .specs span:first-child{color:#8399b1}#main-content.hp-home .steps{list-style:none;margin:clamp(24px,2.55vw,41px) 0 0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);gap:clamp(12px,1.2vw,19px)}#main-content.hp-home .steps li{background:#fff;border:1px solid var(--line);border-radius:5px;padding:clamp(15px,1.28vw,20px)}#main-content.hp-home .steps b{display:block;font-family:var(--mono);font-size:12px;color:var(--red);margin-bottom:8px}#main-content.hp-home .steps h4{font-size:14.5px;margin:0 0 6px}#main-content.hp-home .steps p{font-size:13px;color:#4d5f70;margin:0}#main-content.hp-home .sec--dark .steps li,#main-content.hp-home .sec--panel .steps li{background:#0c2136;border-color:#22344d}#main-content.hp-home .sec--dark .steps p,#main-content.hp-home .sec--panel .steps p{color:#a7bdd4}#main-content.hp-home .tablewrap{margin-top:clamp(22px,2.2vw,37px);border:1px solid var(--line);border-radius:5px;overflow:hidden;background:#fff}#main-content.hp-home .sec--dark .tablewrap,#main-content.hp-home .sec--panel .tablewrap{border-color:#22344d;background:#0c2136}#main-content.hp-home .scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}#main-content.hp-home table{border-collapse:collapse;width:100%;font-size:13.5px;min-width:720px}#main-content.hp-home th,#main-content.hp-home td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--line-2);vertical-align:top}#main-content.hp-home thead th{background:#eef3f7;font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#42576b;position:sticky;top:0}#main-content.hp-home .sec--dark thead th,#main-content.hp-home .sec--panel thead th{background:#122a44;color:#9db4cc}#main-content.hp-home .sec--dark th,#main-content.hp-home .sec--dark td,#main-content.hp-home .sec--panel th,#main-content.hp-home .sec--panel td{border-bottom:1px solid #1b3a5c}#main-content.hp-home tbody tr:last-child td{border-bottom:none}#main-content.hp-home td.lead,#main-content.hp-home th.lead{font-weight:600;color:#17293b;white-space:nowrap}#main-content.hp-home .sec--dark td.lead,#main-content.hp-home .sec--panel td.lead{color:#eaf2fa}#main-content.hp-home .dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:6px;vertical-align:1px}#main-content.hp-home .dot--rec{background:var(--green)}#main-content.hp-home .dot--suit{background:var(--gold)}#main-content.hp-home .matrix td,#main-content.hp-home .matrix th{text-align:center;padding:10px}#main-content.hp-home .matrix td.lead,#main-content.hp-home .matrix th.lead{text-align:left;position:sticky;left:0;background:#fff;z-index:2;box-shadow:1px 0 0 var(--line)}#main-content.hp-home .sec--dark .matrix td.lead,#main-content.hp-home .sec--dark .matrix th.lead{background:#0c2136;box-shadow:1px 0 0 #22344d}#main-content.hp-home .matrix tbody tr:nth-child(even) td:not(.lead){background:#fafcfd}#main-content.hp-home .sec--dark .matrix tbody tr:nth-child(even) td:not(.lead){background:#0e243c}#main-content.hp-home .legend{display:flex;gap:18px;flex-wrap:wrap;margin-top:12px;font-size:12.5px;color:#4d5f70}#main-content.hp-home .sec--dark .legend,#main-content.hp-home .sec--panel .legend{color:#a7bdd4}#main-content.hp-home .callout{margin-top:14px;padding:12px 14px;border-left:3px solid var(--gold);background:#fdf6e3;font-size:13px;color:#5f4a10}#main-content.hp-home .sec--dark .callout,#main-content.hp-home .sec--panel .callout{background:rgba(201,168,76,.1);color:#e5cf94}#main-content.hp-home .formstep{padding:22px}#main-content.hp-home .formstep + .formstep{border-top:1px dashed var(--line)}#main-content.hp-home .formstep h3{font-size:16px}#main-content.hp-home .fgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:14px}#main-content.hp-home .field label{display:block;font-family:var(--mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#5a6f83;margin-bottom:6px}#main-content.hp-home .field input,#main-content.hp-home .field select,#main-content.hp-home .field textarea{width:100%;padding:10px 12px;border:1px solid var(--line);border-radius:4px;font:inherit;font-size:14px;background:#fbfdff}#main-content.hp-home .field .hint{font-size:11.5px;color:var(--muted);margin-top:5px}#main-content.hp-home details{background:#fff;border:1px solid var(--line);border-radius:5px;margin-bottom:10px}#main-content.hp-home .sec--dark details,#main-content.hp-home .sec--panel details{background:#0c2136;border-color:#22344d}#main-content.hp-home summary{cursor:pointer;padding:15px 18px;font-weight:600;font-size:14.5px;list-style:none;display:flex;justify-content:space-between;gap:16px}#main-content.hp-home summary::-webkit-details-marker{display:none}#main-content.hp-home summary::after{content:"+";font-family:var(--mono);color:var(--red)}#main-content.hp-home details[open] summary::after{content:"–"}#main-content.hp-home details .ans{padding:0 18px 16px;font-size:14px;color:#4d5f70}#main-content.hp-home .sec--dark details .ans,#main-content.hp-home .sec--panel details .ans{color:#b8c8da}#main-content.hp-home footer{background:#05131f;color:#8fa6bd;font-size:13px;padding:34px 0}#main-content.hp-home footer .cols{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}#main-content.hp-home footer h4{color:#dbe6f1;font-size:13px;font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase}#main-content.hp-home footer a{color:#9db4cc;text-decoration:none;display:block;padding:3px 0}#main-content.hp-home footer a:hover{color:#fff}#main-content.hp-home footer .fine{margin-top:26px;border-top:1px solid #16283f;padding-top:16px;font-size:12px;color:#6d839a}
@media (max-width:1100px){#main-content.hp-home .grid4{grid-template-columns:repeat(2,1fr)}#main-content.hp-home .steps{grid-template-columns:repeat(2,1fr)}#main-content.hp-home footer .cols{grid-template-columns:repeat(2,1fr)}}
@media (max-width:720px){#main-content.hp-home .slp-hero .slp-slide figcaption{display:none}#main-content.hp-home .slp-hero .slp-arrow{width:40px;height:40px;font-size:20px}#main-content.hp-home .grid3,#main-content.hp-home .grid2{grid-template-columns:1fr}#main-content.hp-home .steps{grid-template-columns:1fr}#main-content.hp-home .fgrid{grid-template-columns:1fr}}
@media (max-width:1000px){#main-content.hp-home .slp-hero__content{max-width:none}}
@media (max-width:560px){#main-content.hp-home .grid4{grid-template-columns:1fr}#main-content.hp-home .tbc{white-space:normal}#main-content.hp-home .band,#main-content.hp-home .sec{padding:56px 0}}#main-content.hp-home .scrollhint{display:none}
@media (max-width:900px){#main-content.hp-home .scrollhint{display:block;margin:10px 0 0;font-family:var(--mono);font-size:11px;letter-spacing:.06em;color:var(--muted)}#main-content.hp-home .sec--dark .scrollhint,#main-content.hp-home .sec--panel .scrollhint{color:#8399b1}}#main-content.hp-home .eyebrow--dash{color:var(--blue)}#main-content.hp-home .eyebrow--dash::before{width:24px;height:2px;border-radius:0}#main-content.hp-home .btn-arrow{font-size:16px;transition:transform .18s ease}#main-content.hp-home .btn:hover .btn-arrow{transform:translateX(4px)}#main-content.hp-home .btn--blue{background:#1a56db;color:#fff}#main-content.hp-home .btn--blue:hover{background:#1444ad}#main-content.hp-home .btn--ink{background:var(--ink);color:#fff}#main-content.hp-home .btn--ink:hover{background:#0b2b47}#main-content.hp-home .slp-hero__content{max-width:none}#main-content.hp-home .slp-hero__grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(350px,.8fr);gap:clamp(28px,4.4vw,72px);align-items:center;width:100%}#main-content.hp-home .slp-hero__copy h1{font-size:clamp(2.05rem,3.8vw,3.5rem);line-height:1.06;max-width:16ch;margin-bottom:.4em}#main-content.hp-home .accent{color:#ff5a63}#main-content.hp-home .slp-hero__lede{max-width:60ch;color:#c3d4e4;font-size:clamp(1rem,1.1vw,1.12rem);margin-bottom:1em}#main-content.hp-home .slp-hero .cta{margin:22px 0 20px}#main-content.hp-home .hero-panel{position:relative;border:1px solid rgba(137,170,203,.24);background:rgba(6,18,31,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 30px 80px rgba(0,0,0,.38)}#main-content.hp-home .hero-panel::before,#main-content.hp-home .hero-panel::after{content:"";position:absolute;width:20px;height:20px;pointer-events:none}#main-content.hp-home .hero-panel::before{top:-1px;left:-1px;border-top:2px solid #2f6fd0;border-left:2px solid #2f6fd0}#main-content.hp-home .hero-panel::after{right:-1px;bottom:-1px;border-right:2px solid var(--red);border-bottom:2px solid var(--red)}#main-content.hp-home .hero-panel__head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 24px;border-bottom:1px solid rgba(164,189,214,.17);font-family:var(--mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#8aa6c4}#main-content.hp-home .hero-panel__state{display:flex;align-items:center;gap:9px;color:var(--gold)}#main-content.hp-home .hero-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 10px rgba(201,168,76,.65)}#main-content.hp-home .hero-metrics{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid rgba(164,189,214,.17)}#main-content.hp-home .hero-metric{padding:20px 24px;border-right:1px solid rgba(164,189,214,.17);border-bottom:1px solid rgba(164,189,214,.17)}#main-content.hp-home .hero-metric:nth-child(2n){border-right:0}#main-content.hp-home .hero-metric:nth-last-child(-n+2){border-bottom:0}#main-content.hp-home .hero-metric b{display:block;color:#fff;font-size:clamp(1.55rem,2.3vw,2.2rem);line-height:1;letter-spacing:-.03em}#main-content.hp-home .hero-metric b em{color:#7fb0f2;font-style:normal}#main-content.hp-home .hero-metric span{display:block;margin-top:9px;font-family:var(--mono);font-size:9.5px;letter-spacing:.12em;line-height:1.5;text-transform:uppercase;color:#7e9abb}#main-content.hp-home .hero-checks{display:grid;gap:8px;padding:22px 24px}#main-content.hp-home .hero-check{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 12px;border:1px solid rgba(145,173,201,.16);border-left:2px solid #2f6fd0;background:rgba(255,255,255,.03);color:#d8e4ef;font-size:12.5px}#main-content.hp-home .hero-check span:last-child{flex:0 0 auto;padding:3px 6px;background:rgba(244,198,66,.12);color:var(--gold);font-family:var(--mono);font-size:8.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}#main-content.hp-home .hero-panel__note{margin:0;padding:0 24px 22px;font-family:var(--mono);font-size:9.5px;line-height:1.6;color:#7b93ab}#main-content.hp-home .slp-hero .slp-slide figcaption{display:none}#main-content.hp-home .fitment-split{display:grid;grid-template-columns:minmax(270px,.72fr) minmax(0,1.32fr);gap:clamp(32px,5.4vw,92px);align-items:start}#main-content.hp-home .fitment-copy{position:sticky;top:96px}#main-content.hp-home .fitment-copy .lede{margin-bottom:26px}#main-content.hp-home .checks{border-top:1px solid var(--line)}#main-content.hp-home .check{display:grid;grid-template-columns:62px minmax(0,1fr) auto;gap:18px;align-items:center;padding:22px 0;border-bottom:1px solid var(--line)}#main-content.hp-home .check__num{font-family:var(--mono);font-size:12px;font-weight:700;letter-spacing:.12em;color:var(--red)}#main-content.hp-home .check h3{font-size:1.06rem;margin:0 0 4px}#main-content.hp-home .check p{margin:0;font-size:13.5px;color:#4d5f70}#main-content.hp-home .check__tag{padding:5px 8px;border:1px solid #c6d1dc;border-radius:3px;font-family:var(--mono);font-size:9.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#33475c;white-space:nowrap}#main-content.hp-home .quote-layout{display:grid;grid-template-columns:minmax(270px,.74fr) minmax(0,1.16fr);gap:clamp(30px,5.4vw,88px);align-items:start}#main-content.hp-home .qfacts{margin-top:28px;border-top:1px solid var(--line)}#main-content.hp-home .qfact{display:grid;grid-template-columns:26px 1fr;gap:12px;padding:15px 0;border-bottom:1px solid var(--line)}#main-content.hp-home .qfact>span{font-family:var(--mono);font-weight:800;color:var(--red)}#main-content.hp-home .qfact b{display:block;font-size:13.5px}#main-content.hp-home .qfact small{display:block;color:var(--muted);font-size:12px}#main-content.hp-home .qcard{background:#fff;border-top:4px solid var(--red);border-radius:0 0 6px 6px;box-shadow:0 18px 50px rgba(9,28,46,.12)}#main-content.hp-home .qcard__head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 26px;border-bottom:1px solid var(--line)}#main-content.hp-home .qcard__head b{font-size:15px}#main-content.hp-home .qcard__step{font-family:var(--mono);font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue)}#main-content.hp-home .qcard .formstep{padding:26px}#main-content.hp-home .qcard .formstep+.formstep{border-top:1px solid var(--line)}#main-content.hp-home .qcard .fgrid{margin-top:0}#main-content.hp-home .field--full{grid-column:1/-1}#main-content.hp-home .field label span{color:var(--red)}#main-content.hp-home .form-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;margin-top:22px}#main-content.hp-home .form-privacy{margin:0;max-width:34ch;font-size:11.5px;color:#74818e}#main-content.hp-home .form-status{margin-top:18px;padding:13px 15px;border-left:3px solid var(--blue);background:#eef4ff;color:#27446b;font-size:13px}#main-content.hp-home .gallery{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:235px;gap:14px;margin-top:clamp(22px,2.55vw,39px)}#main-content.hp-home .gallery figure{position:relative;margin:0;overflow:hidden;border-radius:5px;background:#0c2136}#main-content.hp-home .gallery figure:nth-child(1),#main-content.hp-home .gallery figure:nth-child(4){grid-column:span 7}#main-content.hp-home .gallery figure:nth-child(2),#main-content.hp-home .gallery figure:nth-child(3){grid-column:span 5}#main-content.hp-home .gallery figure:nth-child(5),#main-content.hp-home .gallery figure:nth-child(6){grid-column:span 6}#main-content.hp-home .gallery img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}#main-content.hp-home .gallery figure:hover img{transform:scale(1.035)}#main-content.hp-home .gallery figcaption{position:absolute;inset:auto 0 0;padding:28px 18px 14px;background:linear-gradient(transparent,rgba(4,16,28,.92));color:#fff;font-size:12.5px;font-weight:600}#main-content.hp-home .gallery figcaption span{display:block;font-family:var(--mono);font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;color:#9db1c4}#main-content.hp-home .headsplit{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.72fr);gap:clamp(26px,4vw,64px);align-items:end;margin-bottom:clamp(24px,3vw,44px)}#main-content.hp-home .headsplit .lede{margin:0}#main-content.hp-home .table--decision thead th{position:static;background:#0b1f33;color:#9db4cc}#main-content.hp-home .table--decision th,#main-content.hp-home .table--decision td{padding:18px 20px}#main-content.hp-home .table--decision td:first-child{font-weight:650;color:#17293b;white-space:nowrap}#main-content.hp-home .table--decision td:last-child{color:#33475c}#main-content.hp-home .scopegrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line);margin-top:clamp(22px,2.55vw,39px)}#main-content.hp-home .scope{position:relative;min-height:230px;padding:24px 22px 26px;background:#fff}#main-content.hp-home .scope__tag{display:block;margin-bottom:34px;font-family:var(--mono);font-size:9.5px;font-weight:700;letter-spacing:.12em;color:var(--blue)}#main-content.hp-home .scope__rule{position:absolute;left:22px;right:22px;top:52px;height:1px;background:linear-gradient(90deg,var(--red),var(--line) 46%,transparent)}#main-content.hp-home .scope h3{font-size:1.04rem;margin-bottom:6px}#main-content.hp-home .scope p{margin:0;font-size:12.5px;color:#4d5f70}#main-content.hp-home .cap-note{margin:0;padding:17px 22px;background:var(--ink);color:#afc2d3;font-size:12.5px}#main-content.hp-home .cap-note strong{color:#fff}
@media (max-width:1100px){#main-content.hp-home .slp-hero__grid{grid-template-columns:1fr;gap:clamp(22px,3.4vw,40px)}#main-content.hp-home .fitment-split,#main-content.hp-home .quote-layout,#main-content.hp-home .headsplit{grid-template-columns:1fr}#main-content.hp-home .fitment-copy{position:static}#main-content.hp-home .headsplit{align-items:start}#main-content.hp-home .scopegrid{grid-template-columns:repeat(2,minmax(0,1fr))}#main-content.hp-home .gallery{grid-auto-rows:220px}}
@media (max-width:720px){#main-content.hp-home .slp-hero .slp-arrow{display:none}#main-content.hp-home .hero-panel__head,#main-content.hp-home .hero-checks,#main-content.hp-home .hero-panel__note{padding-left:16px;padding-right:16px}#main-content.hp-home .hero-metric{padding:16px 16px}#main-content.hp-home .hero-check{font-size:12px}#main-content.hp-home .check{grid-template-columns:42px minmax(0,1fr);gap:12px}#main-content.hp-home .check__tag{grid-column:2;justify-self:start;margin-top:-6px}#main-content.hp-home .scopegrid{grid-template-columns:1fr}#main-content.hp-home .scope{min-height:0}#main-content.hp-home .gallery{grid-template-columns:1fr;grid-auto-rows:210px}#main-content.hp-home .gallery figure:nth-child(n){grid-column:auto}#main-content.hp-home .form-actions{justify-content:flex-start}}#main-content.hp-home{
  --blue:#2864dc; --blue-soft:#8eb7ff;
  --red:#e12636; --red-dark:#b81322;
  --gold:#f4c642;
  --line:#d9e0e7; --line-2:#e8edf2;
}#main-content.hp-home h1,#main-content.hp-home h2,#main-content.hp-home h3,#main-content.hp-home h4{letter-spacing:-.02em}#main-content.hp-home h2,#main-content.hp-home .sec h2,#main-content.hp-home .band h2{font-size:clamp(1.85rem,3vw,3.05rem)}#main-content.hp-home .eyebrow{color:var(--blue);font-size:11.5px;letter-spacing:.15em;gap:12px}#main-content.hp-home .eyebrow::before{width:24px;height:2px;border-radius:0}#main-content.hp-home .sec--dark .eyebrow,#main-content.hp-home .sec--panel .eyebrow,#main-content.hp-home .band--dark .eyebrow,#main-content.hp-home .band--panel .eyebrow{color:var(--blue-soft)}#main-content.hp-home .btn{
  min-height:52px;
  padding:13px 22px;
  border-radius:0;
  font-size:13px;
  font-weight:850;
  letter-spacing:.065em;
  text-transform:uppercase;
  clip-path:polygon(0 0,calc(100% - 11px) 0,100% 11px,100% 100%,0 100%);
  transition:transform .18s ease,background .18s ease,border-color .18s ease;
}#main-content.hp-home .btn:hover{transform:translateY(-2px)}#main-content.hp-home .btn--red{background:var(--red)}#main-content.hp-home .btn--red:hover{background:#f12a3c}#main-content.hp-home .btn--blue{background:var(--blue)}#main-content.hp-home .btn--blue:hover{background:#3472ec}#main-content.hp-home .btn--ink{background:#071827}#main-content.hp-home .btn--ink:hover{background:#0d243a}#main-content.hp-home .card,#main-content.hp-home .tablewrap,#main-content.hp-home .kpi,#main-content.hp-home .formshell,#main-content.hp-home .qcard,#main-content.hp-home .scope,#main-content.hp-home .gallery figure,#main-content.hp-home .steps li,#main-content.hp-home .callout,#main-content.hp-home .chip,#main-content.hp-home .badge,#main-content.hp-home .field input,#main-content.hp-home .field select,#main-content.hp-home .field textarea,#main-content.hp-home .scopegrid,#main-content.hp-home .slp-carousel{border-radius:0}#main-content.hp-home .slp-hero__copy h1{font-size:clamp(2.3rem,4.3vw,4.35rem);max-width:15ch}#main-content.hp-home .slp-hero__lede{font-size:clamp(1.02rem,1.25vw,1.16rem)}#main-content.hp-home .hero-panel::before{border-top-color:var(--blue);border-left-color:var(--blue)}#main-content.hp-home .hero-check{border-left-color:var(--blue)}#main-content.hp-home .hero-metric b em{color:var(--blue-soft)}#main-content.hp-home .headsplit .lede{font-size:clamp(1rem,1.12vw,1.14rem);color:#4d5f70}#main-content.hp-home .sec--dark .headsplit .lede,#main-content.hp-home .sec--panel .headsplit .lede{color:#b8c8da}#main-content.hp-home .kpi .tbc{display:inline-block;width:auto;margin-top:0}#main-content.hp-home thead th{background:#071827;color:#9db4cc}#main-content.hp-home .sec--dark thead th,#main-content.hp-home .sec--panel thead th{background:#0b1f33}
@media (max-width:1100px){#main-content.hp-home .headsplit{align-items:start}}
@media (max-width:720px){#main-content.hp-home h2,#main-content.hp-home .sec h2,#main-content.hp-home .band h2{font-size:clamp(1.6rem,6.6vw,2.05rem)}#main-content.hp-home .slp-hero__copy h1{font-size:clamp(1.95rem,8vw,2.6rem);max-width:none}#main-content.hp-home .cta .btn,#main-content.hp-home .form-actions .btn{width:100%;justify-content:center}#main-content.hp-home .btn{min-height:48px}}#main-content.hp-home .slp-hero{min-height:min(790px,calc(100vh - 120px))}#main-content.hp-home .slp-hero__slides{position:absolute;inset:0;z-index:0}#main-content.hp-home .slp-hero__overlay{z-index:1;background:linear-gradient(90deg,rgba(3,14,24,.98) 0%,rgba(3,14,24,.93) 44%,rgba(3,14,24,.68) 70%,rgba(3,14,24,.82) 100%)}#main-content.hp-home .slp-hero::before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:radial-gradient(circle at 15% 34%,rgba(40,100,220,.14),transparent 30%),linear-gradient(rgba(77,117,154,.075) 1px,transparent 1px),linear-gradient(90deg,rgba(77,117,154,.075) 1px,transparent 1px);background-size:auto,64px 64px,64px 64px;-webkit-mask-image:linear-gradient(90deg,#000 0 66%,transparent 90%);mask-image:linear-gradient(90deg,#000 0 66%,transparent 90%)}#main-content.hp-home .slp-hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;z-index:5;pointer-events:none;background:linear-gradient(90deg,var(--red) 0 32%,var(--blue) 32% 59%,transparent 59%)}#main-content.hp-home .slp-hero__content{padding-top:clamp(64px,8vw,104px);padding-bottom:clamp(64px,8vw,104px)}#main-content.hp-home .slp-hero__grid{grid-template-columns:minmax(0,1.05fr) minmax(430px,.78fr);gap:clamp(44px,6vw,88px)}#main-content.hp-home .slp-hero__copy{max-width:720px}#main-content.hp-home .slp-hero__copy h1{font-size:clamp(2.55rem,5vw,5.15rem);line-height:.99;letter-spacing:-.025em;max-width:13ch;margin-bottom:24px;text-wrap:balance}#main-content.hp-home .hp-hero .slp-hero__lede{max-width:680px;margin-bottom:0;color:#b9ccdd;font-size:clamp(1.04rem,1.4vw,1.2rem)}#main-content.hp-home .slp-hero .cta{margin:32px 0 22px}#main-content.hp-home .hp-hero .slp-hero__data{display:flex;align-items:flex-start;gap:10px;max-width:660px;margin:0;color:#8fa9bf;font-family:var(--mono);font-size:11px;letter-spacing:.045em;line-height:1.55;text-transform:uppercase}#main-content.hp-home .slp-hero__data::before{content:"+";color:var(--red);font-size:16px;font-weight:900;line-height:1.15}#main-content.hp-home .slp-hero__controls{position:absolute;left:50%;bottom:16px;z-index:7;margin:0;transform:translateX(-50%)}#main-content.hp-home .slp-hero__controls .slp-dots{padding:0}#main-content.hp-home .hero-metric b{font-size:clamp(1.75rem,3vw,2.6rem)}#main-content.hp-home .hero-metric span{font-size:9px;letter-spacing:.13em}#main-content.hp-home .hero-check{font-size:12px}#main-content.hp-home .hp-hero .hero-panel__note{font-size:9px;line-height:1.55;color:#718ba5}
@media (max-width:1100px){#main-content.hp-home .slp-hero__content{padding-top:clamp(48px,7vw,72px);padding-bottom:clamp(48px,7vw,72px)}}
@media (max-width:720px){#main-content.hp-home .slp-hero{min-height:auto}#main-content.hp-home .slp-hero__copy h1{font-size:clamp(2.35rem,12vw,3.65rem);max-width:none}}#main-content.hp-home .wrap,#main-content.hp-home .wrap--wide{max-width:1240px}#main-content.hp-home .wrap{padding-left:24px;padding-right:24px}#main-content.hp-home .slp-hero__content{max-width:1240px;padding-left:24px;padding-right:24px}#main-content.hp-home .sec{position:relative;padding:clamp(76px,8vw,118px) 0;background:var(--white)}#main-content.hp-home .sec--soft{background:#edf2f6}#main-content.hp-home .sec--dark{background:#04101c;color:#fff}#main-content.hp-home .sec--grid::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.42;background-image:linear-gradient(rgba(116,153,188,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(116,153,188,.08) 1px,transparent 1px);background-size:54px 54px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 88%);mask-image:linear-gradient(to bottom,#000,transparent 88%)}#main-content.hp-home .sec--grid>.wrap{position:relative;z-index:1}#main-content.hp-home .headsplit{margin-bottom:clamp(34px,5vw,58px)}#main-content.hp-home footer{background:#030c15;color:#91a7ba;padding:0}#main-content.hp-home footer .cols{gap:44px;padding:62px 0 48px}#main-content.hp-home footer h4{color:#fff;font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px}#main-content.hp-home footer a{color:#91a7ba;font-size:12px;padding:6px 0}#main-content.hp-home footer a:hover{color:#fff}#main-content.hp-home footer .fine{margin-top:0;padding:20px 0 25px;border-top:1px solid rgba(164,189,214,.17);font-size:12px;color:#6d839a}#main-content.hp-home .final-cta{position:relative;overflow:hidden;background:var(--red);color:#fff}#main-content.hp-home .final-cta::before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(4,16,28,.98) 0 53%,rgba(4,16,28,.7) 74%,rgba(4,16,28,.34)),url("../images/homepage/v2/03-blue-caliper-rotor.webp") right center/55% auto no-repeat}#main-content.hp-home .final-cta__inner{position:relative;z-index:2;min-height:430px;display:grid;grid-template-columns:minmax(0,1fr) .65fr;align-items:center;gap:50px;padding:68px 0}#main-content.hp-home .final-cta h2{font-size:clamp(1.85rem,3vw,3.05rem);max-width:14ch}#main-content.hp-home .final-cta p{max-width:620px;margin-bottom:0;color:#b9c9d8}#main-content.hp-home .final-cta__actions{display:flex;flex-direction:column;align-items:stretch;justify-self:end;gap:10px;width:min(100%,310px)}
@media (max-width:1100px){#main-content.hp-home .final-cta__inner{grid-template-columns:1fr;min-height:0;gap:28px}#main-content.hp-home .final-cta__actions{justify-self:start;width:100%}}
@media (max-width:720px){#main-content.hp-home .sec{padding:68px 0}#main-content.hp-home footer .cols{gap:28px;padding:44px 0 34px}#main-content.hp-home .final-cta::before{background:linear-gradient(100deg,rgba(4,16,28,.98),rgba(4,16,28,.79)),url("../images/homepage/v2/03-blue-caliper-rotor.webp") center/cover no-repeat}}#main-content.hp-home{--paper:#f3f6f9;--ink:#101b28;--muted:#5e6a77;--navy-950:#04101c;--navy-900:#071827;--navy-850:#0a1d30;--line-dark:rgba(164,189,214,.17)}#main-content.hp-home .wrap,#main-content.hp-home .wrap--wide{width:min(1240px,calc(100% - 48px));max-width:none;margin:0 auto;padding:0}#main-content.hp-home .slp-hero__content{width:min(1240px,calc(100% - 48px));max-width:none;padding:clamp(64px,8vw,104px) 0}#main-content.hp-home{color:var(--ink);background:var(--paper);line-height:1.65}#main-content.hp-home h1,#main-content.hp-home h2,#main-content.hp-home h3,#main-content.hp-home h4{letter-spacing:-.025em}#main-content.hp-home h1{font-size:clamp(2.55rem,5vw,5.15rem);line-height:.99;margin-bottom:24px}#main-content.hp-home h2,#main-content.hp-home .sec h2,#main-content.hp-home .band h2,#main-content.hp-home .headsplit h2,#main-content.hp-home .section-head h2{font-size:clamp(2rem,3.5vw,3.55rem);line-height:1.08;margin-bottom:22px}#main-content.hp-home h3{font-size:clamp(1.12rem,1.6vw,1.4rem);line-height:1.25;margin-bottom:10px}#main-content.hp-home .lede,#main-content.hp-home .headsplit .lede{font-size:clamp(1rem,1.4vw,1.18rem);color:var(--muted)}#main-content.hp-home .sec--dark .lede,#main-content.hp-home .sec--panel .lede,#main-content.hp-home .sec--dark .headsplit .lede,#main-content.hp-home .sec--panel .headsplit .lede{color:#b8cadb}#main-content.hp-home .check h3{font-size:clamp(1.12rem,1.6vw,1.4rem)}#main-content.hp-home .scope h3{font-size:1.1rem}#main-content.hp-home .cap-note{background:var(--navy-900)}#main-content.hp-home .eyebrow{font-size:12px;letter-spacing:.15em}#main-content.hp-home .headsplit{gap:60px}#main-content.hp-home .field input,#main-content.hp-home .field select,#main-content.hp-home .field textarea{border-color:#cbd5df;background:#fbfcfd;padding:11px 13px;color:var(--ink);border-radius:0}#main-content.hp-home .field input:focus,#main-content.hp-home .field select:focus,#main-content.hp-home .field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(40,100,220,.12)}#main-content.hp-home thead th{background:var(--navy-900);color:#9db4cc}#main-content.hp-home .table--decision thead th{background:var(--navy-900)}#main-content.hp-home .sec--dark .card,#main-content.hp-home .sec--panel .card,#main-content.hp-home .sec--dark .badge,#main-content.hp-home .sec--panel .badge{background:rgba(255,255,255,.018);border-color:var(--line-dark)}#main-content.hp-home .sec--dark .tablewrap,#main-content.hp-home .sec--panel .tablewrap{background:transparent;border-color:var(--line-dark)}#main-content.hp-home .sec--dark thead th,#main-content.hp-home .sec--panel thead th{background:var(--navy-900);color:#9db4cc}#main-content.hp-home .sec--dark th,#main-content.hp-home .sec--dark td,#main-content.hp-home .sec--panel th,#main-content.hp-home .sec--panel td{border-bottom-color:var(--line-dark)}#main-content.hp-home .sec--dark details,#main-content.hp-home .sec--panel details{background:rgba(255,255,255,.018);border-color:var(--line-dark)}#main-content.hp-home .sec--dark .matrix td.lead,#main-content.hp-home .sec--dark .matrix th.lead{background:transparent;box-shadow:1px 0 0 var(--line-dark)}#main-content.hp-home .sec--dark .matrix tbody tr:nth-child(even) td:not(.lead){background:rgba(255,255,255,.02)}#main-content.hp-home .sec--dark .kpi,#main-content.hp-home .sec--panel .kpi{background:var(--line-dark);border-color:var(--line-dark)}#main-content.hp-home .sec--dark .kpi>div,#main-content.hp-home .sec--panel .kpi>div{background:var(--navy-950)}#main-content.hp-home .sec--dark .steps li,#main-content.hp-home .sec--panel .steps li{background:rgba(255,255,255,.018);border-color:var(--line-dark)}
@media (max-width:720px){#main-content.hp-home h2,#main-content.hp-home .sec h2,#main-content.hp-home .band h2,#main-content.hp-home .headsplit h2,#main-content.hp-home .section-head h2{font-size:clamp(1.85rem,8.7vw,2.7rem);line-height:1.1}#main-content.hp-home h1{font-size:clamp(2.35rem,12vw,3.65rem)}}#main-content.hp-home .faq-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:60px;align-items:start}#main-content.hp-home .faq-copy .lede{margin-bottom:26px}#main-content.hp-home .hp-faq-list{border-top:1px solid var(--line-dark)}#main-content.hp-home .hp-faq-list details{border:0;border-bottom:1px solid var(--line-dark);border-radius:0;background:transparent;margin-bottom:0}#main-content.hp-home .hp-faq-list summary{padding:22px 54px 22px 0;font-weight:750;font-size:16px;color:#fff}#main-content.hp-home .hp-faq-list summary::after{right:5px;top:19px;font-size:22px}#main-content.hp-home .hp-faq-list details .ans{padding:0 54px 20px 0;font-size:14px;color:#b8cadb}#main-content.hp-home .field label{font-family:inherit;font-size:11px;font-weight:800;letter-spacing:.035em;text-transform:none;color:#334253;margin-bottom:7px}#main-content.hp-home .field label span{color:var(--red)}#main-content.hp-home footer .cols{grid-template-columns:1.4fr repeat(4,1fr);gap:38px}#main-content.hp-home .footer__about p{margin:20px 0 0;max-width:330px;font-size:12px;color:#91a7ba}#main-content.hp-home .brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none}#main-content.hp-home .brand__mark{position:relative;width:38px;height:32px;flex:0 0 auto}#main-content.hp-home .brand__mark::before,#main-content.hp-home .brand__mark::after{content:"";position:absolute;inset:3px 9px;border:4px solid var(--red);transform:skewX(-14deg)}#main-content.hp-home .brand__mark::after{inset:10px 2px 2px 16px;border-color:var(--blue)}#main-content.hp-home .brand__text b{display:block;color:#fff;font-size:17px;letter-spacing:.08em;line-height:1}#main-content.hp-home .brand__text small{display:block;margin-top:5px;color:#91a8bc;font-family:var(--mono);font-size:8px;letter-spacing:.18em;text-transform:uppercase}#main-content.hp-home .footer__bottom{display:flex;justify-content:space-between;gap:30px;padding:20px 0 25px;border-top:1px solid var(--line-dark);color:#7f93a8;font-family:var(--mono);font-size:9px;letter-spacing:.06em;text-transform:uppercase}#main-content.hp-home .slp-hero__controls .slp-dots{gap:2px}#main-content.hp-home .slp-dot{position:relative;width:32px;height:32px;background:transparent}#main-content.hp-home .slp-dot::before{content:"";position:absolute;left:50%;top:50%;width:9px;height:9px;margin:-4.5px 0 0 -4.5px;border-radius:50%;background:#c3ced8;transition:background .18s ease,transform .18s ease}#main-content.hp-home .slp-dot.is-active{background:transparent;transform:none}#main-content.hp-home .slp-dot.is-active::before{background:var(--red);transform:scale(1.25)}#main-content.hp-home .sec--dark .slp-dot,#main-content.hp-home .sec--panel .slp-dot,#main-content.hp-home .band--dark .slp-dot,#main-content.hp-home .band--panel .slp-dot{background:transparent}#main-content.hp-home .sec--dark .slp-dot::before,#main-content.hp-home .sec--panel .slp-dot::before{background:#3c5573}#main-content.hp-home .sec--dark .slp-dot.is-active::before,#main-content.hp-home .sec--panel .slp-dot.is-active::before{background:#ff8a8a}#main-content.hp-home footer a{display:flex;align-items:center;min-height:40px;padding:0}
@media (max-width:1100px){#main-content.hp-home .faq-layout{grid-template-columns:1fr;gap:32px}#main-content.hp-home footer .cols{grid-template-columns:repeat(2,1fr)}}
@media (max-width:720px){#main-content.hp-home footer .cols{grid-template-columns:1fr}#main-content.hp-home .footer__bottom{flex-direction:column;gap:8px}}


@media (max-width:1080px){#main-content.hp-home .slp-hero__grid{grid-template-columns:minmax(0,1fr) minmax(390px,.86fr);gap:38px}#main-content.hp-home .final-cta__inner{grid-template-columns:1fr;min-height:0;gap:28px}#main-content.hp-home .final-cta__actions{justify-self:start;width:100%}}
@media (max-width:900px){#main-content.hp-home .wrap,#main-content.hp-home .wrap--wide,#main-content.hp-home .slp-hero__content{width:min(100% - 36px,760px)}#main-content.hp-home .slp-hero__grid{grid-template-columns:1fr;gap:clamp(22px,3.4vw,34px)}#main-content.hp-home .slp-hero__content{padding-top:74px;padding-bottom:82px}}
@media (max-width:620px){#main-content.hp-home .wrap,#main-content.hp-home .wrap--wide,#main-content.hp-home .slp-hero__content{width:calc(100% - 28px)}}#main-content.hp-home .section--compact{padding:0}#main-content.hp-home .trustbar{position:relative;z-index:3;background:var(--white);border-bottom:1px solid var(--line)}#main-content.hp-home .trustbar__grid{display:grid;grid-template-columns:repeat(4,1fr)}#main-content.hp-home .trust-item{min-height:98px;display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;padding:20px 25px;border-right:1px solid var(--line)}#main-content.hp-home .trust-item:last-child{border-right:0}#main-content.hp-home .trust-item__icon{color:var(--red);font-family:var(--mono);font-size:18px;font-weight:900}#main-content.hp-home .trust-item b{display:block;font-size:14px}#main-content.hp-home .trust-item span{display:block;margin-top:2px;color:var(--muted);font-size:11px;line-height:1.45}
@media (max-width:900px){#main-content.hp-home .trustbar__grid{grid-template-columns:repeat(2,1fr)}#main-content.hp-home .trust-item:nth-child(2){border-right:0}#main-content.hp-home .trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media (max-width:620px){#main-content.hp-home .trustbar__grid{grid-template-columns:1fr}#main-content.hp-home .trust-item{border-right:0;border-bottom:1px solid var(--line)}#main-content.hp-home .trust-item:last-child{border-bottom:0}}#main-content.hp-home .faq-layout{grid-template-columns:minmax(260px,.62fr) minmax(0,1.25fr);gap:clamp(46px,8vw,110px)}
@media (max-width:1100px){#main-content.hp-home .faq-layout{grid-template-columns:1fr;gap:32px}}#main-content.hp-home #why{background-image:linear-gradient(rgba(7,24,39,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(7,24,39,.05) 1px,transparent 1px);background-size:54px 54px}#main-content.hp-home .vprop{background:#fff;border:1px solid var(--line);border-top:4px solid var(--blue);box-shadow:0 18px 50px rgba(9,28,46,.08)}#main-content.hp-home .vprop__head{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);gap:clamp(30px,5vw,72px);align-items:center;padding:clamp(30px,3.6vw,54px) clamp(24px,3.6vw,54px)}#main-content.hp-home .vprop__head h2{font-size:clamp(1.75rem,2.9vw,2.75rem);line-height:1.12;max-width:24ch;margin-bottom:0}#main-content.hp-home .vprop__head .lede{margin:0;font-size:clamp(.98rem,1.15vw,1.1rem)}#main-content.hp-home .vprop__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:clamp(26px,3.2vw,48px);border:1px solid var(--line);border-bottom:0;background:#fff}#main-content.hp-home .vprop__card{position:relative;padding:clamp(26px,2.7vw,42px) clamp(24px,2.7vw,42px);border-bottom:1px solid var(--line)}#main-content.hp-home .vprop__card:nth-child(odd){border-right:1px solid var(--line)}#main-content.hp-home .vprop__num{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;background:var(--navy-950);color:#fff;font-family:var(--mono);font-size:13px;font-weight:800}#main-content.hp-home .vprop__tag{position:absolute;top:calc(clamp(26px,2.7vw,42px) + 11px);right:clamp(24px,2.7vw,42px);color:#8296a8;font-family:var(--mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase}#main-content.hp-home .vprop__card h3{margin:24px 0 10px;max-width:26ch;font-size:clamp(1.12rem,1.5vw,1.34rem)}#main-content.hp-home .vprop__card p{margin:0;color:var(--muted);font-size:13.5px;line-height:1.72}
@media (max-width:1080px){#main-content.hp-home .vprop__head{grid-template-columns:1fr;gap:20px}}
@media (max-width:900px){#main-content.hp-home .vprop__grid{grid-template-columns:1fr}#main-content.hp-home .vprop__card:nth-child(odd){border-right:0}}#main-content.hp-home .w-8{width:8%}#main-content.hp-home .w-20{width:20%}#main-content.hp-home .w-22{width:22%}#main-content.hp-home .w-24{width:24%}#main-content.hp-home .w-26{width:26%}#main-content.hp-home .w-30{width:30%}#main-content.hp-home .w-34{width:34%}#main-content.hp-home .w-40{width:40%}#main-content.hp-home .cell-note{text-align:left;color:#9db4cc}#main-content.hp-home .h3-spaced{margin-top:clamp(30px,3vw,48px)}#main-content.hp-home .h3-spaced-lg{margin-top:clamp(34px,3.6vw,58px)}#main-content.hp-home .cluster-label{margin-top:34px;font-size:16px;font-family:var(--mono);letter-spacing:.1em;color:#9db4cc}#main-content.hp-home .mt-34{margin-top:34px}#main-content.hp-home .mt-18{margin-top:18px}#main-content.hp-home .m-0{margin:0}#main-content.hp-home .hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}#main-content.hp-home .field--consent{gap:10px}#main-content.hp-home .consent{display:flex;gap:10px;align-items:flex-start;font-family:inherit;font-size:12.5px;line-height:1.55;text-transform:none;letter-spacing:0;color:#33475c}#main-content.hp-home .consent input{width:18px;height:18px;min-width:18px;margin-top:2px}#main-content.hp-home .consent b{color:var(--red)}#main-content.hp-home .footer-address,#main-content.hp-home .footer-hours{margin:10px 0 0;font-size:11.5px;line-height:1.5;color:#7f93a8;font-family:var(--mono)}#main-content.hp-home .footer-hours{margin-top:6px}#main-content.hp-home .hp-res a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}#main-content.hp-home .hp-res a:hover{color:var(--red-dark)}#main-content.hp-home .hp-res .card h3 a{text-decoration:none}#main-content.hp-home .hp-res .card h3 a:hover{text-decoration:underline}#main-content.hp-home .hp-res td a{font-weight:600}#main-content.hp-home .hp-res .linkrow{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}#main-content.hp-home .hp-res .linkrow a{display:inline-flex;align-items:center;min-height:40px;padding:0 15px;border:1px solid var(--line);border-radius:4px;background:#fff;font-size:13px;font-weight:600;text-decoration:none}#main-content.hp-home .hp-res .linkrow a:hover{border-color:var(--blue);color:var(--ink)}#main-content.hp-home .scope__ref{margin:10px 0 0;font-size:11.5px;line-height:1.55;color:var(--muted)}#main-content.hp-home .scope__ref a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}#main-content.hp-home .scope__ref a:hover{color:var(--red-dark)}#main-content.hp-home .lede a,#main-content.hp-home .callout a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}#main-content.hp-home .lede a:hover,#main-content.hp-home .callout a:hover{color:var(--red-dark)}#main-content.hp-home .sec--dark .lede a,#main-content.hp-home .sec--panel .lede a,#main-content.hp-home .band--dark .lede a,#main-content.hp-home .band--panel .lede a{color:#9dc2ff}#main-content.hp-home .sec--dark .lede a:hover,#main-content.hp-home .sec--panel .lede a:hover{color:#fff}#main-content.hp-home .page-updated{margin:clamp(26px,2.6vw,40px) 0 0;padding-top:18px;border-top:1px solid var(--line-2);font-family:var(--mono);font-size:11.5px;line-height:1.6;letter-spacing:.02em;color:var(--muted)}