/* ==========================================================================
   Keepdigitall Landing Page Factory - Torre Quarter Residences
   Exact Quarter Real Estate HTML Aesthetic, Transitions, Shapes & Effects
   ========================================================================== */

/* 1. VARIABLES CSS GLOBALES (Exactas de Quarter Real Estate HTML) */
:root {
  --ltn__primary-color: #071C1F;
  --ltn__primary-color-2: #041113;
  --ltn__secondary-color: #FF5A3C;       /* Coral Quarter icónico */
  --ltn__secondary-color-2: #CB3421;     /* Darken */
  --ltn__secondary-color-3: #FB412A;     /* Lighten */
  --ltn__secondary-pastel: rgba(255, 90, 60, 0.1);

  --ltn__heading-color: #071C1F;
  --ltn__paragraph-color: #5C727D;
  --ltn__color-1: #8CB2B2;
  --ltn__color-2: #ACD2D8;
  --ltn__color-5: #5C727D;

  --section-bg-1: #F2F6F7;              /* Fondo gris claro suave Quarter */
  --section-bg-2: #171B2A;              /* Fondo oscuro slate Quarter */
  --section-bg-5: #FFF2F0;              /* Fondo coral ultra suave de iconos */
  --white: #FFFFFF;
  --black: #000000;

  --border-color-1: #E5EAEE;
  --border-color-8: #F6F6F6;
  --border-color-9: #E4ECF2;

  --ltn__heading-font: 'Poppins', sans-serif;
  --ltn__body-font: 'Nunito Sans', sans-serif;

  --ltn__box-shadow-1: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
  --ltn__box-shadow-2: 0 0 4px rgba(0, 0, 0, 0.1);
  --ltn__box-shadow-4: 0 5px 20px 0 rgba(23, 44, 82, 0.08);
  --ltn__box-shadow-coral: 0 15px 35px rgba(255, 90, 60, 0.35);

  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --radius-pill: 0px;
  --radius-full: 9999px;

  --transition-smooth: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-quarter: all 0.3s ease 0s;
}

/* 2. BASE & ANTIDESBORDAMIENTO OBLIGATORIO */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--ltn__body-font);
  color: var(--ltn__paragraph-color);
  background-color: var(--white);
  line-height: 1.75;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

.site-wrapper {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100vw !important;
  position: relative !important;
}

section[id] {
  scroll-margin-top: 85px;
}

/* Tipografía Responsiva con Clamp */
h1, h2, h3, h4, h5, h6, p, span, a, li, button {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--ltn__heading-font);
  color: var(--ltn__heading-color);
  margin-top: 0;
  font-weight: 700;
  line-height: 1.25;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-quarter);
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Clases de Fondos y Colores Quarter */
.section-bg-1 { background-color: var(--section-bg-1) !important; }
.section-bg-2 { background-color: var(--section-bg-2) !important; color: #FFFFFF; }
.ltn__secondary-color { color: var(--ltn__secondary-color) !important; }
.ltn__secondary-bg { background-color: var(--ltn__secondary-color) !important; }
.text-color-white { color: #FFFFFF !important; }
.pt-115 { padding-top: 115px; }
.pb-90 { padding-bottom: 90px; }
.pb-115 { padding-bottom: 115px; }
.pt-90 { padding-top: 90px; }
.pb-70 { padding-bottom: 70px; }
.pt-80 { padding-top: 80px; }
.pb-80 { padding-bottom: 80px; }
.pt-60 { padding-top: 60px; }
.pb-60 { padding-bottom: 60px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.text-center { text-align: center !important; }
.position-relative { position: relative; }

/* Contenedor Responsivo */
.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .pt-115 { padding-top: 70px; }
  .pb-115 { padding-bottom: 70px; }
  .pt-90 { padding-top: 60px; }
  .pb-90 { padding-bottom: 60px; }
}

/* 3. TÍTULOS Y SUBTÍTULOS EXACTOS DE QUARTER */
.section-title-area {
  margin-bottom: 45px;
}

.section-subtitle {
  font-family: var(--ltn__body-font);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

/* Píldora de Subtítulo de Quarter (section-subtitle-2) */
.section-subtitle-2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 20px;
  border-radius: 0;
  background-color: var(--ltn__secondary-pastel);
  color: var(--ltn__secondary-color);
  position: relative;
  z-index: 1;
}

.section-subtitle-2 i {
  font-size: 13px;
}

.section-title {
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--ltn__heading-color);
  margin-bottom: 15px;
}

.text-color-white .section-title,
.section-title.text-color-white {
  color: #FFFFFF !important;
}

.section-title-area.text-center .section-subtitle-2 {
  margin-left: auto;
  margin-right: auto;
}

/* 4. SISTEMA DE BOTONES Y EFECTOS DE QUARTER (btn-effect-1, btn-effect-3) */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--ltn__heading-font);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 14px 32px;
  border-radius: 0;                     /* Quarter usa botones con esquinas rectas limpias */
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: var(--transition-quarter);
}

.theme-btn-1 {
  background-color: var(--ltn__secondary-color);
  color: #FFFFFF !important;
  border-color: var(--ltn__secondary-color);
}

/* Efecto 1 de Quarter: el fondo oscuro barre de izquierda a derecha en hover */
.btn-effect-1::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--ltn__heading-color);
  z-index: -1;
  transition: var(--transition-quarter);
}

.btn-effect-1:hover {
  color: #FFFFFF !important;
  border-color: var(--ltn__heading-color);
}

.btn-effect-1:hover::after {
  width: 100%;
}

/* Efecto 3 de Quarter: botón outline dark que se llena de oscuro al hover */
.btn-outline-dark {
  background-color: transparent;
  border-color: var(--ltn__heading-color);
  color: var(--ltn__heading-color);
}

.btn-effect-3::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--ltn__heading-color);
  z-index: -1;
  transition: var(--transition-quarter);
}

.btn-effect-3:hover {
  color: #FFFFFF !important;
}

.btn-effect-3:hover::after {
  width: 100%;
}

/* Botón Blanco para Secciones Oscuras o Coral */
.btn-white {
  background-color: #FFFFFF;
  color: var(--ltn__secondary-color) !important;
  border-color: #FFFFFF;
}

.btn-white:hover {
  background-color: var(--ltn__heading-color);
  border-color: var(--ltn__heading-color);
  color: #FFFFFF !important;
}

.btn-outline-coral {
  background-color: transparent;
  border-color: var(--ltn__secondary-color);
  color: var(--ltn__secondary-color);
  padding: 8px 18px;
  font-size: 13px;
}

