/* ===========================================================
   SYSTEMINFORMATIC - PACKS HOGAR (Diseño moderno corporativo)
   =========================================================== */

/* ⚠️ OVERRIDE: Anular el grid de WebSite X5 */
#imContent {
  display: block !important;
  grid-template: none !important;
  -ms-grid-columns: none !important;
  -ms-grid-rows: none !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

#imContentGraphics {
  display: none !important;
}

/* Ocultar overlays y bordes huérfanos de celdas WX5 eliminadas */
#imCellStyleGraphics_48,
#imCellStyleBorders_48 {
  display: none !important;
}

/* El contenedor del banner de cookies WX5 bloquea los clics en todo el contenido */
#bottom-alertbox-container {
  pointer-events: none !important;
}
#bottom-alertbox-container #cookie-law-message {
  pointer-events: auto !important;
}

/* El panel movil del segundo menu bloquea los clics cuando esta cerrado */
#in-second-menu .sm-mobile:not(.open) {
  pointer-events: none !important;
}
#in-second-menu .sm-mobile.open {
  pointer-events: auto !important;
}

/* === SMOOTH SCROLL === */
html {
  scroll-behavior: smooth;
}

/* === CONTENEDOR PRINCIPAL === */
#packs-content {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #2d3436;
  line-height: 1.6;
}

.pk-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.pk-section {
  padding: 80px 0;
}

/* ===========================================================
   HERO
   =========================================================== */
.pk-hero {
  position: relative;
  background: linear-gradient(135deg, rgba(10,22,40,0.85) 0%, rgba(26,42,74,0.75) 50%, rgba(26,58,107,0.70) 100%),
              url('../images/servicios-informaticos24h-espain--1-_rvkdxgyc.png') center center / cover no-repeat;
  padding: 100px 0 80px;
  overflow: hidden;
}

.pk-hero::before {
  content: '';
  position: absolute;
  top: -60%;
  right: -15%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(26,115,232,0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.pk-hero-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 1;
}

.pk-hero-text {
  flex: 1;
  min-width: 0;
}

.pk-hero-badge {
  display: inline-block;
  background: rgba(79, 195, 247, 0.15);
  color: #4fc3f7;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.pk-hero-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 16px;
}

.pk-hero-title span {
  color: #4fc3f7;
}

.pk-hero-subtitle {
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  margin: 0 0 32px;
  max-width: 540px;
}

.pk-hero-stats {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.pk-hero-stat-item {
  text-align: center;
}

.pk-hero-stat-value {
  font-size: 28px;
  font-weight: 700;
  color: #4fc3f7;
  line-height: 1;
}

.pk-hero-stat-label {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-top: 4px;
}

.pk-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.pk-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-family: inherit;
}

.pk-btn-primary {
  background: #1a73e8;
  color: #fff;
  box-shadow: 0 4px 14px rgba(26,115,232,0.35);
}

.pk-btn-primary:hover {
  background: #1557b0;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(26,115,232,0.4);
  color: #fff;
}

.pk-btn-secondary {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
}

.pk-btn-secondary:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
  transform: translateY(-2px);
}

.pk-btn-paypal {
  background: #ffc439;
  color: #003087;
  box-shadow: 0 4px 14px rgba(255,196,57,0.35);
}

.pk-btn-paypal:hover {
  background: #f0b830;
  transform: translateY(-2px);
  color: #003087;
}

.pk-btn-outline {
  background: transparent;
  color: #1a73e8;
  border: 2px solid #1a73e8;
}

.pk-btn-outline:hover {
  background: #1a73e8;
  color: #fff;
  transform: translateY(-2px);
}

.pk-btn-whatsapp {
  background: #25d366;
  color: #fff;
  box-shadow: 0 4px 14px rgba(37,211,102,0.35);
}

.pk-btn-whatsapp:hover {
  background: #1da851;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37,211,102,0.4);
  color: #fff;
}

.pk-btn-small {
  padding: 10px 24px;
  font-size: 13px;
}

