/* VDV Viajes Mayorista — clon visual */
:root {
  --s-color-brand-primary: #cac3bc;
  --s-color-brand-dark: #020202;
  --s-color-header-bg: #ffffff;
  --s-color-header-text: #393939;
  --s-color-footer-bg: #000000;
  --s-color-footer-text: #ffffff;
  --s-color-lighter-gray: #f5f5f5;
  --s-color-middle-gray: #6c757d;
  --s-color-whatsapp: #25d366;
  --s-color-whatsapp-hover: #128c7e;
  --s-color-whatsapp-dark: #075e54;
  --checkit-accent: #c9953a;
  --checkit-accent-hover: #b0822e;
  --checkit-accent-light: #e4bc5c;
  --checkit-sky: #4da8d4;
  --checkit-sky-deep: #2d8ab8;
  --checkit-accent-gradient: linear-gradient(135deg, var(--checkit-accent-light) 0%, var(--checkit-accent) 100%);
  --checkit-spectrum: linear-gradient(90deg, var(--checkit-sky) 0%, var(--checkit-accent-light) 50%, var(--checkit-accent) 100%);
  --font-base: "Segoe UI", system-ui, -apple-system, sans-serif;
  --container-max: 1200px;
  --radius-big: 12px;
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-base);
  font-size: 14px;
  color: var(--s-color-header-text);
  background: var(--s-color-lighter-gray);
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; cursor: pointer; }
ul { list-style: none; margin: 0; padding: 0; }

.o-container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 16px;
}

/* Header top bar */
.c-header-collective__bar {
  position: relative;
  background: var(--s-color-brand-dark);
  color: #fff;
  font-size: 12px;
  padding: 6px 0;
}

.c-header-collective__bar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--checkit-spectrum);
}

.c-header-collective__bar > .o-container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: none;
  width: 100%;
}

.c-header-collective__bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}

.c-collective-brand--bar {
  flex-shrink: 0;
  line-height: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  border: none;
}

.c-collective-brand--bar a {
  display: block;
  line-height: 0;
  border: none;
  box-shadow: none;
  background: transparent;
}

.c-collective-brand__img--bar {
  display: block;
  max-height: 44px;
  width: auto;
  object-fit: contain;
  object-position: left center;
  filter: none;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  vertical-align: middle;
}

.c-header__agency-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
  margin-left: auto;
}

.c-header__agency-data--mobile {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  background: #f0f0f0;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  gap: 10px;
}

.c-header__agency-data > div,
.c-header__agency-data > div a {
  display: flex;
  align-items: center;
  gap: 6px;
}

.c-header__agency-email a { text-transform: lowercase; }

.c-header__agency-social-networks {
  display: flex;
  gap: 10px;
}

.c-header__agency-social-networks a {
  font-size: 18px;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.c-header__agency-social-networks a:hover { opacity: 1; }

/* Header sticky wrapper */
.c-header-collective {
  position: sticky;
  top: 0;
  z-index: 100;
}

.c-header-collective__bar-tools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-left: auto;
  justify-content: flex-end;
  flex: 1;
  min-width: 0;
  border: none;
  padding: 0;
}

.c-header-collective__bar-tools .c-header__agency-data--top {
  margin-left: 0;
  gap: 12px;
}

.c-header-collective__nav--bar .c-header-collective__user-header {
  gap: 2px;
}

.c-button--menu--bar {
  display: none;
  color: #fff;
  margin-left: auto;
}

.c-header-collective__nav--bar .nav-link,
.c-header-collective__nav--bar .dropdown-toggle {
  color: #fff;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}

.c-header-collective__nav--bar .nav-link:hover,
.c-header-collective__nav--bar .dropdown-toggle:hover {
  color: var(--checkit-accent-light);
  background: rgba(255, 255, 255, 0.1);
}

.c-header-collective__nav--bar .c-header-collective__user-header .nav-link {
  padding: 6px 8px;
  font-size: 12px;
}

.c-header-collective__bar a,
.c-header-collective__bar .c-header__agency-data span {
  color: #fff;
}

.c-header__agency-data--top > div {
  color: #fff;
}

.c-header__agency-data--top i {
  width: 16px;
  text-align: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 14px;
  opacity: 1;
}

.c-header__agency-whatsapp i {
  color: var(--s-color-whatsapp);
}

.c-header__agency-email a {
  color: #fff;
}

.c-header__agency-email a:hover {
  color: var(--s-color-brand-primary);
}

.c-header__agency-social-networks a {
  color: #fff;
  opacity: 0.92;
}

.c-header-collective__nav--bar .nav-link i,
.c-header-collective__nav--bar .dropdown-toggle > i:not(.fa-angle-down) {
  color: #fff;
  opacity: 0.95;
}

.c-header-collective__nav--bar .fa-angle-down {
  font-size: 10px;
  opacity: 0.8;
}

/* Header main */
.c-header-collective__main {
  background: var(--s-color-header-bg);
  border-bottom: 1px solid #e8e8e8;
}

.c-header-collective__main--subnav-only {
  padding: 0;
}

.c-header-collective__display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 16px;
}

.c-collective-brand__img {
  max-height: 56px;
  width: auto;
  object-fit: contain;
}

