:root{--bg: #F5F6FA;--bg-2: #EDEFF6;--surface: #FFFFFF;--surface-2: #F5F6FA;--surface-3: #EDEFF6;--elevated: #FFFFFF;--text: #12141C;--text-soft: #5B6072;--text-muted: #9297A6;--text-dim: #B0B5C3;--accent: #2A4DFF;--accent-dim: #17237A;--accent-soft: rgba(42, 77, 255, .12);--accent-line: rgba(42, 77, 255, .28);--cyan: #5C79FF;--cyan-soft: rgba(92, 121, 255, .12);--violet: #5C79FF;--brass: #B8892F;--brass-soft: #F4E9D3;--danger: #E5484D;--warn: #D97706;--border: #E1E4EC;--border-strong: #D0D4DE;--grid-line: rgba(18, 20, 28, .045);--font-display: "Unbounded", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--r-sm: 8px;--r: 14px;--r-lg: 18px;--r-xl: 28px;--r-pill: 999px;--shadow: 0 18px 40px -24px rgba(18, 20, 28, .22);--shadow-lg: 0 30px 60px -30px rgba(18, 20, 28, .28);--glow-accent: 0 8px 20px -6px rgba(42, 77, 255, .45);--glow-cyan: 0 8px 20px -6px rgba(92, 121, 255, .35);--ease: cubic-bezier(.22, .61, .36, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--dur: .28s;--container: 1180px;--gutter: clamp(1.25rem, 4vw, 2rem);--header-h: 72px}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 20px);-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;line-height:1.08;letter-spacing:-.01em;color:var(--text)}h1{font-size:clamp(2.1rem,4.6vw,3.6rem);font-weight:800}h2{font-size:clamp(1.6rem,3.2vw,2.4rem)}h3{font-size:clamp(1.1rem,2vw,1.35rem);font-family:var(--font-body);font-weight:600}p{color:var(--text-soft)}::selection{background:var(--accent);color:#fff}:focus-visible{outline:2.5px solid var(--accent);outline-offset:3px;border-radius:4px}*{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:var(--radius-3);border:2px solid var(--bg)}.mono{font-family:var(--font-mono);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.accent{color:var(--accent)}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:clamp(3.5rem,8vw,5.5rem);position:relative}.section--tight{padding-block:clamp(2.5rem,5vw,4rem)}.section__head{max-width:640px;margin-bottom:clamp(2rem,4vw,3.25rem)}.section__head--center{margin-inline:auto;text-align:center}.section__eyebrow{display:inline-flex;align-items:center;gap:20px;font-family:var(--font-mono);font-size:12.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-weight:600;margin-bottom:14px}.section__eyebrow:before{content:"";width:7px;height:7px;border-radius:var(--radius-3);background:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.section__title{margin-bottom:1rem;font-weight:700;line-height:1.1}.section__lead{font-size:1rem;color:var(--text-soft);max-width:60ch;line-height:1.55}.section__head--center .section__lead{margin-inline:auto}.grid{display:grid;gap:1.25rem}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.grid--6{grid-template-columns:repeat(6,1fr)}@media(max-width:980px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}.grid--6{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}.grid--6{grid-template-columns:repeat(2,1fr)}}.rule{height:1px;background:var(--border);border:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-family:var(--font-body);font-weight:600;font-size:14.5px;padding:13px 24px;border:1.5px solid transparent;border-radius:var(--r-pill);transition:transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease),background var(--dur) var(--ease),color var(--dur) var(--ease),border-color var(--dur);white-space:nowrap}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--accent);color:#fff;box-shadow:var(--glow-accent)}.btn--primary:hover{box-shadow:0 12px 26px -6px #2a4dff8c;transform:translateY(-2px)}.btn--ghost{background:transparent;color:var(--text);border-color:var(--border)}.btn--ghost:hover{border-color:var(--accent);color:var(--accent)}.btn--lg{padding:1.05rem 1.9rem;font-size:1.02rem}.btn--block{width:100%}.header{position:sticky;top:0;z-index:100;height:var(--header-h);display:flex;align-items:center;background:#f5f6fac7;-webkit-backdrop-filter:blur(14px) saturate(160%);backdrop-filter:blur(14px) saturate(160%);border-bottom:1px solid var(--border);transition:background var(--dur),border-color var(--dur),backdrop-filter var(--dur)}.header.is-scrolled{background:#ffffffe6}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;min-height:var(--header-h)}.brand{display:inline-flex;align-items:center;gap:.65rem;font-family:var(--font-display);font-weight:700;font-size:1.05rem;letter-spacing:-.02em;flex-shrink:0;line-height:1.15}.brand>span:last-child{display:flex;flex-direction:column;justify-content:center;gap:.12rem}.brand__mark{width:15px;height:15px;display:inline-block;border-radius:var(--radius-3);border:3px solid var(--accent);background:transparent;box-shadow:none;position:relative;flex-shrink:0}.brand__mark i{display:none}.brand__mark:after{display:none}.brand__logo{display:block;height:48px;width:auto;max-width:min(220px,42vw);object-fit:contain;object-position:left center}.brand--image .brand__logo{height:52px;max-width:min(240px,48vw)}.brand__text{display:flex;flex-direction:column;justify-content:center;gap:.12rem;min-width:0}.brand small{display:block;font-family:var(--font-mono);font-size:.58rem;font-weight:400;letter-spacing:.14em;color:var(--text-muted);text-transform:uppercase;line-height:1.2}.nav{display:flex;align-items:center;justify-content:center;flex:1 1 auto;flex-wrap:nowrap;gap:.1rem;min-width:0}.nav a{display:inline-flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:500;line-height:1;white-space:nowrap;color:var(--text-soft);padding:.55rem .7rem;border-radius:var(--r-pill);transition:color var(--dur),background var(--dur)}.nav a:hover{color:var(--text);background:var(--surface-alt, var(--bg-2))}.header__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.header__phone{font-family:var(--font-mono);font-weight:500;font-size:.92rem;color:var(--text)}.header__phone:hover{color:var(--accent)}.nav-toggle{display:none;width:44px;height:44px;border:1px solid var(--border-strong);border-radius:12px;background:transparent;color:var(--text);font-size:1.1rem}@media(max-width:1100px){.nav a{padding:.5rem .55rem;font-size:.82rem}.header__phone{font-size:.85rem}}@media(max-width:980px){.nav,.header__phone{display:none}.nav-toggle{display:grid;place-items:center}.nav.is-open{display:flex;position:fixed;top:var(--header-h);left:0;right:0;bottom:auto;width:100%;height:calc(100dvh - var(--header-h));flex-direction:column;align-items:stretch;justify-content:flex-start;flex-wrap:nowrap;gap:.35rem;padding:1.25rem var(--gutter) 2rem;margin:0;background:#fff;border-top:1px solid var(--border);box-shadow:0 18px 40px -20px #12141c47;-webkit-backdrop-filter:none;backdrop-filter:none;overflow-y:auto;overscroll-behavior:contain;z-index:200}.nav.is-open a{font-size:1.1rem;line-height:1.3;padding:.95rem 1rem;justify-content:flex-start;white-space:normal;color:var(--text);border-radius:var(--r)}.nav.is-open a:hover,.nav.is-open a:active{background:var(--bg-2);color:var(--accent)}body.nav-open{overflow:hidden}body.nav-open .header{background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}}.hero{position:relative;padding:76px 0 40px;overflow:hidden}.hero__reticle{display:none}.hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}@media(max-width:920px){.hero__grid{grid-template-columns:1fr}}.hero__copy{position:relative;max-width:560px}.hero__badge{display:inline-flex;align-items:center;gap:20px;font-family:var(--font-mono);font-size:12.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-weight:600;padding:0;border:none;background:transparent;margin-bottom:18px}.hero__badge .dot{width:7px;height:7px;border-radius:var(--radius-3);background:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.hero h1{margin:0 0 22px;line-height:1.04}.hero h1 em,.hero h1 span{font-style:normal;color:var(--accent)}.hero__lead{font-size:17px;line-height:1.55;color:var(--text-soft);max-width:480px;margin-bottom:32px}.hero__cta{display:flex;flex-wrap:wrap;gap:20px;align-items:center;margin-bottom:38px}.hero__note{font-family:var(--font-mono);font-size:.8rem;color:var(--text-muted);width:100%}.hero__trust{display:flex;gap:20px;flex-wrap:wrap}.hero__trust-item{display:flex;flex-direction:column;gap:20px}.hero__trust-item .num{font-family:var(--font-mono);font-weight:600;font-size:20px;color:var(--text)}.hero__trust-item .lbl{font-size:12.5px;color:var(--text-muted)}.hero__visual{position:relative;aspect-ratio:4 / 3;max-width:560px;width:100%;margin:0 auto;border-radius:28px;overflow:hidden;cursor:none;opacity:1;transform:none}.hero__photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;display:block;background:transparent}.hero__lens{position:absolute;width:170px;height:170px;border-radius:var(--radius-3);border:4px solid #fff;box-shadow:0 0 0 2px var(--accent),0 20px 40px -10px #12141c66,inset 0 0 30px #2a4dff14;overflow:hidden;pointer-events:none;background:var(--surface);transform:translate(-1000px,-1000px)}.hero__lens-zoom{position:absolute;top:0;left:0;max-width:none;display:block}.hero__lens-handle{position:absolute;width:14px;height:70px;background:linear-gradient(#fff,#d7dbe6);border-radius:8px;transform-origin:top center;transform:translate(-1000px,-1000px) rotate(45deg);box-shadow:0 6px 14px -4px #12141c4d;pointer-events:none}.hero__visual-hint{position:absolute;bottom:14px;left:0;right:0;text-align:center;font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.55);pointer-events:none}@media(hover:none){.hero__lens,.hero__lens-handle,.hero__visual-hint{display:none}.hero__visual{cursor:default}}.hero__stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);margin-top:40px}.hero__stat{padding:26px 20px;text-align:center;border-left:1px solid var(--border)}.hero__stat:first-child{border-left:none}.hero__stat b{display:block;font-family:var(--font-mono);font-size:26px;font-weight:600;color:var(--accent)}.hero__stat b span{color:var(--accent)}.hero__stat span.label{font-size:13px;color:var(--text-soft);margin-top:4px;display:block}@media(max-width:700px){.hero__stats{grid-template-columns:repeat(2,1fr)}.hero__stat:nth-child(3){border-left:none}}.marquee{border-block:1px solid var(--border);padding-block:1.1rem;overflow:hidden;background:var(--surface)}.marquee__track{display:flex;gap:3rem;width:max-content;animation:marquee 32s linear infinite}.marquee__track span{font-family:var(--font-mono);font-size:.92rem;letter-spacing:.04em;color:var(--text-muted);display:inline-flex;align-items:center;gap:.7rem;white-space:nowrap}.marquee__track span:before{content:"◦";color:var(--accent)}@keyframes marquee{to{transform:translate(-50%)}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.6rem;position:relative;transition:transform var(--dur) var(--ease),border-color var(--dur),box-shadow var(--dur)}.card:hover{transform:translateY(-4px);border-color:var(--border-strong);box-shadow:var(--shadow)}.device{display:flex;flex-direction:column;gap:.9rem;align-items:flex-start;text-align:left}.device__icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;font-size:1.15rem;color:var(--brass);background:var(--brass-soft);border:none}.device h3{font-size:1.12rem}.device p{font-size:.9rem;color:var(--text-muted)}.device__list{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.2rem}.device__list li{font-family:var(--font-mono);font-size:.72rem;color:var(--text-soft);padding:.2rem .55rem;border:1px solid var(--border);border-radius:var(--r-pill)}.svc-toolbar{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.75rem}.svc-chip{font-family:var(--font-mono);font-size:.78rem;letter-spacing:.03em;color:var(--text-soft);padding:.45rem .95rem;border:1px solid var(--border-strong);border-radius:var(--r-pill);background:transparent;transition:all var(--dur)}.svc-chip:hover{color:var(--text);border-color:var(--accent-line)}.svc-chip.is-active{background:var(--accent);color:#fff;border-color:var(--accent)}.svc{display:flex;flex-direction:column;gap:.9rem;cursor:pointer}.svc__top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.svc__num{font-family:var(--font-mono);font-size:.72rem;color:var(--text-dim)}.svc h3{font-size:1.08rem;line-height:1.25}.svc p{font-size:.88rem;color:var(--text-muted)}.svc__foot{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.9rem;border-top:1px solid var(--border)}.svc__price{font-family:var(--font-mono);font-weight:500;color:var(--accent);font-size:.95rem}.svc__go{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--text-soft);transition:color var(--dur),gap var(--dur)}.svc:hover .svc__go{color:var(--accent);gap:.65rem}.process-panel{background:var(--accent-dim);color:#fff;border-radius:28px;padding:clamp(2.5rem,5vw,4rem) clamp(1.4rem,4vw,2.5rem)}.process-panel .section__head{margin-bottom:2.5rem}.process-panel .section__eyebrow{color:var(--cyan)}.process-panel .section__eyebrow:before{background:var(--cyan);box-shadow:0 0 0 4px #5c79ff40}.process-panel .section__title{color:#fff}.process-panel .section__lead{color:#b9c2f5}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.75rem 1.5rem;position:relative}.process-panel .steps{gap:0}@media(min-width:861px){.process-panel .steps{grid-template-columns:repeat(4,1fr)}.process-panel .steps:has(>:nth-child(3):last-child){grid-template-columns:repeat(3,1fr)}.process-panel .steps:before{content:"";position:absolute;top:26px;left:5%;right:5%;height:1px;background:#ffffff2e}}@media(max-width:860px){.steps{grid-template-columns:1fr}}.step{position:relative;padding-right:24px}.step__n{font-family:var(--font-mono);font-size:14px;font-weight:600;color:var(--cyan);background:var(--accent-soft);display:inline-block;position:relative;z-index:1;margin-bottom:18px;padding:.35rem .55rem;border-radius:8px}.process-panel .step__n{background:var(--accent-dim);padding:0;border-radius:0}.step__n:after{display:none}.step h3{font-size:17px;font-weight:600;font-family:var(--font-body);margin-bottom:8px;color:var(--text)}.step p{font-size:14px;color:var(--text-muted);line-height:1.5}.process-panel .step h3{color:#fff}.process-panel .step p{color:#aeb6de}.step__icon{color:var(--cyan);margin-right:.4rem}.page-section__intro{padding-block:2.5rem 1rem;max-width:52rem}.page-section__title{margin:.35rem 0 .75rem;font-family:var(--font-display);font-size:clamp(1.7rem,3.2vw,2.4rem);line-height:1.15;letter-spacing:-.02em}.page-section__lead{margin-bottom:.5rem}.page-section__body{padding-bottom:.5rem}.page-section__block{margin-bottom:2rem}.page-section__card-title{margin-bottom:.9rem;font-size:1.05rem}.page-section__footer{padding-block:2rem;text-align:center}.guarantee-stat__value{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;letter-spacing:-.03em;color:var(--accent);line-height:1;margin-bottom:.55rem}.guarantee-stat h3{font-size:1rem;margin-bottom:.45rem}.guarantee-stat p{font-size:.9rem;color:var(--text-muted);margin:0}.guarantee-list{list-style:none;display:grid;gap:.65rem;margin:0;padding:0}.guarantee-list li{display:grid;gap:.2rem;padding:.75rem .85rem;border-radius:var(--r);background:var(--surface-2);border:1px solid var(--border)}.guarantee-list strong{color:var(--text);font-size:.95rem}.guarantee-list span{color:var(--text-muted);font-size:.88rem;line-height:1.45}.adv{display:grid;grid-template-columns:1.5fr 1fr;gap:1.25rem}@media(max-width:900px){.adv{grid-template-columns:1fr}}.adv__feature{display:flex;gap:1rem;align-items:flex-start}.adv__feature i{color:var(--accent);font-size:1.1rem;margin-top:.2rem}.adv__feature h4{font-family:var(--font-display);font-size:1.02rem;margin-bottom:.25rem}.adv__feature p{font-size:.88rem;color:var(--text-muted)}.adv__panel{background:linear-gradient(160deg,var(--surface-2),var(--surface));border:1px solid var(--border-strong);border-radius:var(--r-lg);padding:1.8rem;display:flex;flex-direction:column;gap:1.2rem}.adv__big{font-family:var(--font-display);font-size:3.2rem;font-weight:700;letter-spacing:-.03em;color:var(--accent);line-height:1}.catalog-toolbar{margin-bottom:1.25rem}.catalog-search{width:100%;max-width:420px;padding:.75rem 1rem;border-radius:var(--r);border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit}.catalog-search:focus{outline:none;border-color:var(--accent-line);box-shadow:var(--glow-accent)}.adv__server-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.catalog{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:1rem}.part{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:1.1rem;display:flex;flex-direction:column;gap:.5rem;transition:border-color var(--dur),transform var(--dur)}.part:hover{border-color:var(--accent-line);transform:translateY(-3px)}.part__cat{font-family:var(--font-mono);font-size:.68rem;color:var(--cyan);text-transform:uppercase;letter-spacing:.06em}.part__name{font-size:.9rem;color:var(--text);line-height:1.35;flex:1}.part__price{font-family:var(--font-mono);color:var(--accent);font-size:.92rem}.review{display:flex;flex-direction:column;gap:1rem}.review__stars{color:var(--brass);letter-spacing:2px;font-size:.9rem}.review p{color:var(--text-soft);font-size:.95rem}.review__who{display:flex;align-items:center;gap:.75rem;margin-top:auto}.review__ava{width:40px;height:40px;border-radius:var(--radius-3);display:grid;place-items:center;background:var(--surface-3);color:var(--accent);font-family:var(--font-display);font-weight:600}.review__who b{font-size:.92rem}.review__who span{font-size:.78rem;color:var(--text-muted);font-family:var(--font-mono)}.faq{max-width:800px;margin-inline:auto}.faq__item{border-bottom:1px solid var(--border)}.faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;background:none;border:none;color:var(--text);font-family:var(--font-display);font-weight:500;font-size:1.05rem;padding:1.3rem 0}.faq__q i{color:var(--accent);transition:transform var(--dur);flex-shrink:0}.faq__item.is-open .faq__q i{transform:rotate(45deg)}.faq__a{max-height:0;overflow:hidden;transition:max-height var(--dur) var(--ease)}.faq__a p{padding-bottom:1.3rem;color:var(--text-muted);font-size:.94rem}.contact{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;background:var(--surface);border:1px solid var(--border);border-radius:28px;padding:0;overflow:hidden}@media(max-width:880px){.contact{grid-template-columns:1fr}}.contact__info{padding:clamp(2rem,4vw,3.25rem);background:var(--accent-dim);color:#fff;position:relative;overflow:hidden}.contact__info .section__eyebrow{color:var(--cyan)}.contact__info .section__eyebrow:before{background:var(--cyan);box-shadow:0 0 0 4px #5c79ff40}.contact__info h2{color:#fff;font-size:26px;margin-bottom:24px}.contact__info .section__lead{color:#c7ceef}.contact__form-wrap{padding:clamp(2rem,4vw,3.25rem)}.contact__points{list-style:none;margin-top:1.5rem;display:grid;gap:.75rem}.contact__info .contact__points li{display:flex;gap:.7rem;align-items:flex-start;color:#c7ceef;font-size:.95rem}.contact__info .contact__points i{color:var(--cyan);margin-top:2px}.contact__info .contact__points b{color:#fff;display:block;font-weight:600;font-size:15px;margin-bottom:2px}.adv__panel .contact__points li{display:flex;gap:.7rem;align-items:center;color:var(--text-soft);font-size:.95rem}.adv__panel .contact__points i{color:var(--accent)}.field{margin-bottom:1rem}.field label{display:block;font-family:var(--font-mono);font-size:.74rem;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.45rem}.field input,.field textarea{width:100%;background:var(--bg-2);border:1.5px solid var(--border);border-radius:11px;color:var(--text);font-family:inherit;font-size:14.5px;padding:13px 15px;transition:border-color var(--dur),background var(--dur)}.field input:focus,.field textarea:focus{outline:none;border-color:var(--accent);background:#fff;box-shadow:none}.field textarea{resize:vertical;min-height:92px}.form__status{margin:.4rem 0 .8rem;padding:.7rem .9rem;border-radius:var(--r-sm);font-size:.88rem}.form__status[hidden]{display:none}.form__status--pending{background:var(--surface-3);color:var(--text-soft)}.form__status--success{background:var(--accent-soft);color:var(--accent)}.form__status--error{background:#ff5d6c1f;color:var(--danger)}.form-captcha-slot{min-height:0;margin:.35rem 0 .75rem}.form-captcha-slot:not([hidden]){min-height:78px}.footer{border-top:1px solid var(--border);padding-block:clamp(2.5rem,5vw,4rem) 2rem;margin-top:2rem}.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem;margin-bottom:2.5rem}@media(max-width:760px){.footer__grid{grid-template-columns:1fr;gap:1.6rem}}.footer p{font-size:.9rem;color:var(--text-muted);max-width:38ch;margin-top:1rem}.footer h4{font-family:var(--font-mono);font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem;font-weight:400}.footer__links{list-style:none;display:grid;gap:.6rem}.footer__links a{font-size:.92rem;color:var(--text-soft)}.footer__links a:hover{color:var(--accent)}.footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding-top:1.6rem;border-top:1px solid var(--border);font-family:var(--font-mono);font-size:.78rem;color:var(--text-dim)}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:grid;place-items:center;padding:1.25rem}.modal[hidden]{display:none}.modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#12141c59;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;transition:opacity var(--dur)}.modal.is-open .modal__overlay{opacity:1}.modal__dialog{position:relative;width:min(440px,100%);max-height:calc(100dvh - 2.5rem);overflow-y:auto;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-xl);box-shadow:var(--shadow-lg);padding:clamp(1.5rem,4vw,2.25rem);transform:translateY(14px) scale(.98);opacity:0;transition:transform var(--dur) var(--ease-spring),opacity var(--dur)}.modal.is-open .modal__dialog{transform:none;opacity:1}.modal__close{position:absolute;top:1rem;right:1rem;width:38px;height:38px;display:grid;place-items:center;border-radius:var(--radius-3);border:1px solid var(--border);background:var(--surface-2);color:var(--text-muted);transition:all var(--dur)}.modal__close:hover{color:var(--accent);border-color:var(--accent-line);transform:rotate(90deg)}.modal__eyebrow{font-family:var(--font-mono);font-size:.74rem;letter-spacing:.06em;text-transform:uppercase;color:var(--accent)}.modal h3{margin:.5rem 0 .4rem}.modal__sub{font-size:.9rem;color:var(--text-muted);margin-bottom:1.3rem}.modal__chip{display:flex;flex-direction:column;gap:.2rem;padding:.8rem 1rem;margin-bottom:1.2rem;border:1px solid var(--accent-line);border-radius:var(--r);background:var(--accent-soft)}.modal__chip[hidden]{display:none}.modal__chip span{font-family:var(--font-mono);font-size:.68rem;text-transform:uppercase;color:var(--text-muted)}.modal__chip b{color:var(--text);font-size:.98rem}body.modal-open{overflow:hidden}.section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.shop-hero{padding:5rem 0 2rem;border-bottom:1px solid var(--border);background:linear-gradient(180deg,var(--surface) 0%,var(--bg) 100%)}.shop-hero h1{font-size:clamp(2rem,4vw,2.8rem);margin-top:.5rem}.shop-hero p{color:var(--text-soft);max-width:52ch;margin-top:.6rem}.shop-layout{display:grid;grid-template-columns:260px 1fr;gap:2rem;align-items:start}.shop-sidebar{position:sticky;top:calc(var(--header-h) + 1rem);display:flex;flex-direction:column;gap:1.25rem}.shop-filter h4{font-size:.9rem;margin-bottom:.65rem;color:var(--text-soft)}.shop-search{display:flex;align-items:center;gap:.6rem;padding:.7rem 1rem;border-radius:var(--r);border:1px solid var(--border);background:var(--surface)}.shop-search i{color:var(--text-muted)}.shop-search input{flex:1;border:none;outline:none;background:transparent;color:var(--text);font:inherit}.shop-search--wide{max-width:480px}.shop-chips{display:flex;flex-wrap:wrap;gap:.45rem}.shop-chip{padding:.45rem .85rem;border-radius:var(--r-pill);border:1px solid var(--border);background:var(--surface);color:var(--text-soft);font:inherit;font-size:.85rem;cursor:pointer;transition:border-color var(--dur),color var(--dur),background var(--dur)}.shop-chip:hover{border-color:var(--accent-line);color:var(--text)}.shop-chip.is-active{background:var(--accent);border-color:var(--accent);color:#fff}.shop-count{font-family:var(--font-mono);font-size:.82rem;color:var(--text-muted);margin-bottom:1rem}.shop-empty{padding:2rem;text-align:center;color:var(--text-muted);border:1px dashed var(--border);border-radius:var(--r)}.shop-toolbar{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.1rem}.product-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;transition:transform var(--dur) var(--ease),border-color var(--dur),box-shadow var(--dur);cursor:pointer}.product-card:hover{transform:translateY(-4px);border-color:var(--accent-line);box-shadow:var(--glow-accent)}.product-card__media{position:relative;aspect-ratio:4/3;background:var(--surface-2);display:grid;place-items:center;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__ph{font-size:2.2rem;color:var(--cyan);opacity:.55}.product-card__brand{position:absolute;top:10px;left:10px;padding:.28rem .65rem;border-radius:var(--r-pill);background:#fffffff0;color:var(--text);border:1px solid var(--border);box-shadow:0 6px 16px -10px #12141c40;font-size:.7rem;font-weight:600}.product-card__body{padding:1rem;display:flex;flex-direction:column;gap:.45rem;flex:1}.product-card__cat{font-family:var(--font-mono);font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:var(--cyan)}.product-card__name{font-size:.95rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card__foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding-top:.5rem}.product-card__price{font-family:var(--font-mono);font-weight:700;color:var(--accent)}.product-card--compact .product-card__foot .btn{padding:.45rem .75rem;font-size:.8rem}.service-list{display:flex;flex-direction:column;gap:.65rem}.service-row{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:1rem;padding:1rem 1.15rem;border-radius:var(--r);border:1px solid var(--border);background:var(--surface);transition:border-color var(--dur),transform var(--dur);cursor:pointer}.service-row:hover{border-color:var(--accent-line);transform:translate(4px)}.service-row__icon{width:42px;height:42px;border-radius:var(--r-sm);display:grid;place-items:center;background:var(--accent-soft);color:var(--accent)}.service-row__info h3{font-size:.98rem}.service-row__info p{font-size:.88rem;color:var(--text-muted);margin-top:.15rem}.service-row__num{font-family:var(--font-mono);font-size:.8rem;color:var(--text-dim)}.service-row__price{font-family:var(--font-mono);font-weight:700;color:var(--accent);white-space:nowrap}.shop-slider-section .section__head{margin-bottom:1.25rem}.shop-slider{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:.5rem;align-items:center}.shop-slider__track-wrap{overflow:hidden}.shop-slider__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:.25rem}.shop-slider__track::-webkit-scrollbar{display:none}.shop-slider__slide{flex:0 0 min(260px,78vw);scroll-snap-align:start}.shop-slider__nav{width:40px;height:40px;border-radius:var(--radius-3);border:1px solid var(--border);background:var(--surface);color:var(--text-soft);cursor:pointer;display:grid;place-items:center;transition:border-color var(--dur),color var(--dur)}.shop-slider__nav:hover{border-color:var(--accent-line);color:var(--accent)}.nav a.is-active{color:var(--accent);background:var(--accent-soft)}.product-card__stock{position:absolute;bottom:10px;left:10px;padding:.3rem .65rem;border-radius:var(--r-pill);font-family:var(--font-mono);font-size:.68rem;font-weight:600;background:#fffffff0;border:1px solid var(--border);box-shadow:0 6px 16px -10px #12141c40;color:var(--text-soft)}.product-card__stock.is-available{color:var(--accent);background:#eef1ff;border-color:var(--accent-line)}.product-card__stock.is-out{color:var(--danger);background:#fff1f2;border-color:#e5484d47}.product-card--out{opacity:.82}.product-card--out .product-card__media img{filter:grayscale(.35)}.modal__dialog--product{width:min(960px,100%);padding:0;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-lg)}.modal__close--product{top:.85rem;right:.85rem;z-index:3;background:#fffffff0;border:1px solid var(--border);color:var(--text-soft)}.product-modal__layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);gap:0;min-height:min(520px,88vh)}.product-modal__visual{position:relative;min-height:320px;background:linear-gradient(145deg,#fff,var(--bg-2))}.product-modal__media-glow{position:absolute;inset:20% 10% auto;height:45%;background:radial-gradient(circle,rgba(42,77,255,.14),transparent 68%);pointer-events:none;filter:blur(18px)}.product-modal__media{position:relative;z-index:1;min-height:320px;height:100%;display:grid;place-items:center;overflow:hidden}.product-modal__media img{width:100%;height:100%;object-fit:cover;min-height:320px}.product-modal__ph{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:var(--text-muted);padding:2rem;text-align:center}.product-modal__ph i{font-size:3.25rem;color:var(--cyan);opacity:.55}.product-modal__body{padding:1.85rem 1.85rem 1.55rem;display:flex;flex-direction:column;gap:.7rem;background:var(--surface)}.product-modal__head{display:flex;flex-direction:column;gap:.35rem}.product-modal__head h3{font-size:1.35rem;line-height:1.25;margin:0}.product-modal__brand{color:var(--text-muted);font-size:.92rem;margin:0}.product-modal__meta{display:flex;flex-wrap:wrap;gap:.45rem}.product-modal__chip{display:inline-flex;align-items:center;gap:.35rem;padding:.38rem .62rem;border-radius:var(--r-pill);border:1px solid var(--border);background:var(--surface-2);font-size:.76rem;color:var(--text-soft)}.product-modal__chip i{color:var(--cyan);font-size:.72rem}.product-modal__chip-label{color:var(--text-muted)}.product-modal__chip-value{font-weight:600;color:var(--text)}.product-modal__price-card{margin-top:.15rem;padding:.9rem 1rem;border-radius:var(--r);border:1px solid var(--accent-line);background:linear-gradient(135deg,#eef1ff,#f7f8fc)}.product-modal__price-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.product-modal__price{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:var(--accent);line-height:1.1}.product-modal__price-note{margin:.45rem 0 0;font-size:.78rem;color:var(--text-muted)}.product-modal__stock{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--font-mono);font-size:.78rem;padding:.38rem .72rem;border-radius:var(--r-pill);border:1px solid var(--border);color:var(--text-soft)}.product-modal__stock.is-available{color:var(--accent);border-color:var(--accent-line);background:var(--accent-soft)}.product-modal__stock.is-out{color:var(--danger);border-color:#e5484d47;background:#fff1f2}.product-modal__section-title{margin:0;font-size:.78rem;font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.product-modal__desc{color:var(--text-soft);font-size:.95rem;line-height:1.55;margin:.35rem 0 0}.product-modal__sku{display:flex;align-items:center;gap:.45rem;font-size:.78rem;color:var(--text-muted);margin:0}.product-modal__sku i{color:var(--cyan)}.product-modal__actions{display:flex;flex-direction:column;gap:.65rem;margin-top:.5rem}.product-modal__phone{justify-content:center}.modal--product .modal__overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:900px){.product-modal__layout{grid-template-columns:1fr}.product-modal__media,.product-modal__media img{min-height:220px}.shop-layout{grid-template-columns:1fr}.shop-sidebar{position:static}.service-row{grid-template-columns:1fr auto}.service-row__icon,.shop-slider__nav{display:none}.shop-slider{grid-template-columns:1fr}}.loyalty-promo{padding-block:48px}.loyalty-promo__grid{display:grid;gap:var(--space-1);grid-template-columns:1fr}@media(min-width:900px){.loyalty-promo__grid{grid-template-columns:1fr 1fr}}.loyalty-card{background:linear-gradient(160deg,#0f172a0a,#0e749014);border:1px solid rgba(15,23,42,.08);padding:28px 24px}.loyalty-card h2{margin:8px 0 12px;font-size:clamp(1.35rem,2vw,1.75rem)}.loyalty-card--luck{background:linear-gradient(160deg,#0e74901f,#eab3081a)}.loyalty-promo__note{margin-top:20px;font-size:.95rem;opacity:.85}.luck-result{margin:0 0 12px;padding:12px 14px;background:#0f172a0f;font-weight:600}.luck-result code{font-size:1.05em;letter-spacing:.04em}