.pk-hero-image {
  flex: 0 0 auto;
  max-width: 45%;
}

.pk-hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ===========================================================
   SECTION HEADER
   =========================================================== */
.pk-section-header {
  text-align: center;
  margin-bottom: 56px;
}

.pk-section-label {
  display: inline-block;
  background: rgba(26,115,232,0.1);
  color: #1a73e8;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pk-section-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #0a1628;
  margin: 0 0 12px;
  line-height: 1.2;
}

.pk-section-desc {
  font-size: 16px;
  color: #636e72;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ===========================================================
   PLANS INTRO
   =========================================================== */
.pk-plans-intro {
  max-width: 800px;
  margin: -24px auto 48px;
  text-align: center;
  color: #636e72;
  font-size: 15px;
  line-height: 1.7;
}

.pk-plans-intro p {
  margin: 0 0 16px;
}


.pk-plans-intro strong {
  color: #1a73e8;
}

.pk-plan-legal-note {
  font-size: 14px;
  color: #2d3436;
  background: #fffbe6;
  border: 1px solid #fff3cd;
  border-radius: 8px;
  padding: 14px 18px;
  margin: 24px auto 0;
  max-width: 800px;
  text-align: center;
  line-height: 1.6;
}

/* ===========================================================
   PLANES PRINCIPALES (Básico + Efikaz)
   =========================================================== */
.pk-plans {
  background: #f8f9fa;
}

.pk-plans-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}

.pk-plan-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.pk-plan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
  border-color: #1a73e8;
}

/* Plan Básico: borde amarillo + etiqueta EL MÁS POPULAR */
.pk-plan-card:not(.featured) {
  border-color: #ffc439;
  border-width: 2px;
  position: relative;
}

.pk-plan-card:not(.featured):hover {
  border-color: #f0b830;
}

.pk-plan-card:not(.featured)::before {
  content: 'EL MÁS POPULAR';
  position: absolute;
  top: 16px;
  right: 16px;
  background: #0d8a3e;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 50px;
  letter-spacing: 1px;
  z-index: 2;
  box-shadow: 0 2px 10px rgba(13,138,62,0.35);
}

.pk-plan-card.featured {
  border-color: #4fc3f7;
  border-width: 2px;
  box-shadow: 0 8px 30px rgba(79,195,247,0.15);
  position: relative;
}

.pk-plan-card.featured::before {
  content: '★ RECOMENDADO';
  position: absolute;
  top: 16px;
  right: 16px;
  background: linear-gradient(135deg, #4fc3f7, #1a73e8);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
  letter-spacing: 1px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(26,115,232,0.3);
}

.pk-plan-header {
  padding: 32px 32px 0;
  text-align: center;
}

.pk-plan-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  overflow: hidden;
  border: 2px solid #495057;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
}

/* Plan Básico: círculo amarillo (como botón PayPal) */
.pk-plan-card:not(.featured) .pk-plan-icon {
  background: #ffc439;
}

/* Plan Efikaz: círculo azul (como etiqueta RECOMENDADO) */
.pk-plan-card.featured .pk-plan-icon {
  background: linear-gradient(135deg, #4fc3f7, #1a73e8);
}

.pk-plan-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.pk-plan-name {
  font-size: 20px;
  font-weight: 700;
  color: #0a1628;
  margin: 0 0 4px;
}

.pk-plan-subname {
  font-size: 14px;
  color: #636e72;
  margin: 0 0 12px;
}

.pk-plan-bonos {
  font-size: 14px;
  color: #1a73e8;
  font-weight: 600;
  margin: 0 0 8px;
  background: rgba(26,115,232,0.06);
  display: inline-block;
  padding: 4px 14px;
  border-radius: 50px;
}

.pk-plan-price {
  font-size: 36px;
  font-weight: 800;
  color: #1a73e8;
  line-height: 1;
  margin: 0 0 2px;
}

.pk-plan-price span {
  font-size: 16px;
  font-weight: 500;
  color: #636e72;
}

.pk-plan-detail {
  font-size: 14px;
  color: #636e72;
  margin: 0 0 20px;
}

.pk-plan-body {
  padding: 24px 32px;
  flex: 1;
}

.pk-plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pk-plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #2d3436;
  padding: 8px 0;
  border-bottom: 1px solid #f1f2f6;
}

