*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',sans-serif;background:#0d0e18;color:#e0e0e0;-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}

.page-bg{position:fixed;inset:0;background:#0d0e18;z-index:0}
.page-bg::before{content:'';position:absolute;top:-20%;left:-10%;width:700px;height:700px;background:radial-gradient(circle,rgba(0,168,89,.05) 0%,transparent 65%);border-radius:50%}

header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(13,14,24,.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.06)}
.header-inner{max-width:1200px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}
.header-brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:800;color:#fff;letter-spacing:-.02em}
.header-brand img{height:30px;width:auto}
.header-brand span{color:#00a859}
.header-phone{font-size:14px;font-weight:600;color:rgba(255,255,255,.6);white-space:nowrap}
.header-actions{display:flex;align-items:center;gap:12px}
.header-actions .lang{font-size:12px;color:rgba(255,255,255,.4);cursor:default}
.header-actions .lang strong{color:rgba(255,255,255,.7)}

.nav-underlay{display:flex;align-items:center;gap:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:6px 18px}

main{position:relative;z-index:1;padding-top:64px}

/* ===== HERO ===== */
.hero{max-width:1200px;margin:0 auto;padding:60px 24px 40px;text-align:center}
.hero h1{font-size:clamp(28px,4vw,46px);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:12px;color:#fff}
.hero h1 span{background:linear-gradient(135deg,#00a859 0%,#4de89a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero .sub{font-size:clamp(15px,1.4vw,18px);color:rgba(255,255,255,.45);max-width:700px;margin:0 auto 36px}
.hero-features{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;margin-bottom:40px}
.hero-feat{display:flex;align-items:center;gap:8px;font-size:13.5px;color:rgba(255,255,255,.5)}
.hero-feat svg{flex-shrink:0}

/* ===== PRODUCTS ===== */
.products{max-width:1200px;margin:0 auto;padding:0 24px 60px}
.products h2{font-size:clamp(22px,2.8vw,32px);font-weight:700;color:#fff;text-align:center;margin-bottom:8px;letter-spacing:-.02em}
.products .sub{text-align:center;font-size:14px;color:rgba(255,255,255,.4);margin-bottom:36px}
.prod-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}
.prod-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:28px 20px 24px;text-align:center;transition:all .3s;display:flex;flex-direction:column}
.prod-card.featured{border-color:rgba(0,168,89,.25);background:rgba(0,168,89,.04)}
.prod-card:hover{transform:translateY(-4px);border-color:rgba(0,168,89,.2);background:rgba(0,168,89,.06)}
.prod-img{height:120px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.prod-img img{max-height:110px;object-fit:contain}
.prod-card h3{font-size:16px;font-weight:700;color:#fff;margin-bottom:4px}
.prod-card .prod-desc{font-size:12px;color:rgba(255,255,255,.35);margin-bottom:12px;flex:1}
.prod-price{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:14px}
.prod-price .usd{font-size:22px;font-weight:800;color:#fff}
.prod-price .rub{font-size:13px;color:rgba(255,255,255,.35);font-weight:500}
.prod-card .btn-outline{display:inline-flex;align-items:center;gap:6px;padding:9px 22px;border-radius:8px;border:1.5px solid rgba(0,168,89,.3);color:#00a859;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;background:transparent}
.prod-card .btn-outline:hover{background:rgba(0,168,89,.08);border-color:#00a859}

/* ===== ABOUT ===== */
.about{max-width:1200px;margin:0 auto;padding:0 24px 60px;display:flex;flex-wrap:wrap;gap:40px;align-items:center}
.about-text{flex:1;min-width:280px}
.about-text h2{font-size:clamp(20px,2.5vw,28px);font-weight:700;color:#fff;margin-bottom:12px;letter-spacing:-.02em}
.about-text p{font-size:14px;color:rgba(255,255,255,.45);line-height:1.7;margin-bottom:16px}
.about-text ul{list-style:none;padding:0}
.about-text ul li{font-size:14px;color:rgba(255,255,255,.5);padding:6px 0 6px 24px;position:relative}
.about-text ul li::before{content:'';position:absolute;left:0;top:11px;width:12px;height:12px;border-radius:50%;background:rgba(0,168,89,.2);border:2px solid #00a859}
.about-img{flex:0 0 300px;text-align:center}
.about-img img{max-height:200px}

/* ===== NOTIFY ===== */
.notify{max-width:600px;margin:0 auto;padding:0 24px 60px;text-align:center}
.notify h2{font-size:22px;font-weight:700;color:#fff;margin-bottom:6px}
.notify p{font-size:14px;color:rgba(255,255,255,.4);margin-bottom:24px}
.notify-form{display:flex;gap:10px;max-width:480px;margin:0 auto}
.notify-form input{flex:1;padding:12px 16px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);color:#fff;font-size:14px;outline:none;transition:border-color .2s}
.notify-form input:focus{border-color:#00a859}
.notify-form input::placeholder{color:rgba(255,255,255,.2)}
.notify-form button{padding:12px 28px;border-radius:10px;background:#00a859;color:#fff;font-weight:600;font-size:14px;border:none;cursor:pointer;transition:background .2s;white-space:nowrap}
.notify-form button:hover{background:#008f4c}
.notify-msg{font-size:13px;margin-top:12px;min-height:20px}
.notify-msg.success{color:#34c759}
.notify-msg.error{color:#ff3b30}

/* ===== CONTACTS ===== */
.contacts{max-width:1200px;margin:0 auto;padding:0 24px 60px}
.contacts h2{font-size:clamp(20px,2.5vw,28px);font-weight:700;color:#fff;text-align:center;margin-bottom:24px}
.contacts-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:32px}
.contact-item{text-align:center;min-width:200px}
.contact-item .icon{width:44px;height:44px;border-radius:12px;background:rgba(0,168,89,.1);display:flex;align-items:center;justify-content:center;margin:0 auto 12px}
.contact-item .icon svg{width:22px;height:22px;stroke:#00a859}
.contact-item h4{font-size:13px;font-weight:600;color:rgba(255,255,255,.5);margin-bottom:4px;text-transform:uppercase;letter-spacing:.05em}
.contact-item .val{font-size:15px;font-weight:600;color:#fff}

/* ===== SEO TEXT ===== */
.seo-text{max-width:1200px;margin:0 auto;padding:0 24px 40px}
.seo-text h2{font-size:18px;font-weight:700;color:#fff;margin-bottom:10px;letter-spacing:-.02em}
.seo-text p{font-size:13px;color:rgba(255,255,255,.3);line-height:1.7;margin-bottom:10px}

/* ===== FOOTER ===== */
footer{border-top:1px solid rgba(255,255,255,.05);padding:28px 24px;text-align:center;font-size:12px;color:rgba(255,255,255,.2)}

@media(max-width:600px){
.header-phone{display:none}
.hero{padding:40px 16px 24px}
.products{padding:0 16px 40px}
.about{padding:0 16px 40px}
.notify{padding:0 16px 40px}
.contacts{padding:0 16px 40px}
.notify-form{flex-direction:column}
.prod-grid{grid-template-columns:1fr}
.about-img{display:none}
}
