:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 10rem}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.9375rem;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}#app{width:100%;min-height:100vh}a{text-decoration:none;color:inherit;transition:color .2s ease}*{box-sizing:border-box}body{font-family:Manrope,Arial,sans-serif;font-size:1rem;line-height:1.6;color:#35495e;margin:0;padding:0;background-color:#101010}.btn{background-color:#42b883;color:#fff;border:none;border-radius:.25rem;padding:.5rem 1rem;cursor:pointer;transition:all .3s ease}.btn:hover{opacity:.8}.btn.btn-secondary{background-color:#35495e}.card{background:#fff;border-radius:.5rem;box-shadow:0 .125rem .625rem #0000001a;padding:1.5rem;margin-bottom:1rem;transition:transform .3s ease}.card .card-header{font-size:1.125rem;font-weight:700;margin-bottom:1rem;color:#42b883}.card .card-body{font-size:1rem;line-height:1.5}.language-switcher[data-v-4b5a6d9b]{position:relative;display:inline-block}.language-button[data-v-4b5a6d9b]{background:#fff;border:none;color:#000;padding:.5rem .75rem;font-size:.875rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease;min-width:6.25rem;justify-content:flex-start;border-radius:.25rem}.language-button[data-v-4b5a6d9b]:hover{background:#f0f0f0}.language-button.active[data-v-4b5a6d9b]{background:#e8e8e8}.language-button .language-icon[data-v-4b5a6d9b]{width:1rem;height:1rem;flex-shrink:0;color:#000}.language-button .dropdown-arrow[data-v-4b5a6d9b]{width:1rem;height:1rem;transition:transform .2s ease;margin-left:auto;color:#000}.language-button .dropdown-arrow.rotated[data-v-4b5a6d9b]{transform:rotate(180deg)}.language-dropdown[data-v-4b5a6d9b]{position:absolute;top:100%;left:0;right:0;background:#2a2a2a;border:1px solid rgba(255,255,255,.2);border-radius:.25rem;margin-top:.25rem;z-index:1001;overflow:hidden;box-shadow:0 .25rem .75rem #0000004d}.language-option[data-v-4b5a6d9b]{width:100%;background:transparent;border:none;color:#fff;padding:.625rem .75rem;font-size:.875rem;cursor:pointer;text-align:left;transition:background-color .2s ease}.language-option[data-v-4b5a6d9b]:hover{background:#ffffff1a}.language-option.active[data-v-4b5a6d9b]{background:#667eea33;color:#667eea}.dropdown-backdrop[data-v-4b5a6d9b]{position:fixed;inset:0;z-index:1000;background:transparent}@media (max-width: 48rem){.language-button[data-v-4b5a6d9b]{min-width:5rem;padding:.375rem .625rem;font-size:.8125rem;gap:.375rem}.language-button .language-icon[data-v-4b5a6d9b],.language-button .dropdown-arrow[data-v-4b5a6d9b]{width:.875rem;height:.875rem}.language-dropdown[data-v-4b5a6d9b]{left:-1.25rem;right:-1.25rem}.language-option[data-v-4b5a6d9b]{padding:.5rem .75rem;font-size:.8125rem}}.top-navigation[data-v-601d8d2a]{background-color:#101010;height:4.5rem;position:fixed;top:0;left:0;right:0;z-index:1000}.nav-container[data-v-601d8d2a]{max-width:78rem;margin:0 auto;height:100%;padding:0 1.5rem;position:relative}.desktop-layout[data-v-601d8d2a]{display:flex;align-items:center;justify-content:space-between;height:100%}.mobile-layout[data-v-601d8d2a]{display:none;align-items:center;justify-content:space-between;height:100%}.left-section[data-v-601d8d2a]{display:flex;align-items:center;gap:2.5rem}.logo-section .logo[data-v-601d8d2a]{display:flex;align-items:center}.logo-section .logo .logo-image[data-v-601d8d2a]{height:2rem;width:auto;object-fit:contain}.menu-section .menu-list[data-v-601d8d2a]{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.menu-section .menu-item[data-v-601d8d2a]{position:relative}.menu-section .menu-item .menu-link[data-v-601d8d2a]{color:#fff;text-decoration:none;font-size:.875rem;font-weight:400;display:flex;align-items:center;gap:.25rem;transition:color .2s ease;cursor:pointer}.menu-section .menu-item .menu-link[data-v-601d8d2a]:hover,.menu-section .menu-item .menu-link.router-link-active[data-v-601d8d2a],.menu-section .menu-item .menu-link.active[data-v-601d8d2a]{color:#fc67f6}.menu-section .menu-item .menu-link .dropdown-arrow[data-v-601d8d2a]{width:1rem;height:1rem;opacity:.7;transition:transform .2s ease}.menu-section .menu-item .menu-link .dropdown-arrow.rotated[data-v-601d8d2a]{transform:rotate(180deg)}.menu-section .menu-item .dropdown-trigger[data-v-601d8d2a]{cursor:pointer}.menu-section .menu-item .dropdown-container[data-v-601d8d2a]{position:relative}.menu-section .menu-item .dropdown-menu[data-v-601d8d2a]{position:absolute;top:100%;left:0;padding-top:.5rem;z-index:1000;opacity:1;visibility:visible;transition:all .2s ease}.menu-section .menu-item .dropdown-menu[data-v-601d8d2a]:before{content:"";position:absolute;top:-.5rem;left:-.625rem;right:-.625rem;height:1rem;background:transparent}.menu-section .menu-item .dropdown-menu .dropdown-content[data-v-601d8d2a]{background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;padding:1rem;min-width:13.75rem;box-shadow:0 .5rem 2rem #0006}.menu-section .menu-item .dropdown-menu .dropdown-content .dropdown-title[data-v-601d8d2a]{font-size:.75rem;font-weight:600;color:#b3b3b3;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.menu-section .menu-item .dropdown-menu .dropdown-content .dropdown-list[data-v-601d8d2a]{list-style:none;margin:0;padding:0}.menu-section .menu-item .dropdown-menu .dropdown-content .dropdown-list .dropdown-item[data-v-601d8d2a]{margin-bottom:.25rem}.menu-section .menu-item .dropdown-menu .dropdown-content .dropdown-list .dropdown-item[data-v-601d8d2a]:last-child{margin-bottom:0}.menu-section .menu-item .dropdown-menu .dropdown-content .dropdown-list .dropdown-item .dropdown-link[data-v-601d8d2a]{display:block;color:#fff;text-decoration:none;font-size:.875rem;font-weight:400;padding:.5rem .75rem;border-radius:.25rem;transition:all .2s ease}.menu-section .menu-item .dropdown-menu .dropdown-content .dropdown-list .dropdown-item .dropdown-link[data-v-601d8d2a]:hover,.menu-section .menu-item .dropdown-menu .dropdown-content .dropdown-list .dropdown-item .dropdown-link.router-link-active[data-v-601d8d2a]{background:#fc67f61a;color:#fc67f6}.right-section[data-v-601d8d2a]{display:flex;align-items:center;gap:1rem}.right-section .telegram-link[data-v-601d8d2a]{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:.25rem;transition:all .2s ease}.right-section .telegram-link[data-v-601d8d2a]:hover{color:#08c;border-color:#08c6;background:#0088cc1a}.mobile-menu-button[data-v-601d8d2a]{background:transparent;border:none;color:#fff;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.mobile-menu-button[data-v-601d8d2a]:hover{color:#fc67f6}.mobile-menu-button .menu-icon[data-v-601d8d2a]{width:1.25rem;height:1.25rem}.mobile-logo-section[data-v-601d8d2a]{flex:1;display:flex;justify-content:center}.mobile-logo-section .logo[data-v-601d8d2a]{display:flex;align-items:center}.mobile-logo-section .logo .logo-image[data-v-601d8d2a]{height:1.75rem;width:auto;object-fit:contain}.mobile-right-section[data-v-601d8d2a]{display:flex;align-items:center;gap:.75rem}.mobile-right-section .telegram-link[data-v-601d8d2a]{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:.25rem;transition:all .2s ease}.mobile-right-section .telegram-link[data-v-601d8d2a]:hover{color:#08c;border-color:#08c6;background:#0088cc1a}.mobile-dropdown-menu[data-v-601d8d2a]{position:absolute;top:100%;left:0;right:0;background:#1a1a1a;border-top:1px solid rgba(255,255,255,.1);z-index:1001;box-shadow:0 .25rem .75rem #0000004d}.mobile-dropdown-menu .mobile-menu-content[data-v-601d8d2a]{padding:1rem 1.5rem}.mobile-dropdown-menu .mobile-menu-list[data-v-601d8d2a]{list-style:none;margin:0;padding:0}.mobile-dropdown-menu .mobile-menu-item[data-v-601d8d2a]{margin-bottom:1rem}.mobile-dropdown-menu .mobile-menu-item[data-v-601d8d2a]:last-child{margin-bottom:0}.mobile-dropdown-menu .mobile-menu-section .mobile-menu-title[data-v-601d8d2a]{display:block;color:#b3b3b3;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;padding-bottom:.25rem;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-dropdown-menu .mobile-menu-section .mobile-submenu-list[data-v-601d8d2a]{list-style:none;margin:0;padding:0;margin-left:.75rem}.mobile-dropdown-menu .mobile-menu-section .mobile-submenu-item[data-v-601d8d2a]{margin-bottom:.5rem}.mobile-dropdown-menu .mobile-menu-section .mobile-submenu-item[data-v-601d8d2a]:last-child{margin-bottom:0}.mobile-dropdown-menu .mobile-menu-link[data-v-601d8d2a]{display:block;color:#fff;text-decoration:none;font-size:.875rem;font-weight:400;padding:.5rem 0;transition:color .2s ease}.mobile-dropdown-menu .mobile-menu-link[data-v-601d8d2a]:hover,.mobile-dropdown-menu .mobile-menu-link.router-link-active[data-v-601d8d2a]{color:#fc67f6}.mobile-menu-backdrop[data-v-601d8d2a]{position:fixed;top:4.5rem;left:0;right:0;bottom:0;background:#00000080;z-index:1000}@media (max-width: 48rem){.nav-container[data-v-601d8d2a]{padding:0 1rem}.desktop-layout[data-v-601d8d2a]{display:none}.mobile-layout[data-v-601d8d2a]{display:flex}}.app-root[data-v-0f76f8e8]{min-height:100vh}.main-content[data-v-0f76f8e8]{margin-top:4.5rem;min-height:calc(100vh - 4.5rem)}.home-banner[data-v-9f486e77]{background:#101010;color:#fff;padding:7.875rem 0 5rem;text-align:center;position:relative;overflow:hidden}@media (max-width: 48rem){.home-banner[data-v-9f486e77]{padding:5rem 0 3.75rem}}.home-banner .banner-container[data-v-9f486e77]{max-width:78rem;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}@media (max-width: 48rem){.home-banner .banner-container[data-v-9f486e77]{padding:0 1rem}}.home-banner .banner-tag[data-v-9f486e77]{display:inline-block;background:transparent;border:1px solid #E6A0FF;border-radius:1.875rem;padding:.5625rem 1.5rem;font-size:1rem;font-weight:500;color:#eea3ea;margin-bottom:1.25rem}@media (max-width: 48rem){.home-banner .banner-tag[data-v-9f486e77]{padding:.5rem 1.25rem;font-size:.875rem;margin-bottom:1rem}}.home-banner .banner-title[data-v-9f486e77]{font-size:4.5rem;font-weight:700;line-height:1.2;margin:0 0 .8125rem;color:#fff}@media (max-width: 48rem){.home-banner .banner-title[data-v-9f486e77]{font-size:2.25rem;line-height:1.3;margin-bottom:1rem}}.home-banner .banner-subtitle[data-v-9f486e77]{font-size:1.25rem;line-height:1.6;color:#fffc;margin:0 0 3.125rem;max-width:46.125rem;margin-left:auto;margin-right:auto}@media (max-width: 48rem){.home-banner .banner-subtitle[data-v-9f486e77]{font-size:1rem;margin-bottom:2.5rem;max-width:100%;padding:0 1rem}}.home-banner .banner-buttons[data-v-9f486e77]{display:flex;gap:1.25rem;justify-content:center;margin-bottom:6rem}@media (max-width: 48rem){.home-banner .banner-buttons[data-v-9f486e77]{flex-direction:column;align-items:center;gap:1rem;margin-bottom:3.75rem}}.home-banner .banner-buttons .btn[data-v-9f486e77]{padding:1rem 2.5rem;border-radius:.5rem;font-size:1.125rem;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}@media (max-width: 48rem){.home-banner .banner-buttons .btn[data-v-9f486e77]{padding:.875rem 2rem;font-size:1rem;width:12.5rem;max-width:90%}}.home-banner .banner-buttons .btn.btn-primary[data-v-9f486e77]{background:#fc67f6;color:#fff}.home-banner .banner-buttons .btn.btn-primary[data-v-9f486e77]:hover{transform:translateY(-.125rem);box-shadow:0 .5rem 1.5625rem #fc67f666}.home-banner .banner-buttons .btn.btn-secondary[data-v-9f486e77]{background:transparent;color:#fff;border:.125rem solid rgba(255,255,255,.3)}.home-banner .banner-buttons .btn.btn-secondary[data-v-9f486e77]:hover{background:#ffffff1a;border-color:#ffffff80}.home-banner .logo-section .logo-text[data-v-9f486e77]{font-size:.875rem;color:#fffc;margin:0 0 1.6875rem;letter-spacing:1px}@media (max-width: 48rem){.home-banner .logo-section .logo-text[data-v-9f486e77]{font-size:.8125rem;margin-bottom:1.25rem}}.home-banner .logo-section .logo-grid[data-v-9f486e77]{display:flex;justify-content:center;align-items:center;gap:3.5rem;flex-wrap:wrap}@media (max-width: 48rem){.home-banner .logo-section .logo-grid[data-v-9f486e77]{gap:1.5rem;justify-content:center;max-width:100%}}.home-banner .logo-section .logo-grid .partner-logo[data-v-9f486e77]{height:2.25rem;width:auto;filter:brightness(0) invert(1)}@media (max-width: 48rem){.home-banner .logo-section .logo-grid .partner-logo[data-v-9f486e77]{height:1.75rem}}.core-value-section[data-v-bde0b906]{background:#101010;padding:3.125rem 0;position:relative;overflow:hidden}.core-value-section .container[data-v-bde0b906]{max-width:78rem;margin:0 auto;padding:2.5rem 1.5rem 1rem;position:relative;z-index:1;border-radius:1.5rem;border:1px dashed rgba(225,228,228,.1)}.core-value-section .section-tags[data-v-bde0b906]{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.core-value-section .section-tags .tag[data-v-bde0b906]{padding:.375rem 1.875rem;border-radius:2.5rem;line-height:1.75rem;font-size:.875rem;font-weight:500;color:#fff;min-width:23rem;text-align:center}.core-value-section .section-tags .tag.tag-cyan[data-v-bde0b906]{background:#04a9cd}.core-value-section .section-tags .tag.tag-purple[data-v-bde0b906]{background:#fc67f6}.core-value-section .section-tags .tag.tag-blue[data-v-bde0b906]{background:#2841ff}@media (max-width: 48rem){.core-value-section .section-tags[data-v-bde0b906]{flex-direction:column;align-items:center}}.core-value-section .canvas-container[data-v-bde0b906]{position:relative;display:flex;justify-content:center;align-items:center;padding:1.25rem 0;overflow:hidden;min-height:36.875rem}.core-value-section .canvas-container .data-flow-canvas[data-v-bde0b906]{border-radius:1rem;display:block;transition:transform .3s ease}@media (max-width: 48rem){.core-value-section .canvas-container[data-v-bde0b906]{padding:1rem 0;min-height:var(--canvas-container-height, 307px)}.core-value-section .canvas-container .data-flow-canvas[data-v-bde0b906]{border-radius:.75rem}}.why-starrocks-section[data-v-7509531f]{background:#101010;padding:5rem 0}@media (max-width: 48rem){.why-starrocks-section[data-v-7509531f]{padding:3.75rem 0}}.why-starrocks-section .container[data-v-7509531f]{max-width:78rem;margin:0 auto;padding:0 1.5rem}@media (max-width: 48rem){.why-starrocks-section .container[data-v-7509531f]{padding:0 1rem}}.why-starrocks-section .section-title[data-v-7509531f]{text-align:center;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:3.75rem}@media (max-width: 48rem){.why-starrocks-section .section-title[data-v-7509531f]{font-size:1.75rem;margin-bottom:2rem;line-height:1.3}}.why-starrocks-section .cards-grid[data-v-7509531f]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 48rem){.why-starrocks-section .cards-grid[data-v-7509531f]{grid-template-columns:1fr;gap:1.25rem}}.why-starrocks-section .why-card[data-v-7509531f]{background:#191919;border-radius:1rem;padding:2rem;transition:all .3s ease}.why-starrocks-section .why-card[data-v-7509531f]:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-.25rem)}@media (max-width: 48rem){.why-starrocks-section .why-card[data-v-7509531f]{padding:1.25rem;border-radius:.75rem}}.why-starrocks-section .why-card .card-icon[data-v-7509531f]{width:3rem;height:3rem;margin-bottom:1.5rem}.why-starrocks-section .why-card .card-icon img[data-v-7509531f]{width:100%;height:100%;object-fit:contain}@media (max-width: 48rem){.why-starrocks-section .why-card .card-icon[data-v-7509531f]{width:2.25rem;height:2.25rem;margin-bottom:1rem}}.why-starrocks-section .why-card .card-title[data-v-7509531f]{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.75rem;line-height:1.4}@media (max-width: 48rem){.why-starrocks-section .why-card .card-title[data-v-7509531f]{font-size:1rem;margin-bottom:.5rem;line-height:1.3}}.why-starrocks-section .why-card .card-description[data-v-7509531f]{font-size:.875rem;color:#ffffffb3;line-height:1.5;margin:0}@media (max-width: 48rem){.why-starrocks-section .why-card .card-description[data-v-7509531f]{font-size:.875rem;line-height:1.6}}.scenario-cards-section[data-v-385682c2]{background:#101010;padding:5rem 0}@media (max-width: 48rem){.scenario-cards-section[data-v-385682c2]{padding:3.75rem 0}}.scenario-cards-section .container[data-v-385682c2]{max-width:78rem;margin:0 auto;padding:0 1.5rem}@media (max-width: 48rem){.scenario-cards-section .container[data-v-385682c2]{padding:0 1rem}}.scenario-cards-section .section-title[data-v-385682c2]{text-align:center;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:3.75rem}@media (max-width: 48rem){.scenario-cards-section .section-title[data-v-385682c2]{font-size:1.75rem;margin-bottom:2rem;line-height:1.3}}.scenario-cards-section .cards-grid[data-v-385682c2]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 48rem){.scenario-cards-section .cards-grid[data-v-385682c2]{grid-template-columns:1fr;gap:1.25rem}}.scenario-cards-section .scenario-card[data-v-385682c2]{position:relative;background-color:#191919;border-radius:1.25rem;overflow:hidden;min-height:20rem;transition:box-shadow .3s ease;cursor:pointer}@media (max-width: 48rem){.scenario-cards-section .scenario-card[data-v-385682c2]{min-height:17.5rem;border-radius:1rem}}.scenario-cards-section .scenario-card[data-v-385682c2]:before{content:"";position:absolute;inset:0;background-size:contain;background-position:center;background-repeat:no-repeat;background-image:var(--bg-image);transition:transform .3s ease;z-index:1}.scenario-cards-section .scenario-card[data-v-385682c2]:hover{box-shadow:0 1.25rem 2.5rem #0000004d}.scenario-cards-section .scenario-card[data-v-385682c2]:hover:before{transform:scale(1.1)}.scenario-cards-section .scenario-card .card-content[data-v-385682c2]{position:absolute;bottom:0;left:0;right:0;padding:2rem;z-index:3}@media (max-width: 48rem){.scenario-cards-section .scenario-card .card-content[data-v-385682c2]{padding:1.25rem}}.scenario-cards-section .scenario-card .card-title[data-v-385682c2]{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.75rem;line-height:1.3}@media (max-width: 48rem){.scenario-cards-section .scenario-card .card-title[data-v-385682c2]{font-size:1.125rem;margin-bottom:.5rem;line-height:1.2}}.scenario-cards-section .scenario-card .card-description[data-v-385682c2]{font-size:1rem;color:#ffffffe6;line-height:1.5;margin:0}@media (max-width: 48rem){.scenario-cards-section .scenario-card .card-description[data-v-385682c2]{font-size:.875rem;line-height:1.6}}.team-core-section[data-v-9901441a]{background:#101010;padding:5rem 0}@media (max-width: 48rem){.team-core-section[data-v-9901441a]{padding:3.75rem 0}}.team-core-section .container[data-v-9901441a]{max-width:78rem;margin:0 auto;padding:0 1.5rem}@media (max-width: 48rem){.team-core-section .container[data-v-9901441a]{padding:0 1rem}}.team-core-section .section-header[data-v-9901441a]{text-align:center;margin-bottom:3.75rem}@media (max-width: 48rem){.team-core-section .section-header[data-v-9901441a]{margin-bottom:2.5rem}}.team-core-section .section-header .section-title[data-v-9901441a]{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}@media (max-width: 48rem){.team-core-section .section-header .section-title[data-v-9901441a]{font-size:1.75rem;margin-bottom:.75rem;line-height:1.3}}.team-core-section .section-header .section-subtitle[data-v-9901441a]{font-size:1.125rem;color:#ffffffb3;margin:0}@media (max-width: 48rem){.team-core-section .section-header .section-subtitle[data-v-9901441a]{font-size:1rem}}.team-core-section .cards-grid[data-v-9901441a]{display:grid;grid-template-columns:repeat(3,24rem);grid-template-rows:auto auto;gap:1.5rem;justify-content:center}@media (max-width: 48rem){.team-core-section .cards-grid[data-v-9901441a]{grid-template-columns:1fr;grid-template-rows:auto;gap:1.25rem;justify-content:stretch}}.team-core-section .cards-grid .small-card[data-v-9901441a]{position:relative;width:24rem;height:25rem;background:#1e1e1e;border:1px solid rgba(255,255,255,.1);border-radius:1.25rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}@media (max-width: 48rem){.team-core-section .cards-grid .small-card[data-v-9901441a]{width:100%;height:20rem;border-radius:1rem}}.team-core-section .cards-grid .small-card[data-v-9901441a]:hover{transform:translateY(-.5rem);box-shadow:0 1.25rem 2.5rem #0000004d}.team-core-section .cards-grid .small-card .card-content[data-v-9901441a]{position:absolute;top:2rem;left:2rem;right:2rem;z-index:3}@media (max-width: 48rem){.team-core-section .cards-grid .small-card .card-content[data-v-9901441a]{top:1.5rem;left:1.5rem;right:1.5rem}}.team-core-section .cards-grid .small-card .card-content .card-title[data-v-9901441a]{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.75rem;line-height:1.2}@media (max-width: 48rem){.team-core-section .cards-grid .small-card .card-content .card-title[data-v-9901441a]{font-size:1.25rem;margin-bottom:.5rem;line-height:1.3}}.team-core-section .cards-grid .small-card .card-content .card-description[data-v-9901441a]{font-size:.875rem;color:#fffc;line-height:1.4;margin:0}@media (max-width: 48rem){.team-core-section .cards-grid .small-card .card-content .card-description[data-v-9901441a]{font-size:.8125rem;line-height:1.5}}.team-core-section .cards-grid .small-card .card-image[data-v-9901441a]{position:absolute;bottom:0;left:0;right:0;z-index:1}.team-core-section .cards-grid .small-card .card-image img[data-v-9901441a]{width:100%;height:auto;display:block}.team-core-section .cards-grid .small-card .image-label[data-v-9901441a]{position:absolute;bottom:1.5rem;right:1.5rem;padding:.5rem 1rem;border-radius:1.25rem;font-size:.8125rem;font-weight:600;color:#fff;z-index:4}@media (max-width: 48rem){.team-core-section .cards-grid .small-card .image-label[data-v-9901441a]{padding:.375rem .75rem;font-size:.75rem;border-radius:1rem}}.team-core-section .cards-grid .small-card .image-label.pink-label[data-v-9901441a]{background:#fc67f6}.team-core-section .cards-grid .small-card .image-label.blue-label[data-v-9901441a]{background:#277aff}.team-core-section .cards-grid .small-card .image-label.cyan-label[data-v-9901441a]{background:#33d9ff}.team-core-section .cards-grid .card-1 .image-label[data-v-9901441a]{bottom:11.6875rem;right:6.75rem}@media (max-width: 48rem){.team-core-section .cards-grid .card-1 .image-label[data-v-9901441a]{bottom:8.75rem;right:5rem}}.team-core-section .cards-grid .card-2 .image-label[data-v-9901441a]{bottom:4.6875rem;right:1.75rem}@media (max-width: 48rem){.team-core-section .cards-grid .card-2 .image-label[data-v-9901441a]{bottom:1.875rem;right:1.875rem}}.team-core-section .cards-grid .card-3 .image-label.blue-label[data-v-9901441a]{bottom:11.8125rem;right:3.6875rem}@media (max-width: 48rem){.team-core-section .cards-grid .card-3 .image-label.blue-label[data-v-9901441a]{bottom:8.75rem;right:2.5rem}}.team-core-section .cards-grid .card-3 .image-label.cyan-label[data-v-9901441a]{bottom:7.5rem;right:13.9375rem}@media (max-width: 48rem){.team-core-section .cards-grid .card-3 .image-label.cyan-label[data-v-9901441a]{bottom:5.625rem;right:12.5rem}}.team-core-section .cards-grid .card-3 .image-label.pink-label[data-v-9901441a]{bottom:2.5rem;right:5.25rem}@media (max-width: 48rem){.team-core-section .cards-grid .card-3 .image-label.pink-label[data-v-9901441a]{bottom:1.875rem;right:3.75rem}}.team-core-section .cards-grid .large-card[data-v-9901441a]{grid-column:span 3;background:#1e1e1e;border:1px solid rgba(255,255,255,.1);border-radius:1.25rem;padding:2rem;display:flex;justify-content:space-between;align-items:center;min-height:12.5rem;transition:transform .3s ease,box-shadow .3s ease}@media (max-width: 48rem){.team-core-section .cards-grid .large-card[data-v-9901441a]{grid-column:span 1;padding:1.5rem;border-radius:1rem;flex-direction:column;text-align:center;min-height:auto}}.team-core-section .cards-grid .large-card[data-v-9901441a]:hover{transform:translateY(-.5rem);box-shadow:0 1.25rem 2.5rem #0000004d}.team-core-section .cards-grid .large-card .card-content[data-v-9901441a]{flex:1}@media (max-width: 48rem){.team-core-section .cards-grid .large-card .card-content[data-v-9901441a]{margin-bottom:1.25rem}}.team-core-section .cards-grid .large-card .card-content .community-tag[data-v-9901441a]{display:inline-block;background:#ffffff26;color:#ffffffe6;padding:.5rem 1.25rem;border-radius:1.25rem;font-size:.875rem;font-weight:500;margin-bottom:1rem}@media (max-width: 48rem){.team-core-section .cards-grid .large-card .card-content .community-tag[data-v-9901441a]{padding:.375rem 1rem;font-size:.75rem;margin-bottom:.75rem}}.team-core-section .cards-grid .large-card .card-content .card-title[data-v-9901441a]{font-size:1.75rem;font-weight:600;color:#fff;margin-bottom:1.5rem;line-height:1.3}@media (max-width: 48rem){.team-core-section .cards-grid .large-card .card-content .card-title[data-v-9901441a]{font-size:1.375rem;margin-bottom:1rem}}.team-core-section .cards-grid .large-card .card-content .telegram-button[data-v-9901441a]{background:#fff;color:#333;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}@media (max-width: 48rem){.team-core-section .cards-grid .large-card .card-content .telegram-button[data-v-9901441a]{padding:.625rem 1.25rem;font-size:.875rem}}.team-core-section .cards-grid .large-card .card-content .telegram-button[data-v-9901441a]:hover{background:#ffffffe6;transform:translate(.25rem)}.team-core-section .cards-grid .large-card .card-image[data-v-9901441a]{margin-right:3.125rem}@media (max-width: 48rem){.team-core-section .cards-grid .large-card .card-image[data-v-9901441a]{margin-right:0;margin-top:0}}.team-core-section .cards-grid .large-card .card-image img[data-v-9901441a]{width:23.5rem;height:auto;border-radius:.75rem}@media (max-width: 48rem){.team-core-section .cards-grid .large-card .card-image img[data-v-9901441a]{width:12.5rem;max-width:100%}}.comparison-section[data-v-250c196f]{background:#101010;padding:5rem 0}.comparison-section .container[data-v-250c196f]{max-width:78rem;margin:0 auto;padding:0 1.5rem}.comparison-section .section-title[data-v-250c196f]{text-align:center;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:3.75rem}@media (max-width: 48rem){.comparison-section .section-title[data-v-250c196f]{font-size:2rem;margin-bottom:2.5rem}}.comparison-section .tab-navigation[data-v-250c196f]{display:flex;justify-content:center;gap:1.5rem;margin-bottom:3.75rem;flex-wrap:wrap}@media (max-width: 48rem){.comparison-section .tab-navigation[data-v-250c196f]{gap:.75rem;margin-bottom:2.5rem}}.comparison-section .tab-button[data-v-250c196f]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;background:transparent;color:#ffffffb3;cursor:pointer;transition:all .3s ease;font-size:.875rem;font-weight:500;width:23.75rem;justify-content:center}.comparison-section .tab-button[data-v-250c196f]:hover{border-color:#fff6;color:#ffffffe6}.comparison-section .tab-button.active[data-v-250c196f]{background:#fff;color:#101010;border-color:#fff}.comparison-section .tab-button.active .tab-icon[data-v-250c196f]{color:#101010}.comparison-section .tab-button .tab-icon[data-v-250c196f]{width:1.25rem;height:1.25rem;color:currentColor}.comparison-section .tab-button .tab-label[data-v-250c196f]{white-space:nowrap}@media (max-width: 48rem){.comparison-section .tab-button[data-v-250c196f]{padding:.625rem 1rem;font-size:.8125rem}.comparison-section .tab-button .tab-icon[data-v-250c196f]{width:1rem;height:1rem}}.comparison-section .tab-content[data-v-250c196f]{display:flex;align-items:center;gap:3.75rem}@media (max-width: 48rem){.comparison-section .tab-content[data-v-250c196f]{flex-direction:column;gap:2.5rem}}.comparison-section .content-left[data-v-250c196f]{flex:1}.comparison-section .content-left .content-title[data-v-250c196f]{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem;line-height:1.2}@media (max-width: 48rem){.comparison-section .content-left .content-title[data-v-250c196f]{font-size:1.5rem}}.comparison-section .content-left .content-subtitle[data-v-250c196f]{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:2rem;line-height:1.3}@media (max-width: 48rem){.comparison-section .content-left .content-subtitle[data-v-250c196f]{font-size:1.25rem;margin-bottom:1.5rem}}.comparison-section .content-left .features-list[data-v-250c196f]{list-style:none;padding:0;margin:0 0 2rem}.comparison-section .content-left .features-list .feature-item[data-v-250c196f]{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.comparison-section .content-left .features-list .feature-item .feature-icon[data-v-250c196f]{flex-shrink:0;margin-top:.125rem}.comparison-section .content-left .features-list .feature-item .feature-text[data-v-250c196f]{color:#ffffffe6;font-size:1rem;line-height:1.5}.comparison-section .content-left .more-link[data-v-250c196f]{display:inline-flex;align-items:center;gap:.5rem;color:#fc67f6;text-decoration:none;font-weight:500;font-size:1rem;transition:all .3s ease}.comparison-section .content-left .more-link[data-v-250c196f]:hover{color:#ff7bff}.comparison-section .content-left .more-link:hover .arrow-icon[data-v-250c196f]{transform:translate(.25rem)}.comparison-section .content-left .more-link .arrow-icon[data-v-250c196f]{transition:transform .3s ease}.comparison-section .content-right[data-v-250c196f]{flex:1;display:flex;justify-content:center;align-items:center}.comparison-section .content-right .comparison-image[data-v-250c196f]{max-width:100%;height:auto;border-radius:.75rem}.customer-cases-section[data-v-974b7d37]{padding:5rem 0;background:#101010;color:#fff}@media (max-width: 48rem){.customer-cases-section[data-v-974b7d37]{padding:3.75rem 0}}.customer-cases-section .container[data-v-974b7d37]{max-width:75rem;margin:0 auto;padding:0 1.25rem}@media (max-width: 48rem){.customer-cases-section .container[data-v-974b7d37]{padding:0 1rem}}.customer-cases-section .section-title[data-v-974b7d37]{font-size:2rem;font-weight:600;text-align:center;margin-bottom:3.75rem;color:#fff}@media (max-width: 48rem){.customer-cases-section .section-title[data-v-974b7d37]{font-size:1.5rem;margin-bottom:2.5rem}}.customer-cases-section .cases-grid[data-v-974b7d37]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 48rem){.customer-cases-section .cases-grid[data-v-974b7d37]{grid-template-columns:1fr;gap:1rem}}.customer-cases-section .case-card[data-v-974b7d37]{background:#ffffff0d;border-radius:1rem;padding:1.5rem;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);border:1px solid rgba(255,255,255,.1);transition:all .3s ease;display:flex;flex-direction:column;height:100%}@media (max-width: 48rem){.customer-cases-section .case-card[data-v-974b7d37]{padding:1.25rem;border-radius:.75rem}}.customer-cases-section .case-card[data-v-974b7d37]:hover{background:#ffffff14;transform:translateY(-.125rem)}.customer-cases-section .case-header[data-v-974b7d37]{margin-bottom:1.25rem}.customer-cases-section .case-header .company-logo[data-v-974b7d37]{margin-bottom:.75rem}.customer-cases-section .case-header .company-logo img[data-v-974b7d37]{height:2rem;width:auto;object-fit:contain}.customer-cases-section .case-header .star-rating[data-v-974b7d37]{display:flex;gap:.25rem;margin-bottom:.75rem}.customer-cases-section .case-header .star-rating .star[data-v-974b7d37]{width:1rem;height:1rem;color:gold}.customer-cases-section .case-header .company-name[data-v-974b7d37]{font-size:.875rem;color:#ffffffb3;font-weight:500}.customer-cases-section .case-description[data-v-974b7d37]{font-size:1rem;line-height:1.6;color:#fff;margin-bottom:1.5rem;flex:1}@media (max-width: 48rem){.customer-cases-section .case-description[data-v-974b7d37]{font-size:.875rem;margin-bottom:1.25rem}}.customer-cases-section .user-info[data-v-974b7d37]{display:flex;justify-content:space-between;align-items:center}.customer-cases-section .user-info .user-details .user-name[data-v-974b7d37]{font-size:.875rem;font-weight:600;color:#fff;margin-bottom:.25rem}.customer-cases-section .user-info .user-details .user-position[data-v-974b7d37]{display:flex;align-items:center;font-size:.75rem;color:#fff9}.customer-cases-section .user-info .user-details .user-position .verified-icon[data-v-974b7d37]{width:1rem;height:1rem;color:#fff}.customer-cases-section .user-info .user-avatar img[data-v-974b7d37]{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover}.tech-resources-section[data-v-85ca1478]{background-color:#fff;padding:5rem 0}@media (max-width: 48rem){.tech-resources-section[data-v-85ca1478]{padding:3.75rem 0}}.tech-resources-section .container[data-v-85ca1478]{max-width:78rem;margin:0 auto;padding:0 1.5rem}@media (max-width: 48rem){.tech-resources-section .container[data-v-85ca1478]{padding:0 1rem}}.tech-resources-section .section-title[data-v-85ca1478]{font-size:3rem;font-weight:700;color:#101010;text-align:center;margin-bottom:4rem;line-height:1.2}@media (max-width: 48rem){.tech-resources-section .section-title[data-v-85ca1478]{font-size:2rem;margin-bottom:2.5rem}}.tech-resources-section .large-card-container[data-v-85ca1478]{margin-bottom:1.5rem}@media (max-width: 48rem){.tech-resources-section .large-card-container[data-v-85ca1478]{margin-bottom:1.25rem}}.tech-resources-section .small-cards-container[data-v-85ca1478]{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 48rem){.tech-resources-section .small-cards-container[data-v-85ca1478]{grid-template-columns:1fr;gap:1.25rem}}.tech-resources-section .resource-card[data-v-85ca1478]{border-radius:1.25rem;padding:2.75rem 2rem;display:flex;justify-content:space-between;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.tech-resources-section .resource-card[data-v-85ca1478]:hover{transform:translateY(-.25rem);box-shadow:0 1.25rem 2.5rem #00000026}@media (max-width: 48rem){.tech-resources-section .resource-card[data-v-85ca1478]{padding:1.5rem;flex-direction:column;text-align:center}}.tech-resources-section .resource-card.large-card[data-v-85ca1478]{background:#3294ed;min-height:20rem}@media (max-width: 48rem){.tech-resources-section .resource-card.large-card[data-v-85ca1478]{min-height:auto;border-radius:1rem}}.tech-resources-section .resource-card.large-card .card-content[data-v-85ca1478]{flex:1;padding-right:2.5rem}@media (max-width: 48rem){.tech-resources-section .resource-card.large-card .card-content[data-v-85ca1478]{padding-right:0;margin-bottom:1.25rem}}@media (max-width: 48rem){.tech-resources-section .resource-card.large-card img[data-v-85ca1478]{max-width:12.5rem;height:auto;margin:0 auto}}@media (max-width: 48rem){.tech-resources-section .resource-card.large-card .card-button[data-v-85ca1478]{margin:1.25rem auto 0}}.tech-resources-section .resource-card.small-card[data-v-85ca1478]{border-radius:.5rem;border:.125rem solid #F0F0F0;background:#fff}.tech-resources-section .resource-card.small-card .card-content[data-v-85ca1478]{flex:1;padding-right:1.25rem}@media (max-width: 48rem){.tech-resources-section .resource-card.small-card .card-content[data-v-85ca1478]{padding-right:0;margin-bottom:1rem}}.tech-resources-section .resource-card.small-card .card-image-container[data-v-85ca1478]{flex-shrink:0;width:14.75rem;height:16rem;border-radius:.5rem .5rem 0 0;background:#2d3a8b0f;display:flex;align-items:center;justify-content:center}@media (max-width: 48rem){.tech-resources-section .resource-card.small-card .card-image-container[data-v-85ca1478]{margin:0 auto;height:11.25rem;border-radius:.5rem}}.tech-resources-section .resource-card.small-card .card-tag[data-v-85ca1478]{color:#666;border-radius:2.4375rem;border:1px solid rgba(0,0,0,.12);background:#f2f3f84d}.tech-resources-section .resource-card.small-card .card-title[data-v-85ca1478]{color:#101010;font-size:1.25rem;line-height:normal}.tech-resources-section .resource-card.small-card .card-button[data-v-85ca1478]{border:1px solid rgba(30,57,193,.12)}@media (max-width: 48rem){.tech-resources-section .resource-card.small-card .card-button[data-v-85ca1478]{margin:1.25rem auto 0}}.tech-resources-section .card-tag[data-v-85ca1478]{display:inline-flex;padding:.25rem .75rem;justify-content:center;align-items:center;gap:.5rem;border-radius:2.4375rem;font-size:1rem;color:#fff;font-weight:500;border:.5px solid #FFF;background:#fff3;margin-bottom:.9375rem}@media (max-width: 48rem){.tech-resources-section .card-tag[data-v-85ca1478]{font-size:.875rem;padding:.1875rem .625rem;margin-bottom:.75rem}}.tech-resources-section .card-title[data-v-85ca1478],.tech-resources-section .card-description[data-v-85ca1478]{color:#fff;font-family:Manrope;font-size:2rem;font-style:normal;font-weight:500;line-height:2.5rem}@media (max-width: 48rem){.tech-resources-section .card-title[data-v-85ca1478],.tech-resources-section .card-description[data-v-85ca1478]{font-size:1.25rem;line-height:1.75rem}}.tech-resources-section .card-button[data-v-85ca1478]{display:flex;padding:.75rem 1.25rem .6875rem 1.3125rem;justify-content:center;align-items:center;margin-top:2rem;border-radius:.25rem;background:#fff;color:#000;border:none;font-size:1.125rem;cursor:pointer;transition:all .3s ease;gap:.5rem}.tech-resources-section .card-button[data-v-85ca1478]:hover{opacity:.8}.tech-resources-section .card-button .arrow-icon[data-v-85ca1478]{transition:transform .3s ease}.tech-resources-section .card-button:hover .arrow-icon[data-v-85ca1478]{transform:translate(.25rem)}@media (max-width: 48rem){.tech-resources-section .card-button[data-v-85ca1478]{font-size:.875rem;padding:.625rem 1rem;margin-top:1.25rem}}.partners-section[data-v-1ef216db]{background-color:#fff;padding:5rem 0}@media (max-width: 48rem){.partners-section[data-v-1ef216db]{padding:3.75rem 0}}.partners-section .container[data-v-1ef216db]{max-width:78rem;margin:0 auto;padding:0 1.5rem}@media (max-width: 48rem){.partners-section .container[data-v-1ef216db]{padding:0 1rem}}.partners-section .section-title[data-v-1ef216db]{font-size:3rem;font-weight:700;color:#101010;text-align:center;margin-bottom:4rem;line-height:1.2}@media (max-width: 48rem){.partners-section .section-title[data-v-1ef216db]{font-size:2rem;margin-bottom:2.5rem}}.partners-section .partners-grid[data-v-1ef216db]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem}@media (max-width: 48rem){.partners-section .partners-grid[data-v-1ef216db]{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}}.partners-section .partner-card[data-v-1ef216db]{display:flex;background-color:#fff;border:1px solid #E5E7EB;border-radius:1.25rem;padding:2rem 2.5rem;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.partners-section .partner-card[data-v-1ef216db]:hover{transform:translateY(-.25rem);box-shadow:0 1.25rem 2.5rem #0000001a}@media (max-width: 48rem){.partners-section .partner-card[data-v-1ef216db]{padding:1.5rem;border-radius:1rem}}.partners-section .partner-card .card-image[data-v-1ef216db]{width:4.875rem;height:4.875rem}@media (max-width: 48rem){.partners-section .partner-card .card-image[data-v-1ef216db]{width:3.75rem;height:3.75rem}}.partners-section .partner-card .card-image img[data-v-1ef216db]{width:100%;height:100%;object-fit:contain;border-radius:.75rem}.partners-section .partner-card .card-content[data-v-1ef216db]{padding-top:.625rem;margin-left:1.5rem}@media (max-width: 48rem){.partners-section .partner-card .card-content[data-v-1ef216db]{margin-left:1rem;padding-top:.3125rem}}.partners-section .partner-card .card-title[data-v-1ef216db]{font-size:1.5rem;font-weight:500;color:#000;line-height:2.5rem}@media (max-width: 48rem){.partners-section .partner-card .card-title[data-v-1ef216db]{font-size:1.25rem;line-height:1.75rem}}.partners-section .partner-card .card-description[data-v-1ef216db]{font-size:1rem;font-weight:400;color:#000;line-height:2rem}@media (max-width: 48rem){.partners-section .partner-card .card-description[data-v-1ef216db]{font-size:.875rem;line-height:1.5rem}}.partners-section .contact-section[data-v-1ef216db]{text-align:center}.partners-section .contact-link[data-v-1ef216db]{color:#e91e63;text-decoration:none;font-size:1rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.partners-section .contact-link[data-v-1ef216db]:hover{opacity:.8}.partners-section .contact-link .arrow-icon[data-v-1ef216db]{transition:transform .3s ease}.partners-section .contact-link:hover .arrow-icon[data-v-1ef216db]{transform:translate(.25rem)}@media (max-width: 48rem){.partners-section .contact-link[data-v-1ef216db]{font-size:.875rem}}.footer-section[data-v-998556b3]{background-color:#fff;color:#000;padding-bottom:3.75rem}@media (max-width: 48rem){.footer-section[data-v-998556b3]{padding-bottom:2.5rem}}.footer-section .separator[data-v-998556b3]{height:1px;background-color:#e5e7eb}.footer-section .footer-container[data-v-998556b3]{max-width:75rem;margin:0 auto;padding:3.75rem 1.25rem 0}@media (max-width: 48rem){.footer-section .footer-container[data-v-998556b3]{padding:2.5rem 1rem 0}}.footer-section .footer-content[data-v-998556b3]{display:flex;justify-content:space-between;align-items:flex-start;gap:2.5rem;max-width:75rem;margin:0 auto}@media (max-width: 48rem){.footer-section .footer-content[data-v-998556b3]{flex-direction:column;gap:2rem;text-align:center;max-width:none}}.footer-section .footer-left[data-v-998556b3]{flex:1;display:flex;justify-content:flex-start}@media (max-width: 48rem){.footer-section .footer-left[data-v-998556b3]{display:none}}.footer-section .footer-left .logo-section[data-v-998556b3]{display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-section .footer-left .logo-section .footer-logo[data-v-998556b3]{width:7.5rem;height:auto}.footer-section .footer-left .logo-section .copyright[data-v-998556b3]{margin-left:1.25rem;font-size:.875rem;color:#6b7280;font-weight:400}.footer-section .footer-bottom-mobile[data-v-998556b3]{border-top:1px solid #E5E7EB;margin-top:2rem;padding-top:1.5rem;display:none}@media (max-width: 48rem){.footer-section .footer-bottom-mobile[data-v-998556b3]{display:flex;justify-content:center}}.footer-section .footer-bottom-mobile .logo-section[data-v-998556b3]{display:flex;flex-direction:column;align-items:center;gap:.75rem}.footer-section .footer-bottom-mobile .logo-section .footer-logo[data-v-998556b3]{width:6.25rem;height:auto}.footer-section .footer-bottom-mobile .logo-section .copyright[data-v-998556b3]{font-size:.875rem;color:#6b7280;font-weight:400;text-align:center}.footer-section .footer-center[data-v-998556b3]{flex:1}@media (max-width: 48rem){.footer-section .footer-center[data-v-998556b3]{flex:none;width:100%;text-align:center}}.footer-section .footer-center .section-title[data-v-998556b3]{font-size:1rem;font-weight:600;color:#000;margin-bottom:1.5rem;margin-top:0}@media (max-width: 48rem){.footer-section .footer-center .section-title[data-v-998556b3]{margin-bottom:1rem;text-align:center}}.footer-section .footer-center .product-links[data-v-998556b3]{display:flex;flex-direction:column;gap:1rem}@media (max-width: 48rem){.footer-section .footer-center .product-links[data-v-998556b3]{gap:.75rem;align-items:center}}.footer-section .footer-center .product-link[data-v-998556b3]{display:flex;align-items:center;gap:.75rem;color:#000;text-decoration:none;font-size:.875rem;font-weight:400;transition:color .3s ease}.footer-section .footer-center .product-link[data-v-998556b3]:hover{color:#e91e63}.footer-section .footer-center .product-link .product-icon[data-v-998556b3]{width:1.25rem;height:1.25rem;flex-shrink:0}@media (max-width: 48rem){.footer-section .footer-center .product-link[data-v-998556b3]{justify-content:center}}.footer-section .footer-contact[data-v-998556b3]{flex:1}@media (max-width: 48rem){.footer-section .footer-contact[data-v-998556b3]{text-align:center;width:100%;display:flex;flex-direction:column;align-items:center;flex:none}}@media (max-width: 48rem){.footer-section .footer-contact .contact-section[data-v-998556b3]{text-align:center;margin-bottom:1rem}}.footer-section .footer-contact .contact-section .contact-text[data-v-998556b3]{font-size:.875rem;color:#6b7280;margin:0 0 .5rem}@media (max-width: 48rem){.footer-section .footer-contact .contact-section .contact-text[data-v-998556b3]{text-align:center}}.footer-section .footer-contact .contact-section .email-link[data-v-998556b3]{color:#000;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .3s ease}.footer-section .footer-contact .contact-section .email-link[data-v-998556b3]:hover{color:#e91e63}@media (max-width: 48rem){.footer-section .footer-contact .contact-section .email-link[data-v-998556b3]{display:block;text-align:center}}.footer-section .footer-contact .consultation-button[data-v-998556b3]{background-color:#1e39c1;color:#fff;border:none;border-radius:.25rem;margin-top:.75rem;padding:.8125rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start;box-shadow:0 .125rem .25rem #4f46e533}.footer-section .footer-contact .consultation-button[data-v-998556b3]:hover{background-color:#2e20cb;box-shadow:0 .25rem .5rem #4f46e54d;transform:translateY(-1px)}@media (max-width: 48rem){.footer-section .footer-contact .consultation-button[data-v-998556b3]{align-self:center;font-size:.875rem;padding:.75rem 1rem}}.footer-section .footer-right[data-v-998556b3]{flex:1;display:flex;flex-direction:column;gap:2rem}@media (max-width: 48rem){.footer-section .footer-right[data-v-998556b3]{align-items:center;flex:none;width:100%;text-align:center}}@media (max-width: 48rem){.footer-section .footer-right .social-section[data-v-998556b3]{text-align:center}}.footer-section .footer-right .social-section .social-title[data-v-998556b3]{font-size:.875rem;color:#6b7280;margin:0 0 1rem}@media (max-width: 48rem){.footer-section .footer-right .social-section .social-title[data-v-998556b3]{text-align:center}}.footer-section .footer-right .social-section .social-links[data-v-998556b3]{display:flex;gap:.75rem}@media (max-width: 48rem){.footer-section .footer-right .social-section .social-links[data-v-998556b3]{justify-content:center}}.footer-section .footer-right .social-section .social-links .social-link[data-v-998556b3]{display:block;width:2rem;height:2rem;transition:opacity .3s ease}.footer-section .footer-right .social-section .social-links .social-link[data-v-998556b3]:hover{opacity:.8}.footer-section .footer-right .social-section .social-links .social-link img[data-v-998556b3]{width:100%;height:100%;object-fit:contain;border-radius:.375rem}.home-view[data-v-6ec02284]{min-height:100vh;background-color:#101010}
