/* ===============================
   SUPPLIER VERIFICATION – INTRO
================================ */

.sv-verify-intro {
  padding: 70px 0;
  background: #ffffff;
}

/* GRID */
.sv-verify-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

/* TEXT */
.sv-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
  background: #eef2ff;
  color: #2563eb;
  margin-bottom: 12px;
}

.sv-verify-text h2 {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
}
.sv-verify-text h2 span {
  color: #e4b34f;
}

.sv-verify-text p {
  margin-top: 14px;
  font-size: 15.5px;
  color: #475569;
  max-width: 520px;
}

/* IMAGE */
.sv-verify-image {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(15,23,42,0.15);
}

.sv-verify-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .sv-verify-grid {
    grid-template-columns: 1fr;
  }

  .sv-verify-text h2 {
    font-size: 26px;
  }
}


/* ===============================
   99 DISTRIBUTOR – DARK VERIFICATION TRUST
   THEME ALIGNED (BLUE + GOLD)
================================ */

.vd-dark-trust {
  padding: 90px 0;
  background: radial-gradient(circle at top, #0f172a, #020617);
  color: #e5e7eb;
}

/* Header */
.vd-dark-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px;
}

.vd-dark-chip {
  display: inline-block;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 40px;
  background: rgba(59,130,246,0.12); /* theme blue */
  color: #93c5fd;
  margin-bottom: 14px;
}

.vd-dark-head h2 {
  font-size: 40px;
  font-weight: 800;
  color: #f8fafc;
}
.vd-dark-head h2 span {
  color: #e4b34f; /* THEME GOLD */
}

.vd-dark-head p {
  margin-top: 14px;
  font-size: 16.5px;
  color: #94a3b8;
}

/* Grid */
.vd-dark-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 60px;
  align-items: center;
}

/* Badge */
.vd-dark-badge {
  text-align: center;
}

.vd-badge-glow {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle at top, #e4b34f, #cfa33b);
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  box-shadow:
    0 0 0 10px rgba(228,179,79,0.14),
    0 28px 70px rgba(228,179,79,0.45);
}

.vd-badge-glow i {
  font-size: 48px;
  color: #020617;
}

.vd-dark-badge h5 {
  font-size: 18px;
  font-weight: 800;
  color: #f8fafc;
}
.vd-dark-badge span {
  font-size: 14px;
  color: #cbd5f5;
}

/* Benefits */
.vd-dark-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 26px;
}

.vd-dark-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(255,255,255,0.03);
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.06);
  transition: 0.3s ease;
}

.vd-dark-item i {
  font-size: 18px;
  color: #e4b34f; /* gold icon */
  margin-top: 2px;
}

.vd-dark-item p {
  font-size: 14.5px;
  color: #e5e7eb;
}

/* Hover (subtle, premium) */
.vd-dark-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.45);
}

/* Highlight (conversion focus) */
.vd-dark-item.vd-highlight {
  background: linear-gradient(135deg, #e4b34f, #f2d78a);
  color: #020617;
  font-weight: 800;
}
.vd-dark-item.vd-highlight i,
.vd-dark-item.vd-highlight p {
  color: #020617;
}

/* Responsive */
@media (max-width: 991px) {
  .vd-dark-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .vd-dark-benefits {
    grid-template-columns: 1fr;
  }
}



/* ===============================
   VERIFIED MANUFACTURER MEANING
================================ */

.vm-meaning {
  padding: 70px 0;
  background: #ffffff;
}

/* Header */
.vm-meaning-head {
  max-width: 720px;
  margin-bottom: 40px;
}

.vm-chip {
  display: inline-block;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 40px;
  background: #eef2ff;
  color: #2563eb;
  margin-bottom: 14px;
}

.vm-meaning-head h2 {
  font-size: 36px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}
.vm-meaning-head h2 span {
  color: #e4b34f;
}

.vm-meaning-head p {
  margin-top: 10px;
  font-size: 16.5px;
  color: #475569;
}

/* Flow */
.vm-flow {
  border-left: 2px solid #e5e7eb;
  padding-left: 28px;
  max-width: 760px;
}

.vm-step {
  display: flex;
  gap: 18px;
  margin-bottom: 26px;
}

.vm-step span {
  font-size: 13px;
  font-weight: 800;
  color: #e4b34f;
  min-width: 28px;
}

.vm-step h5 {
  font-size: 16.5px;
  font-weight: 700;
  color: #0f172a;
}

.vm-step p {
  font-size: 14.5px;
  color: #475569;
  margin-top: 4px;
}

/* Outcome */
.vm-outcome {
  margin-top: 36px;
  padding: 18px 22px;
  border-radius: 14px;
  background: #f8fafc;
  display: flex;
  gap: 14px;
  align-items: center;
  max-width: 760px;
}

.vm-outcome i {
  font-size: 24px;
  color: #e4b34f;
}

.vm-outcome p {
  margin: 0;
  font-size: 15.5px;
  color: #0f172a;
}

/* Responsive */
@media (max-width: 768px) {
  .vm-flow {
    padding-left: 18px;
  }
  .vm-step {
    gap: 12px;
  }
}


/* ===============================
   FULL WIDTH VERIFICATION GROWTH
================================ */

.vm-growth-fw {
  padding: 80px 0;
  background: #f9fbff;
}

/* Header */
.vm-growth-fw-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 50px;
}

