/* =========================
   PAGE: SERVICIOS AGRÍCOLAS
========================= */

/* Hero */
.campo-hero {
  padding: 72px 0 32px;
}

.campo-hero-content {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.campo-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: #eef4ff;
  color: #0b57d0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 18px;
}

.campo-badge-inline {
  margin-bottom: 16px;
}

.campo-badge-dark {
  background: #1c1c1e;
  color: #ffffff;
}

.campo-subtitle {
  max-width: 760px;
  margin: 0 auto 20px;
  font-size: 22px;
  line-height: 1.5;
  color: #4a4a4f;
}

.campo-intro {
  max-width: 760px;
  margin: 0 auto 16px;
  color: #5f5f64;
}

.campo-hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.campo-center-actions {
  justify-content: center;
}

/* Buttons variants */
.campo-primary {
  background: #0071e3;
  color: #fff;
}

.campo-secondary {
  background: #f5f5f7;
  color: #1c1c1e;
  border: 1px solid #d2d2d7;
}

.campo-secondary-dark {
  background: #ffffff;
  color: #1c1c1e;
  border: 1px solid rgba(255,255,255,0.35);
}

/* Sections */
.campo-section {
  padding: 72px 0;
}

.campo-alt {
  background: #f8f9fb;
  border-radius: 28px;
  padding-left: 24px;
  padding-right: 24px;
}

.campo-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.campo-narrow {
  max-width: 860px;
}

.campo-section-title {
  margin-top: 0;
  margin-bottom: 14px;
}

.campo-section-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
  color: #6e6e73;
}

/* Program cards */
.campo-program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.campo-program-card {
  background: #ffffff;
  border: 1px solid #e5e5ea;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.campo-program-card.featured {
  border: 1px solid rgba(0, 113, 227, 0.18);
  box-shadow: 0 18px 40px rgba(0, 113, 227, 0.08);
}

.campo-program-head {
  margin-bottom: 20px;
}

.campo-program-head h3 {
  margin: 10px 0 10px;
  font-size: 30px;
  line-height: 1.2;
}

.campo-card-subtitle {
  margin: 0;
  font-size: 16px;
  color: #6e6e73;
}

.campo-pill {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: #0b57d0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.campo-pill-dark {
  background: #f1f1f3;
  color: #1c1c1e;
}

.campo-list-block {
  margin-top: 22px;
  padding: 18px 20px;
  background: #f8f9fb;
  border-radius: 18px;
  border: 1px solid #ececf0;
}

.campo-list-block h4 {
  margin: 0 0 10px;
  font-size: 16px;
}

.campo-list-block ul {
  margin: 0;
  padding-left: 20px;
}

.campo-list-block li {
  margin-bottom: 8px;
}

.campo-price-box {
  margin-top: 26px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #f5faff;
  border: 1px solid rgba(0, 113, 227, 0.12);
}

.campo-price-box-simple {
  background: #f7f7f8;
  border-color: #e5e5ea;
}

.campo-price-current {
  font-size: 18px;
  color: #1c1c1e;
}

.campo-price-current strong {
  font-size: 24px;
}

.campo-price-old {
  margin-top: 6px;
  font-size: 15px;
  color: #8e8e93;
  text-decoration: line-through;
}

.campo-card-actions {
  margin-top: 24px;
}

/* Note box */
.campo-note-box {
  background: #ffffff;
  border: 1px solid #e5e5ea;
  border-radius: 28px;
  padding: 32px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.campo-note-box h2 {
  margin-top: 8px;
  margin-bottom: 18px;
}

/* Compare */
.campo-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.campo-compare-card {
  background: #ffffff;
  border: 1px solid #e5e5ea;
  border-radius: 24px;
  padding: 28px;
  text-align: left;
}

.campo-compare-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
}

/* CTA */
.campo-cta {
  margin-top: 24px;
  margin-bottom: 40px;
  padding: 72px 24px;
  background: linear-gradient(180deg, #0b57d0 0%, #0a4bb4 100%);
  border-radius: 32px;
  color: #ffffff;
}

.campo-cta h2 {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 18px;
}

.campo-cta p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255,255,255,0.92);
}

.text-center {
  text-align: center;
}

/* Responsive */
@media (max-width: 900px) {
  .campo-program-grid,
  .campo-compare-grid {
    grid-template-columns: 1fr;
  }

  .campo-program-card,
  .campo-note-box,
  .campo-compare-card {
    padding: 24px;
  }
}

@media (max-width: 768px) {
  .campo-hero {
    padding-top: 48px;
  }

  .campo-section {
    padding: 48px 0;
  }

  .campo-alt {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 22px;
  }

  .campo-subtitle {
    font-size: 19px;
  }

  .campo-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .campo-hero-actions .button {
    width: 100%;
    text-align: center;
  }

  .campo-cta {
    padding: 48px 18px;
    border-radius: 24px;
  }
}
