/* Cocoa Capital - Programa de Beneficios Exclusivos 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;
}

.benefits-hero .hero-photo {
  position: relative;
  height: 430px;
  width: 100%;
  object-fit: cover;
}

.benefits-hero-visual {
  min-height: 430px;
}

.benefits-hero p {
  font-size: 17px;
  line-height: 1.65;
  max-width: 610px;
  margin-bottom: 22px;
}

.benefits-cards-section {
  padding: 16px 0 22px;
}

.center-title {
  text-align: center;
  margin-bottom: 30px;
}

.center-title h2 {
  font-size: 34px;
  line-height: 1.15;
  color: #071b52;
  margin: 0;
  font-weight: 900;
}

.center-title h2:after {
  content: '';
  display: block;
  width: 34px;
  height: 3px;
  background: #ddaf00;
  margin: 12px auto 0;
}

.benefit-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.benefit-card {
  background: #fff;
  border: 1px solid #e5ebf4;
  border-radius: 14px;
  min-height: 310px;
  padding: 32px 28px;
  text-align: center;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefit-card > i:first-child {
  color: #044de0;
  font-size: 56px;
  line-height: 1;
  margin-bottom: 28px;
}

.benefit-mini-icon {
  color: #044de0;
  font-size: 28px;
  margin-top: -58px;
  margin-left: 58px;
  margin-bottom: 24px;
}

.benefit-card h3 {
  font-size: 19px;
  line-height: 1.25;
  color: #071b52;
  font-weight: 900;
  margin: 0 0 22px;
}

.benefit-card p {
  font-size: 15px;
  line-height: 1.55;
  color: #071b52;
  margin: 0;
  font-weight: 500;
}

.organization-program-section {
  padding: 22px 0;
}

.organization-program-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  align-items: center;
}

.program-image-box img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 8px;
}

.program-content h2,
.beneficiaries-copy h2 {
  font-size: 38px;
  line-height: 1.15;
  color: #071b52;
  font-weight: 900;
  margin: 0 0 22px;
}

.program-content h2:after,
.beneficiaries-copy h2:after {
  content: '';
  display: block;
  width: 34px;
  height: 3px;
  background: #ddaf00;
  margin-top: 14px;
}

.program-content p,
.beneficiaries-copy p {
  font-size: 17px;
  line-height: 1.65;
  color: #071b52;
  margin: 0 0 18px;
}

.program-bullets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin: 22px 0 26px;
}

.program-bullets ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.program-bullets li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.45;
  color: #071b52;
  font-weight: 700;
  margin-bottom: 10px;
}

.program-bullets i {
  color: #f2a900;
  margin-top: 3px;
}

.beneficiaries-section {
  padding: 22px 0 10px;
}

.beneficiaries-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 56px;
  align-items: center;
}

.beneficiaries-cards h3 {
  color: #044de0;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 18px;
}

.beneficiary-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.beneficiary-card {
  background: #fff;
  border: 1px solid #e5ebf4;
  border-radius: 14px;
  min-height: 260px;
  padding: 30px 28px;
  text-align: center;
  box-shadow: var(--shadow-card);
}

.beneficiary-card img {
  width: auto;
  max-width: 210px;
  height: 78px;
  object-fit: contain;
  margin: 0 auto 24px;
}

.beneficiary-card h4 {
  color: #071b52;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 16px;
  font-weight: 900;
}

.beneficiary-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #071b52;
  margin: 0;
  font-weight: 500;
}

.registration-cta {
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

.benefits-strategic-cta {
  padding: 18px 0 16px;
}

.strategic-cta-box {
  min-height: 128px;
  background: #071b52;
  color: #fff;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 110px 1fr 260px;
  gap: 34px;
  align-items: center;
  padding: 28px 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: 31px;
  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;
}

.benefits-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: 220px;
  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: #ddaf00;
  margin-top: 18px;
}

@media (max-width: 1366px) {
  .benefit-card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .benefit-card {
    padding: 30px 22px;
  }
}

@media (max-width: 1199px) {
  .benefit-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .organization-program-grid,
  .beneficiaries-grid,
  .final-message-grid {
    grid-template-columns: 1fr;
  }
  .strategic-cta-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .benefit-card-grid,
  .beneficiary-card-grid,
  .program-bullets {
    grid-template-columns: 1fr;
  }
  .program-content h2,
  .beneficiaries-copy h2 {
    font-size: 31px;
  }
  .strategic-cta-box {
    padding: 26px 24px;
  }
  .strategic-cta-box h2,
  .final-message-grid h2 {
    font-size: 30px;
  }
}
