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


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