.ceys-contact-home-cta {
  width: min(1120px, calc(100% - 32px));
  margin: 26px auto 36px;
  padding: 28px 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  color: #1d3a6c;
  background: linear-gradient(135deg, #edf7e9 0%, #e8f4f7 100%);
  border: 1px solid rgba(29, 58, 108, .12);
  border-left: 5px solid #5fb030;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(29, 58, 108, .1);
}

.ceys-contact-home-cta-copy {
  display: grid;
  gap: 7px;
}

.ceys-contact-home-cta-copy span {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #4f982d;
}

.ceys-contact-home-cta-copy h2 {
  margin: 0;
  color: #1d3a6c;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.15;
}

.ceys-contact-home-cta-copy p {
  max-width: 680px;
  margin: 0;
  color: #49627b;
  line-height: 1.5;
}

.ceys-contact-home-cta > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  color: #fff;
  background: #1d3a6c;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(29, 58, 108, .16);
  white-space: nowrap;
}

.ceys-contact-home-cta > a:hover,
.ceys-contact-home-cta > a:focus-visible {
  color: #fff;
  background: #5fb030;
  transform: translateY(-1px);
}

.ceys-phone-directory {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  font-family: inherit;
  color: #26323d;
}

.ceys-guide-panel-inner {
  width: min(1080px, calc(100% - 32px));
  margin: 34px auto 54px;
  padding: 38px 36px 42px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(35, 52, 69, 0.08);
}

.ceys-phone-heading {
  display: flex;
  align-items: center;
  min-height: 52px;
  margin-bottom: 24px;
  padding: 0 36px;
  background: #d9d9d9;
  border-radius: 0 7px 7px 0;
}

.ceys-phone-heading h2 {
  margin: 0;
  color: #26323d;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ceys-phone-search-label {
  display: block;
  margin: 0 0 10px;
  color: #1f2c36;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}

.ceys-phone-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 0;
  margin-bottom: 24px;
}

.ceys-phone-search-row button,
.ceys-phone-search {
  width: 100%;
  min-height: 36px;
  padding: 7px 12px;
  color: #34495e;
  background: #fff;
  border: 1px solid #cfd7df;
  border-radius: 0;
  font-size: 15px;
  outline: none;
}

.ceys-phone-search-row button {
  cursor: pointer;
  font-size: 14px;
}

.ceys-phone-search:focus {
  border-color: #00b0cd;
  box-shadow: 0 0 5px rgba(66, 165, 255, 0.5);
}

.ceys-phone-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}

.ceys-phone-empty {
  margin: 18px 0 0;
  color: #26323d;
  font-size: 14px;
}

.ceys-phone-card {
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #dfe5ea;
  border-radius: 6px;
  color: #34495e;
}

.ceys-phone-card.is-featured {
  border-color: #5fb030;
  box-shadow: 0 0 0 2px rgba(95, 176, 48, 0.14);
}

.ceys-phone-card strong {
  color: #1d3a6c;
  font-size: 16px;
}

.ceys-phone-card span {
  font-weight: 800;
}

.ceys-phone-card small,
.ceys-phone-card em {
  color: #637282;
  font-style: normal;
}

.ceys-public-contact {
  width: min(980px, calc(100% - 32px));
  margin: 34px auto 54px;
  padding: 34px 32px;
  color: #26323d;
  background: #fff;
  border: 1px solid #dfe7ef;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(35, 52, 69, 0.08);
}

.ceys-public-contact-head {
  margin-bottom: 22px;
}

.ceys-public-contact-head h2 {
  margin: 0 0 8px;
  color: #173047;
  font-size: 30px;
  font-weight: 900;
}

.ceys-public-contact-head p {
  margin: 0;
  color: #5c6978;
}

.ceys-public-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ceys-public-contact-form label {
  display: grid;
  gap: 7px;
  color: #566575;
  font-size: 13px;
  font-weight: 900;
}

.ceys-public-contact-form input,
.ceys-public-contact-form select,
.ceys-public-contact-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 9px 12px;
  color: #26323d;
  background: #fff;
  border: 1px solid #d7e0e8;
  border-radius: 4px;
  font-size: 15px;
  outline: none;
}

.ceys-public-contact-form textarea {
  resize: vertical;
}

.ceys-public-contact-form input:focus,
.ceys-public-contact-form select:focus,
.ceys-public-contact-form textarea:focus {
  border-color: #1d3a6c;
}

.ceys-public-contact-wide,
.ceys-public-contact-actions {
  grid-column: 1 / -1;
}

