/* =============================================================
   Marketing Digital Hotelero México — CSS de página
   Archivo: assets/marketing-digital-hotelero-mexico.css
   Se encola SOLO en esta plantilla.
   ============================================================= */

:root {
  --py-primary: #FF6A00;
  --py-primary-light: #FF8534;
  --py-primary-dark: #E55D00;
  --py-accent-weak: rgba(255, 106, 0, 0.08);
  --py-bg-base: #0A0E13;
  --py-bg-surface: #0D1117;
  --py-bg-card: #111519;
  --py-bg-elevated: #161B21;
  --py-text: #F5F5F5;
  --py-text-heading: #F5F5F5;
  --py-text-secondary: #A0A4A8;
  --py-text-muted: #6B7075;
  --py-border-subtle: rgba(255, 255, 255, 0.08);
  --py-border-strong: rgba(255, 255, 255, 0.14);
  --py-radius-sm: 8px;
  --py-radius-md: 12px;
  --py-radius: 16px;
  --py-space-m: 36px;
  --text-base: 16px;
}

#mhm-main {
  background: var(--py-bg-base);
  color: var(--py-text-secondary);
  overflow: hidden;
}

#mhm-main section {
  position: relative;
}

body.page-template-marketing-digital-hotelero-mexico,
body.page-template-marketing-digital-hotelero-mexico-php,
body.page-marketing-digital-hotelero-mexico {
  background: var(--py-bg-base);
}

.btn-lg {
  padding: 15px 26px;
  font-size: 15px;
}

.mhm-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  color: var(--py-text);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--py-border-subtle);
  border-radius: var(--py-radius-sm);
  text-decoration: none;
  font-family: var(--font, Inter, sans-serif);
}

.mhm-btn-secondary:hover {
  border-color: rgba(255, 106, 0, 0.28);
  background: rgba(255, 106, 0, 0.07);
  color: #fff;
  transform: translateY(-2px);
}

/* HERO */
.mhm-hero {
  position: relative;
  overflow: hidden;
  background-image: url("/wp-content/uploads/2026/05/Marketing-digital-hotelero-en-Mexico.webp");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.mhm-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(10, 14, 19, 0.98) 0%,
      rgba(10, 14, 19, 0.92) 34%,
      rgba(10, 14, 19, 0.76) 58%,
      rgba(10, 14, 19, 0.42) 78%,
      rgba(10, 14, 19, 0.22) 100%
    ),
    linear-gradient(
      180deg,
      rgba(10, 14, 19, 0.16) 0%,
      rgba(10, 14, 19, 0.96) 100%
    );
  z-index: 0;
}

.mhm-hero__glow {
  position: absolute;
  width: 520px;
  height: 520px;
  left: -160px;
  top: 90px;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.14), transparent 65%);
  filter: blur(20px);
  z-index: 0;
  pointer-events: none;
}

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

.mhm-hero__content {
  max-width: 760px;
  padding: 154px 0 104px;
}

.mhm-eyebrow,
.mhm-section-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 7px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 106, 0, 0.2);
  background: rgba(255, 106, 0, 0.08);
  color: var(--py-primary-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.mhm-title {
  max-width: 900px;
  font-size: clamp(42px, 7vw, 80px);
  font-weight: 600;
  letter-spacing: -0.062em;
  line-height: 0.96;
  color: var(--py-text-heading);
  margin-bottom: 24px;
}

.mhm-title span {
  display: block;
  background: linear-gradient(135deg, #fff 0%, var(--py-primary-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mhm-subtitle {
  max-width: 690px;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.66;
  color: var(--py-text-secondary);
  margin-bottom: 34px;
}

.mhm-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.mhm-proof {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.mhm-proof li {
  font-size: 12px;
  color: var(--py-text-secondary);
  padding: 7px 12px;
  border: 1px solid var(--py-border-subtle);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
}

/* SECCIONES */

.mhm-section {
  padding: var(--section-pad-v, 96px) 0;
  background: var(--py-bg-base);
}

.mhm-section--accent {
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 106, 0, 0.06), transparent 28%),
    linear-gradient(180deg, #0D1117 0%, #0A0E13 100%);
}

.mhm-section__header {
  max-width: 820px;
  margin-bottom: var(--py-space-m);
}

.mhm-section-title {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.03;
  color: var(--py-text-heading);
  margin-bottom: 18px;
}

.mhm-section-desc {
  font-size: 16px;
  line-height: 1.78;
  color: var(--py-text-secondary);
  max-width: 780px;
}

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

.mhm-text-block,
.mhm-service-item,
.mhm-investment {
  background: var(--py-bg-card);
  border: 1px solid var(--py-border-subtle);
  border-radius: var(--py-radius);
  padding: 28px 26px;
}

.mhm-text-block h3,
.mhm-service-item h3,
.mhm-investment h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--py-text-heading);
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.mhm-text-block p,
.mhm-service-item p,
.mhm-investment p,
.mhm-copy-stack p {
  font-size: 15px;
  line-height: 1.76;
  color: var(--py-text-secondary);
}

.mhm-copy-stack {
  display: grid;
  gap: 18px;
  max-width: 860px;
}

.mhm-copy-stack p {
  padding-left: 18px;
  border-left: 2px solid rgba(255, 106, 0, 0.26);
}

.mhm-services-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.mhm-service-item {
  position: relative;
  overflow: hidden;
}

.mhm-service-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, var(--py-primary), transparent);
}

.mhm-investment {
  margin-top: 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 106, 0, 0.08), transparent 32%),
    var(--py-bg-card);
}

.mhm-investment p {
  max-width: 790px;
  margin-bottom: 22px;
}
/* RESPONSIVE */

@media (max-width: 1024px) {
  .mhm-hero__content {
    padding: 132px 0 86px;
  }

  .mhm-text-grid,
  .mhm-services-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .mhm-hero {
    min-height: auto;
	background-position: center right;

  }

  .mhm-hero__overlay {
       background:
      linear-gradient(
        180deg,
        rgba(10, 14, 19, 0.96) 0%,
        rgba(10, 14, 19, 0.90) 48%,
        rgba(10, 14, 19, 0.98) 100%
      );
  }

  .mhm-hero__content {
    padding: 126px 0 84px;
  }

  .mhm-title {
    letter-spacing: -0.045em;
  }

  .mhm-subtitle {
    font-size: 16px;
  }

  .mhm-actions {
    align-items: stretch;
  }

  .mhm-actions .btn-primary,
  .mhm-actions .mhm-btn-secondary,
  .mhm-investment .btn-primary {
    width: 100%;
  }

  .mhm-text-block,
  .mhm-service-item,
  .mhm-investment {
    padding: 24px;
  }
}

@media (max-width: 420px) {
  .mhm-proof {
    align-items: stretch;
  }

  .mhm-proof li {
    width: 100%;
  }
}