.btn-outline-coral:hover {
  background-color: var(--ltn__secondary-color);
  color: #FFFFFF !important;
}

.btn-lg {
  padding: 16px 36px;
  font-size: 15px;
}

.btn-sm {
  padding: 10px 22px;
  font-size: 13px;
}

.btn-block {
  width: 100%;
}

/* 5. CABECERA STICKY PRINCIPAL */
.ltn__header-area {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  background-color: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid var(--border-color-9);
  box-shadow: 0 4px 25px rgba(7, 28, 31, 0.08) !important;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.ltn__header-area.is-scrolled {
  box-shadow: 0 8px 30px rgba(7, 28, 31, 0.12) !important;
  background-color: #FFFFFF !important;
}

/* Espaciador superior para compensar header fijo */
.site-wrapper {
  padding-top: 80px;
}

@media (max-width: 768px) {
  .site-wrapper {
    padding-top: 70px;
  }
  .header-container {
    min-height: 70px !important;
  }
}

.header-container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 80px;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.logo-icon-box {
  width: 44px;
  height: 44px;
  background-color: var(--ltn__secondary-color);
  color: #FFFFFF;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-brand {
  font-family: var(--ltn__heading-font);
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--ltn__heading-color);
  line-height: 1;
}

.logo-sub {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--ltn__secondary-color);
  text-transform: uppercase;
  display: block;
  margin-top: 2px;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 1200px) {
  .nav-list {
    gap: 10px;
  }
  .nav-link {
    font-size: 0.84rem;
  }
  .header-actions .btn {
    padding: 8px 12px;
    font-size: 11px;
  }
}

.nav-link {
  font-family: var(--ltn__heading-font);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ltn__heading-color);
  position: relative;
  padding: 6px 0;
  white-space: nowrap !important;
}

.nav-link:hover,
.nav-link.active {
  color: var(--ltn__secondary-color) !important;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--ltn__secondary-color);
  transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
  flex-direction: column;
  gap: 5px;
}

.hamburger-bar {
  width: 26px;
  height: 2.5px;
  background-color: var(--ltn__heading-color);
  border-radius: 2px;
}

@media (max-width: 1024px) {
  .header-menu { display: none !important; }
  .nav-toggle { display: inline-flex !important; }
}

@media (max-width: 768px) {
  .header-actions { display: none !important; }
  .nav-toggle { margin-left: auto; }
}

/* 6. DRAWER MÓVIL HARDWARE ACCELERATED */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(320px, 85vw);
  height: 100vh;
  background-color: #FFFFFF;
  transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease;
  z-index: 10000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
}

.mobile-drawer.active, .mobile-drawer.is-open {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid var(--border-color-9);
}

.drawer-close {
  background: transparent;
  border: none;
  font-size: 28px;
  color: var(--ltn__heading-color);
  cursor: pointer;
}

.drawer-nav {
  padding: 20px;
  flex-grow: 1;
}

.drawer-list li {
  margin-bottom: 16px;
}

.mobile-nav-link {
  font-family: var(--ltn__heading-font);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ltn__heading-color);
  display: block;
}

.mobile-nav-link.active,
.mobile-nav-link:hover {
  color: var(--ltn__secondary-color);
}

.drawer-footer {
  padding: 20px;
  border-top: 1px solid var(--border-color-9);
}

.drawer-contact-info {
  font-size: 0.85rem;
  color: var(--ltn__paragraph-color);
  margin-top: 12px;
  text-align: center;
}

.mobile-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(7, 28, 31, 0.6);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 9998;
}

.mobile-backdrop.active, .mobile-backdrop.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* 7. SECCIÓN HERO CON MINI GALERÍA INTERACTIVA */
.ltn__slider-area {
  padding: 45px 0 70px 0;
  position: relative;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 40px;
  align-items: start;
  width: 100%;
  max-width: 100%;
}

.hero-grid > * {
  min-width: 0;
  max-width: 100%;
}

.hero-title {
  font-size: clamp(2.2rem, 4.2vw, 3.4rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--ltn__heading-color);
  margin-bottom: 18px;
}

.hero-desc {
  font-size: 1.08rem;
  color: var(--ltn__paragraph-color);
  line-height: 1.75;
  margin-bottom: 30px;
}

.hero-actions-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.hero-stats-row {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  border-top: 1px solid var(--border-color-9);
  padding-top: 25px;
}

.hero-stat-item {
  display: flex;
  flex-direction: column;
}

.stat-number {
  font-family: var(--ltn__heading-font);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ltn__heading-color);
}

.stat-label {
  font-size: 0.8rem;
  color: var(--ltn__paragraph-color);
}

/* Mini Galería Hero */
.hero-visual {
  margin-top: -12px;
  position: relative;
  min-width: 0;
  max-width: 100%;
}

