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


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