.bulk-page {
  background: #f7f2e8;
}

.bulk-hero {
  position: relative;
  min-height: clamp(440px, 62vw, 640px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #122516;
}

.bulk-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 18, 9, 0.96) 0%, rgba(7, 18, 9, 0.76) 46%, rgba(7, 18, 9, 0.16) 78%),
    linear-gradient(0deg, rgba(7, 18, 9, 0.34), rgba(7, 18, 9, 0.02) 46%),
    url("../images/2_Banner.png") center bottom / cover no-repeat;
}

.bulk-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(0deg, rgba(10, 23, 13, 0.78), transparent);
}

.bulk-hero .container {
  position: relative;
  z-index: 1;
}

.bulk-hero-content {
  width: min(680px, 100%);
  padding: 76px 0;
}

.bulk-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #e2c875;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bulk-hero h1,
.bulk-section-title,
.bulk-why h2,
.bulk-cta h2 {
  font-family: "Playfair Display", serif;
}

.bulk-hero h1 {
  max-width: 640px;
  margin-bottom: 20px;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.96;
  color: #fffaf0;
}

.bulk-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
}

.bulk-hero-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 720px;
  margin-top: 42px;
}

.bulk-feature {
  min-height: 108px;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  border-left: 1px solid rgba(226, 200, 117, 0.58);
}

.bulk-feature:first-child {
  border-left: 0;
  padding-left: 0;
}

.bulk-feature-icon {
  color: #e2c875;
  font-size: 30px;
  line-height: 1;
}

.bulk-feature strong {
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
}

.bulk-options {
  padding: 52px 0 22px;
  background: #fffaf0;
}

.bulk-section-heading {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.bulk-section-title {
  margin-bottom: 10px;
  color: #1f3a24;
  font-size: clamp(30px, 4vw, 42px);
}

.bulk-section-heading p {
  color: #2f3028;
  font-size: 17px;
  line-height: 1.6;
}

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

.bulk-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #eadfca;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(30, 26, 17, 0.13);
}

.bulk-card-media {
  position: relative;
  min-height: 210px;
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-size: cover;
}

.bulk-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.05));
}

.bulk-card.brown .bulk-card-media {
  background-image: url("../images/brown-propolis-1.jpg");
}

.bulk-card.green .bulk-card-media {
  background-image: url("../images/green-propolis-1.jpg");
}

.bulk-card.red .bulk-card-media {
  background-image: url("../images/red-propolis-1.jpg");
}

.bulk-card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 22px 20px 18px;
  color: #fff;
}

.bulk-card-title h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 4px;
  font-family: "Playfair Display", serif;
  font-size: 23px;
  text-align: center;
  text-transform: uppercase;
}

.bulk-card-title p {
  text-align: center;
  color: rgba(255, 255, 255, 0.92);
}

.bulk-card.brown .bulk-card-title {
  background: rgba(116, 65, 26, 0.86);
}

.bulk-card.green .bulk-card-title {
  background: rgba(31, 78, 34, 0.88);
}

.bulk-card.red .bulk-card-title {
  background: rgba(123, 35, 28, 0.9);
}

.bulk-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.bulk-table th,
.bulk-table td {
  padding: 16px 12px;
  border-bottom: 1px solid #eee6d8;
  text-align: center;
}

.bulk-table th {
  color: #2e3129;
  background: #fbf7ed;
  font-size: 11px;
  text-transform: uppercase;
}

.bulk-table td {
  color: #2a2a26;
}

.bulk-price {
  font-weight: 800;
}

.bulk-card.brown .bulk-price {
  color: #74411a;
}

.bulk-card.green .bulk-price {
  color: #245b29;
}

.bulk-card.red .bulk-price {
  color: #7b231c;
}

.bulk-why {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  background: #f5efe2;
}

.bulk-why::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(245, 239, 226, 0.98), rgba(245, 239, 226, 0.9) 46%, rgba(245, 239, 226, 0.2)),
    url("../images/brown-propolis-2.jpg") center right / cover no-repeat;
}

