/* =========================================================
   ROOKIE IN TOWN — HOME SECTIONS v2.1.7
   Secciones inferiores de la home. Compatible con WP Rentals
   y WPBakery. No modifica hero, buscador, menú ni footer.
========================================================= */

body.rit-home-sections-page {
  overflow-x: clip;
}

#rit-home-sections {
  --rit-orange: #ea7a11;
  --rit-orange-dark: #c85f07;
  --rit-orange-soft: #fff4e8;
  --rit-navy: #0b3042;
  --rit-navy-dark: #061f2c;
  --rit-navy-light: #174f66;
  --rit-white: #ffffff;
  --rit-off-white: #f7f9fa;
  --rit-soft: #f1f5f6;
  --rit-border: #dce5e8;
  --rit-text: #18333f;
  --rit-text-soft: #60747e;
  --rit-text-light: #83949c;
  --rit-shadow-sm: 0 8px 24px rgba(7, 31, 44, 0.08);
  --rit-shadow-md: 0 18px 48px rgba(7, 31, 44, 0.12);
  --rit-shadow-lg: 0 30px 80px rgba(7, 31, 44, 0.18);
  --rit-radius-sm: 14px;
  --rit-radius-md: 20px;
  --rit-radius-lg: 28px;
  --rit-pill: 999px;
  --rit-container: 1240px;
  --rit-narrow: 860px;
  --rit-transition: 220ms cubic-bezier(.2,.7,.2,1);

  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  clear: both;
  overflow: hidden;
  background: var(--rit-white);
  color: var(--rit-text);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  isolation: isolate;
}

#rit-home-sections,
#rit-home-sections *,
#rit-home-sections *::before,
#rit-home-sections *::after {
  box-sizing: border-box;
}

#rit-home-sections h1,
#rit-home-sections h2,
#rit-home-sections h3,
#rit-home-sections h4,
#rit-home-sections p,
#rit-home-sections ul,
#rit-home-sections ol,
#rit-home-sections blockquote,
#rit-home-sections figure {
  margin: 0;
  padding: 0;
}

#rit-home-sections ul,
#rit-home-sections ol {
  list-style: none;
}

#rit-home-sections img,
#rit-home-sections picture,
#rit-home-sections svg {
  display: block;
}

#rit-home-sections img {
  max-width: 100%;
}

#rit-home-sections a {
  color: inherit;
  text-decoration: none;
}

#rit-home-sections button {
  margin: 0;
  border: 0;
  font: inherit;
  cursor: pointer;
}

#rit-home-sections [hidden] {
  display: none !important;
}

#rit-home-sections :focus-visible {
  outline: 3px solid rgba(234, 122, 17, .35);
  outline-offset: 4px;
}

#rit-home-sections .rit-container {
  width: min(calc(100% - 48px), var(--rit-container));
  max-width: var(--rit-container);
  margin-inline: auto;
}

#rit-home-sections .rit-container--narrow {
  width: min(calc(100% - 48px), var(--rit-narrow));
  max-width: var(--rit-narrow);
}

#rit-home-sections .rit-section {
  position: relative;
  width: 100%;
  padding-block: clamp(68px, 7vw, 98px);
}

#rit-home-sections .rit-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: end;
  margin-bottom: clamp(34px, 4vw, 54px);
}

#rit-home-sections .rit-section-heading > *,
#rit-home-sections .rit-process__layout > *,
#rit-home-sections .rit-experience__layout > *,
#rit-home-sections .rit-owners__panel > * {
  min-width: 0;
}

#rit-home-sections .rit-section-heading--center {
  display: block;
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

#rit-home-sections .rit-section-heading--center > p {
  max-width: 650px;
  margin: 16px auto 0;
}

#rit-home-sections .rit-section-heading h2,
#rit-home-sections .rit-process__intro h2,
#rit-home-sections .rit-experience__content h2,
#rit-home-sections .rit-owners__content h2,
#rit-home-sections .rit-final-cta__content h2 {
  color: var(--rit-navy);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.05;
}

#rit-home-sections .rit-section-heading > p,
#rit-home-sections .rit-process__intro > p,
#rit-home-sections .rit-experience__content > p,
#rit-home-sections .rit-owners__content > p,
#rit-home-sections .rit-final-cta__content > p {
  color: var(--rit-text-soft);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.72;
}

#rit-home-sections .rit-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 13px;
  color: var(--rit-orange);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .15em;
  line-height: 1.2;
  text-transform: uppercase;
}

#rit-home-sections .rit-eyebrow::before {
  width: 24px;
  height: 2px;
  border-radius: 20px;
  background: currentColor;
  content: "";
}

#rit-home-sections .rit-section-heading--center .rit-eyebrow {
  justify-content: center;
}

#rit-home-sections .rit-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: var(--rit-pill);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: transform var(--rit-transition), background-color var(--rit-transition), border-color var(--rit-transition), color var(--rit-transition), box-shadow var(--rit-transition);
}

#rit-home-sections .rit-button:hover {
  transform: translateY(-2px);
}

#rit-home-sections .rit-button--primary {
  background: var(--rit-orange);
  box-shadow: 0 12px 28px rgba(234, 122, 17, .25);
  color: var(--rit-white);
}

#rit-home-sections .rit-button--primary:hover {
  background: var(--rit-orange-dark);
  color: var(--rit-white);
}

#rit-home-sections .rit-button--secondary {
  background: var(--rit-navy);
  color: var(--rit-white);
}

#rit-home-sections .rit-button--secondary:hover {
  background: var(--rit-navy-light);
  color: var(--rit-white);
}

#rit-home-sections .rit-button--light {
  background: var(--rit-white);
  box-shadow: var(--rit-shadow-sm);
  color: var(--rit-navy);
}

#rit-home-sections .rit-button--light:hover {
  background: var(--rit-orange-soft);
  color: var(--rit-orange-dark);
}

#rit-home-sections .rit-button--glass {
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .08);
  color: var(--rit-white);
  backdrop-filter: blur(10px);
}

#rit-home-sections .rit-text-link,
#rit-home-sections .rit-inline-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: var(--rit-orange-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

#rit-home-sections .rit-text-link svg,
#rit-home-sections .rit-inline-link svg,
#rit-home-sections .rit-button svg {
  width: 19px !important;
  height: 19px !important;
  min-width: 19px;
  flex: 0 0 19px;
}

#rit-home-sections .rit-text-link:hover svg,
#rit-home-sections .rit-inline-link:hover svg {
  transform: translateX(3px);
}

/* Value proposition */
#rit-home-sections .rit-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

#rit-home-sections .rit-value-card {
  min-width: 0;
  padding: 28px 25px;
  border: 1px solid var(--rit-border);
  border-radius: var(--rit-radius-md);
  background: var(--rit-white);
  box-shadow: 0 8px 24px rgba(7, 31, 44, .05);
}

#rit-home-sections .rit-value-card__icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 19px;
  place-items: center;
  border-radius: 13px;
  background: var(--rit-orange-soft);
  color: var(--rit-orange);
}

#rit-home-sections .rit-value-card__icon svg {
  width: 23px;
  height: 23px;
}

#rit-home-sections .rit-value-card h3,
#rit-home-sections .rit-type-card h3 {
  margin-bottom: 10px;
  color: var(--rit-navy);
  font-size: 20px;
  font-weight: 820;
  letter-spacing: -.025em;
  line-height: 1.3;
}

#rit-home-sections .rit-value-card p,
#rit-home-sections .rit-type-card p {
  color: var(--rit-text-soft);
  font-size: 14px;
  line-height: 1.7;
}

/* Cities */
#rit-home-sections .rit-cities {
  background: var(--rit-navy-dark);
}

#rit-home-sections .rit-cities .rit-section-heading h2,
#rit-home-sections .rit-cities .rit-section-heading > p {
  color: var(--rit-white);
}

#rit-home-sections .rit-cities .rit-section-heading > p {
  opacity: .76;
}

#rit-home-sections .rit-cities-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

#rit-home-sections .rit-city-card {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: var(--rit-radius-lg);
  box-shadow: var(--rit-shadow-lg);
  color: var(--rit-white);
}

#rit-home-sections .rit-city-card picture,
#rit-home-sections .rit-city-card img,
#rit-home-sections .rit-city-card__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#rit-home-sections .rit-city-card img {
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.16,1,.3,1);
}

#rit-home-sections .rit-city-card:hover img {
  transform: scale(1.04);
}

#rit-home-sections .rit-city-card__overlay {
  background: linear-gradient(180deg, rgba(4,24,35,.05) 15%, rgba(4,24,35,.9) 100%);
}

#rit-home-sections .rit-city-card__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 34px;
}

#rit-home-sections .rit-city-card__content .rit-eyebrow {
  color: #ffbd80;
}

#rit-home-sections .rit-city-card h3 {
  margin-bottom: 8px;
  color: var(--rit-white);
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 850;
  letter-spacing: -.05em;
  line-height: 1;
}

#rit-home-sections .rit-city-card p {
  max-width: 520px;
  margin-bottom: 18px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.6;
}

#rit-home-sections .rit-city-card .rit-text-link {
  color: var(--rit-white);
}

/* Accommodation types */
#rit-home-sections .rit-types-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

#rit-home-sections .rit-type-card {
  display: grid;
  min-width: 0;
  grid-template-rows: 250px 1fr;
  overflow: hidden;
  border: 1px solid var(--rit-border);
  border-radius: var(--rit-radius-md);
  background: var(--rit-white);
  box-shadow: var(--rit-shadow-sm);
}

