.za-header[data-v-f74ef421]{border-bottom:1px solid var(--line);position:sticky;top:0;background:var(--bg);z-index:50}.za-header__inner[data-v-f74ef421]{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:80px}.za-brand[data-v-f74ef421]{display:flex;align-items:center;gap:10px}.za-brand__logo[data-v-f74ef421]{height:36px;width:auto}.za-brand__name[data-v-f74ef421]{font-family:var(--display);font-weight:700;color:var(--white);font-size:1.35rem}.za-nav[data-v-f74ef421]{display:flex;gap:28px}.za-nav a[data-v-f74ef421]{font-size:14px;font-weight:500;color:var(--white);transition:color .2s}.za-nav a[data-v-f74ef421]:hover,.za-nav a.router-link-active[data-v-f74ef421]{color:var(--accent)}.za-header__tools[data-v-f74ef421]{display:flex;align-items:center;gap:14px}.za-header__icon[data-v-f74ef421],.za-header__cart[data-v-f74ef421]{position:relative;display:inline-flex;color:var(--white)}.za-header__badge[data-v-f74ef421]{position:absolute;top:-8px;right:-10px;min-width:18px;height:18px;padding:0 4px;border-radius:50%;background:var(--accent);color:#fff;font-size:11px;display:inline-flex;align-items:center;justify-content:center}.za-header__auth[data-v-f74ef421]{border:0;background:none;color:var(--muted);cursor:pointer;font-size:13px;padding:0}.za-header__auth[data-v-f74ef421]:hover{color:var(--accent)}.za-burger[data-v-f74ef421]{display:none;background:none;border:0;color:var(--white);font-size:1.4rem;cursor:pointer}@media(max-width:991px){.za-nav[data-v-f74ef421]{display:none;position:absolute;top:80px;left:0;right:0;background:var(--bg);flex-direction:column;padding:18px 20px;border-bottom:1px solid var(--line);gap:14px}.za-nav.open[data-v-f74ef421]{display:flex}.za-burger[data-v-f74ef421]{display:block}.za-header__buy[data-v-f74ef421]{display:none}}.za-footer[data-v-54cd26ef]{background:var(--footer-bg);color:#fff;margin-top:90px;padding:100px 0 0}.za-footer__grid[data-v-54cd26ef]{display:grid;grid-template-columns:1.3fr .8fr 1fr 1.1fr;gap:36px}.za-brand[data-v-54cd26ef]{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px}.za-brand__logo[data-v-54cd26ef]{height:32px;width:auto}.za-brand__name[data-v-54cd26ef]{font-family:var(--display);font-weight:700;color:#fff;font-size:1.25rem}.za-footer h4[data-v-54cd26ef]{color:#fff;font-size:18px;margin-bottom:18px}.za-footer__mission[data-v-54cd26ef],.za-footer__legal[data-v-54cd26ef]{color:var(--footer-muted);font-size:14px;line-height:1.8;margin:0 0 12px}.za-footer nav[data-v-54cd26ef]{display:flex;flex-direction:column;gap:10px}.za-footer nav a[data-v-54cd26ef]{color:var(--footer-muted);font-size:14px;transition:color .2s}.za-footer nav a[data-v-54cd26ef]:hover{color:#fff}.za-footer__gallery[data-v-54cd26ef]{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.za-footer__gallery img[data-v-54cd26ef]{width:100%;aspect-ratio:1;object-fit:cover}.za-footer__contact li[data-v-54cd26ef]{margin-bottom:16px}.za-footer__contact span[data-v-54cd26ef]{display:block;color:#fff;font-weight:600;font-size:14px;margin-bottom:4px}.za-footer__contact p[data-v-54cd26ef]{margin:0;color:var(--footer-muted);font-size:13px;line-height:1.6}.za-footer__legal-nav[data-v-54cd26ef]{margin-top:18px;gap:8px}.za-footer__bar[data-v-54cd26ef]{margin-top:40px;padding:22px 15px;border-top:1px solid rgba(255,255,255,.08);text-align:center;font-size:13px;color:var(--footer-muted)}@media(max-width:991px){.za-footer[data-v-54cd26ef]{padding-top:80px}.za-footer__grid[data-v-54cd26ef]{grid-template-columns:1fr 1fr}}@media(max-width:575px){.za-footer__grid[data-v-54cd26ef]{grid-template-columns:1fr}}:root{--bg: #ffffff;--primary: #8894ff;--accent: #384aeb;--white: #222222;--light: #555555;--muted: #777777;--line: rgba(0, 0, 0, .08);--field: #f1f6f7;--surface: #f1f6f7;--hero-blue: #c8e0f4;--hero-stripe: #384aeb;--footer-bg: #002347;--footer-muted: #7b838a;--display: "Roboto", system-ui, sans-serif;--body: "Roboto", system-ui, sans-serif;--radius: 50px;--radius-sm: 6px;--radius-md: 10px;--container: 1140px;--section-gap: 100px;--shadow-soft: 0 10px 30px rgba(0, 0, 0, .08)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--body);background:var(--bg);color:var(--light);line-height:1.7;font-size:15px;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--display);color:var(--white);margin:0;line-height:1.2;font-weight:700}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}ul{margin:0;padding:0;list-style:none}.za-container{max-width:var(--container);margin:0 auto;padding:0 15px}.za-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 32px;border-radius:var(--radius);border:0;cursor:pointer;background:var(--accent);color:#fff;font-weight:500;font-family:var(--display);font-size:14px;transition:background .2s ease,color .2s ease,border-color .2s ease}.za-btn:hover{background:var(--primary)}.za-btn:disabled{opacity:.55;cursor:not-allowed}.za-btn--ghost{background:transparent;border:1px solid var(--accent);color:var(--accent)}.za-btn--ghost:hover{background:var(--accent);color:#fff}.za-btn--outline-light{background:transparent;border:1px solid #fff;color:#fff}.za-btn--sm{padding:8px 18px;font-size:13px}.za-section{padding:var(--section-gap) 0}.za-section--sm{padding:70px 0}.za-section-title{margin-bottom:50px}.za-section-title__eyebrow{display:block;color:var(--muted);font-size:14px;margin-bottom:8px}.za-section-title__heading{font-size:36px;font-weight:700;position:relative;display:inline-block;padding-bottom:12px}.za-section-title__heading:after{content:"";position:absolute;left:0;bottom:0;width:60px;height:2px;background:var(--accent)}.za-feedback{margin-top:16px;padding:14px 18px;border-radius:var(--radius-sm);background:#e8f5e9;color:#1b5e20;font-size:14px}.za-feedback--error{background:#ffebee;color:#b71c1c}.fade-enter-active,.fade-leave-active{transition:opacity .18s ease}.fade-enter-from,.fade-leave-to{opacity:0}@media(max-width:991px){:root{--section-gap: 70px}.za-section-title__heading{font-size:28px}}@media(max-width:575px){:root{--section-gap: 50px}.za-section-title{margin-bottom:30px}.za-section-title__heading{font-size:24px}}
