/* -----------------------------------------------
   Header Top Bar Black
----------------------------------------------- */
.ltn__header-top-area.ltn__header-top-dark {
  background-color: #000000 !important;
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

.ltn__header-top-area.ltn__header-top-dark a,
.ltn__header-top-area.ltn__header-top-dark i,
.ltn__header-top-area.ltn__header-top-dark span,
.ltn__header-top-area.ltn__header-top-dark li {
  color: rgba(255,255,255,0.8) !important;
}

.ltn__header-top-area.ltn__header-top-dark a:hover {
  color: #ffffff !important;
}

/* -----------------------------------------------
   Header Main Dark Gray - Simplified
----------------------------------------------- */
.ltn__header-middle-area.ltn__header-dark {
  background-color: #1C1B19 !important;
}

/* Sticky active state */
.sticky-active .ltn__header-middle-area.ltn__header-dark {
  background-color: #1C1B19 !important;
}

/* Header transparente en home cuando NO es sticky */
#main-header.header--transparent:not(.sticky-active) {
  background-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: background-color 0.35s ease, box-shadow 0.35s ease;
}
#main-header.header--transparent.sticky-active {
  background-color: #1C1B19 !important;
  background: #1C1B19 !important;
  transition: background-color 0.35s ease;
}

/* Force text colors */
.ltn__header-middle-area.ltn__header-dark .site-logo a,
.ltn__header-middle-area.ltn__header-dark .ltn__main-menu > ul > li > a {
  color: #ffffff !important;
}

.ltn__header-middle-area.ltn__header-dark .ltn__main-menu > ul > li > a:hover {
  color: #dfa955 !important;
}

.ltn__header-dark .ltn__main-menu > ul > li > a,
.ltn__header-dark .header-search-1 .search-icon,
.ltn__header-dark .ltn__header-options .ltn__drop-menu > ul > li > a,
.ltn__header-dark .ltn__header-options-2 .header-search-1 i,
.ltn__header-dark .ltn__header-options-2 .ltn__drop-menu > ul > li > a,
.ltn__header-dark .mobile-menu-toggle svg path {
  color: var(--white);
  stroke: var(--white);
}

.ltn__header-dark .ltn__main-menu > ul > li > a:hover {
  color: #dfa955;
}

/* Sticky mantiene el dark */
.sticky-active.ltn__sticky-bg-white.ltn__header-dark {
  background-color: var(--section-bg-6);
}