#rit-home-sections .rit-type-card__media {
  overflow: hidden;
  background: var(--rit-soft);
}

#rit-home-sections .rit-type-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#rit-home-sections .rit-type-card__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 26px;
}

#rit-home-sections .rit-type-card p {
  margin-bottom: 19px;
}

#rit-home-sections .rit-type-card .rit-inline-link {
  margin-top: auto;
}

/* Featured accommodation */
#rit-home-sections .rit-featured {
  background: var(--rit-off-white);
}

#rit-home-sections .rit-property-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

#rit-home-sections .rit-property-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(11,48,66,.1);
  border-radius: 22px;
  background: var(--rit-white);
  box-shadow: var(--rit-shadow-sm);
  transition: transform var(--rit-transition), box-shadow var(--rit-transition), border-color var(--rit-transition);
}

#rit-home-sections .rit-property-card:hover {
  border-color: rgba(234,122,17,.28);
  box-shadow: var(--rit-shadow-md);
  transform: translateY(-4px);
}

#rit-home-sections .rit-property-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--rit-soft);
}

#rit-home-sections .rit-property-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.16,1,.3,1);
}

#rit-home-sections .rit-property-card:hover .rit-property-card__media img {
  transform: scale(1.035);
}

#rit-home-sections .rit-property-card__verified,
#rit-home-sections .rit-property-card__availability {
  position: absolute;
  top: 16px;
  z-index: 2;
  padding: 7px 12px;
  border-radius: var(--rit-pill);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}

#rit-home-sections .rit-property-card__verified {
  left: 16px;
  background: var(--rit-orange);
  color: var(--rit-white);
}

#rit-home-sections .rit-property-card__availability {
  right: 16px;
  background: rgba(255,255,255,.94);
  color: #2f9f65;
}

#rit-home-sections .rit-property-card__content {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: 23px 24px 25px;
}

#rit-home-sections .rit-property-card__meta {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}

#rit-home-sections .rit-property-card__meta span {
  overflow: hidden;
  color: var(--rit-text-soft);
  font-size: 12px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#rit-home-sections .rit-property-card__meta strong {
  color: var(--rit-orange-dark);
  font-size: 18px;
  font-weight: 850;
  white-space: nowrap;
}

#rit-home-sections .rit-property-card__meta small {
  font-size: 11px;
}

/* Property titles: isolated from WP Rentals heading/link rules. */
body.rit-home-sections-page #rit-home-sections article.rit-property-card h3.rit-property-card__title {
  display: block !important;
  min-height: 52px !important;
  margin: 0 0 17px !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: var(--rit-navy) !important;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 800 !important;
  letter-spacing: -.025em !important;
  line-height: 1.3 !important;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: none !important;
}

body.rit-home-sections-page #rit-home-sections article.rit-property-card h3.rit-property-card__title > a.rit-property-card__title-link,
body.rit-home-sections-page #rit-home-sections article.rit-property-card h3.rit-property-card__title > a.rit-property-card__title-link:link,
body.rit-home-sections-page #rit-home-sections article.rit-property-card h3.rit-property-card__title > a.rit-property-card__title-link:visited,
body.rit-home-sections-page #rit-home-sections article.rit-property-card h3.rit-property-card__title > a.rit-property-card__title-link:active {
  display: -webkit-box !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: var(--rit-navy) !important;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 800 !important;
  letter-spacing: -.025em !important;
  line-height: 1.3 !important;
  text-align: left !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: none !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  transition: color var(--rit-transition) !important;
}

body.rit-home-sections-page #rit-home-sections article.rit-property-card h3.rit-property-card__title > a.rit-property-card__title-link:hover {
  color: var(--rit-orange-dark) !important;
}

body.rit-home-sections-page #rit-home-sections article.rit-property-card h3.rit-property-card__title > a.rit-property-card__title-link:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(234, 122, 17, .3);
  outline-offset: 4px;
}

#rit-home-sections .rit-property-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 22px;
}

#rit-home-sections .rit-property-card li {
  padding: 6px 10px;
  border-radius: var(--rit-pill);
  background: var(--rit-soft);
  color: var(--rit-text-soft);
  font-size: 10px;
  font-weight: 750;
}

#rit-home-sections .rit-property-card__cta {
  width: fit-content;
  min-height: 46px;
  margin-top: auto;
  padding-inline: 19px;
}

#rit-home-sections .rit-property-card__media.is-image-error img {
  display: none;
}

#rit-home-sections .rit-property-card__media.is-image-error::after {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 24px;
  background: linear-gradient(145deg, var(--rit-navy), var(--rit-navy-light));
  color: rgba(255,255,255,.82);
  content: attr(data-image-error-label);
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}

/* Process */
#rit-home-sections .rit-process__layout,
#rit-home-sections .rit-experience__layout {
  display: grid;
  grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr);
  gap: clamp(46px, 7vw, 86px);
  align-items: start;
}

#rit-home-sections .rit-process__intro > p,
#rit-home-sections .rit-experience__content > p {
  margin-top: 18px;
}

#rit-home-sections .rit-process__intro .rit-text-link {
  margin-top: 22px;
}

#rit-home-sections .rit-process__steps {
  position: relative;
  display: grid;
  gap: 22px;
}

#rit-home-sections .rit-process__steps::before {
  position: absolute;
  top: 29px;
  bottom: 29px;
  left: 29px;
  width: 1px;
  background: var(--rit-border);
  content: "";
}

#rit-home-sections .rit-process-step {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: 60px minmax(0,1fr);
  gap: 20px;
  align-items: start;
}

#rit-home-sections .rit-process-step__number {
  position: relative;
  z-index: 2;
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border: 1px solid rgba(234,122,17,.25);
  border-radius: 50%;
  background: var(--rit-orange-soft);
  color: var(--rit-orange);
  font-size: 14px;
  font-weight: 900;
}

#rit-home-sections .rit-process-step__content {
  padding: 3px 0 17px;
}

#rit-home-sections .rit-process-step h3 {
  margin-bottom: 7px;
  color: var(--rit-navy);
  font-size: 20px;
  font-weight: 820;
  letter-spacing: -.025em;
}

#rit-home-sections .rit-process-step p {
  color: var(--rit-text-soft);
  font-size: 14px;
  line-height: 1.68;
}

/* Experience */
#rit-home-sections .rit-experience {
  background: var(--rit-off-white);
}

#rit-home-sections .rit-experience__layout {
  grid-template-columns: minmax(0,1fr) minmax(0,.9fr);
  align-items: center;
}

#rit-home-sections .rit-experience__media {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: var(--rit-radius-lg);
  box-shadow: var(--rit-shadow-lg);
}

#rit-home-sections .rit-experience__media picture,
#rit-home-sections .rit-experience__media img {
  width: 100%;
  height: 100%;
}

#rit-home-sections .rit-experience__media img {
  position: absolute;
  inset: 0;
  object-fit: cover;
}

#rit-home-sections .rit-experience__metric {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 20px 22px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 18px;
  background: rgba(7,31,44,.82);
  color: var(--rit-white);
  backdrop-filter: blur(12px);
}

#rit-home-sections .rit-experience__metric strong {
  display: block;
  margin-bottom: 3px;
  color: var(--rit-white);
  font-size: 22px;
  font-weight: 850;
}

#rit-home-sections .rit-experience__metric span {
  color: rgba(255,255,255,.74);
  font-size: 12px;
}

#rit-home-sections .rit-check-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

#rit-home-sections .rit-check-list li {
  position: relative;
  padding-left: 29px;
  color: var(--rit-text);
  font-size: 14px;
  font-weight: 650;
}

#rit-home-sections .rit-check-list li::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: var(--rit-orange-soft);
  color: var(--rit-orange);
  content: "✓";
  font-size: 11px;
  font-weight: 900;
}

#rit-home-sections .rit-experience__actions,
#rit-home-sections .rit-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 28px;
}

/* Testimonials */
#rit-home-sections .rit-testimonials {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(234,122,17,.10), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(45,169,188,.13), transparent 30%),
    linear-gradient(180deg, #f7fafb 0%, #eef4f6 100%);
}

#rit-home-sections .rit-testimonials .rit-section-heading {
  margin-bottom: clamp(36px, 5vw, 54px);
}

#rit-home-sections .rit-testimonials__viewport {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}

#rit-home-sections .rit-testimonials__track {
  display: block;
  width: 100%;
}

#rit-home-sections .rit-testimonial {
  position: static !important;
  display: block;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 0 22px !important;
  padding: clamp(34px, 5vw, 56px);
  border: 1px solid rgba(11,48,66,.09);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.99), rgba(255,255,255,.96));
  box-shadow:
    0 28px 70px rgba(7,31,44,.12),
    0 4px 14px rgba(7,31,44,.05);
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

#rit-home-sections .rit-testimonials.is-ready .rit-testimonial {
  display: none;
  margin: 0 !important;
}

#rit-home-sections .rit-testimonials.is-ready .rit-testimonial.is-active {
  display: block;
  animation: ritReviewIn 360ms ease both;
}

@keyframes ritReviewIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

#rit-home-sections .rit-testimonial__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: clamp(26px, 4vw, 38px);
}

#rit-home-sections .rit-testimonial__quote {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--rit-orange), #f59a3e);
  box-shadow: 0 14px 30px rgba(234,122,17,.24);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  padding-top: 10px;
}

#rit-home-sections .rit-testimonial__rating {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

#rit-home-sections .rit-testimonial__stars {
  display: block;
  margin: 0;
  color: var(--rit-orange);
  font-size: 18px;
  letter-spacing: .11em;
  white-space: nowrap;
}

