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