/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.table{display:table}}:root{--navy:#10233e;--navy-deep:#0b1728;--blue:#2176ae;--cyan:#53c7da;--cream:#f7f5ef;--ink:#172033;--muted:#667085;--line:#dfe5eb;--green:#13795b;--amber:#a15c00;--max-width:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--cream);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.65}a{color:inherit}.container{width:min(var(--max-width), calc(100% - 34px));margin:0 auto}.disclosure{background:var(--navy-deep);color:#fff;text-align:center;padding:10px 18px;font-size:.84rem}.site-header{z-index:40;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7f5eff0;position:sticky;top:0}nav{justify-content:space-between;align-items:center;gap:20px;min-height:70px;display:flex}.brand{color:var(--navy);letter-spacing:-.025em;white-space:nowrap;font-size:1.03rem;font-weight:900;text-decoration:none}.brand span{color:var(--blue)}.nav-links{color:var(--muted);align-items:center;gap:22px;font-size:.91rem;display:flex}.nav-links a{text-decoration:none;position:relative}.nav-links a:after{content:"";background:var(--cyan);transform-origin:100%;height:2px;transition:transform .2s;position:absolute;bottom:-5px;left:0;right:0;transform:scaleX(0)}.nav-links a:hover:after,.nav-links a:focus-visible:after{transform-origin:0;transform:scaleX(1)}.button{background:var(--blue);color:#fff;text-align:center;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:49px;padding:13px 20px;font-weight:850;line-height:1.25;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 12px 26px #2176ae3b}.button:hover{background:#16689d;transform:translateY(-2px);box-shadow:0 16px 32px #2176ae4d}.button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--cyan);outline-offset:4px}.button-secondary{box-shadow:none;color:#fff;background:#ffffff0f;border-color:#ffffff59}.button-secondary:hover{background:#ffffff29}.nav-button{white-space:nowrap;min-height:42px;padding:10px 15px;font-size:.84rem}.hero{background:radial-gradient(circle at 83% 25%, #53c7da26, transparent 21%), linear-gradient(135deg, var(--navy-deep), #17385c);color:#fff;padding:82px 0 78px;overflow:hidden}.hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:center;gap:clamp(34px,6vw,60px);display:grid}.hero-copy{max-width:660px}.eyebrow,.section-label,.cover-kicker,.card-overline{color:var(--blue);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:900;line-height:1.25}.eyebrow{color:#c8f7ff;background:#53c7da24;border:1px solid #53c7da5c;border-radius:999px;padding:7px 12px;display:inline-flex}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.06em;max-width:700px;margin:18px 0 22px;font-size:clamp(2.8rem,5.8vw,5rem);font-weight:900;line-height:.99}h2{color:var(--navy);letter-spacing:-.045em;margin:0 0 17px;font-size:clamp(2rem,4vw,3.1rem);font-weight:900;line-height:1.07}h3{color:var(--navy);margin-bottom:10px;font-size:1.16rem;line-height:1.28}.lead{color:#cfdae7;max-width:615px;margin-bottom:0;font-size:1.13rem;line-height:1.62}.hero-actions{flex-wrap:wrap;align-items:flex-start;gap:12px;margin-top:30px;display:flex}.cta-stack,.nav-offer,.mobile-cta-stack{gap:8px;display:inline-grid}.cta-helper{color:#b3c2d3;max-width:340px;margin:0;font-size:.78rem;line-height:1.45}.hero-notice{color:#d8e6f0;max-width:670px;margin:18px 0 0;font-size:.84rem;font-weight:700;line-height:1.55}.nav-offer{justify-items:end}.review-cover{min-height:450px;color:var(--navy);isolation:isolate;background:linear-gradient(145deg,#fbfcfd,#d9ebf2);border:1px solid #ffffff57;border-radius:28px;padding:28px;position:relative;overflow:hidden;box-shadow:0 25px 60px #0000003b}.review-cover:before,.review-cover:after{content:"";z-index:-1;opacity:.48;border-radius:999px;position:absolute}.review-cover:before{background:#c9edf2;width:210px;height:210px;top:-92px;left:-86px}.review-cover:after{border:26px solid #c5e1e9;width:180px;height:180px;bottom:-65px;right:-85px}.review-ribbon{color:#392900;letter-spacing:.06em;background:#ffcc5c;padding:9px 31px;font-size:.9rem;font-weight:950;position:absolute;top:25px;right:-20px;transform:rotate(8deg)}.energy-mark{place-items:center;height:198px;display:grid;position:relative}.energy-ring{border:19px solid var(--blue);width:164px;height:164px;box-shadow:inset 0 0 0 8px #fff, 0 0 0 10px var(--cyan), 0 17px 28px #2176ae2e;border-radius:50%;place-items:center;display:grid}.energy-ring span{color:var(--blue);font-family:Georgia,serif;font-size:6.2rem;font-weight:700;line-height:.8;transform:translateY(-2px)}.spark{color:var(--cyan);font-size:1.6rem;position:absolute}.spark-one{top:32px;right:27%}.spark-two{color:var(--blue);font-size:1rem;bottom:30px;left:25%}.cover-copy{max-width:310px}.cover-kicker{color:var(--blue);margin-bottom:7px}.cover-copy h2{letter-spacing:-.04em;margin-bottom:8px;font-size:1.48rem}.cover-copy p:not(.cover-kicker){color:#426075;margin:0;font-size:.94rem;line-height:1.5}.stat-grid{grid-template-columns:repeat(2,1fr);gap:11px;margin-top:20px;display:grid}.stat{background:#ffffffc7;border:1px solid #2176ae29;border-radius:13px;min-height:75px;padding:12px;font-size:.74rem;line-height:1.35}.stat strong,.stat span{display:block}.stat strong{color:var(--navy);margin-bottom:4px;font-weight:900}.stat span{color:#4d6473}section{padding:78px 0}.band{background:#edf3f6}.section-intro{max-width:780px;margin-bottom:35px}.section-intro.compact{margin-bottom:28px}.section-intro .section-label,.checklist-section .section-label,.process-section .section-label,.offer-card .section-label{margin-bottom:10px}.section-intro p:last-child,.muted{color:var(--muted)}.three-column-grid,.two-column-grid{gap:20px;display:grid}.three-column-grid{grid-template-columns:repeat(3,1fr)}.two-column-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.card{border:1px solid var(--line);background:#fff;border-radius:20px;padding:25px;box-shadow:0 12px 32px #10233e0b}.card p{color:var(--muted);margin-bottom:0}.card-icon{background:#e2f3f7;border-radius:13px;place-items:center;width:46px;height:46px;margin-bottom:17px;font-size:1.25rem;display:grid}.checklist-section{align-items:center}.checklist-section h2,.process-section h2{max-width:520px}.check-list{gap:13px;margin:24px 0 0;padding:0;list-style:none;display:grid}.check-list li{padding-left:31px;position:relative}.check-list li:before{content:"✓";color:var(--green);font-weight:950;position:absolute;left:0}.card-overline{color:var(--blue);margin-bottom:11px}.editorial-card{align-self:center}.editorial-card h3{font-size:1.28rem}.note{border-left:4px solid var(--blue);color:#365069;background:#eef8fb;border-radius:8px;margin-top:20px;padding:18px 20px;font-size:.92rem;line-height:1.58}.overview-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin:0;display:grid}.overview-item{border:1px solid var(--line);background:#fff;border-radius:17px;min-height:115px;padding:21px;box-shadow:0 12px 32px #10233e0b}.overview-item dt{color:var(--blue);letter-spacing:.06em;text-transform:uppercase;margin-bottom:7px;font-size:.75rem;font-weight:900}.overview-item dd{color:var(--navy);margin:0;font-weight:760;line-height:1.4}.mid-cta{margin-top:24px}.mid-cta .cta-helper{color:var(--muted)}.why-section{align-items:start}.why-section .section-intro{margin-bottom:0}.why-copy{max-width:590px;color:var(--muted);padding-top:4px}.why-copy p:last-child{margin-bottom:0}.fit-grid{gap:22px}.fit-card,.caution-card{padding:28px}.fit-heading{align-items:flex-start;gap:11px;display:flex}.fit-heading>span{width:27px;height:27px;color:var(--green);background:#e5f5ed;border-radius:50%;flex:0 0 27px;place-items:center;margin-top:-1px;font-weight:950;display:grid}.fit-heading h3{margin:1px 0 0;font-size:1.22rem}.fit-card .check-list,.caution-card .check-list{margin-top:22px}.caution-card{background:#fff8e7;border-color:#edd6a2}.caution-card .fit-heading>span{color:var(--amber);background:#ffedbf}.caution-list li:before{content:"!";color:var(--amber)}.safety-note{margin-top:23px}.process-section{align-items:start}.steps{counter-reset:buying-step;gap:13px;margin:0;padding:0;list-style:none;display:grid}.step{border:1px solid var(--line);min-height:86px;color:var(--muted);background:#fff;border-radius:16px;padding:17px 20px 17px 68px;line-height:1.45;position:relative}.step:before{content:counter(buying-step);counter-increment:buying-step;background:var(--navy);color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:900;display:grid;position:absolute;top:18px;left:18px}.step strong,.step span{display:block}.step strong{color:var(--navy);margin-bottom:3px}.faq-container{max-width:950px}.faq-list{gap:11px;display:grid}.faq-list details{border:1px solid var(--line);background:#fff;border-radius:14px;padding:17px 20px}.faq-list summary{color:var(--navy);cursor:pointer;padding-right:30px;font-weight:850;list-style:none;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";color:var(--blue);font-size:1.55rem;font-weight:400;position:absolute;top:-5px;right:0}.faq-list details[open] summary:after{content:"−"}.faq-list details p{color:var(--muted);margin:13px 0 0}.offer-section{padding-top:0}.offer-card{background:radial-gradient(circle at 78% 20%, #53c7da2b, transparent 23%), linear-gradient(135deg, var(--navy-deep), #195579);color:#fff;text-align:center;border-radius:28px;padding:clamp(34px,6vw,55px)}.offer-card .section-label{color:#9ce6f1}.offer-card h2{color:#fff;margin-bottom:16px}.offer-card>p{color:#d4e0eb;max-width:700px;margin:0 auto 25px}.button-light{color:var(--navy);box-shadow:none;background:#fff}.button-light:hover{background:#ecf7fa}.offer-cta{justify-items:center;gap:11px;display:inline-grid}.offer-cta .cta-helper{color:#b8ccda;max-width:430px}.last-reviewed{color:var(--muted);text-align:center;margin:-45px 0 48px;font-size:.82rem}.legal-nav{justify-content:space-between}.header-back{color:var(--navy);font-size:.9rem;font-weight:800;text-decoration:none}.header-back:hover{color:var(--blue)}.information-hero{background:radial-gradient(circle at 82% 8%, #53c7da26, transparent 20%), linear-gradient(135deg, var(--navy-deep), #17385c);color:#fff;padding:68px 0 62px}.information-hero .container{max-width:900px}.information-hero h1{margin-bottom:19px;font-size:clamp(2.6rem,5.5vw,4.55rem)}.information-hero .lead{max-width:720px}.contact-email{color:#c8f7ff;text-underline-offset:4px;margin-top:2px;font-size:1.08rem;font-weight:850;display:inline-flex}.contact-email:hover{color:#fff}.information-updated{color:#abc0d3;margin:20px 0 0;font-size:.82rem}.information-body{padding:68px 0 82px}.information-layout{max-width:900px}.information-card{border:1px solid var(--line);background:#fff;border-radius:22px;padding:clamp(25px,4vw,42px);box-shadow:0 12px 32px #10233e0b}.information-section+.information-section{border-top:1px solid var(--line);margin-top:36px;padding-top:34px}.information-section h2{margin-bottom:12px;font-size:clamp(1.5rem,3vw,2rem)}.information-section p{color:var(--muted);margin-bottom:14px}.information-section p:last-child{margin-bottom:0}.information-external-link{color:var(--blue);text-underline-offset:3px;margin-top:8px;font-weight:850;display:inline-flex}.information-external-link:hover{color:var(--navy)}.information-cta{border-top:1px solid var(--line);margin-top:36px;padding-top:34px}footer{color:var(--muted);padding:38px 0 105px;font-size:.82rem;line-height:1.6}.footer-links{flex-wrap:wrap;gap:18px;margin-bottom:20px;display:flex}.footer-links a{color:var(--navy);font-weight:700}.footer-links a:hover{color:var(--blue)}footer p{max-width:990px;margin-bottom:11px}.mobile-cta{display:none}@media (width<=930px){.nav-links{display:none}.hero-grid{grid-template-columns:1fr}.hero-copy{max-width:720px}.review-cover{max-width:600px}.three-column-grid{grid-template-columns:1fr}.overview-grid{grid-template-columns:repeat(2,1fr)}.card{padding:24px}.information-layout{grid-template-columns:1fr}.information-aside{max-width:520px;position:static}}@media (width<=680px){.container{width:min(100% - 28px, var(--max-width))}.disclosure{padding:9px 15px;font-size:.76rem}.site-header{position:static}nav{min-height:62px}.brand{font-size:.9rem}.nav-offer{display:none}.hero{padding:57px 0 62px}h1{font-size:clamp(2.55rem,13vw,3.45rem)}.lead{font-size:1.03rem}.hero-actions{display:grid}.hero-actions .button{width:100%}.hero-actions .cta-stack{display:grid}.cta-helper{max-width:none}.review-cover{border-radius:23px;min-height:auto;padding:23px}.energy-mark{height:174px}.energy-ring{border-width:16px;width:142px;height:142px}.energy-ring span{font-size:5.3rem}.stat-grid{gap:9px}.stat{padding:10px;font-size:.7rem}section{padding:60px 0}.two-column-grid,.overview-grid{grid-template-columns:1fr;gap:18px}.section-intro{margin-bottom:27px}.card,.fit-card,.caution-card{padding:22px}.overview-item{min-height:auto;padding:19px}.process-section{gap:27px}.offer-card{border-radius:22px;padding:34px 22px}.last-reviewed{margin:-31px 0 42px}.information-hero{padding:51px 0 48px}.information-body{padding:48px 0 74px}.information-card{border-radius:18px;padding:23px}.information-section+.information-section,.information-cta{margin-top:29px;padding-top:27px}.mobile-cta{z-index:50;display:block;position:fixed;bottom:12px;left:12px;right:12px}.mobile-cta .button{width:100%;min-height:51px}.mobile-cta-stack{background:#0b1728f5;border-radius:15px;padding:10px;display:grid;box-shadow:0 12px 30px #00000040}.offer-section{padding-bottom:105px}footer{padding-bottom:116px}}
