.b2b-hero{
  background:#021a2c;
  padding:clamp(48px,7vw,82px) 16px;
  text-align:center;
}

.b2b-hero-inner{
  max-width:1080px;
  margin:0 auto;
}

.b2b-badge{
  display:inline-block;
  background:#facc15;
  color:#021a2c;
  font-size:clamp(13px,2.5vw,16px);
  font-weight:900;
  padding:10px 22px;
  border-radius:999px;
  margin-bottom:20px;
}

.b2b-title{
  font-size:clamp(30px,6vw,50px);
  font-weight:900;
  color:#fff;
  line-height:1.12;
  margin:0 auto 18px;
  max-width:900px;
}

.b2b-desc{
  font-size:clamp(17px,3.5vw,23px);
  color:#d1d5db;
  line-height:1.45;
  margin:0 auto 26px;
  max-width:780px;
}

.b2b-buttons{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:24px;
}

.b2b-btn{
  width:260px;
  max-width:100%;
  min-height:56px;
  padding:16px 20px;
  border-radius:10px;
  font-weight:900;
  text-decoration:none !important;
  color:#fff !important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.offer-btn{
  background:#f26522;
}

.whatsapp-btn{
  background:#22c55e;
}

.b2b-note{
  color:#facc15;
  font-size:clamp(15px,2.8vw,19px);
  font-weight:900;
  margin:0 auto 18px;
  line-height:1.4;
  max-width:640px;
}

.b2b-tags{
  display:flex;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
}

.b2b-tags span{
  background:rgba(255,255,255,0.08);
  padding:8px 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  color:#e5e7eb;
}

.problem-section{
  padding:clamp(42px,6vw,54px) 16px;
  background:#fff;
}

.problem-inner{
  max-width:980px;
  margin:0 auto;
  text-align:center;
}

.problem-title{
  font-size:clamp(26px,5vw,36px);
  font-weight:900;
  color:#06111f;
  margin:0 0 12px;
  line-height:1.2;
}

.problem-desc{
  font-size:clamp(16px,3vw,21px);
  color:#4b5563;
  margin:0 auto 26px;
  line-height:1.45;
  max-width:720px;
}

.problem-list{
  max-width:820px;
  margin:0 auto;
  display:grid;
  gap:12px;
}

.problem-item{
  background:#fff7f7;
  border:1px solid #ffb7b7;
  border-radius:16px;
  padding:16px 18px;
  font-size:clamp(16px,3vw,22px);
  font-weight:900;
  color:#06111f;
  text-align:left;
}

.solution-box{
  margin:24px auto 0;
  max-width:880px;
  background:#f0fdf4;
  border:1px solid #86efac;
  border-radius:18px;
  padding:22px 18px;
  text-align:center;
}

.solution-box h3{
  font-size:clamp(20px,4vw,25px);
  font-weight:900;
  color:#06111f;
  margin:0 0 10px;
}

.solution-box p{
  font-size:clamp(15px,3vw,19px);
  color:#374151;
  margin:0 auto;
  line-height:1.45;
  max-width:720px;
}

@media(max-width:576px){
  .b2b-buttons{
    flex-direction:column;
  }

  .b2b-btn{
    width:100%;
  }

  .problem-item{
    text-align:left;
  }
}
.sample-approval-box{
  max-width:900px;
  margin:40px auto;
  background:#22c55e;
  color:#ffffff;
  border-radius:14px;
  padding:18px 20px;
  text-align:center;
  font-size:clamp(18px,3vw,24px);
  font-weight:900;
  line-height:1.3;
}
.whatsapp-offer-section{
  background:#f3f5f9;
  padding:36px 14px;
  text-align:center;
}

.whatsapp-offer-card{
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:20px;
  padding:28px 20px 30px;
  max-width:560px;
  margin:0 auto;
  box-shadow:0 10px 24px rgba(0,0,0,0.05);
}

.offer-badge{
  display:inline-block;
  background:#dcfce7;
  color:#166534;
  font-size:15px;
  font-weight:900;
  padding:9px 26px;
  border-radius:999px;
  margin-bottom:12px;
}

.offer-title{
  font-size:clamp(24px,5vw,30px);
  font-weight:900;
  color:#06111f;
  margin:0 0 18px;
  line-height:1.15;
}

.offer-steps{
  display:grid;
  gap:12px;
  font-size:clamp(17px,4vw,20px);
  color:#1f2937;
  margin:0 auto 22px;
  text-align:left;
  max-width:330px;
  line-height:1.35;
}

.offer-whatsapp-btn{
  display:inline-block;
  background:#22c55e;
  color:#ffffff !important;
  text-decoration:none !important;
  font-size:18px;
  font-weight:900;
  padding:14px 28px;
  border-radius:10px;
  width:100%;
  max-width:360px;
  box-sizing:border-box;
  line-height:1.2;
  white-space:nowrap;
  transition:0.25s ease;
}

.offer-whatsapp-btn:hover{
  background:#18a34a;
  transform:translateY(-2px);
}

.offer-note{
  font-size:15px;
  color:#4b5563;
  margin:12px 0 0;
  line-height:1.35;
  font-weight:500;
}

@media(max-width:576px){

  .whatsapp-offer-card{
    padding:24px 16px 26px;
  }

  .offer-whatsapp-btn{
    font-size:16px;
    white-space:normal;
  }

}
.production-cta-section{
  background:#021a2c;
  padding:clamp(48px,7vw,76px) 16px;
  text-align:center;
}

.production-cta-inner{
  max-width:900px;
  margin:0 auto;
}

.production-badge{
  display:inline-block;
  background:#facc15;
  color:#021a2c;
  font-size:clamp(14px,2.5vw,17px);
  font-weight:900;
  padding:11px 28px;
  border-radius:999px;
  margin-bottom:24px;
  line-height:1.25;
}

.production-title{
  font-size:clamp(32px,6vw,54px);
  font-weight:900;
  color:#ffffff;
  line-height:1.12;
  margin:0 auto 24px;
  max-width:820px;
}

.production-desc{
  font-size:clamp(18px,3vw,26px);
  color:#e5e7eb;
  line-height:1.35;
  margin:0 auto 34px;
  max-width:760px;
}

.production-buttons{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  margin:0 auto 30px;
}

.production-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  max-width:320px;
  padding:16px 28px;
  border-radius:10px;
  box-sizing:border-box;
  text-align:center;
  text-decoration:none !important;
  font-size:clamp(17px,3vw,21px);
  font-weight:900;
  color:#ffffff !important;
  transition:0.25s ease;
}

.offer-btn{
  background:#f26522;
}

.offer-btn:hover{
  background:#dd5719;
  transform:translateY(-2px);
}

.whatsapp-btn{
  background:#22c55e;
}

.whatsapp-btn:hover{
  background:#18a34a;
  transform:translateY(-2px);
}

.production-note{
  font-size:clamp(16px,3vw,21px);
  color:#facc15;
  font-weight:900;
  margin:0;
  line-height:1.35;
}

@media(max-width:576px){

  .production-buttons{
    gap:12px;
  }

  .production-btn{
    max-width:100%;
  }

}