#rit-home-sections .rit-testimonial__source {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 13px;
  border: 1px solid rgba(11,48,66,.08);
  border-radius: var(--rit-pill);
  background: #f4f7f8;
  color: var(--rit-text-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}

#rit-home-sections .rit-testimonial blockquote {
  position: static !important;
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 !important;
  color: var(--rit-navy);
  font-size: clamp(21px, 2.05vw, 28px);
  font-weight: 720;
  letter-spacing: -.026em;
  line-height: 1.52;
}

#rit-home-sections .rit-testimonial__author {
  position: static !important;
  display: flex !important;
  float: none !important;
  width: 100% !important;
  align-items: center;
  gap: 15px;
  margin: clamp(28px, 4vw, 38px) 0 0 !important;
  padding-top: 24px;
  border-top: 1px solid rgba(11,48,66,.09);
  text-align: left;
}

#rit-home-sections .rit-testimonial__avatar {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--rit-navy);
  box-shadow: 0 8px 20px rgba(11,48,66,.16);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
}

#rit-home-sections .rit-testimonial__author-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

#rit-home-sections .rit-testimonial__author strong {
  color: var(--rit-navy);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.2;
}

#rit-home-sections .rit-testimonial__author span:not(.rit-testimonial__avatar) {
  color: var(--rit-text-light);
  font-size: 12px;
  line-height: 1.4;
}

#rit-home-sections .rit-testimonials__controls {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
}

#rit-home-sections .rit-testimonials.is-ready .rit-testimonials__controls {
  display: flex;
}

#rit-home-sections .rit-testimonials__arrow {
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(11,48,66,.10);
  border-radius: 50%;
  background: var(--rit-white);
  box-shadow: 0 10px 26px rgba(7,31,44,.09);
  color: var(--rit-navy);
  cursor: pointer;
  transition: transform var(--rit-transition), border-color var(--rit-transition), color var(--rit-transition), box-shadow var(--rit-transition);
}

#rit-home-sections .rit-testimonials__arrow:hover {
  border-color: rgba(234,122,17,.35);
  box-shadow: 0 14px 30px rgba(7,31,44,.12);
  color: var(--rit-orange);
  transform: translateY(-2px);
}

#rit-home-sections .rit-testimonials__arrow svg {
  width: 21px !important;
  height: 21px !important;
}

#rit-home-sections .rit-testimonials__dots {
  display: flex;
  align-items: center;
  gap: 9px;
}

#rit-home-sections .rit-testimonials__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: var(--rit-pill);
  background: #bdc8cd;
  cursor: pointer;
  transition: width var(--rit-transition), background-color var(--rit-transition), transform var(--rit-transition);
}

#rit-home-sections .rit-testimonials__dot:hover {
  transform: scale(1.15);
}

#rit-home-sections .rit-testimonials__dot.is-active {
  width: 34px;
  background: var(--rit-orange);
}

@media (max-width: 700px) {
  #rit-home-sections .rit-testimonials .rit-section-heading {
    margin-bottom: 30px;
  }

  #rit-home-sections .rit-testimonial {
    padding: 30px 24px;
    border-radius: 24px;
  }

  #rit-home-sections .rit-testimonial__top {
    align-items: flex-start;
    margin-bottom: 26px;
  }

  #rit-home-sections .rit-testimonial__quote {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    border-radius: 15px;
    font-size: 40px;
  }

  #rit-home-sections .rit-testimonial__rating {
    align-items: flex-end;
    flex-direction: column;
    gap: 8px;
  }

  #rit-home-sections .rit-testimonial blockquote {
    font-size: 20px;
    line-height: 1.5;
  }

  #rit-home-sections .rit-testimonial__author {
    margin-top: 28px !important;
    padding-top: 22px;
  }

  #rit-home-sections .rit-testimonials__controls {
    gap: 16px;
    margin-top: 26px;
  }

  #rit-home-sections .rit-testimonials__arrow {
    width: 48px;
    height: 48px;
  }
}

/* Resources */
#rit-home-sections .rit-resources-grid {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr);
  grid-template-rows: repeat(3, minmax(0,1fr));
  gap: 20px;
  align-items: stretch;
}

#rit-home-sections .rit-resource-card {
  display: flex;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--rit-border);
  border-radius: var(--rit-radius-md);
  background: var(--rit-white);
  box-shadow: 0 8px 24px rgba(7,31,44,.05);
}

#rit-home-sections .rit-resource-card--featured {
  grid-row: 1 / 4;
  flex-direction: column;
}

#rit-home-sections .rit-resource-card__media {
  width: 38%;
  min-width: 160px;
  overflow: hidden;
}

#rit-home-sections .rit-resource-card--featured .rit-resource-card__media {
  width: 100%;
  height: 290px;
}

#rit-home-sections .rit-resource-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#rit-home-sections .rit-resource-card__content {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

#rit-home-sections .rit-resource-card__category {
  margin-bottom: 8px;
  color: var(--rit-orange);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

#rit-home-sections .rit-resource-card h3 {
  margin-bottom: 9px;
  color: var(--rit-navy);
  font-size: 18px;
  font-weight: 820;
  letter-spacing: -.025em;
  line-height: 1.35;
}

#rit-home-sections .rit-resource-card--featured h3 {
  font-size: clamp(25px, 2.5vw, 33px);
}

#rit-home-sections .rit-resource-card p {
  margin-bottom: 15px;
  color: var(--rit-text-soft);
  font-size: 13px;
  line-height: 1.65;
}

#rit-home-sections .rit-resource-card .rit-inline-link {
  margin-top: auto;
}

/* Owners / Gestia */
#rit-home-sections .rit-owners {
  padding-top: 0;
  background: var(--rit-white);
}

#rit-home-sections .rit-owners__panel {
  display: grid;
  min-height: 460px;
  grid-template-columns: minmax(0,1.05fr) minmax(340px,.8fr);
  overflow: hidden;
  border-radius: var(--rit-radius-lg);
  background: linear-gradient(135deg, var(--rit-navy-dark), var(--rit-navy));
  box-shadow: var(--rit-shadow-lg);
}

#rit-home-sections .rit-owners__content {
  padding: clamp(40px, 5.5vw, 68px);
}

#rit-home-sections .rit-owners__content .rit-eyebrow {
  color: #ffbd80;
}

#rit-home-sections .rit-owners__content h2 {
  color: var(--rit-white);
}

#rit-home-sections .rit-owners__content > p {
  margin-top: 18px;
  color: rgba(255,255,255,.74);
}

#rit-home-sections .rit-owners__content .rit-check-list {
  margin-bottom: 28px;
}

#rit-home-sections .rit-owners__content .rit-check-list li {
  color: rgba(255,255,255,.88);
}

#rit-home-sections .rit-owners__content .rit-check-list li::before {
  background: rgba(255,255,255,.12);
  color: #ffbd80;
}

#rit-home-sections .rit-owners__visual {
  position: relative;
  min-height: 100%;
}

#rit-home-sections .rit-owners__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#rit-home-sections .rit-owners__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--rit-navy) 0%, rgba(11,48,66,.08) 46%, transparent 100%);
  content: "";
}

/* FAQ */
#rit-home-sections .rit-faq {
  background: var(--rit-off-white);
}

#rit-home-sections .rit-faq-list {
  display: grid;
  gap: 12px;
  margin-top: 36px;
}

#rit-home-sections .rit-faq-item {
  overflow: hidden;
  border: 1px solid var(--rit-border);
  border-radius: 16px;
  background: var(--rit-white);
}

#rit-home-sections .rit-faq-question {
  display: flex;
  width: 100%;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 23px;
  background: transparent;
  color: var(--rit-navy);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  text-align: left;
}

#rit-home-sections .rit-faq-item__icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

#rit-home-sections .rit-faq-item__icon::before,
#rit-home-sections .rit-faq-item__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 4px;
  background: var(--rit-orange);
  content: "";
  transform: translate(-50%,-50%);
  transition: transform var(--rit-transition);
}

#rit-home-sections .rit-faq-item__icon::after {
  transform: translate(-50%,-50%) rotate(90deg);
}

#rit-home-sections .rit-faq-item.is-open .rit-faq-item__icon::after {
  transform: translate(-50%,-50%) rotate(0deg);
}

#rit-home-sections .rit-faq-item__answer {
  padding: 0 23px 22px;
}

#rit-home-sections .rit-faq-item__answer p {
  color: var(--rit-text-soft);
  font-size: 14px;
  line-height: 1.72;
}

#rit-home-sections .rit-faq-item__answer a {
  color: var(--rit-orange-dark);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Final CTA */
#rit-home-sections .rit-final-cta {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--rit-white);
}

#rit-home-sections .rit-final-cta__background,
#rit-home-sections .rit-final-cta__background img,
#rit-home-sections .rit-final-cta__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#rit-home-sections .rit-final-cta__background img {
  object-fit: cover;
}

#rit-home-sections .rit-final-cta__overlay {
  background: linear-gradient(90deg, rgba(4,24,35,.94) 0%, rgba(4,24,35,.82) 48%, rgba(4,24,35,.38) 100%);
}

#rit-home-sections .rit-final-cta .rit-container {
  position: relative;
  z-index: 2;
}

#rit-home-sections .rit-final-cta__content {
  max-width: 720px;
  padding-block: 80px;
}

#rit-home-sections .rit-final-cta__content .rit-eyebrow {
  color: #ffbd80;
}

