.header[data-v-8b1752a0]{width:100%;padding:20px 0;border-bottom:1px solid #eee;background-color:#fff;position:sticky;top:0;z-index:100;transition:box-shadow .3s}@media (max-width: 768px){.header[data-v-8b1752a0]{padding:10px 0}}.header.scrolled[data-v-8b1752a0]{box-shadow:#00000021 0 4px 16px}.header__container[data-v-8b1752a0]{max-width:1200px;margin:0 auto;padding:0 30px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.header__logo img[data-v-8b1752a0]{height:60px}.header__nav[data-v-8b1752a0]{display:flex;align-items:center;gap:60px}.header__nav ul[data-v-8b1752a0]{display:flex;gap:24px;list-style:none;margin:0;padding:0;flex-wrap:wrap;justify-content:center}.header__nav button[data-v-8b1752a0]{background:none;border:none;cursor:pointer;text-transform:uppercase;font-size:14px;font-weight:600;color:#000;transition:color .3s;letter-spacing:1.5px}.header__nav button[data-v-8b1752a0]:hover,.header__nav button.active[data-v-8b1752a0]{color:#468ef9}.header__lang[data-v-8b1752a0]{display:flex;gap:8px}.header__lang .lang-btn[data-v-8b1752a0]{background:none;border:none;padding:4px 8px;cursor:pointer;font-size:14px;font-weight:600;color:#000}.header__lang .lang-btn.active[data-v-8b1752a0]{color:#468ef9}@media (max-width: 768px){.header__container[data-v-8b1752a0]{flex-direction:row;gap:20px;align-items:center}.header__logo img[data-v-8b1752a0]{height:50px}.header__nav[data-v-8b1752a0]{flex-direction:column;align-items:center;gap:16px}.header__nav ul[data-v-8b1752a0]{flex-direction:column;gap:16px}.header__lang[data-v-8b1752a0]{justify-content:flex-start}}.burger-btn[data-v-8b1752a0]{background:none;border:none;font-size:24px;cursor:pointer;z-index:110;display:none}@media (max-width: 768px){.burger-btn[data-v-8b1752a0]{display:block}}.header__nav[data-v-8b1752a0]{transition:all .3s ease}@media (max-width: 768px){.header__nav[data-v-8b1752a0]{position:fixed;top:0;left:0;height:100vh;width:100vw;background:#fff;padding:80px 30px 30px;flex-direction:column;align-items:center;gap:20px;transform:translate(-100%);opacity:0;pointer-events:none;z-index:100}.header__nav.open[data-v-8b1752a0]{transform:translate(0);opacity:1;pointer-events:auto}.header__nav ul[data-v-8b1752a0]{flex-direction:column;gap:16px}}.hero[data-v-35d5b2f3]{text-align:center;padding:80px 20px}.hero__title[data-v-35d5b2f3]{font-size:72px;font-weight:700;color:#1e2337}.hero__subtitle[data-v-35d5b2f3]{font-size:64px;font-weight:700;color:#468ef9;margin:30px 0}.hero__description[data-v-35d5b2f3]{max-width:800px;margin:40px auto;font-size:20px;line-height:150%;color:#1f1e1e;letter-spacing:1.2px}.hero .btn[data-v-35d5b2f3]{padding:16px 24px;border-radius:6px;margin:0 10px 20px;cursor:pointer;font-size:18px;width:250px}.hero .btn.btn-primary[data-v-35d5b2f3]{background-color:#468ef9;color:#fff}.hero .btn.btn-secondary[data-v-35d5b2f3]{background-color:#f0f0f0;border:2px solid #e2e2e2;color:#333}@media (max-width: 1024px){.hero__title[data-v-35d5b2f3]{font-size:60px}.hero__subtitle[data-v-35d5b2f3]{font-size:48px}.hero__description[data-v-35d5b2f3]{font-size:18px}}@media (max-width: 768px){.hero__title[data-v-35d5b2f3]{font-size:42px}.hero__subtitle[data-v-35d5b2f3]{font-size:32px}.hero__description[data-v-35d5b2f3]{font-size:16px;margin:30px auto}.hero .btn[data-v-35d5b2f3]{width:100%;max-width:280px}}@media (max-width: 480px){.hero[data-v-35d5b2f3]{padding:60px 15px}.hero__title[data-v-35d5b2f3]{font-size:36px}.hero__subtitle[data-v-35d5b2f3]{font-size:28px}.hero__description[data-v-35d5b2f3]{font-size:15px}}.ecosystem[data-v-e649ce81]{padding:60px 16px;background:#f9f9f9}.ecosystem__container[data-v-e649ce81]{max-width:1200px;margin:0 auto}.ecosystem__title[data-v-e649ce81]{font-size:36px;font-weight:600;margin-bottom:32px;line-height:1.4;max-width:800px}@media (max-width: 768px){.ecosystem__title[data-v-e649ce81]{font-size:28px;margin-bottom:24px}}@media (max-width: 480px){.ecosystem__title[data-v-e649ce81]{font-size:24px}}.ecosystem__cards[data-v-e649ce81]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width: 1024px){.ecosystem__cards[data-v-e649ce81]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.ecosystem__cards[data-v-e649ce81]{grid-template-columns:1fr}}.ecosystem__card[data-v-e649ce81]{border-radius:16px;padding:24px;text-align:left;border:2px solid transparent;transition:transform .3s}.ecosystem__card[data-v-e649ce81]:hover{transform:translateY(-5px)}.ecosystem__card-title[data-v-e649ce81]{font-size:20px;font-weight:700;margin-bottom:10px}@media (max-width: 480px){.ecosystem__card-title[data-v-e649ce81]{font-size:18px}}.ecosystem__card-desc[data-v-e649ce81]{font-size:14px;opacity:.9;margin-bottom:16px}@media (max-width: 480px){.ecosystem__card-desc[data-v-e649ce81]{font-size:13px}}.ecosystem__card-link[data-v-e649ce81]{display:inline-block;font-weight:600;font-size:14px;text-decoration:none;color:inherit;cursor:pointer}@media (max-width: 480px){.ecosystem__card-link[data-v-e649ce81]{font-size:13px}}.ecosystem__card-icon[data-v-e649ce81]{width:117px;height:117px}@media (max-width: 480px){.ecosystem__card-icon[data-v-e649ce81]{width:90px;height:90px;margin-bottom:12px}}.community[data-v-4f88c6f4]{padding:80px 20px 20px;text-align:center;background:#fff}.community__title[data-v-4f88c6f4]{font-size:48px;font-weight:600;margin-bottom:50px}@media (max-width: 768px){.community__title[data-v-4f88c6f4]{font-size:28px;margin-bottom:24px}}@media (max-width: 480px){.community__title[data-v-4f88c6f4]{font-size:24px}}.community__cards[data-v-4f88c6f4]{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.community__card[data-v-4f88c6f4]{width:300px;height:520px;border-radius:20px;color:#fff;position:relative;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;padding:0 24px;box-sizing:border-box;transition:transform .3s;justify-content:space-between}.community__card[data-v-4f88c6f4]:hover{transform:translateY(-4px)}.community__card.reverse[data-v-4f88c6f4]{flex-direction:column-reverse}.community__content[data-v-4f88c6f4]{z-index:2;position:relative}.community__phone[data-v-4f88c6f4]{width:100%;height:auto;max-height:calc(100% - 120px);object-fit:contain;display:block;position:relative;left:50%;transform:translate(-50%);z-index:1}.community__card:not(.reverse) .community__content[data-v-4f88c6f4]{margin-top:24px}.community__card.reverse .community__content[data-v-4f88c6f4]{margin-bottom:24px}.community__info h3[data-v-4f88c6f4]{font-size:18px;font-weight:600;display:inline}.community__info .arrow[data-v-4f88c6f4]{font-size:18px;margin-left:8px;color:#fff}.community__info p[data-v-4f88c6f4]{font-size:14px;margin-top:10px;line-height:1.4;color:#fff}.jettons[data-v-66cf73cd]{padding:140px 20px 80px;background:#fff}.jettons__container[data-v-66cf73cd]{max-width:1200px;margin:0 auto}.jettons__content[data-v-66cf73cd]{display:flex;flex-direction:row;gap:40px;align-items:flex-start}@media (max-width: 768px){.jettons__content[data-v-66cf73cd]{flex-direction:column}}.jettons__text[data-v-66cf73cd]{flex:1}.jettons__title[data-v-66cf73cd]{font-size:48px;font-weight:600;margin-bottom:20px}@media (max-width: 768px){.jettons__title[data-v-66cf73cd]{font-size:28px;margin-bottom:24px}}@media (max-width: 480px){.jettons__title[data-v-66cf73cd]{font-size:24px}}.jettons__description[data-v-66cf73cd]{font-size:24px;color:#555;margin-bottom:20px;line-height:1.6}@media (max-width: 768px){.jettons__description[data-v-66cf73cd]{font-size:20px;margin-bottom:24px}}@media (max-width: 480px){.jettons__description[data-v-66cf73cd]{font-size:18px}}.jettons__link[data-v-66cf73cd]{color:#29f;font-weight:500;text-decoration:none;font-size:18px}.jettons__card[data-v-66cf73cd]{flex:1;background:#f7fafd;border-radius:16px;padding:20px;display:flex;flex-direction:column}.jettons__card-header[data-v-66cf73cd]{margin-bottom:16px}.jettons__card-source[data-v-66cf73cd]{color:#29f;font-weight:600;font-size:14px}.jettons__card-title[data-v-66cf73cd]{font-size:18px;font-weight:600;margin:6px 0}.jettons__card-text[data-v-66cf73cd]{font-size:16px;color:#555}.jettons__card-image[data-v-66cf73cd]{width:100%;border-radius:12px;margin:16px 0}.jettons__card-footer[data-v-66cf73cd]{border-top:1px solid #e0e0e0;padding-top:10px;text-align:center}.jettons__card-view[data-v-66cf73cd]{color:#29f;font-weight:500;font-size:14px;text-decoration:none}.footer[data-v-046220a8]{background:#111;color:#fff;padding:20px}.footer__container[data-v-046220a8]{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:12px;justify-content:center;flex-wrap:wrap}@media (max-width: 600px){.footer__container[data-v-046220a8]{flex-direction:column;align-items:center;gap:8px;text-align:center}}.footer__left[data-v-046220a8]{font-size:14px;text-align:center}.footer__brand[data-v-046220a8]{font-weight:600}.footer__center[data-v-046220a8]{font-size:14px}.footer__link[data-v-046220a8]{color:#fff;font-weight:600;text-decoration:none}.footer__link[data-v-046220a8]:hover{text-decoration:underline}.modal-overlay[data-v-39048bb2]{position:fixed;top:0;left:0;width:100%;height:100%;background:#000a1499;z-index:1000}.modal-content[data-v-39048bb2]{background:#fff;padding:2rem;max-width:100%;width:100%;position:relative;font-family:Inter,sans-serif;height:100%;overflow:auto}.modal-content h2[data-v-39048bb2]{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.modal-content h3[data-v-39048bb2]{margin-top:1.5rem;font-size:1.2rem;font-weight:600;color:#1a1a1a}.modal-content p[data-v-39048bb2]{margin:.5rem 0;line-height:1.6;color:#333}.modal-content ul[data-v-39048bb2]{padding-left:1.2rem;margin-bottom:1rem}.modal-content li[data-v-39048bb2]{margin-bottom:.5rem}.modal-content a[data-v-39048bb2]{color:#3a7cff;text-decoration:underline}.close-btn[data-v-39048bb2]{position:fixed;top:15px;right:20px;font-size:1.8rem;font-weight:600;color:#333;background:none;border:none;cursor:pointer}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none;scroll-behavior:smooth;font-family:Inter,Arial,sans-serif}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-webkit-user-select:none;user-select:none}img,svg{pointer-events:none;user-drag:none;-webkit-user-drag:none}button,input,textarea{font-family:inherit;outline:none;border:none;background:none;appearance:none}.no-scroll{overflow:hidden!important;height:100vh}
