/* ── Intro ── */
.bulk-intro {
  background: #fff;
  padding: 48px 0 32px;
  text-align: center;
}

.bulk-intro__eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-coral, #9d3b16);
  margin-bottom: 10px;
}

.bulk-intro__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(26px, 3.5vw, 34px);
  font-weight: 600;
  color: #1a2b4a;
  margin-bottom: 14px;
}

.bulk-intro__text {
  max-width: 680px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.65;
  color: #5a6577;
}

/* ── Benefits ── */
.bulk-benefits {
  background: #f8f9fb;
  padding: 40px 0 48px;
}

.bulk-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bulk-benefit {
  background: #fff;
  border: 1px solid #eef1f5;
  padding: 28px 24px;
  text-align: center;
}

.bulk-benefit__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(242, 132, 122, 0.12);
  color: var(--color-coral, #9d3b16);
}

.bulk-benefit__icon svg {
  width: 24px;
  height: 24px;
}

.bulk-benefit__title {
  font-size: 16px;
  font-weight: 600;
  color: #1a2b4a;
  margin-bottom: 8px;
}

.bulk-benefit__text {
  font-size: 14px;
  line-height: 1.55;
  color: #6b7a8d;
}

/* ── Form layout ── */
.bulk-order {
  background: #fff;
  padding: 0 0 56px;
}

.bulk-order__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: start;
}

.bulk-order__heading {
  font-size: 22px;
  font-weight: 600;
  color: #1a2b4a;
  margin-bottom: 8px;
}

.bulk-order__sub {
  font-size: 14px;
  color: #6b7a8d;
  margin-bottom: 28px;
}

.bulk-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.bulk-form__group {
  margin-bottom: 20px;
}

.bulk-form__label {
  display: block;
  font-size: 13px;
  color: #6b7a8d;
  margin-bottom: 8px;
}

.bulk-form__label .required {
  color: #9d3b16;
}

.bulk-form__input,
.bulk-form__select,
.bulk-form__textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #dde3ec;
  border-radius: 4px;
  font-family: var(--font);
  font-size: 14px;
  color: #1a2b4a;
  background: #fff;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.bulk-form__select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7a8d' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.bulk-form__input::placeholder,
.bulk-form__textarea::placeholder {
  color: #b0b8c4;
}

.bulk-form__input:focus,
.bulk-form__select:focus,
.bulk-form__textarea:focus {
  border-color: #7ec0e8;
  box-shadow: 0 0 0 3px rgba(126, 192, 232, 0.2);
}

.bulk-form__textarea {
  min-height: 120px;
  resize: vertical;
}

.bulk-form__submit {
  display: inline-block;
  background: var(--color-navy-dark, #081628);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 14px 32px;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.bulk-form__submit:hover {
  background: var(--color-navy, #0c1f3f);
}

/* ── Sidebar ── */
.bulk-sidebar {
  background: #f8f9fb;
  border: 1px solid #eef1f5;
  padding: 28px 24px;
  position: sticky;
  top: 24px;
}

.bulk-sidebar__title {
  font-size: 18px;
  font-weight: 600;
  color: #1a2b4a;
  margin-bottom: 16px;
}

.bulk-sidebar__list {
  list-style: none;
  margin-bottom: 24px;
}

.bulk-sidebar__list li {
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 1.55;
  color: #5a6577;
  margin-bottom: 12px;
}

.bulk-sidebar__list li svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--color-coral, #9d3b16);
}

.bulk-sidebar__note {
  font-size: 13px;
  line-height: 1.55;
  color: #6b7a8d;
  padding-top: 20px;
  border-top: 1px solid #e8ecf1;
  margin-bottom: 20px;
}

.bulk-sidebar__whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 20px;
  background: #22a06b;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s;
}

.bulk-sidebar__whatsapp svg {
  width: 20px;
  height: 20px;
}

.bulk-sidebar__whatsapp:hover {
  background: #1d8a5c;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .bulk-benefits__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bulk-order__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .bulk-sidebar {
    position: static;
  }
}

@media (max-width: 600px) {
  .bulk-intro {
    padding: 36px 0 28px;
  }

  .bulk-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
