/* ==========================================================
   CheckinFans - Landing pública de destinos de alojamiento
   Encabezado e inventario dinámico. Las cards reutilizan
   checkinfans-refresh.css y el listado público existente.
   ========================================================== */

body.cf-seo-destino-page .cf-destino-hero {
  padding: 34px 0 28px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 122, 0, 0.12), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
  border-bottom: 1px solid rgba(0, 27, 46, 0.07);
}

body.cf-seo-destino-page .cf-destino-hero > .container-fluid,
body.cf-seo-destino-page .cf-destino-listado-intro > .container-fluid {
  width: 100%;
  max-width: none;
}

body.cf-seo-destino-page .cf-destino-breadcrumb {
  margin-bottom: 24px;
}

body.cf-seo-destino-page .cf-destino-breadcrumb .breadcrumb {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
}

body.cf-seo-destino-page .cf-destino-breadcrumb a {
  color: var(--cf-refresh-orange);
  text-decoration: none;
}

body.cf-seo-destino-page .cf-destino-breadcrumb .active {
  color: #64748b;
}

body.cf-seo-destino-page .cf-destino-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 330px);
  gap: 36px;
  align-items: end;
}

body.cf-seo-destino-page .cf-destino-hero-copy {
  min-width: 0;
}

body.cf-seo-destino-page .cf-destino-pilot-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 17px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #ff646b;
  color: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