.hero-gallery-wrapper {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.hero-main-image-box {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  box-shadow: var(--ltn__box-shadow-4);
  cursor: pointer;
  background-color: var(--ltn__heading-color);
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.hero-main-img {
  width: 100%;
  max-width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease;
}

.hero-main-image-box:hover .hero-main-img {
  transform: scale(1.025);
}

.hero-img-fullscreen-badge {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgba(7, 28, 31, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #FFFFFF;
  font-family: var(--ltn__heading-font);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  transition: var(--transition-smooth);
  border: 1px solid rgba(255, 255, 255, 0.15);
  pointer-events: none;
}

.hero-main-image-box:hover .hero-img-fullscreen-badge {
  background: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  transform: translateY(-2px);
  box-shadow: var(--ltn__box-shadow-coral);
}

.hero-thumbs-carousel-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  position: relative;
  overflow: hidden;
}

.thumb-nav-btn {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 0;
  background-color: #FFFFFF;
  border: 1px solid var(--border-color-9);
  color: var(--ltn__heading-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-quarter);
  box-shadow: var(--ltn__box-shadow-2);
  padding: 0;
  flex-shrink: 0;
}

.thumb-nav-btn:hover {
  background-color: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  color: #FFFFFF;
}

.hero-thumbs-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 4px 2px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.hero-thumbs-track::-webkit-scrollbar { display: none; }

.hero-thumb-item {
  flex: 0 0 76px;
  height: 56px;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: var(--transition-smooth);
  opacity: 0.65;
  background-color: var(--ltn__heading-color);
}

.hero-thumb-item:hover,
.hero-thumb-item:focus {
  opacity: 0.95;
  border-color: rgba(255, 90, 60, 0.5);
  transform: translateY(-2px);
}

.hero-thumb-item.active {
  opacity: 1;
  border-color: var(--ltn__secondary-color);
  box-shadow: 0 0 0 2px rgba(255, 90, 60, 0.25);
  transform: translateY(-2px);
}

.hero-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {
  .hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .hero-visual { margin-top: 0; }
  .hero-main-img { height: 360px; }
}

@media (max-width: 640px) {
  .ltn__slider-area { padding: 25px 0 50px 0; }
  .hero-actions-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .hero-actions-row .btn { width: 100%; justify-content: center; }
  .hero-main-img { height: 250px; }
  .hero-thumb-item { flex: 0 0 60px; height: 44px; }
  .hero-stats-row { flex-direction: column; align-items: flex-start; gap: 16px; }
}

/* 7.1 LIGHTBOX FULLSCREEN MODAL */
.lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lightbox-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(7, 28, 31, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  font-size: 32px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100002;
  transition: var(--transition-smooth);
  line-height: 1;
}

.lightbox-close:hover {
  background-color: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  transform: rotate(90deg);
}

.lightbox-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100002;
  transition: var(--transition-smooth);
}

.lightbox-nav-btn:hover {
  background-color: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
}

.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

.lightbox-content {
  position: relative;
  max-width: min(1000px, 92vw);
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 100001;
  text-align: center;
}

.lightbox-img {
  max-width: 100%;
  max-height: 76vh;
  object-fit: contain;
  border-radius: var(--radius-sm);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.lightbox-caption {
  margin-top: 14px;
  font-family: var(--ltn__heading-font);
  color: #FFFFFF;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 6px 18px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-pill);
  max-width: 90%;
  overflow-wrap: break-word;
}

@media (max-width: 768px) {
  .lightbox-nav-btn { width: 38px; height: 38px; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
  .lightbox-close { top: 14px; right: 14px; width: 36px; height: 36px; font-size: 26px; }
  .lightbox-img { max-height: 68vh; }
  .lightbox-caption { font-size: 0.8rem; padding: 4px 12px; }
}

/* 8. ABOUT US AREA 1 (ltn__feature-item-3 con indicador vertical en hover) */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 50px;
  align-items: center;
}

.about-grid-reverse {
  grid-template-columns: 1.15fr 1fr;
}

.about-img-box {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  box-shadow: var(--ltn__box-shadow-4);
}

.about-img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.about-experience-badge {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: #FFFFFF;
  padding: 16px 24px;
  border-radius: var(--radius-sm);
  box-shadow: var(--ltn__box-shadow-1);
  display: flex;
  align-items: center;
  gap: 14px;
  border-left: 4px solid var(--ltn__secondary-color);
}

.exp-num {
  font-family: var(--ltn__heading-font);
  font-size: 2rem;
  font-weight: 800;
  color: var(--ltn__secondary-color);
  line-height: 1;
}

.exp-text {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ltn__heading-color);
  line-height: 1.25;
}

/* Feature Item 3 de Quarter: con indicador vertical que crece al 80% en hover */
.ltn__feature-item-3 {
  padding: 24px 22px 18px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border: 2px solid #F4FAFF;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  position: relative;
  transition: var(--transition-quarter);
}

.ltn__feature-item-3::before {
  position: absolute;
  content: "";
  left: -2px;
  top: 50%;
  width: 4px;
  height: 0%;
  background-color: var(--ltn__secondary-color);
  transition: all 0.4s ease 0s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
}

.ltn__feature-item-3:hover {
  box-shadow: var(--ltn__box-shadow-1);
  border-color: #FFFFFF;
}

.ltn__feature-item-3:hover::before {
  height: 80%;
  opacity: 1;
  visibility: visible;
}

.ltn__feature-item-3 .ltn__feature-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 50%;
  background-color: var(--section-bg-5);
  color: var(--ltn__secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: var(--transition-quarter);
}

.ltn__feature-item-3:hover .ltn__feature-icon {
  background-color: var(--ltn__secondary-color);
  color: #FFFFFF;
}

.ltn__feature-item-3 .ltn__feature-info h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--ltn__heading-color);
  margin-bottom: 6px;
}

.ltn__feature-item-3 .ltn__feature-info p {
  font-size: 14px;
  color: var(--ltn__paragraph-color);
  line-height: 1.6;
  margin: 0;
}

/* 9. ABOUT US AREA 2 (Checklist + Video Play Button ltn__video-icon-2) */
.ltn__list-item-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 0;
  margin: 25px 0;
}

.ltn__list-item-2 li {
  font-size: 15px;
  font-weight: 600;
  color: var(--ltn__heading-color);
  display: flex;
  align-items: center;
  gap: 10px;
}

.ltn__list-item-2 li i {
  color: var(--ltn__secondary-color);
  font-size: 16px;
  flex-shrink: 0;
}

.about-author-row {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 20px;
  border-top: 1px solid var(--border-color-9);
  flex-wrap: wrap;
}

.author-avatar-badge img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--ltn__secondary-color);
}

.author-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ltn__heading-color);
  margin-bottom: 2px;
}

.author-role {
  font-size: 0.85rem;
  color: var(--ltn__secondary-color);
  font-weight: 600;
}

/* Botón Circular de Video / Recorrido con Animación de Pulso */
.ltn__video-icon-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: var(--ltn__secondary-color);
  color: #FFFFFF;
  border: none;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  box-shadow: 0 0 0 10px rgba(255, 90, 60, 0.25);
  animation: pulse-quarter 1.8s infinite;
  transition: var(--transition-quarter);
}

.ltn__video-icon-2:hover {
  background-color: var(--ltn__heading-color);
  box-shadow: 0 0 0 14px rgba(7, 28, 31, 0.25);
  transform: translate(-50%, -50%) scale(1.08);
}

@keyframes pulse-quarter {
  0% { box-shadow: 0 0 0 0 rgba(255, 90, 60, 0.5); }
  70% { box-shadow: 0 0 0 18px rgba(255, 90, 60, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 90, 60, 0); }
}

@media (max-width: 991px) {
  .about-grid, .about-grid-reverse { grid-template-columns: 1fr; gap: 40px; }
  .about-img { height: 350px; }
  .ltn__list-item-2 { grid-template-columns: 1fr; }
}

/* 10. FEATURE AREA (Our Main Focus - ltn__feature-item-6 con línea coral inferior) */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ltn__feature-item-6 {
  border: 1px solid var(--border-color-8);
  background-color: #FFFFFF;
  padding: 45px 30px 40px;
  position: relative;
  transition: var(--transition-quarter);
  border-radius: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}

