:root{--bg:#fff;--text:#111827;--muted:#4b5563;--muted-2:#9ca3af;--soft:#f9fafb;--line:#e5e7eb;--brand:#5b59e8;--brand-dark:#4b49c4;--accent-blue:#4a8bfa;--footer:#111827;--radius:12px;--shadow:0 20px 40px rgba(17,24,39,.08)}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{background:#fff;background:var(--bg);color:#111827;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}a{color:inherit;-webkit-text-decoration:none;text-decoration:none}img{display:block;max-width:100%}button,input{font:inherit}button{cursor:pointer}.container{margin:0 auto;padding:0 120px;width:min(100%,1440px)}.section{padding:80px 0}.section.slim{padding-bottom:40px;padding-top:40px}.section.muted{background:#f9fafb}.section-title{font-size:32px;font-weight:700;line-height:1.2;margin:0 0 24px;text-align:center}.section-title.compact{font-size:24px;margin-bottom:40px}.section-subtitle{color:#4b5563;color:var(--muted);font-size:16px;margin:0 auto 40px;max-width:680px;text-align:center}.section-subtitle.wide{max-width:920px}.site-header{backdrop-filter:blur(10px);background:hsla(0,0%,100%,.95);border-bottom:1px solid #f3f4f6;box-shadow:0 2px 12px rgba(17,24,39,.04);position:sticky;top:0;z-index:50}.header-inner{align-items:center;display:flex;height:80px;justify-content:space-between}.brand-logo{height:36px;-o-object-fit:contain;object-fit:contain;width:156px}.main-nav{display:flex;font-weight:500;gap:32px}.main-nav a{transition:color .2s ease}.main-nav .is-active,.main-nav a:hover{color:#5b59e8;color:var(--brand)}.header-actions{align-items:center;display:flex;gap:16px}.lang-switch-pill{align-items:center;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--line);border-radius:999px;color:#4b5563;color:var(--muted);cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;height:40px;padding:0 14px 0 12px;transition:border-color .2s ease,color .2s ease}.lang-switch-pill:hover{border-color:#5b59e8;border-color:var(--brand);color:#5b59e8;color:var(--brand)}.lang-globe{color:#5b59e8;color:var(--brand);flex-shrink:0}.lang-chevron{flex-shrink:0;opacity:.55}.mobile-lang-toggle{background:#f9fafb;border:1px solid #e5e7eb;border:1px solid var(--line);border-radius:12px;border-radius:var(--radius);color:#111827;color:var(--text);cursor:pointer;display:block;font-weight:500;margin:8px 4px 0;padding:14px 16px;text-align:center;width:calc(100% - 8px)}.mobile-lang-toggle:hover{border-color:#5b59e8;border-color:var(--brand);color:#5b59e8;color:var(--brand)}.primary-btn{align-items:center;background:#5b59e8;background:var(--brand);border:0;border-radius:12px;border-radius:var(--radius);color:#fff;display:inline-flex;font-weight:500;height:48px;justify-content:center;min-width:160px;transition:all .2s ease}.primary-btn.small{font-size:14px;height:40px;min-width:120px}.outline-btn{align-items:center;background:#fff;border:1px solid #5b59e8;border:1px solid var(--brand);border-radius:12px;border-radius:var(--radius);color:#5b59e8;color:var(--brand);display:inline-flex;height:40px;justify-content:center;min-width:160px;transition:all .2s ease}.outline-btn.small{height:36px;min-width:120px}.outline-btn:hover{background:#5b59e8;background:var(--brand);color:#fff}.site-footer{background:#111827;background:var(--footer);color:#fff;padding:48px 0}.footer-grid{align-items:flex-start;display:flex;gap:40px}.footer-grid>div{flex:1}.footer-brand{font-size:24px;font-weight:700;margin-bottom:16px}.footer-logo{display:block;height:36px;margin-bottom:16px;max-width:180px;-o-object-fit:contain;object-fit:contain;width:auto}.footer-copy{color:#9ca3af;color:var(--muted-2);font-size:14px;margin-bottom:24px}.social-icon{align-items:center;background:hsla(0,0%,100%,.08);border-radius:8px;color:hsla(0,0%,100%,.75);display:flex;height:36px;justify-content:center;line-height:0;transition:all .25s ease;width:36px}.social-icon svg{display:block}.social-icon:hover{background:#5b59e8;background:var(--brand);color:#fff;transform:translateY(-2px)}.footer-grid h4{color:#fff;font-size:16px;margin:0 0 16px}.footer-grid a{color:#9ca3af;color:var(--muted-2);display:block;font-size:14px;margin-bottom:12px;transition:color .2s ease}.footer-grid a:hover{color:#fff}.newsletter-input{background:#374151;border:0;border-radius:12px;border-radius:var(--radius);color:#fff;height:40px;margin-bottom:16px;padding:0 12px;width:100%}.newsletter-input::-moz-placeholder{color:#9ca3af;color:var(--muted-2)}.newsletter-input::placeholder{color:#9ca3af;color:var(--muted-2)}.footer-btn{min-width:80px;width:80px}@keyframes fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.anim-fade-up{animation:fade-up .6s ease-out both}.anim-fade-up.delay-100{animation-delay:.1s}.mobile-menu-btn{align-items:center;background:transparent;border:0;cursor:pointer;display:none;flex-direction:column;gap:5px;height:36px;justify-content:center;padding:6px;width:36px}.mobile-menu-btn span{background:#111827;background:var(--text);border-radius:2px;display:block;height:2px;transform-origin:center;transition:all .3s ease;width:22px}.mobile-menu-btn.menu-open span:first-child{transform:translateY(7px) rotate(45deg)}.mobile-menu-btn.menu-open span:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-btn.menu-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav-overlay{background:rgba(0,0,0,.4);bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.mobile-nav{-webkit-overflow-scrolling:touch;background:#fff;box-shadow:-8px 0 24px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:4px;height:100%;height:100dvh;overflow-y:auto;padding:80px 24px 32px;position:fixed;right:0;top:0;width:280px;z-index:1001}.mobile-nav a{border-radius:12px;border-radius:var(--radius);color:#111827;color:var(--text);display:block;font-size:16px;font-weight:500;padding:14px 16px;transition:all .2s ease}.mobile-nav a.is-active,.mobile-nav a:hover{background:#f3f4f6;color:#5b59e8;color:var(--brand)}.mobile-nav-divider{background:#e5e7eb;height:1px;margin:12px 0}.mobile-nav-lang{display:flex;gap:8px;padding:8px 16px}.mobile-nav-lang button{background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:#4b5563;color:var(--muted);cursor:pointer;flex:1;font-weight:500;height:40px;transition:all .2s}.mobile-nav-lang button.active{background:#5b59e8;background:var(--brand);border-color:#5b59e8;border-color:var(--brand);color:#fff}.mobile-nav-cta{background:#5b59e8;background:var(--brand);border-radius:12px;border-radius:var(--radius);color:#fff!important;display:block;font-weight:600;margin-top:8px;padding:14px 16px;text-align:center}.mobile-nav-cta:hover{background:#4b49c4!important;background:var(--brand-dark)!important;color:#fff!important}.mobile-nav-fade-enter-active,.mobile-nav-fade-leave-active{transition:opacity .25s ease}.mobile-nav-fade-enter-active .mobile-nav,.mobile-nav-fade-leave-active .mobile-nav{transition:transform .25s ease}.mobile-nav-fade-enter,.mobile-nav-fade-leave-to{opacity:0}.mobile-nav-fade-enter .mobile-nav,.mobile-nav-fade-leave-to .mobile-nav{transform:translateX(100%)}@media (max-width:1100px){.container{padding:0 24px}.section{padding-top:24px}.main-nav{display:none}.mobile-menu-btn{display:flex}.footer-grid{grid-column-gap:20px;grid-row-gap:0;-moz-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:1fr 1fr;row-gap:0}.footer-grid>div:first-child{border-bottom:1px solid hsla(0,0%,100%,.08);grid-column:1/-1;margin-bottom:16px;padding-bottom:20px}.footer-grid>div:not(:first-child){padding:16px 0}.footer-grid>div:nth-child(2),.footer-grid>div:nth-child(3){padding-bottom:8px;padding-top:0}.footer-grid>div:nth-child(3){border-left:1px solid hsla(0,0%,100%,.08);box-sizing:border-box;padding-left:20px}.footer-grid>div:nth-child(2){padding-right:12px}.footer-grid>div:nth-child(4){border-top:1px solid hsla(0,0%,100%,.08);grid-column:1/-1;margin-top:8px;padding-top:16px}}@media (max-width:768px){.header-inner{gap:8px}.header-shop-btn,.lang-switch{display:none}.site-footer{padding:28px 0}.footer-grid{grid-column-gap:12px;grid-row-gap:0;-moz-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:1fr 1fr;row-gap:0}.footer-grid>div{padding:16px 0;text-align:center}.footer-grid>div:first-child{border-bottom:1px solid hsla(0,0%,100%,.08);grid-column:1/-1;margin-bottom:4px;padding-bottom:20px;padding-top:0}.footer-grid>div:nth-child(2),.footer-grid>div:nth-child(3){min-width:0;padding:8px 4px 12px}.footer-grid>div:nth-child(3){border-left:1px solid hsla(0,0%,100%,.08);box-sizing:border-box}.footer-grid>div:nth-child(4){border-top:1px solid hsla(0,0%,100%,.06);grid-column:1/-1;margin-top:4px;padding-bottom:0;padding-top:16px}.footer-brand{font-size:20px;margin-bottom:8px}.footer-copy{font-size:13px;margin-bottom:12px}.footer-grid h4{font-size:14px;margin:0 0 10px}.footer-grid a{font-size:13px;margin-bottom:6px}.newsletter-input{margin:0 auto 10px}.footer-btn,.newsletter-input{height:34px;max-width:240px}.newsletter-input{margin-left:auto;margin-right:auto;max-width:280px}.footer-btn{max-width:280px;width:100%}.section-title{font-size:28px}.section-title.compact{font-size:22px}}.header-shop-btn[data-v-57e71b6d]:hover{background:#7a78f9;color:#fff}