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