/* =============================================
   ENTERTAINMENT GOALS — Página Servicios
   Extiende inicio.css
   ============================================= */

.logo {
  display: inline-flex;
  align-items: center;
}

.logo-img {
  display: block;
  height: 120px;
  width: auto;
  object-fit: contain;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
}

.footer-logo {
  display: block;
  height: 140px;
  width: auto;
  object-fit: contain;
}

/* ── Hero ── */
.services-hero {
  padding-block: 72px 56px;
  background: var(--white);
}

.services-hero-inner {
  display: grid;
  gap: 20px;
  max-width: 720px;
}

.services-hero-inner .tag {
  align-self: flex-start;
}

.services-hero-inner h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--navy);
  letter-spacing: -0.02em;
}

.services-hero-inner p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--gray-500);
  max-width: 600px;
}

/* ── Grid de servicios ── */
.services-page {
  padding-block: 0 80px;
  background: var(--white);
}

.services-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-page-card {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 32px 28px;
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: box-shadow var(--transition), transform var(--transition);
}

.service-page-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.service-page-card--wide {
  grid-column: span 2;
}

.service-page-card-header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
}

.service-page-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: var(--blue-badge);
  border: 1px solid var(--blue-light);
  border-radius: var(--radius-sm);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}

.service-page-icon--comms {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10.34 15.84c-.688-.06-1.386-.09-2.09-.09H7.5a4.5 4.5 0 110-9h.75c.704 0 1.402-.03 2.09-.09m0 9.18c.253.962.584 1.892.985 2.783.247.55.06 1.21-.463 1.511l-.657.38c-.551.318-1.26.117-1.527-.461a20.845 20.845 0 01-1.44-4.282m3.102.069a18.03 18.03 0 01-.59-4.59c0-1.586.205-3.124.59-4.59m0 9.18a23.848 23.848 0 018.835 2.535M10.34 6.66a23.847 23.847 0 008.835-2.535m0 0A23.74 23.74 0 0018.795 3m.38 1.125a23.91 23.91 0 011.014 5.395m-1.014 8.055c-.06-1.589-.247-3.077-.38-4.5M21 12a8.966 8.966 0 01-5.982 2.475m0 0A6.553 6.553 0 0112 18.75a6.553 6.553 0 01-5.982-2.475m0 0C4.221 15.538 3 13.613 3 11.25s1.221-4.288 3.016-5.5'/%3E%3C/svg%3E");
}

.service-page-icon--marketing {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 18L9 11.25l4.306 4.307a11.95 11.95 0 015.814-5.519l2.74-1.22m0 0l-5.94-2.28m5.94 2.28l-2.28 5.941'/%3E%3C/svg%3E");
}

.service-page-icon--support {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M7.5 21L3 16.5m0 0L7.5 12M3 16.5h13.5m0-13.5L21 7.5m0 0L16.5 12M21 7.5H7.5'/%3E%3C/svg%3E");
}

.service-page-icon--reception {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 002.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 01-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 00-1.091-.852H4.5A2.25 2.25 0 002.25 4.5v2.25z'/%3E%3C/svg%3E");
}

.service-page-icon--bilingual {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10.5 21l5.25-11.25L21 21m-9-3h7.5M3 5.621a48.474 48.474 0 016-.371m0 0c1.12 0 2.233.038 3.334.114M9 5.25V3m3.334 2.364C11.176 10.658 7.69 15.08 3 17.502m9.334-12.138c.896.061 1.785.147 2.666.257m-4.589 8.495a18.023 18.023 0 01-3.827-5.802'/%3E%3C/svg%3E");
}

.service-page-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}

.service-page-card p {
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--gray-500);
}

.service-page-list {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.service-page-list li {
  position: relative;
  padding-left: 28px;
  font-size: 0.875rem;
  color: var(--gray-600);
}

.service-page-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4.5 12.75l6 6 9-13.5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.service-page-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--blue);
  margin-top: auto;
  align-self: flex-start;
}

.service-page-link:hover {
  color: var(--navy);
}

.service-page-watermark {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 120px;
  height: 120px;
  opacity: 0.06;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.service-page-watermark--comms {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10.34 15.84c-.688-.06-1.386-.09-2.09-.09H7.5a4.5 4.5 0 110-9h.75c.704 0 1.402-.03 2.09-.09m0 9.18c.253.962.584 1.892.985 2.783.247.55.06 1.21-.463 1.511l-.657.38c-.551.318-1.26.117-1.527-.461a20.845 20.845 0 01-1.44-4.282m3.102.069a18.03 18.03 0 01-.59-4.59c0-1.586.205-3.124.59-4.59m0 9.18a23.848 23.848 0 018.835 2.535M10.34 6.66a23.847 23.847 0 008.835-2.535m0 0A23.74 23.74 0 0018.795 3m.38 1.125a23.91 23.91 0 011.014 5.395m-1.014 8.055c-.06-1.589-.247-3.077-.38-4.5M21 12a8.966 8.966 0 01-5.982 2.475m0 0A6.553 6.553 0 0112 18.75a6.553 6.553 0 01-5.982-2.475m0 0C4.221 15.538 3 13.613 3 11.25s1.221-4.288 3.016-5.5'/%3E%3C/svg%3E");
}

/* ── CTA con imagen de fondo ── */
.cta-services {
  padding-block: 0 80px;
  background: var(--white);
}

.cta-services-inner {
  display: grid;
  gap: 20px;
  justify-items: center;
  text-align: center;
  padding-block: 72px;
  padding-inline: 48px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(rgba(10, 22, 40, 0.82), rgba(10, 22, 40, 0.88)),
    url("servicios cta.png") center / cover no-repeat;
  background-color: var(--navy);
}

.cta-services-inner h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.02em;
}

.cta-services-inner p {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.75);
  max-width: 560px;
}

.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  margin-top: 8px;
  background: var(--white);
  color: var(--navy);
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: var(--radius-sm);
  border: 2px solid var(--white);
  transition: background var(--transition), color var(--transition), transform var(--transition);
}

.btn-white:hover {
  background: transparent;
  color: var(--white);
  transform: translateY(-1px);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .services-page-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-page-card--wide {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .services-hero {
    padding-block: 48px 40px;
  }

  .services-page {
    padding-block: 0 56px;
  }

  .services-page-grid {
    grid-template-columns: 1fr;
  }

  .service-page-card--wide {
    grid-column: span 1;
  }

  .service-page-card {
    padding: 28px 24px;
  }

  .service-page-watermark {
    width: 80px;
    height: 80px;
    right: 16px;
    bottom: 16px;
  }

  .cta-services {
    padding-block: 0 56px;
  }

  .cta-services-inner {
    padding-block: 56px;
    padding-inline: 24px;
  }
}

@media (max-width: 480px) {
  .service-page-card-header {
    grid-template-columns: 1fr;
  }
}
