@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;600;700&family=Inter:wght@400;500;600;700;800&display=swap');
:root{--fl_accent2:#2563eb;--fl_accent-glow:rgba(59,130,246,.25);--fl_muted:rgb(148,163,184);--fl_red:rgb(248,113,113);--fl_accent-soft:rgba(59,130,246,.1);--fl_text:rgb(241,245,249);--fl_bg:rgba(15,23,42,1);--fl_surface2:#273549;--fl_gold:#fbbf24;--fl_line:rgba(51,65,85,1);--fl_surface:rgba(30,41,59,1);--fl_accent:#3b82f6}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}
body.fl-body{background:var(--fl_bg);margin:0;font-family:'Inter',sans-serif;color:var(--fl_text);font-size:16px;line-height:1.7;visibility:visible;outline-offset:0;isolation:auto}
a{text-decoration:none;color:inherit}img{display:block;max-width:100%}
.fl-wrap{width:min(1180px,calc(100% - 32px));margin:0 auto}
.fl-shell{padding-bottom:80px}
.fl-mast{border-bottom:2px solid var(--fl_accent);z-index:100;top:0;backdrop-filter:blur(14px);position:sticky;background:rgba(15,23,42,.97)}
.fl-mast__inner{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:10px 0}
.fl-brand{gap:10px;flex-shrink:0;align-items:center;display:flex}
.fl-brand img{max-width:160px;width:auto;object-fit:contain;height:34px}
.fl-brand span{font-family:'Rajdhani',sans-serif;color:var(--fl_accent);font-size:1.2rem;font-weight:700}
.fl-nav{gap:2px;display:flex;flex-wrap:wrap}
.fl-nav a{border-radius:4px;padding:6px 12px;letter-spacing:.02em;font-weight:600;transition:all .15s;color:var(--fl_muted);font-size:.82rem}
.fl-nav a:hover,.fl-nav a[aria-current]{color:var(--fl_text);background:var(--fl_accent-soft)}
.fl-mast__ctas{flex-shrink:0;display:flex;gap:8px}
.fl-btn{padding:9px 20px;cursor:pointer;font-size:.87rem;justify-content:center;letter-spacing:.03em;transition:all .15s;white-space:nowrap;display:inline-flex;gap:6px;align-items:center;border-radius:4px;border:none;font-weight:700}
.fl-btn--primary{background:var(--fl_accent);color:#fff}.fl-btn--primary:hover{transform:translateY(-1px);background:var(--fl_accent2);box-shadow:0 0 20px var(--fl_accent-glow)}
.fl-btn--outline{border:1px solid var(--fl_line);background:transparent;color:var(--fl_text)}.fl-btn--outline:hover{color:var(--fl_accent);border-color:var(--fl_accent)}
.fl-btn--lg{font-size:.94rem;padding:13px 32px}.fl-btn--block{justify-content:center;width:100%}
.fl-menu-btn{cursor:pointer;display:none;flex-direction:column;background:none;justify-content:center;border:none;color:var(--fl_text);padding:7px;gap:5px;flex-shrink:0;border-radius:4px}
.fl-menu-btn span{height:2px;transition:transform .25s,opacity .25s;border-radius:2px;background:currentColor;display:block;width:22px}
.fl-menu-btn[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.fl-menu-btn[aria-expanded=true] span:nth-child(2){opacity:0}
.fl-menu-btn[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.fl-mob-menu{border-top:1px solid var(--fl_line);display:none;padding:14px 0;background:rgba(15,23,42,.99)}
.fl-mob-menu.is-open{display:block}
.fl-mob-nav{flex-direction:column;display:flex;gap:2px;margin-bottom:12px}
.fl-mob-nav a{font-size:.9rem;border-radius:4px;color:var(--fl_muted);display:block;transition:all .15s;padding:12px 14px;font-weight:600}
.fl-mob-nav a:hover,.fl-mob-nav a[aria-current]{background:var(--fl_accent-soft);color:var(--fl_accent)}
.fl-breadcrumb{padding:10px 0;border-bottom:1px solid var(--fl_line);background:var(--fl_surface);font-size:.8rem}
.fl-breadcrumb ol{display:flex;margin:0;list-style:none;padding:0;gap:6px;flex-wrap:wrap}
.fl-breadcrumb li{color:var(--fl_muted)}.fl-breadcrumb li+li::before{content:'›';margin-right:4px}
.fl-breadcrumb a{color:var(--fl_accent)}.fl-breadcrumb li:last-child{color:var(--fl_text)}
.fl-hero{overflow:hidden;position:relative;background:linear-gradient(160deg,#0f172a 0%,#162035 40%,#0f172a 100%);border-bottom:1px solid var(--fl_line);padding:60px 0 50px;text-align:center}
.fl-hero::before{pointer-events:none;content:'';position:absolute;background:repeating-linear-gradient(110deg,rgba(59,130,246,.03) 0px,rgba(59,130,246,.03) 1px,transparent 1px,transparent 40px);inset:0}
.fl-hero__logo-h{display:flex;margin:0 auto 14px;line-height:0;justify-content:center}
.fl-hero__logo-h img{object-fit:contain;max-height:70px;width:auto;height:auto;max-width:300px}
.fl-hero__logo-sq{display:flex;margin:0 auto 24px;justify-content:center}
.fl-hero__logo-sq img{width:220px;border-radius:16px;object-fit:contain;height:220px}
.fl-hero__tag{font-weight:800;text-transform:uppercase;background:var(--fl_accent);font-family:'Rajdhani',sans-serif;letter-spacing:.1em;margin-bottom:18px;color:#fff;align-items:center;border-radius:2px;padding:4px 14px;display:inline-flex;gap:6px;font-size:.7rem}
.fl-hero h1{margin:0 0 14px;font-weight:700;margin-right:auto;margin-left:auto;font-size:clamp(1.8rem,4vw,3rem);font-family:'Rajdhani',sans-serif;max-width:700px;line-height:1.15}
.fl-hero h1 .fl-hl{color:var(--fl_accent)}
.fl-hero__sub{margin:0 auto 28px;line-height:1.7;max-width:560px;color:var(--fl_muted);font-size:1rem}
.fl-hero__actions{gap:10px;flex-wrap:wrap;display:flex;margin-bottom:36px;justify-content:center}
.fl-hero__stats{flex-wrap:wrap;justify-content:center;display:flex;border-top:1px solid var(--fl_line);padding-top:28px;gap:40px}
.fl-hstat{text-align:center}
.fl-hstat__val{display:block;font-size:1.7rem;font-weight:800;font-family:'Rajdhani',sans-serif;color:var(--fl_accent)}
.fl-hstat__label{text-transform:uppercase;font-size:.73rem;color:var(--fl_muted);letter-spacing:.05em}
.fl-trust{flex-wrap:wrap;justify-content:center;padding:14px 0;gap:8px;border-bottom:1px solid var(--fl_line);display:flex}
.fl-badge{border-radius:3px;align-items:center;font-weight:600;color:var(--fl_muted);border:1px solid var(--fl_line);padding:5px 12px;background:var(--fl_surface);font-size:.78rem;display:inline-flex;gap:5px}
.fl-badge--blue{border-color:rgba(59,130,246,.25);color:var(--fl_accent);background:var(--fl_accent-soft)}
.fl-section{border-bottom:1px solid var(--fl_line);padding:52px 0}
.fl-section--alt{background:var(--fl_surface)}
.fl-section__head{margin-bottom:28px}
.fl-kicker{font-size:.7rem;letter-spacing:.14em;font-weight:700;display:block;color:var(--fl_accent);margin:0 0 8px;text-transform:uppercase;font-family:'Rajdhani',sans-serif}
.fl-section__head h2{margin:0 0 8px;font-size:clamp(1.3rem,3vw,2rem);font-family:'Rajdhani',sans-serif;font-weight:700}
.fl-section__head p{color:var(--fl_muted);font-size:.93rem;margin:0}
.fl-grid{gap:12px;display:grid}
.fl-grid--3{grid-template-columns:repeat(3,1fr)}.fl-grid--2{grid-template-columns:repeat(2,1fr)}
.fl-card{border-radius:6px;padding:22px 22px 22px 24px;background:var(--fl_surface);transition:all .2s;border:1px solid var(--fl_line);border-left:3px solid var(--fl_accent)}
.fl-card:hover{transform:translateX(4px);box-shadow:0 4px 20px rgba(59,130,246,.1)}
.fl-card__icon{font-size:1.6rem;margin-bottom:10px}
.fl-card h3{font-size:.95rem;margin:0 0 6px;font-weight:700;font-family:'Rajdhani',sans-serif}
.fl-card p{color:var(--fl_muted);margin:0;font-size:.87rem;line-height:1.65}
.fl-imgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.fl-imgcard{overflow:hidden;background:var(--fl_surface2);margin:0;border-radius:6px;aspect-ratio:16/9}
.fl-imgcard img{object-fit:cover;height:100%;width:100%;transition:transform .4s}
.fl-imgcard:hover img{transform:scale(1.05)}
.fl-page-img{margin:0 0 28px;aspect-ratio:16/9;border-radius:6px;background:var(--fl_surface2);overflow:hidden}
.fl-page-img img{object-fit:cover;height:100%;width:100%}
.fl-bonuses{grid-template-columns:repeat(3,1fr);display:grid;gap:12px}
.fl-bonus{border-radius:6px;border:1px solid var(--fl_line);overflow:hidden;background:var(--fl_surface)}
.fl-bonus__bar{height:3px;background:var(--fl_accent)}
.fl-bonus__inner{padding:18px}
.fl-bonus__type{color:var(--fl_accent);text-transform:uppercase;letter-spacing:.1em;display:block;font-family:'Rajdhani',sans-serif;font-weight:700;margin:0 0 6px;font-size:.69rem}
.fl-bonus h3{font-weight:700;margin:0 0 4px;font-size:.95rem}
.fl-bonus p{font-size:.83rem;margin:0 0 12px;color:var(--fl_muted)}
.fl-bonus__val{font-size:1.5rem;font-family:'Rajdhani',sans-serif;font-weight:800;margin-bottom:14px;color:var(--fl_text)}
.fl-steps{flex-direction:column;gap:0;display:flex}
.fl-step{border-bottom:1px solid var(--fl_line);gap:16px;padding:18px 0;display:flex}
.fl-step:last-child{border-bottom:none}
.fl-step__num{background:var(--fl_accent);flex-shrink:0;font-family:'Rajdhani',sans-serif;font-size:.9rem;display:flex;color:#fff;width:36px;font-weight:800;align-items:center;height:36px;justify-content:center;border-radius:3px}
.fl-step__body h3{font-size:.95rem;margin:0 0 4px;font-weight:700}
.fl-step__body p{font-size:.87rem;color:var(--fl_muted);margin:0}
.fl-faq{flex-direction:column;gap:6px;display:flex}
.fl-faq__item{border:1px solid var(--fl_line);border-radius:5px;overflow:hidden;background:var(--fl_surface)}
.fl-faq__item summary{color:var(--fl_text);list-style:none;cursor:pointer;justify-content:space-between;align-items:center;display:flex;font-weight:600;padding:15px 18px;font-size:.9rem;gap:12px}
.fl-faq__item summary::-webkit-details-marker{display:none}
.fl-faq__item summary::after{font-size:1.1rem;flex-shrink:0;color:var(--fl_accent);content:'+';font-weight:400}
.fl-faq__item[open]{border-color:rgba(59,130,246,.3)}.fl-faq__item[open] summary::after{content:'−'}
.fl-faq__item[open] summary{color:var(--fl_accent)}
.fl-faq__answer{color:var(--fl_muted);padding:12px 18px 15px;line-height:1.75;border-top:1px solid var(--fl_line);font-size:.88rem;margin:0}
.fl-payments{flex-wrap:wrap;display:flex;gap:8px}
.fl-pay-item{border-radius:4px;background:var(--fl_surface);font-size:.84rem;border:1px solid var(--fl_line);padding:7px 14px;font-weight:600;color:var(--fl_text)}
.fl-reviews{gap:12px;display:grid;grid-template-columns:repeat(3,1fr)}
.fl-review{border-top:2px solid var(--fl_accent);border:1px solid var(--fl_line);border-radius:6px;padding:20px;background:var(--fl_surface)}
.fl-review__stars{font-size:.88rem;margin-bottom:8px;color:var(--fl_gold)}
.fl-review__text{line-height:1.65;margin:0 0 12px;font-style:italic;font-size:.86rem;color:var(--fl_muted)}
.fl-review__author strong{font-weight:700;font-size:.87rem}.fl-review__author span{color:var(--fl_muted);font-size:.77rem;display:block}
.fl-ctasection{margin:52px 0;padding:48px 40px;background:linear-gradient(135deg,var(--fl_surface),var(--fl_surface2));border:1px solid var(--fl_accent);border-radius:8px;text-align:center}
.fl-ctasection h2{font-family:'Rajdhani',sans-serif;font-size:clamp(1.4rem,3vw,2rem);margin:0 0 10px;font-weight:700}
.fl-ctasection p{color:var(--fl_muted);margin:0 0 26px}
.fl-footer{background:var(--fl_surface);padding:44px 0 20px;border-top:1px solid var(--fl_line)}
.fl-footer__grid{gap:40px;display:grid;margin-bottom:28px;grid-template-columns:2fr 1fr 1fr}
.fl-footer__logo{width:auto;height:80px;margin-bottom:14px;object-fit:contain;max-width:180px}
.fl-footer__brand{font-size:.95rem;font-weight:800;font-family:'Rajdhani',sans-serif;color:var(--fl_accent);margin-bottom:8px}
.fl-footer__blurb{font-size:.84rem;color:var(--fl_muted);line-height:1.7}
.fl-footer__heading{letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:var(--fl_muted);font-size:.72rem;margin:0 0 12px}
.fl-footer__links{display:flex;flex-direction:column;gap:8px}
.fl-footer__links a{color:var(--fl_muted);transition:color .15s;font-size:.84rem}.fl-footer__links a:hover{color:var(--fl_accent)}
.fl-footer__bottom{flex-wrap:wrap;gap:8px;padding-top:18px;display:flex;border-top:1px solid var(--fl_line);align-items:center;justify-content:space-between}
.fl-footer__copy{color:var(--fl_muted);font-size:.77rem;margin:0}
.fl-legal{max-width:760px}
.fl-legal h2{border-left:3px solid var(--fl_accent);font-size:1.05rem;font-weight:700;margin:28px 0 8px;padding-left:10px;font-family:'Rajdhani',sans-serif}
.fl-legal p,.fl-legal li{line-height:1.8;font-size:.91rem;color:var(--fl_muted)}
.sf-sticky-cta{position:fixed;display:flex;backdrop-filter:blur(8px);bottom:0;background:rgba(15,23,42,.97);left:0;padding:10px 16px;align-items:center;z-index:200;border-top:2px solid var(--fl_accent);justify-content:space-between;right:0;gap:12px}
.sf-sticky-cta__meta strong{font-family:'Rajdhani',sans-serif;display:block;font-size:.9rem;font-weight:800}.sf-sticky-cta__meta span{color:var(--fl_muted);font-size:.76rem}
.sf-sticky-cta__button{font-weight:800;font-size:.87rem;font-family:'Rajdhani',sans-serif;padding:10px 22px;border-radius:4px;background:var(--fl_accent);color:#fff;flex-shrink:0}
@media(max-width:768px){
  .fl-nav{display:none}.fl-mast__ctas{display:none}.fl-menu-btn{display:flex}
  .fl-hero__logo-h img{max-height:54px;max-width:220px}.fl-hero__logo-sq img{height:180px;width:180px}
  .fl-grid--3,.fl-grid--2{grid-template-columns:1fr}.fl-bonuses{grid-template-columns:1fr}
  .fl-reviews{grid-template-columns:1fr}.fl-footer__grid{gap:22px;grid-template-columns:1fr}
  .fl-imgrid{grid-template-columns:1fr}.fl-hero__actions{flex-direction:column}
  .fl-ctasection{padding:28px 18px}.fl-hero__stats{gap:20px}
}
@media(min-width:769px) and (max-width:1024px){
  .fl-grid--3{grid-template-columns:repeat(2,1fr)}.fl-reviews{grid-template-columns:repeat(2,1fr)}.fl-bonuses{grid-template-columns:repeat(2,1fr)}
}
:where(footer,[class*='-footer']){position:relative;z-index:1;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']){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;display:grid !important;align-items:start !important;gap:16px !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){align-items:flex-start;flex-direction:column;display:flex;gap:10px;text-align:left}
  :where([class*='footer__brand']){max-width:110px;margin-bottom:12px;max-height:110px;clear:both;float:none !important}
}
