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