.bulk-why-content {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
}

.bulk-why h2 {
  margin-bottom: 18px;
  color: #1f3a24;
  font-size: clamp(30px, 4vw, 40px);
}

.bulk-why ul {
  list-style: none;
  display: grid;
  gap: 12px;
}

.bulk-why li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #263025;
  font-size: 16px;
}

.bulk-why li::before {
  content: "\2713";
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #497a44;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.bulk-cta {
  background:
    linear-gradient(135deg, rgba(17, 56, 27, 0.98), rgba(21, 79, 38, 0.95)),
    url("../images/green-propolis-2.jpg") center / cover no-repeat;
  color: #fff;
}

.bulk-cta-inner {
  min-height: 168px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.bulk-cta-icon {
  color: #e2c875;
  font-size: 58px;
  line-height: 1;
}

.bulk-cta h2 {
  margin-bottom: 6px;
  font-size: clamp(24px, 3vw, 34px);
  color: #fffaf0;
  text-transform: uppercase;
}

.bulk-cta p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.5;
}

.bulk-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, #f7d985, #d8a94a);
  color: #1a1a1a;
  font-weight: 900;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bulk-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.32);
}

.bulk-contact-strip {
  padding: 38px 0;
  background: linear-gradient(180deg, #fffaf0, #f7f0df);
  border-top: 5px solid #14391d;
}

.bulk-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid #dfcfad;
  padding: 0 0 30px;
}

.bulk-contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 70px;
  padding: 8px 6px;
}

.bulk-contact-icon {
  position: relative;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1.5px solid #c09233;
  border-radius: 50%;
  color: #173d20;
  background: rgba(255, 250, 240, 0.78);
}

.bulk-contact-icon::before {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #14391d;
  font-size: 21px;
  line-height: 1;
}

.bulk-contact-icon.is-email::before {
  content: "\2709";
}

.bulk-contact-icon.is-telegram::before {
  content: "\260E";
}

.bulk-contact-icon.is-shipping::before {
  content: "\25CE";
}

.bulk-contact-icon.is-quality::before {
  content: "\2726";
}

.bulk-contact-item strong {
  display: block;
  margin-bottom: 3px;
  color: #211a10;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
}

.bulk-contact-item span {
  display: block;
  color: #3f3527;
  font-size: 14px;
  line-height: 1.35;
}

@media (max-width: 1000px) {
  .bulk-hero-features,
  .bulk-cards,
  .bulk-contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bulk-card-media {
    min-height: 190px;
  }

  .bulk-cta-inner {
    grid-template-columns: auto 1fr;
  }

  .bulk-button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .bulk-hero {
    min-height: auto;
  }

  .bulk-hero::before {
    background:
      linear-gradient(180deg, rgba(7, 18, 9, 0.95), rgba(7, 18, 9, 0.7)),
      url("../images/2_Banner.png") center bottom / cover no-repeat;
  }

  .bulk-hero-content {
    padding: 58px 0;
  }

  .bulk-hero-features,
  .bulk-cards,
  .bulk-contact-grid {
    grid-template-columns: 1fr;
  }

  .bulk-feature,
  .bulk-feature:first-child {
    min-height: 76px;
    padding: 0 0 14px;
    border-left: 0;
    border-bottom: 1px solid rgba(226, 200, 117, 0.45);
  }

  .bulk-options {
    padding-top: 42px;
  }

  .bulk-table th,
  .bulk-table td {
    padding: 13px 8px;
    font-size: 13px;
  }

  .bulk-why::before {
    background:
      linear-gradient(180deg, rgba(245, 239, 226, 0.98), rgba(245, 239, 226, 0.78)),
      url("../images/brown-propolis-2.jpg") center / cover no-repeat;
  }

  .bulk-cta-inner {
    grid-template-columns: 1fr;
    padding: 34px 0;
    gap: 18px;
  }

  .bulk-button {
    grid-column: auto;
    width: 100%;
  }
}