/* Línea coral inferior que barre de 0 a 100% */
.ltn__feature-item-6::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: var(--ltn__secondary-color);
  transition: all 0.4s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.ltn__feature-item-6:hover {
  box-shadow: var(--ltn__box-shadow-1);
  transform: translateY(-5px);
}

.ltn__feature-item-6:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.ltn__feature-item-6 .ltn__feature-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background-color: var(--section-bg-5);
  color: var(--ltn__secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  transition: var(--transition-quarter);
}

.ltn__feature-item-6:hover .ltn__feature-icon {
  transform: scale(1.08);
}

.ltn__feature-item-6 .ltn__feature-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--ltn__heading-color);
}

.ltn__feature-item-6 .ltn__feature-info p {
  font-size: 14px;
  color: var(--ltn__paragraph-color);
  line-height: 1.7;
  margin-bottom: 25px;
}

.ltn__service-btn {
  font-family: var(--ltn__heading-font);
  font-size: 14px;
  font-weight: 700;
  color: var(--ltn__color-1);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition-quarter);
}

.ltn__feature-item-6:hover .ltn__service-btn {
  color: var(--ltn__secondary-color);
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .features-grid { grid-template-columns: 1fr; }
}

/* 11. UPCOMING PROJECT AREA (Penthouse Dúplex - Dark Section) */
.showcase-header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.slick-arrow-3 {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
}

.slick-arrow-3 .slick-arrow {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: var(--transition-quarter);
}

.slick-arrow-3 .slick-prev {
  background-color: var(--ltn__secondary-color);
  color: #FFFFFF;
}

.slick-arrow-3 .slick-prev:hover {
  background-color: #FFFFFF;
  color: var(--ltn__heading-color);
}

.slick-arrow-3 .slick-next {
  background-color: #FFFFFF;
  color: var(--ltn__heading-color);
}

.slick-arrow-3 .slick-next:hover {
  background-color: var(--ltn__secondary-color);
  color: #FFFFFF;
}

.ltn__upcoming-project-item {
  background-color: #FFFFFF;
  padding: 35px 45px;
  box-shadow: var(--ltn__box-shadow-4);
  border-radius: 0;
  min-width: 0;
  max-width: 100%;
}

.upcoming-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 40px;
  align-items: center;
  min-width: 0;
  max-width: 100%;
}

.upcoming-grid > * {
  min-width: 0;
  max-width: 100%;
}

.upcoming-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 0;
}

.upcoming-badge-tag {
  display: inline-block;
  font-family: var(--ltn__heading-font);
  font-size: 12px;
  font-weight: 700;
  color: var(--ltn__secondary-color);
  background-color: var(--section-bg-5);
  padding: 4px 14px;
  border-radius: 0;
  margin-bottom: 12px;
}

.upcoming-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--ltn__heading-color);
  margin-bottom: 12px;
}

.upcoming-summary {
  font-size: 14px;
  color: var(--ltn__paragraph-color);
  margin-bottom: 20px;
}

.upcoming-cta-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .upcoming-grid { grid-template-columns: 1fr; gap: 25px; }
  .upcoming-img { height: 280px; }
  .ltn__upcoming-project-item { padding: 25px 20px; }
}

@media (max-width: 640px) {
  .ltn__upcoming-project-item { padding: 20px 14px; }
  .upcoming-cta-group .btn { width: 100%; justify-content: center; }
  .apartments-info-list > ul li { font-size: 13.5px; }
}

/* 12. APARTMENTS PLAN AREA (ltn__apartments-plan-area & ltn__tab-menu-3) */
.ltn__tab-menu-3 {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 45px;
  flex-wrap: wrap;
}

.plan-tab-btn {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 8px 12px;
  font-family: var(--ltn__heading-font);
  font-size: 18px;
  font-weight: 700;
  color: var(--ltn__heading-color);
  cursor: pointer;
  position: relative;
  transition: var(--transition-quarter);
}

.plan-tab-btn:hover {
  color: var(--ltn__secondary-color);
}

.plan-tab-btn.active {
  color: var(--ltn__secondary-color);
  border-bottom-color: var(--ltn__secondary-color);
}

/* Punto indicador circular central de Quarter en el tab activo */
.plan-tab-btn.active::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 100%;
  transform: translate(-50%, -40%);
  width: 10px;
  height: 10px;
  background-color: var(--ltn__secondary-color);
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}

.plan-tab-pane {
  display: none;
}

.plan-tab-pane.active {
  display: block;
}

.plan-grid {
  background-color: var(--section-bg-1);
  padding: 50px 60px;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 50px;
  align-items: center;
  border-radius: var(--radius-sm);
}

.plan-badge-tag {
  display: inline-block;
  font-family: var(--ltn__heading-font);
  font-size: 12px;
  font-weight: 700;
  color: var(--ltn__secondary-color);
  background-color: var(--section-bg-5);
  padding: 4px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 12px;
}

.plan-name {
  font-size: 24px;
  font-weight: 700;
  color: var(--ltn__heading-color);
  margin-bottom: 12px;
}

.plan-desc {
  font-size: 14px;
  color: var(--ltn__paragraph-color);
  margin-bottom: 25px;
}

/* Lista de Especificaciones con Líneas Discontinuas Exactas de Quarter */
.apartments-info-list > ul {
  padding: 0;
  margin: 0;
}

.apartments-info-list > ul li {
  list-style: none;
  margin-top: 12px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

.apartments-info-list > ul li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 1px dashed var(--border-color-1);
  z-index: 1;
}

.apartments-info-list > ul li label {
  padding-right: 12px;
  background-color: var(--section-bg-1);
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--ltn__heading-color);
}

.apartments-info-list > ul li span {
  float: right;
  padding-left: 12px;
  background-color: var(--section-bg-1);
  position: relative;
  z-index: 2;
  color: var(--ltn__heading-color);
}

.apartments-info-list-color > ul li label,
.apartments-info-list-color > ul li span {
  background-color: #FFFFFF;
}

.apartments-plan-img img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .plan-grid { grid-template-columns: 1fr; padding: 30px 25px; gap: 35px; }
}

/* 13. SEARCH BY AREA / RENDERS (3 Cards ltn__search-by-place-item) */
.places-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ltn__search-by-place-item {
  padding: 16px;
  box-shadow: var(--ltn__box-shadow-4);
  background-color: #FFFFFF;
  border-radius: 0;
  transition: var(--transition-quarter);
}

.ltn__search-by-place-item:hover {
  box-shadow: var(--ltn__box-shadow-1);
  transform: translateY(-4px);
}

