/* =============================================================
   Marketing Digital Hoteles República Dominicana — CSS de página
   Archivo: assets/marketing-digital-hoteles-republica-dominicana.css
   Carga condicional solo para /marketing-digital-hoteles-republica-dominicana/
   Sin JS, sin animaciones innecesarias, sin contenido oculto.
   ============================================================= */

#mdh-republica-dominicana-main {
  background: var(--bg-base);
  color: var(--text-secondary);
  overflow-x: hidden;
}

#mdh-republica-dominicana-main section {
  position: relative;
}

.mdh-geo-page {
  --mdh-border: rgba(255, 255, 255, 0.08);
  --mdh-border-strong: rgba(255, 255, 255, 0.14);
  --mdh-orange-soft: rgba(255, 106, 0, 0.08);
  --mdh-orange-border: rgba(255, 106, 0, 0.22);
}

.mdh-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px;
  border: 1px solid var(--mdh-border);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.mdh-btn-secondary:hover {
  border-color: var(--mdh-orange-border);
  background: rgba(255, 106, 0, 0.07);
}

/* HERO */

.mdh-hero {
  min-height: 88vh;
  display: flex;
  align-items: center;
  padding: 150px 0 90px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 106, 0, 0.12), transparent 32%),
    radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.04), transparent 28%),
    linear-gradient(135deg, #0A0E13 0%, #0D1117 48%, #05070A 100%);
}

.mdh-hero__inner {
  max-width: 780px;
}

.mdh-eyebrow,
.mdh-section__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 13px;
  border: 1px solid var(--mdh-orange-border);
  border-radius: 999px;
  background: var(--mdh-orange-soft);
  color: var(--orange-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mdh-hero__title {
  max-width: 840px;
  margin-bottom: 24px;
  color: var(--text-primary);
  font-size: clamp(42px, 7vw, 78px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.mdh-hero__title span {
  color: var(--orange-light);
}

.mdh-hero__text {
  max-width: 720px;
  margin-bottom: 32px;
  color: var(--text-secondary);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}

.mdh-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.mdh-hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mdh-hero__points li {
  padding: 8px 12px;
  border: 1px solid var(--mdh-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text-secondary);
  font-size: 12px;
}

/* SECCIONES */

.mdh-section {
  padding: var(--section-pad-v) 0;
}

.mdh-section--dark {
  background: var(--bg-base);
}

.mdh-section--accent {
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 106, 0, 0.07), transparent 30%),
    linear-gradient(180deg, #0D1117 0%, #0A0E13 100%);
}

.mdh-section--cta {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 106, 0, 0.12), transparent 35%),
    #0A0E13;
}

.mdh-section__header {
  max-width: 790px;
  margin-bottom: 36px;
}

.mdh-section__title {
  margin-bottom: 18px;
  color: var(--text-primary);
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.mdh-section__intro {
  max-width: 780px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.78;
}

/* BLOQUES DE TEXTO */

.mdh-text-grid,
.mdh-includes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mdh-text-card,
.mdh-include-card,
.mdh-context-item,
.mdh-pricing-box,
.mdh-final-cta {
  border: 1px solid var(--mdh-border);
  border-radius: var(--radius-lg);
  background: var(--bg-card);
}

.mdh-text-card,
.mdh-include-card {
  padding: 26px;
}

.mdh-text-card:first-child {
  grid-column: span 2;
}

.mdh-text-card h3,
.mdh-include-card h3,
.mdh-context-item h3,
.mdh-pricing-box h3 {
  margin-bottom: 10px;
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.mdh-text-card p,
.mdh-include-card p,
.mdh-context-item p,
.mdh-pricing-box p,
.mdh-final-cta p {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.72;
}

/* CONTEXTO */

.mdh-context-list {
  display: grid;
  gap: 16px;
}

.mdh-context-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  padding: 26px;
}

.mdh-context-item__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--mdh-orange-border);
  border-radius: 14px;
  background: var(--mdh-orange-soft);
  color: var(--orange-light);
  font-size: 14px;
  font-weight: 700;
}

/* INCLUYE */

.mdh-includes-grid {
  margin-bottom: 24px;
}

.mdh-pricing-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 28px;
  background:
    radial-gradient(circle at right top, rgba(255, 106, 0, 0.09), transparent 36%),
    var(--bg-card);
}

/* CTA */

.mdh-final-cta {
  max-width: 850px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 54px);
  text-align: center;
  background:
    radial-gradient(circle at center top, rgba(255, 106, 0, 0.1), transparent 38%),
    var(--bg-card);
}

.mdh-final-cta .mdh-section__label {
  margin-left: auto;
  margin-right: auto;
}

.mdh-final-cta h2 {
  margin-bottom: 16px;
  color: var(--text-primary);
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.mdh-final-cta p {
  max-width: 670px;
  margin: 0 auto 26px;
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .mdh-hero {
    min-height: auto;
    padding: 120px 0 72px;
  }

  .mdh-text-grid,
  .mdh-includes-grid {
    grid-template-columns: 1fr;
  }

  .mdh-text-card:first-child {
    grid-column: auto;
  }

  .mdh-pricing-box {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .mdh-hero__actions,
  .mdh-hero__actions .btn-primary,
  .mdh-hero__actions .mdh-btn-secondary,
  .mdh-pricing-box .btn-primary,
  .mdh-final-cta .btn-primary {
    width: 100%;
  }

  .mdh-context-item {
    grid-template-columns: 1fr;
  }

  .mdh-hero__title,
  .mdh-section__title,
  .mdh-final-cta h2 {
    letter-spacing: -0.04em;
  }
}