body.cf-seo-destino-page .cf-destino-location {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 8px;
  color: #64748b;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

body.cf-seo-destino-page .cf-destino-location i {
  color: var(--cf-refresh-orange);
}

body.cf-seo-destino-page .cf-destino-hero h1 {
  max-width: 960px;
  margin: 0;
  color: var(--cf-refresh-blue);
  font-family: "Manrope", "DM Sans", Arial, sans-serif;
  font-size: clamp(38px, 4.8vw, 68px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

body.cf-seo-destino-page .cf-destino-lead {
  max-width: 900px;
  margin: 20px 0 0;
  color: #475569;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 500;
  line-height: 1.62;
}

body.cf-seo-destino-page .cf-destino-summary {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(0, 27, 46, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 38px rgba(0, 27, 46, 0.08);
}

body.cf-seo-destino-page .cf-destino-summary-total,
body.cf-seo-destino-page .cf-destino-summary-highlight {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

body.cf-seo-destino-page .cf-destino-summary-total strong {
  color: var(--cf-refresh-orange);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

body.cf-seo-destino-page .cf-destino-summary-total span,
body.cf-seo-destino-page .cf-destino-summary-highlight span {
  color: #64748b;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.35;
}

body.cf-seo-destino-page .cf-destino-summary-highlight {
  padding-top: 12px;
  border-top: 1px solid rgba(0, 27, 46, 0.08);
}

body.cf-seo-destino-page .cf-destino-summary-highlight strong {
  color: var(--cf-refresh-blue);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-align: right;
}

body.cf-seo-destino-page .cf-destino-types {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

body.cf-seo-destino-page .cf-destino-type-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(0, 27, 46, 0.09);
  border-radius: 999px;
  background: #ffffff;
  color: #475569;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0, 27, 46, 0.05);
}

body.cf-seo-destino-page .cf-destino-type-pill strong {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(255, 122, 0, 0.11);
  color: var(--cf-refresh-orange);
  font-weight: 900;
}

body.cf-seo-destino-page .cf-destino-listado-intro {
  padding: 28px 0 16px;
  background: var(--cf-refresh-bg);
}

body.cf-seo-destino-page .cf-destino-listado-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
  gap: 32px;
  align-items: end;
}

body.cf-seo-destino-page .cf-destino-section-kicker {
  display: block;
  margin-bottom: 7px;
  color: var(--cf-refresh-orange);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.cf-seo-destino-page .cf-destino-listado-head h2 {
  margin: 0;
  color: var(--cf-refresh-blue);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(25px, 2.6vw, 38px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

body.cf-seo-destino-page .cf-destino-listado-head p {
  margin: 0;
  color: #64748b;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  body.cf-seo-destino-page .cf-destino-hero-grid,
  body.cf-seo-destino-page .cf-destino-listado-head {
    grid-template-columns: 1fr;
  }

  body.cf-seo-destino-page .cf-destino-summary {
    max-width: 520px;
  }
}

@media (max-width: 575.98px) {
  body.cf-seo-destino-page .cf-destino-hero {
    padding: 24px 0 22px;
  }

  body.cf-seo-destino-page .cf-destino-breadcrumb {
    margin-bottom: 18px;
  }

  body.cf-seo-destino-page .cf-destino-hero h1 {
    font-size: 38px;
  }

  body.cf-seo-destino-page .cf-destino-lead {
    margin-top: 16px;
    font-size: 16px;
  }

  body.cf-seo-destino-page .cf-destino-summary {
    padding: 16px;
    border-radius: 18px;
  }

  body.cf-seo-destino-page .cf-destino-summary-total,
  body.cf-seo-destino-page .cf-destino-summary-highlight {
    align-items: flex-start;
  }

  body.cf-seo-destino-page .cf-destino-types {
    margin-top: 20px;
  }

  body.cf-seo-destino-page .cf-destino-type-pill {
    min-height: 36px;
    padding: 7px 11px;
    font-size: 12.5px;
  }

  body.cf-seo-destino-page .cf-destino-listado-intro {
    padding-top: 22px;
  }
}


/* ==========================================================
   Destinos SEO - Contenido editorial
   ========================================================== */

body.cf-seo-destino-page .cf-destino-editorial {
  padding: 58px 0 30px;
  background: #ffffff;
  border-top: 1px solid rgba(0, 27, 46, 0.07);
}

body.cf-seo-destino-page .cf-destino-editorial > .container-fluid {
  width: 100%;
  max-width: none;
}

body.cf-seo-destino-page .cf-destino-editorial-head {
  max-width: 980px;
  margin-bottom: 28px;
}

body.cf-seo-destino-page .cf-destino-editorial-head h2 {
  margin: 0;
  color: var(--cf-refresh-blue);
  font-family: "Manrope", "DM Sans", Arial, sans-serif;
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

body.cf-seo-destino-page .cf-destino-editorial-head > p {
  max-width: 760px;
  margin: 14px 0 0;
  color: #64748b;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.65;
}

body.cf-seo-destino-page .cf-destino-editorial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.cf-seo-destino-page .cf-destino-editorial-card {
  padding: 26px;
  border: 1px solid rgba(0, 27, 46, 0.08);
  border-radius: 22px;
  background: var(--cf-refresh-bg);
}

body.cf-seo-destino-page .cf-destino-editorial-card:first-child {
  grid-column: 1 / -1;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 122, 0, 0.08), transparent 24%),
    var(--cf-refresh-bg);
}

body.cf-seo-destino-page .cf-destino-editorial-card h3 {
  margin: 0 0 13px;
  color: var(--cf-refresh-blue);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -0.03em;
}

body.cf-seo-destino-page .cf-destino-editorial-card p {
  margin: 0;
  color: #475569;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.72;
}

body.cf-seo-destino-page .cf-destino-editorial-card p + p {
  margin-top: 13px;
}

@media (max-width: 767.98px) {
  body.cf-seo-destino-page .cf-destino-editorial {
    padding-top: 42px;
  }

  body.cf-seo-destino-page .cf-destino-editorial-grid {
    grid-template-columns: 1fr;
  }

  body.cf-seo-destino-page .cf-destino-editorial-card:first-child {
    grid-column: auto;
  }

  body.cf-seo-destino-page .cf-destino-editorial-card {
    padding: 21px;
    border-radius: 19px;
  }
}


/* ==========================================================
   Destinos SEO - Fiestas y eventos
   ========================================================== */

body.cf-seo-destino-page .cf-destino-fiestas,
body.cf-seo-destino-page .cf-destino-faq {
  padding: 54px 0;
  background: var(--cf-refresh-bg);
  border-top: 1px solid rgba(0, 27, 46, 0.07);
}

body.cf-seo-destino-page .cf-destino-faq {
  background: #ffffff;
}

body.cf-seo-destino-page .cf-destino-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

body.cf-seo-destino-page .cf-destino-section-head h2 {
  max-width: 980px;
  margin: 0;
  color: var(--cf-refresh-blue);
  font-family: "Manrope", "DM Sans", Arial, sans-serif;
  font-size: clamp(29px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.042em;
}

body.cf-seo-destino-page .cf-destino-section-head p {
  max-width: 760px;
  margin: 12px 0 0;
  color: #64748b;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.62;
}

body.cf-seo-destino-page .cf-destino-fiestas-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.cf-seo-destino-page .cf-destino-fiesta-card {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 25px;
  border: 1px solid rgba(0, 27, 46, 0.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 122, 0, 0.1), transparent 28%),
    #ffffff;
  box-shadow: 0 14px 34px rgba(0, 27, 46, 0.06);
}

body.cf-seo-destino-page .cf-destino-fiesta-card-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 16px;
}

body.cf-seo-destino-page .cf-destino-fiesta-anio {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--cf-refresh-orange);
  color: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
}

body.cf-seo-destino-page .cf-destino-fiesta-fechas {
  color: #64748b;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
}

body.cf-seo-destino-page .cf-destino-fiesta-card h3 {
  margin: 0 0 12px;
  color: var(--cf-refresh-blue);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -0.03em;
}

body.cf-seo-destino-page .cf-destino-fiesta-card p {
  margin: 0 0 20px;
  color: #475569;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14.5px;
  line-height: 1.65;
}

body.cf-seo-destino-page .cf-destino-fiesta-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-top: auto;
  color: var(--cf-refresh-orange);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

body.cf-seo-destino-page .cf-destino-fiesta-link:hover {
  color: var(--cf-refresh-orange-dark);
}

/* ==========================================================
   Destinos SEO - FAQ
   ========================================================== */

body.cf-seo-destino-page .cf-destino-faq-list {
  max-width: 1180px;
  display: grid;
  gap: 12px;
}

body.cf-seo-destino-page .cf-destino-faq-item {
  overflow: hidden;
  border: 1px solid rgba(0, 27, 46, 0.08);
  border-radius: 18px;
  background: var(--cf-refresh-bg);
}

body.cf-seo-destino-page .cf-destino-faq-item summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 20px;
  cursor: pointer;
  list-style: none;
  color: var(--cf-refresh-blue);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

body.cf-seo-destino-page .cf-destino-faq-item summary::-webkit-details-marker {
  display: none;
}

body.cf-seo-destino-page .cf-destino-faq-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 122, 0, 0.11);
  color: var(--cf-refresh-orange);
  font-size: 20px;
  line-height: 1;
  transition: transform 0.18s ease;
}

body.cf-seo-destino-page .cf-destino-faq-item[open] .cf-destino-faq-icon {
  transform: rotate(45deg);
}

body.cf-seo-destino-page .cf-destino-faq-answer {
  padding: 0 20px 18px;
}

body.cf-seo-destino-page .cf-destino-faq-answer p {
  max-width: 980px;
  margin: 0;
  color: #475569;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14.5px;
  line-height: 1.7;
}

body.cf-seo-destino-page .cf-destino-faq-answer p + p {
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  body.cf-seo-destino-page .cf-destino-fiestas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  body.cf-seo-destino-page .cf-destino-fiestas,
  body.cf-seo-destino-page .cf-destino-faq {
    padding: 42px 0;
  }

  body.cf-seo-destino-page .cf-destino-fiestas-grid {
    grid-template-columns: 1fr;
  }

  body.cf-seo-destino-page .cf-destino-fiesta-card {
    min-height: auto;
    padding: 21px;
    border-radius: 19px;
  }

  body.cf-seo-destino-page .cf-destino-faq-item summary {
    padding: 16px;
    font-size: 15px;
  }

  body.cf-seo-destino-page .cf-destino-faq-answer {
    padding: 0 16px 16px;
  }
}


/* ==========================================================
   Destinos SEO - Enlazado interno
   ========================================================== */

body.cf-seo-destino-page .cf-destino-enlaces {
  padding: 38px 0 54px;
  background: #ffffff;
  border-top: 1px solid rgba(0, 27, 46, 0.07);
}

body.cf-seo-destino-page .cf-destino-enlaces-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 24px 26px;
  border: 1px solid rgba(0, 27, 46, 0.08);
  border-radius: 22px;
  background: var(--cf-refresh-bg);
}

body.cf-seo-destino-page .cf-destino-enlaces-inner h2 {
  max-width: 620px;
  margin: 0;
  color: var(--cf-refresh-blue);
  font-family: "Manrope", "DM Sans", Arial, sans-serif;
  font-size: clamp(23px, 2.4vw, 33px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

body.cf-seo-destino-page .cf-destino-enlaces-lista {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

body.cf-seo-destino-page .cf-destino-enlace-principal,
body.cf-seo-destino-page .cf-destino-enlace-secundario {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

body.cf-seo-destino-page .cf-destino-enlace-principal {
  border: 1px solid var(--cf-refresh-orange);
  background: var(--cf-refresh-orange);
  color: #ffffff;
}

body.cf-seo-destino-page .cf-destino-enlace-secundario {
  border: 1px solid rgba(0, 27, 46, 0.12);
  background: #ffffff;
  color: var(--cf-refresh-blue);
}

body.cf-seo-destino-page .cf-destino-enlace-principal:hover,
body.cf-seo-destino-page .cf-destino-enlace-secundario:hover {
  transform: translateY(-1px);
}

@media (max-width: 767.98px) {
  body.cf-seo-destino-page .cf-destino-enlaces {
    padding: 30px 0 42px;
  }

  body.cf-seo-destino-page .cf-destino-enlaces-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 21px;
    border-radius: 19px;
  }

  body.cf-seo-destino-page .cf-destino-enlaces-lista {
    justify-content: flex-start;
  }
}