.search-by-place-img {
  position: relative;
  overflow: hidden;
  height: 240px;
  border-radius: var(--radius-sm);
}

.search-by-place-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.ltn__search-by-place-item:hover .search-by-place-img img {
  transform: scale(1.06);
}

.search-by-place-badge {
  position: absolute;
  top: 14px;
  left: 14px;
}

.search-by-place-badge ul li {
  background-color: #FFFFFF;
  padding: 5px 16px 4px;
  border-radius: 0;
  box-shadow: var(--ltn__box-shadow-4);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--ltn__heading-color);
}

.search-by-place-info {
  padding: 22px 6px 8px;
}

.search-by-place-info h6 {
  font-size: 13px;
  color: var(--ltn__paragraph-color);
  font-weight: 600;
  margin-bottom: 4px;
}

.search-by-place-info h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--ltn__heading-color);
  margin-bottom: 8px;
}

.search-by-place-brief {
  font-size: 14px;
  color: var(--ltn__paragraph-color);
  line-height: 1.6;
  margin-bottom: 14px;
}

.search-by-place-btn a {
  color: var(--ltn__secondary-color);
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition-quarter);
}

.search-by-place-btn a:hover {
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .places-grid { grid-template-columns: 1fr; }
}

/* 14. SELECT AVAILABILITY TABLE */
.ltn__select-availability-table-wrap {
  background-color: #FFFFFF;
  box-shadow: var(--ltn__box-shadow-4);
  border-radius: 0;
  overflow: hidden;
}

.ltn__select-availability-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.ltn__select-availability-table-head {
  background-color: var(--section-bg-1);
}

.ltn__select-availability-table th {
  padding: 16px 20px;
  font-family: var(--ltn__heading-font);
  font-size: 13px;
  font-weight: 700;
  color: var(--ltn__heading-color);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid var(--border-color-9);
}

.ltn__select-availability-table td {
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ltn__paragraph-color);
  border-bottom: 1px solid var(--border-color-9);
  vertical-align: middle;
}

.ltn__select-availability-table tbody tr:hover {
  background-color: #FAFDFD;
}

.price-highlight {
  color: var(--ltn__secondary-color) !important;
  font-weight: 700;
}

.badge-status {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 700;
}

.badge-available {
  background-color: rgba(119, 199, 32, 0.12);
  color: #569E14;
}

.badge-reserved {
  background-color: rgba(255, 90, 60, 0.12);
  color: var(--ltn__secondary-color);
}

/* Responsivo Table-to-Cards para pantallas <= 991px */
@media (max-width: 991px) {
  .responsive-card-table thead { display: none; }
  .responsive-card-table,
  .responsive-card-table tbody,
  .responsive-card-table tr,
  .responsive-card-table td {
    display: block;
    width: 100%;
  }
  .responsive-card-table tr {
    margin-bottom: 20px;
    border: 1px solid var(--border-color-9);
    border-radius: 0;
    padding: 12px 18px;
    background-color: #FFFFFF;
    box-shadow: var(--ltn__box-shadow-2);
  }
  .responsive-card-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #F0F4F7;
    text-align: right;
  }
  .responsive-card-table td:last-child {
    border-bottom: none;
    padding-top: 14px;
    justify-content: flex-end;
  }
  .responsive-card-table td::before {
    content: attr(data-label);
    font-weight: 700;
    font-size: 13px;
    color: var(--ltn__heading-color);
    text-align: left;
    text-transform: uppercase;
  }
}

/* 15. NEIGHBOUR AREA */
.neighbour-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 40px;
  align-items: center;
}

.neighbour-main-img-box {
  border-radius: 0;
  overflow: hidden;
  box-shadow: var(--ltn__box-shadow-4);
  height: 380px;
}

.neighbour-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.neighbour-thumbs-row {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.neighbour-thumb {
  width: 90px;
  height: 65px;
  object-fit: cover;
  border-radius: 0;
  cursor: pointer;
  opacity: 0.7;
  border: 2px solid transparent;
  transition: var(--transition-quarter);
}

.neighbour-thumb.active,
.neighbour-thumb:hover {
  opacity: 1;
  border-color: var(--ltn__secondary-color);
}

.neighbour-featured-card {
  background-color: #FFFFFF;
  padding: 25px;
  box-shadow: var(--ltn__box-shadow-4);
  border-radius: 0;
}

.featured-place-img {
  position: relative;
  height: 200px;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 20px;
}

.featured-place-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #FFFFFF;
  color: var(--ltn__heading-color);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 0;
}

.featured-rating {
  color: #FFB800;
  font-size: 14px;
  margin-bottom: 8px;
}

.featured-rating span {
  color: var(--ltn__paragraph-color);
  font-size: 13px;
  font-weight: 600;
  margin-left: 6px;
}

.featured-place-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--ltn__heading-color);
  margin-bottom: 6px;
}

.featured-distance {
  font-size: 14px;
  color: var(--ltn__secondary-color);
  font-weight: 700;
  margin-bottom: 10px;
}

.featured-desc {
  font-size: 14px;
  color: var(--ltn__paragraph-color);
  line-height: 1.6;
  margin: 0;
}

/* 6 Cajas de Categorías del Vecindario */
.neighbour-amenities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.neighbour-box {
  background-color: #FFFFFF;
  border: 1px solid var(--border-color-9);
  padding: 16px 20px;
  border-radius: 0;
  display: flex;
  align-items: center;
  box-shadow: var(--ltn__box-shadow-2);
  transition: var(--transition-quarter);
  cursor: default;
  user-select: none;
}

.neighbour-box:hover {
  border-color: var(--border-color-9);
  box-shadow: var(--ltn__box-shadow-2);
  transform: none;
}

.box-icon-orange {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 0;
  background-color: var(--ltn__secondary-color);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 14px;
}

.box-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.box-title {
  font-family: var(--ltn__heading-font);
  font-size: 15px;
  font-weight: 700;
  color: var(--ltn__heading-color);
}

.box-sub {
  font-size: 12px;
  color: var(--ltn__paragraph-color);
}

.box-arrow {
  color: var(--ltn__color-1);
  font-size: 13px;
  transition: var(--transition-quarter);
}

.neighbour-box:hover .box-arrow {
  color: var(--ltn__secondary-color);
  transform: translateX(3px);
}

@media (max-width: 991px) {
  .neighbour-grid { grid-template-columns: 1fr; }
  .neighbour-amenities-grid { grid-template-columns: 1fr; }
}

