.f2l-hd{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.92);backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid rgba(23,58,94,.1);font-family:var(--f2l-font-body)}
.f2l-hd__inner{max-width:1180px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.f2l-hd__word{font-family:var(--f2l-font-head);font-weight:800}
.f2l-hd__logo{display:inline-flex;align-items:center;gap:9px;font-family:var(--f2l-font-head);font-weight:800;font-size:1.2rem;color:var(--f2l-blue);text-decoration:none;white-space:nowrap}
.f2l-hd__nav{display:flex;gap:22px}
.f2l-hd__nav a{color:#33424C;text-decoration:none;font-weight:600;font-size:.96rem;transition:color .15s}
.f2l-hd__nav a:hover{color:var(--f2l-orange)}
.f2l-hd__right{display:flex;align-items:center;gap:16px}
.f2l-hd__lang{display:flex;gap:4px;font-size:.86rem}
.f2l-hd__lang a{color:#7a8790;text-decoration:none;font-weight:700;padding:2px 5px;border-radius:6px}
.f2l-hd__lang a.is-active{color:var(--f2l-blue);background:rgba(23,58,94,.08)}
.f2l-hd__cta{text-decoration:none;font-weight:700;font-size:.96rem;color:#fff;padding:10px 20px;border-radius:11px;white-space:nowrap;background:linear-gradient(95deg,var(--f2l-orange-2),var(--f2l-orange));box-shadow:0 8px 18px -8px rgba(238,114,3,.55);transition:transform .15s}
.f2l-hd__cta:hover{transform:translateY(-1px)}
.f2l-hd__cta:focus-visible{outline:3px solid var(--f2l-orange);outline-offset:2px}
@media(max-width:860px){.f2l-hd__nav{display:none}.f2l-hd__lang{display:none}}
.f2l-trustbar{overflow:hidden;background:var(--f2l-blue);color:rgba(255,255,255,.85);font-family:var(--f2l-font-body)}
.f2l-trustbar__track{display:flex;gap:42px;white-space:nowrap;padding:11px 0;width:max-content;animation:f2l-marquee 28s linear infinite;font-size:.82rem;letter-spacing:.03em}
.f2l-trustbar__track span{position:relative;padding-left:26px}
.f2l-trustbar__track span::before{content:"";position:absolute;left:6px;top:50%;transform:translateY(-50%);width:7px;height:7px;border-radius:50%;background:var(--f2l-orange-2)}
@keyframes f2l-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.f2l-trustbar__track{animation:none;flex-wrap:wrap;white-space:normal;justify-content:center}}
.f2l-reveal{opacity:0;transform:translateY(22px)}
.f2l-reveal.is-in{opacity:1;transform:none;transition:opacity .7s ease,transform .7s ease}
@media(prefers-reduced-motion:reduce){.f2l-reveal{opacity:1;transform:none}}
.f2l-mcta-bar{display:none}
@media(max-width:760px){
 .f2l-mcta-bar{display:block;position:fixed;left:0;right:0;bottom:0;z-index:1100;padding:9px 12px;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-top:1px solid rgba(23,58,94,.12);box-shadow:0 -6px 18px -10px rgba(23,58,94,.4)}
 .f2l-mcta-bar a{display:block;text-align:center;text-decoration:none;font-weight:700;color:#fff;padding:13px;border-radius:12px;background:linear-gradient(95deg,var(--f2l-orange-2),var(--f2l-orange))}
 body{padding-bottom:72px}
}