.sticky-active.ltn__sticky-bg-white.ltn__header-dark .ltn__main-menu > ul > li > a,
.sticky-active.ltn__sticky-bg-white.ltn__header-dark .header-search-1 .search-icon,
.sticky-active.ltn__sticky-bg-white.ltn__header-dark .ltn__header-options-2 .header-search-1,
.sticky-active.ltn__sticky-bg-white.ltn__header-dark .ltn__header-options-2 .header-search-1 i,
.sticky-active.ltn__sticky-bg-white.ltn__header-dark .ltn__header-options-2 .ltn__drop-menu > ul > li > a {
  color: var(--white);
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.ltn__header-dark .header-search-1-form input,
.ltn__header-dark .ltn__header-options-2 .header-search-1-form input {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
  color: var(--white);
}

.ltn__header-dark .ltn__main-menu > ul > li > ul {
  background-color: #1c2e36;
  border-top-color: #dfa955;
}

.ltn__header-dark .ltn__main-menu > ul > li > ul > li > a {
  color: var(--white);
}

.ltn__header-dark .ltn__main-menu > ul > li > ul > li > a:hover {
  color: #dfa955;
}

/* Logo: tamaño base desktop */
.solace-logo {
  height: 64px;
  width: auto;
  display: block;
  margin: 8px 0;
}

/* Logo compacto en móvil para header en una sola línea */
@media (max-width: 1199px) {
  .solace-logo {
    height: 26px;
    margin: 0;
    display: block;
  }
  .ltn__header-middle-area {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .ltn__header-middle-area .site-logo-wrap,
  .ltn__header-middle-area .site-logo {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .ltn__header-middle-area {
    position: relative;
  }
  .ltn__header-middle-area .col-auto:last-child {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* Nav centrado en columna central */
.header-menu-column .ltn__main-menu > ul {
  display: inline-flex;
  justify-content: center;
}

/* Active nav item — color dorado + underline pegado al borde inferior */
.ltn__header-dark .ltn__main-menu > ul > li.active > a {
  color: #dfa955;
}

.ltn__header-dark .ltn__main-menu > ul > li.active {
  position: relative;
}

.ltn__header-dark .ltn__main-menu > ul > li.active::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 2px;
  background-color: #dfa955;
  border-radius: 2px;
}

/* -----------------------------------------------
   Hamburguesa — ícono blanco, sin fondo
----------------------------------------------- */
.ltn__hamburger-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 36px !important;
  height: 36px !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: 22px !important;
  line-height: 1 !important;
}

.ltn__hamburger-btn:hover,
.ltn__hamburger-btn:focus {
  background: transparent !important;
  color: #dfa955 !important;
  outline: none !important;
  box-shadow: none !important;
}

.ltn__hamburger-btn i {
  color: inherit !important;
}


/* ===============================================
   HERO SEARCH BOX
=============================================== */
.hero-search-box {
  background: #f5f1eb;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.28);
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  text-align: left;
}
.hero-search-box form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hero-search-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 0;
}
.hero-search-field label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: #7a8a8f;
  margin: 0;
}
.hero-search-field label i {
  color: #dfa955;
  margin-right: 5px;
}
.hero-search-field select {
  border: none;
  background: transparent;
  font-size: 15px;
  font-weight: 500;
  color: #1c2e36;
  padding: 2px 0;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23264653' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
}
.hero-search-field select:focus { color: #264653; }
.hero-search-divider {
  height: 1px;
  background: rgba(38,70,83,.12);
  margin: 0;
}
.hero-search-btn {
  margin-top: 16px;
  width: 100%;
  padding: 14px;
  background: #264653;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background .2s;
}
.hero-search-btn:hover { background: #dfa955; }

/* Desktop: una sola fila */
@media (min-width: 768px) {
  .hero-search-box {
    max-width: 760px;
    padding: 14px 20px;
    border-radius: 14px;
  }
  .hero-search-box form {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
  .hero-search-field {
    flex: 1;
    padding: 6px 20px;
    gap: 4px;
  }
  .hero-search-field:first-child { padding-left: 8px; }
  .hero-search-divider {
    width: 1px;
    height: 40px;
    background: rgba(38,70,83,.15);
    margin: 0;
    flex-shrink: 0;
    align-self: center;
  }
  .hero-search-btn {
    margin-top: 0;
    margin-left: 16px;
    width: auto;
    white-space: nowrap;
    padding: 14px 28px;
    flex-shrink: 0;
    border-radius: 8px;
  }
}

/* ===============================================
   MODERN FEATURED PROPERTIES
=============================================== */
.featured-property-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.featured-property-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.featured-property-img {
  position: relative;
  overflow: hidden;
}

.featured-property-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.featured-property-card:hover .featured-property-img img {
  transform: scale(1.05);
}

.featured-property-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.featured-property-card:hover .featured-property-overlay {
  opacity: 1;
}

.featured-property-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.featured-badge-modern {
  background: #dfa955;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.status-badge-modern {
  background: #264653;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.featured-property-content {
  padding: 20px;
}

.featured-property-header {
  margin-bottom: 16px;
}

.featured-property-title {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.featured-property-title a {
  color: #1c2e36;
  text-decoration: none;
  transition: color 0.3s ease;
}

.featured-property-title a:hover {
  color: #dfa955;
}

.featured-property-location {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #7a8a8f;
  font-size: 14px;
}

.featured-property-location i {
  color: #dfa955;
  font-size: 12px;
}

.featured-property-amenities {
  display: flex !important;
  justify-content: space-between !important;
  margin: 16px 0 !important;
  padding: 0 !important;
}

.amenity-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 4px !important;
}

.amenity-item i {
  color: #264653 !important;
  font-size: 14px !important;
  opacity: 0.8 !important;
  margin-bottom: 2px !important;
}

.amenity-number {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #264653 !important;
  line-height: 1 !important;
}

.amenity-label {
  font-size: 11px !important;
  color: #7a8a8f !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

/* Modern Modal Gallery Buttons */
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 50%;
  color: #264653;
  font-size: 24px;
  font-weight: 300;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.modal-close:hover {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.1) rotate(90deg);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.25);
}

.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 50%;
  color: #264653;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  user-select: none;
}

.modal-nav:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.25);
}