.c-collective-brand__img--footer {
  max-height: 44px;
  width: auto;
  object-fit: contain;
  display: block;
  background: transparent;
  border: none;
  box-shadow: none;
  filter: none;
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.c-button--square {
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  font-size: 20px;
}

.c-button--menu { display: none; }

.c-button--brand,
.bg-clr--brand {
  background: var(--checkit-accent-gradient);
  color: #1a1408;
  border-color: var(--checkit-accent);
  font-weight: 600;
}

.c-button--brand:hover {
  background: linear-gradient(135deg, var(--checkit-accent) 0%, var(--checkit-accent-hover) 100%);
  color: #1a1408;
}

.c-button--whatsapp {
  background: var(--s-color-whatsapp) !important;
  border-color: var(--s-color-whatsapp) !important;
  color: #fff !important;
  font-weight: 700;
}

.c-button--whatsapp:hover,
.c-button--whatsapp:focus-visible {
  background: var(--s-color-whatsapp-hover) !important;
  border-color: var(--s-color-whatsapp-hover) !important;
  color: #fff !important;
}

.c-button--outline {
  border-color: var(--s-color-brand-primary);
  color: var(--s-color-header-text);
  background: #fff;
}

.c-button--line--white {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  padding: 8px 24px;
  margin-top: 8px;
}

.c-button--line--white:hover {
  background: rgba(255, 255, 255, 0.15);
}

.c-button--full { width: 100%; }

.c-button--close-nav {
  display: none;
  margin-left: auto;
  margin-bottom: 8px;
}

/* Nav */
.c-header-collective__nav {
  display: flex;
  align-items: center;
}

.c-header-collective__user-header {
  display: flex;
  align-items: center;
  gap: 4px;
}

.c-header-collective__user-header .nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  font-size: 13px;
  border: none;
  background: none;
  color: var(--s-color-header-text);
  white-space: nowrap;
}

.c-header-collective__user-header .nav-link:hover {
  color: var(--s-color-brand-primary);
}

/* Barra negra: forzar contraste blanco (sobre reglas generales del nav) */
.c-header-collective__nav--bar .c-header-collective__user-header .nav-link,
.c-header-collective__nav--bar .c-header-collective__user-header .dropdown-toggle,
.c-header-collective__nav--bar .c-user-menu .dropdown-toggle {
  color: #fff;
}

.c-header-collective__nav--bar .c-header-collective__user-header .nav-link:hover,
.c-header-collective__nav--bar .c-header-collective__user-header .dropdown-toggle:hover,
.c-header-collective__nav--bar .c-user-menu .dropdown-toggle:hover {
  color: var(--checkit-accent-light);
  background: rgba(255, 255, 255, 0.1);
}

.c-header-collective__nav--bar #current-currency,
.c-header-collective__nav--bar #current-language,
.c-header-collective__nav--bar #user-name {
  color: #fff;
}

/* Dropdowns */
.dropdown { position: relative; }

.dropdown-toggle {
  color: var(--s-color-header-text);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  min-width: 220px;
  max-height: 360px;
  overflow-y: auto;
  background: #fff;
  color: #393939;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 8px 0;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
}

.dropdown.is-open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu button,
.dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 10px 16px;
  border: none;
  background: none;
  text-align: left;
  font-size: 13px;
  color: #393939;
}

.dropdown-menu button:hover,
.dropdown-menu a:hover {
  background: #f0f0f0;
  color: #111;
}

.dropdown-title {
  padding: 8px 16px 4px;
  font-size: 11px;
  color: #555;
  background: #f5f5f5;
  border-top: 1px solid #eee;
}

.dropdown-title:first-child {
  border-top: none;
}

.dropdown-title strong {
  color: #333;
  font-weight: 600;
}

.dropdown-menu-currencies { min-width: 240px; }

