
:root{
  --black:#050505; --black2:#111; --orange:#ff6600; --orange2:#faa327;
  --white:#fff; --muted:#b7b7b7; --light:#f4f4f4; --line:#252525;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Montserrat,Arial,sans-serif;color:#111;background:#fff}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(5,5,5,.94);backdrop-filter:blur(12px);border-bottom:1px solid #181818}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between}
.brand img{width:175px}
.menu{display:flex;align-items:center;gap:28px;color:#fff;font-weight:600;font-size:14px}
.menu a:hover{color:var(--orange)}
.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:15px 22px;font-weight:800;font-size:14px;transition:.25s;border:1px solid transparent}
.btn-primary{background:var(--orange);color:white;box-shadow:0 10px 28px rgba(255,102,0,.25)}
.btn-primary:hover{transform:translateY(-2px);background:#ff7a1a}
.btn-ghost{border-color:#444;color:#fff;background:#111}
.btn-outline{border-color:var(--orange);color:var(--orange);padding:12px 18px}
.btn-dark{background:#0b0b0b;color:#fff}
.btn-small{padding:11px 16px}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 70% 45%,#2a1000 0,#0a0a0a 38%,#020202 75%);color:#fff;padding:80px 0 56px}
.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(#ff660044 1px,transparent 1px);background-size:24px 24px;opacity:.2}
.hero-grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;min-height:610px}
.hero-copy{z-index:2}
.eyebrow{display:inline-block;color:var(--orange2);font-size:12px;font-weight:900;letter-spacing:.16em;margin-bottom:14px}
.eyebrow.dark{color:var(--orange)}
.hero h1{font-size:clamp(44px,6vw,78px);line-height:.98;margin:0 0 24px;max-width:740px;text-transform:uppercase;letter-spacing:-.04em}
.hero h1 em{font-style:normal;color:var(--orange)}
.hero p{color:#d4d4d4;font-size:18px;line-height:1.7;max-width:660px}
.hero-actions{display:flex;gap:14px;margin:28px 0}
.trust-row{display:flex;gap:24px;flex-wrap:wrap;color:#ddd;font-size:13px}
.hero-visual{position:relative;min-height:540px}
.orange-disc{position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#ff8c23 0,#ff6600 42%,transparent 70%);filter:blur(5px);opacity:.75;right:5%;top:8%}
.zoky-hero{position:absolute;right:0;bottom:-40px;width:min(520px,100%);filter:drop-shadow(0 28px 28px rgba(0,0,0,.5))}
.floating-card{position:absolute;background:rgba(15,15,15,.88);border:1px solid #ff660055;color:#fff;padding:12px 16px;border-radius:12px;font-weight:800;box-shadow:0 14px 40px #0008}
.fc1{right:7%;top:12%}.fc2{left:2%;bottom:17%}
.section{padding:86px 0}
.light{background:var(--light)}
.dark{background:#080808;color:#fff}
.section-head{text-align:center;margin-bottom:38px}
.section-head h2{font-size:38px;margin:0 0 10px}
.section-head p{color:#666}
.inline-head{display:flex;align-items:end;justify-content:space-between;text-align:left}
.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.category-card{background:#fff;border-radius:18px;padding:25px;box-shadow:0 12px 35px #0000000d;border:1px solid #e5e5e5;transition:.25s}
.category-card:hover{transform:translateY(-5px);border-color:#ff660055}
.cat-icon{width:50px;height:50px;border-radius:14px;background:#111;color:var(--orange);display:grid;place-items:center;font-size:24px;margin-bottom:18px}
.category-card h3{margin:0 0 8px}.category-card p{color:#666;font-size:14px;line-height:1.5}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.benefit-grid article{padding:30px 22px;border-left:1px solid #292929}
.benefit-icon{width:54px;height:54px;border:2px solid var(--orange);border-radius:14px;display:grid;place-items:center;color:var(--orange);font-weight:900;font-size:22px}
.benefit-grid h3{color:var(--orange2)}.benefit-grid p{color:#bbb;line-height:1.6;font-size:14px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{background:#fff;border-radius:18px;overflow:hidden;border:1px solid #ddd;box-shadow:0 12px 28px #0000000d}
.product-card img{width:100%;height:210px;object-fit:cover;background:#fff}
.product-body{padding:18px}
.tag{font-size:11px;font-weight:800;color:var(--orange);text-transform:uppercase}
.product-body h3{font-size:16px;min-height:42px}
.price{font-size:24px;font-weight:900;margin:10px 0}
.product-body a{display:block;text-align:center;background:#0b0b0b;color:#fff;padding:11px;border-radius:9px;font-weight:700}
.entrepreneur{background:linear-gradient(120deg,#ff6600,#ff8f1f);color:#fff;overflow:hidden}
.entrepreneur-grid{display:grid;grid-template-columns:.38fr .62fr;align-items:center;min-height:380px}
.entrepreneur-grid img{height:410px;object-fit:contain;align-self:end}
.entrepreneur h2{font-size:42px;line-height:1.06;margin:0 0 16px;max-width:700px}
.entrepreneur p{font-size:17px;max-width:700px;line-height:1.6}
.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.quick-grid a{background:white;border:1px solid #ddd;border-radius:16px;padding:18px;display:flex;gap:15px;align-items:center;transition:.2s}
.quick-grid a:hover{transform:translateY(-3px);border-color:var(--orange)}
.quick-grid span{font-size:30px;color:var(--orange)}
.quick-grid b{display:block}.quick-grid small{color:#777}
.contact{background:#0a0a0a;color:white;padding:76px 0}
.contact-grid{display:grid;grid-template-columns:1fr .45fr;gap:50px}
.contact h2{font-size:40px}
.locations{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.locations div{border:1px solid #333;border-radius:12px;padding:18px}
.locations span{display:block;color:#aaa;margin-top:6px}
.contact-card{background:#141414;border:1px solid #2c2c2c;border-radius:18px;padding:28px}
.contact-card a{display:block;color:#ddd;padding:10px 0;border-bottom:1px solid #292929}
footer{background:#020202;color:#999;padding:28px 0;border-top:1px solid #1a1a1a}
.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:13px}
.footer-grid img{width:150px}
@media(max-width:900px){
 .menu-toggle{display:block}.menu{display:none;position:absolute;top:76px;left:0;right:0;background:#080808;padding:22px;flex-direction:column;align-items:flex-start}.menu.open{display:flex}
 .hero-grid,.entrepreneur-grid,.contact-grid{grid-template-columns:1fr}
 .hero-visual{min-height:440px}.zoky-hero{left:50%;transform:translateX(-50%);right:auto}
 .category-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.quick-grid{grid-template-columns:repeat(2,1fr)}
 .locations{grid-template-columns:1fr}.entrepreneur-grid img{height:310px;order:2}.footer-grid{flex-direction:column;text-align:center}
}
@media(max-width:560px){
 .hero{padding-top:45px}.hero-grid{min-height:760px}.hero h1{font-size:45px}
 .hero-actions{flex-direction:column}.hero-visual{min-height:390px}.floating-card{display:none}
 .category-grid,.benefit-grid,.product-grid,.quick-grid{grid-template-columns:1fr}
 .inline-head{display:block}.inline-head .btn{margin-top:18px}.section{padding:60px 0}
}
