/* Cocoa Capital - Equipamiento y Suministros V1.0 REVIEW */
.section-label {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #044de0;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.equipment-hero .hero-photo {
  position: relative;
  height: 430px;
  object-fit: cover;
  width: 100%;
}
.equipment-hero-visual {
  min-height: 430px;
}
.equipment-hero p {
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 22px;
  max-width: 620px;
}
.product-categories-section {
  padding: 24px 0 14px;
}
.product-category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.product-category-card {
  background: #fff;
  border: 1px solid #e5ebf4;
  border-radius: 14px;
  min-height: 286px;
  padding: 26px 18px 20px;
  text-align: center;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.product-category-card i {
  font-size: 38px;
  color: #044de0;
  margin-bottom: 16px;
}
.product-category-card h3 {
  font-size: 18px;
  line-height: 1.25;
  color: #071b52;
  margin: 0 0 18px;
  font-weight: 800;
}
.product-category-card img {
  max-width: 135px;
  max-height: 88px;
  object-fit: contain;
}
.brand-showcase-section {
  padding: 10px 0 18px;
}
.brand-showcase-card {
  background: linear-gradient(90deg, #fbfdff, #f3f7fc);
  border-radius: 16px;
  padding: 26px 36px 28px;
  box-shadow: 0 10px 28px rgba(41, 60, 100, 0.05);
}
.brand-showcase-card h2 {
  font-size: 31px;
  line-height: 1.12;
  color: #044de0;
  margin: 0 0 22px;
  font-weight: 800;
}
.brand-showcase-card h2:after {
  content: '';
  display: block;
  width: 28px;
  height: 3px;
  background: var(--cocoa-gold);
  margin-top: 10px;
}
.brand-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 18px 26px;
  align-items: center;
}
.brand-grid img {
  max-width: 112px;
  max-height: 34px;
  width: 100%;
  object-fit: contain;
  justify-self: center;
}
.brand-grid span {
  font-size: 17px;
  font-weight: 800;
  color: #071b52;
  white-space: nowrap;
}
.store-promo-section {
  padding: 0 0 16px;
}
.store-promo-box {
  background: linear-gradient(90deg, #fbfdff, #f3f7fc);
  border-radius: 16px;
  min-height: 146px;
  padding: 28px 60px;
  display: grid;
  grid-template-columns: 120px 1fr 260px;
  gap: 42px;
  align-items: center;
}
.store-promo-icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 1px solid #044de0;
  color: #044de0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  box-shadow: inset 0 -10px 0 rgba(221, 175, 0, 0.85);
}
.store-promo-box p {
  font-size: 17px;
  line-height: 1.6;
  color: #071b52;
  font-weight: 600;
  margin: 0;
}
.equipment-strategic-cta {
  padding: 0 0 16px;
}
.strategic-cta-box {
  min-height: 176px;
  background: #071b52;
  color: #fff;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 120px 1fr 260px;
  gap: 34px;
  align-items: center;
  padding: 30px 48px;
  overflow: hidden;
}
.strategic-icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #fff;
  color: #044de0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  box-shadow: inset 0 -10px 0 rgba(221, 175, 0, 0.75);
}
.strategic-cta-box h2 {
  color: #fff;
  font-size: 29px;
  line-height: 1.18;
  margin: 0;
  font-weight: 800;
}
.strategic-btn {
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: #fff;
  background: transparent;
  border-radius: 12px;
}
.equipment-final-message {
  padding: 0 0 20px;
}
.final-message-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  align-items: center;
}
.final-message-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}
.final-message-grid h2 {
  font-size: 40px;
  line-height: 1.15;
  color: #071b52;
  margin: 0;
  font-weight: 800;
}
.final-message-grid h2:after {
  content: '';
  display: block;
  width: 28px;
  height: 3px;
  background: var(--cocoa-gold);
  margin-top: 18px;
}
@media (max-width: 1366px) {
  .product-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .brand-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 1100px) {
  .store-promo-box,
  .strategic-cta-box,
  .final-message-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .product-category-grid {
    grid-template-columns: 1fr;
  }
  .brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .store-promo-box,
  .strategic-cta-box {
    padding: 28px 22px;
  }
  .strategic-cta-box h2,
  .final-message-grid h2 {
    font-size: 30px;
  }
}