#rit-home-sections .rit-final-cta__content h2 {
  color: var(--rit-white);
  font-size: clamp(40px, 5vw, 68px);
}

#rit-home-sections .rit-final-cta__content > p {
  max-width: 610px;
  margin-top: 18px;
  color: rgba(255,255,255,.8);
}

/* Reveal is deliberately safe: content is never hidden. */
#rit-home-sections [data-reveal] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* Tablet */
@media (max-width: 1024px) {
  #rit-home-sections .rit-value-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  #rit-home-sections .rit-property-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  #rit-home-sections .rit-property-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: min(100%, 590px);
    justify-self: center;
  }

  #rit-home-sections .rit-process__layout,
  #rit-home-sections .rit-experience__layout,
  #rit-home-sections .rit-owners__panel {
    grid-template-columns: 1fr;
  }

  #rit-home-sections .rit-experience__media {
    min-height: 460px;
  }

  #rit-home-sections .rit-owners__visual {
    min-height: 360px;
  }

  #rit-home-sections .rit-owners__visual::after {
    background: linear-gradient(180deg, var(--rit-navy) 0%, transparent 34%);
  }
}

/* Mobile */
@media (max-width: 760px) {
  #rit-home-sections {
    left: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  #rit-home-sections .rit-container,
  #rit-home-sections .rit-container--narrow {
    width: min(calc(100% - 32px), var(--rit-container));
  }

  #rit-home-sections .rit-section {
    padding-block: 60px;
  }

  #rit-home-sections .rit-section-heading {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 30px;
  }

  #rit-home-sections .rit-section-heading h2,
  #rit-home-sections .rit-process__intro h2,
  #rit-home-sections .rit-experience__content h2,
  #rit-home-sections .rit-owners__content h2,
  #rit-home-sections .rit-final-cta__content h2 {
    font-size: clamp(32px, 10vw, 42px);
  }

  #rit-home-sections .rit-value-grid,
  #rit-home-sections .rit-cities-grid,
  #rit-home-sections .rit-types-grid,
  #rit-home-sections .rit-property-grid {
    grid-template-columns: 1fr;
  }

  #rit-home-sections .rit-property-card:last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
  }

  #rit-home-sections .rit-city-card {
    min-height: 420px;
  }

  #rit-home-sections .rit-city-card__content {
    padding: 26px;
  }

  #rit-home-sections .rit-type-card {
    grid-template-rows: 220px 1fr;
  }

  #rit-home-sections .rit-process__layout,
  #rit-home-sections .rit-experience__layout {
    gap: 36px;
  }

  #rit-home-sections .rit-experience__media {
    min-height: 390px;
  }

  #rit-home-sections .rit-resources-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  #rit-home-sections .rit-resource-card--featured {
    grid-row: auto;
  }

  #rit-home-sections .rit-resource-card,
  #rit-home-sections .rit-resource-card--featured {
    flex-direction: column;
  }

  #rit-home-sections .rit-resource-card__media,
  #rit-home-sections .rit-resource-card--featured .rit-resource-card__media {
    width: 100%;
    height: 220px;
  }

  #rit-home-sections .rit-owners__content {
    padding: 34px 24px;
  }

  #rit-home-sections .rit-owners__visual {
    min-height: 280px;
  }

  #rit-home-sections .rit-final-cta {
    min-height: 520px;
  }

  #rit-home-sections .rit-final-cta__content {
    padding-block: 66px;
  }

  #rit-home-sections .rit-final-cta__overlay {
    background: rgba(4,24,35,.82);
  }

  #rit-home-sections .rit-final-cta__actions,
  #rit-home-sections .rit-experience__actions {
    align-items: stretch;
    flex-direction: column;
  }

  #rit-home-sections .rit-final-cta__actions .rit-button,
  #rit-home-sections .rit-experience__actions .rit-button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  #rit-home-sections .rit-property-card__meta {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  #rit-home-sections .rit-property-card__meta span {
    white-space: normal;
  }

  #rit-home-sections .rit-testimonial {
    padding: 26px 21px;
  }

  #rit-home-sections .rit-faq-question {
    padding: 18px;
    font-size: 15px;
  }

  #rit-home-sections .rit-faq-item__answer {
    padding: 0 18px 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #rit-home-sections *,
  #rit-home-sections *::before,
  #rit-home-sections *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* =========================================================
   ROOKIE HOME — SELECTOR SUPERIOR STICKY v2.1.3
   Renderizado dentro del shortcode, justo antes del hero.
========================================================= */

#rit-home-searchbar[hidden] {
  display: none !important;
}

#rit-home-searchbar {
  --rit-search-orange: #ea7a11;
  --rit-search-orange-dark: #c85f07;
  --rit-search-navy: #0b3042;
  --rit-search-text-soft: #60747e;
  --rit-search-border: #d9e3e7;
  --rit-search-bg: rgba(248, 250, 251, .97);
  --rit-search-top: 82px;

  position: sticky;
  top: var(--rit-search-top);
  z-index: 99980;
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid rgba(11, 48, 66, .1);
  background: var(--rit-search-bg);
  box-shadow: 0 10px 30px rgba(7, 31, 44, .08);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: top 140ms linear, padding 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
  isolation: isolate;
}

#rit-home-searchbar.is-scrolled {
  padding: 10px 0;
  background: rgba(255, 255, 255, .985);
  box-shadow: 0 14px 38px rgba(7, 31, 44, .14);
}

#rit-home-searchbar,
#rit-home-searchbar *,
#rit-home-searchbar *::before,
#rit-home-searchbar *::after {
  box-sizing: border-box;
}

#rit-home-searchbar .rit-home-searchbar__inner {
  width: min(calc(100% - 48px), 1240px);
  margin-inline: auto;
}

#rit-home-searchbar .rit-home-searchbar__form {
  display: grid;
  grid-template-columns:
    minmax(200px, 1.08fr)
    minmax(190px, .86fr)
    minmax(190px, .86fr)
    minmax(210px, 1fr)
    minmax(220px, auto);
  gap: 12px;
  align-items: stretch;
  margin: 0;
}

#rit-home-searchbar .rit-home-searchbar__field {
  position: relative;
  min-width: 0;
  min-height: 66px;
  border: 1px solid var(--rit-search-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(7, 31, 44, .035);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

#rit-home-searchbar .rit-home-searchbar__field:hover {
  border-color: rgba(234, 122, 17, .45);
}

#rit-home-searchbar .rit-home-searchbar__field:focus-within {
  border-color: var(--rit-search-orange);
  box-shadow: 0 0 0 4px rgba(234, 122, 17, .1), 0 8px 22px rgba(7, 31, 44, .07);
}

#rit-home-searchbar .rit-home-searchbar__field.is-error {
  border-color: #b93838;
  box-shadow: 0 0 0 4px rgba(185, 56, 56, .1);
}

#rit-home-searchbar .rit-home-searchbar__field label {
  position: absolute;
  top: 9px;
  left: 47px;
  z-index: 2;
  margin: 0;
  color: #7b8d96;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .055em;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}

#rit-home-searchbar .rit-home-searchbar__icon {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 2;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: var(--rit-search-orange);
  transform: translateY(-50%);
  pointer-events: none;
}

#rit-home-searchbar .rit-home-searchbar__icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

#rit-home-searchbar .rit-home-searchbar__field select,
#rit-home-searchbar .rit-home-searchbar__field input {
  display: block;
  width: 100%;
  height: 64px;
  min-height: 64px;
  margin: 0;
  padding: 26px 38px 8px 47px;
  border: 0;
  border-radius: 18px;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: var(--rit-search-navy);
  font: inherit;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
}

#rit-home-searchbar .rit-home-searchbar__field select {
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--rit-search-text-soft) 50%),
    linear-gradient(135deg, var(--rit-search-text-soft) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 31px,
    calc(100% - 15px) 31px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  cursor: pointer;
}

#rit-home-searchbar .rit-home-searchbar__field input[type="date"] {
  appearance: none;
  -webkit-appearance: none;
}

#rit-home-searchbar .rit-home-searchbar__field input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 10px;
  width: 28px;
  height: 28px;
  opacity: 0;
  cursor: pointer;
}

#rit-home-searchbar .rit-home-searchbar__submit {
  display: inline-flex;
  min-width: 220px;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 14px 26px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #e9852d, var(--rit-search-orange));
  box-shadow: 0 14px 30px rgba(234, 122, 17, .24);
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
}

#rit-home-searchbar .rit-home-searchbar__submit:hover {
  background: var(--rit-search-orange-dark);
  box-shadow: 0 18px 34px rgba(234, 122, 17, .3);
  transform: translateY(-2px);
}

#rit-home-searchbar .rit-home-searchbar__submit:focus-visible,
#rit-home-searchbar select:focus-visible,
#rit-home-searchbar input:focus-visible {
  outline: 3px solid rgba(234, 122, 17, .28);
  outline-offset: 3px;
}

#rit-home-searchbar .rit-home-searchbar__submit svg {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

#rit-home-searchbar .rit-home-searchbar__error {
  position: absolute;
  top: calc(100% + 7px);
  left: 10px;
  z-index: 20;
  max-width: 280px;
  padding: 7px 10px;
  border-radius: 8px;
  background: #b93838;
  box-shadow: 0 8px 20px rgba(7, 31, 44, .18);
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
}

@media (max-width: 1240px) {
  #rit-home-searchbar .rit-home-searchbar__form {
    grid-template-columns:
      minmax(180px, 1.05fr)
      minmax(170px, .82fr)
      minmax(170px, .82fr)
      minmax(185px, .95fr)
      minmax(190px, auto);
    gap: 9px;
  }

  #rit-home-searchbar .rit-home-searchbar__submit {
    min-width: 190px;
    padding-inline: 18px;
  }
}

