@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap');
:root{--cr_accent-soft:rgba(5,150,105,.1);--cr_muted:#6b7280;--cr_accent2:#047857;--cr_text:rgba(236,253,245,1);--cr_accent-glow:rgba(5,150,105,.25);--cr_red:#f87171;--cr_line:#2a3550;--cr_surface2:#222b40;--cr_surface:rgb(26,32,51);--cr_bg:#0e1117;--cr_accent:#059669;--cr_gold:rgba(251,191,36,1)}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}
body.cr-body{background:var(--cr_bg);line-height:1.7;font-size:16px;color:var(--cr_text);font-family:'IBM Plex Sans',sans-serif;margin:0;isolation:auto;outline-offset:0;user-select:auto}
a{text-decoration:none;color:inherit}img{display:block;max-width:100%}
.cr-wrap{margin:0 auto;width:min(1180px,calc(100% - 32px))}
.cr-shell{padding-bottom:80px}
.cr-mast{background:rgba(14,17,23,.97);backdrop-filter:blur(14px);top:0;position:sticky;z-index:100;border-bottom:1px solid var(--cr_line)}
.cr-mast__inner{justify-content:space-between;display:flex;gap:14px;align-items:center;padding:11px 0}
.cr-brand{gap:10px;display:flex;align-items:center;flex-shrink:0}
.cr-brand img{object-fit:contain;width:auto;height:34px;max-width:160px}
.cr-brand span{font-size:1.1rem;color:var(--cr_accent);font-weight:600}
.cr-nav{display:flex;flex-wrap:wrap;gap:0}
.cr-nav a{color:var(--cr_muted);padding:6px 12px;transition:all .15s;font-weight:500;font-size:.83rem;border-radius:5px}
.cr-nav a:hover,.cr-nav a[aria-current]{background:var(--cr_accent-soft);color:var(--cr_text)}
.cr-mast__ctas{gap:8px;display:flex;flex-shrink:0}
.cr-btn{white-space:nowrap;border-radius:5px;align-items:center;border:none;display:inline-flex;padding:9px 20px;justify-content:center;font-size:.87rem;transition:all .15s;gap:6px;font-weight:600;cursor:pointer}
.cr-btn--primary{color:#fff;background:var(--cr_accent)}.cr-btn--primary:hover{background:var(--cr_accent2);box-shadow:0 0 20px var(--cr_accent-glow);transform:translateY(-1px)}
.cr-btn--outline{color:var(--cr_text);background:transparent;border:1px solid var(--cr_line)}.cr-btn--outline:hover{border-color:var(--cr_accent);color:var(--cr_accent)}
.cr-btn--lg{font-size:.94rem;padding:13px 30px}.cr-btn--block{justify-content:center;width:100%}
.cr-menu-btn{background:none;border-radius:5px;justify-content:center;flex-shrink:0;display:none;color:var(--cr_text);cursor:pointer;padding:7px;gap:5px;flex-direction:column;border:none}
.cr-menu-btn span{display:block;transition:transform .25s,opacity .25s;background:currentColor;border-radius:2px;width:22px;height:2px}
.cr-menu-btn[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.cr-menu-btn[aria-expanded=true] span:nth-child(2){opacity:0}
.cr-menu-btn[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.cr-mob-menu{border-top:1px solid var(--cr_line);display:none;background:rgba(14,17,23,.99);padding:14px 0}
.cr-mob-menu.is-open{display:block}
.cr-mob-nav{display:flex;flex-direction:column;gap:2px;margin-bottom:12px}
.cr-mob-nav a{padding:12px 14px;transition:all .15s;border-radius:5px;font-weight:500;font-size:.9rem;color:var(--cr_muted);display:block}
.cr-mob-nav a:hover,.cr-mob-nav a[aria-current]{background:var(--cr_accent-soft);color:var(--cr_accent)}
.cr-breadcrumb{padding:9px 0;border-bottom:1px solid var(--cr_line);font-size:.8rem;background:var(--cr_surface)}
.cr-breadcrumb ol{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0;padding:0}
.cr-breadcrumb li{color:var(--cr_muted)}.cr-breadcrumb li+li::before{margin-right:4px;content:'›'}
.cr-breadcrumb a{color:var(--cr_accent)}.cr-breadcrumb li:last-child{color:var(--cr_text)}
.cr-hero{padding:60px 0 48px;position:relative;text-align:center;border-bottom:1px solid var(--cr_line);overflow:hidden}
.cr-hero::before{inset:0;position:absolute;content:'';pointer-events:none;background:radial-gradient(ellipse 90% 60% at 50% -10%,rgba(5,150,105,.08) 0%,transparent 60%)}
.cr-hero__logo-h{display:flex;margin:0 auto 14px;justify-content:center}
.cr-hero__logo-h img{object-fit:contain;max-width:300px;max-height:70px;height:auto;width:auto}
.cr-hero__logo-sq{display:flex;justify-content:center;margin:0 auto 24px}
.cr-hero__logo-sq img{height:220px;width:220px;border-radius:14px;object-fit:contain}
.cr-hero__shield{flex-wrap:wrap;margin-bottom:18px;justify-content:center;gap:12px;display:flex}
.cr-shield{align-items:center;border:1px solid var(--cr_line);background:var(--cr_surface);gap:3px;padding:8px 14px;flex-direction:column;border-radius:6px;min-width:70px;display:inline-flex}
.cr-shield__icon{font-size:1.2rem}
.cr-shield__text{font-size:.66rem;letter-spacing:.07em;text-transform:uppercase;font-weight:600;color:var(--cr_accent)}
.cr-hero h1{margin-left:auto;font-size:clamp(1.8rem,4vw,3rem);line-height:1.15;max-width:720px;margin:0 0 14px;font-weight:700;margin-right:auto}
.cr-hero h1 .cr-hl{color:var(--cr_accent)}
.cr-hero__sub{color:var(--cr_muted);max-width:560px;line-height:1.7;margin:0 auto 28px;font-size:1rem}
.cr-hero__actions{flex-wrap:wrap;gap:10px;justify-content:center;display:flex;margin-bottom:36px}
.cr-hero__stats{flex-wrap:wrap;border-top:1px solid var(--cr_line);display:flex;justify-content:center;padding-top:26px;gap:36px}
.cr-hstat{text-align:center}
.cr-hstat__val{font-size:1.6rem;font-weight:700;color:var(--cr_accent);display:block}
.cr-hstat__label{color:var(--cr_muted);font-size:.72rem}
.cr-trust{display:flex;gap:8px;padding:14px 0;border-bottom:1px solid var(--cr_line);justify-content:center;flex-wrap:wrap}
.cr-badge{display:inline-flex;color:var(--cr_muted);border-radius:5px;font-size:.78rem;background:var(--cr_surface);align-items:center;font-weight:600;gap:5px;border:1px solid var(--cr_line);padding:5px 12px}
.cr-badge--green{color:var(--cr_accent);border-color:rgba(5,150,105,.25);background:var(--cr_accent-soft)}
.cr-section{border-bottom:1px solid var(--cr_line);padding:52px 0}
.cr-section--alt{background:var(--cr_surface)}
.cr-section__head{margin-bottom:28px}
.cr-kicker{letter-spacing:.14em;font-size:.7rem;font-weight:700;display:block;text-transform:uppercase;color:var(--cr_accent);margin:0 0 8px}
.cr-section__head h2{font-weight:700;font-size:clamp(1.3rem,3vw,2rem);margin:0 0 8px}
.cr-section__head p{color:var(--cr_muted);margin:0;font-size:.93rem}
.cr-feature{gap:24px;border-bottom:1px solid var(--cr_line);grid-template-columns:1fr 1fr;padding:32px 0;align-items:center;display:grid}
.cr-feature:last-child{border-bottom:none}
.cr-feature--rev .cr-feature__text{order:2}
.cr-feature--rev .cr-feature__media{order:1}
.cr-feature__text h3{font-weight:700;font-size:1.1rem;margin:0 0 10px}
.cr-feature__text p{margin:0;line-height:1.75;color:var(--cr_muted);font-size:.9rem}
.cr-feature__media{background:var(--cr_surface2);border-radius:10px;overflow:hidden;aspect-ratio:16/9}
.cr-feature__media img{width:100%;object-fit:cover;height:100%}
.cr-feature__icon{font-size:2.5rem;margin-bottom:12px;display:block}
.cr-grid{gap:12px;display:grid}
.cr-grid--3{grid-template-columns:repeat(3,1fr)}.cr-grid--2{grid-template-columns:repeat(2,1fr)}
.cr-card{transition:all .2s;border-radius:8px;padding:22px;border:1px solid var(--cr_line);background:var(--cr_surface)}
.cr-card:hover{border-color:var(--cr_accent)}
.cr-card__icon{font-size:1.6rem;display:block;margin-bottom:12px}
.cr-card h3{margin:0 0 6px;font-size:.95rem;font-weight:600}
.cr-card p{line-height:1.65;font-size:.87rem;color:var(--cr_muted);margin:0}
.cr-imgrid{gap:10px;grid-template-columns:repeat(3,1fr);display:grid}
.cr-imgcard{aspect-ratio:16/9;overflow:hidden;background:var(--cr_surface2);border-radius:8px;margin:0}
.cr-imgcard img{object-fit:cover;height:100%;width:100%;transition:transform .4s}
.cr-imgcard:hover img{transform:scale(1.05)}
.cr-page-img{margin:0 0 28px;background:var(--cr_surface2);overflow:hidden;aspect-ratio:16/9;border-radius:8px}
.cr-page-img img{width:100%;height:100%;object-fit:cover}
.cr-steps{display:flex;gap:0;flex-direction:column}
.cr-step{gap:16px;display:flex;padding:18px 0;border-bottom:1px solid var(--cr_line)}
.cr-step:last-child{border-bottom:none}
.cr-step__num{font-size:.9rem;font-weight:600;border-radius:5px;width:36px;justify-content:center;background:var(--cr_accent);align-items:center;height:36px;display:flex;color:#fff;flex-shrink:0}
.cr-step__body h3{font-weight:600;font-size:.95rem;margin:0 0 4px}
.cr-step__body p{font-size:.87rem;color:var(--cr_muted);margin:0}
.cr-faq{gap:6px;display:flex;flex-direction:column}
.cr-faq__item{overflow:hidden;background:var(--cr_surface);border:1px solid var(--cr_line);border-radius:7px}
.cr-faq__item summary{list-style:none;cursor:pointer;font-weight:600;font-size:.9rem;align-items:center;color:var(--cr_text);display:flex;justify-content:space-between;padding:14px 18px;gap:12px}
.cr-faq__item summary::-webkit-details-marker{display:none}
.cr-faq__item summary::after{flex-shrink:0;content:'+';font-size:1.1rem;font-weight:400;color:var(--cr_accent)}
.cr-faq__item[open]{border-color:rgba(5,150,105,.3)}.cr-faq__item[open] summary::after{content:'−'}
.cr-faq__item[open] summary{color:var(--cr_accent)}
.cr-faq__answer{line-height:1.75;margin:0;font-size:.87rem;padding:12px 18px 14px;color:var(--cr_muted);border-top:1px solid var(--cr_line)}
.cr-payments{flex-wrap:wrap;gap:8px;display:flex}
.cr-pay-item{border-radius:5px;color:var(--cr_text);background:var(--cr_surface);padding:7px 14px;font-weight:600;font-size:.84rem;border:1px solid var(--cr_line)}
.cr-reviews{gap:12px;grid-template-columns:repeat(3,1fr);display:grid}
.cr-review{padding:20px;background:var(--cr_surface);border:1px solid var(--cr_line);border-radius:8px}
.cr-review__stars{color:var(--cr_gold);margin-bottom:8px;font-size:.9rem}
.cr-review__text{margin:0 0 12px;color:var(--cr_muted);font-style:italic;font-size:.86rem;line-height:1.65}
.cr-review__author strong{font-size:.87rem;font-weight:600}.cr-review__author span{font-size:.77rem;display:block;color:var(--cr_muted)}
.cr-ctasection{border-radius:10px;margin:52px 0;text-align:center;padding:48px 40px;border:1px solid rgba(5,150,105,.2);background:linear-gradient(135deg,rgba(5,150,105,.12),rgba(4,120,87,.06))}
.cr-ctasection h2{font-size:clamp(1.4rem,3vw,2.1rem);font-weight:700;margin:0 0 10px}
.cr-ctasection p{color:var(--cr_muted);margin:0 0 26px}
.cr-footer{padding:44px 0 20px;border-top:1px solid var(--cr_line);background:var(--cr_surface)}
.cr-footer__grid{gap:40px;grid-template-columns:2fr 1fr 1fr;margin-bottom:28px;display:grid}
.cr-footer__logo{width:auto;max-width:200px;object-fit:contain;margin-bottom:14px;height:80px}
.cr-footer__brand{font-size:.95rem;margin-bottom:8px;color:var(--cr_accent);font-weight:600}
.cr-footer__blurb{font-size:.84rem;color:var(--cr_muted);line-height:1.7}
.cr-footer__heading{color:var(--cr_muted);font-size:.72rem;font-weight:700;margin:0 0 12px;text-transform:uppercase;letter-spacing:.1em}
.cr-footer__links{gap:8px;flex-direction:column;display:flex}
.cr-footer__links a{font-size:.84rem;color:var(--cr_muted);transition:color .15s}.cr-footer__links a:hover{color:var(--cr_accent)}
.cr-footer__bottom{justify-content:space-between;display:flex;flex-wrap:wrap;align-items:center;padding-top:18px;border-top:1px solid var(--cr_line);gap:8px}
.cr-footer__copy{margin:0;font-size:.77rem;color:var(--cr_muted)}
.cr-legal{max-width:760px}
.cr-legal h2{font-size:1.05rem;margin:28px 0 8px;font-weight:700;border-left:3px solid var(--cr_accent);padding-left:10px}
.cr-legal p,.cr-legal li{line-height:1.8;color:var(--cr_muted);font-size:.91rem}
.sf-sticky-cta{backdrop-filter:blur(8px);bottom:0;background:rgba(14,17,23,.97);position:fixed;gap:12px;border-top:1px solid var(--cr_line);justify-content:space-between;left:0;padding:10px 16px;z-index:200;right:0;display:flex;align-items:center}
.sf-sticky-cta__meta strong{font-size:.9rem;display:block;font-weight:600}.sf-sticky-cta__meta span{color:var(--cr_muted);font-size:.76rem}
.sf-sticky-cta__button{border-radius:5px;background:var(--cr_accent);font-size:.87rem;padding:10px 22px;color:rgb(255,255,255);font-weight:700;flex-shrink:0}
@media(max-width:768px){
  .cr-nav{display:none}.cr-mast__ctas{display:none}.cr-menu-btn{display:flex}
  .cr-hero__logo-h img{max-height:54px;max-width:220px}.cr-hero__logo-sq img{width:180px;height:180px}
  .cr-grid--3,.cr-grid--2{grid-template-columns:1fr}.cr-feature{grid-template-columns:1fr}
  .cr-feature--rev .cr-feature__text{order:1}.cr-feature--rev .cr-feature__media{order:2}
  .cr-reviews{grid-template-columns:1fr}.cr-footer__grid{grid-template-columns:1fr;gap:22px}
  .cr-imgrid{grid-template-columns:1fr}.cr-hero__actions{flex-direction:column}
  .cr-ctasection{padding:28px 18px}.cr-hero__stats{gap:20px}
}
@media(min-width:769px) and (max-width:1024px){
  .cr-grid--3{grid-template-columns:repeat(2,1fr)}.cr-reviews{grid-template-columns:repeat(2,1fr)}
}
.cr-pullquote-section{padding:48px 0}
.cr-pullquote{border-radius:16px;padding:28px 32px;background:var(--cr_surface);max-width:720px;border-left:5px solid var(--cr_accent)}
.cr-pullquote__mark{font-family:Georgia,serif;color:var(--cr_accent);line-height:1;margin-bottom:-20px;display:block;opacity:.35;font-size:5rem}
.cr-pullquote__text p{margin:0 0 12px;font-size:.95rem;line-height:1.85;color:var(--cr_muted)}
.cr-feat-def__grid{gap:16px;display:grid;grid-template-columns:repeat(4,1fr)}
.cr-feat-def__item{background:var(--cr_surface);text-align:center;border-radius:10px;padding:20px 16px;border:1px solid var(--cr_line)}
.cr-feat-def__icon{font-size:1.8rem;display:block;margin-bottom:10px}
.cr-feat-def__label{font-size:.85rem;font-weight:700;margin-bottom:6px}
.cr-feat-def__val{line-height:1.65;color:var(--cr_muted);font-size:.82rem}
.cr-bonus-split{grid-template-columns:1fr 300px;gap:40px;align-items:start;display:grid}
.cr-bonus-split__aside{gap:12px;flex-direction:column;display:flex}
.cr-bonus-hl{border-radius:12px;text-align:center;padding:20px;border:1px solid var(--cr_line);background:var(--cr_surface)}
.cr-bonus-hl__val{font-weight:900;font-size:2rem;color:var(--cr_accent);line-height:1}
.cr-bonus-hl__label{margin-top:4px;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--cr_muted)}
.cr-cats-list{padding:0;display:flex;margin:0;list-style:none;max-width:480px;flex-direction:column;gap:6px}
.cr-cats-item{display:flex;padding:10px 14px;align-items:center;gap:12px;background:var(--cr_surface);border-radius:8px;border:1px solid var(--cr_line);font-weight:600;font-size:.9rem}
.cr-cats-item__icon{flex-shrink:0;font-size:1.2rem}
.cr-steps-num{overflow:hidden;border-radius:12px;border:1px solid var(--cr_line);display:flex}
.cr-step-num{text-align:center;padding:16px 12px;flex:1;background:var(--cr_surface);border-right:1px solid var(--cr_line)}
.cr-step-num:last-child{border-right:none}
.cr-step-num__n{color:var(--cr_accent);margin-bottom:6px;font-size:1.6rem;line-height:1;font-weight:900}
.cr-step-num__txt{font-weight:600;color:var(--cr_muted);line-height:1.4;font-size:.8rem}
.cr-reviews-2col{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}
.cr-review-card{background:var(--cr_surface);border-radius:14px;border:1px solid var(--cr_line);padding:22px}
.cr-review-card__stars{font-size:.9rem;margin-bottom:8px;color:var(--cr_gold,#f59e0b)}
.cr-review-card__text{line-height:1.65;margin:0 0 12px;color:var(--cr_muted);font-size:.86rem;font-style:italic}
.cr-review-card__footer{font-size:.82rem;color:var(--cr_muted)}
.cr-faq-simple{flex-direction:column;gap:20px;display:flex}
.cr-faq-simple__q{font-weight:700;font-size:1rem;margin:0 0 8px}
.cr-faq-simple__a{line-height:1.75;font-size:.9rem;color:var(--cr_muted);margin:0}
@media(max-width:768px){.cr-feat-def__grid{grid-template-columns:repeat(2,1fr)}.cr-bonus-split{grid-template-columns:1fr}.cr-bonus-split__aside{flex-wrap:wrap;flex-direction:row}.cr-bonus-hl{min-width:120px;flex:1}.cr-steps-num{flex-direction:column}.cr-step-num{border-right:none;border-bottom:1px solid var(--cr_line)}.cr-step-num:last-child{border-bottom:none}.cr-reviews-2col{grid-template-columns:1fr}.cr-cats-list{max-width:100%}}
@media(min-width:769px) and (max-width:1024px){.cr-feat-def__grid{grid-template-columns:repeat(2,1fr)}.cr-bonus-split{grid-template-columns:1fr 240px}}
:where(footer,[class*='-footer']){overflow:visible;position:relative;z-index:1}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar']){min-width:0}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar'])>*{max-width:100%;min-width:0}
:where([class*='footer__brandblock'],[class*='footer__summary'],[class*='footer__meta'],[class*='footer__copy'],[class*='footer__warn'],[class*='linkstack']){word-break:break-word;overflow-wrap:anywhere}
@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']){flex-direction:column;align-items:flex-start;display:flex;gap:10px;text-align:left}
  :where([class*='footer__brand']){max-width:110px;max-height:110px;margin-bottom:12px;float:none !important;clear:both}
}
