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