.modal-nav:active {
  transform: translateY(-50%) scale(0.95);
}

.modal-prev {
  left: 20px;
}

.modal-next {
  right: 20px;
}

.modal-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  color: #264653;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* Mobile responsive for modal buttons */
@media (max-width: 768px) {
  .modal-close {
    width: 44px;
    height: 44px;
    font-size: 20px;
    top: 15px;
    right: 15px;
  }
  
  .modal-nav {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
  
  .modal-prev {
    left: 15px;
  }
  
  .modal-next {
    right: 15px;
  }
  
  .modal-counter {
    bottom: 15px;
    font-size: 12px;
    padding: 6px 12px;
  }
}

.featured-property-footer {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-top: 12px !important;
  padding-top: 12px !important;
  border-top: 1px solid #f0f0f0 !important;
}

.featured-badge {
  background: #dfa955 !important;
  color: #ffffff !important;
  padding: 4px 8px !important;
  border-radius: 4px !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

/* Agent card logo size */
.ltn__author-widget img {
  max-width: 120px !important;
  height: auto !important;
  margin-bottom: 10px !important;
}

/* Map container and iframe sizing */
.ltn__google-map-locations {
  width: 100% !important;
  height: 450px !important;
  overflow: hidden !important;
  border-radius: 12px !important;
}

.ltn__google-map-locations iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  border-radius: 12px !important;
}

/* Gallery responsive height - PC: 600px, Mobile: 300px */
@media (min-width: 768px) {
  .ltn__img-slide-item-4 img {
    height: 600px !important;
  }
}

@media (max-width: 767px) {
  .ltn__img-slide-item-4 img {
    height: 300px !important;
  }
}

.featured-property-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.price-amount {
  font-size: 22px;
  font-weight: 800;
  color: #264653;
}

.price-period {
  font-size: 14px;
  color: #7a8a8f;
  font-weight: 500;
}

/* ===============================================
   HEADER — hide on scroll down (mobile only)
=============================================== */
@media (max-width: 1199px) {
  .ltn__header-area {
    transition: transform 0.28s ease;
    will-change: transform;
  }
  .ltn__header-area.header--hidden {
    transform: translateY(-100%);
  }
}

/* ===============================================
   PROPERTY CARDS — sp-card-grid & sp-card-list
=============================================== */

/* Badges */
.sp-badge {
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
    line-height: 1.4;
}
.sp-badge--status   { background: #264653 !important; color: #fff !important; }
.sp-badge--featured { background: #dfa955 !important; color: #fff !important; }
.sp-badge--sold     { background: #6c757d !important; color: #fff !important; }

/* ── GRID CARD ── */
.sp-card-grid {
    display: block;
    text-decoration: none !important;
    color: inherit !important;
    background: #1c2e36;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(38,70,83,.09);
    transition: transform .25s ease, box-shadow .25s ease;
}
.sp-card-grid:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 36px rgba(38,70,83,.18);
    color: inherit !important;
    text-decoration: none !important;
}
.sp-card-grid__img {
    position: relative;
    overflow: hidden;
    height: 220px;
}
.sp-card-grid__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.sp-card-grid:hover .sp-card-grid__img img {
    transform: scale(1.07);
}
.sp-card-grid__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(22,38,36,.6) 0%, transparent 55%);
    pointer-events: none;
}
.sp-card-grid__badges {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    z-index: 2;
}
.sp-card-grid__price {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: #dfa955;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 6px;
    letter-spacing: .3px;
    z-index: 2;
    line-height: 1.3;
}
.sp-card-grid__body {
    padding: 18px 20px 20px;
}
.sp-card-grid__title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sp-card-grid__location {
    font-size: 13px;
    color: #dfa955;
    margin: 0 0 14px;
}
.sp-card-grid__location i { color: #dfa955; margin-right: 4px; }
.sp-card-grid__specs {
    display: flex;
    gap: 16px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 12px;
    flex-wrap: wrap;
}
.sp-card-grid__specs span {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    gap: 5px;
}
.sp-card-grid__specs i { color: #dfa955; }

/* ── LIST CARD ── */
.sp-card-list {
    display: flex;
    text-decoration: none !important;
    color: inherit !important;
    background: #1c2e36;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(38,70,83,.09);
    transition: transform .25s ease, box-shadow .25s ease;
    min-height: 210px;
}
.sp-card-list:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(38,70,83,.17);
    color: inherit !important;
    text-decoration: none !important;
}
.sp-card-list__img {
    position: relative;
    flex: 0 0 300px;
    overflow: hidden;
}
.sp-card-list__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.sp-card-list:hover .sp-card-list__img img {
    transform: scale(1.06);
}
.sp-card-list__badges {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    z-index: 2;
}
.sp-card-list__body {
    flex: 1;
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 4px solid #dfa955;
    min-width: 0;
}
.sp-card-list__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 10px;
}
.sp-card-list__title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px;
    line-height: 1.3;
}
.sp-card-list__location {
    font-size: 13px;
    color: #dfa955;
    margin: 0;
}
.sp-card-list__location i { color: #dfa955; margin-right: 4px; }
.sp-card-list__price {
    font-size: 22px;
    font-weight: 800;
    color: #dfa955;
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 1.2;
}
.sp-card-list__desc {
    font-size: 13.5px;
    color: rgba(255,255,255,0.7);
    line-height: 1.65;
    margin: 0 0 14px;
    flex: 1;
}
.sp-card-list__specs {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding: 11px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 14px;
}
.sp-card-list__specs span {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    gap: 6px;
}
.sp-card-list__specs i { color: #dfa955; }
.sp-card-list__cta {
    font-size: 13px;
    font-weight: 600;
    color: #dfa955;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap .2s, color .2s;
}
.sp-card-list:hover .sp-card-list__cta {
    gap: 11px;
    color: #dfa955;
}

@media (max-width: 768px) {
    .sp-card-list { flex-direction: column; }
    .sp-card-list__img { flex: 0 0 200px; height: 200px; width: 100%; }
    .sp-card-list__body { border-left: none; border-top: 4px solid #dfa955; padding: 18px; }
    .sp-card-list__price { font-size: 18px; }
    .sp-card-list__top { flex-direction: column; gap: 6px; }
}

/* ===============================================
   NEW LIST CARD DESIGN (2 per row)
=============================================== */
.sp-card-list-new {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.sp-card-list-new:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    transform: translateY(-4px);
}
.sp-card-list-new__img-wrapper {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #f5f5f5;
}
.sp-card-list-new__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.sp-card-list-new:hover .sp-card-list-new__img {
    transform: scale(1.05);
}
.sp-card-list-new__price-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #dfa955;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.sp-card-list-new__area-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}
.sp-card-list-new__featured-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #27ae60;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.sp-card-list-new__body {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.sp-card-list-new__title {
    font-size: 19px;
    font-weight: 700;
    color: #1c1b19;
    margin: 0 0 8px 0;
    line-height: 1.3;
}
.sp-card-list-new__location {
    font-size: 15px;
    color: #666;
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.sp-card-list-new__location i {
    color: #dfa955;
    font-size: 14px;
}
.sp-card-list-new__desc {
    font-size: 13px;
    color: #666;
    margin: 0 0 12px 0;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.sp-card-list-new__features {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0 -16px -16px -16px;
    padding: 0;
    border-top: 1px solid #eee;
}
.sp-card-list-new__features-list {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 16px;
    background: #f9f9f9;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px 0;
}
.sp-card-list-new__features-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #1c2e36;
    padding: 14px 16px;
    border-top: 1px solid #eee;
}
.sp-card-feature {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    text-align: left;
    flex: 0 0 33.333%;
    min-width: 0;
    transition: all 0.2s ease;
    cursor: help;
}
.sp-card-feature i {
    color: #dfa955;
    font-size: 17px;
    transition: transform 0.2s ease;
    flex-shrink: 0;
    margin-top: 1px;
}
.sp-card-feature:hover i {
    transform: scale(1.15);
}
.sp-card-feature-content {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}
.sp-card-feature-label {
    font-size: 10px;
    font-weight: 700;
    color: #1c1b19;
    line-height: 1.2;
}
.sp-card-feature-desc {
    font-size: 9px;
    color: #999;
    line-height: 1.2;
}
.sp-card-list-new__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #dfa955;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    margin-top: auto;
}
.sp-card-list-new__cta:hover {
    background: #c89340;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(223, 169, 85, 0.3);
}
.sp-card-list-new__features-footer .sp-card-list-new__cta {
    margin-top: 0;
}
