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


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