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


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