*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:Arial, sans-serif;
}

body{
  background:#f8f5ee;
  color:#10231b;
}

.top-strip{
  background:#082f23;
  color:#fff;
  padding:8px 6%;
  display:flex;
  justify-content:space-between;
  font-size:14px;
}

.header{
  background:#fff;
  padding:18px 6%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  box-shadow:0 4px 18px rgba(0,0,0,.06);
  position:sticky;
  top:0;
  z-index:99;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
}

.logo-mark{
  font-size:34px;
}

.brand h2{
  color:#0b3d2e;
  font-size:26px;
  letter-spacing:1px;
}

.brand p{
  color:#d4a017;
  letter-spacing:8px;
  font-weight:bold;
  font-size:12px;
}

nav a{
  text-decoration:none;
  color:#10231b;
  margin:0 12px;
  font-weight:600;
}

.quote-btn{
  background:#0b3d2e;
  color:#fff;
  padding:13px 22px;
  border-radius:6px;
  text-decoration:none;
  font-weight:bold;
}

.hero{
  min-height:620px;
  padding:70px 6%;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:40px;
  align-items:center;
  background:
    radial-gradient(circle at right,#f1dca8 0,#f8f5ee 45%);
}

.tag{
  display:inline-block;
  background:#e7f3df;
  color:#0b3d2e;
  padding:8px 14px;
  border-radius:30px;
  font-weight:bold;
  margin-bottom:20px;
}

.hero h1{
  font-size:64px;
  line-height:1.05;
  color:#0b3d2e;
  margin-bottom:22px;
}

.hero p{
  font-size:19px;
  line-height:1.7;
  max-width:720px;
}

.hero-actions{
  margin-top:30px;
}

.btn{
  display:inline-block;
  padding:15px 28px;
  margin-right:12px;
  border-radius:7px;
  text-decoration:none;
  font-weight:bold;
}

.btn.dark{
  background:#0b3d2e;
  color:#fff;
}

.btn.gold{
  background:#d4a017;
  color:#fff;
}

.badges{
  margin-top:30px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}

.badges div{
  background:#fff;
  padding:14px;
  border-radius:10px;
  text-align:center;
  font-weight:bold;
  box-shadow:0 6px 20px rgba(0,0,0,.06);
}

.hero-visual{
  min-height:420px;
  position:relative;
}

.powder{
  position:absolute;
  width:180px;
  height:180px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 20px 50px rgba(0,0,0,.18);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-weight:bold;
  color:#fff;
  border:12px solid #fff;
}

.bowl1{background:#c9a46b;left:30px;top:150px;}
.bowl2{background:#c0392b;right:80px;top:80px;}
.bowl3{background:#e5a823;right:30px;bottom:40px;}
.bowl4{background:#4c7c39;left:170px;top:20px;}

.section{
  padding:70px 6%;
}

.small-title{
  text-align:center;
  color:#4caf50;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:8px;
}

.section h2,
.process h2{
  text-align:center;
  font-size:38px;
  color:#0b3d2e;
  margin-bottom:35px;
}

.category-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:18px;
}

.cat-card{
  background:#fff;
  padding:28px 16px;
  border-radius:14px;
  text-align:center;
  box-shadow:0 8px 25px rgba(0,0,0,.08);
  border:1px solid #edf0e8;
}

.cat-card{
  font-size:34px;
}

.cat-card h3{
  margin-top:12px;
  font-size:17px;
  color:#0b3d2e;
}

.cat-card p{
  margin-top:8px;
  font-size:13px;
  color:#4caf50;
  font-weight:bold;
}

.featured{
  background:#fff;
}

.product-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.product-card{
  background:#f8f5ee;
  padding:22px;
  border-radius:14px;
  text-align:center;
  border:1px solid #eadfca;
  box-shadow:0 8px 25px rgba(0,0,0,.06);
}

.product-img{
  height:110px;
  font-size:70px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.product-card h3{
  color:#0b3d2e;
  margin-bottom:6px;
}

.product-card p{
  color:#555;
  margin-bottom:14px;
}

.product-card a{
  display:inline-block;
  background:#0b3d2e;
  color:#fff;
  padding:9px 18px;
  border-radius:5px;
  text-decoration:none;
  font-size:14px;
}

.why{
  background:#082f23;
  color:#fff;
  padding:60px 6%;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:30px;
  align-items:center;
}

.why h2{
  font-size:36px;
  color:#d4a017;
  margin-bottom:10px;
}

.why-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
}

.why-grid div{
  background:rgba(255,255,255,.08);
  padding:18px;
  border-radius:10px;
}

.industry-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px;
}

.industry-grid div{
  background:#fff;
  padding:22px;
  border-radius:10px;
  text-align:center;
  font-weight:bold;
  box-shadow:0 5px 18px rgba(0,0,0,.05);
}

.process{
  padding:70px 6%;
  background:#f0eadc;
}

.process-grid{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:12px;
}

.process-grid div{
  background:#fff;
  padding:18px 10px;
  border-radius:50px;
  text-align:center;
  font-weight:bold;
  color:#0b3d2e;
  box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.inquiry{
  padding:70px 6%;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:35px;
  background:#fff;
}

.inquiry-left{
  background:#0b3d2e;
  color:#fff;
  padding:35px;
  border-radius:16px;
}

.inquiry-left h2{
  font-size:34px;
  margin-bottom:15px;
}

.inquiry-left p{
  line-height:1.7;
  margin-bottom:18px;
}

.inquiry-left li{
  margin:10px 0;
}

.inquiry-form{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:15px;
}

.inquiry-form input,
.inquiry-form textarea{
  width:100%;
  padding:15px;
  border:1px solid #ddd;
  border-radius:8px;
  font-size:15px;
}

.inquiry-form textarea{
  grid-column:1/3;
  height:110px;
}

.inquiry-form button{
  grid-column:1/3;
  background:#d4a017;
  color:#fff;
  border:none;
  padding:16px;
  border-radius:8px;
  font-weight:bold;
  font-size:16px;
  cursor:pointer;
}

footer{
  background:#06271d;
  color:#fff;
  padding:45px 6%;
  display:grid;
  grid-template-columns:1fr 1fr 1.5fr;
  gap:30px;
}

footer h2,
footer h3{
  color:#d4a017;
  margin-bottom:12px;
}

footer p{
  margin:8px 0;
  color:#dce7e0;
}

.whatsapp{
  position:fixed;
  right:20px;
  bottom:20px;
  background:#22c55e;
  color:#fff;
  padding:14px 18px;
  border-radius:40px;
  text-decoration:none;
  font-weight:bold;
  box-shadow:0 8px 25px rgba(0,0,0,.2);
}

@media(max-width:900px){
  .top-strip{
    display:none;
  }

  .header{
    flex-direction:column;
    gap:15px;
  }

  nav{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
  }

  .hero{
    grid-template-columns:1fr;
    text-align:center;
  }

  .hero h1{
    font-size:42px;
  }

  .badges,
  .category-grid,
  .product-grid,
  .why,
  .industry-grid,
  .process-grid,
  .inquiry,
  footer{
    grid-template-columns:1fr;
  }

  .hero-visual{
    display:none;
  }

  .inquiry-form{
    grid-template-columns:1fr;
  }

  .inquiry-form textarea,
  .inquiry-form button{
    grid-column:1;
  }
}