.vm-growth-fw-head h2 {
  font-size: 38px;
  font-weight: 800;
  color: #0f172a;
}
.vm-growth-fw-head h2 span {
  color: #e4b34f;
}

.vm-growth-fw-head p {
  margin-top: 10px;
  font-size: 16.5px;
  color: #475569;
}

/* Flow */
.vm-growth-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.vm-flow-box {
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  box-shadow: 0 10px 30px rgba(15,23,42,0.08);
  font-size: 14.5px;
  font-weight: 500;
  color: #0f172a;
}

.vm-flow-box i {
  font-size: 18px;
  color: #e4b34f;
}

.vm-flow-box.highlight {
  background: linear-gradient(135deg,#fff3d6,#fde68a);
  font-weight: 700;
}

/* Arrow */
.vm-flow-arrow {
  font-size: 22px;
  color: #cbd5e1;
  font-weight: 700;
}

/* Bottom Note */
.vm-growth-fw-note {
  margin-top: 40px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
}

/* Responsive */
@media (max-width: 768px) {
  .vm-flow-arrow {
    display: none;
  }
  .vm-growth-flow {
    flex-direction: column;
  }
}


/* ===============================
   VERIFICATION PRICING SECTION
================================ */

.vm-pricing {
  padding: 80px 0;
  background: #ffffff;
}

/* Header */
.vm-pricing-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}

.vm-pricing-head h2 {
  font-size: 38px;
  font-weight: 800;
  color: #0f172a;
}
.vm-pricing-head h2 span {
  color: #e4b34f;
}

.vm-pricing-head p {
  margin-top: 10px;
  font-size: 16.5px;
  color: #475569;
}

/* Card */
.vm-price-card {
  max-width: 420px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 36px 32px;
  text-align: center;
  box-shadow: 0 25px 70px rgba(15,23,42,0.12);
  border: 1px solid #f1f5f9;
}

/* Top */
.vm-price-top .vm-plan {
  font-size: 14px;
  font-weight: 700;
  color: #475569;
  display: block;
  margin-bottom: 10px;
}

.vm-price-top h3 {
  font-size: 52px;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 6px;
}
.vm-price-top h3 small {
  font-size: 16px;
  font-weight: 600;
  color: #64748b;
}
.vm-price-top .currency {
  font-size: 30px;
  vertical-align: top;
}

/* Features */
.vm-price-features {
  list-style: none;
  padding: 0;
  margin: 28px 0;
}

.vm-price-features li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #0f172a;
  margin-bottom: 10px;
}

.vm-price-features i {
  color: #22c55e;
  font-size: 16px;
}

/* Foot */
.vm-price-foot {
  margin-top: 18px;
  font-size: 14.5px;
  color: #475569;
}
.vm-price-foot strong {
  color: #0f172a;
}

/* Responsive */
@media (max-width: 576px) {
  .vm-price-card {
    padding: 30px 24px;
  }
  .vm-price-top h3 {
    font-size: 44px;
  }
}



