@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800;900&display=swap');
:root{--ch_surface2:#1a1a1a;--ch_surface:#111111;--ch_accent:#f97316;--ch_red:#f87171;--ch_accent2:#ea580c;--ch_accent-soft:rgba(249,115,22,.1);--ch_text:#fafafa;--ch_gold:#fbbf24;--ch_muted:#a8a29e;--ch_bg:#050505;--ch_line:#2a2a2a;--ch_accent-glow:rgba(249,115,22,.3)}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}
body.ch-body{color:var(--ch_text);font-size:16px;line-height:1.7;font-family:'Nunito',sans-serif;margin:0;background:var(--ch_bg);isolation:auto;visibility:visible}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}
.ch-wrap{width:min(1180px,calc(100% - 32px));margin:0 auto}
.ch-shell{padding-bottom:80px}
.ch-mast{top:0;z-index:100;position:sticky;background:rgba(5,5,5,.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--ch_line)}
.ch-mast__inner{align-items:center;display:flex;gap:14px;padding:11px 0;justify-content:space-between}
.ch-brand{flex-shrink:0;align-items:center;gap:10px;display:flex}
.ch-brand img{object-fit:contain;max-width:160px;height:36px;width:auto}
.ch-brand span{font-size:1.15rem;font-weight:900;color:var(--ch_accent)}
.ch-nav{display:flex;flex-wrap:wrap;gap:0}
.ch-nav a{font-weight:700;color:var(--ch_muted);font-size:.84rem;border-radius:20px;transition:all .15s;padding:7px 12px}
.ch-nav a:hover,.ch-nav a[aria-current]{color:var(--ch_text);background:var(--ch_accent-soft)}
.ch-mast__ctas{gap:8px;display:flex;flex-shrink:0}
.ch-btn{white-space:nowrap;justify-content:center;border-radius:24px;align-items:center;padding:10px 22px;display:inline-flex;cursor:pointer;font-size:.88rem;border:none;transition:all .15s;gap:6px;font-weight:800}
.ch-btn--primary{color:#fff;background:linear-gradient(135deg,var(--ch_accent),var(--ch_accent2))}.ch-btn--primary:hover{box-shadow:0 0 24px var(--ch_accent-glow);transform:translateY(-2px)}
.ch-btn--outline{color:var(--ch_text);background:transparent;border:2px solid var(--ch_line)}.ch-btn--outline:hover{color:var(--ch_accent);border-color:var(--ch_accent)}
.ch-btn--lg{padding:13px 32px;font-size:.95rem}.ch-btn--block{justify-content:center;width:100%}
.ch-menu-btn{gap:5px;display:none;padding:7px;color:var(--ch_text);background:none;justify-content:center;flex-shrink:0;border-radius:8px;cursor:pointer;flex-direction:column;border:none}
.ch-menu-btn span{background:currentColor;border-radius:2px;width:22px;display:block;transition:transform .25s,opacity .25s;height:2px}
.ch-menu-btn[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.ch-menu-btn[aria-expanded=true] span:nth-child(2){opacity:0}
.ch-menu-btn[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.ch-mob-menu{background:rgba(5,5,5,.99);border-top:1px solid var(--ch_line);display:none;padding:14px 0}
.ch-mob-menu.is-open{display:block}
.ch-mob-nav{flex-direction:column;gap:3px;margin-bottom:12px;display:flex}
.ch-mob-nav a{font-weight:700;color:var(--ch_muted);transition:all .15s;font-size:.9rem;display:block;border-radius:12px;padding:12px 14px}
.ch-mob-nav a:hover,.ch-mob-nav a[aria-current]{color:var(--ch_accent);background:var(--ch_accent-soft)}
.ch-breadcrumb{padding:10px 0;border-bottom:1px solid var(--ch_line);font-size:.8rem;background:var(--ch_surface)}
.ch-breadcrumb ol{flex-wrap:wrap;margin:0;padding:0;gap:6px;list-style:none;display:flex}
.ch-breadcrumb li{color:var(--ch_muted)}.ch-breadcrumb li+li::before{content:'›';margin-right:4px}
.ch-breadcrumb a{color:var(--ch_accent)}.ch-breadcrumb li:last-child{color:var(--ch_text)}
.ch-hero{overflow:hidden;border-bottom:1px solid var(--ch_line);text-align:center;padding:60px 0 50px;position:relative}
.ch-hero::before{position:absolute;inset:0;content:'';background:radial-gradient(ellipse 80% 60% at 50% -10%,rgba(249,115,22,.12) 0%,transparent 60%);pointer-events:none}
.ch-hero__logo-h{display:flex;justify-content:center;margin:0 auto 14px}
.ch-hero__logo-h img{width:auto;object-fit:contain;max-width:300px;max-height:70px;height:auto}
.ch-hero__logo-sq{display:flex;justify-content:center;margin:0 auto 22px}
.ch-hero__logo-sq img{height:220px;object-fit:contain;border-radius:50%;width:220px}
.ch-hero__fire{margin-bottom:10px;display:block;font-size:2rem}
.ch-hero h1{margin:0 0 14px;font-size:clamp(1.9rem,4.5vw,3.2rem);max-width:700px;font-weight:900;margin-left:auto;line-height:1.1;margin-right:auto}
.ch-hero h1 .ch-hl{color:var(--ch_accent)}
.ch-hero__sub{line-height:1.7;margin:0 auto 28px;color:var(--ch_muted);max-width:560px;font-size:1rem}
.ch-hero__actions{flex-wrap:wrap;margin-bottom:36px;justify-content:center;gap:10px;display:flex}
.ch-hero__stats{padding-top:28px;justify-content:center;display:flex;border-top:1px solid var(--ch_line);flex-wrap:wrap;gap:32px}
.ch-hstat{text-align:center}
.ch-hstat__val{display:block;font-weight:900;color:var(--ch_accent);font-size:1.6rem}
.ch-hstat__label{color:var(--ch_muted);font-size:.72rem}
.ch-trust{padding:14px 0;flex-wrap:wrap;gap:8px;border-bottom:1px solid var(--ch_line);justify-content:center;display:flex}
.ch-badge{display:inline-flex;gap:5px;border:1px solid var(--ch_line);border-radius:20px;color:var(--ch_muted);background:var(--ch_surface);padding:5px 12px;font-size:.78rem;align-items:center;font-weight:700}
.ch-badge--fire{background:var(--ch_accent-soft);border-color:rgba(249,115,22,.25);color:var(--ch_accent)}
.ch-section{padding:52px 0;border-bottom:1px solid var(--ch_line)}
.ch-section--alt{background:var(--ch_surface)}
.ch-section__head{margin-bottom:28px}
.ch-kicker{display:block;margin:0 0 8px;font-size:.71rem;font-weight:800;color:var(--ch_accent);text-transform:uppercase;letter-spacing:.12em}
.ch-section__head h2{font-weight:900;font-size:clamp(1.3rem,3vw,2rem);margin:0 0 8px}
.ch-section__head p{margin:0;font-size:.93rem;color:var(--ch_muted)}
.ch-grid{gap:12px;display:grid}
.ch-grid--3{grid-template-columns:repeat(3,1fr)}.ch-grid--2{grid-template-columns:repeat(2,1fr)}
.ch-card{border-radius:16px;padding:22px;border:1px solid var(--ch_line);transition:all .2s;background:var(--ch_surface)}
.ch-card:hover{box-shadow:0 8px 24px rgba(249,115,22,.12);border-color:var(--ch_accent);transform:translateY(-3px)}
.ch-card__icon{font-size:2rem;display:block;margin-bottom:12px}
.ch-card h3{margin:0 0 6px;font-size:1rem;font-weight:800}
.ch-card p{line-height:1.65;color:var(--ch_muted);margin:0;font-size:.87rem}
.ch-imgrid{display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}
.ch-imgcard{margin:0;overflow:hidden;aspect-ratio:16/9;border-radius:12px;background:var(--ch_surface2)}
.ch-imgcard img{transition:transform .4s;height:100%;object-fit:cover;width:100%}
.ch-imgcard:hover img{transform:scale(1.06)}
.ch-page-img{aspect-ratio:16/9;overflow:hidden;background:var(--ch_surface2);border-radius:12px;margin:0 0 28px}
.ch-page-img img{height:100%;width:100%;object-fit:cover}
.ch-tiers{grid-template-columns:repeat(3,1fr);display:grid;gap:12px;margin-bottom:0}
.ch-tier{border:2px solid var(--ch_line);border-radius:16px;background:var(--ch_surface);text-align:center;padding:24px 20px}
.ch-tier--gold{border-color:var(--ch_gold)}
.ch-tier__icon{display:block;font-size:2.5rem;margin-bottom:10px}
.ch-tier__name{text-transform:uppercase;color:var(--ch_muted);font-size:.75rem;letter-spacing:.1em;margin-bottom:6px;font-weight:800}
.ch-tier__val{font-size:1.8rem;margin-bottom:8px;font-weight:900;color:var(--ch_accent)}
.ch-tier p{margin:0;color:var(--ch_muted);font-size:.83rem}
.ch-steps{gap:0;display:flex;flex-direction:column}
.ch-step{border-bottom:1px solid var(--ch_line);padding:18px 0;gap:16px;display:flex}
.ch-step:last-child{border-bottom:none}
.ch-step__num{flex-shrink:0;font-weight:900;align-items:center;font-size:.9rem;justify-content:center;background:linear-gradient(135deg,var(--ch_accent),var(--ch_accent2));display:flex;width:40px;color:#fff;height:40px;border-radius:50%}
.ch-step__body h3{margin:0 0 4px;font-weight:800;font-size:.95rem}
.ch-step__body p{margin:0;color:var(--ch_muted);font-size:.87rem}
.ch-faq{gap:7px;display:flex;flex-direction:column}
.ch-faq__item{overflow:hidden;border:1px solid var(--ch_line);border-radius:12px;background:var(--ch_surface)}
.ch-faq__item summary{gap:12px;display:flex;font-size:.91rem;align-items:center;list-style:none;padding:15px 18px;cursor:pointer;font-weight:700;justify-content:space-between;color:var(--ch_text)}
.ch-faq__item summary::-webkit-details-marker{display:none}
.ch-faq__item summary::after{font-size:1.1rem;color:var(--ch_accent);font-weight:400;flex-shrink:0;content:'+'}
.ch-faq__item[open]{border-color:rgba(249,115,22,.3)}.ch-faq__item[open] summary::after{content:'−'}
.ch-faq__item[open] summary{color:var(--ch_accent)}
.ch-faq__answer{margin:0;color:var(--ch_muted);font-size:.88rem;padding:12px 18px 15px;border-top:1px solid var(--ch_line);line-height:1.75}
.ch-payments{flex-wrap:wrap;gap:8px;display:flex}
.ch-pay-item{font-size:.84rem;color:var(--ch_text);background:var(--ch_surface);font-weight:700;border:1px solid var(--ch_line);border-radius:20px;padding:7px 14px}
.ch-reviews{gap:12px;display:grid;grid-template-columns:repeat(3,1fr)}
.ch-review{padding:20px;border-radius:16px;border:1px solid var(--ch_line);background:var(--ch_surface)}
.ch-review__stars{color:var(--ch_gold);margin-bottom:8px;font-size:.9rem}
.ch-review__text{line-height:1.65;font-style:italic;margin:0 0 12px;color:var(--ch_muted);font-size:.86rem}
.ch-review__author strong{font-size:.87rem;font-weight:800}.ch-review__author span{font-size:.77rem;color:var(--ch_muted);display:block}
.ch-ctasection{margin:52px 0;text-align:center;padding:48px 36px;background:linear-gradient(135deg,rgba(249,115,22,.15),rgba(234,88,12,.08));border-radius:20px;border:1px solid rgba(249,115,22,.25)}
.ch-ctasection h2{font-weight:900;margin:0 0 10px;font-size:clamp(1.5rem,3vw,2.2rem)}
.ch-ctasection p{color:var(--ch_muted);margin:0 0 26px}
.ch-footer{border-top:1px solid var(--ch_line);background:var(--ch_surface);padding:44px 0 20px}
.ch-footer__grid{grid-template-columns:2fr 1fr 1fr;margin-bottom:28px;gap:40px;display:grid}
.ch-footer__logo{width:auto;border-radius:12px;margin-bottom:14px;object-fit:contain;max-width:180px;height:80px}
.ch-footer__brand{font-size:1rem;font-weight:900;margin-bottom:8px;color:var(--ch_accent)}
.ch-footer__blurb{line-height:1.7;font-size:.84rem;color:var(--ch_muted)}
.ch-footer__heading{letter-spacing:.1em;font-weight:800;font-size:.72rem;margin:0 0 12px;color:var(--ch_muted);text-transform:uppercase}
.ch-footer__links{display:flex;flex-direction:column;gap:8px}
.ch-footer__links a{color:var(--ch_muted);transition:color .15s;font-size:.84rem}.ch-footer__links a:hover{color:var(--ch_accent)}
.ch-footer__bottom{border-top:1px solid var(--ch_line);display:flex;flex-wrap:wrap;padding-top:18px;justify-content:space-between;align-items:center;gap:8px}
.ch-footer__copy{font-size:.77rem;color:var(--ch_muted);margin:0}
.ch-legal{max-width:760px}
.ch-legal h2{font-size:1.05rem;color:var(--ch_accent);margin:28px 0 8px;font-weight:800}
.ch-legal p,.ch-legal li{color:var(--ch_muted);line-height:1.8;font-size:.91rem}
.sf-sticky-cta{right:0;gap:12px;left:0;display:flex;z-index:200;border-top:1px solid var(--ch_line);position:fixed;background:rgba(5,5,5,.97);bottom:0;backdrop-filter:blur(8px);padding:10px 16px;align-items:center;justify-content:space-between}
.sf-sticky-cta__meta strong{font-size:.9rem;font-weight:900;display:block}.sf-sticky-cta__meta span{color:var(--ch_muted);font-size:.76rem}
.sf-sticky-cta__button{padding:10px 22px;font-size:.87rem;background:linear-gradient(135deg,var(--ch_accent),var(--ch_accent2));font-weight:900;border-radius:24px;flex-shrink:0;color:#fff}
@media(max-width:768px){
  .ch-nav{display:none}.ch-mast__ctas{display:none}.ch-menu-btn{display:flex}
  .ch-hero__logo-h img{max-width:220px;max-height:54px}.ch-hero__logo-sq img{width:180px;height:180px}
  .ch-grid--3,.ch-grid--2{grid-template-columns:1fr}.ch-tiers{grid-template-columns:1fr}
  .ch-reviews{grid-template-columns:1fr}.ch-footer__grid{gap:22px;grid-template-columns:1fr}
  .ch-imgrid{grid-template-columns:1fr}.ch-hero__actions{flex-direction:column}
  .ch-ctasection{padding:28px 18px}.ch-hero__stats{gap:20px}
}
@media(min-width:769px) and (max-width:1024px){
  .ch-grid--3{grid-template-columns:repeat(2,1fr)}.ch-reviews{grid-template-columns:repeat(2,1fr)}.ch-tiers{grid-template-columns:repeat(2,1fr)}
}
.ch-cats-strip{padding:10px 0;border-bottom:1px solid var(--ch_line)}
.ch-cats-row{gap:8px;flex-wrap:wrap;display:flex}
.ch-cat-chip{gap:5px;color:var(--ch_text);font-size:.84rem;display:inline-flex;white-space:nowrap;border:1px solid var(--ch_line);border-radius:20px;background:var(--ch_surface);font-weight:600;padding:6px 14px;align-items:center}
.ch-alt-row{align-items:center;gap:20px;display:flex;border-bottom:1px solid var(--ch_line);padding:20px 0}
.ch-alt-row--rev{flex-direction:row-reverse}
.ch-alt-icon{width:60px;text-align:center;flex-shrink:0;font-size:2rem}
.ch-alt-body h3{font-weight:800;font-size:1.05rem;margin:0 0 6px}
.ch-alt-body p{line-height:1.7;margin:0;font-size:.9rem;color:var(--ch_muted)}
.ch-accordion{display:flex;flex-direction:column;gap:8px}
.ch-acc-item{border:1px solid var(--ch_line);border-radius:12px;background:var(--ch_surface);overflow:hidden}
.ch-acc-head{gap:12px;align-items:center;cursor:pointer;display:flex;padding:16px 20px}
.ch-acc-icon{font-size:1.4rem;flex-shrink:0}
.ch-acc-sub{font-weight:400;margin-top:2px;color:var(--ch_muted);font-size:.78rem;display:block}
.ch-acc-val{font-size:1.2rem;color:var(--ch_accent);white-space:nowrap;margin-left:auto;font-weight:800}
.ch-acc-body{font-size:.88rem;color:var(--ch_muted);border-top:1px solid var(--ch_line);padding:14px 20px 16px;line-height:1.75}
.ch-acc-body p{margin:0 0 12px}
.ch-wrap--narrow{max-width:720px;margin:0 auto}
.ch-quote-mark{font-family:Georgia,serif;margin-bottom:-30px;font-size:6rem;opacity:.3;color:var(--ch_accent);line-height:1}
.ch-about-text p{line-height:1.85;color:var(--ch_muted);margin:0 0 14px}
.ch-stars-big{color:var(--ch_gold,#f59e0b);font-size:1.4rem;margin-bottom:12px}
.ch-quote-featured{border-radius:16px;margin:0 0 32px;border:1px solid var(--ch_line);background:var(--ch_surface);padding:28px}
.ch-quote-text{color:var(--ch_text);line-height:1.8;font-size:1.1rem;font-style:italic;margin:0 0 14px}
.ch-quote-featured figcaption{color:var(--ch_muted);font-size:.88rem}
.ch-reviews-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}
.ch-review-mini{background:var(--ch_surface);border-radius:12px;padding:16px;border:1px solid var(--ch_line)}
.ch-stars{font-size:.85rem;color:var(--ch_gold,#f59e0b);margin-bottom:6px}
.ch-review-mini p{line-height:1.6;font-size:.83rem;margin:0 0 10px;color:var(--ch_muted);font-style:italic}
.ch-review-mini footer{color:var(--ch_muted);font-size:.8rem}
.ch-steps-h{flex-wrap:wrap;gap:8px;align-items:center;display:flex}
.ch-step-h{display:flex;flex-direction:column;gap:6px;align-items:center;min-width:80px}
.ch-step-h__num{width:36px;font-size:.95rem;align-items:center;justify-content:center;border-radius:50%;height:36px;color:rgba(255,255,255,1);background:var(--ch_accent);display:flex;font-weight:900}
.ch-step-h__label{color:var(--ch_muted);font-weight:600;text-align:center;font-size:.8rem}
.ch-step-h__arrow{color:var(--ch_muted);flex-shrink:0;font-size:1.4rem}
.ch-section--dark{background:var(--ch_surface)}
@media(max-width:768px){.ch-alt-row,.ch-alt-row--rev{flex-direction:column;text-align:center}.ch-reviews-mini{grid-template-columns:1fr}.ch-steps-h{justify-content:center}.ch-step-h__arrow{display:none}}
:where(footer,[class*='-footer']){overflow:visible;z-index:1;position:relative}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar']){min-width:0}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar'])>*{min-width:0;max-width:100%}
:where([class*='footer__brandblock'],[class*='footer__summary'],[class*='footer__meta'],[class*='footer__copy'],[class*='footer__warn'],[class*='linkstack']){overflow-wrap:anywhere;word-break:break-word}
@media(max-width:760px){
  .sf-has-sticky-cta :where([class*='-shell']),.sf-has-sticky-cta main{padding-bottom:calc(140px + env(safe-area-inset-bottom,0px)) !important}
  .sf-has-sticky-cta main~footer,.sf-has-sticky-cta :where(footer,[class$='-footer']){padding-bottom:calc(112px + env(safe-area-inset-bottom,0px)) !important}
  :where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar']){display:grid !important;align-items:start !important;grid-template-columns:1fr !important;gap:16px !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){align-items:flex-start;display:flex;flex-direction:column;gap:10px;text-align:left}
  :where([class*='footer__brand']){clear:both;float:none !important;max-width:110px;margin-bottom:12px;max-height:110px}
}
