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