@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800&display=swap');
:root{--green:#0b4f40;--green2:#07362d;--gold:#c9a227;--cream:#f7f4ed;--ink:#17201d}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Vazirmatn,Tahoma,sans-serif;color:var(--ink);background:#fff;line-height:1.9}
.header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 6%;position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);z-index:10;border-bottom:1px solid #eee}
.brand{display:flex;align-items:center;gap:10px}.brand b{font-family:Georgia,serif;font-size:28px;color:var(--gold)}.brand span{font-weight:800}.header nav{display:flex;gap:28px}.header nav a{color:#29332f;text-decoration:none;font-size:14px}.phone{color:var(--green);font-weight:800;text-decoration:none}
.hero{min-height:680px;background:linear-gradient(90deg,rgba(4,34,27,.9),rgba(4,34,27,.45)),url('https://images.unsplash.com/photo-1490750967868-88aa4486c946?auto=format&fit=crop&w=2000&q=85') center/cover;display:flex;align-items:center;color:#fff;padding:80px 9%}
.hero-content{max-width:680px}.eyebrow,.section-head>span,.cooperation>div>span,.contact>span{letter-spacing:2px;color:var(--gold);font-size:12px;font-weight:700}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1.2;margin:18px 0}.hero h1 em{color:#e0c45d;font-style:normal}.hero p{font-size:18px;max-width:620px;color:#e9efeb}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-block;padding:12px 23px;border-radius:8px;text-decoration:none;font-weight:700}.gold{background:var(--gold);color:#15130b}.outline{border:1px solid #fff;color:#fff}.dark{background:#18211e;color:#fff}
.stats{display:grid;grid-template-columns:repeat(4,1fr);background:var(--green);color:#fff}.stats div{padding:28px;text-align:center;border-left:1px solid rgba(255,255,255,.12)}.stats strong,.stats span{display:block}.stats strong{color:#e0c45d;font-size:21px}.stats span{font-size:13px;color:#dbe5e1}
.section{padding:90px 8%}.soft{background:var(--cream)}.section-head{text-align:center;margin-bottom:38px}.section-head h2,.cooperation h2,.contact h2{font-size:38px;margin:5px 0 10px}.section-head p{color:#68736f}.table-wrap{max-width:950px;margin:auto;overflow:auto;border-radius:16px;box-shadow:0 10px 35px #17382d12}table{width:100%;border-collapse:collapse;background:#fff;min-width:600px}th,td{padding:17px;text-align:right;border-bottom:1px solid #eee}th{background:var(--green);color:#fff;font-weight:600}.available{color:#26734f;font-weight:700}.limited{color:#a16d1e;font-weight:700}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 28px #18382d12}.product .photo{height:240px;background-size:cover;background-position:center}.product .info{padding:20px}.product h3{margin:0 0 4px}.product p{margin:0;color:#69736f;font-size:13px}
.cooperation{display:grid;grid-template-columns:1.4fr .8fr;gap:60px;align-items:center;background:var(--green2);color:#fff}.cooperation p{color:#cbd9d4;max-width:700px}.cooperation-card{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:28px;border:1px solid #ffffff20;border-radius:18px}.cooperation-card b{color:#e0c45d}.cooperation-card span{color:#d5e0dc}
.contact{text-align:center;padding:90px 8%;background:#f1eee6}.contact p{font-size:22px;font-weight:700}
footer{padding:35px 8%;background:#071f1a;color:#dce7e2;display:flex;align-items:center;justify-content:space-between;gap:20px}footer .brand span{color:#fff}footer p,footer small{margin:0}
@media(max-width:850px){.header{height:auto;padding:15px 5%;flex-wrap:wrap;gap:12px}.header nav{order:3;width:100%;overflow:auto;gap:18px;padding-bottom:5px}.phone{font-size:13px}.hero{min-height:600px;padding:70px 7%}.stats{grid-template-columns:1fr 1fr}.grid{grid-template-columns:1fr 1fr}.cooperation{grid-template-columns:1fr}.section{padding:65px 6%}footer{flex-direction:column;text-align:center}}
@media(max-width:520px){.grid{grid-template-columns:1fr}.hero h1{font-size:42px}.stats div{padding:20px 8px}.section-head h2,.cooperation h2,.contact h2{font-size:30px}}
