body {
  background: #f6fbf8;
}

.bulk-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 420px;
  padding: 34px clamp(18px, 7vw, 92px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(246, 251, 248, 0.98) 0%, rgba(246, 251, 248, 0.9) 42%, rgba(246, 251, 248, 0.24) 68%),
    url("../img/hero-bulk.png") right center / cover no-repeat;
  border-bottom: 1px solid var(--line);
}

.bulk-hero-copy {
  max-width: 640px;
}

.bulk-hero .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  padding: 5px 12px;
  color: var(--green-800);
  background: #e7f8ef;
  border: 1px solid #c6ecd7;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

.bulk-hero h1 {
  max-width: 560px;
  margin: 0;
  color: #07150d;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
}

.bulk-hero p {
  max-width: 560px;
  margin: 18px 0 0;
  color: #1f2d25;
  font-size: clamp(16px, 2vw, 19px);
}

.bulk-hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 26px;
  margin-top: 24px;
}

.bulk-hero-points span,
.form-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #123d27;
  font-weight: 600;
}

.bulk-hero-points .icon,
.form-note .icon {
  color: var(--green-700);
}

.bulk-section {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 46px;
  padding-bottom: 46px;
}

#how-it-works {
  padding-bottom: 28px;
}

.form-benefits-section {
  padding-top: 18px;
}

.bulk-heading {
  max-width: 820px;
  margin-bottom: 24px;
}

.bulk-heading h2,
.bulk-form-card h2,
.partner-panel h2,
.bulk-cta h2 {
  margin: 0;
  color: #07150d;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.15;
  letter-spacing: 0;
}

.bulk-heading p,
.bulk-form-card > p,
.partner-panel p,
.bulk-cta p {
  margin: 8px 0 0;
  color: var(--muted);
}

.bulk-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bulk-card,
.bulk-form-card,
.testimonial-card,
.bulk-product,
.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(6, 61, 34, 0.1);
}

.bulk-card {
  min-height: 132px;
  padding: 24px;
}

.buyer-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bulk-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  color: var(--green-700);
  background: #e7f8ef;
  border: 1px solid #ccefdc;
  border-radius: 50%;
}

.bulk-icon .icon {
  width: 21px;
  height: 21px;
}

.bulk-card h3,
.bulk-step h3,
.bulk-product h3,
.testimonial-person strong {
  margin: 0;
  color: #07150d;
  font-size: 16px;
  line-height: 1.25;
}

.benefit-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.bulk-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 26px;
}

.bulk-steps::before {
  content: "";
  position: absolute;
  top: 22px;
  left: calc(12.5% + 22px);
  right: calc(12.5% + 22px);
  height: 2px;
  background: #9ccfb3;
  z-index: 0;
}

.bulk-step {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
  z-index: 1;
}

.bulk-step .bulk-icon {
  position: relative;
  margin-bottom: 14px;
  background: #e7f8ef;
  box-shadow: 0 0 0 8px #f6fbf8;
  z-index: 1;
}

.bulk-step small {
  color: var(--green-700);
  font-weight: 700;
  font-size: 11px;
}

.bulk-step p {
  max-width: 180px;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.bulk-form-layout {
  display: grid;
  grid-template-columns: minmax(420px, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
  max-width: 1040px;
}

.bulk-form-card {
  padding: 26px 28px;
}

.bulk-form-card .form-grid {
  gap: 10px 12px;
  margin-top: 16px;
}

.bulk-form-card label {
  display: grid;
  gap: 6px;
  color: #1f2d25;
  font-size: 12px;
  font-weight: 600;
}

.bulk-form-card input,
.bulk-form-card select,
.bulk-form-card textarea {
  min-height: 38px;
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 14px;
}

.bulk-form-card textarea {
  min-height: 78px;
  border-radius: 14px;
  resize: vertical;
}

.bulk-form-card .btn {
  width: 100%;
  min-height: 44px;
}

.form-note {
  justify-content: center;
  width: 100%;
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.partner-panel {
  padding: 8px 0;
}

.partner-panel .check-list {
  margin-top: 18px;
  gap: 11px;
}

.partner-panel .check-list li {
  color: #244032;
  font-size: 14px;
}

.partner-mini {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 24px;
  padding: 8px 14px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
}

.partner-mini span {
  width: 18px;
  height: 18px;
  margin-right: -9px;
  background: #9fd9b6;
  border: 2px solid #fff;
  border-radius: 50%;
}

.partner-mini span:nth-child(2) {
  background: #5dbb81;
}

.partner-mini span:nth-child(3) {
  margin-right: 4px;
  background: #1e9c56;
}

.product-strip {
  display: grid;
  grid-auto-columns: minmax(190px, 1fr);
  grid-auto-flow: column;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.bulk-product {
  overflow: hidden;
  padding: 10px;
}

.product-image {
  position: relative;
  height: 120px;
  overflow: hidden;
  border-radius: 8px;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-image-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--green-800);
  background: linear-gradient(135deg, #eef8f2, #dcefe4);
  border: 1px dashed #8bc7a5;
  font-size: 13px;
  font-weight: 700;
}

.product-image span {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 9px;
  color: #fff;
  background: var(--green-800);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.bulk-product h3 {
  margin-top: 12px;
}

.bulk-product small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
}

.bulk-product strong {
  display: block;
  margin-top: 3px;
  color: var(--green-700);
  font-size: 14px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.testimonial-card {
  padding: 22px;
}

.stars {
  color: #f1b84b;
  letter-spacing: 0;
  font-size: 15px;
}

.testimonial-card p {
  margin: 14px 0 18px;
  color: #314039;
  font-size: 14px;
}

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

.testimonial-person > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--green-800);
  background: #e7f8ef;
  border-radius: 50%;
  font-weight: 700;
}

.testimonial-person small {
  display: block;
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 52px;
  padding: 0 18px;
  color: #07150d;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--green-700);
  font-size: 22px;
  line-height: 1;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  margin: -4px 18px 18px;
  color: var(--muted);
}

.bulk-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(24px, 6vw, 70px);
  color: #fff;
  background: var(--green-800);
  border-radius: 8px;
}

.bulk-cta h2,
.bulk-cta p {
  color: #fff;
}

.bulk-cta p {
  max-width: 560px;
  opacity: 0.9;
}

@media (max-width: 960px) {
  .bulk-hero {
    background:
      linear-gradient(90deg, rgba(246, 251, 248, 0.97), rgba(246, 251, 248, 0.86)),
      url("../img/hero-bulk.png") center / cover no-repeat;
  }

  .bulk-card-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bulk-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bulk-steps::before {
    display: none;
  }

  .bulk-form-layout {
    grid-template-columns: 1fr;
    max-width: none;
  }
}

@media (max-width: 620px) {
  .bulk-hero {
    min-height: auto;
    padding-top: 36px;
    padding-bottom: 42px;
  }

  .bulk-hero-points,
  .bulk-card-grid,
  .bulk-steps,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .bulk-card {
    min-height: 118px;
  }

  .bulk-form-card {
    padding: 20px;
  }

  .product-strip {
    grid-auto-columns: minmax(170px, 78vw);
  }

  .bulk-cta {
    flex-direction: column;
    align-items: stretch;
  }
}
