
:root{
  --yellow:#f6b900;
  --yellow2:#ffc928;
  --black:#090909;
  --panel:#141414;
  --white:#fff;
  --muted:#bdbdbd;
  --line:#2b2b2b;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#0b0b0b;color:#fff}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,92%);margin:auto}
.topbar{background:#050505;border-bottom:1px solid #252525;color:#cfcfcf;font-size:13px}
.topbar-inner{display:flex;gap:28px;align-items:center;min-height:38px}
.top-note{margin-left:auto}
.navbar{position:sticky;top:0;z-index:20;background:rgba(8,8,8,.96);backdrop-filter:blur(10px);border-bottom:1px solid #242424}
.nav-inner{min-height:88px;display:flex;align-items:center;gap:32px}
.brand{display:flex;align-items:baseline;font-weight:900;font-size:35px;letter-spacing:-3px;min-width:250px}
.brand-one{color:#fff}
.brand-on{color:var(--yellow)}
.brand small{font-size:10px;letter-spacing:4px;margin-left:10px;color:#fff}
.nav-links{display:flex;gap:28px;margin-left:auto}
.nav-links a{font-size:14px;font-weight:800;text-transform:uppercase}
.nav-links a:hover{color:var(--yellow)}
.lang-switch{display:flex;border:1px solid #333;border-radius:5px;overflow:hidden}
.lang-switch button{border:0;background:#111;color:#bbb;padding:9px 10px;cursor:pointer}
.lang-switch button.active{background:var(--yellow);color:#111;font-weight:900}
.menu-toggle{display:none;background:transparent;color:#fff;border:1px solid #444;padding:7px 10px;font-size:20px}
.hero{position:relative;overflow:hidden;background:
linear-gradient(90deg,rgba(0,0,0,.97) 0%,rgba(0,0,0,.9) 45%,rgba(0,0,0,.4) 100%),
repeating-linear-gradient(135deg,transparent 0 42px,rgba(246,185,0,.05) 42px 72px);
border-bottom:5px solid var(--yellow)}
.hero:before{content:"";position:absolute;left:-140px;top:110px;width:310px;height:310px;border:55px solid var(--yellow);transform:rotate(45deg);opacity:.95}
.hero-grid{min-height:610px;display:grid;grid-template-columns:1fr 1.25fr;align-items:center;gap:40px;position:relative;z-index:1}
.hero-copy{padding:60px 0}
.eyebrow,.mini{color:var(--yellow);font-weight:800;letter-spacing:3px;font-size:13px}
.hero h1{font-size:58px;line-height:.98;margin:18px 0 25px;font-style:italic}
.hero h1 em{color:var(--yellow);font-style:italic}
.hero-copy p{max-width:610px;color:#dedede;font-size:19px;line-height:1.65}
.hero-actions{display:flex;gap:12px;margin-top:30px}
.btn{display:inline-block;padding:15px 22px;font-weight:900;text-transform:uppercase;border-radius:3px}
.btn.primary{background:var(--yellow);color:#080808}
.btn.ghost{border:1px solid #666;color:#fff}
.hero-visual{position:relative}
.hero-visual img{width:100%;height:475px;object-fit:cover;object-position:center;border-radius:6px;filter:contrast(1.05);box-shadow:0 28px 60px rgba(0,0,0,.55)}
.features{margin-top:-1px;background:#111;border-bottom:1px solid #282828}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.feature-grid article{padding:28px 24px;border-right:1px solid #333}
.feature-grid article:last-child{border-right:0}
.feature-grid b{font-size:28px;color:var(--yellow)}
.feature-grid h3{font-size:16px;margin:10px 0 8px;text-transform:uppercase}
.feature-grid p{font-size:13px;color:#bbb;margin:0;line-height:1.5}
.section{padding:90px 0}
.products{background:#f4f4f4;color:#111}
.section-head{text-align:center;margin-bottom:38px}
.section-head span{color:#b98700;font-weight:900;letter-spacing:2px}
.section-head h2{font-size:38px;text-transform:uppercase;margin:12px 0}
.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.product-card{display:grid;grid-template-columns:42% 58%;background:#fff;border:1px solid #ddd;border-radius:8px;overflow:hidden;min-height:260px;box-shadow:0 8px 20px rgba(0,0,0,.06)}
.product-card img{width:100%;height:100%;object-fit:cover}
.product-card div{padding:32px}
.product-card h3{font-size:24px;text-transform:uppercase;margin:0 0 14px}
.product-card p{color:#555;line-height:1.55}
.product-card a{display:inline-block;margin-top:12px;font-weight:900;color:#8b6500}
.about{background:#111}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.about h2,.contact h2{font-size:40px;margin:12px 0}
.about p,.contact p{color:#c9c9c9;line-height:1.8;font-size:17px}
.contact{background:linear-gradient(135deg,#191919,#060606)}
.contact-box{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;padding:55px;border:1px solid #333;border-left:7px solid var(--yellow)}
.contact-info{display:flex;flex-direction:column;gap:16px;justify-content:center}
.contact-info a{font-size:21px;font-weight:800}
.contact-info span{color:#bbb;line-height:1.6}
footer{background:#030303;border-top:1px solid #222}
.footer-inner{min-height:120px;display:flex;align-items:center;justify-content:space-between;color:#aaa}
.footer-brand{font-size:26px;min-width:0}
.whatsapp{position:fixed;right:24px;bottom:24px;width:55px;height:55px;border-radius:50%;display:grid;place-items:center;background:#22c55e;color:white;font-size:29px;box-shadow:0 8px 25px rgba(0,0,0,.4);z-index:30}
@media(max-width:900px){
  .top-note{display:none}
  .nav-inner{min-height:72px}
  .brand{font-size:29px;min-width:0}
  .brand small{display:none}
  .menu-toggle{display:block;margin-left:auto}
  .nav-links{display:none;position:absolute;left:0;right:0;top:72px;background:#0a0a0a;flex-direction:column;padding:22px 4%;border-top:1px solid #333}
  .nav-links.open{display:flex}
  .lang-switch{margin-left:0}
  .hero-grid{grid-template-columns:1fr;min-height:auto;padding:40px 0 60px}
  .hero h1{font-size:44px}
  .hero-visual img{height:350px}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .product-grid{grid-template-columns:1fr}
  .about-grid,.contact-box{grid-template-columns:1fr;gap:25px}
}
@media(max-width:560px){
  .topbar-inner{gap:10px;justify-content:space-between;font-size:11px}
  .hero h1{font-size:36px}
  .hero-copy p{font-size:16px}
  .hero-actions{flex-direction:column;align-items:flex-start}
  .hero-visual img{height:280px}
  .feature-grid{grid-template-columns:1fr}
  .feature-grid article{border-right:0;border-bottom:1px solid #333}
  .product-card{grid-template-columns:1fr}
  .product-card img{height:230px}
  .section-head h2,.about h2,.contact h2{font-size:30px}
  .contact-box{padding:30px 22px}
  .footer-inner{flex-direction:column;justify-content:center;gap:14px;text-align:center}
}
