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