/* ===============================
   WHO SHOULD GET VERIFIED
================================ */

.vm-who-verify {
  padding: 80px 0;
  background: #f9fbff;
}

/* Header */
.vm-who-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px;
}

.vm-who-head h2 {
  font-size: 38px;
  font-weight: 800;
  color: #0f172a;
}
.vm-who-head h2 span {
  color: #e4b34f;
}

.vm-who-head p {
  margin-top: 12px;
  font-size: 16.5px;
  color: #475569;
}

/* Grid */
.vm-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 900px;
  margin: 0 auto;
}

.vm-industry-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 26px 20px;
  text-align: center;
  box-shadow: 0 16px 45px rgba(15,23,42,0.08);
  transition: 0.3s ease;
}

.vm-industry-card i {
  font-size: 30px;
  color: #e4b34f;
  margin-bottom: 10px;
}

.vm-industry-card h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.vm-industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(228,179,79,0.35);
}

/* Foot */
.vm-who-foot {
  margin-top: 50px;
  text-align: center;
  font-size: 16.5px;
  color: #0f172a;
}

/* Responsive */
@media (max-width: 991px) {
  .vm-industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .vm-industry-grid {
    grid-template-columns: 1fr;
  }
}


/* ===============================
   WHY MANUFACTURERS CHOOSE US
================================ */

.md-why-choose {
  padding: 90px 0;
  background: #ffffff;
}

/* Header */
.md-choose-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}

.md-choose-head h2 {
  font-size: 38px;
  font-weight: 800;
  color: #0f172a;
}

.md-choose-head h2 span {
  color: #e4b34f;
}

.md-choose-head p {
  margin-top: 14px;
  font-size: 16.5px;
  color: #475569;
}

/* Grid */
.md-choose-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

/* Card */
.md-choose-card {
  background: #f9fbff;
  border-radius: 16px;
  padding: 26px 20px;
  text-align: center;
  transition: 0.3s ease;
}

.md-choose-card i {
  font-size: 28px;
  color: #e4b34f;
  margin-bottom: 12px;
}

.md-choose-card h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.md-choose-card p {
  font-size: 14.5px;
  color: #475569;
}

.md-choose-card:hover {
  transform: translateY(-6px);
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15,23,42,0.1);
}

/* Highlight */
.md-choose-card.md-highlight {
  background: linear-gradient(135deg, #fff4d6, #fff9e8);
  border: 1px solid #f2d28b;
}

/* Responsive */
@media (max-width: 1200px) {
  .md-choose-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .md-choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .md-choose-grid {
    grid-template-columns: 1fr;
  }
}



/* ===============================
   FINAL VERIFICATION CTA
================================ */

.md-final-cta {
  padding: 80px 0;
  background: linear-gradient(180deg, #ffffff, #f9fbff);
}

.md-cta-box {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 40px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 30px 90px rgba(15,23,42,0.12);
}

.md-cta-box h2 {
  font-size: 40px;
  font-weight: 800;
  color: #0f172a;
}

.md-cta-box h2 span {
  color: #e4b34f;
}

.md-cta-box p {
  margin-top: 18px;
  font-size: 17px;
  color: #475569;
  line-height: 1.6;
}

.md-cta-price {
  margin-top: 26px;
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
}

.md-cta-price strong {
  color: #e4b34f;
}

.md-cta-price span {
  margin-left: 6px;
  font-size: 14px;
  color: #64748b;
}

/* Buttons */
.md-cta-actions {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary-cta {
  padding: 14px 28px;
  background: linear-gradient(135deg, #e4b34f, #f7dfa7);
  color: #020617;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
}

.btn-secondary-cta {
  padding: 14px 26px;
  border-radius: 50px;
  border: 1.5px solid #e4b34f;
  color: #0f172a;
  font-weight: 600;
  text-decoration: none;
}

.btn-primary-cta:hover {
  transform: translateY(-2px);
}

.btn-secondary-cta:hover {
  background: #fff6dc;
}

/* Responsive */
@media (max-width: 768px) {
  .md-cta-box h2 {
    font-size: 30px;
  }
  .md-cta-box {
    padding: 40px 22px;
  }
}
