:root{--text-primary:#fff;--text-muted:#e8f2fadb;--ink:#0b3152;--brand:#0b3152;--brand-2:#14547e;--yellow:#ffcf21;--yellow-soft:#ffe062;--green:#79a927;--green-strong:#638f1d;--surface:#ffffff14;--surface-strong:#051f36e6;--surface-border:#cee7f633;--shadow:0 24px 70px #0000003d;--max-width:1180px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--text-primary);background:#12304d;margin:0;font-family:Cairo,Montserrat,system-ui,sans-serif;line-height:1.7}body[dir=ltr],html[dir=ltr] body{font-family:Montserrat,Cairo,system-ui,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font:inherit}.skip-link{z-index:10000;color:var(--ink);background:#fff;border-radius:6px;padding:10px 14px;transition:transform .2s;position:fixed;inset-block-start:12px;inset-inline-start:12px;transform:translateY(-140%)}.skip-link:focus{transform:translateY(0)}.wrapper{flex-direction:column;min-height:100vh;display:flex}.container{width:min(var(--max-width), calc(100% - 32px));margin-inline:auto}.header{z-index:100;backdrop-filter:blur(12px);background:#082b48f5;border-bottom:1px solid #ffffff1f;position:sticky;top:0;box-shadow:0 10px 24px #00000029}.header__body{justify-content:space-between;align-items:center;gap:16px;min-height:64px;padding-block:10px;display:flex}.header__logo{flex:none;align-items:center;display:inline-flex}.header__logo-img{width:auto;height:24px}.header__list{align-items:center;gap:26px;margin:0;padding:0;list-style:none;display:flex}.header__link{padding-block:6px;font-size:14px;font-weight:800;display:inline-flex;position:relative}.header__link:after{content:"";background:var(--yellow);transform-origin:50%;height:2px;transition:transform .2s;position:absolute;inset-block-end:0;inset-inline:0;transform:scaleX(0)}.header__link:hover:after{transform:scaleX(1)}.header__actions{align-items:center;gap:10px;display:flex}.header__sign,.header__download,.button,.mobile-bar__button{cursor:pointer;white-space:nowrap;border:0;border-radius:6px;justify-content:center;align-items:center;min-height:42px;font-weight:900;line-height:1.2;transition:transform .2s,background .2s,color .2s;display:inline-flex}.header__sign{color:var(--ink);background:#fff;padding-inline:20px}.header__download{color:var(--ink);background:var(--yellow);padding-inline:24px}.header__sign:hover,.header__download:hover,.button:hover,.mobile-bar__button:hover{transform:translateY(-1px)}.lang-switch{position:relative}.lang-switch__btn{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:6px;align-items:center;gap:8px;height:38px;padding-inline:12px;display:inline-flex}.lang-switch__current{font-size:13px;font-weight:800}.lang-switch__chev{border-block-end:2px solid #ffffffdb;border-inline-end:2px solid #ffffffdb;width:8px;height:8px;transition:transform .2s;transform:rotate(45deg)}.lang-switch.is-open .lang-switch__chev{transform:rotate(225deg)}.lang-switch__list{min-width:140px;box-shadow:var(--shadow);opacity:0;visibility:hidden;background:#101820;border:1px solid #ffffff2e;border-radius:8px;margin:0;padding:6px;list-style:none;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;inset-block-start:calc(100% + 8px);inset-inline-end:0;transform:translateY(-4px)}.lang-switch.is-open .lang-switch__list{opacity:1;visibility:visible;transform:translateY(0)}.lang-switch__item{opacity:.82;border-radius:6px;align-items:center;min-height:36px;padding-inline:10px;font-size:13px;font-weight:800;display:flex}.lang-switch__item:hover,.lang-switch__item.is-active{opacity:1;background:#ffffff1f}.header__burger{cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:space-between;width:38px;height:32px;padding:4px;display:none}.header__burger span{background:var(--yellow);border-radius:3px;height:3px;transition:transform .2s,opacity .2s;display:block}.header__burger.active span:first-child{transform:translateY(10px)rotate(45deg)}.header__burger.active span:nth-child(2){opacity:0}.header__burger.active span:last-child{transform:translateY(-10px)rotate(-45deg)}.hero{background:linear-gradient(105deg,#0b3152 0%,#12547e 48%,#ffcf21 48%,#ffda50 100%);overflow:hidden}.hero__body{grid-template-columns:minmax(0,.98fr) minmax(360px,1.02fr);align-items:center;gap:48px;min-height:580px;padding-block:64px;display:grid}.hero__content{max-width:650px}.hero__eyebrow{color:var(--yellow);text-transform:uppercase;margin:0 0 12px;font-size:14px;font-weight:900}.hero__title{color:#fff;letter-spacing:0;text-shadow:0 4px 18px #00000038;max-width:11ch;margin:0;font-size:clamp(42px,6vw,74px);font-weight:900;line-height:1.06}.hero__text{color:var(--text-muted);margin:18px 0 0;font-size:18px;font-weight:700;line-height:1.9}.download-panel{border:1px solid var(--surface-border);background:var(--surface-strong);box-shadow:var(--shadow);border-radius:8px;margin-block-start:26px;padding:22px}.download-panel__buttons{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.button{min-width:0;padding:14px 18px}.button--primary{color:#fff;background:var(--green)}.button--primary:hover{background:var(--green-strong)}.button--secondary{color:var(--ink);background:var(--yellow)}.button--secondary:hover{background:var(--yellow-soft)}.hero-stats{border-top:1px solid #ffffff1a;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:16px 0 0;padding:16px 0 0;display:grid}.hero-stats__item{color:#fff;text-align:center;background:#ffffff14;border-radius:6px;place-items:center;min-height:46px;padding:8px;display:grid}.hero-stats dt{font-size:13px;font-weight:900}.hero__media{justify-self:center;width:min(100%,560px)}.hero__img{aspect-ratio:1;object-fit:cover;border:1px solid #ffffff2e;border-radius:8px;width:100%;box-shadow:0 30px 80px #00000047}.section-band{background:#13304e;padding-block:72px}.section-band:nth-of-type(odd){background:#174462}.section-band__inner{gap:22px;display:grid}.section-title{color:#fff;text-align:center;letter-spacing:0;max-width:900px;margin:0 auto;font-size:clamp(28px,3vw,42px);font-weight:900;line-height:1.28}.section-title:after{content:"";background:var(--yellow);border-radius:99px;width:78px;height:4px;margin:18px auto 0;display:block}.section-content{color:#ffffffe6;max-width:940px;margin-inline:auto;font-size:18px;font-weight:600}.section-content p{margin:0 0 18px}.blue-dots,.numbered-list{gap:12px;margin:18px 0;padding:0;display:grid}.blue-dots{list-style:none}.blue-dots li,.numbered-list li{border:1px solid var(--surface-border);background:#ffffff0f;border-radius:8px;padding:14px 16px}.blue-dots li:before{content:"";background:var(--yellow);vertical-align:middle;border-radius:50%;width:9px;height:9px;margin-inline-end:10px;display:inline-block}.numbered-list{padding-inline-start:24px}.section-image{width:min(100%,760px);margin:20px auto}.section-image img{width:100%;box-shadow:var(--shadow);border-radius:8px}.features-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-block:22px;display:grid}.feature-card{border:1px solid var(--surface-border);background:#ffffff14;border-radius:8px;min-height:170px;padding:22px}.feature-card__title{color:#fff;margin:0 0 8px;font-size:20px;font-weight:900;line-height:1.3}.feature-card__text{color:#ffffffd1;margin:0;font-size:15px;line-height:1.8}.payment-methods{flex-wrap:wrap;gap:10px;margin-block:20px;display:flex}.payment-badge{min-height:42px;color:var(--ink);background:#fff;border:1px solid #ffcf2161;border-radius:6px;justify-content:center;align-items:center;padding-inline:16px;font-weight:900;display:inline-flex}.footer{background:#082b48;padding-block:44px}.footer__body{grid-template-columns:minmax(0,1.4fr) repeat(2,minmax(180px,.5fr));gap:28px;display:grid}.footer__logo-img{width:auto;height:28px;margin-block-end:16px}.footer__copy,.footer__legal{color:#ffffffc2;margin:0 0 10px;font-size:14px}.footer__heading{color:#fff;margin:0 0 14px;font-size:18px;font-weight:900}.footer__list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.footer__link{color:#ffffffc2;font-weight:700}.footer__link:hover{color:var(--yellow)}.mobile-bar{z-index:80;background:#071e34;border-top:1px solid #ffffff1f;align-items:center;gap:12px;padding:10px 14px;display:none;position:fixed;inset-block-end:0;inset-inline:0;box-shadow:0 -12px 30px #0000003d}.mobile-bar img{width:92px;height:auto}.mobile-bar__text{min-width:0;line-height:1.25;display:grid}.mobile-bar__text span{color:#ffffffbd;font-size:12px}.mobile-bar__button{min-height:38px;color:var(--ink);background:var(--yellow);margin-inline-start:auto;padding-inline:16px}.scroll-top{z-index:70;position:fixed;inset-block-end:22px;inset-inline-end:20px}.scroll-top__button{width:44px;height:44px;color:var(--ink);background:var(--yellow);box-shadow:var(--shadow);cursor:pointer;border:0;border-radius:50%;place-items:center;font-size:22px;font-weight:900;display:none}@media (width<=940px){.header__burger{display:flex}.header__nav{border:1px solid var(--surface-border);box-shadow:var(--shadow);opacity:0;visibility:hidden;background:#082b48;border-radius:8px;padding:12px;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;inset-block-start:calc(100% + 8px);inset-inline:16px;transform:translateY(-8px)}.header__nav.active{opacity:1;visibility:visible;transform:translateY(0)}.header__list{flex-direction:column;align-items:stretch;gap:4px}.header__link{width:100%;padding:10px}.hero{background:linear-gradient(#0b3152 0%,#14547e 62%,#ffcf21 62%,#ffda50 100%)}.hero__body{grid-template-columns:1fr;min-height:0;padding-block:44px}.hero__media{width:min(100%,460px)}.features-grid,.footer__body{grid-template-columns:1fr}}@media (width<=640px){body{padding-block-end:68px}.container{width:min(var(--max-width), calc(100% - 24px))}.header__body{flex-wrap:wrap}.header__actions{order:3;grid-template-columns:auto 1fr 1fr;width:100%;display:grid}.header__sign,.header__download{padding-inline:10px;font-size:13px}.hero__title{font-size:38px}.hero__text,.section-content{font-size:16px}.download-panel__buttons,.hero-stats{grid-template-columns:1fr}.hero__media{display:none}.section-band{padding-block:52px}.section-title{font-size:25px}.payment-methods{grid-template-columns:1fr;display:grid}.mobile-bar{display:flex}.scroll-top{inset-block-end:82px}}.faq-list{gap:12px;display:grid}.faq-item{background:var(--surface);border:1px solid var(--surface-border);border-radius:14px;padding:4px 18px}.faq-item[open]{background:var(--surface-strong)}.faq-item__question{cursor:pointer;padding-block:14px;font-weight:700;list-style-position:inside}.faq-item__answer{color:var(--text-muted);margin:0;padding-block:0 16px}.legal-page .section-content p+p{margin-block-start:14px}.landing-cta{justify-content:center;margin-block:28px;display:flex}.landing-cta .button{min-width:260px;font-size:18px}