.pk-plan-features li:last-child {
  border-bottom: none;
}

.pk-plan-features li::before {
  content: '✓';
  color: #00b894;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}

.pk-plan-footer {
  padding: 0 32px 32px;
  text-align: center;
}

.pk-plan-note {
  font-size: 12px;
  color: #636e72;
  margin: 12px 0 0;
  text-align: center;
  line-height: 1.5;
}

.pk-plan-conditions {
  margin: 16px 0 0;
  padding: 10px 14px;
  background: #fffbe6;
  border-radius: 8px;
  border: 1px solid #fff3cd;
}

.pk-plan-conditions p {
  font-size: 12px;
  color: #2d3436;
  margin: 0 0 4px;
  line-height: 1.5;
}

.pk-plan-conditions p:last-child {
  margin-bottom: 0;
}

/* ===========================================================
   SEGURO ANUAL
   =========================================================== */
.pk-insurance {
  background: #ffffff;
}

.pk-insurance-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #e8f0fe 100%);
  border-radius: 20px;
  border: 1px solid #d2e3fc;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  transition: all 0.3s ease;
}

.pk-insurance-card:hover {
  box-shadow: 0 16px 48px rgba(26,115,232,0.08);
  border-color: #1a73e8;
}

.pk-insurance-info {
  padding: 44px 44px;
}

.pk-insurance-badge {
  display: inline-block;
  background: linear-gradient(135deg, #1a73e8, #0d47a1);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 24px;
  border-radius: 50px;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(26,115,232,0.3);
}

.pk-insurance-pack {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  justify-content: center;
  background: #1a73e8;
  padding: 6px 4px 6px 14px;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(26,115,232,0.30);
  width: 100%;
}

.pk-insurance-pack-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 6px;
}

.pk-insurance-pack-name {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1.5px;
}

.pk-insurance-title {
  font-size: 24px;
  font-weight: 700;
  color: #0a1628;
  margin: 0 0 8px;
}

.pk-insurance-subtitle {
  font-size: 15px;
  color: #636e72;
  margin: 0 0 24px;
  line-height: 1.5;
}

.pk-insurance-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.pk-insurance-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #2d3436;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.pk-insurance-features li:last-child {
  border-bottom: none;
}

.pk-insurance-features li::before {
  content: '🛡';
  font-size: 14px;
  flex-shrink: 0;
}

.pk-insurance-price {
  margin-bottom: 20px;
}

.pk-insurance-price-value {
  font-size: 36px;
  font-weight: 800;
  color: #1a73e8;
  line-height: 1;
}

.pk-insurance-price-value span {
  font-size: 16px;
  font-weight: 500;
  color: #636e72;
}

.pk-insurance-price-detail {
  font-size: 14px;
  color: #636e72;
  margin-top: 4px;
}

.pk-insurance-price-daily {
  font-size: 13px;
  color: #00b894;
  font-weight: 600;
  margin-top: 4px;
}

.pk-insurance-side {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(135deg, rgba(26,58,107,0.88) 0%, rgba(10,22,40,0.88) 100%),
              url('../images/large-925806_t2uky2hf.jpg') center center / cover no-repeat;
  padding: 44px 44px;
  overflow: hidden;
}

