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