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


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