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