@media (max-width: 1050px) {
  #rit-home-searchbar {
    position: relative;
    top: auto;
    z-index: 30;
  }

  #rit-home-searchbar .rit-home-searchbar__form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #rit-home-searchbar .rit-home-searchbar__submit {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 680px) {
  #rit-home-searchbar {
    padding: 12px 0;
  }

  #rit-home-searchbar .rit-home-searchbar__inner {
    width: min(calc(100% - 24px), 1450px);
  }

  #rit-home-searchbar .rit-home-searchbar__form {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  #rit-home-searchbar .rit-home-searchbar__field:first-child,
  #rit-home-searchbar .rit-home-searchbar__field:nth-child(4),
  #rit-home-searchbar .rit-home-searchbar__submit {
    grid-column: 1 / -1;
  }

  #rit-home-searchbar .rit-home-searchbar__field,
  #rit-home-searchbar .rit-home-searchbar__submit {
    min-height: 60px;
    border-radius: 15px;
  }

  #rit-home-searchbar .rit-home-searchbar__field select,
  #rit-home-searchbar .rit-home-searchbar__field input {
    height: 58px;
    min-height: 58px;
    border-radius: 15px;
    font-size: 14px;
  }

  #rit-home-searchbar .rit-home-searchbar__field label {
    left: 43px;
  }

  #rit-home-searchbar .rit-home-searchbar__icon {
    left: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #rit-home-searchbar,
  #rit-home-searchbar *,
  #rit-home-searchbar *::before,
  #rit-home-searchbar *::after {
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* =========================================================
   ROOKIE HOME — HERO COMPLETO + RESERVA v2.1.3
   Estructura propia y determinista: no depende del DOM del tema.
========================================================= */

#rit-home,
#rit-home *,
#rit-home *::before,
#rit-home *::after {
  box-sizing: border-box;
}

#rit-home {
  /*
   * Full bleed determinista dentro de WPBakery/WP Rentals.
   * El shortcode puede vivir en una columna limitada, pero la franja superior
   * (selector + hero) debe ocupar siempre todo el viewport.
   */
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin: 0 0 0 -50vw;
  padding: 0;
  overflow: visible;
  background: #fff;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

/* Evita aplicar dos veces la técnica full bleed en las secciones inferiores. */
#rit-home > #rit-home-sections {
  left: auto;
  width: 100%;
  max-width: none;
  margin-left: 0;
}

/* Neutraliza posibles límites heredados del wrapper inmediato de WPBakery. */
body.rit-home-sections-page .wpb_wrapper:has(> #rit-home),
body.rit-home-sections-page .vc_column-inner:has(#rit-home) {
  overflow: visible;
}

.rit-home-search-error {
  position: absolute;
  top: calc(100% + 7px);
  left: 12px;
  z-index: 120;
  max-width: calc(100% - 24px);
  padding: 7px 10px;
  border-radius: 8px;
  background: #b93838;
  box-shadow: 0 8px 20px rgba(7, 31, 44, .18);
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
}

#rit-home .rit-home-hero {
  position: relative;
  min-height: clamp(610px, 66vh, 720px);
  overflow: hidden;
  background: #0b3042;
  isolation: isolate;
}

#rit-home .rit-home-hero__slides,
#rit-home .rit-home-hero__slide,
#rit-home .rit-home-hero__overlay {
  position: absolute;
  inset: 0;
}

#rit-home .rit-home-hero__slide {
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 900ms ease, transform 7s ease;
}

#rit-home .rit-home-hero__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

#rit-home .rit-home-hero__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#rit-home .rit-home-hero__overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 27, 40, .94) 0%, rgba(4, 27, 40, .79) 42%, rgba(4, 27, 40, .25) 72%, rgba(4, 27, 40, .12) 100%),
    linear-gradient(180deg, rgba(4, 27, 40, .08) 0%, rgba(4, 27, 40, .28) 100%);
}

#rit-home .rit-home-hero__container {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(calc(100% - 48px), 1240px);
  min-height: clamp(610px, 66vh, 720px);
  grid-template-columns: minmax(0, 1fr) minmax(390px, 460px);
  gap: clamp(44px, 5vw, 72px);
  align-items: center;
  margin-inline: auto;
  padding: 52px 0 64px;
}

#rit-home .rit-home-hero__content {
  max-width: 680px;
  color: #fff;
}

#rit-home .rit-home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: #ffd1a7;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}

#rit-home .rit-home-hero__eyebrow::before {
  width: 32px;
  height: 2px;
  background: #f2933a;
  content: "";
}

#rit-home .rit-home-hero h1 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 4.25vw, 72px);
  font-weight: 860;
  letter-spacing: -.052em;
  line-height: 1.01;
  text-wrap: balance;
}

#rit-home .rit-home-hero__lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.62;
}

#rit-home .rit-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

#rit-home .rit-home-hero__button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border-color 200ms ease;
}

#rit-home .rit-home-hero__button--primary {
  background: #ea7a11;
  box-shadow: 0 16px 34px rgba(234, 122, 17, .28);
  color: #fff;
}

#rit-home .rit-home-hero__button--primary:hover {
  background: #c85f07;
  box-shadow: 0 20px 40px rgba(234, 122, 17, .34);
  color: #fff;
  transform: translateY(-2px);
}

#rit-home .rit-home-hero__button--secondary {
  border-color: rgba(255, 255, 255, .38);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  backdrop-filter: blur(10px);
}

#rit-home .rit-home-hero__button--secondary:hover {
  border-color: rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .15);
  color: #fff;
  transform: translateY(-2px);
}

#rit-home .rit-home-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

#rit-home .rit-home-hero__trust li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 700;
}

#rit-home .rit-home-hero__trust li::before {
  position: absolute;
  top: .38em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ea7a11;
  box-shadow: 0 0 0 4px rgba(234, 122, 17, .18);
  content: "";
}

#rit-home-hero-search[hidden] {
  display: none !important;
}

#rit-home-hero-search {
  --rit-hero-search-orange: #ea7a11;
  --rit-hero-search-orange-dark: #c85f07;
  --rit-hero-search-navy: #0b3042;
  --rit-hero-search-text: #60747e;
  --rit-hero-search-muted: #7b8d96;
  --rit-hero-search-border: #d9e3e7;

  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  max-width: 460px;
  height: auto;
  justify-self: end;
  margin: 0;
  padding: 0;
  pointer-events: auto;
}

#rit-home-hero-search .rit-home-hero-search__card {
  position: relative;
  width: 100%;
  padding: clamp(26px, 2.1vw, 34px);
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 32px;
  background: rgba(255, 255, 255, .975);
  box-shadow: 0 30px 80px rgba(4, 27, 40, .32);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

#rit-home-hero-search .rit-home-hero-search__heading {
  margin: 0 0 24px;
}

#rit-home-hero-search .rit-home-hero-search__heading h2 {
  margin: 0 0 9px;
  color: var(--rit-hero-search-navy);
  font-size: clamp(24px, 1.75vw, 29px);
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.12;
}

#rit-home-hero-search .rit-home-hero-search__heading p {
  margin: 0;
  color: var(--rit-hero-search-text);
  font-size: 15px;
  line-height: 1.55;
}

#rit-home-hero-search .rit-home-hero-search__form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
  margin: 0;
}

#rit-home-hero-search .rit-home-hero-search__dates {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

#rit-home-hero-search .rit-home-hero-search__field {
  position: relative;
  min-width: 0;
  min-height: 72px;
  border: 1px solid var(--rit-hero-search-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(7, 31, 44, .025);
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

#rit-home-hero-search .rit-home-hero-search__field:hover {
  border-color: rgba(234, 122, 17, .45);
}

#rit-home-hero-search .rit-home-hero-search__field:focus-within {
  border-color: var(--rit-hero-search-orange);
  box-shadow: 0 0 0 4px rgba(234, 122, 17, .1), 0 8px 22px rgba(7, 31, 44, .07);
}

#rit-home-hero-search .rit-home-hero-search__field.is-error {
  border-color: #b93838;
  box-shadow: 0 0 0 4px rgba(185, 56, 56, .1);
}

#rit-home-hero-search .rit-home-hero-search__field label {
  position: absolute;
  top: 10px;
  left: 54px;
  z-index: 2;
  max-width: calc(100% - 82px);
  margin: 0;
  overflow: hidden;
  color: var(--rit-hero-search-muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .045em;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

#rit-home-hero-search .rit-home-hero-search__icon {
  position: absolute;
  top: 50%;
  left: 19px;
  z-index: 2;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--rit-hero-search-orange);
  transform: translateY(-50%);
  pointer-events: none;
}

#rit-home-hero-search .rit-home-hero-search__icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

#rit-home-hero-search .rit-home-hero-search__field select,
#rit-home-hero-search .rit-home-hero-search__field input {
  display: block;
  width: 100%;
  height: 70px;
  min-height: 70px;
  margin: 0;
  padding: 29px 42px 9px 54px;
  border: 0;
  border-radius: 18px;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: var(--rit-hero-search-navy);
  font: inherit;
  font-size: 16px;
  font-weight: 780;
  line-height: 1.15;
}

#rit-home-hero-search .rit-home-hero-search__field select {
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--rit-hero-search-text) 50%),
    linear-gradient(135deg, var(--rit-hero-search-text) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 35px,
    calc(100% - 17px) 35px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  cursor: pointer;
}

