.site-header{position:sticky;top:0;z-index:40;background:rgba(11,11,15,.4);backdrop-filter:blur(18px);border-bottom:1px solid transparent;transition:.3s}
.site-header.scrolled{background:rgba(11,11,15,.82);border-color:var(--border)}
.site-notice{padding:.55rem 1rem;text-align:center;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:linear-gradient(90deg,var(--accent),color-mix(in srgb,var(--accent-2) 55%, #fff 0%))}
.brand{font-size:1.35rem;font-weight:800;letter-spacing:-.04em}
.brand span{color:var(--accent-2)}
.brand-logo-image{display:block;max-height:44px;width:auto}
.brand-logo-image--mobile{max-height:36px}
.nav-link{color:var(--text-muted);font-weight:600}
.nav-link:hover{color:#fff}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:var(--button-padding-y,.95rem) var(--button-padding-x,1.35rem);border-radius:999px;border:1px solid var(--border);transition:.25s;font-weight:700;color:#fff}
.btn-primary{background:linear-gradient(135deg,var(--accent),#6744ff);box-shadow:0 0 0 1px rgba(255,255,255,.04),0 18px 40px var(--glow)}
.btn-primary:hover{transform:translateY(-1px);box-shadow:0 24px 52px rgba(124,92,255,.45)}
.btn-secondary{background:rgba(255,255,255,.02);color:#fff}
.btn-secondary:hover{background:var(--surface-hover)}
.btn-icon{padding:.95rem 1.15rem}
.btn-icon-heart{background:rgba(255,255,255,.03);color:#fff}
.btn-icon-heart__icon{font-size:1.15rem;line-height:1}
.btn-icon-heart.is-active{border-color:rgba(124,92,255,.4);background:rgba(124,92,255,.14);color:#fff}
.theme-button-rounded .btn{border-radius:18px}
.theme-button-sharp .btn{border-radius:10px}
.burger{display:none;background:none;border:none;padding:0;flex-direction:column;gap:5px}
.burger span{display:block;width:24px;height:2px;background:#fff}
[hidden],.hidden{display:none!important}
.hero-visual{position:relative;min-height:var(--hero-visual-min-height,460px);border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));overflow:hidden;display:grid;place-items:center}
.hero-visual img{width:min(88%,520px)}
.orb{position:absolute;border-radius:999px;filter:blur(44px)}
.orb-a{width:220px;height:220px;background:var(--glow);top:12%;left:12%}
.orb-b{width:180px;height:180px;background:rgba(70,214,255,.2);bottom:14%;right:14%}
.mini-benefits{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}
.mini-benefits li{padding:.65rem .9rem;border-radius:999px;border:1px solid var(--border);background:rgba(255,255,255,.02)}
.mini-benefits li::before{content:"✔";margin-right:.55rem;color:#7df0a7}
.scroll-indicator{display:flex;justify-content:center;font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted)}
.product-card,.review-card,.stat-card,.info-card,.step-card,.benefit-card,.form-card,.legal-card,.cta-box,.gallery-item,.faq-item,.admin-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}
.product-card:hover,.gallery-item:hover,.benefit-card:hover,.step-card:hover{background:var(--surface-hover)}
.product-card__body,.review-card,.info-card,.step-card,.benefit-card,.form-card,.legal-card,.admin-card{padding:1.35rem}
.product-card img,.gallery-item img{border-top-left-radius:calc(var(--radius) - 2px);border-top-right-radius:calc(var(--radius) - 2px);aspect-ratio:1/1;object-fit:cover;width:100%}
.product-card{overflow:hidden}
.product-card__body{display:grid;gap:.8rem;text-align:center;justify-items:center}
.product-card__body h3{margin:0;font-size:1.05rem}
.product-card__price{font-size:1.08rem;color:#fff}
.product-card__button{width:100%;justify-content:center}
.product-card__meta{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.25rem}
.theme-card-soft .product-card{background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
.theme-card-soft .product-card__body{padding:1.5rem 1.4rem 1.35rem}
.theme-card-outlined .product-card{background:transparent;border-color:rgba(255,255,255,.18)}
.theme-card-outlined .product-card:hover{background:rgba(255,255,255,.03)}
.theme-card-minimal .product-card{border-radius:24px}
.theme-button-rounded .btn-primary{box-shadow:0 14px 28px rgba(124,92,255,.25)}
.theme-button-sharp .btn-primary{background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 70%,#000 30%))}
.cta-box{padding:2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;background:linear-gradient(135deg,rgba(124,92,255,.15),rgba(70,214,255,.08))}
.faq-trigger{width:100%;background:none;border:none;color:inherit;padding:1.25rem 1.25rem;display:flex;align-items:center;justify-content:space-between;text-align:left}
.faq-content{padding:0 1.25rem 1.25rem;display:none}
.faq-item.open .faq-content{display:block}
.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.gallery-item{padding:0;overflow:hidden;text-align:center}
.gallery-item span{display:block;padding:1rem}
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.82);display:grid;place-items:center;z-index:80}
.lightbox figure{max-width:min(92vw,960px)}
.lightbox img{max-height:78vh;border-radius:24px}
.lightbox-close,.lightbox-nav{position:absolute;background:rgba(255,255,255,.08);border:1px solid var(--border);color:#fff;border-radius:999px;width:48px;height:48px}
.lightbox-close{top:1.5rem;right:1.5rem}
.lightbox-nav.prev{left:1rem}
.lightbox-nav.next{right:1rem}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:.5rem;color:var(--text-muted);font-size:.92rem;margin:2rem 0}
.site-footer{padding:4rem 0 5rem;border-top:1px solid var(--border);margin-top:4rem}
.site-footer h3,.site-footer h4{margin-bottom:1rem}
.site-footer a{display:block;color:var(--text-muted);margin-bottom:.65rem}
.mobile-menu{position:fixed;inset:0;z-index:90}
.mobile-menu__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.7)}
.mobile-menu__panel{position:absolute;top:0;right:0;height:100%;width:min(88vw,360px);background:var(--surface);padding:1.5rem;border-left:1px solid var(--border)}
.mobile-menu__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}
.mobile-menu nav a{display:block;padding:1rem 0;border-bottom:1px solid var(--border)}
.mobile-menu__cta{margin-top:1rem}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.field{display:flex;flex-direction:column;gap:.55rem}
.field--compact input{max-width:96px}
.field input,.field textarea,.field select{background:#0f1015;border:1px solid var(--border);border-radius:18px;padding:1rem;color:#fff}
.field textarea{min-height:160px;resize:vertical}
.field .hint,.form-error,.form-success{font-size:.92rem}
.form-error{color:#ff8e8e}
.form-success{color:#7df0a7}
.stats-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.stat-card{padding:1.25rem}
.filter-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}
.filter-btn{padding:.8rem 1rem;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--text-muted)}
.filter-btn.active,.filter-btn:hover{background:var(--surface-hover);color:#fff}
.alert{padding:1rem 1.2rem;border-radius:18px;border:1px solid var(--border)}
.alert-success{background:rgba(46,204,113,.12);color:#9df2bc}
.alert-warning{background:rgba(255,176,32,.12);color:#ffd590}
.empty-state{text-align:center;padding:3rem;border:1px dashed var(--border);border-radius:var(--radius)}
.summary-list strong,.price-xl{color:#fff}
.catalog-shell{position:relative}
.catalog-shell .catalog-skeletons{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}
.catalog-shell.is-ready .catalog-skeletons{display:none}
.catalog-shell:not(.is-ready) [data-catalog-grid]{display:none}
.skeleton-card{padding:1rem;border:1px solid var(--border);border-radius:28px;background:var(--surface)}
.skeleton{background:linear-gradient(90deg,rgba(255,255,255,.04),rgba(255,255,255,.12),rgba(255,255,255,.04));background-size:200% 100%;animation:skeleton 1.4s linear infinite;border-radius:18px}
.skeleton-image{aspect-ratio:1/1;margin-bottom:1rem}
.skeleton-line{height:18px;margin-bottom:.75rem}
.skeleton-line.short{width:58%}
.variant-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
@keyframes skeleton{0%{background-position:200% 0}100%{background-position:-200% 0}}
@media (max-width:960px){.burger{display:flex}.gallery-grid,.stats-row,.form-grid{grid-template-columns:1fr}.cta-box{flex-direction:column;align-items:flex-start}.product-card__meta{flex-direction:column;align-items:flex-start}.product-card img{aspect-ratio:1/1}.product-card__body{padding:1.1rem 1rem;gap:.65rem}.product-card__body h3{font-size:1rem}.product-card__price{font-size:1rem}.product-card__button{min-height:44px}}
@media (max-width:640px){.gallery-grid{grid-template-columns:1fr}.catalog-shell .catalog-skeletons{grid-template-columns:1fr}.product-card{max-width:420px;width:100%;margin:0 auto}.product-card__body{padding:1rem .95rem}}
.nav-cart{position:relative;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:999px;border:1px solid var(--border);background:rgba(255,255,255,.03);color:#fff}
.nav-cart:hover{background:rgba(255,255,255,.06)}
.nav-cart__icon{font-size:1.05rem;line-height:1}
.nav-cart__count{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--accent);color:#fff;font-size:.72rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}
.product-card__badges,.product-microcopy,.product-badge-list{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:center}
.product-card__badge{display:inline-flex;align-items:center;padding:.4rem .7rem;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid var(--border);color:var(--text-muted);font-size:.78rem;font-weight:700}
.product-card__body .product-card__badge{background:rgba(124,92,255,.12);color:#d8d0ff}
.product-list-clean{margin:.8rem 0 0;padding-left:1rem;display:grid;gap:.4rem}
.price-stack{display:grid;gap:.2rem}
.price-old{text-decoration:line-through;color:var(--text-muted)}
.product-availability-summary{display:grid;gap:.35rem;justify-items:end;text-align:right}

.product-card__note{margin:0;color:var(--text-muted);font-size:.9rem;line-height:1.5}