/* 16. CATEGORY AREA (Building Amenities - 8 Cards con Inversión Coral Total en Hover) */
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.ltn__category-item-5-2 {
  background-color: #FFFFFF;
  box-shadow: var(--ltn__box-shadow-4);
  border-radius: 0;
  padding: 35px 25px 30px;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  border: 1px solid transparent;
  min-height: 240px;
  display: flex;
  flex-direction: column;
}

.category-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.category-number {
  font-family: var(--ltn__heading-font);
  font-size: 22px;
  font-weight: 700;
  color: var(--ltn__secondary-color);
  transition: var(--transition-quarter);
}

.category-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: var(--section-bg-5);
  color: var(--ltn__secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: all 0.35s ease;
}

.category-title {
  font-size: 19px;
  font-weight: 700;
  color: var(--ltn__heading-color);
  margin-bottom: 10px;
  transition: var(--transition-quarter);
}

.category-brief {
  font-size: 14px;
  color: var(--ltn__paragraph-color);
  line-height: 1.6;
  margin: 0;
  transition: var(--transition-quarter);
}

/* EL EFECTO FIRMA DE QUARTER: INVERSIÓN TOTAL A CORAL */
.ltn__category-item-5-2:hover {
  background-color: var(--ltn__secondary-color) !important;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(255, 90, 60, 0.35);
}

.ltn__category-item-5-2:hover .category-number,
.ltn__category-item-5-2:hover .category-title,
.ltn__category-item-5-2:hover .category-brief {
  color: #FFFFFF !important;
}

.ltn__category-item-5-2:hover .category-icon {
  background-color: #FFFFFF !important;
  color: var(--ltn__secondary-color) !important;
  transform: rotate(6deg) scale(1.05);
}

@media (max-width: 1024px) {
  .category-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .category-grid { grid-template-columns: 1fr; }
}

/* 17. BRAND LOGO & TRUST AREA */
.trust-desc {
  max-width: 750px;
  margin: 0 auto 40px;
  font-size: 15px;
  color: var(--ltn__paragraph-color);
}

.trust-logos-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.trust-badge-card {
  background-color: #FFFFFF;
  border: 1px solid var(--border-color-9);
  padding: 30px 20px;
  text-align: center;
  border-radius: var(--radius-sm);
  box-shadow: var(--ltn__box-shadow-2);
  transition: var(--transition-quarter);
}

.trust-badge-card:hover {
  border-color: var(--ltn__secondary-color);
  box-shadow: var(--ltn__box-shadow-4);
  transform: translateY(-4px);
}

.trust-icon {
  font-size: 36px;
  color: var(--ltn__secondary-color);
  margin-bottom: 14px;
}

.trust-title {
  display: block;
  font-family: var(--ltn__heading-font);
  font-size: 16px;
  font-weight: 700;
  color: var(--ltn__heading-color);
  margin-bottom: 4px;
}

.trust-sub {
  font-size: 13px;
  color: var(--ltn__paragraph-color);
}

@media (max-width: 991px) {
  .trust-logos-row { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .trust-logos-row { grid-template-columns: 1fr; }
}

/* 18. TESTIMONIAL AREA (See What Our Client Says - Dark Section) */
.testimonial-header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

/* 18. TESTIMONIAL AREA (Estilo Elegante, Proporcionado en Escritorio y con Margen Interna en Móvil) */
.testimonials-slider-container {
  position: relative;
  overflow: hidden !important;
  width: 100%;
  max-width: 100% !important;
  min-width: 0 !important;
  padding: 15px 0 20px 0;
}

.testimonials-slider-track {
  display: flex;
  align-items: stretch;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.testimonial-slide {
  flex: 0 0 50% !important;
  max-width: 50% !important;
  width: 50% !important;
  padding: 0 16px;
  box-sizing: border-box;
  display: flex;
  min-width: 0;
}

.ltn__testimonial-item {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 auto;
  background-color: #FFFFFF;
  padding: 42px 36px !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: var(--transition-quarter);
  box-sizing: border-box;
}

.ltn__testimonial-item:hover {
  box-shadow: 0 20px 45px rgba(255, 90, 60, 0.2);
  transform: translateY(-4px);
  border-color: rgba(255, 90, 60, 0.45);
}

.testi-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.testi-stars {
  color: #FFB800;
  font-size: 16px;
  display: flex;
  gap: 5px;
}

.testi-quote-icon {
  font-size: 28px;
  color: var(--ltn__secondary-color);
  opacity: 0.35;
  line-height: 1;
}

.testi-quote {
  font-size: 15.5px;
  color: #374151;
  line-height: 1.85;
  font-style: italic;
  margin: 0 0 26px 0;
  flex-grow: 1;
}

.testi-author-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid var(--border-color-9);
}

.testi-avatar {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--ltn__secondary-color);
}

.testi-author-meta {
  flex-grow: 1;
}

.testi-name {
  font-size: 17px;
  font-weight: 700;
  color: var(--ltn__heading-color);
  margin-bottom: 2px;
  font-family: var(--ltn__heading-font);
}

.testi-role {
  font-size: 13px;
  color: var(--ltn__secondary-color);
  font-weight: 600;
  display: block;
}

@media (max-width: 991px) {
  .testimonial-slide {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 10px;
  }
  .ltn__testimonial-item {
    padding: 34px 26px !important; /* Margen interna generosa en tablet/móvil */
  }
  .testi-quote {
    font-size: 14.5px;
    line-height: 1.75;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .testimonial-slide {
    padding: 0 6px;
  }
  .ltn__testimonial-item {
    padding: 30px 22px !important; /* Margen interna en teléfonos pequeños */
  }
}

/* 19. CALL TO ACTION AREA (call-to-action-6 Coral Banner) */
.call-to-action-inner-6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 60px;
  background-color: var(--ltn__secondary-color);
  box-shadow: var(--ltn__box-shadow-coral);
  flex-wrap: wrap;
  gap: 25px;
}

.cta-title {
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 6px;
}

.cta-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
}

@media (max-width: 768px) {
  .call-to-action-inner-6 {
    padding: 35px 25px;
    flex-direction: column;
    text-align: center;
  }
  .cta-title { font-size: 24px; }
  .call-to-action-inner-6 .btn { width: 100%; justify-content: center; }
}

/* 20. CONTACT MESSAGE AREA (Formulario & Sala de Ventas) */
.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: start;
}

.contact-section-desc {
  max-width: 650px;
  margin: 0 auto;
  font-size: 15px;
  color: var(--ltn__paragraph-color);
}

.contact-grid > * {
  min-width: 0;
  max-width: 100%;
}

