:root{
  --cbv-ink:#07152f;
  --cbv-muted:#53627a;
  --cbv-blue:#114fd1;
  --cbv-blue-dark:#0a3697;
  --cbv-cyan:#00a8c7;
  --cbv-green:#087f5b;
  --cbv-gold:#f2b705;
  --cbv-paper:#ffffff;
  --cbv-soft:#f3f7fb;
  --cbv-line:#d6e0ed;
  --cbv-black:#03070d;
  --cbv-shell:1180px;
  --cbv-shadow:0 18px 48px rgba(7,21,47,.13);
  --cbv-radius:8px;
  --cbv-ease:cubic-bezier(.22,1,.36,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body{margin:0;background:var(--cbv-paper);color:var(--cbv-ink);font-family:Aptos,"Segoe UI",sans-serif;font-size:16px;line-height:1.55;letter-spacing:0;padding-bottom:86px}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button,a,label,input,textarea,summary{-webkit-tap-highlight-color:transparent}
:focus-visible{outline:3px solid #ffbf00;outline-offset:3px}
.cbv-shell{width:min(100% - 32px,var(--cbv-shell));margin-inline:auto}
.cbv-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.cbv-skip{position:fixed;left:16px;top:-80px;z-index:500;padding:12px 18px;background:var(--cbv-black);color:#fff;border-radius:0 0 6px 6px;font-weight:800}
.cbv-skip:focus{top:0}
.cbv-icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}

.cbv-topbar{min-height:30px;display:flex;align-items:center;justify-content:center;gap:12px;background:var(--cbv-black);color:#fff;font-size:.72rem;font-weight:900;letter-spacing:.04em}
.cbv-topbar i{width:1px;height:13px;background:#6d7889}
.cbv-header{position:sticky;top:0;z-index:70;background:rgba(255,255,255,.96);border-bottom:1px solid var(--cbv-line);backdrop-filter:blur(12px)}
.cbv-header-row{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.cbv-brand{min-height:44px;display:inline-flex;align-items:center;gap:8px;font-family:Georgia,"Times New Roman",serif;font-size:1.65rem;font-weight:700;line-height:1}
.cbv-brand svg{width:31px;height:31px;color:var(--cbv-blue);fill:none;stroke:currentColor;stroke-width:2.2}
.cbv-brand svg circle{fill:var(--cbv-cyan);stroke:none}
.cbv-brand strong{color:var(--cbv-gold);font-weight:700}
.cbv-nav{display:none;align-items:center;gap:30px;font-size:.86rem;font-weight:800}
.cbv-nav a{position:relative;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;padding:8px}
.cbv-nav a::after{content:"";position:absolute;left:0;right:0;bottom:2px;height:2px;background:var(--cbv-blue);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}
.cbv-nav a:hover::after,.cbv-nav a:focus-visible::after{transform:scaleX(1)}
.cbv-button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0 24px;border:0;border-radius:6px;background:var(--cbv-blue);color:#fff;font-weight:900;box-shadow:0 10px 24px rgba(17,79,209,.22);cursor:pointer;transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}
.cbv-button:hover{background:var(--cbv-blue-dark);transform:translateY(-2px);box-shadow:0 14px 30px rgba(17,79,209,.28)}
.cbv-button:active{transform:translateY(0)}
.cbv-button-small{min-height:44px;padding:0 18px;font-size:.85rem;white-space:nowrap}
.cbv-button-block{width:100%}

.cbv-hero{padding:28px 0 32px;background:#f8fbff}
.cbv-hero-grid{display:grid;gap:28px}
.cbv-hero-copy{align-self:center}
.cbv-rating{display:flex;align-items:center;gap:9px;margin-bottom:16px;font-size:.84rem}
.cbv-review-stars{color:var(--cbv-gold);letter-spacing:0;font-size:1rem}
.cbv-rating small{color:var(--cbv-muted)}
.cbv-rating .cbv-new-badge{padding:4px 7px;border-radius:4px;background:var(--cbv-blue);color:#fff;font-size:.66rem;font-weight:900}
.cbv-stars{--rating:96.6%;position:relative;display:inline-block;width:max-content;color:#c8d0dc;font-size:1rem;line-height:1;letter-spacing:1px;white-space:nowrap}
.cbv-stars::before{content:"★★★★★";position:absolute;inset:0 auto 0 0;width:var(--rating);overflow:hidden;color:var(--cbv-gold);white-space:nowrap}
.cbv-kicker{margin:0 0 10px;color:var(--cbv-blue);font-size:.76rem;font-weight:900;letter-spacing:.08em}
h1,h2,h3,p{letter-spacing:0}
h1,h2,h3{margin-top:0;line-height:1.08}
h1{max-width:650px;margin-bottom:16px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.35rem,10vw,3.4rem);font-weight:700}
h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,8vw,2.85rem);font-weight:700}
h3{font-size:1.05rem}
.cbv-lead{max-width:620px;margin:0 0 22px;color:#344258;font-size:1.04rem}
.cbv-hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.cbv-hero-actions>span{display:inline-flex;align-items:center;gap:8px;color:var(--cbv-green);font-size:.82rem;font-weight:800}
.cbv-hero-actions .cbv-icon{width:20px;height:20px}

.cbv-carousel{min-width:0}
.cbv-carousel-stage{position:relative;aspect-ratio:1/1;overflow:hidden;border:1px solid #bcd1eb;border-radius:var(--cbv-radius);background:#edf4f9;box-shadow:var(--cbv-shadow);touch-action:pan-y}
.cbv-carousel figure{position:absolute;inset:0;margin:0;opacity:0;transform:scale(1.025);pointer-events:none;transition:opacity .45s var(--cbv-ease),transform .65s var(--cbv-ease)}
.cbv-carousel figure.is-active{opacity:1;transform:scale(1);pointer-events:auto}
.cbv-carousel figure img{width:100%;height:100%;object-fit:cover}
.cbv-carousel figcaption{position:absolute;left:14px;bottom:14px;padding:7px 10px;border-radius:4px;background:rgba(3,7,13,.78);color:#fff;font-size:.74rem;font-weight:800}
.cbv-carousel-arrow,.cbv-carousel-toggle{position:absolute;z-index:4;display:grid;place-items:center;border:1px solid rgba(255,255,255,.55);background:rgba(3,7,13,.72);color:#fff;cursor:pointer;backdrop-filter:blur(8px)}
.cbv-carousel-arrow{top:50%;width:46px;height:46px;border-radius:50%;transform:translateY(-50%)}
.cbv-carousel-arrow .cbv-icon{width:26px;height:26px}
.cbv-prev{left:12px}.cbv-next{right:12px}
.cbv-carousel-toggle{right:12px;bottom:12px;width:44px;height:44px;border-radius:50%}
.cbv-carousel-toggle .cbv-icon{width:20px;height:20px}
.cbv-carousel-toggle .cbv-play-icon{display:none}
.cbv-carousel-toggle[aria-pressed="true"] .cbv-pause-icon{display:none}
.cbv-carousel-toggle[aria-pressed="true"] .cbv-play-icon{display:block}
.cbv-carousel-progress{position:absolute;z-index:4;left:0;right:0;bottom:0;height:4px;background:rgba(255,255,255,.5)}
.cbv-carousel-progress span{display:block;width:100%;height:100%;background:var(--cbv-cyan);transform:scaleX(0);transform-origin:left}
.cbv-carousel.is-playing .cbv-carousel-progress span{animation:cbv-progress 2s linear infinite}
@keyframes cbv-progress{to{transform:scaleX(1)}}
.cbv-thumbnails{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px}
.cbv-thumbnails button{min-width:0;min-height:54px;padding:3px;border:2px solid transparent;border-radius:6px;background:#fff;cursor:pointer}
.cbv-thumbnails button[aria-selected="true"]{border-color:var(--cbv-blue)}
.cbv-thumbnails img{width:100%;height:58px;border-radius:3px;object-fit:cover}

.cbv-assurance-band{background:var(--cbv-black);color:#fff}
.cbv-assurance-band .cbv-shell{display:grid;grid-template-columns:1fr;gap:12px;padding:17px 0}
.cbv-assurance-band span{display:flex;align-items:center;gap:10px;font-size:.82rem;font-weight:800}
.cbv-assurance-band .cbv-icon{width:22px;height:22px;color:#64d8ea}

.cbv-section{padding:72px 0}
.cbv-soft{background:var(--cbv-soft)}
.cbv-section-head{max-width:800px;margin:0 auto 40px;text-align:center}
.cbv-section-head h2{margin-bottom:14px}
.cbv-section-head>p:last-child{margin:0;color:var(--cbv-muted);font-size:1.02rem}
.cbv-feature-layout{display:grid;gap:28px}
.cbv-feature-list{display:grid;gap:18px}
.cbv-feature-list article{display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:start}
.cbv-feature-list article>span,.cbv-card-grid article>span{width:52px;height:52px;display:grid;place-items:center;border:1px solid #a9c8f4;border-radius:50%;background:#fff;color:var(--cbv-blue)}
.cbv-feature-list h3,.cbv-feature-list p{margin-bottom:4px}
.cbv-feature-list p{margin-top:0;color:var(--cbv-muted);font-size:.94rem}
.cbv-product-center{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:var(--cbv-radius)}

.cbv-story{display:grid;gap:32px;align-items:center}
.cbv-story img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:var(--cbv-radius)}
.cbv-story h2{margin-bottom:18px}
.cbv-story p:not(.cbv-kicker){color:var(--cbv-muted);font-size:1.03rem}
.cbv-checklist{display:grid;gap:12px;margin:24px 0 0;padding:0;list-style:none}
.cbv-checklist li{position:relative;padding-left:30px;font-weight:800}
.cbv-checklist li::before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:var(--cbv-blue);color:#fff;font-size:.76rem}
.cbv-text-link{min-height:44px;display:inline-flex;align-items:center;gap:9px;margin-top:12px;color:var(--cbv-blue);font-weight:900}

.cbv-card-grid{display:grid;gap:14px}
.cbv-card-grid article{padding:28px 24px;border:1px solid var(--cbv-line);border-radius:var(--cbv-radius);background:#fff}
.cbv-card-grid article>span{margin-bottom:22px;background:#eaf2ff}
.cbv-card-grid h3{margin-bottom:10px}
.cbv-card-grid p{margin:0;color:var(--cbv-muted)}

.cbv-steps{display:grid;gap:14px;counter-reset:step}
.cbv-steps article{position:relative;min-height:260px;padding:30px 24px;border:1px solid var(--cbv-line);border-radius:var(--cbv-radius);background:#fff;overflow:hidden}
.cbv-steps article>span{position:absolute;right:14px;top:10px;color:#e5edf8;font-family:Georgia,"Times New Roman",serif;font-size:4rem;font-weight:700;line-height:1}
.cbv-steps .cbv-icon{position:relative;width:46px;height:46px;margin-bottom:34px;color:var(--cbv-blue);stroke-width:1.4}
.cbv-steps h3{position:relative;margin-bottom:10px}
.cbv-steps p{position:relative;margin:0;color:var(--cbv-muted)}

.cbv-marquee{overflow:hidden;background:var(--cbv-black);color:#fff}
.cbv-marquee>div{width:max-content;display:flex;align-items:center;gap:34px;padding:19px 0;animation:cbv-marquee 24s linear infinite}
.cbv-marquee span{font-size:.9rem;font-weight:900;white-space:nowrap}
.cbv-marquee i{width:7px;height:7px;border-radius:50%;background:var(--cbv-cyan)}
@keyframes cbv-marquee{to{transform:translateX(-50%)}}

.cbv-ugc-grid{display:grid;gap:18px}
.cbv-ugc-review{overflow:hidden;border:1px solid var(--cbv-line);border-radius:var(--cbv-radius);background:#fff}
.cbv-ugc-review>img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover}
.cbv-ugc-review>div{display:grid;gap:7px;padding:17px}
.cbv-ugc-review h3,.cbv-ugc-review p{margin:0}
.cbv-ugc-review p,.cbv-ugc-review small{color:var(--cbv-muted)}
.cbv-ugc-review-rating{display:flex;align-items:center;gap:8px}
.cbv-ugc-review-rating strong{font-size:.82rem}
.cbv-ugc-review-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:.8rem}
.cbv-ugc-review-meta span{padding:3px 6px;border-radius:4px;background:#eaf2ff;color:var(--cbv-blue);font-size:.68rem;font-weight:900}
.cbv-ugc-review footer{display:flex;justify-content:space-between;gap:10px;margin-top:5px;padding-top:11px;border-top:1px solid var(--cbv-line);color:var(--cbv-muted);font-size:.7rem}
.cbv-content-disclosure{margin:16px 0 0;color:var(--cbv-muted);font-size:.72rem;text-align:center}
.cbv-preview-label{width:max-content;padding:4px 7px;border-radius:4px;background:#eaf2ff;color:var(--cbv-blue);font-size:.68rem;font-weight:900;text-transform:uppercase}

.cbv-summary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--cbv-line);border:1px solid var(--cbv-line);border-radius:var(--cbv-radius);overflow:hidden}
.cbv-summary-grid div{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:20px;background:#fff;text-align:center}
.cbv-summary-grid .cbv-icon{width:38px;height:38px;color:var(--cbv-blue)}
.cbv-summary-grid strong{font-size:.88rem}

.cbv-comparison{border:1px solid var(--cbv-line);border-radius:var(--cbv-radius);overflow:hidden}
.cbv-comparison>div{display:grid;grid-template-columns:1.4fr .8fr .8fr;align-items:center;min-height:62px;border-bottom:1px solid var(--cbv-line)}
.cbv-comparison>div:last-child{border-bottom:0}
.cbv-comparison>div>*{height:100%;display:flex;align-items:center;justify-content:center;padding:12px;text-align:center}
.cbv-comparison>div>span{justify-content:flex-start;text-align:left;font-weight:700}
.cbv-comparison-head{background:var(--cbv-ink);color:#fff}
.cbv-comparison-head strong:first-of-type{background:var(--cbv-blue)}
.cbv-comparison .is-yes{color:var(--cbv-green)}
.cbv-comparison .is-no{color:#b23838}

.cbv-review-section{background:#f8fafc}
.cbv-review-summary{display:grid;gap:20px;padding:24px 0;border-block:1px solid var(--cbv-line)}
.cbv-review-summary>div:first-child{display:flex;flex-direction:column;align-items:flex-start}
.cbv-review-summary>div:first-child strong{font-family:Georgia,"Times New Roman",serif;font-size:3.6rem;line-height:1}
.cbv-review-summary>div:first-child .cbv-stars{font-size:1.15rem}
.cbv-review-summary small{color:var(--cbv-muted)}
.cbv-review-summary>div:last-child{display:grid;gap:5px}
.cbv-review-pending>div:nth-child(2) h3{margin-bottom:8px}
.cbv-review-pending>div:nth-child(2) p{margin:0;color:var(--cbv-muted)}
.cbv-bars{display:grid;gap:5px}
.cbv-bars p{display:grid;grid-template-columns:18px 1fr 34px;gap:8px;align-items:center;margin:0;font-size:.76rem}
.cbv-bars i{height:10px;border-radius:6px;background:#e4ebf5;overflow:hidden}
.cbv-bars b{display:block;height:100%;border-radius:6px;background:var(--cbv-blue)}
.cbv-bars em{color:var(--cbv-muted);font-style:normal;text-align:right}
.cbv-review-list article{display:grid;grid-template-columns:48px 1fr;gap:16px;padding:28px 0;border-bottom:1px solid var(--cbv-line)}
.cbv-review-list:not(.is-expanded) .cbv-amazon-review:nth-child(n+4){display:none}
.cbv-avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--cbv-blue);color:#fff;font-weight:800}
.cbv-avatar .cbv-icon{width:24px;height:24px}
.cbv-review-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.cbv-review-meta span{padding:3px 7px;border-radius:4px;background:#e8eef6;color:var(--cbv-muted);font-size:.72rem}
.cbv-review-list h3{margin:8px 0}
.cbv-review-list p{margin:0 0 8px;color:var(--cbv-muted)}
.cbv-review-list small{color:#758299}
.cbv-review-disclosure{margin:22px 0 0;padding:13px 15px;border-left:4px solid var(--cbv-blue);background:#eef4fc;color:var(--cbv-muted);font-size:.82rem}
.cbv-review-title{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:10px}
.cbv-review-title h3{margin:0;font-size:1rem}
.cbv-review-date{font-size:.8rem}
.cbv-review-variant{font-size:.82rem}
.cbv-verified-label{display:block;margin-bottom:8px;color:#b04c00;font-size:.78rem}
.cbv-review-photos{display:flex;gap:10px;margin:14px 0}
.cbv-review-photos img{width:92px;height:92px;object-fit:cover;border:1px solid var(--cbv-line);border-radius:4px}
.cbv-review-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.cbv-review-actions button{min-width:92px;min-height:44px;border:1px solid #8d99aa;border-radius:20px;background:#fff;color:var(--cbv-ink);font-weight:800;cursor:pointer}
.cbv-review-actions button:hover{border-color:var(--cbv-blue);color:var(--cbv-blue)}
.cbv-review-actions .cbv-helpful[aria-pressed="true"]{border-color:var(--cbv-blue);background:#eaf2ff;color:var(--cbv-blue)}
.cbv-review-actions .cbv-report-review{min-width:70px;border-color:transparent;color:var(--cbv-muted)}
.cbv-review-toggle{min-height:46px;margin:22px auto 0;padding:0 20px;display:block;border:1px solid #8d99aa;border-radius:24px;background:#fff;color:var(--cbv-ink);font-weight:900;cursor:pointer}
.cbv-review-toggle:hover{border-color:var(--cbv-blue);color:var(--cbv-blue)}

.cbv-proof{background:#eaf2ff}
.cbv-selection{display:grid;gap:22px;align-items:center;padding:24px;border:1px solid #9dbde8;border-radius:var(--cbv-radius);background:#fff}
.cbv-ribbon{width:94px;display:block;padding:18px 10px;background:var(--cbv-blue);color:#fff;text-align:center;font-size:.72rem;font-weight:900;line-height:1.25;box-shadow:0 9px 0 #9cc8e8}
.cbv-selection h2{font-size:clamp(1.65rem,6vw,2.3rem);margin-bottom:10px}
.cbv-selection p:last-child{margin:0;color:var(--cbv-muted)}
.cbv-selection img{width:140px;height:140px;aspect-ratio:1/1;object-fit:cover;border-radius:var(--cbv-radius)}
.cbv-expert-note{display:grid;gap:30px;margin-top:56px;align-items:start}
.cbv-expert-note>div>p:last-child{color:var(--cbv-muted);font-size:1.03rem}

.cbv-faq-layout{display:grid;gap:40px}
.cbv-faq-layout header>p:last-child{color:var(--cbv-muted)}
.cbv-faqs details{border-top:1px solid var(--cbv-line)}
.cbv-faqs details:last-child{border-bottom:1px solid var(--cbv-line)}
.cbv-faqs summary{position:relative;min-height:64px;display:flex;align-items:center;padding:15px 52px 15px 4px;font-weight:900;cursor:pointer;list-style:none}
.cbv-faqs summary::-webkit-details-marker{display:none}
.cbv-faqs summary::after{content:"+";position:absolute;right:4px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#eaf2ff;color:var(--cbv-blue);font-size:1.2rem}
.cbv-faqs details[open] summary::after{content:"−"}
.cbv-faqs details p{margin:0;padding:0 48px 22px 4px;color:var(--cbv-muted)}

.cbv-offer{background:#f2f7fd}
.cbv-offer-card{display:grid;border:2px dashed var(--cbv-blue);border-radius:var(--cbv-radius);overflow:hidden;background:#fff;box-shadow:var(--cbv-shadow)}
.cbv-offer-card>img{width:100%;height:100%;aspect-ratio:1/1;object-fit:cover}
.cbv-offer-copy{padding:28px 20px}
.cbv-offer-rating{display:flex;align-items:center;gap:9px;margin-bottom:12px;font-size:.82rem}
.cbv-offer-copy>p:not(.cbv-kicker){color:var(--cbv-muted)}
.cbv-bundles{display:grid;gap:10px;margin:24px 0;padding:0;border:0}
.cbv-bundles legend{margin-bottom:10px;font-weight:900}
.cbv-bundles label{position:relative;min-height:72px;display:grid;grid-template-columns:24px 1fr auto;gap:12px;align-items:center;padding:12px 14px;border:1px solid var(--cbv-line);border-radius:6px;cursor:pointer}
.cbv-bundles label:has(input:checked){border-color:var(--cbv-blue);background:#edf4ff}
.cbv-bundles input{width:20px;height:20px;accent-color:var(--cbv-blue)}
.cbv-bundles span{display:flex;flex-direction:column}
.cbv-bundles small{color:var(--cbv-muted)}
.cbv-bundles em{padding:5px 8px;border-radius:4px;background:var(--cbv-blue);color:#fff;font-size:.65rem;font-style:normal;font-weight:900}
.cbv-offer-notes{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;margin-top:16px;color:var(--cbv-green);font-size:.78rem;font-weight:800}
.cbv-offer-notes span{display:inline-flex;align-items:center;gap:7px}
.cbv-offer-notes .cbv-icon{width:19px;height:19px}

.cbv-footer{padding:60px 0 120px;background:var(--cbv-black);color:#d8e0ec}
.cbv-footer-grid{display:grid;gap:34px}
.cbv-brand-footer{color:#fff}
.cbv-footer h2{margin-bottom:12px;color:#fff;font-family:inherit;font-size:.92rem}
.cbv-footer p{max-width:330px;color:#aeb9ca}
.cbv-footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:2px}
.cbv-footer-grid>div:not(:first-child) a{min-height:44px;display:flex;align-items:center}
.cbv-footer a:hover{color:#fff}
.cbv-footer-bottom{display:flex;flex-direction:column;gap:10px;margin-top:40px;padding-top:18px;border-top:1px solid #273145;color:#8e9bb0;font-size:.74rem}

.cbv-sticky{position:fixed;left:0;right:0;bottom:0;z-index:100;min-height:86px;display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:10px;padding:9px max(12px,calc((100vw - var(--cbv-shell))/2));background:var(--cbv-black);color:#fff;box-shadow:0 -10px 30px rgba(0,0,0,.25)}
.cbv-sticky>img{width:54px;height:54px;border-radius:6px;object-fit:cover;background:#fff}
.cbv-sticky-copy{min-width:0}
.cbv-sticky-copy>span{display:flex;align-items:center;gap:6px;font-size:.73rem;white-space:nowrap}
.cbv-sticky-copy .cbv-stars{font-size:.78rem}
.cbv-sticky-copy b{color:var(--cbv-gold);letter-spacing:0}
.cbv-sticky-copy .cbv-sticky-status{padding:3px 6px;border-radius:3px;background:var(--cbv-blue);color:#fff;font-size:.61rem}
.cbv-sticky-copy small{display:none;color:#b3becd}
.cbv-sticky-copy p{margin:2px 0 0;font-size:.78rem;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cbv-sticky .cbv-button{box-shadow:none}

.cbv-support-trigger{position:fixed;right:14px;bottom:100px;z-index:105;min-height:48px;display:inline-flex;align-items:center;gap:8px;padding:0 16px;border:2px solid #73a2ff;border-radius:28px;background:var(--cbv-blue);color:#fff;font-weight:900;box-shadow:0 10px 24px rgba(7,21,47,.25);cursor:pointer}
.cbv-support-trigger .cbv-icon{width:22px;height:22px}
.cbv-support-dialog{width:min(100% - 24px,540px);max-height:min(88vh,760px);padding:26px;border:1px solid var(--cbv-line);border-radius:var(--cbv-radius);color:var(--cbv-ink);box-shadow:0 30px 90px rgba(3,7,13,.35)}
.cbv-support-dialog::backdrop{background:rgba(3,7,13,.65);backdrop-filter:blur(4px)}
.cbv-support-dialog.is-fallback[open]{position:fixed;inset:50% auto auto 50%;z-index:120;transform:translate(-50%,-50%);margin:0}
body.cbv-support-fallback-open{overflow:hidden}
body.cbv-support-fallback-open::before{content:"";position:fixed;inset:0;z-index:119;background:rgba(3,7,13,.65);backdrop-filter:blur(4px)}
.cbv-dialog-close-form{position:absolute;top:12px;right:12px}
.cbv-dialog-close-form button{width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:50%;background:var(--cbv-soft);color:var(--cbv-ink);cursor:pointer}
.cbv-dialog-close-form .cbv-icon{width:20px;height:20px}
.cbv-support-head{display:flex;align-items:center;gap:14px;padding-right:46px}
.cbv-support-head>span{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:#eaf2ff;color:var(--cbv-blue)}
.cbv-support-head h2{margin:0;font-size:1.75rem}
.cbv-support-dialog>p{color:var(--cbv-muted)}
.cbv-support-dialog form#cbv-support-form{display:grid;gap:7px}
.cbv-support-dialog label{margin-top:7px;font-size:.84rem;font-weight:900}
.cbv-support-dialog label small{font-weight:400;color:var(--cbv-muted)}
.cbv-support-dialog input,.cbv-support-dialog textarea{width:100%;min-height:48px;padding:11px 12px;border:1px solid #afbdd0;border-radius:6px;background:#fff;color:var(--cbv-ink)}
.cbv-support-dialog textarea{min-height:110px;resize:vertical}
.cbv-support-dialog input:user-invalid,.cbv-support-dialog textarea:user-invalid{border-color:#b23838}
.cbv-support-dialog .cbv-button{margin-top:14px}
.cbv-support-status{min-height:24px;margin:6px 0 0;color:var(--cbv-green);font-size:.82rem;font-weight:800}
.cbv-support-status.is-error{color:#9f2424}

@media(min-width:620px){
  .cbv-shell{width:min(100% - 48px,var(--cbv-shell))}
  .cbv-assurance-band .cbv-shell{grid-template-columns:repeat(3,1fr)}
  .cbv-assurance-band span{justify-content:center}
  .cbv-card-grid{grid-template-columns:repeat(2,1fr)}
  .cbv-steps{grid-template-columns:repeat(3,1fr)}
  .cbv-ugc-grid{grid-template-columns:repeat(3,1fr)}
  .cbv-summary-grid{grid-template-columns:repeat(3,1fr)}
  .cbv-review-summary{grid-template-columns:.7fr 1.3fr .8fr;align-items:center}
  .cbv-selection{grid-template-columns:105px 1fr 150px;padding:30px}
  .cbv-expert-note{grid-template-columns:1.4fr 1fr}
  .cbv-footer-grid{grid-template-columns:1.5fr 1fr 1fr}
  .cbv-footer-bottom{flex-direction:row;justify-content:space-between}
  .cbv-sticky{grid-template-columns:58px 1fr auto;gap:14px;min-height:82px}
  .cbv-sticky>img{width:58px;height:58px}
  .cbv-sticky-copy small{display:inline}
  .cbv-sticky-copy p{font-size:.9rem}
  .cbv-support-trigger{right:24px;bottom:100px}
}

@media(min-width:700px){
  .cbv-hero-grid{grid-template-columns:.92fr 1.08fr;gap:34px;align-items:center}
  .cbv-hero h1{font-size:2.75rem}
}

@media(max-width:819px){
  .cbv-support-trigger{width:48px;padding:0;justify-content:center}
  .cbv-support-trigger span{display:none}
}

@media(min-width:820px){
  body{padding-bottom:82px}
  .cbv-nav{display:flex}
  .cbv-section{padding:92px 0}
  .cbv-hero{padding:44px 0 54px}
  .cbv-hero-grid{gap:46px}
  .cbv-feature-layout{grid-template-columns:1fr 1.1fr 1fr;align-items:center;gap:34px}
  .cbv-feature-list:first-child article{text-align:right;grid-template-columns:1fr 52px}
  .cbv-feature-list:first-child article>span{grid-column:2}
  .cbv-feature-list:first-child article>div{grid-row:1;grid-column:1}
  .cbv-story{grid-template-columns:1fr 1fr;gap:70px}
  .cbv-story-reverse img{grid-column:1}.cbv-story-reverse div{grid-column:2;grid-row:1}
  .cbv-card-grid{grid-template-columns:repeat(4,1fr)}
  .cbv-faq-layout{grid-template-columns:.72fr 1.28fr;gap:70px}
  .cbv-offer-card{grid-template-columns:1fr 1fr}
  .cbv-offer-copy{padding:46px 40px}
}

@media(min-width:1100px){
  .cbv-carousel{display:grid;grid-template-columns:1fr 82px;gap:12px;align-items:start}
  .cbv-thumbnails{grid-template-columns:1fr;margin-top:0}
  .cbv-thumbnails button{height:78px}
  .cbv-thumbnails img{height:68px}
}

@media(max-width:430px){
  .cbv-shell{width:min(100% - 24px,var(--cbv-shell))}
  .cbv-topbar{font-size:.64rem}
  .cbv-header-row{min-height:62px}
  .cbv-brand{font-size:1.42rem}.cbv-brand svg{width:28px;height:28px}
  .cbv-header .cbv-button{min-height:44px;padding:0 13px;font-size:.75rem}
  .cbv-hero{padding:18px 0 22px}
  .cbv-rating{margin-bottom:10px}
  h1{margin-bottom:12px;font-size:2.2rem}
  .cbv-lead{margin-bottom:16px;font-size:.95rem;line-height:1.45}
  .cbv-hero-actions{gap:12px}
  .cbv-carousel-stage{aspect-ratio:3/2}
  .cbv-thumbnails{display:grid;gap:6px;margin-top:8px}
  .cbv-carousel-arrow{width:44px;height:44px}
  .cbv-thumbnails img{height:36px}
  .cbv-thumbnails button{min-height:44px;padding:2px}
  .cbv-section{padding:62px 0}
  .cbv-summary-grid div{min-height:132px;padding:16px 10px}
  .cbv-comparison{font-size:.75rem}
  .cbv-comparison>div{grid-template-columns:1.25fr .9fr .75fr}
  .cbv-comparison>div>*{padding:9px 6px}
  .cbv-offer-copy{padding:26px 16px}
  .cbv-bundles em{display:none}
  .cbv-sticky{grid-template-columns:46px minmax(0,1fr) auto;min-height:82px;padding:8px}
  .cbv-sticky>img{width:46px;height:46px}
  .cbv-sticky-copy>span{gap:4px;font-size:.68rem}.cbv-sticky-copy small{display:none}
  .cbv-sticky-copy p{display:-webkit-box;margin-top:1px;overflow:hidden;font-size:.67rem;line-height:1.15;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}
  .cbv-sticky .cbv-button{min-height:44px;padding:0 12px;font-size:.72rem}
  .cbv-support-trigger{right:12px;bottom:94px;padding:0}
  .cbv-support-dialog{padding:22px 18px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .cbv-carousel-progress{display:none}
}
