@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&display=swap');
:root{--fc_text:#faf5ff;--fc_surface:#160a26;--fc_gold:#fbbf24;--fc_bg:#0d0618;--fc_muted:rgb(139,139,153);--fc_accent:rgb(124,58,237);--fc_line:#2d1f4a;--fc_accent-glow:rgba(124,58,237,.3);--fc_surface2:#1e1035;--fc_accent2:#6d28d9;--fc_violet:#a78bfa;--fc_accent-soft:rgba(124,58,237,.1)}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}
body.fc-body{font-size:16px;font-family:'DM Sans',sans-serif;background:var(--fc_bg);color:var(--fc_text);margin:0;line-height:1.7;outline-offset:0;visibility:visible;pointer-events:auto}
a{text-decoration:none;color:inherit}img{display:block;max-width:100%}
.fc-wrap{margin:0 auto;width:min(1180px,calc(100% - 32px))}
.fc-shell{padding-bottom:80px}
.fc-mast{backdrop-filter:blur(14px);top:0;z-index:100;position:sticky;background:rgba(13,6,24,.97);border-bottom:1px solid var(--fc_line)}
.fc-mast__inner{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:10px 0}
.fc-brand{flex-shrink:0;gap:10px;align-items:center;display:flex}
.fc-brand img{max-width:160px;width:auto;object-fit:contain;height:34px}
.fc-brand span{font-size:1.1rem;font-weight:700;color:var(--fc_violet)}
.fc-nav{display:flex;flex-wrap:wrap;gap:0}
.fc-nav a{color:var(--fc_muted);border-radius:6px;font-size:.83rem;padding:6px 12px;font-weight:500;transition:all .15s}
.fc-nav a:hover,.fc-nav a[aria-current]{background:var(--fc_accent-soft);color:var(--fc_violet)}
.fc-mast__ctas{gap:8px;flex-shrink:0;display:flex}
.fc-btn{font-size:.87rem;border-radius:8px;white-space:nowrap;border:none;transition:all .15s;display:inline-flex;padding:9px 20px;justify-content:center;font-weight:600;align-items:center;cursor:pointer;gap:6px}
.fc-btn--primary{background:var(--fc_accent);color:#fff}.fc-btn--primary:hover{transform:translateY(-1px);box-shadow:0 0 20px var(--fc_accent-glow);background:var(--fc_accent2)}
.fc-btn--outline{color:var(--fc_text);border:1px solid var(--fc_line);background:transparent}.fc-btn--outline:hover{border-color:var(--fc_violet);color:var(--fc_violet)}
.fc-btn--lg{padding:13px 30px;font-size:.94rem}.fc-btn--block{width:100%;justify-content:center}
.fc-menu-btn{gap:5px;flex-shrink:0;padding:7px;justify-content:center;background:none;cursor:pointer;display:none;color:var(--fc_text);flex-direction:column;border:none;border-radius:6px}
.fc-menu-btn span{border-radius:2px;width:22px;background:currentColor;transition:transform .25s,opacity .25s;height:2px;display:block}
.fc-menu-btn[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.fc-menu-btn[aria-expanded=true] span:nth-child(2){opacity:0}
.fc-menu-btn[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.fc-mob-menu{display:none;background:rgba(13,6,24,.99);padding:14px 0;border-top:1px solid var(--fc_line)}
.fc-mob-menu.is-open{display:block}
.fc-mob-nav{gap:2px;margin-bottom:12px;flex-direction:column;display:flex}
.fc-mob-nav a{border-radius:6px;transition:all .15s;padding:12px 14px;font-size:.9rem;display:block;color:var(--fc_muted);font-weight:500}
.fc-mob-nav a:hover,.fc-mob-nav a[aria-current]{color:var(--fc_violet);background:var(--fc_accent-soft)}
.fc-breadcrumb{font-size:.79rem;border-bottom:1px solid var(--fc_line);background:var(--fc_surface);padding:9px 0}
.fc-breadcrumb ol{gap:6px;list-style:none;flex-wrap:wrap;margin:0;display:flex;padding:0}
.fc-breadcrumb li{color:var(--fc_muted)}.fc-breadcrumb li+li::before{margin-right:4px;content:'›'}
.fc-breadcrumb a{color:var(--fc_violet)}.fc-breadcrumb li:last-child{color:var(--fc_text)}
.fc-hero{text-align:center;overflow:hidden;border-bottom:1px solid var(--fc_line);position:relative;padding:60px 0 50px}
.fc-hero::before{inset:0;content:'';position:absolute;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(124,58,237,.1) 0%,transparent 60%);pointer-events:none}
.fc-hero__logo-h{margin:0 auto 14px;justify-content:center;display:flex}
.fc-hero__logo-h img{max-height:70px;width:auto;max-width:300px;object-fit:contain;height:auto}
.fc-hero__logo-sq{justify-content:center;margin:0 auto 24px;display:flex}
.fc-hero__logo-sq img{border-radius:20px;box-shadow:0 0 40px rgba(124,58,237,.15);height:220px;width:220px;object-fit:contain;border:2px solid rgba(124,58,237,.3)}
.fc-hero__tag{gap:6px;text-transform:uppercase;border-radius:6px;margin-bottom:18px;font-size:.71rem;letter-spacing:.1em;display:inline-flex;border:1px solid rgba(124,58,237,.25);font-weight:700;padding:4px 16px;background:var(--fc_accent-soft);color:var(--fc_violet);align-items:center}
.fc-hero h1{max-width:700px;font-weight:800;line-height:1.15;margin:0 0 14px;margin-left:auto;font-size:clamp(1.8rem,4vw,3rem);margin-right:auto}
.fc-hero h1 .fc-hl{color:var(--fc_violet)}
.fc-hero__sub{max-width:560px;font-size:1rem;margin:0 auto 28px;line-height:1.7;color:var(--fc_muted)}
.fc-hero__actions{justify-content:center;display:flex;margin-bottom:36px;flex-wrap:wrap;gap:10px}
.fc-hero__stats{border-top:1px solid var(--fc_line);justify-content:center;flex-wrap:wrap;padding-top:26px;display:flex;gap:36px}
.fc-hstat{text-align:center}
.fc-hstat__val{font-weight:800;display:block;color:var(--fc_violet);font-size:1.6rem}
.fc-hstat__label{color:var(--fc_muted);font-size:.72rem}
.fc-trust{gap:8px;border-bottom:1px solid var(--fc_line);padding:14px 0;display:flex;flex-wrap:wrap;justify-content:center}
.fc-badge{font-weight:600;background:var(--fc_surface);border-radius:6px;gap:5px;color:var(--fc_muted);font-size:.78rem;border:1px solid var(--fc_line);align-items:center;padding:5px 12px;display:inline-flex}
.fc-badge--violet{background:var(--fc_accent-soft);border-color:rgba(124,58,237,.25);color:var(--fc_violet)}
.fc-section{padding:52px 0;border-bottom:1px solid var(--fc_line)}
.fc-section--alt{background:var(--fc_surface)}
.fc-section__head{margin-bottom:28px}
.fc-kicker{font-size:.7rem;text-transform:uppercase;color:var(--fc_violet);margin:0 0 8px;display:block;letter-spacing:.14em;font-weight:700}
.fc-section__head h2{margin:0 0 8px;font-weight:800;font-size:clamp(1.3rem,3vw,2rem)}
.fc-section__head p{font-size:.93rem;color:var(--fc_muted);margin:0}
.fc-icons{display:grid;gap:12px;grid-template-columns:repeat(4,1fr)}
.fc-icon-card{transition:all .2s;text-align:center;border-radius:12px;border:1px solid var(--fc_line);background:var(--fc_surface);padding:24px 16px}
.fc-icon-card:hover{box-shadow:0 4px 20px rgba(124,58,237,.12);border-color:var(--fc_violet);transform:translateY(-2px)}
.fc-icon-card__ico{font-size:2.2rem;margin-bottom:12px;display:block}
.fc-icon-card h3{font-size:.9rem;color:var(--fc_text);margin:0 0 6px;font-weight:700}
.fc-icon-card p{margin:0;color:var(--fc_muted);font-size:.82rem;line-height:1.55}
.fc-icon-card a{color:var(--fc_violet);font-size:.8rem;align-items:center;font-weight:600;gap:4px;display:inline-flex;margin-top:10px}
.fc-grid{gap:12px;display:grid}
.fc-grid--3{grid-template-columns:repeat(3,1fr)}.fc-grid--2{grid-template-columns:repeat(2,1fr)}
.fc-card{border-radius:10px;padding:22px;transition:all .2s;border:1px solid var(--fc_line);background:var(--fc_surface)}
.fc-card:hover{border-color:var(--fc_violet)}
.fc-card__icon{display:block;font-size:1.7rem;margin-bottom:12px}
.fc-card h3{margin:0 0 6px;font-weight:700;font-size:.95rem}
.fc-card p{color:var(--fc_muted);line-height:1.65;font-size:.87rem;margin:0}
.fc-imgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.fc-imgcard{background:var(--fc_surface2);aspect-ratio:16/9;overflow:hidden;border-radius:10px;margin:0}
.fc-imgcard img{height:100%;transition:transform .4s;width:100%;object-fit:cover}
.fc-imgcard:hover img{transform:scale(1.05)}
.fc-page-img{overflow:hidden;border-radius:10px;margin:0 0 28px;background:var(--fc_surface2);aspect-ratio:16/9}
.fc-page-img img{object-fit:cover;width:100%;height:100%}
.fc-steps{flex-direction:column;gap:0;display:flex}
.fc-step{padding:18px 0;border-bottom:1px solid var(--fc_line);display:flex;gap:16px}
.fc-step:last-child{border-bottom:none}
.fc-step__num{height:38px;width:38px;flex-shrink:0;font-size:.9rem;font-weight:700;display:flex;border-radius:8px;color:#fff;justify-content:center;background:var(--fc_accent);align-items:center}
.fc-step__body h3{font-size:.95rem;margin:0 0 4px;font-weight:700}
.fc-step__body p{color:var(--fc_muted);font-size:.87rem;margin:0}
.fc-faq{flex-direction:column;gap:6px;display:flex}
.fc-faq__item{border-radius:8px;overflow:hidden;border:1px solid var(--fc_line);background:var(--fc_surface)}
.fc-faq__item summary{display:flex;align-items:center;font-size:.9rem;list-style:none;gap:12px;cursor:pointer;padding:14px 18px;color:var(--fc_text);font-weight:600;justify-content:space-between}
.fc-faq__item summary::-webkit-details-marker{display:none}
.fc-faq__item summary::after{font-size:1.1rem;content:'+';color:var(--fc_violet);flex-shrink:0;font-weight:400}
.fc-faq__item[open]{border-color:rgba(124,58,237,.3)}.fc-faq__item[open] summary::after{content:'−'}
.fc-faq__item[open] summary{color:var(--fc_violet)}
.fc-faq__answer{padding:12px 18px 14px;margin:0;font-size:.87rem;border-top:1px solid var(--fc_line);line-height:1.75;color:var(--fc_muted)}
.fc-payments{gap:8px;flex-wrap:wrap;display:flex}
.fc-pay-item{padding:7px 14px;font-weight:600;background:var(--fc_surface);font-size:.84rem;border-radius:6px;border:1px solid var(--fc_line);color:var(--fc_text)}
.fc-reviews{gap:12px;grid-template-columns:repeat(3,1fr);display:grid}
.fc-review{border-radius:10px;padding:20px;background:var(--fc_surface);border:1px solid var(--fc_line);border-top:2px solid var(--fc_accent)}
.fc-review__stars{margin-bottom:8px;color:var(--fc_gold);font-size:.9rem}
.fc-review__text{font-style:italic;line-height:1.65;font-size:.86rem;color:var(--fc_muted);margin:0 0 12px}
.fc-review__author strong{font-size:.87rem;font-weight:700}.fc-review__author span{display:block;color:var(--fc_muted);font-size:.77rem}
.fc-ctasection{margin:52px 0;background:linear-gradient(135deg,rgba(124,58,237,.15),rgba(109,40,217,.06));text-align:center;border-radius:12px;padding:48px 40px;border:1px solid rgba(124,58,237,.25)}
.fc-ctasection h2{margin:0 0 10px;font-weight:800;font-size:clamp(1.4rem,3vw,2.1rem)}
.fc-ctasection p{color:var(--fc_muted);margin:0 0 26px}
.fc-footer{border-top:1px solid var(--fc_line);padding:44px 0 20px;background:var(--fc_surface)}
.fc-footer__grid{grid-template-columns:2fr 1fr 1fr;gap:40px;display:grid;margin-bottom:28px}
.fc-footer__logo{height:80px;object-fit:contain;max-width:200px;width:auto;margin-bottom:14px}
.fc-footer__brand{font-size:.95rem;font-weight:700;margin-bottom:8px;color:var(--fc_violet)}
.fc-footer__blurb{line-height:1.7;color:var(--fc_muted);font-size:.84rem}
.fc-footer__heading{font-size:.72rem;color:var(--fc_muted);font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin:0 0 12px}
.fc-footer__links{display:flex;flex-direction:column;gap:8px}
.fc-footer__links a{font-size:.84rem;color:var(--fc_muted);transition:color .15s}.fc-footer__links a:hover{color:var(--fc_violet)}
.fc-footer__bottom{align-items:center;gap:8px;flex-wrap:wrap;padding-top:18px;display:flex;justify-content:space-between;border-top:1px solid var(--fc_line)}
.fc-footer__copy{font-size:.77rem;color:var(--fc_muted);margin:0}
.fc-legal{max-width:760px}
.fc-legal h2{color:var(--fc_violet);font-weight:700;font-size:1.05rem;margin:28px 0 8px}
.fc-legal p,.fc-legal li{color:var(--fc_muted);font-size:.91rem;line-height:1.8}
.sf-sticky-cta{background:rgba(13,6,24,.97);border-top:1px solid var(--fc_line);position:fixed;justify-content:space-between;backdrop-filter:blur(8px);bottom:0;z-index:200;align-items:center;gap:12px;display:flex;left:0;padding:10px 16px;right:0}
.sf-sticky-cta__meta strong{font-weight:700;font-size:.9rem;display:block}.sf-sticky-cta__meta span{color:var(--fc_muted);font-size:.76rem}
.sf-sticky-cta__button{flex-shrink:0;font-weight:700;color:rgb(255,255,255);background:var(--fc_accent);padding:10px 22px;border-radius:8px;font-size:.87rem}
@media(max-width:768px){
  .fc-nav{display:none}.fc-mast__ctas{display:none}.fc-menu-btn{display:flex}
  .fc-hero__logo-h img{max-width:220px;max-height:54px}.fc-hero__logo-sq img{height:180px;width:180px}
  .fc-icons{grid-template-columns:repeat(2,1fr)}.fc-grid--3,.fc-grid--2{grid-template-columns:1fr}
  .fc-reviews{grid-template-columns:1fr}.fc-footer__grid{gap:22px;grid-template-columns:1fr}
  .fc-imgrid{grid-template-columns:1fr}.fc-hero__actions{flex-direction:column}
  .fc-ctasection{padding:28px 18px}.fc-hero__stats{gap:20px}
}
@media(min-width:769px) and (max-width:1024px){
  .fc-grid--3{grid-template-columns:repeat(2,1fr)}.fc-reviews{grid-template-columns:repeat(2,1fr)}.fc-icons{grid-template-columns:repeat(2,1fr)}
}
.fc-trust-strip{border-bottom:1px solid var(--fc_line);padding:8px 0}
.fc-trust-strip .fc-wrap{gap:8px;justify-content:center;flex-wrap:wrap;display:flex}
.fc-trust-badge{border-radius:20px;padding:5px 12px;border:1px solid var(--fc_line);background:var(--fc_surface);font-weight:600;display:inline-flex;font-size:.8rem;align-items:center;gap:4px;color:var(--fc_muted)}
.fc-editorial{padding:48px 0}
.fc-editorial__pull{max-width:760px;border-left:4px solid var(--fc_accent);padding-left:28px}
.fc-editorial__quote{font-size:4rem;color:var(--fc_accent);opacity:.4;font-family:Georgia,serif;margin-bottom:-14px;line-height:1}
.fc-editorial__text p{margin:0 0 12px;line-height:1.85;color:var(--fc_muted);font-size:.95rem}
.fc-feat-acc{gap:6px;flex-direction:column;display:flex}
.fc-feat-acc__item{background:var(--fc_surface);border:1px solid var(--fc_line);overflow:hidden;border-radius:10px}
.fc-feat-acc summary.fc-feat-acc__head{list-style:none;gap:12px;padding:14px 18px;display:flex;align-items:center;user-select:none;cursor:pointer}
.fc-feat-acc summary.fc-feat-acc__head::-webkit-details-marker{display:none}
.fc-feat-acc__item[open] summary.fc-feat-acc__head{border-bottom:1px solid var(--fc_line)}
.fc-feat-acc__icon{flex-shrink:0;font-size:1.3rem}
.fc-feat-acc summary strong{font-size:.93rem;font-weight:700;flex:1}
.fc-feat-acc__arr{transition:transform .2s;font-size:1.2rem;color:var(--fc_muted)}
.fc-feat-acc__item[open] .fc-feat-acc__arr{transform:rotate(90deg)}
.fc-feat-acc__body{line-height:1.75;color:var(--fc_muted);padding:14px 18px 16px;font-size:.88rem}
.fc-feat-acc__body p{margin:0}
.fc-banner-bonus{background:var(--fc_surface);border-top:1px solid var(--fc_line);border-bottom:1px solid var(--fc_line);padding:56px 0}
.fc-banner-bonus__inner{display:grid;align-items:center;grid-template-columns:1fr 240px;gap:40px}
.fc-banner-bonus__left h2{margin:0 0 10px;font-size:clamp(1.4rem,2.5vw,2rem)}
.fc-banner-bonus__left p{margin:0 0 20px;color:var(--fc_muted)}
.fc-banner-bonus__right{border-radius:16px;border:1px solid var(--fc_line);background:var(--fc_bg,#000);text-align:center;padding:24px}
.fc-banner-bonus__val{font-weight:900;line-height:1;font-size:2.8rem;color:var(--fc_accent)}
.fc-banner-bonus__sub{margin-top:4px;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--fc_muted)}
.fc-tag-cloud{flex-wrap:wrap;gap:10px;display:flex}
.fc-tag{font-weight:600;display:inline-flex;gap:6px;transition:border-color .15s,color .15s;border-radius:24px;border:1px solid var(--fc_line);color:var(--fc_text);background:var(--fc_surface);align-items:center;cursor:default;font-size:.88rem;padding:8px 16px}
.fc-tag:hover{border-color:var(--fc_accent);color:var(--fc_accent)}
.fc-rating-grid{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}
.fc-rating-card{border-radius:14px;background:var(--fc_surface);border:1px solid var(--fc_line);padding:20px}
.fc-rating-head{align-items:center;gap:14px;display:flex;margin-bottom:12px}
.fc-rating-score{flex-shrink:0;font-weight:900;color:var(--fc_accent);line-height:1;font-size:1.8rem}
.fc-rating-stars{color:var(--fc_gold,#f59e0b);font-size:.9rem}
.fc-rating-name strong{display:block;font-weight:700;font-size:.88rem}
.fc-rating-name span{color:var(--fc_muted);font-size:.78rem;display:block}
.fc-rating-text{color:var(--fc_muted);font-size:.85rem;line-height:1.65;font-style:italic;margin:0}
.fc-steps-h{display:flex;flex-wrap:wrap;align-items:center;gap:8px}
.fc-step-h{display:flex;flex-direction:column;align-items:center;min-width:80px;gap:6px}
.fc-step-h__ico{border-radius:50%;display:flex;justify-content:center;font-weight:900;background:var(--fc_accent);width:38px;height:38px;color:rgb(255,255,255);align-items:center;font-size:1rem}
.fc-step-h__label{max-width:100px;font-size:.8rem;color:var(--fc_muted);text-align:center;font-weight:600}
.fc-step-h__arrow{font-size:1.4rem;color:var(--fc_muted);flex-shrink:0}
@media(max-width:768px){.fc-editorial__pull{padding-left:16px}.fc-banner-bonus__inner{grid-template-columns:1fr}.fc-rating-grid{grid-template-columns:1fr}.fc-steps-h{justify-content:center}.fc-step-h__arrow{display:none}}
@media(min-width:769px) and (max-width:1024px){.fc-rating-grid{grid-template-columns:repeat(2,1fr)}}
:where(footer,[class*='-footer']){position:relative;z-index:1;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'])>*{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']){gap:16px !important;display:grid !important;align-items:start !important;grid-template-columns:1fr !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){flex-direction:column;align-items:flex-start;text-align:left;display:flex;gap:10px}
  :where([class*='footer__brand']){float:none !important;clear:both;margin-bottom:12px;max-width:110px;max-height:110px}
}


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