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


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