#rit-home-hero-search .rit-home-hero-search__field input[type="date"] {
  appearance: none;
  -webkit-appearance: none;
}

#rit-home-hero-search .rit-home-hero-search__field input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 8px;
  width: 30px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
}

#rit-home-hero-search .rit-home-hero-search__submit {
  display: inline-flex;
  width: 100%;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: 0;
  padding: 15px 25px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #e9852d, var(--rit-hero-search-orange));
  box-shadow: 0 15px 32px rgba(234, 122, 17, .27);
  color: #fff;
  font: inherit;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
}

#rit-home-hero-search .rit-home-hero-search__submit:hover {
  background: var(--rit-hero-search-orange-dark);
  box-shadow: 0 19px 38px rgba(234, 122, 17, .33);
  transform: translateY(-2px);
}

#rit-home-hero-search .rit-home-hero-search__submit:focus-visible,
#rit-home-hero-search select:focus-visible,
#rit-home-hero-search input:focus-visible {
  outline: 3px solid rgba(234, 122, 17, .3);
  outline-offset: 3px;
}

#rit-home-hero-search .rit-home-hero-search__submit svg {
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

#rit-home .rit-home-hero__controls {
  position: absolute;
  right: clamp(34px, 6vw, 118px);
  bottom: 28px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 12px;
}

#rit-home .rit-home-hero__control {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 50%;
  background: rgba(4, 27, 40, .34);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

#rit-home .rit-home-hero__control svg {
  width: 19px;
  height: 19px;
}

#rit-home .rit-home-hero__dots {
  display: flex;
  gap: 7px;
}

#rit-home .rit-home-hero__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, .5);
  cursor: pointer;
  transition: width 200ms ease, background-color 200ms ease;
}

#rit-home .rit-home-hero__dot.is-active {
  width: 30px;
  background: #ea7a11;
}

#rit-home .rit-home-hero__scroll {
  position: absolute;
  bottom: 30px;
  left: max(40px, calc((100vw - 1640px) / 2));
  z-index: 6;
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

/* Opiniones: más aire, jerarquía y aislamiento frente al tema */
#rit-home-sections .rit-testimonials__viewport {
  max-width: 1020px !important;
}

#rit-home-sections .rit-testimonial {
  padding: clamp(44px, 5vw, 66px) !important;
  border-radius: 34px !important;
}

#rit-home-sections .rit-testimonial__top {
  gap: 30px !important;
  margin-bottom: clamp(34px, 4vw, 46px) !important;
}

#rit-home-sections .rit-testimonial blockquote {
  max-width: 850px !important;
  font-size: clamp(22px, 2vw, 29px) !important;
  line-height: 1.62 !important;
}

#rit-home-sections .rit-testimonial__author {
  gap: 18px !important;
  margin-top: clamp(36px, 4vw, 48px) !important;
  padding-top: 28px !important;
}

#rit-home-sections .rit-testimonials__controls {
  gap: 24px !important;
  margin-top: 38px !important;
}

@media (max-width: 1180px) {
  #rit-home .rit-home-hero__container {
    width: min(calc(100% - 48px), 1060px);
    grid-template-columns: minmax(0, 1fr) minmax(380px, 430px);
    gap: 38px;
  }

  #rit-home .rit-home-hero h1 {
    font-size: clamp(46px, 5.1vw, 64px);
  }
}

@media (max-width: 980px) {
  #rit-home-searchbar {
    display: none !important;
  }

  #rit-home .rit-home-hero,
  #rit-home .rit-home-hero__container {
    min-height: auto;
  }

  #rit-home .rit-home-hero__container {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 70px 0 92px;
  }

  #rit-home .rit-home-hero__content {
    max-width: 760px;
  }

  #rit-home-hero-search {
    display: block !important;
    max-width: 620px;
  }

  #rit-home .rit-home-hero__controls {
    right: 24px;
    bottom: 24px;
  }

  #rit-home .rit-home-hero__scroll {
    left: 24px;
    bottom: 26px;
  }
}

@media (max-width: 680px) {
  #rit-home .rit-home-hero__container {
    width: min(calc(100% - 28px), 680px);
    padding: 54px 0 78px;
  }

  #rit-home .rit-home-hero h1 {
    font-size: clamp(42px, 13vw, 60px);
    line-height: 1.02;
  }

  #rit-home .rit-home-hero__lead {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.55;
  }

  #rit-home .rit-home-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  #rit-home .rit-home-hero__button {
    width: 100%;
  }

  #rit-home .rit-home-hero__trust {
    display: grid;
    gap: 11px;
  }

  #rit-home-hero-search .rit-home-hero-search__card {
    padding: 24px 18px;
    border-radius: 24px;
  }

  #rit-home-hero-search .rit-home-hero-search__dates {
    grid-template-columns: 1fr;
  }

  #rit-home .rit-home-hero__controls,
  #rit-home .rit-home-hero__scroll {
    display: none;
  }

  #rit-home-sections .rit-testimonial {
    padding: 30px 22px !important;
  }

  #rit-home-sections .rit-testimonial__top {
    align-items: flex-start !important;
    margin-bottom: 28px !important;
  }

  #rit-home-sections .rit-testimonial blockquote {
    font-size: 20px !important;
    line-height: 1.55 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #rit-home *,
  #rit-home *::before,
  #rit-home *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* =========================================================
   ROOKIE HOME v2.1.7 — RESEÑAS ESTILO GOOGLE
   Módulo compacto, creíble y coherente con el resto de cards
========================================================= */
#rit-home-sections .rit-testimonials {
  padding-block: clamp(54px, 5.5vw, 76px) !important;
  background:
    radial-gradient(circle at 88% 16%, rgba(45, 169, 188, .08), transparent 28%),
    linear-gradient(180deg, #f8fafb 0%, #f3f6f7 100%) !important;
}

#rit-home-sections .rit-testimonials .rit-section-heading {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: clamp(24px, 3vw, 32px) !important;
  margin-left: auto;
}

#rit-home-sections .rit-testimonials .rit-section-heading h2 {
  font-size: clamp(32px, 3.4vw, 48px) !important;
}

#rit-home-sections .rit-testimonials .rit-section-heading > p {
  max-width: 610px;
  margin-top: 11px;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

#rit-home-sections .rit-testimonials__viewport {
  width: 100%;
  max-width: 860px !important;
  margin-inline: auto;
}

#rit-home-sections .rit-testimonials__track {
  width: 100%;
}

#rit-home-sections .rit-testimonial.rit-google-review {
  position: static !important;
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 250px !important;
  margin: 0 !important;
  padding: 28px 30px 27px !important;
  overflow: hidden !important;
  border: 1px solid #e0e5e8 !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow:
    0 12px 32px rgba(7, 31, 44, .08),
    0 2px 8px rgba(7, 31, 44, .035) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

#rit-home-sections .rit-testimonials.is-ready .rit-testimonial.rit-google-review {
  display: none !important;
}

#rit-home-sections .rit-testimonials.is-ready .rit-testimonial.rit-google-review.is-active {
  display: block !important;
  animation: ritGoogleReviewIn 300ms ease both;
}

@keyframes ritGoogleReviewIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

#rit-home-sections .rit-google-review__header {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 13px;
}

#rit-home-sections .rit-google-review__avatar {
  display: grid !important;
  width: 48px !important;
  height: 48px !important;
  flex: 0 0 48px !important;
  place-items: center;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #476f86 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: .02em;
}

#rit-home-sections .rit-google-review:nth-child(2) .rit-google-review__avatar {
  background: #8a6e54 !important;
}

#rit-home-sections .rit-google-review:nth-child(3) .rit-google-review__avatar {
  background: #6d628b !important;
}

#rit-home-sections .rit-google-review__identity {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 3px;
}

#rit-home-sections .rit-google-review__identity strong {
  overflow: hidden;
  color: #202124 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: -.012em;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#rit-home-sections .rit-google-review__identity span {
  color: #70757a !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
  line-height: 1.35;
}

#rit-home-sections .rit-google-review__google {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  margin-left: auto;
  border: 1px solid #e6e9eb;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(60, 64, 67, .12);
}

#rit-home-sections .rit-google-review__google-mark {
  display: inline-block;
  background: conic-gradient(
    from -45deg,
    #4285f4 0 25%,
    #34a853 25% 45%,
    #fbbc05 45% 65%,
    #ea4335 65% 82%,
    #4285f4 82% 100%
  );
  color: transparent;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  -webkit-background-clip: text;
  background-clip: text;
}

#rit-home-sections .rit-google-review__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 15px 61px;
}

#rit-home-sections .rit-google-review__stars {
  display: block;
  color: #fbbc04;
  font-size: 17px;
  letter-spacing: .06em;
  line-height: 1;
  white-space: nowrap;
}

#rit-home-sections .rit-google-review__score {
  color: #70757a;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

#rit-home-sections .rit-google-review blockquote {
  position: static !important;
  display: block !important;
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 0 0 61px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #3c4043 !important;
  font-size: 17px !important;
  font-style: normal !important;
  font-weight: 430 !important;
  letter-spacing: -.006em !important;
  line-height: 1.66 !important;
  quotes: none;
}

#rit-home-sections .rit-testimonials__controls {
  gap: 12px !important;
  margin-top: 15px !important;
}

#rit-home-sections .rit-testimonials__arrow {
  width: 40px !important;
  height: 40px !important;
  border-color: rgba(11, 48, 66, .10) !important;
  box-shadow: 0 5px 14px rgba(7, 31, 44, .07) !important;
}