.pk-insurance-side::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(79,195,247,0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.pk-insurance-side-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.pk-insurance-side-icon {
  font-size: 64px;
  margin-bottom: 16px;
  display: block;
}

.pk-insurance-side-title {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 16px;
  color: #ffc107;
  text-shadow: 0 0 30px rgba(255,193,7,0.25);
  letter-spacing: 0.5px;
}

.pk-insurance-side-desc {
  font-size: 17px;
  color: rgba(255,255,255,0.92);
  line-height: 1.7;
  margin: 0;
  max-width: 300px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.pk-insurance-side-badge {
  display: inline-block;
  background: linear-gradient(135deg, #1a73e8, #0d47a1);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  padding: 8px 24px;
  border-radius: 50px;
  margin-bottom: 24px;
  letter-spacing: 1px;
  box-shadow: 0 4px 16px rgba(26,115,232,0.4);
}

/* ===========================================================
   ZORIN OS SECTION (video background)
   =========================================================== */
.in-zorin {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: left;
  background: #0a1628;
  padding: 120px 0;
}

.in-zorin-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: 0;
}

.in-zorin::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,22,40,0.20) 0%, rgba(10,22,40,0.25) 50%, rgba(10,22,40,0.75) 100%);
  z-index: 1;
  pointer-events: none;
}

.in-zorin-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  width: 100%;
  max-width: 560px;
  gap: 20px;
}

.in-zorin-content::before {
  content: '';
  position: absolute;
  inset: -12px;
  background: rgba(10,22,40,0.50);
  border-radius: 16px;
  z-index: -1;
  backdrop-filter: blur(4px);
}

.in-zorin-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #4fc3f7;
  margin: 0;
}

.in-zorin-content p {
  font-size: 17px;
  color: rgba(255,255,255,0.85);
  margin: 0;
  line-height: 1.7;
}

.in-zorin-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 8px;
}

/* ===========================================================
   OS RECOMENDADOS (Sistemas operativos libres)
   =========================================================== */
.pk-os {
  background: #ffffff;
  padding: 40px 0;
}

.pk-os-header {
  text-align: center;
  margin-bottom: 32px;
}

.pk-os-header span {
  font-size: 18px;
  color: #2d3436;
  font-weight: 600;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  letter-spacing: 0.3px;
}

.pk-os-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.pk-os-logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: default;
}

.pk-os-logo-wrap:hover {
  background: #f8f9fa;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.pk-os-logos img,
.pk-os-svg {
  height: 48px;
  width: auto;
  opacity: 0.55;
  transition: all 0.3s ease;
  filter: grayscale(100%) drop-shadow(0 1px 3px rgba(0,0,0,0.2));
}

.pk-os-logo-wrap:hover img,
.pk-os-logo-wrap:hover .pk-os-svg {
  opacity: 0.9;
  filter: grayscale(0%) drop-shadow(0 2px 6px rgba(0,0,0,0.12));
  transform: translateY(-2px) scale(1.05);
}

.pk-os-name {
  font-size: 11px;
  font-weight: 700;
  color: #636e72;
  letter-spacing: 1.5px;
  transition: color 0.3s ease;
}

.pk-os-logo-wrap:hover .pk-os-name {
  color: #1a73e8;
}

.pk-os-click-hint {
  text-align: center;
  font-size: 14px;
  color: #636e72;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.5;
}

.pk-os-logo-wrap {
  cursor: pointer;
}

/* ===========================================================
   MODAL OS INFO
   =========================================================== */
.pk-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
}

.pk-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.pk-modal-box {
  background: #fff;
  border-radius: 20px;
  padding: 0;
  max-width: 480px;
  width: 90%;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: 0 24px 80px rgba(0,0,0,0.3);
  transform: scale(0.9) translateY(20px);
  transition: all 0.3s ease;
  position: relative;
}

.pk-modal-overlay.active .pk-modal-box {
  transform: scale(1) translateY(0);
}

.pk-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 28px;
  color: #636e72;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 8px;
  transition: all 0.2s;
}

.pk-modal-close:hover {
  background: #f1f2f6;
  color: #2d3436;
}

#pk-modal-content {
  padding: 32px;
}

.pk-modal-os {
  text-align: center;
}

.pk-modal-os-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
}

.pk-modal-os-icon {
  height: 56px;
  width: auto;
}

.pk-modal-os-title {
  font-size: 22px;
  font-weight: 700;
  color: #0a1628;
  margin: 0;
}