/* Flags */
.flag {
  display: inline-block;
  width: 20px;
  height: 14px;
  border-radius: 2px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.flag-es { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Crect fill='%23c60b1e' width='3' height='2'/%3E%3Crect fill='%23ffc400' y='.5' width='3' height='1'/%3E%3C/svg%3E"); }
.flag-gb { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'%3E%3Crect fill='%23012169' width='60' height='30'/%3E%3C/svg%3E"); }
.flag-us { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Crect fill='%23b22234' width='3' height='2'/%3E%3C/svg%3E"); }
.flag-it { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Crect fill='%23009246' width='1' height='2'/%3E%3Crect fill='%23fff' x='1' width='1' height='2'/%3E%3Crect fill='%23ce2b37' x='2' width='1' height='2'/%3E%3C/svg%3E"); }
.flag-pt { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Crect fill='%23006000' width='3' height='2'/%3E%3C/svg%3E"); }
.flag-br { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Crect fill='%23009739' width='3' height='2'/%3E%3C/svg%3E"); }

.c-hidden-aside__bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 150;
}

/* Login */
.login-form-modal {
  padding: 48px 16px 64px;
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-form-modal-layout { width: 100%; max-width: 950px; }

.login-card {
  background: #fff;
  border-radius: var(--radius-big);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.c-login-content {
  display: flex;
  flex-direction: column;
  min-height: 450px;
}

.c-login-content__item--first {
  position: relative;
  flex: 3;
  min-height: 280px;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.c-login-content__img-wrapper {
  position: absolute;
  inset: 0;
}

.c-login-content__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-login-content__overlay {
  position: absolute;
  inset: 0;
  background: rgba(57, 57, 57, 0.45);
}

.c-login-content__text {
  position: relative;
  z-index: 1;
  padding: 32px;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-login-content__text h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
}

.c-login-content__text p {
  margin: 0;
  font-size: 16px;
  opacity: 0.95;
}

.c-login-content__register {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.c-login-content__item--form {
  flex: 2;
  display: flex;
  align-items: center;
  padding: 32px 24px;
}

.login-form { width: 100%; }

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
  color: var(--s-color-header-text);
}

.c-icon-escort {
  position: relative;
}

.c-icon-escort .c-text-input {
  width: 100%;
  padding: 12px 40px 12px 14px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.c-icon-escort .c-text-input:focus {
  border-color: var(--s-color-brand-primary);
  box-shadow: 0 0 0 3px rgba(202, 195, 188, 0.35);
}

.c-icon-escort > i:not(.fa-eye):not(.fa-eye-slash) {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--s-color-middle-gray);
  pointer-events: none;
}

.c-password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  color: var(--s-color-middle-gray);
  padding: 4px 8px;
}

.form-group--checkbox { margin-bottom: 20px; }

.c-point-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
}

.c-point-checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.c-point-checkbox__container {
  width: 18px;
  height: 18px;
  border: 2px solid #ced4da;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color 0.2s;
}

.c-point-checkbox__input:checked + .c-point-checkbox__container {
  border-color: var(--s-color-brand-primary);
}

.c-point-checkbox__point {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--s-color-brand-primary);
  transform: scale(0);
  transition: transform 0.2s;
}

.c-point-checkbox__input:checked + .c-point-checkbox__container .c-point-checkbox__point {
  transform: scale(1);
}

.login-help {
  margin-top: 16px;
  text-align: center;
  font-size: 13px;
}

.login-help a:hover { color: var(--s-color-brand-primary); }

.login-error {
  background: #fde8e8;
  color: #9b1c1c;
  border: 1px solid #f8b4b4;
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 16px;
  font-size: 13px;
}

/* Footer — aliados estratégicos (sobre negro premium) */
.c-footer-partners {
  background: #000000;
  color: #ffffff;
  padding: 48px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.c-footer-partners--inline {
  border-top: none;
  border-radius: 0;
  margin: 0;
  max-width: none;
  width: 100%;
  box-shadow: none;
  border: none;
  background: #000000;
}

.page-grand-tour .c-footer-partners--inline {
  border-radius: 0;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
}

.page-about .c-footer-partners--inline {
  border-radius: 0;
  max-width: none;
  margin: 0;
}

.gt-allies-mount {
  display: none;
}

.gt-reviews-mount {
  display: none;
}

.c-footer-partners__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 28px;
}

.c-footer-partners__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.c-footer-partners__eyebrow i {
  color: var(--checkit-accent-light, #e4bc5c);
}

.c-footer-partners__title {
  margin: 0 0 10px;
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.95);
}

.c-footer-partners__subtitle {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.c-footer-partners__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  list-style: none;
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
}

.c-footer-partners__grid--band {
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: stretch;
  gap: 6px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.c-footer-partners__grid--band::-webkit-scrollbar {
  display: none;
}

.c-footer-partners__grid--band .c-footer-partners__item {
  flex: 1 1 0;
  min-width: 92px;
  max-width: none;
}

.c-footer-partners__card {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-height: 0;
  height: 100%;
  padding: 11px 36px 11px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.c-footer-partners__item:hover .c-footer-partners__card {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.c-footer-partners__seal {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.35);
  font-size: 9px;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.c-footer-partners__item:hover .c-footer-partners__seal {
  background: rgba(201, 149, 58, 0.18);
  color: var(--checkit-accent-light, #e4bc5c);
  transform: scale(1.05);
}

.c-footer-partners__media {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  min-height: 42px;
}

.c-footer-partners__monogram {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
  filter: none;
  opacity: 0.88;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.c-footer-partners__card.is-text-mode .c-footer-partners__monogram {
  display: inline-flex;
}

.c-footer-partners__item:hover .c-footer-partners__monogram {
  opacity: 1;
  transform: scale(1.04);
}

.c-footer-partners__item--teal .c-footer-partners__monogram { background: linear-gradient(135deg, #0d9488, #115e59); }
.c-footer-partners__item--amber .c-footer-partners__monogram { background: linear-gradient(135deg, #f59e0b, #b45309); }
.c-footer-partners__item--slate .c-footer-partners__monogram { background: linear-gradient(135deg, #475569, #1e293b); }
.c-footer-partners__item--green .c-footer-partners__monogram { background: linear-gradient(135deg, #16a34a, #14532d); }
.c-footer-partners__item--coral .c-footer-partners__monogram { background: linear-gradient(135deg, #f97316, #c2410c); }
.c-footer-partners__item--indigo .c-footer-partners__monogram { background: linear-gradient(135deg, #6366f1, #3730a3); }
.c-footer-partners__item--rose .c-footer-partners__monogram { background: linear-gradient(135deg, #e11d48, #881337); }
.c-footer-partners__item--bronze .c-footer-partners__monogram { background: linear-gradient(135deg, #a16207, #713f12); }

.c-footer-partners__logo {
  display: block;
  max-width: 72px;
  max-height: 34px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.62;
  transition: opacity 0.25s ease;
}

.c-footer-partners__card.has-logo .c-footer-partners__media {
  width: auto;
  min-width: 42px;
  max-width: 80px;
}

.c-footer-partners__card.has-logo .c-footer-partners__monogram {
  display: none;
}

.c-footer-partners__item:hover .c-footer-partners__logo {
  opacity: 1;
}

.c-footer-partners__name {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-align: left;
  text-transform: none;
  color: rgba(255, 255, 255, 0.62);
  transition: color 0.25s ease;
  overflow-wrap: anywhere;
}

.c-footer-partners__item:hover .c-footer-partners__name {
  color: rgba(255, 255, 255, 0.95);
}

.c-footer-partners__legal {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin: 0 auto;
}

.c-footer-partners__legal-block {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 12px;
  text-align: left;
}

.c-footer-partners__legal-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  font-size: 15px;
}

.c-footer-partners__legal-block--lead {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.c-footer-partners__legal-block--commitment {
  background: rgba(201, 149, 58, 0.08);
  border: 1px solid rgba(201, 149, 58, 0.22);
}

.c-footer-partners__legal-block--lead .c-footer-partners__legal-icon {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.55);
}

.c-footer-partners__legal-block--commitment .c-footer-partners__legal-icon {
  background: rgba(201, 149, 58, 0.15);
  color: var(--checkit-accent-light, #e4bc5c);
}

.c-footer-partners__legal-block p {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.c-footer-partners__legal-block--commitment p {
  color: rgba(255, 255, 255, 0.62);
}

.c-footer-partners__legal-block--commitment strong {
  color: var(--checkit-accent-light, #e4bc5c);
}

.c-footer-contact-line strong {
  font-weight: 600;
  color: inherit;
}

/* Footer — testimonios compactos (estilo internacional) */
.testimonials-section {
  scroll-margin-top: 110px;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 40px 20px 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.testimonials-container {
  max-width: 1100px;
  margin: 0 auto;
}

.testimonials-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.testimonials-bar__copy h2 {
  margin: 0 0 4px;
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.testimonials-bar__copy p {
  margin: 0;
  font-size: 0.85rem;
  color: #9ca3af;
}

.testimonials-bar__score {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.testimonials-bar__number {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
  color: #ffc107;
}

.testimonials-bar__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.testimonials-bar__count {
  font-size: 0.72rem;
  color: #9ca3af;
  letter-spacing: 0.02em;
}

.testimonials-track-wrap {
  position: relative;
  padding: 0 30px;
}

.testimonials-viewport {
  overflow: hidden;
  width: 100%;
}

.testimonials-track-wrap::before,
.testimonials-track-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 8px;
  width: 56px;
  z-index: 1;
  pointer-events: none;
}

.testimonials-track-wrap::before {
  left: 0;
  background: linear-gradient(to right, #000 35%, rgba(0, 0, 0, 0.65) 65%, transparent);
}

.testimonials-track-wrap::after {
  right: 0;
  background: linear-gradient(to left, #000 35%, rgba(0, 0, 0, 0.65) 65%, transparent);
}

.testimonials-grid {
  display: flex;
  gap: 16px;
  overflow: visible;
  padding: 2px 2px 8px;
  width: max-content;
  max-width: none;
  will-change: transform;
  touch-action: pan-y;
  cursor: grab;
}

.testimonials-grid.is-dragging {
  cursor: grabbing;
}

.testimonials-grid.is-marquee {
  /* movimiento vía JS transform */
  animation: none;
}

.testimonials-track-wrap.is-marquee .testimonial-card,
.testimonials-grid .testimonial-card {
  flex: 0 0 320px;
  width: 320px;
  max-width: 85vw;
  scroll-snap-align: none;
}

@media (max-width: 480px) {
  .testimonials-track-wrap.is-marquee .testimonial-card,
  .testimonials-grid .testimonial-card {
    flex-basis: min(300px, 85vw);
    width: min(300px, 85vw);
  }
}

.testimonial-card {
  flex: 0 0 320px;
  width: 320px;
  max-width: 85vw;
  display: flex;
  gap: 14px;
  padding: 16px;
  border-radius: 10px;
  background: #0a0a0a;
  border: 1px solid #222;
  min-height: 0;
}

.testimonial-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin-bottom: 4px;
}

.testimonial-card__ref {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffc107;
  padding: 3px 7px;
  border-radius: 4px;
  background: rgba(255, 193, 7, 0.1);
  border: 1px solid rgba(255, 193, 7, 0.25);
}

.testimonial-card__date {
  font-size: 0.72rem;
  color: #6b7280;
}

.testimonials-track-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.55);
  background: linear-gradient(180deg, #ffffff 0%, #e5e7eb 100%);
  color: #111827;
  font-size: 1rem;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.testimonials-track-nav--prev { left: -4px; }
.testimonials-track-nav--next { right: -4px; }

.testimonials-track-nav:hover {
  border-color: #ffc107;
  background: linear-gradient(180deg, #ffd54f 0%, #ffc107 100%);
  color: #111827;
  box-shadow:
    0 6px 22px rgba(255, 193, 7, 0.45),
    0 0 0 1px rgba(255, 193, 7, 0.35);
  transform: translateY(-50%) scale(1.07);
}

.testimonials-track-nav:focus-visible {
  outline: 2px solid #ffc107;
  outline-offset: 3px;
}

.testimonials-track-nav.is-disabled {
  opacity: 0.28;
  pointer-events: none;
  filter: grayscale(0.4);
}

.testimonial-card__photo {
  flex: 0 0 72px;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #222;
}

.testimonial-card__photo img {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: cover;
}

.testimonial-card__main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.testimonial-stars {
  color: #ffc107;
  font-size: 0.72rem;
  line-height: 1;
}

.testimonial-stars i {
  margin-right: 1px;
}

.testimonial-stars i.is-dim {
  opacity: 0.25;
}

.testimonial-text {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: #d1d5db;
  font-style: italic;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial-author {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
}

.author-name {
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
}

.author-platform {
  font-size: 0.72rem;
  color: #1877f2;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.btn-verify {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 2px;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #333;
  color: #e5e7eb;
  font-size: 0.72rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.btn-verify:hover {
  background: #1877f2;
  border-color: #1877f2;
  color: #fff;
}

.testimonials-foot {
  margin: 18px 0 0;
  text-align: center;
}

.testimonials-foot a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #9ca3af;
  text-decoration: none;
}

.testimonials-foot a:hover {
  color: #1877f2;
}

@media (max-width: 768px) {
  .testimonials-section {
    padding: 32px 16px 28px;
  }

  .testimonials-bar__score {
    width: 100%;
    justify-content: center;
  }

  .testimonials-track-wrap {
    padding: 0 24px;
  }

  .testimonials-track-wrap::before,
  .testimonials-track-wrap::after {
    width: 40px;
  }

  .testimonials-track-nav {
    width: 40px;
    height: 40px;
    font-size: 0.88rem;
  }

  .testimonials-track-nav--prev { left: -2px; }
  .testimonials-track-nav--next { right: -2px; }

  .testimonial-card {
    flex-basis: min(100%, 300px);
  }

  .testimonial-card__photo {
    flex-basis: 64px;
  }

  .testimonial-card__photo img {
    width: 64px;
    height: 64px;
  }
}

@media (min-width: 769px) {
  .testimonial-card {
    flex-basis: calc(50% - 8px);
    max-width: 520px;
  }
}

/* Footer premium — negro puro, 3 columnas */
.c-footer-collective--premium .c-footer-collective__top {
  position: relative;
  background: #000000;
  color: #ffffff;
  padding: 64px 0 40px;
  font-size: 13px;
  letter-spacing: 0.01em;
}

.c-footer-collective--premium .c-footer-collective__top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.14) 20%,
    rgba(201, 149, 58, 0.35) 50%,
    rgba(255, 255, 255, 0.14) 80%,
    transparent 100%
  );
  pointer-events: none;
}

.c-footer-collective__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.c-footer-collective__col {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.c-footer-collective__label {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.c-footer-collective__brand {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 0;
  line-height: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.c-footer-collective__brand:hover {
  opacity: 0.88;
}

.c-footer-collective__brand img {
  max-height: 44px;
  width: auto;
  height: auto;
  display: block;
  background: transparent;
}

.c-footer-collective__tagline {
  margin: 0;
  max-width: 280px;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.52);
}

.c-footer-collective__group {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 22px;
}

.c-footer-collective__row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.c-footer-collective__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.c-footer-collective__row-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}

.c-footer-collective__row-value {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

.c-footer-collective__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.46);
  font-size: 14px;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.c-footer-collective__row:hover .c-footer-collective__icon {
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.16);
}

.c-footer-collective__channels-label {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}

.c-footer-collective__channels {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c-footer-collective__channel {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5;
  transition: color 0.3s ease;
}

.c-footer-collective__channel:hover {
  color: #ffffff;
}

.c-footer-collective__channel:hover .c-footer-collective__icon {
  color: var(--checkit-accent-light, #e4bc5c);
  background: rgba(201, 149, 58, 0.1);
  border-color: rgba(201, 149, 58, 0.28);
  transform: translateY(-1px);
}

.c-footer-collective__nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.c-footer-collective__nav-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5;
  transition: color 0.3s ease, transform 0.3s ease;
}

.c-footer-collective__nav-link:hover {
  color: #ffffff;
  transform: translateX(3px);
}

.c-footer-collective__copyright {
  margin: auto 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.38);
}

.c-footer-collective__col--legal {
  justify-content: flex-start;
}

/* Compatibilidad footer legacy (páginas sin upgrade JS) */
.c-footer-collective:not(.c-footer-collective--premium) .c-footer-collective__top {
  background: var(--s-color-footer-bg);
  color: var(--s-color-footer-text);
  padding: 48px 0 32px;
  font-size: 13px;
}

.c-footer-collective:not(.c-footer-collective--premium) .c-footer-collective__col strong {
  font-size: 15px;
  margin-bottom: 4px;
}

.c-footer-collective:not(.c-footer-collective--premium) .c-footer-collective__col p,
.c-footer-collective:not(.c-footer-collective--premium) .c-footer-collective__col a,
.c-footer-collective:not(.c-footer-collective--premium) .c-footer-collective__col span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  opacity: 0.9;
}

.c-footer-collective:not(.c-footer-collective--premium) .c-footer-collective__col a:hover {
  opacity: 1;
  color: var(--checkit-accent-light);
  text-decoration: underline;
}

.c-footer-collective:not(.c-footer-collective--premium) .c-footer-collective__col i,
.c-footer-collective:not(.c-footer-collective--premium) .c-footer-collective__col .fa-location-dot {
  color: var(--s-color-brand-primary);
  margin-top: 3px;
  flex-shrink: 0;
}

.c-footer-collective:not(.c-footer-collective--premium) .c-footer-collective__box-brand img {
  max-height: 48px;
  width: auto;
  margin: 8px 0;
}

.c-footer-collective:not(.c-footer-collective--premium) .c-footer-collective__col a[href^="tel:"],
.c-footer-collective:not(.c-footer-collective--premium) .c-footer-collective__col a[href*="wa.me"] {
  color: inherit;
  text-decoration: none;
}

.c-footer-collective:not(.c-footer-collective--premium) .c-footer-collective__col a[href^="tel:"]:hover,
.c-footer-collective:not(.c-footer-collective--premium) .c-footer-collective__col a[href*="wa.me"]:hover {
  color: var(--checkit-accent-light);
  text-decoration: underline;
}

/* WhatsApp flotante — attention + gravity bounce */
.c-whatsapp-button {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 90;
}

.c-whatsapp-button a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.c-whatsapp-button__tag {
  background: #fff;
  color: #1877f2;
  padding: 8px 14px;
  border-radius: 6px;
  box-shadow: var(--shadow);
  font-size: 13px;
  font-weight: 650;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
  animation: waTagNudge 6.5s ease-in-out infinite;
}

.c-whatsapp-button:hover .c-whatsapp-button__tag,
.c-whatsapp-button:focus-within .c-whatsapp-button__tag {
  opacity: 1;
  transform: translateX(0);
  animation: none;
}

.c-whatsapp-button__element {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  /* Celeste / azul clásico Facebook (canal flotante) */
  background: #1877f2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 10px 24px rgba(24, 119, 242, 0.38);
  transform-origin: 50% 100%;
  animation: waGravityBounce 2.8s cubic-bezier(0.22, 0.9, 0.3, 1.15) infinite;
  will-change: transform;
}

.c-whatsapp-button__element::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(24, 119, 242, 0.55);
  animation: waPulseRing 2.8s ease-out infinite;
  pointer-events: none;
}

.c-whatsapp-button a:hover .c-whatsapp-button__element,
.c-whatsapp-button a:focus-visible .c-whatsapp-button__element {
  background: #0d65d9;
  animation: none;
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 14px 28px rgba(13, 101, 217, 0.42);
  color: #fff;
}

.c-whatsapp-button a:hover .c-whatsapp-button__element::before,
.c-whatsapp-button a:focus-visible .c-whatsapp-button__element::before {
  animation: none;
  opacity: 0;
}

@keyframes waGravityBounce {
  0%,
  62%,
  100% {
    transform: translateY(0) scale(1, 1);
  }
  68% {
    transform: translateY(-16px) scale(0.98, 1.04);
  }
  76% {
    transform: translateY(0) scale(1.08, 0.9);
  }
  82% {
    transform: translateY(-7px) scale(0.99, 1.02);
  }
  88% {
    transform: translateY(0) scale(1.04, 0.95);
  }
  93% {
    transform: translateY(-2px) scale(1, 1);
  }
}

@keyframes waPulseRing {
  0%,
  62% {
    transform: scale(0.92);
    opacity: 0;
  }
  68% {
    opacity: 0.7;
  }
  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}

@keyframes waTagNudge {
  0%,
  58%,
  78%,
  100% {
    opacity: 0;
    transform: translateX(10px);
  }
  64%,
  72% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .c-whatsapp-button__element,
  .c-whatsapp-button__element::before,
  .c-whatsapp-button__tag {
    animation: none !important;
  }
}

/* Modals */
.c-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
}

.c-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.c-modal__backmask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.c-modal__wrapper {
  position: relative;
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  z-index: 1;
}

.c-modal--large .c-modal__wrapper { max-width: 800px; }

.c-modal__container {
  background: #fff;
  border-radius: var(--radius-big);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.c-modal__close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  background: none;
  font-size: 13px;
  color: var(--s-color-header-text);
  padding: 8px;
}

.c-modal__close-btn span {
  display: none;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 4px;
  background: #f0f0f0;
}

.c-modal__close-btn:hover span { display: inline-flex; }

.c-modal__body {
  padding: 32px 24px 24px;
}

.c-modal__body--scroll {
  max-height: 70vh;
  overflow-y: auto;
}

.c-modal__body h2 {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 600;
}

.c-modal__body p { margin: 0 0 12px; color: var(--s-color-middle-gray); }

.c-modal__body a { color: var(--s-color-brand-primary); font-weight: 600; }

.c-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.c-modal--cookies .c-modal__wrapper { max-width: 560px; }

.privacy-content h3,
.privacy-content p { margin: 0 0 12px; font-size: 13px; }

.privacy-content strong { font-weight: 600; }

/* Dashboard page */
.page-dashboard .c-search-box {
  background: #000;
  color: #fff;
  padding: 24px 0;
}

.c-search-tabs:not(.c-travel-modes__panel) {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.c-search-tabs:not(.c-travel-modes__panel) button {
  padding: 10px 18px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 6px 6px 0 0;
  font-size: 13px;
}

.c-search-tabs:not(.c-travel-modes__panel) button.is-active {
  background: var(--s-color-brand-primary);
  color: #fff;
}

.c-search-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  align-items: end;
}

.c-search-form .c-text-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #444;
  border-radius: 6px;
  background: #1a1a1a;
  color: #fff;
}

.c-dashboard-hero {
  padding: 32px 0;
}

.c-dashboard-hero h1 {
  margin: 0 0 8px;
  font-size: 24px;
}

.c-offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  padding-bottom: 48px;
}

.c-offer-card {
  background: #fff;
  border-radius: var(--radius-big);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}

.c-offer-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.c-offer-card__img {
  height: 160px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  object-fit: cover;
}

.c-offer-card__body { padding: 16px; }

.c-offer-card__body h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.c-offer-card__price {
  color: var(--s-color-brand-primary);
  font-weight: 700;
  font-size: 18px;
}

.c-user-menu {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.c-user-menu span { font-size: 13px; }

.c-user-menu > button:not(.dropdown-toggle) {
  padding: 6px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  font-size: 12px;
}

.c-user-menu .dropdown-menu.c-user-menu__dropdown,
.c-user-menu .c-user-menu__dropdown {
  min-width: 268px;
  padding: 6px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
}

.c-user-menu .dropdown-menu > li {
  list-style: none;
  margin: 0;
}

.c-user-menu .dropdown-menu .c-user-menu__action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-radius: 8px;
  background: transparent;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: #334155;
  text-decoration: none;
  cursor: pointer;
}

.c-user-menu .dropdown-menu .c-user-menu__action span {
  flex: 1;
  font-size: 13px;
}

.c-user-menu .dropdown-menu .c-user-menu__action i {
  width: 18px;
  flex-shrink: 0;
  text-align: center;
  font-size: 14px;
  color: #64748b;
}

.c-user-menu .dropdown-menu .c-user-menu__action:hover,
.c-user-menu .dropdown-menu .c-user-menu__action:focus-visible {
  background: #f1f5f9;
  color: #0f172a;
}

.c-user-menu .dropdown-menu .c-user-menu__action--admin i {
  color: var(--s-color-brand-primary, #e85d04);
}

.c-user-menu .dropdown-menu .c-user-menu__action--logout i {
  color: #dc2626;
}

.c-user-menu .dropdown-menu .c-user-menu__item--admin {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #e2e8f0;
}

.c-user-menu .dropdown-menu .c-user-menu__item:has(#btn-logout) {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #e2e8f0;
}

.c-header-collective__bar .dropdown.c-user-menu .dropdown-menu {
  z-index: 500;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
}

.c-header-collective__bar .dropdown.c-user-menu .dropdown-menu .c-user-menu__action,
.c-header-collective__bar .dropdown.c-user-menu .dropdown-menu .c-user-menu__action span,
.c-header-collective__bar .dropdown.c-user-menu .dropdown-menu button.c-user-menu__action {
  color: #334155;
}

.c-header-collective__bar .dropdown.c-user-menu .dropdown-menu .c-user-menu__action:hover,
.c-header-collective__bar .dropdown.c-user-menu .dropdown-menu .c-user-menu__action:focus-visible,
.c-header-collective__bar .dropdown.c-user-menu .dropdown-menu .c-user-menu__action:hover span {
  color: #0f172a;
  background: #f1f5f9;
}

.c-header-collective__bar .dropdown.c-user-menu .dropdown-menu .c-user-menu__action i {
  color: #64748b;
}

.c-header-collective__bar .dropdown.c-user-menu .dropdown-menu .c-user-menu__action--admin i {
  color: var(--s-color-brand-primary, #e85d04);
}

/* Responsive */
@media (min-width: 768px) {
  .c-header__agency-data--top { display: flex; }

  .c-login-content { flex-direction: row; }

  .c-login-content__item--first { min-height: 450px; }

  .c-footer-collective__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.25fr) minmax(0, 0.95fr);
    gap: 48px 56px;
    align-items: start;
  }

  .c-footer-collective__col--legal {
    min-height: 100%;
  }
}

@media (min-width: 960px) {
  .c-footer-partners__grid--band {
    gap: 8px;
    overflow-x: visible;
  }

  .c-footer-partners__grid--band .c-footer-partners__item {
    min-width: 0;
  }

  .c-footer-partners__grid--band .c-footer-partners__card {
    padding: 10px 28px 10px 12px;
    gap: 10px;
  }

  .c-footer-partners__grid--band .c-footer-partners__name {
    font-size: 10.5px;
    line-height: 1.3;
  }

  .c-footer-partners__grid--band .c-footer-partners__monogram {
    width: 38px;
    height: 38px;
    font-size: 12px;
  }

  .c-footer-partners__grid--band .c-footer-partners__media {
    width: 38px;
    min-height: 38px;
  }
}

@media (max-width: 767px) {
  .c-footer-collective--premium .c-footer-collective__top {
    padding: 48px 0 36px;
  }

  .c-footer-collective__tagline {
    max-width: none;
  }

  .c-footer-collective__copyright {
    margin-top: 4px;
  }

  .c-footer-partners {
    padding: 36px 0 32px;
  }

  .c-footer-partners__head {
    padding: 0 12px;
    margin-bottom: 20px;
  }

  .c-footer-partners__title {
    font-size: clamp(1rem, 4.5vw, 1.2rem);
    overflow-wrap: anywhere;
  }

  .c-footer-partners__subtitle {
    font-size: 12px;
  }

  .c-footer-partners__grid--band {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    overflow-x: visible;
    padding: 0 8px;
  }

  .c-footer-partners__grid--band .c-footer-partners__item {
    flex: 1 1 calc(50% - 10px);
    min-width: min(100%, 148px);
    max-width: calc(50% - 5px);
  }

  .c-footer-partners__grid--band .c-footer-partners__card {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    padding: 14px 10px 12px;
    min-height: 108px;
  }

  .c-footer-partners__grid--band .c-footer-partners__media {
    width: auto;
    min-height: 0;
  }

  .c-footer-partners__grid--band .c-footer-partners__name {
    flex: none;
    width: 100%;
    text-align: center;
    font-size: 11px;
    line-height: 1.35;
    writing-mode: horizontal-tb;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .c-footer-partners__legal {
    padding: 0 12px;
  }
}

/* Desktop amplio: barra completa. Celular + tablet: todo en hamburguesa */
@media (min-width: 1200px) {
  .c-header-collective__nav--bar {
    display: flex;
    flex-shrink: 0;
  }

  .c-header-collective__user-header--mobile-site {
    display: none !important;
  }

  .c-mobile-nav__section-title {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  /* Subnav del encabezado → solo dentro de la hamburguesa */
  .c-header-collective__main--subnav-only {
    display: none !important;
  }

  .c-header__agency-data--top { display: none; }

  .c-collective-brand__img--bar { max-height: 36px; }

  .c-header-collective__bar-tools {
    flex: 0;
    margin-left: 0;
    border-left: none;
    padding-left: 0;
  }

  .c-button--menu,
  .c-button--menu--bar {
    display: inline-flex !important;
    margin-left: auto;
    color: #fff;
  }

  .c-header-collective__nav--bar,
  .c-header-collective__nav {
    display: flex !important;
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, 88vw);
    height: 100vh;
    height: 100dvh;
    background: #fff;
    color: #0f172a;
    flex-direction: column;
    align-items: stretch;
    padding: 16px 14px 28px;
    z-index: 160;
    transform: translateX(100%);
    transition: transform 0.3s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
  }

  .c-header-collective__nav.is-open { transform: translateX(0); }

  /* Contraste: drawer blanco → texto oscuro (anula color blanco de la barra) */
  .c-header-collective__nav--bar .nav-link,
  .c-header-collective__nav--bar .dropdown-toggle,
  .c-header-collective__nav--bar .c-header-collective__user-header .nav-link,
  .c-header-collective__nav--bar .c-header-collective__user-header .dropdown-toggle,
  .c-header-collective__nav--bar .c-user-menu .dropdown-toggle,
  .c-header-collective__nav .nav-link,
  .c-header-collective__nav .dropdown-toggle,
  .c-header-collective__nav--bar #current-currency,
  .c-header-collective__nav--bar #current-language,
  .c-header-collective__nav--bar #user-name {
    color: #0f172a !important;
  }

  .c-header-collective__nav--bar .nav-link:hover,
  .c-header-collective__nav--bar .dropdown-toggle:hover,
  .c-header-collective__nav--bar .c-header-collective__user-header .nav-link:hover,
  .c-header-collective__nav--bar .c-header-collective__user-header .dropdown-toggle:hover,
  .c-header-collective__nav--bar .c-user-menu .dropdown-toggle:hover {
    color: #0f172a !important;
    background: #f1f5f9;
  }

  .c-header-collective__nav--bar .nav-link i,
  .c-header-collective__nav--bar .dropdown-toggle > i:not(.fa-angle-down),
  .c-header-collective__nav--bar .fa-angle-down {
    color: #475569 !important;
  }

  .c-header-collective__user-header--mobile-site {
    display: flex;
    margin: 0 0 12px;
    padding: 0 0 8px;
    border-bottom: 1px solid #e2e8f0;
  }

  .c-header-collective__user-header--mobile-site .nav-link {
    font-weight: 600;
  }

  .c-mobile-nav__section-title {
    display: block;
    margin: 10px 0 4px;
    padding: 8px 4px 4px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
    list-style: none;
  }

  .c-header__agency-data--mobile { display: flex; }

  .c-button--close-nav {
    display: inline-flex;
    align-self: flex-end;
    color: #0f172a;
    margin-bottom: 4px;
  }

  .c-header-collective__user-header {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .c-header-collective__user-header > li {
    width: 100%;
  }

  .c-header-collective__user-header .nav-link,
  .c-header-collective__user-header .dropdown-toggle {
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
    padding: 12px 8px;
    border-bottom: 1px solid #e2e8f0;
    color: #0f172a;
    border-radius: 8px;
    text-align: left;
  }

  .c-header-collective__user-header .dropdown-toggle .fa-angle-down {
    margin-left: auto;
    transition: transform 0.2s ease;
  }

  .c-header-collective__user-header .dropdown.is-open > .dropdown-toggle .fa-angle-down {
    transform: rotate(180deg);
  }

  .c-header-collective__nav .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0 0 4px;
    background: #f1f5f9;
    color: #0f172a;
    border-radius: 10px;
    transition: max-height 0.28s ease;
  }

  .c-header-collective__nav .dropdown.is-open > .dropdown-menu {
    max-height: min(55vh, 420px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 6px 0;
    border: 1px solid #e2e8f0;
  }

  .c-header-collective__nav .dropdown-menu button,
  .c-header-collective__nav .dropdown-menu a,
  .c-header-collective__nav .dropdown-menu .c-user-menu__action {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    padding: 10px 14px 10px 28px;
    color: #0f172a;
    background: transparent;
    border: 0;
    text-align: left;
    font-size: 0.92rem;
  }

  .c-header-collective__nav .dropdown-menu .dropdown-title {
    padding: 8px 14px 4px 28px;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
  }

  .c-header-collective__nav .dropdown-menu button:hover,
  .c-header-collective__nav .dropdown-menu a:hover,
  .c-header-collective__nav .dropdown-menu .c-user-menu__action:hover {
    background: #e2e8f0;
  }
}

@media (max-width: 767px) {
  .c-login-content__text h2 { font-size: 22px; }

  .c-whatsapp-button__tag { display: none; }

  .login-form-modal { padding: 24px 12px 48px; }
}

.c-preview-role-banner {
  position: sticky;
  top: 0;
  z-index: 1200;
  background: linear-gradient(90deg, #0f172a 0%, #1e3a5f 100%);
  color: #f8fafc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
}

.c-preview-role-banner__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 13px;
}

.c-preview-role-banner__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.c-preview-role-banner__hint {
  color: rgba(248, 250, 252, 0.78);
}

.c-preview-role-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: auto;
}

.c-preview-role-banner__link,
.c-preview-role-banner__exit {
  border: 0;
  border-radius: 999px;
  padding: 7px 14px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.c-preview-role-banner__link {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.c-preview-role-banner__exit {
  background: #f59e0b;
  color: #111827;
}

.c-preview-role-banner__link:hover {
  background: rgba(255, 255, 255, 0.2);
}

.c-preview-role-banner__exit:hover {
  background: #fbbf24;
}

@media (max-width: 720px) {
  .c-preview-role-banner__actions {
    width: 100%;
    margin-left: 0;
  }
}

body.is-checkit-preview-active #link-admin-panel,
body.is-checkit-preview-active #mis-ideas-admin-link,
body.is-checkit-preview-active .c-detalle-header-admin,
body.is-checkit-preview-active .c-user-menu__item--admin,
body.is-checkit-preview-active .c-pkg-ops-strip,
body.is-checkit-preview-active .c-pkg-cms-bar,
body.is-checkit-preview-active a[href*="admin.html"]:not(.c-preview-role-banner__link) {
  display: none !important;
}