#rit-home-sections .rit-testimonials__arrow svg {
  width: 18px !important;
  height: 18px !important;
}

#rit-home-sections .rit-testimonials__dots {
  gap: 7px !important;
}

#rit-home-sections .rit-testimonials__dot {
  width: 7px !important;
  height: 7px !important;
}

#rit-home-sections .rit-testimonials__dot.is-active {
  width: 24px !important;
}

@media (max-width: 700px) {
  #rit-home-sections .rit-testimonials {
    padding-block: 48px 54px !important;
  }

  #rit-home-sections .rit-testimonials .rit-section-heading {
    margin-bottom: 22px !important;
  }

  #rit-home-sections .rit-testimonial.rit-google-review {
    min-height: 0 !important;
    padding: 24px 22px 25px !important;
    border-radius: 18px !important;
  }

  #rit-home-sections .rit-google-review__avatar {
    width: 44px !important;
    height: 44px !important;
    flex-basis: 44px !important;
    font-size: 13px !important;
  }

  #rit-home-sections .rit-google-review__google {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  #rit-home-sections .rit-google-review__rating,
  #rit-home-sections .rit-google-review blockquote {
    margin-left: 0 !important;
  }

  #rit-home-sections .rit-google-review__rating {
    margin-top: 15px;
  }

  #rit-home-sections .rit-google-review blockquote {
    font-size: 16px !important;
    line-height: 1.64 !important;
  }

  #rit-home-sections .rit-testimonials__controls {
    margin-top: 14px !important;
  }
}



@media (max-width: 700px) {
  body.rit-home-sections-page #rit-home-sections article.rit-property-card h3.rit-property-card__title,
  body.rit-home-sections-page #rit-home-sections article.rit-property-card h3.rit-property-card__title > a.rit-property-card__title-link {
    font-size: 19px !important;
  }
}

/* =========================================================
   ROOKIE HOME — RESERVA MÓVIL STICKY v2.1.9
   Dock compacto + bottom sheet funcional y sincronizado.
========================================================= */

#rit-mobile-booking {
  display: none;
}

@media (max-width: 780px) {
  #rit-mobile-booking {
    --rit-mobile-orange: #ea7a11;
    --rit-mobile-orange-dark: #c85f07;
    --rit-mobile-navy: #0b3042;
    --rit-mobile-text: #60747e;
    --rit-mobile-border: #d9e3e7;
    display: block;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  }

  #rit-mobile-booking,
  #rit-mobile-booking *,
  #rit-mobile-booking *::before,
  #rit-mobile-booking *::after {
    box-sizing: border-box;
  }

  #rit-mobile-booking {
    position: relative;
    z-index: 2147483647;
    isolation: isolate;
  }

  #rit-mobile-booking .rit-mobile-booking__dock {
    position: fixed;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    z-index: 2147483645;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    min-height: 66px;
    margin: 0;
    padding: 9px 10px 9px 11px;
    border: 1px solid rgba(11, 48, 66, .11);
    border-radius: 20px;
    background: rgba(255, 255, 255, .985);
    box-shadow:
      0 18px 46px rgba(7, 31, 44, .2),
      0 3px 12px rgba(7, 31, 44, .08);
    color: var(--rit-mobile-navy);
    opacity: 0;
    visibility: hidden;
    transform: translateY(calc(100% + 28px));
    transition:
      opacity 220ms ease,
      visibility 220ms ease,
      transform 260ms cubic-bezier(.2, .75, .25, 1),
      box-shadow 180ms ease;
    pointer-events: none;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  #rit-mobile-booking .rit-mobile-booking__dock-main {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-width: 0;
    min-height: 48px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--rit-mobile-navy);
    font: inherit;
    text-align: left;
    cursor: pointer;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
  }

  #rit-mobile-booking.is-visible .rit-mobile-booking__dock {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  #rit-mobile-booking.is-open .rit-mobile-booking__dock {
    opacity: 0;
    visibility: hidden;
    transform: translateY(calc(100% + 28px));
    pointer-events: none;
  }

  #rit-mobile-booking .rit-mobile-booking__dock-main:focus-visible,
  #rit-mobile-booking .rit-mobile-booking__dock-action:focus-visible {
    outline: 3px solid rgba(234, 122, 17, .3);
    outline-offset: 2px;
  }

  #rit-mobile-booking .rit-mobile-booking__dock-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 14px;
    background: rgba(234, 122, 17, .11);
    color: var(--rit-mobile-orange);
  }

  #rit-mobile-booking .rit-mobile-booking__dock-icon svg {
    display: block;
    width: 21px;
    height: 21px;
  }

  #rit-mobile-booking .rit-mobile-booking__dock-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
  }

  #rit-mobile-booking .rit-mobile-booking__dock-copy strong {
    overflow: hidden;
    color: var(--rit-mobile-navy);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: -.015em;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #rit-mobile-booking .rit-mobile-booking__dock-copy span {
    overflow: hidden;
    color: var(--rit-mobile-text);
    font-size: 11.5px;
    font-weight: 650;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #rit-mobile-booking .rit-mobile-booking__dock-action {
    position: relative;
    z-index: 2;
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 15px;
    border-radius: 14px;
    background: linear-gradient(135deg, #e9852d, var(--rit-mobile-orange));
    box-shadow: 0 8px 18px rgba(234, 122, 17, .22);
    color: #fff;
    font-size: 12px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
    border: 0;
    font-family: inherit;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  #rit-mobile-booking .rit-mobile-booking__dock-action,
  #rit-mobile-booking .rit-mobile-booking__dock-action * {
    pointer-events: auto !important;
  }

  #rit-mobile-booking .rit-mobile-booking__dock-action::before,
  #rit-mobile-booking .rit-mobile-booking__dock-action::after {
    pointer-events: none !important;
  }

  #rit-mobile-booking .rit-mobile-booking__dock-action svg {
    display: block;
    width: 16px;
    height: 16px;
  }

  #rit-mobile-booking .rit-mobile-booking__backdrop {
    position: fixed;
    inset: 0;
    z-index: 2147483646;
    background: rgba(4, 24, 35, .56);
    opacity: 0;
    transition: opacity 220ms ease;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }

  #rit-mobile-booking .rit-mobile-booking__backdrop.is-open {
    opacity: 1;
  }

  #rit-mobile-booking .rit-mobile-booking__sheet {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    width: 100%;
    max-width: 560px;
    max-height: min(88dvh, 760px);
    margin-inline: auto;
    padding: 9px 18px calc(18px + env(safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(11, 48, 66, .09);
    border-bottom: 0;
    border-radius: 28px 28px 0 0;
    background: #fff;
    box-shadow: 0 -24px 70px rgba(4, 24, 35, .27);
    opacity: 0;
    transform: translateY(104%);
    transition:
      opacity 220ms ease,
      transform 300ms cubic-bezier(.2, .75, .25, 1);
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  #rit-mobile-booking .rit-mobile-booking__sheet.is-open {
    opacity: 1;
    transform: translateY(0);
  }

  #rit-mobile-booking .rit-mobile-booking__handle {
    width: 42px;
    height: 4px;
    margin: 2px auto 15px;
    border-radius: 999px;
    background: #d8e0e4;
  }

  #rit-mobile-booking .rit-mobile-booking__header {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 18px;
  }

  #rit-mobile-booking .rit-mobile-booking__header h2 {
    margin: 0;
    color: var(--rit-mobile-navy);
    font-size: 24px;
    font-weight: 850;
    letter-spacing: -.035em;
    line-height: 1.12;
  }

  #rit-mobile-booking .rit-mobile-booking__header p {
    margin: 7px 0 0;
    color: var(--rit-mobile-text);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
  }

  #rit-mobile-booking .rit-mobile-booking__close {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(11, 48, 66, .1);
    border-radius: 50%;
    background: #f6f8f9;
    color: var(--rit-mobile-navy);
    cursor: pointer;
  }

  #rit-mobile-booking .rit-mobile-booking__close svg {
    display: block;
    width: 19px;
    height: 19px;
  }

  #rit-mobile-booking .rit-mobile-booking__form {
    display: grid;
    gap: 11px;
    margin: 0;
  }

  #rit-mobile-booking .rit-mobile-booking__dates {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  #rit-mobile-booking .rit-mobile-booking__field {
    position: relative;
    min-width: 0;
    min-height: 62px;
    border: 1px solid var(--rit-mobile-border);
    border-radius: 16px;
    background: #fff;
    transition: border-color 180ms ease, box-shadow 180ms ease;
  }

  #rit-mobile-booking .rit-mobile-booking__field:focus-within {
    border-color: var(--rit-mobile-orange);
    box-shadow: 0 0 0 4px rgba(234, 122, 17, .09);
  }

  #rit-mobile-booking .rit-mobile-booking__field.is-error {
    border-color: #b93838;
    box-shadow: 0 0 0 4px rgba(185, 56, 56, .09);
  }

  #rit-mobile-booking .rit-mobile-booking__field label {
    position: absolute;
    top: 9px;
    left: 47px;
    z-index: 2;
    margin: 0;
    color: #7b8d96;
    font-size: 9.5px;
    font-weight: 850;
    letter-spacing: .055em;
    line-height: 1;
    text-transform: uppercase;
    pointer-events: none;
  }

  #rit-mobile-booking .rit-mobile-booking__field-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;
    display: grid;
    width: 21px;
    height: 21px;
    place-items: center;
    color: var(--rit-mobile-orange);
    transform: translateY(-50%);
    pointer-events: none;
  }

  #rit-mobile-booking .rit-mobile-booking__field-icon svg {
    display: block;
    width: 20px;
    height: 20px;
  }

  #rit-mobile-booking .rit-mobile-booking__field select,
  #rit-mobile-booking .rit-mobile-booking__field input {
    display: block;
    width: 100%;
    height: 60px;
    min-height: 60px;
    margin: 0;
    padding: 25px 35px 7px 47px;
    border: 0;
    border-radius: 16px;
    outline: 0;
    background: transparent;
    box-shadow: none;
    color: var(--rit-mobile-navy);
    font: inherit;
    font-size: 14px;
    font-weight: 760;
    line-height: 1.2;
  }

  #rit-mobile-booking .rit-mobile-booking__field select {
    appearance: none;
    -webkit-appearance: none;
    background-image:
      linear-gradient(45deg, transparent 50%, var(--rit-mobile-text) 50%),
      linear-gradient(135deg, var(--rit-mobile-text) 50%, transparent 50%);
    background-position:
      calc(100% - 18px) 29px,
      calc(100% - 13px) 29px;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
  }

  #rit-mobile-booking .rit-mobile-booking__field input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
  }

  #rit-mobile-booking .rit-mobile-booking__field input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 7px;
    width: 30px;
    height: 30px;
    opacity: 0;
    cursor: pointer;
  }

  #rit-mobile-booking .rit-home-search-error {
    position: static;
    display: block;
    max-width: none;
    margin: 3px 8px 8px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    color: #a72f2f;
    font-size: 10.5px;
    font-weight: 750;
  }

  #rit-mobile-booking .rit-mobile-booking__submit {
    display: inline-flex;
    width: 100%;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 3px 0 0;
    padding: 13px 20px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #e9852d, var(--rit-mobile-orange));
    box-shadow: 0 14px 28px rgba(234, 122, 17, .23);
    color: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 850;
    cursor: pointer;
  }

  #rit-mobile-booking .rit-mobile-booking__submit svg {
    display: block;
    width: 19px;
    height: 19px;
  }

  body.rit-mobile-booking-open {
    overflow: hidden !important;
    touch-action: none;
  }

  /* El widget flotante de WhatsApp puede superponerse de forma invisible al CTA.
     Mientras el sticky está activo se oculta y se recupera automáticamente al salir. */
  body.rit-mobile-booking-active .joinchat,
  body.rit-mobile-booking-active #qlwapp,
  body.rit-mobile-booking-active [class*="qlwapp" i],
  body.rit-mobile-booking-active .ht-ctc-chat,
  body.rit-mobile-booking-active [class*="ht-ctc" i],
  body.rit-mobile-booking-active .wa__btn_popup,
  body.rit-mobile-booking-active .wa__popup_chat_box,
  body.rit-mobile-booking-active .whatsapp_chat_support,
  body.rit-mobile-booking-active .wp-whatsapp,
  body.rit-mobile-booking-active .whatsapp_float,
  body.rit-mobile-booking-active .floating-wpp,
  body.rit-mobile-booking-active .wws-popup-container,
  body.rit-mobile-booking-active .wws-button,
  body.rit-mobile-booking-active .njt-whatsapp,
  body.rit-mobile-booking-active .nta-whatsapp-default,
  body.rit-mobile-booking-active .cresta-whatsapp-chat-box,
  body.rit-mobile-booking-active .cresta-whatsapp-chat-container,
  body.rit-mobile-booking-active #whatsapp-chat-widget,
  body.rit-mobile-booking-active [class*="whatsapp" i]:not(#rit-mobile-booking):not(#rit-mobile-booking *),
  body.rit-mobile-booking-active [id*="whatsapp" i]:not(#rit-mobile-booking):not(#rit-mobile-booking *),
  body.rit-mobile-booking-active iframe[src*="whatsapp" i],
  body.rit-mobile-booking-active iframe[src*="wa.me" i] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (max-width: 390px) {
  #rit-mobile-booking .rit-mobile-booking__dock {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
  }

  #rit-mobile-booking .rit-mobile-booking__dock-main {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 8px;
  }

  #rit-mobile-booking .rit-mobile-booking__dock-icon {
    width: 40px;
    height: 40px;
  }

  #rit-mobile-booking .rit-mobile-booking__dock-action {
    min-height: 44px;
    padding-inline: 12px;
  }

  #rit-mobile-booking .rit-mobile-booking__dock-action svg {
    display: none;
  }

  #rit-mobile-booking .rit-mobile-booking__sheet {
    padding-inline: 14px;
  }

  #rit-mobile-booking .rit-mobile-booking__dates {
    gap: 8px;
  }

  #rit-mobile-booking .rit-mobile-booking__field label {
    left: 43px;
    font-size: 9px;
  }

  #rit-mobile-booking .rit-mobile-booking__field-icon {
    left: 12px;
  }

  #rit-mobile-booking .rit-mobile-booking__field select,
  #rit-mobile-booking .rit-mobile-booking__field input {
    padding-left: 43px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #rit-mobile-booking .rit-mobile-booking__dock,
  #rit-mobile-booking .rit-mobile-booking__backdrop,
  #rit-mobile-booking .rit-mobile-booking__sheet {
    transition-duration: .01ms !important;
  }
}