.contact-form-card {
  background-color: #FFFFFF;
  padding: 40px 35px;
  box-shadow: var(--ltn__box-shadow-4);
  border-radius: 0;
  border: 1px solid var(--border-color-9);
  min-width: 0;
  max-width: 100%;
}

.form-card-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--ltn__heading-color);
  margin-bottom: 25px;
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-family: var(--ltn__heading-font);
  font-size: 13px;
  font-weight: 700;
  color: var(--ltn__heading-color);
  margin-bottom: 8px;
}

.form-control {
  width: 100%;
  padding: 14px 18px;
  font-family: var(--ltn__body-font);
  font-size: 16px;                      /* >= 16px para evitar auto-zoom en iOS Safari */
  color: var(--ltn__heading-color);
  background-color: var(--section-bg-1);
  border: 1px solid var(--border-color-9);
  border-radius: 0;
  transition: var(--transition-quarter);
}

.form-control:focus {
  outline: none;
  border-color: var(--ltn__secondary-color);
  background-color: #FFFFFF;
  box-shadow: 0 0 0 3px var(--ltn__secondary-pastel);
}

.field-error {
  display: none;
  font-size: 12px;
  color: #DC3545;
  margin-top: 5px;
  font-weight: 600;
}

.form-control.is-invalid {
  border-color: #DC3545;
}

.habeas-group {
  margin: 20px 0 25px;
}

.habeas-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--ltn__paragraph-color);
  line-height: 1.5;
  cursor: pointer;
}

.habeas-label input[type="checkbox"] {
  margin-top: 3px;
  accent-color: var(--ltn__secondary-color);
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}

.sales-office-card {
  background-color: var(--section-bg-1);
  padding: 35px 30px;
  border-radius: 0;
}

.sales-office-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--ltn__heading-color);
  margin-bottom: 12px;
}

.sales-office-card p {
  font-size: 14px;
  color: var(--ltn__paragraph-color);
  margin-bottom: 25px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.contact-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background-color: var(--section-bg-5);
  color: var(--ltn__secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.contact-text {
  display: flex;
  flex-direction: column;
}

.item-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--ltn__paragraph-color);
}

.item-val {
  font-size: 14px;
  font-weight: 700;
  color: var(--ltn__heading-color);
}

.map-callout-box {
  background-color: #FFFFFF;
  padding: 16px 20px;
  border-radius: 0;
  border-left: 3px solid var(--ltn__secondary-color);
}

.map-callout-title {
  display: block;
  font-family: var(--ltn__heading-font);
  font-size: 14px;
  font-weight: 700;
  color: var(--ltn__heading-color);
  margin-bottom: 4px;
}

.map-callout-text {
  font-size: 13px;
  color: var(--ltn__paragraph-color);
  margin: 0;
}

@media (max-width: 991px) {
  .contact-grid { grid-template-columns: 1fr; }
  .form-row-2 { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 640px) {
  .contact-form-card {
    padding: 24px 16px;
  }
  .btn-lg {
    padding: 13px 14px;
    font-size: 13px;
  }
}

/* 21. FOOTER AREA (ltn__footer-area) */
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.1fr 1.3fr;
  gap: 40px;
}

.footer-about-text {
  font-size: 14px;
  color: var(--ltn__color-1);
  line-height: 1.7;
  margin-bottom: 20px;
}

.footer-contact-list .f-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  color: var(--ltn__color-1);
}

.footer-contact-list .f-contact-item i {
  color: var(--ltn__secondary-color);
}

.footer-title {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 12px;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: var(--ltn__secondary-color);
}

.footer-menu li {
  margin-bottom: 12px;
}

.footer-menu li a {
  font-size: 14px;
  color: var(--ltn__color-1);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition-quarter);
}

.footer-menu li a i {
  font-size: 10px;
  color: var(--ltn__secondary-color);
}

.footer-menu li a:hover {
  color: var(--ltn__secondary-color);
  transform: translateX(5px);
}

.footer-newsletter-form {
  display: flex;
  margin-bottom: 20px;
}

.footer-input {
  flex-grow: 1;
  padding: 12px 16px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  border-radius: 0;
}

.footer-input:focus {
  outline: none;
  border-color: var(--ltn__secondary-color);
}

.footer-btn {
  background-color: var(--ltn__secondary-color);
  color: #FFFFFF;
  border: none;
  padding: 0 20px;
  cursor: pointer;
  transition: var(--transition-quarter);
}

.footer-btn:hover {
  background-color: #FFFFFF;
  color: var(--ltn__heading-color);
}

.footer-social-links {
  display: flex;
  gap: 12px;
}

.social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: var(--transition-quarter);
}

.social-icon:hover {
  background-color: var(--ltn__secondary-color);
  transform: translateY(-3px);
}

.ltn__copyright-area {
  background-color: #0F121C;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.copyright-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.copyright-text {
  font-size: 13px;
  color: var(--ltn__color-1);
  margin: 0;
}

.copyright-links {
  display: flex;
  gap: 20px;
}

.copyright-links a {
  font-size: 13px;
  color: var(--ltn__color-1);
}

.copyright-links a:hover {
  color: var(--ltn__secondary-color);
}

@media (max-width: 991px) {
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 35px; }
}

@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; }
  .copyright-container { flex-direction: column; text-align: center; }
}

/* 22. BOTÓN FLOTANTE DE WHATSAPP (Keepdigitall) */
.whatsapp-float-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 62px;
  height: 62px;
  background-color: #25D366;
  color: #FFFFFF;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  z-index: 9999;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.whatsapp-float-btn:hover {
  transform: scale(1.08) translateY(-3px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.5);
  color: #FFFFFF;
}

.whatsapp-pulse {
  position: absolute;
  inset: -6px;
  border-radius: var(--radius-full);
  border: 2px solid #25D366;
  animation: wa-pulse 2s cubic-bezier(0.25, 1, 0.5, 1) infinite;
  pointer-events: none;
}

@keyframes wa-pulse {
  0% { transform: scale(0.95); opacity: 0.8; }
  50% { transform: scale(1.25); opacity: 0; }
  100% { transform: scale(0.95); opacity: 0; }
}

.whatsapp-tooltip {
  position: absolute;
  right: 74px;
  background: var(--ltn__heading-color);
  color: #FFFFFF;
  font-family: var(--ltn__heading-font);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 0;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: var(--transition-smooth);
  box-shadow: var(--ltn__box-shadow-4);
  pointer-events: none;
}