.pk-modal-os-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  text-align: left;
}

.pk-modal-os-features li {
  position: relative;
  padding: 12px 0 12px 32px;
  font-size: 15px;
  color: #2d3436;
  line-height: 1.5;
  border-bottom: 1px solid #f1f2f6;
}

.pk-modal-os-features li:last-child {
  border-bottom: none;
}

.pk-modal-os-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 12px;
  color: #00b894;
  font-weight: 700;
  font-size: 18px;
}

.pk-modal-cta {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid #e9ecef;
}

.pk-modal-cta a {
  margin-left: 8px;
}

.pk-insurance-side-phone {
  text-align: center;
  margin-top: auto;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255,255,255,0.2);
  width: 100%;
}

.pk-phone-label {
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  line-height: 1.4;
  margin-bottom: 8px;
}

.pk-phone-number {
  display: block;
  color: #ffc107;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
  text-shadow: 0 0 20px rgba(255,193,7,0.3);
}

.pk-phone-hours {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 1.4;
}

/* ===========================================================
   CTA FINAL
   =========================================================== */
.pk-final-cta {
  background: #f8f9fa;
  text-align: center;
  padding: 80px 0;
}

.pk-final-cta h2 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: #0a1628;
  margin: 0 0 16px;
}

.pk-final-cta p {
  font-size: 16px;
  color: #636e72;
  max-width: 500px;
  margin: 0 auto 32px;
  line-height: 1.6;
}

.pk-final-cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.pk-contact-phone {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #1a73e8;
  text-decoration: none;
  margin-bottom: 4px;
}

.pk-contact-phone:hover {
  color: #1557b0;
}

.pk-contact-hours {
  font-size: 14px;
  color: #636e72;
}

/* ===========================================================
   FOOTER: corregir layout cuando el grid WX5 está desactivado
   =========================================================== */
/* FORCE footer font: usar DejaVu Sans Light (local) para TODOS los textos del footer.
   Se aplica sobre .text-inner para que herede a TODOS los spans hijos,
   sin depender de la clase .ff1 que solo usan 2 de 47 spans.
   font-size-adjust: reduce el tamaño visual porque DejaVu Sans Light
   tiene métricas más grandes que Roboto al mismo font-size pt. */
#imFooter .text-inner {
  font-family: 'DejaVu Sans Light' !important;
  font-size-adjust: 0.42;
  overflow: visible !important;
}

/* Asegurar que los enlaces dentro del footer también usen la misma fuente */
#imFooter a {
  font-family: 'DejaVu Sans Light' !important;
}

/* Corregir layout del footer cuando el grid WX5 está desactivado */
/* Solo en desktop - en movil se mantienen los 120px originales de WX5 */
@media (min-width: 480px) {
  #imPage {
    grid-template-rows: 150px auto auto !important;
    overflow: visible !important;
  }
}

#imFooter {
  overflow: visible !important;
  height: auto !important;
}

#imFooterObjects {
  overflow: visible !important;
}

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 1024px) {
  .pk-insurance-card {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .pk-section {
    padding: 60px 0;
  }
  .pk-hero {
    padding: 80px 0 60px;
  }
  .pk-hero-grid {
    flex-direction: column;
    gap: 40px;
  }
  .pk-hero-image {
    max-width: 70%;
    order: -1;
  }
  .pk-plans-grid {
    grid-template-columns: 1fr;
  }
  .pk-insurance-card {
    grid-template-columns: 1fr;
  }
  .pk-insurance-side {
    padding: 32px 24px;
  }
  .pk-insurance-info {
    padding: 32px 24px;
  }
  .pk-hero-stats {
    gap: 24px;
  }
}

@media (max-width: 480px) {
  .pk-hero-image {
    max-width: 90%;
  }
  .pk-plan-header,
  .pk-plan-body,
  .pk-plan-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pk-insurance-info {
    padding: 24px 16px;
  }
  .pk-insurance-side {
    padding: 28px 16px;
  }
}