/* =========================================================
   ROOKIE HOME — STICKY HORIZONTAL PROGRESIVO v2.2.0
   Oculto mientras el módulo de reserva del hero sigue visible.
   Solo aparece en escritorio después de rebasar dicho módulo.
========================================================= */

@media (min-width: 1051px) {
  #rit-home-searchbar {
    position: fixed !important;
    top: var(--rit-search-top, 82px) !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 99980 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, calc(-100% - 18px), 0);
    transition:
      top 140ms linear,
      opacity 220ms ease,
      visibility 220ms ease,
      transform 260ms cubic-bezier(.22, 1, .36, 1),
      padding 220ms ease,
      box-shadow 220ms ease,
      background-color 220ms ease;
    will-change: transform, opacity;
  }

  #rit-home-searchbar.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }
}

/* En tablet y móvil ya existe el acceso de reserva específico; el selector
   horizontal se elimina para evitar tres puntos de entrada simultáneos. */
@media (max-width: 1050px) {
  #rit-home-searchbar,
  #rit-home-searchbar.is-visible {
    display: none !important;
  }
}


/* =========================================================
   HOME — BLOQUE HOME STAGING / GESTIA
========================================================= */
.rit-home-staging-home {
  background: #f4f0e9;
}

.rit-home-staging-home__panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  overflow: hidden;
  min-height: 520px;
  border: 1px solid rgba(11, 28, 45, .1);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(11, 28, 45, .1);
}

.rit-home-staging-home__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 74px);
}

.rit-home-staging-home__content h2 {
  max-width: 650px;
  margin: 14px 0 20px;
  color: #102b43;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.03;
  letter-spacing: -.035em;
}

.rit-home-staging-home__content > p {
  max-width: 650px;
  margin: 0 0 24px;
  color: #506476;
  font-size: 17px;
  line-height: 1.72;
}

.rit-home-staging-home__content .rit-check-list {
  margin: 0 0 30px;
}

.rit-home-staging-home__content .rit-button {
  align-self: flex-start;
}

.rit-home-staging-home__visual {
  position: relative;
  min-height: 520px;
  background: #d9d2c7;
}

.rit-home-staging-home__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(8, 24, 39, .32));
  content: "";
  pointer-events: none;
}

.rit-home-staging-home__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.rit-home-staging-home__badge {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-width: 155px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 34px rgba(7, 23, 38, .16);
  backdrop-filter: blur(12px);
}

.rit-home-staging-home__badge strong {
  color: #102b43;
  font-size: 20px;
  line-height: 1.1;
}

.rit-home-staging-home__badge small {
  margin-top: 5px;
  color: #667786;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .rit-home-staging-home__panel {
    grid-template-columns: 1fr;
  }

  .rit-home-staging-home__visual,
  .rit-home-staging-home__visual img {
    min-height: 390px;
  }
}

@media (max-width: 640px) {
  .rit-home-staging-home__panel {
    min-height: 0;
    border-radius: 22px;
  }

  .rit-home-staging-home__content {
    padding: 32px 24px 36px;
  }

  .rit-home-staging-home__content h2 {
    font-size: clamp(30px, 10vw, 39px);
  }

  .rit-home-staging-home__visual,
  .rit-home-staging-home__visual img {
    min-height: 300px;
  }

  .rit-home-staging-home__badge {
    right: 18px;
    bottom: 18px;
  }
}

/* 0.19.8 — deterministic date-picker affordance on every Rookie home search. */
#rit-home-searchbar .rit-home-searchbar__field.rit-date-picker-field,
#rit-home-hero-search .rit-home-hero-search__field.rit-date-picker-field,
#rit-mobile-booking .rit-mobile-booking__field.rit-date-picker-field{cursor:pointer}
#rit-home-searchbar .rit-home-searchbar__field input[type="date"],
#rit-home-hero-search .rit-home-hero-search__field input[type="date"],
#rit-mobile-booking .rit-mobile-booking__field input[type="date"]{cursor:pointer}
#rit-home-searchbar .rit-home-searchbar__field input[type="date"]::-webkit-calendar-picker-indicator,
#rit-home-hero-search .rit-home-hero-search__field input[type="date"]::-webkit-calendar-picker-indicator,
#rit-mobile-booking .rit-mobile-booking__field input[type="date"]::-webkit-calendar-picker-indicator{position:absolute!important;inset:0!important;width:auto!important;height:auto!important;margin:0!important;opacity:0!important;cursor:pointer!important}
