a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.shop-page{min-height:100vh;background:linear-gradient(180deg,#0f172a,#111827)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.topbar{position:sticky;top:0;z-index:100;background:#0f172aeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08)}.topbar-content{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0;flex-wrap:wrap}.logo{font-size:28px;font-weight:700;color:#38bdf8}.nav{display:flex;gap:24px;flex-wrap:wrap;color:#cbd5e1}.nav a:hover{color:#38bdf8}.header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.lang-btn,.shop-btn,.primary-btn,.secondary-btn,.product-btn{border:none;border-radius:10px;padding:12px 18px;cursor:pointer;font-weight:600;transition:.3s ease}.lang-btn,.secondary-btn{background:transparent;border:1px solid #38bdf8;color:#38bdf8}.lang-btn:hover,.secondary-btn:hover,.lang-btn.active,.shop-btn,.primary-btn,.product-btn{background:#38bdf8;color:#0f172a}.shop-btn:hover,.primary-btn:hover,.product-btn:hover{background:#0ea5e9}.hero{padding:80px 0}.hero-content{display:grid;grid-template-columns:1.1fr 1fr;gap:40px;align-items:center}.hero-tag{display:inline-block;background:#38bdf826;color:#38bdf8;padding:8px 14px;border-radius:999px;margin-bottom:18px;font-size:14px}.hero-text h1{font-size:52px;line-height:1.1;margin-bottom:18px}.hero-text p{color:#cbd5e1;font-size:18px;line-height:1.7;margin-bottom:24px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.hero-card{background:#ffffff0a;border-radius:24px;padding:20px;box-shadow:0 10px 40px #00000040}.hero-card img{width:100%;height:420px;object-fit:cover;border-radius:18px}.features{padding:20px 0 60px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-box{background:#ffffff0d;padding:24px;border-radius:18px;border:1px solid rgba(255,255,255,.06)}.feature-box h3{margin-bottom:10px;color:#38bdf8}.feature-box p{color:#cbd5e1}.products-page,.promo{padding:80px 0}.section-head{text-align:center;margin-bottom:40px}.section-head h1,.section-head h2{font-size:36px;margin-bottom:10px}.section-head p{color:#cbd5e1}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{display:block;width:100%;padding:0;text-align:left;color:inherit;font:inherit;cursor:pointer;background:#1e293b;border-radius:20px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(255,255,255,.06)}.product-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #00000059}.product-card:focus-visible{outline:2px solid #38bdf8;outline-offset:3px}.product-image{width:100%;height:260px;object-fit:cover}.product-image--placeholder{background:linear-gradient(145deg,#e8edf2,#d5dde5)}.product-info{padding:20px}.product-info h3{margin-bottom:10px}.price{color:#38bdf8;font-size:20px;font-weight:700;margin-bottom:16px}.promo-box{background:linear-gradient(135deg,#38bdf8,#0ea5e9);color:#0f172a;border-radius:24px;padding:40px;display:flex;justify-content:space-between;gap:20px;align-items:center}.back-link-wrap{margin-top:32px;display:flex;justify-content:center}.product-detail-overlay{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;background:#020617c7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:product-detail-fade-in .2s ease}.product-detail{position:relative;display:grid;grid-template-columns:1.1fr 1fr;gap:32px;width:min(960px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:28px;background:linear-gradient(160deg,#1e293b,#0f172a);border:1px solid rgba(56,189,248,.25);border-radius:28px;box-shadow:0 28px 80px #0000008c;animation:product-detail-rise .28s ease}.product-detail-close{position:absolute;top:14px;right:16px;z-index:1;width:40px;height:40px;border:none;border-radius:999px;background:#0f172ad9;color:#e2e8f0;font-size:28px;line-height:1;cursor:pointer}.product-detail-close:hover{background:#38bdf8;color:#0f172a}.product-detail-media{border-radius:22px;overflow:hidden;background:#0b1220;box-shadow:0 0 0 1px #38bdf833,0 20px 50px #38bdf81f}.product-detail-image{width:100%;height:100%;min-height:360px;object-fit:cover}.product-detail-content{display:flex;flex-direction:column;justify-content:center;padding-right:24px}.product-detail-content h2{font-size:32px;margin-bottom:12px}.product-detail-description{color:#cbd5e1;line-height:1.7;margin:0 0 28px;font-size:17px}.product-detail-description--empty{opacity:.7;font-style:italic}@keyframes product-detail-fade-in{0%{opacity:0}to{opacity:1}}@keyframes product-detail-rise{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.footer{padding:40px 0;border-top:1px solid rgba(255,255,255,.08)}.footer-content{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}.footer p,.footer h4{color:#cbd5e1;margin-top:8px}@media(max-width:992px){.hero-content,.feature-grid,.product-grid{grid-template-columns:1fr 1fr}.hero-text h1{font-size:40px}.promo-box{flex-direction:column;align-items:flex-start}}@media(max-width:768px){.nav{display:none}.hero-content,.feature-grid,.product-grid{grid-template-columns:1fr}.hero-text h1{font-size:32px}.hero-card img{height:300px}.product-detail{grid-template-columns:1fr;gap:20px;padding:20px}.product-detail-image{min-height:240px}.product-detail-content{padding-right:0}.product-detail-content h2{font-size:26px}}html,body,#root{margin:0;padding:0;width:100%;min-height:100%}*{box-sizing:border-box}body{font-family:Arial,sans-serif;background:#0f172a;color:#fff}
