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