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