.whatsapp-float-btn:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* 23. POP-UP MODAL REUTILIZABLE (Keepdigitall) */
.custom-modal-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(7, 28, 31, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.custom-modal-backdrop.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.custom-modal-card {
  background-color: #FFFFFF;
  width: 100%;
  max-width: 580px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: var(--radius-sm);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  position: relative;
  transform: scale(0.92) translateY(20px);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.custom-modal-backdrop.active .custom-modal-card {
  transform: scale(1) translateY(0);
}

.custom-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border-color-9);
  color: var(--ltn__heading-color);
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
  transition: var(--transition-quarter);
}

.custom-modal-close:hover {
  background-color: var(--ltn__secondary-color);
  color: #FFFFFF;
  border-color: var(--ltn__secondary-color);
}

.custom-modal-img-wrap {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.custom-modal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-modal-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background-color: var(--ltn__secondary-color);
  color: #FFFFFF;
  font-family: var(--ltn__heading-font);
  font-size: 12px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: var(--radius-pill);
}

.custom-modal-body {
  padding: 30px 32px 35px;
}

.custom-modal-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--ltn__heading-color);
  margin-bottom: 12px;
}

.custom-modal-desc {
  font-size: 15px;
  color: var(--ltn__paragraph-color);
  line-height: 1.7;
  margin-bottom: 25px;
}

.custom-modal-cta-row {
  display: flex;
  gap: 15px;
}

/* 24. TOAST DE CONFIRMACIÓN */
.toast-notification {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(120px);
  background: var(--ltn__heading-color);
  color: #FFFFFF;
  padding: 16px 26px;
  border-radius: var(--radius-pill);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease, visibility 0.4s ease;
  max-width: 90vw;
  border-left: 4px solid #25D366;
}

.toast-notification.active {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}

.toast-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #25D366;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  flex-shrink: 0;
}

.toast-content {
  display: flex;
  flex-direction: column;
}

.toast-title {
  font-family: var(--ltn__heading-font);
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
}

.toast-message {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}

/* 25. SCROLL REVEAL ANIMATIONS */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal.is-visible,
.reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
}


/* ==========================================================================
   NUEVOS ESTILOS: BORDES RECTOS GLOBALES, MODAL VIDEO Y CARRUSELES
   ========================================================================== */

/* REGLA MAESTRA DE BORDES RECTOS EN CUADRADOS Y RECTÁNGULOS */
.btn, .theme-btn-1, .section-subtitle-2, .card, .modal-content, 
.form-control, input, select, textarea, .badge, .slick-arrow,
.hero-main-image-box, .hero-thumb-item, .about-img-box, 
.ltn__feature-item-3, .ltn__feature-item-6, .ltn__upcoming-project-item,
.ltn__search-by-place-item, .search-place-img, .ltn__select-availability-table-wrap,
.neighbour-main-img-box, .neighbour-featured-card, .neighbour-box, .box-icon-orange,
.ltn__category-item-5-2, .ltn__brand-item, .ltn__testimonial-item,
.contact-form-card, .sales-office-card, .map-callout-box, .toast-message,
.upcoming-badge-tag, .featured-badge, .badge-status, .call-to-action-inner-6 {
  border-radius: 0 !important;
}

/* MODAL DE VIDEO YOUTUBE (CALIDAD SUPERIOR) */
.video-modal-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(7, 28, 31, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 100000;
  display: none !important;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.video-modal-backdrop.active {
  display: flex !important;
  opacity: 1;
  visibility: visible;
}

.video-modal-container {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #000000;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 90, 60, 0.4);
  border-radius: 0;
}

.video-modal-close-btn {
  position: absolute;
  top: -46px;
  right: 0;
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s ease;
}

.video-modal-close-btn:hover {
  color: var(--ltn__secondary-color);
}

.video-modal-close-btn span {
  font-size: 13px;
  font-family: var(--ltn__body-font);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.video-aspect-box {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  background-color: #000000;
}

.video-aspect-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* CARRUSEL DE PROYECTOS EXITOSOS QUE NOS RESPALDAN */
.upcoming-projects-slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.upcoming-project-slide {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.upcoming-project-slide.active {
  display: block;
  opacity: 1;
}

.project-slider-counter {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: var(--ltn__heading-font);
  color: rgba(255, 255, 255, 0.8);
  margin-right: 15px;
  align-self: center;
}

.showcase-header-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* GALERÍA ENTORNO Y CONECTIVIDAD (ESTILO HERO CON MINIATURAS Y PANTALLA COMPLETA) */
.sector-gallery-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.sector-main-image-box {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
  box-shadow: var(--ltn__box-shadow-4);
  cursor: pointer;
  background-color: #071C1F;
}

.sector-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}

.sector-main-image-box:hover .sector-main-img {
  transform: scale(1.04);
}

.sector-img-fullscreen-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(7, 28, 31, 0.82);
  backdrop-filter: blur(6px);
  color: #FFFFFF;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  z-index: 2;
  border-radius: 0;
  border-left: 3px solid var(--ltn__secondary-color);
}

.sector-main-image-box:hover .sector-img-fullscreen-badge {
  background: var(--ltn__secondary-color);
  color: #FFFFFF;
}

.sector-thumbs-carousel-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
}

.sector-thumbs-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px 2px;
  flex: 1;
}

.sector-thumbs-track::-webkit-scrollbar {
  display: none;
}

.sector-thumb-item {
  position: relative;
  flex: 0 0 95px;
  height: 65px;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.25s ease;
  opacity: 0.65;
  background-color: #071C1F;
}

.sector-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sector-thumb-item:hover {
  opacity: 0.95;
  border-color: rgba(255, 90, 60, 0.5);
}

.sector-thumb-item.active {
  opacity: 1;
  border-color: var(--ltn__secondary-color);
  box-shadow: 0 4px 12px rgba(255, 90, 60, 0.3);
}

@media (max-width: 991px) {
  .sector-main-image-box {
    height: 280px;
  }
}

@media (max-width: 576px) {
  .sector-thumb-item {
    flex: 0 0 75px;
    height: 52px;
  }
}

/* REFUERZO DE CONTENCIÓN ANTIDESBORDAMIENTO: ENTORNO Y TESTIMONIOS */
.neighbour-visual-col, .neighbour-featured-col {
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  overflow: hidden !important;
}

.sector-gallery-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.sector-thumbs-carousel-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.sector-thumbs-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px 2px;
  flex: 1;
  min-width: 0 !important;
  max-width: 100% !important;
}

.testimonials-slider-container {
  position: relative;
  overflow: hidden !important;
  width: 100%;
  max-width: 100% !important;
  min-width: 0 !important;
  padding: 10px 0;
}