.ceys-public-contact-actions button {
  min-height: 44px;
  padding: 0 22px;
  color: #fff;
  background: linear-gradient(135deg, #1d3a6c, #5fb030);
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 900;
}

.ceys-public-contact-notice {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 4px;
  font-weight: 800;
}

.ceys-public-contact-notice.is-ok {
  color: #17613a;
  background: #e8f8ef;
}

.ceys-public-contact-notice.is-error {
  color: #1d3a6c;
  background: #eaf7fb;
}

@media (max-width: 900px) {
  .ceys-contact-home-cta {
    width: min(100% - 24px, 720px);
    grid-template-columns: 1fr;
    padding: 24px 20px;
    text-align: left;
  }

  .ceys-contact-home-cta-copy h2 {
    font-size: 24px;
  }

  .ceys-contact-home-cta > a {
    width: 100%;
  }

  .ceys-guide-panel-inner {
    width: min(100% - 24px, 720px);
    padding: 24px 18px 30px;
  }

  .ceys-phone-heading {
    padding: 0 18px;
  }

  .ceys-phone-heading h2 {
    font-size: 20px;
  }

  .ceys-phone-search-row {
    grid-template-columns: 1fr;
  }

  .ceys-public-contact {
    width: min(100% - 24px, 720px);
    padding: 24px 18px;
  }

  .ceys-public-contact-form {
    grid-template-columns: 1fr;
  }
}
/* Ubicación y contactos en Atención al Usuario */
.ceys-contact-location {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 64px;
  color: #26323d;
}

.ceys-contact-location-head {
  margin: 0 0 22px;
}

.ceys-contact-location-head span {
  display: inline-block;
  margin-bottom: 8px;
  color: #5fb030;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ceys-contact-location-head h2 {
  margin: 0 0 8px;
  color: #1d3a6c;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 900;
  line-height: 1.12;
}

.ceys-contact-location-head p {
  margin: 0;
  color: #50607a;
  font-size: 17px;
  line-height: 1.55;
}

.ceys-contact-map-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  margin-bottom: 30px;
  background: #eaf7fb;
  border: 1px solid rgba(29, 58, 108, .12);
  border-bottom: 4px solid #5fb030;
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(29, 58, 108, .14);
}

.ceys-contact-map-card iframe {
  display: block;
  width: 100%;
  height: 430px;
  border: 0;
}

.ceys-contact-map-info {
  position: absolute;
  left: 22px;
  top: 22px;
  display: grid;
  gap: 6px;
  max-width: min(320px, calc(100% - 44px));
  padding: 18px 20px;
  background: rgba(255, 255, 255, .96);
  border-left: 5px solid #5fb030;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(29, 58, 108, .16);
}

.ceys-contact-map-info strong {
  color: #1d3a6c;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.ceys-contact-map-info span {
  color: #50607a;
  font-weight: 700;
}

.ceys-contact-map-info a {
  width: fit-content;
  margin-top: 4px;
  padding: 9px 14px;
  color: #fff;
  background: #1d3a6c;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.ceys-contact-map-info a:hover,
.ceys-contact-map-info a:focus {
  color: #fff;
  background: #00b0cd;
}

.ceys-contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ceys-contact-info-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 150px;
  padding: 22px;
  background: #fff;
  border: 1px solid #dfe7ef;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}

.ceys-contact-info-icon {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  color: #fff;
  background: linear-gradient(135deg, #5fb030 0%, #00b0cd 100%);
  border-radius: 999px;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(0, 176, 205, .20);
}

.ceys-contact-info-card h3 {
  margin: 0 0 8px;
  color: #1d3a6c;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.ceys-contact-info-card p {
  margin: 3px 0;
  color: #50607a;
  font-size: 14px;
  line-height: 1.35;
}

.ceys-contact-info-card strong {
  color: #1d3a6c;
}

.ceys-contact-info-card a {
  color: #1d3a6c;
  font-weight: 800;
  text-decoration-color: rgba(0, 176, 205, .45);
  text-underline-offset: 3px;
}

@media (max-width: 1024px) {
  .ceys-contact-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .ceys-contact-location {
    width: min(100% - 24px, 720px);
    margin-bottom: 48px;
  }

  .ceys-contact-map-card,
  .ceys-contact-map-card iframe {
    min-height: 360px;
    height: 360px;
  }

  .ceys-contact-map-info {
    position: static;
    max-width: none;
    margin: 0;
    border-radius: 0;
    border-left: 0;
    border-top: 4px solid #5fb030;
  }

  .ceys-contact-info-grid {
    grid-template-columns: 1fr;
  }

  .ceys-contact-info-card {
    grid-template-columns: 68px minmax(0, 1fr);
    min-height: 0;
    padding: 18px;
  }

  .ceys-contact-info-icon {
    width: 68px;
    height: 68px;
    font-size: 18px;
  }
}
.ceys-contact-info-icon svg {
  width: 46px;
  height: 46px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ceys-contact-info-icon svg circle,
.ceys-contact-info-icon svg rect,
.ceys-contact-info-icon svg path {
  vector-effect: non-scaling-stroke;
}

@media (max-width: 720px) {
  .ceys-contact-info-icon svg {
    width: 38px;
    height: 38px;
  }
}
/* Ajuste visual de tarjetas de contacto */
.ceys-contact-info-grid {
  gap: 22px;
}

.ceys-contact-info-card {
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 20px;
  min-height: 132px;
  padding: 22px 24px;
  border-color: rgba(29, 58, 108, .12);
  box-shadow: 0 14px 34px rgba(29, 58, 108, .08);
}

.ceys-contact-info-card h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.18;
  text-transform: none;
}

.ceys-contact-info-icon {
  width: 74px;
  height: 74px;
}

.ceys-contact-info-icon svg {
  width: 42px;
  height: 42px;
  overflow: visible;
}

@media (max-width: 720px) {
  .ceys-contact-info-card {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .ceys-contact-info-icon {
    width: 58px;
    height: 58px;
  }

  .ceys-contact-info-icon svg {
    width: 34px;
    height: 34px;
  }
}
