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


.sf-related-articles{background:rgba(255,255,255,.06);border-radius:24px;border:1px solid rgba(148,163,184,.24);padding:clamp(18px,3vw,28px);box-shadow:0 16px 45px rgba(15,23,42,.08);max-width:1120px;margin:clamp(28px,5vw,56px) auto}
.sf-related-articles h2{font-size:clamp(1.35rem,2.5vw,2rem);margin:0 0 8px;line-height:1.2}
.sf-related-articles>p{line-height:1.65;opacity:.78;margin:0 0 18px}
.sf-related-articles__list{gap:14px;padding:0;list-style:none;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.sf-related-articles__link{border:1px solid rgba(148,163,184,.18);flex-direction:column;padding:16px;background:rgba(255,255,255,.08);min-height:100%;display:flex;border-radius:18px;color:inherit;transition:transform .18s ease,border-color .18s ease,background .18s ease;gap:7px;text-decoration:none}
.sf-related-articles__link:hover{border-color:rgba(59,130,246,.45);transform:translateY(-2px);background:rgba(255,255,255,.13)}
.sf-related-articles__type{width:max-content;letter-spacing:.04em;opacity:.88;font-weight:700;border-radius:999px;text-transform:uppercase;font-size:.72rem;padding:3px 9px;color:inherit;background:rgba(59,130,246,.14)}
.sf-related-articles strong{font-size:1rem;line-height:1.35}
.sf-related-articles small{font-size:.88rem;opacity:.72;line-height:1.45}
@media(max-width:640px){.sf-related-articles{margin:28px 12px;padding:16px;border-radius:18px}.sf-related-articles__list{grid-template-columns:1fr}.sf-related-articles__link{padding:14px}}
