/*
Theme Name: Dwarka Expressway Homes
Theme URI: https://dweh.in/
Author: Luxury Specialist
Author URI: https://dweh.in/
Description: Luxury residential specialist theme on Dwarka Expressway. Research portal and curated residences.
Version: 1.1.17
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dwarka-expressway-homes
Tags: block-styles, custom-menu, featured-images, translation-ready

This theme is built with Bootstrap 5.3 and custom elements.
*/

/* Core theme variables and resets */
:root {
  --color-primary: #1a1a2e;
  --color-gold: #B8893F;
  --color-gold-hover: #a37836;
  --color-dark: #0c0c0c;
  --color-light: #fafaf7;
  --color-muted: #8A8A85;
  --color-white: #ffffff;
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
}

/**
 * Dwarka Expressway Homes â€“ Bootstrap Overrides
 * Design system matching the premium real estate aesthetic
 */

/* ==========================================================================
   ROOT VARIABLES
   ========================================================================== */
:root {
  --deh-navy: #0c0c0c;
  --deh-dark: #16213e;
  --deh-gold: #c9a84c;
  --deh-gold-light: #d4b86a;
  --deh-cream: #f8f8f6;
  --deh-white: #ffffff;
  --deh-text: #2d2d2d;
  --deh-muted: #6b7280;
  --deh-light-border: #e5e7eb;
  --deh-font-heading: 'Playfair Display', Georgia, serif;
  --deh-font-body: 'Inter', system-ui, sans-serif;
}

body {
  font-family: var(--deh-font-body);
  color: var(--deh-text);
  background: var(--deh-cream);
  line-height: 1.7;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--deh-font-heading);
  font-weight: 700;
  color: var(--deh-navy);
}

.container {
  max-width: 1350px;
}

/* ==========================================================================
   TOP BAR
   ========================================================================== */
.deh-topbar {
  background: var(--deh-navy);
  color: rgba(255, 255, 255, .7);
  font-size: .8rem;
  padding: 6px 0;
}

.deh-topbar a {
  color: rgba(255, 255, 255, .85);
  text-decoration: none;
}

.deh-topbar a:hover {
  color: var(--deh-gold);
}

/* ==========================================================================
   HEADER / NAVBAR
   ========================================================================== */
.deh-navbar {
  background: var(--deh-white);
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
  padding: .75rem 0;
  position: sticky;
  top: 0;
  z-index: 1050;
}

.deh-navbar .navbar-brand {
  font-family: var(--deh-font-heading);
  font-size: 1.3rem;
  color: var(--deh-navy);
  font-weight: 700;
}

.deh-navbar .navbar-brand span {
  color: var(--deh-gold);
}

.deh-navbar .nav-link {
  font-size: .85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--deh-text);
  padding: .5rem 1rem !important;
  transition: color .3s;
}

.deh-navbar .nav-link:hover,
.deh-navbar .nav-link.active {
  color: var(--deh-gold);
}

.deh-btn-consultation {
  background: var(--deh-navy);
  color: #fff !important;
  font-size: .82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: .55rem 1.25rem;
  border-radius: 4px;
  border: 2px solid var(--deh-navy);
  transition: all .3s;
}

.deh-btn-consultation:hover {
  background: transparent;
  color: var(--deh-navy) !important;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn-deh-gold {
  background: var(--deh-gold);
  color: var(--deh-navy);
  font-weight: 600;
  border: 2px solid var(--deh-gold);
  border-radius: 4px;
  padding: .6rem 1.5rem;
  transition: all .3s;
}

.btn-deh-gold:hover {
  background: var(--deh-gold-light);
  border-color: var(--deh-gold-light);
  color: var(--deh-navy);
}

.btn-deh-outline {
  background: transparent;
  color: #fff;
  font-weight: 600;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: .6rem 1.5rem;
  transition: all .3s;
}

.btn-deh-outline:hover {
  background: #fff;
  color: var(--deh-navy);
}

.btn-deh-dark {
  background: var(--deh-navy);
  color: #fff;
  font-weight: 600;
  border: 2px solid var(--deh-navy);
  border-radius: 4px;
  padding: .6rem 1.5rem;
  transition: all .3s;
}

.btn-deh-dark:hover {
  background: var(--deh-dark);
  border-color: var(--deh-dark);
  color: #fff;
}

/* ==========================================================================
   SECTION STYLES
   ========================================================================== */
.deh-section {
  padding: 5rem 0;
}

.deh-section-sm {
  padding: 3rem 0;
}

.deh-section-dark {
  background: var(--deh-navy);
  color: #fff;
}

.deh-section-dark h2,
.deh-section-dark h3,
.deh-section-dark h4 {
  color: #fff;
}

.deh-section-cream {
  background: var(--deh-cream);
}

.deh-section-white {
  background: var(--deh-white);
}

.deh-section-gray {
  background: #f3f4f6;
}

.deh-label {
  font-size: .72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--deh-muted);
  margin-bottom: .5rem;
}

.deh-label-gold {
  color: var(--deh-gold);
}

.deh-heading-italic em,
.deh-heading-italic i {
  font-style: italic;
  color: var(--deh-gold);
}

/* ==========================================================================
   HERO SECTIONS
   ========================================================================== */
.deh-hero {
  background: #0c0c0c;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}

.deh-hero::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(135deg, #0c0c0c 40%, rgba(16, 16, 24, 0.6));
  z-index: 1;
}

.deh-hero .container-fluid {
  position: relative;
  z-index: 2;
  max-width: 1350px;
}

.deh-hero h1 {
  color: #fff;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.15;
}

.deh-hero h1 em {
  color: var(--deh-gold);
  font-style: italic;
}

.deh-hero p {
  color: rgba(255, 255, 255, .75);
  font-size: 1rem;
  max-width: 540px;
}

.deh-hero-sm {
  min-height: 320px;
  padding: 4rem 0 3rem;
}

/* ==========================================================================
   STATS STRIP
   ========================================================================== */
.deh-stats-strip {
  background: var(--deh-white);
  border-top: 1px solid var(--deh-light-border);
  border-bottom: 1px solid var(--deh-light-border);
  padding: 2rem 0;
}

.deh-stat-item {
  text-align: center;
}

.deh-stat-number {
  font-family: var(--deh-font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--deh-navy);
}

.deh-stat-label {
  font-size: .8rem;
  color: var(--deh-muted);
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* ==========================================================================
   PROPERTY CARDS
   ========================================================================== */
.deh-property-card {
  background: var(--deh-white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
  transition: transform .3s, box-shadow .3s;
  height: 100%;
}

.deh-property-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
}

.deh-property-card .card-img-top {
  height: 220px;
  object-fit: cover;
  background: linear-gradient(135deg, #2d2d2d 0%, #4a4a4a 100%);
}

.deh-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.deh-badge-new {
  background: var(--deh-gold);
  color: var(--deh-navy);
}

.deh-badge-trending {
  background: #059669;
  color: #fff;
}

.deh-badge-premium {
  background: #dc2626;
  color: #fff;
}

.deh-property-card .card-body {
  padding: 1.25rem;
}

.deh-property-card .card-title {
  font-size: 1.1rem;
  font-family: var(--deh-font-heading);
  color: var(--deh-navy);
  margin-bottom: .25rem;
}

.deh-property-card .card-text {
  font-size: .85rem;
  color: var(--deh-muted);
}

.deh-card-price {
  font-family: var(--deh-font-heading);
  font-weight: 700;
  color: var(--deh-navy);
  font-size: 1rem;
}

.deh-card-specs {
  display: flex;
  gap: 1rem;
  font-size: .78rem;
  color: var(--deh-muted);
  flex-wrap: wrap;
}

.deh-card-specs span {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* ==========================================================================
   LOCATION / EXPLORE CARDS
   ========================================================================== */
.deh-location-card {
  background: var(--deh-gold);
  border-radius: 8px;
  padding: 2rem 1.5rem;
  text-align: center;
  color: var(--deh-navy);
  transition: transform .3s;
  height: 100%;
}

.deh-location-card:hover {
  transform: translateY(-4px);
}

.deh-location-card h5 {
  color: var(--deh-navy);
  font-size: 1.1rem;
}

.deh-location-card p {
  font-size: .85rem;
  margin: 0;
}

/* ==========================================================================
   VALUE PROP CARDS
   ========================================================================== */
.deh-value-card {
  background: var(--deh-white);
  border: 1px solid var(--deh-light-border);
  border-radius: 8px;
  padding: 1.75rem;
  height: 100%;
  transition: box-shadow .3s;
}

.deh-value-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
}

.deh-value-card .icon-circle {
  width: 48px;
  height: 48px;
  background: rgba(201, 168, 76, .15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--deh-gold);
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.deh-value-card h5 {
  font-size: 1rem;
}

.deh-value-card p {
  font-size: .85rem;
  color: var(--deh-muted);
  margin: 0;
}

/* ==========================================================================
   COMPARISON TABLE
   ========================================================================== */
.deh-table {
  font-size: .88rem;
}

.deh-table thead {
  background: var(--deh-navy);
  color: #fff;
}

.deh-table thead th {
  font-weight: 600;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: .9rem 1rem;
  border: none;
}

.deh-table tbody td {
  padding: .75rem 1rem;
  vertical-align: middle;
}

.deh-table tbody tr:nth-child(even) {
  background: #f9fafb;
}

/* ==========================================================================
   TESTIMONIAL
   ========================================================================== */
.deh-testimonial {
  background: var(--deh-navy);
  color: #fff;
  padding: 4rem 0;
  text-align: center;
}

.deh-testimonial blockquote {
  font-family: var(--deh-font-heading);
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 1.5rem;
  color: rgba(255, 255, 255, .9);
}

.deh-testimonial .author-name {
  font-weight: 600;
}

.deh-testimonial .author-role {
  font-size: .85rem;
  color: rgba(255, 255, 255, .6);
}

/* ==========================================================================
   FAQ ACCORDION
   ========================================================================== */
.deh-accordion .accordion-button {
  font-family: var(--deh-font-heading);
  font-weight: 600;
  font-size: 1rem;
  color: var(--deh-navy);
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 1.1rem 1.25rem;
}

.deh-accordion .accordion-button:not(.collapsed) {
  color: var(--deh-gold);
  background: transparent;
}

.deh-accordion .accordion-button::after {
  filter: none;
}

.deh-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid var(--deh-light-border);
  background: transparent;
}

.deh-accordion .accordion-body {
  font-size: .9rem;
  color: var(--deh-muted);
  padding: 0 1.25rem 1.25rem;
}

/* ==========================================================================
   CTA BANNER
   ========================================================================== */
.deh-cta-banner {
  background: var(--deh-navy);
  color: #fff;
  text-align: center;
  padding: 4.5rem 0;
}

.deh-cta-banner h2 {
  color: #fff;
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
}

.deh-cta-banner p {
  color: rgba(255, 255, 255, .7);
  max-width: 560px;
  margin: 1rem auto 1.5rem;
}

/* ==========================================================================
   STEP CARDS
   ========================================================================== */
.deh-step-card {
  border: 1px solid var(--deh-light-border);
  border-radius: 8px;
  padding: 2rem 1.5rem;
  background: var(--deh-white);
  height: 100%;
}

.deh-step-number {
  font-family: var(--deh-font-heading);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--deh-gold);
  line-height: 1;
  margin-bottom: .75rem;
}

.deh-step-card h5 {
  font-size: 1rem;
}

.deh-step-card p {
  font-size: .85rem;
  color: var(--deh-muted);
  margin: 0;
}

/* ==========================================================================
   FILTER TABS
   ========================================================================== */
.deh-filter-tabs .nav-link {
  font-size: .82rem;
  font-weight: 600;
  color: var(--deh-text);
  border: 1px solid var(--deh-light-border);
  border-radius: 20px;
  padding: .4rem 1rem;
  margin: .25rem;
  transition: all .3s;
}

.deh-filter-tabs .nav-link:hover,
.deh-filter-tabs .nav-link.active {
  background: var(--deh-navy);
  border-color: var(--deh-navy);
  color: #fff;
}

.deh-filter-tag {
  display: inline-block;
  font-size: .75rem;
  padding: .3rem .85rem;
  border: 1px solid var(--deh-light-border);
  border-radius: 20px;
  color: var(--deh-muted);
  margin: .2rem;
  transition: all .3s;
  cursor: pointer;
  background: transparent;
}

.deh-filter-tag:hover,
.deh-filter-tag.active {
  background: var(--deh-gold);
  border-color: var(--deh-gold);
  color: var(--deh-navy);
}

/* ==========================================================================
   SCORE CARDS
   ========================================================================== */
.deh-score-card {
  background: var(--deh-white);
  border: 1px solid var(--deh-light-border);
  border-radius: 8px;
  padding: 2rem;
  height: 100%;
}

.deh-score-big {
  font-family: var(--deh-font-heading);
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--deh-navy);
  line-height: 1;
}

.deh-score-label {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--deh-muted);
}

/* ==========================================================================
   GALLERY
   ========================================================================== */
.deh-gallery-main {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
  background: #2d2d2d;
}

.deh-gallery-thumbs {
  display: flex;
  gap: .5rem;
  margin-top: .5rem;
}

.deh-gallery-thumb {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  opacity: .6;
  transition: opacity .3s;
  background: #444;
}

.deh-gallery-thumb:hover,
.deh-gallery-thumb.active {
  opacity: 1;
}

/* ==========================================================================
   BREADCRUMB
   ========================================================================== */
.deh-breadcrumb {
  font-size: .82rem;
  padding: 1rem 0;
}

.deh-breadcrumb a {
  color: var(--deh-muted);
  text-decoration: none;
}

.deh-breadcrumb a:hover {
  color: var(--deh-gold);
}

/* ==========================================================================
   NEWSLETTER
   ========================================================================== */
.deh-newsletter {
  background: var(--deh-cream);
  border-top: 1px solid var(--deh-light-border);
  padding: 1rem 0;
}

.deh-newsletter .form-control {
  border-radius: 4px 0 0 4px;
  border: 1px solid var(--deh-light-border);
  padding: .65rem 1rem;
  font-size: .9rem;
}

.deh-newsletter .btn {
  border-radius: 0 4px 4px 0;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.deh-footer {
  background: var(--deh-navy);
  color: rgba(255, 255, 255, .75);
  padding-top: 4rem;
}

.deh-footer h6 {
  color: #fff;
  font-family: var(--deh-font-body);
  font-weight: 700;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 1.25rem;
}

.deh-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.deh-footer ul li {
  margin-bottom: .5rem;
}

.deh-footer ul li a {
  color: rgba(255, 255, 255, .65);
  font-size: .85rem;
  text-decoration: none;
  transition: color .3s;
}

.deh-footer ul li a:hover {
  color: var(--deh-gold);
}

.deh-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 1.25rem 0;
  margin-top: 3rem;
  font-size: .78rem;
  color: rgba(255, 255, 255, .45);
}

.deh-footer-brand {
  font-family: var(--deh-font-heading);
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: .25rem;
}

.deh-footer-brand span {
  color: var(--deh-gold);
}

/* ==========================================================================
   PROJECT DETAIL SPECS
   ========================================================================== */
.deh-spec-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.deh-spec-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f3f4f6;
  padding: .4rem .9rem;
  border-radius: 20px;
  font-size: .82rem;
  color: var(--deh-text);
}

.deh-spec-pill i {
  color: var(--deh-gold);
}

/* ==========================================================================
   PAYMENT PLAN
   ========================================================================== */
.deh-payment-card {
  background: var(--deh-white);
  border: 1px solid var(--deh-light-border);
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  height: 100%;
}

.deh-payment-card .percent {
  font-family: var(--deh-font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: var(--deh-gold);
}

/* ==========================================================================
   CHART CONTAINER
   ========================================================================== */
.deh-chart-container {
  background: var(--deh-white);
  border: 1px solid var(--deh-light-border);
  border-radius: 8px;
  padding: 2rem;
}

/* ==========================================================================
   SEARCH BAR
   ========================================================================== */
.deh-search-bar {
  background: var(--deh-white);
  border-radius: 8px;
  padding: .75rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
}

.deh-search-bar .form-control {
  border: none;
  font-size: .9rem;
  padding: .6rem 1rem;
}

.deh-search-bar .form-control:focus {
  box-shadow: none;
}

.deh-search-tabs .nav-link {
  font-size: .78rem;
  font-weight: 600;
  color: var(--deh-muted);
  padding: .4rem .85rem;
  border-radius: 0;
  border-bottom: 2px solid transparent;
}

.deh-search-tabs .nav-link.active {
  color: var(--deh-navy);
  border-bottom-color: var(--deh-gold);
  background: transparent;
}

/* ==========================================================================
   CONSULTANT SECTION
   ========================================================================== */
.deh-consultant {
  background: var(--deh-cream);
  border-radius: 12px;
  overflow: hidden;
}

.deh-consultant-img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  background: linear-gradient(135deg, var(--deh-gold), var(--deh-gold-light));
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */
.deh-fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}

.deh-fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 991.98px) {
  .deh-hero {
    min-height: 420px;
  }

  .deh-hero h1 {
    font-size: 2rem;
  }

  .deh-stat-number {
    font-size: 1.8rem;
  }

  .deh-section {
    padding: 3.5rem 0;
  }
}

@media (max-width: 767.98px) {
  .deh-hero {
    min-height: 360px;
    padding: 3rem 0;
  }

  .deh-hero h1 {
    font-size: 1.7rem;
  }

  .deh-hero-sm {
    min-height: 240px;
    padding: 2.5rem 0;
  }

  .deh-section {
    padding: 2.5rem 0;
  }

  .deh-stat-number {
    font-size: 1.5rem;
  }

  .deh-gallery-main {
    height: 250px;
  }

  .deh-testimonial blockquote {
    font-size: 1.1rem;
  }

  .deh-cta-banner {
    padding: 3rem 0;
  }

  .deh-score-big {
    font-size: 2.5rem;
  }

  .deh-topbar {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .deh-search-bar {
    padding: .5rem;
  }

  .deh-property-card .card-img-top {
    height: 180px;
  }
}

/**
 * Dwarka Expressway Homes â€“ custom.css
 * Additional layout styles, components, and utility classes.
 */

/* ==========================================================================
   SITE HEADER
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--color-white);
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  height: 72px;
}

.site-branding {
  flex-shrink: 0;
}

.site-name {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-primary);
}

.site-tagline {
  font-size: .75rem;
  color: var(--color-muted);
  margin: 0;
}

/* Navigation */
.primary-nav {
  flex: 1;
}

.nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: .25rem;
}

.nav-menu li a {
  display: block;
  padding: .5rem .9rem;
  font-weight: 500;
  font-size: .9rem;
  color: var(--color-text);
  border-radius: var(--radius);
  transition: background var(--transition), color var(--transition);
}

.nav-menu li a:hover,
.nav-menu li.current-menu-item>a {
  background: rgba(26, 60, 94, .06);
  color: var(--color-primary);
}

/* Mobile toggle */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: auto;
}

.hamburger-line {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-primary);
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}

/* ==========================================================================
   LAYOUT â€“ CONTENT + SIDEBAR
   ========================================================================== */
.content-sidebar-wrap {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 2.5rem;
  padding-block: 3rem;
}

.no-sidebar .content-sidebar-wrap {
  grid-template-columns: 1fr;
}

/* Posts Grid */
.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.75rem;
}

/* ==========================================================================
   POST CARD
   ========================================================================== */
.post-card {
  background: var(--color-white);
  border-radius: calc(var(--radius) * 1.5);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
}

.post-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.post-card-thumb {
  overflow: hidden;
  height: 200px;
}

.post-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.post-card:hover .post-card-thumb img {
  transform: scale(1.05);
}

.post-card-body {
  padding: 1.25rem 1.5rem 1.5rem;
}

.post-card-category {
  display: inline-block;
  background: rgba(201, 168, 76, .15);
  color: var(--color-accent);
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: .2rem .65rem;
  border-radius: 50px;
  margin-bottom: .75rem;
}

.post-card-title {
  font-size: 1.15rem;
  margin-bottom: .5rem;
}

.post-card-title a {
  color: var(--color-primary);
}

.post-card-excerpt {
  color: var(--color-muted);
  font-size: .9rem;
  margin-bottom: 1rem;
}

.post-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.entry-meta {
  font-size: .8rem;
  color: var(--color-muted);
}

/* ==========================================================================
   WIDGET AREA
   ========================================================================== */
.widget-area {
  align-self: start;
}

.widget {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  margin-bottom: 1.5rem;
}

.widget-title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid var(--color-accent);
}

/* ==========================================================================
   FEATURED IMAGE
   ========================================================================== */
.featured-image-wrap {
  margin-bottom: 2rem;
  border-radius: var(--radius);
  overflow: hidden;
}

.featured-image {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background: var(--color-primary);
  color: rgba(255, 255, 255, .85);
  margin-top: 4rem;
}

.footer-widgets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  padding-block: 4rem;
}

.footer-col h4,
.footer-heading {
  color: var(--color-white);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 1.25rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid var(--color-accent);
}

.footer-logo-text {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: var(--color-white);
  display: block;
  margin-bottom: .25rem;
}

.footer-tagline {
  color: var(--color-accent);
  font-size: .85rem;
  margin-bottom: .75rem;
}

.footer-desc {
  font-size: .875rem;
  line-height: 1.6;
}

.footer-nav-list {
  list-style: none;
}

.footer-nav-list li+li {
  margin-top: .6rem;
}

.footer-nav-list a {
  color: rgba(255, 255, 255, .75);
  font-size: .875rem;
  transition: color var(--transition);
}

.footer-nav-list a:hover {
  color: var(--color-accent);
}

.footer-contact p {
  font-size: .875rem;
  margin-bottom: .75rem;
}

.footer-contact a {
  color: rgba(255, 255, 255, .85);
}

.footer-contact a:hover {
  color: var(--color-accent);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-block: 1.25rem;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .8rem;
  color: rgba(255, 255, 255, .55);
}

.footer-bottom-inner a {
  color: rgba(255, 255, 255, .7);
}

.footer-bottom-inner a:hover {
  color: var(--color-accent);
}

/* ==========================================================================
   404 PAGE
   ========================================================================== */
.error-404-inner {
  text-align: center;
  padding-block: 6rem;
  max-width: 540px;
  margin-inline: auto;
}

.error-code {
  font-family: var(--font-heading);
  font-size: clamp(6rem, 20vw, 10rem);
  font-weight: 800;
  color: var(--color-accent);
  line-height: 1;
  margin-bottom: 1rem;
}

.error-title {
  margin-bottom: 1rem;
}

.error-desc {
  color: var(--color-muted);
  margin-bottom: 2rem;
}

.error-actions {
  margin-bottom: 2rem;
}

.error-search {
  font-size: .9rem;
  color: var(--color-muted);
}

.error-search .search-form {
  display: flex;
  gap: .5rem;
  margin-top: .5rem;
}

/* ==========================================================================
   FULL WIDTH PAGE HERO
   ========================================================================== */
.page-hero-banner {
  background-size: cover;
  background-position: center;
  min-height: 420px;
  display: flex;
  align-items: center;
}

.page-hero-overlay {
  width: 100%;
  background: linear-gradient(to right, rgba(26, 60, 94, .85), rgba(26, 60, 94, .4));
  padding-block: 4rem;
}

.page-hero-title {
  color: var(--color-white);
  text-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
  .footer-widgets {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .content-sidebar-wrap {
    grid-template-columns: 1fr;
  }

  .footer-widgets {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-block: 2.5rem;
  }

  .footer-bottom-inner {
    flex-direction: column;
    gap: .5rem;
    text-align: center;
  }

  /* Mobile nav */
  .menu-toggle {
    display: flex;
  }

  .primary-nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--color-white);
    box-shadow: var(--shadow-md);
    padding: 1rem 1.5rem;
    z-index: 99;
  }

  .primary-nav.is-open {
    display: block;
  }

  .nav-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: .25rem;
  }

  .header-cta {
    display: none;
  }
}

/* ==========================================================================
   FRONT PAGE COMPONENTS
   ========================================================================== */

/* Containers & Basics */
.container-max {
  max-width: 1350px;
}

.text-gold {
  color: #B8893F;
}

.bg-dark-custom {
  background-color: #0c0c0c;
}

.bg-dark-placeholder {
  background: #1A1A1A;
}

.bg-gold {
  background-color: #B8893F;
}

.bg-emerald {
  background-color: #059669;
}

.bg-red {
  background-color: #dc2626;
}

.border-f0f0f0-top {
  border-top: 0.5px solid #F0EDE5;
}

/* Buttons */
.btn-gold {
  background-color: #B8893F;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
}

.btn-gold:hover {
  background-color: #a37836;
  color: #fff;
}

.btn-outline-light-custom {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
}

.btn-outline-light-custom:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.btn-dark-custom {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #1A1A1A;
}

.btn-dark-custom:hover {
  background-color: #000;
  color: #fff;
}

.btn-underline-dark {
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
  padding-bottom: 2px;
}

/* Hero */
.hero-subtitle {
  letter-spacing: .2em;
  font-size: .75rem;
  color: #a1a1aa !important;
  font-weight: 500;
}

.hero-title {
  font-size: clamp(1.8rem, 6vw, 3.5rem);
  line-height: 1.1;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
}

.hero-desc {
  font-size: 1rem;
  color: #a1a1aa;
  max-width: 650px;
  font-weight: 400;
  line-height: 1.8;
}

/* Search Container */
.search-container {
  margin-top: -30px;
  position: relative;
  z-index: 10;
}

.search-label {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #a1a1aa;
  font-weight: 600;
}

.search-select {
  font-size: 13px;
  font-family: 'Playfair Display', serif;
  color: #1A1A1A;
  cursor: pointer;
}

.border-f0f0f0 {
  border-color: #f0f0f0 !important;
}

/* Partners */
.partners-subtitle {
  font-size: 8px;
  letter-spacing: 3px;
  color: #a1a1aa;
  text-transform: uppercase;
  font-weight: 600;
}

.partner-name {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  letter-spacing: 2px;
  color: #1A1A1A;
}

/* Stats */
.stats-section {
  background-color: #fafaf7;
  border-top: 0.5px solid #F0EDE5;
  border-bottom: 0.5px solid #F0EDE5;
}

.stats-hr {
  border-top: 1px solid #B8893F;
  opacity: 0.3;
  width: 100%;
  margin: 0 auto 1.5rem auto;
}

.stat-number {
  font-family: 'Playfair Display', serif;
  color: #1a1a1a;
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1;
}

.stat-label {
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #B8893F;
}

.stat-desc {
  font-size: 10px;
  color: #a1a1aa;
  line-height: 1.5;
  margin-top: .5rem;
  max-width: 200px;
}

/* Sections General */
.section-label-sm {
  font-size: 9px;
  letter-spacing: 2px;
  color: #B8893F;
  text-transform: uppercase;
  font-weight: 600;
}

.section-title {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 500;
  font-family: 'Playfair Display', serif;
}

.section-link {
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #B8893F;
}

/* Residence Cards */
.residence-card {
  background: white;
  border: 0.5px solid #F0EDE5;
}

.residence-card-img {
  height: 100px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
}

.residence-badge {
  color: white;
  font-size: 8px;
  padding: 3px 8px;
  letter-spacing: 1.2px;
  font-weight: 500;
}

.residence-card-body {
  padding: 14px;
}

.residence-subtitle {
  font-size: 7px;
  color: #8A8A85;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 500;
}

.residence-title {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  color: #1A1A1A;
  margin-bottom: 8px;
}

.residence-desc {
  font-size: 10px;
  color: #8A8A85;
  line-height: 1.6;
  margin-bottom: 12px;
}

.residence-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

.residence-price {
  font-size: 11px;
  color: #B8893F;
  font-weight: 500;
}

.residence-details {
  font-size: 8px;
  color: #B8893F;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Explore Grid */
.explore-card {
  background: white;
  border: 0.5px solid #F0EDE5;
  padding: 22px 14px;
}

.explore-icon {
  font-size: 26px;
  color: #B8893F;
}

.explore-title {
  font-size: clamp(1rem, 3vw, 1.1rem);
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 4px;
}

.explore-subtitle {
  font-size: .75rem;
  color: #a1a1aa;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Testimonial */
.testimonial-quote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.4rem, 3vw, 1.7rem);
  font-style: italic;
  font-weight: 400;
  max-width: 800px;
  color: #1A1A1A;
  line-height: 1.5;
}

.testimonial-avatar {
  width: 50px;
  height: 50px;
  background-color: #B8893F;
  color: #fff;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
}

.testimonial-name {
  font-weight: 600;
  font-size: .95rem;
  color: #1A1A1A;
}

.testimonial-position {
  font-size: .8rem;
  color: #a1a1aa;
}

/* Consultant */
.consultant-img {
  min-height: 400px;
  background: #B8893F;
}

.consultant-desc {
  font-size: 1rem;
  color: #a1a1aa;
  line-height: 1.7;
  margin-bottom: 2rem;
}

/* Articles */
.article-card {
  /* Inherits bg-white p-4 h-100 shadow-sm border-0 d-flex flex-column */
}

.article-cat {
  font-size: 8px;
  color: #B8893F;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  font-weight: 600;
}

.article-title {
  font-size: clamp(1rem, 3vw, 1.1rem);
  font-weight: 500;
  font-family: 'Playfair Display', serif;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.article-meta {
  font-size: 9px;
  color: #666;
  margin-bottom: 0;
}

/* FAQ */
.faq-btn {
  font-size: 1rem;
  color: #B8893F;
}

.faq-body {
  font-size: .95rem;
  line-height: 1.6;
}

/* CTA & Newsletter */
.cta-subtitle {
  font-size: 9px;
  letter-spacing: 2px;
  color: #B8893F;
  text-transform: uppercase;
  font-weight: 600;
}

.cta-title {
  font-size: clamp(1.5rem, 5vw, 3rem);
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  color: #fff;
}

.cta-desc {
  font-size: 1rem;
  max-width: 600px;
  font-weight: 400;
  line-height: 1.8;
}

.newsletter-title {
  font-family: var(--deh-font-heading);
  color: var(--deh-navy);
}

.newsletter-desc {
  font-size: .88rem;
}

/* Utilities for Projects Page */
.cursor-pointer {
  cursor: pointer;
}

.hover-bg-light:hover {
  background-color: #f8f9fa !important;
}

.transition {
  transition: all 0.3s ease;
}

/* Custom Header Overrides from header.php */
.dex-topbar {
  background-color: #0c0c0c;
  color: #ffffff;
  padding: 10px 12px;
  font-size: 8px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
}

.dex-topbar .container-fluid,
.dex-header .container-fluid {
  max-width: 1350px;
}

.dex-header {
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
}

.dex-nav {
  padding: 12px !important;
}

.dex-nav .nav-link {
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #1A1A1A !important;
  padding: 8px 18px !important;
  font-family: 'Inter', sans-serif;
}

.dex-nav .nav-link:hover,
.dex-nav .nav-link.active {
  color: #B8893F !important;
}

.btn-free-consultation {
  padding: 12px 24px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1A1A1A;
  border: 1px solid #B8893F;
  background: transparent;
  text-decoration: none;
  border-radius: 1px;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
  display: inline-block;
}

.btn-free-consultation:hover {
  background: #B8893F;
  color: #ffffff;
}

/* Inline classes from header.php */
.dex-topbar-dot {
  color: #B8893F;
  margin-right: 8px;
  font-size: 10px;
  line-height: 1;
}

.dex-topbar-phone {
  color: #B8893F;
  font-weight: 600;
  letter-spacing: 2px;
}

.dex-topbar-divider {
  color: #444;
  margin: 0 10px;
}

.dex-topbar-whatsapp {
  color: #25D366;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.dex-logo-link {
  text-decoration: none;
}

.dex-logo-text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #1A1A1A;
  font-family: 'Playfair Display', serif;
}

.dex-logo-accent {
  color: #B8893F;
}

.dex-logo-subtext {
  font-size: 7px;
  color: #8A8A85;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-top: 3px;
  font-family: 'Inter', sans-serif;
}

/* Custom Footer Classes */
.dex-footer-main {
  background-color: #0c0c0c;
  color: #a1a1aa;
  padding-top: 70px;
  padding-bottom: 30px;
}

.dex-footer-logo {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #fff;
  font-family: 'Playfair Display', serif;
}

.dex-footer-address {
  font-size: 13px;
  line-height: 1.8;
  color: #a1a1aa;
  margin-bottom: 1.5rem;
}

.dex-footer-contact {
  font-size: 13px;
  line-height: 1.8;
  color: #a1a1aa;
  margin-bottom: 0;
}

.dex-footer-heading {
  font-size: 10px;
  color: #B8893F;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.dex-footer-list {
  font-size: 12px;
  line-height: 2.5;
}

.dex-footer-link {
  color: #a1a1aa;
  text-decoration: none;
}

.dex-footer-link:hover {
  color: #B8893F;
}

.dex-footer-bottom-bar {
  border-top: 1px solid #ffffff;
}

.dex-footer-copyright {
  font-size: 10px;
  color: #666;
  font-family: 'Inter', sans-serif;
}

/* CSS VARIABLES SCOPED OR DEFINED LOCALLY (from page-guides.php) */
.guides-page-wrapper {
  --color-gold: #B8893F;
  --color-gold-hover: #a37836;
  --color-navy: #1a1a2e;
  --color-dark: #0c0c0c;
  --color-cream: #fafaf7;
  --color-muted: #8A8A85;

  font-family: 'Inter', sans-serif;
  color: #1A1A1A;
  background-color: #fafaf7;
}

.guides-page-wrapper a {
  transition: all 0.3s ease;
}

.font-playfair {
  font-family: 'Playfair Display', serif;
}

.text-navy {
  color: #1a1a2e !important;
}

.bg-cream {
  background-color: #fafaf7 !important;
}

.border-f0f0f0-top {
  border-top: 0.5px solid #F0EDE5 !important;
}

.border-lg-start {
  border-left: none;
}

@media (min-width: 992px) {
  .border-lg-start {
    border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
  }

  .border-md-start {
    border-left: 1px solid #F0EDE5 !important;
  }
}

/* LABELS AND HEADINGS */
.guide-label-sm {
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--color-gold);
  font-weight: 600;
  text-transform: uppercase;
}

.guide-hero-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 400;
  color: var(--color-gold);
  line-height: 1.15;
}

.guide-hero-title .text-navy {
  font-family: 'Playfair Display', serif;
}

.guide-hero-desc {
  font-size: clamp(0.95rem, 2vw, 1.25rem);
  color: #555552;
  max-width: 800px;
  line-height: 1.8;
}

.guide-text-link {
  color: var(--color-navy);
  font-weight: 500;
  text-decoration: underline;
}

.guide-text-link:hover {
  color: var(--color-gold);
}

.guide-section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 500;
  color: var(--color-navy);
}

/* JUMP LINKS */
.guide-jump-links .jump-link {
  font-size: 10px;
  font-weight: 600;
  color: var(--color-gold);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.guide-jump-links .jump-link:hover {
  color: var(--color-navy);
}

.guide-jump-links .divider {
  color: var(--color-gold);
  opacity: 0.5;
  font-size: 8px;
}

/* FILTERS */
.filter-pill {
  background: #ffffff;
  border: 0.5px solid #F0EDE5;
  color: #1A1A1A;
  padding: 8px 18px;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 1px;
}

.filter-pill:hover,
.filter-pill.active {
  background: var(--color-navy);
  color: #ffffff;
  border-color: var(--color-navy);
}

.sort-pill {
  background: transparent;
  border: none;
  color: var(--color-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 0;
}

.sort-pill:hover {
  color: var(--color-navy);
}

/* RECOMMENDED ARTICLES */
.featured-card {
  background: #ffffff;
  border: 0.5px solid #F0EDE5;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.featured-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.featured-card-img {
  height: 340px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.badge-featured {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--color-gold);
  color: #ffffff;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding: 4px 8px;
  text-transform: uppercase;
}

.featured-card-body {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.featured-card-title {
  font-size: 22px;
  line-height: 1.4;
}

.featured-card-title a:hover {
  color: var(--color-gold) !important;
}

.featured-card-desc {
  font-size: 13.5px;
  line-height: 1.7;
}

.read-time {
  font-size: 11px;
  color: var(--color-muted);
  font-weight: 500;
}

.read-more-link-arrow {
  font-size: 10px;
  font-weight: 700;
  color: var(--color-gold);
  text-decoration: none;
  letter-spacing: 1.5px;
}

.read-more-link-arrow:hover {
  color: var(--color-navy);
}

/* VERTICAL LIST ITEMS */
.editors-list-item {
  background: #ffffff;
  border: 0.5px solid #F0EDE5;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  transition: all 0.3s ease;
  margin-bottom: 16px;
}

.editors-list-item:last-child {
  margin-bottom: 0;
}

.editors-list-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.editors-list-img {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.editors-list-content {
  flex-grow: 1;
}

.article-cat {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: var(--color-gold);
  text-transform: uppercase;
}

.editors-list-title {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.editors-list-title a:hover {
  color: var(--color-gold) !important;
}

.editors-list-meta {
  font-size: 10px;
  color: var(--color-muted);
}

.meta-dot {
  margin: 0 4px;
}

/* BROWSE CATEGORIES */
.category-box {
  background: #ffffff;
  border: 0.5px solid #F0EDE5;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.category-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  border-color: var(--color-gold);
}

.category-icon-wrapper {
  width: 44px;
  height: 44px;
  background: rgba(184, 137, 63, 0.08);
  color: var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 2px;
}

.category-count {
  font-size: 9px;
  font-weight: 600;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.category-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: var(--color-navy);
  font-weight: 500;
}

.category-desc {
  font-size: 13px;
  line-height: 1.6;
}

.category-link {
  font-size: 10px;
  font-weight: 700;
  color: var(--color-gold);
  text-decoration: none;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.category-link:hover {
  color: var(--color-navy);
}

/* JOURNAL CARDS */
.journal-card {
  background: #ffffff;
  border: 0.5px solid #F0EDE5;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.journal-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.journal-card-img {
  height: 200px;
  background-size: cover;
  background-position: center;
}

.journal-card-body {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.journal-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.journal-card-title a:hover {
  color: var(--color-gold) !important;
}

.journal-card-desc {
  font-size: 12.5px;
  line-height: 1.7;
}

.btn-load-more {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-navy);
  background: transparent;
  border: 1px solid var(--color-navy);
  padding: 14px 40px;
  border-radius: 1px;
  transition: all 0.3s ease;
}

.btn-load-more:hover {
  background: var(--color-navy);
  color: #ffffff;
}

/* REPORT DOWNLOAD BANNER */
.report-banner-section {
  background-color: var(--color-dark);
  color: #ffffff;
}

.report-label {
  font-size: 9px;
  letter-spacing: 2.5px;
  color: var(--color-gold);
  font-weight: 600;
  text-transform: uppercase;
}

.report-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 400;
  line-height: 1.25;
}

.report-desc {
  font-size: 14px;
  line-height: 1.8;
}

.report-input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding: 14px 20px;
  font-size: 13px;
  letter-spacing: 1px;
}

.report-input:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--color-gold);
  color: #ffffff;
  box-shadow: none;
}

.report-btn {
  border-radius: 1px;
  padding: 14px 28px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.report-highlight-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.report-highlight-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
  font-size: 13.5px;
  color: #a1a1aa;
  line-height: 1.6;
}

.report-highlight-list li::before {
  content: "â—†";
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--color-gold);
  font-size: 9px;
}

/* READER FAVORITES */
.favorite-item {
  background: #ffffff;
  border: 0.5px solid #F0EDE5;
  padding: 24px;
  height: 100%;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  transition: all 0.3s ease;
}

.favorite-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.favorite-number {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 400;
  color: var(--color-gold);
  line-height: 1;
  opacity: 0.8;
}

.favorite-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.favorite-title a:hover {
  color: var(--color-gold) !important;
}

.favorite-meta {
  font-size: 9.5px;
  color: var(--color-muted);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* DECISION HELPERS */
.helper-card {
  background: #ffffff;
  border: 0.5px solid #F0EDE5;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.helper-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  border-color: var(--color-gold);
}

.helper-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-navy);
  margin-bottom: 8px;
}

.helper-desc {
  font-size: 12px;
  line-height: 1.6;
}

.helper-link {
  font-size: 9px;
  font-weight: 700;
  color: var(--color-gold);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none;
}

.helper-link:hover {
  color: var(--color-navy);
}

/* ABOUT THE JOURNAL / AUTHOR */
.author-avatar-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.author-name {
  font-size: 20px;
  color: var(--color-navy);
}

.author-title {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* BOTTOM CTA BANNER */
.bottom-cta-banner {
  background-color: var(--color-dark);
}

.cta-label {
  font-size: 9px;
  letter-spacing: 2.5px;
  color: var(--color-gold);
  font-weight: 600;
  text-transform: uppercase;
}

.cta-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 400;
  color: #ffffff;
}

.cta-desc {
  font-size: 14px;
  line-height: 1.8;
  max-width: 600px;
}

.btn-cta-large {
  border-radius: 1px;
  padding: 14px 40px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: var(--color-gold);
  color: #ffffff;
  border: 1px solid var(--color-gold);
  transition: all 0.3s ease;
}

.btn-cta-large:hover {
  background-color: var(--color-gold-hover);
  border-color: var(--color-gold-hover);
  color: #ffffff;
}

/* Inline replacements */
.bg-img-featured-1 {
  background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1200&q=80');
}

.bg-img-editor-1 {
  background-image: url('https://images.unsplash.com/photo-1512917774080-9991f1c4c750?auto=format&fit=crop&w=400&q=80');
}

.bg-img-editor-2 {
  background-image: url('https://images.unsplash.com/photo-1582407947304-fd86f028f716?auto=format&fit=crop&w=400&q=80');
}

.bg-img-editor-3 {
  background-image: url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=400&q=80');
}

.bg-img-journal-1 {
  background-image: url('https://images.unsplash.com/photo-1545324418-cc1a3fa10c00?auto=format&fit=crop&w=600&q=80');
}

.bg-img-journal-2 {
  background-image: url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=600&q=80');
}

.bg-img-journal-3 {
  background-image: url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=600&q=80');
}

.bg-img-journal-4 {
  background-image: url('https://images.unsplash.com/photo-1513694203232-719a280e022f?auto=format&fit=crop&w=600&q=80');
}

.bg-img-journal-5 {
  background-image: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=600&q=80');
}

.bg-img-journal-6 {
  background-image: url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=600&q=80');
}

.guides-about-lead {
  font-size: 1.15rem;
  font-style: italic;
}

/* SINGLE PROPERTY CLASSES */
.sp-breadcrumb {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sp-hero-section {
  min-height: 400px;
  background-color: #111 !important;
}

.sp-badge-gold {
  font-size: 9px;
  letter-spacing: 1.5px;
  background-color: #B8893F !important;
}

.sp-badge-emerald {
  font-size: 9px;
  letter-spacing: 1.5px;
}

.sp-gallery-subtitle {
  font-size: 10px;
  letter-spacing: 2px;
}

.sp-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
}

.sp-btn-outline {
  font-size: 10px;
  letter-spacing: 1px;
}

.sp-main-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: #1a1a1a;
}

.sp-text-muted-16 {
  line-height: 1.6;
}

.sp-metrics-label {
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sp-audit-box {
  min-width: 150px;
}

.sp-audit-label {
  font-size: 8px;
  letter-spacing: 1.5px;
}

.sp-audit-score {
  font-family: 'Playfair Display', serif;
  line-height: 1;
  color: #B8893F !important;
}

.sp-audit-sub {
  font-size: 10px;
}

.sp-sticky-nav {
  top: 70px;
  z-index: 1000;
}

.sp-nav-links {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.sp-section-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: #1a1a1a;
}

.sp-about-text {
  line-height: 1.8;
}

.sp-table {
  font-size: 12px;
}

.sp-th {
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sp-layout-link {
  font-size: 9px;
}

.sp-notes-label {
  font-size: 8px;
  letter-spacing: 1px;
  font-weight: 600;
}

.sp-notes-text {
  font-size: 13px;
}

.sp-dev-note {
  background-color: #fafaf7;
  border-color: #e5e5e5 !important;
  font-size: 11px;
}

.sp-layout-badge {
  font-size: 8px;
  letter-spacing: 1px;
  font-weight: 600;
  background-color: #B8893F !important;
}

.sp-layout-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  color: #1a1a1a;
}

.sp-layout-desc {
  font-size: 12px;
  line-height: 1.6;
}

.sp-dl-btn {
  font-size: 9px;
  letter-spacing: 1px;
}

.sp-amenities-sub {
  font-size: 13px;
}

.sp-amenities-items {
  font-size: 11px;
  font-weight: 600;
}

.sp-spec-th {
  width: 25%;
}

.sp-loc-map {
  min-height: 180px;
  overflow: hidden;
}

.sp-loc-sub {
  font-size: 8px;
  letter-spacing: 1px;
}

.sp-loc-line {
  height: 3px;
  background: linear-gradient(90deg, #3498db, #B8893F, #2ecc71);
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-6deg);
  opacity: 0.8;
}

.sp-loc-points {
  height: 120px;
  z-index: 2;
  transform: rotate(-6deg);
  margin-top: 20px;
}

.sp-loc-badge {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
}

.sp-loc-text {
  font-size: 9px;
  transform: rotate(6deg);
}

.sp-loc-badge-gold {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  background-color: #B8893F !important;
}

.sp-loc-text-gold {
  font-size: 9px;
  transform: rotate(6deg);
  color: #B8893F !important;
}

.sp-loc-text-big {
  font-size: 13px;
}

.sp-const-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-top: 5px;
}

.sp-const-complete {
  font-size: 8px;
  letter-spacing: 0.5px;
}

.sp-const-pb {
  height: 6px;
}

.sp-const-text-small {
  font-size: 11px;
}

.sp-dev-rating {
  font-size: 10px;
}

.sp-dev-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: #1a1a1a;
}

.sp-dev-desc {
  font-size: 11px;
}

.sp-dev-metrics {
  font-size: 12px;
}

.sp-sim-label {
  font-size: 7px;
  letter-spacing: 1px;
  font-weight: 600;
}

.sp-sim-title {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
}

.sp-sim-loc {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
}

.sp-sim-desc {
  font-size: 11px;
  line-height: 1.5;
}

.sp-sim-link {
  font-size: 8px;
  letter-spacing: 1px;
}

.sp-faq-btn {
  color: #1a1a1a;
}

.sp-sidebar-form {
  top: 130px;
  z-index: 99;
}

.sp-sidebar-form-label {
  font-size: 8px;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.sp-sidebar-input {
  font-size: 12px;
  height: 42px;
}

.sp-sidebar-btn-gold {
  font-size: 10px;
  letter-spacing: 1px;
  background-color: #B8893F;
}

.sp-sidebar-btn-green {
  font-size: 10px;
  letter-spacing: 1px;
  background-color: #27ae60;
}

.sp-sidebar-form-rera {
  font-size: 8px;
  letter-spacing: 0.5px;
}

.sp-sidebar-dot {
  width: 10px;
  height: 10px;
}

.sp-sidebar-feed {
  font-size: 12px;
}

.sp-sidebar-feed-text {
  font-size: 12px;
  line-height: 1.5;
}

.sp-score-label {
  font-size: 10px;
  font-weight: 600;
}

.sp-score-pb {
  height: 4px;
}

.sp-score-bot {
  font-size: 11px;
}

.sp-newsletter {
  background-color: var(--deh-cream);
  border-top: 1px solid var(--deh-light-border);
}

.sp-newsletter-title {
  font-family: var(--deh-font-heading);
  color: var(--deh-navy);
  font-weight: 600;
}

.sp-newsletter-desc {
  font-size: .88rem;
}

.sp-news-input {
  border-radius: 4px 0 0 4px;
}

.sp-news-btn {
  background: #1a1a1a;
  color: white;
  border-radius: 0 4px 4px 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* ==========================================================================
   Premium Honest Take Sections
   ========================================================================== */
.sp-honest-take-card {
  background: var(--deh-white);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 2.25rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.sp-honest-take-header {
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--deh-light-border);
  padding-bottom: 1.25rem;
}

.sp-honest-take-sub {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--deh-gold);
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}

.sp-honest-take-title {
  font-family: var(--deh-font-heading);
  color: var(--deh-navy);
  font-size: 1.75rem;
  margin-bottom: 0;
  font-weight: 600;
}

.sp-honest-take-row {
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 1rem;
}

.sp-honest-take-row:last-child {
  margin-bottom: 0;
}

/* Pros Row: soft emerald tone */
.sp-honest-take-row.take-pros {
  background: rgba(16, 185, 129, 0.03);
  border-color: rgba(16, 185, 129, 0.08);
}

.sp-honest-take-row.take-pros:hover {
  background: rgba(16, 185, 129, 0.06);
  border-color: rgba(16, 185, 129, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.08);
}

/* Warnings Row: soft amber tone */
.sp-honest-take-row.take-warnings {
  background: rgba(245, 158, 11, 0.03);
  border-color: rgba(245, 158, 11, 0.08);
}

.sp-honest-take-row.take-warnings:hover {
  background: rgba(245, 158, 11, 0.06);
  border-color: rgba(245, 158, 11, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.08);
}

/* Exclusions Row: soft rose tone */
.sp-honest-take-row.take-exclusions {
  background: rgba(239, 68, 68, 0.03);
  border-color: rgba(239, 68, 68, 0.08);
}

.sp-honest-take-row.take-exclusions:hover {
  background: rgba(239, 68, 68, 0.06);
  border-color: rgba(239, 68, 68, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(239, 68, 68, 0.08);
}

/* Icon Badges */
.sp-honest-take-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.take-pros .sp-honest-take-icon {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
}

.take-pros:hover .sp-honest-take-icon {
  background: #10b981;
  color: var(--deh-white);
  box-shadow: 0 0 15px rgba(16, 185, 129, 0.4);
}

.take-warnings .sp-honest-take-icon {
  background: rgba(245, 158, 11, 0.1);
  color: #f59e0b;
}

.take-warnings:hover .sp-honest-take-icon {
  background: #f59e0b;
  color: var(--deh-white);
  box-shadow: 0 0 15px rgba(245, 158, 11, 0.4);
}

.take-exclusions .sp-honest-take-icon {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}

.take-exclusions:hover .sp-honest-take-icon {
  background: #ef4444;
  color: var(--deh-white);
  box-shadow: 0 0 15px rgba(239, 68, 68, 0.4);
}

/* Content Area */
.sp-honest-take-content {
  flex-grow: 1;
}

.sp-honest-take-label {
  display: block;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
  font-family: var(--deh-font-body);
}

.take-pros .sp-honest-take-label {
  color: #0f766e;
  /* high-contrast dark teal */
}

.take-warnings .sp-honest-take-label {
  color: #b45309;
  /* high-contrast dark amber */
}

.take-exclusions .sp-honest-take-label {
  color: #be123c;
  /* high-contrast dark rose */
}

.sp-honest-take-text {
  color: #374151;
  /* slate dark grey for readability */
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 0;
}

.sp-honest-take-text a {
  color: var(--deh-navy);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.2s ease;
}

.sp-honest-take-text a:hover {
  color: var(--deh-gold);
}

/* Mobile Responsiveness for Flex Row */
@media (max-width: 576px) {
  .sp-honest-take-row {
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem;
  }

  .sp-honest-take-card {
    padding: 1.5rem;
  }

  .sp-honest-take-title {
    font-size: 1.5rem;
  }
}



/* ==========================================================================
   SECTORS GUIDE STYLES
   ========================================================================== */

/*
 * Sectors List Page Stylesheet
 * Dwarka Expressway Homes
 */

.sectors-page .breadcrumb-ol {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sectors-page .hero-title-dark {
  color: #1a1a1a;
}

.sectors-page .text-gold-serif-italic {
  font-family: 'Playfair Display', serif;
  font-style: italic;
}

.sectors-page .hero-desc {
  font-size: 14px;
  max-width: 650px;
  line-height: 1.6;
}

.sectors-page .map-wrapper {
  min-height: 280px;
  overflow: hidden;
}

.sectors-page .map-label-top {
  font-size: 8px;
  letter-spacing: 1px;
}

.sectors-page .map-oblique-line {
  height: 4px;
  background: linear-gradient(90deg, #2ecc71, #B8893F, #e74c3c);
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-12deg);
  opacity: 0.8;
}

.sectors-page .map-points-row {
  height: 200px;
  z-index: 2;
  transform: rotate(-12deg);
  margin-top: 30px;
}

.sectors-page .timeline-badge {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.sectors-page .timeline-label {
  font-size: 9px;
  transform: rotate(12deg);
}

.sectors-page .legend-wrapper {
  font-size: 9px;
  letter-spacing: 0.5px;
}

.sectors-page .legend-dot {
  width: 8px;
  height: 8px;
}

.sectors-page .filter-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.sectors-page .filter-label-text {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1px;
}

.sectors-page .btn-filter {
  font-size: 9px;
  font-weight: 600;
}

.sectors-page .btn-filter-gold {
  font-size: 9px;
  font-weight: 600;
  background-color: #B8893F !important;
}

.sectors-page .card-badge-top {
  font-size: 8px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 4px 8px;
}

.sectors-page .bg-affordable {
  background-color: #27ae60 !important;
}

.sectors-page .card-sector-lbl {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sectors-page .card-quote-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
}

.sectors-page .card-stat-lbl {
  font-size: 8px;
  letter-spacing: 1px;
}

.sectors-page .card-stat-val {
  font-size: 13px;
}

.sectors-page .card-details-box {
  font-size: 11px;
}

.sectors-page .card-foot-link-green {
  font-size: 10px;
  letter-spacing: 1px;
}

.sectors-page .card-foot-dot {
  width: 8px;
  height: 8px;
}

.sectors-page .card-foot-link-gold {
  font-size: 10px;
  letter-spacing: 1px;
}

.sectors-page .btn-view-all {
  font-size: 10px;
  letter-spacing: 2px;
}

.sectors-page .table-compare {
  font-size: 12px;
}

.sectors-page .table-compare-thead {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sectors-page .table-badge {
  font-size: 7px;
  padding: 2px 4px;
}

.sectors-page .bg-value {
  background-color: #27ae60 !important;
}

.sectors-page .match-card-lbl {
  font-size: 8px;
  letter-spacing: 1px;
  font-weight: 600;
}

.sectors-page .match-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #1a1a1a;
}

.sectors-page .match-card-sub {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.sectors-page .match-card-desc {
  font-size: 12px;
  line-height: 1.6;
}

.sectors-page .chart-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  text-align: left;
}

.sectors-page .chart-legend {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}

.sectors-page .chart-legend-dot {
  width: 8px;
  height: 8px;
}

.sectors-page .chart-svg-container {
  height: 250px;
}

.sectors-page .chart-svg {
  overflow: visible;
}

.sectors-page .chart-note {
  font-size: 10px;
  max-width: 700px;
  line-height: 1.5;
}

.sectors-page .quiz-intro-text {
  font-size: 1rem;
  line-height: 1.7;
}

.sectors-page .quiz-step-lbl {
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.sectors-page .quiz-question-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  margin-bottom: 24px;
  color: #1a1a1a;
}

.sectors-page .quiz-option-active {
  background-color: #fafaf7;
  border-color: #e5e5e5 !important;
  color: #1a1a1a;
}

.sectors-page .outlook-card-desc {
  font-size: 12px;
  line-height: 1.6;
}

.sectors-page .faq-btn-text {
  color: #1a1a1a;
}

.sectors-page .newsletter-section-custom {
  background-color: var(--deh-cream);
  border-top: 1px solid var(--deh-light-border);
}

.sectors-page .newsletter-title-custom {
  font-family: var(--deh-font-heading);
  color: var(--deh-navy);
  font-weight: 600;
}

.sectors-page .newsletter-desc-custom {
  font-size: .88rem;
}

.sectors-page .newsletter-input-custom {
  border-radius: 4px 0 0 4px;
}

.sectors-page .newsletter-btn-custom {
  background: #1a1a1a;
  color: white;
  border-radius: 0 4px 4px 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.sectors-page .outlook-card-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1a1a1a;
}

.sectors-page .bg-sec-113 {
  background-color: #e74c3c !important;
}

.sectors-page .bg-sec-108 {
  background-color: #B8893F !important;
}

.sectors-page .bg-sec-103 {
  background-color: #3498db !important;
}

.sectors-page .bg-sec-104 {
  background-color: #2ecc71 !important;
}

.sectors-page .bg-sec-99 {
  background-color: #95a5a6 !important;
}


/* ==========================================================================
   SECTOR 103 STYLES
   ========================================================================== */

.sector-103-container {
  --gold: #c9a84c;
  --gold-light: #fdfaf2;
  --gold-text: #856404;
  --dark: #1a1a2e;
  --darker: #0c0c0c;
  --mid: #4a4a4a;
  --muted: #6b7280;
  --bg: #fcfcfc;
  --white: #ffffff;
  --border: #e5e7eb;
  --border-light: #f3f4f6;
  --green: #059669;
  --green-bg: #ecfdf5;
  --green-text: #065f46;
  --red: #dc2626;
  --red-bg: #fef2f2;
  --red-text: #991b1b;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', system-ui, -apple-system, sans-serif;

  font-family: var(--sans);
  background: var(--bg);
  color: var(--dark);
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}

.sector-103-container * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.sector-103-container a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.sector-103-container a:hover {
  color: var(--gold);
}

.sector-103-container .breadcrumb {
  padding: 18px 32px;
  background: var(--white);
  border-bottom: 1px solid var(--border-light);
  font-size: 13px;
  color: var(--muted);
  display: flex;
  align-items: center;
}

.sector-103-container .sep {
  margin: 0 10px;
  color: var(--gold);
}

.sector-103-container .hero {
  padding: 64px 32px 48px;
  background: linear-gradient(180deg, var(--white) 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--border-light);
}

.sector-103-container .section-label {
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sector-103-container .section-label::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  background: var(--gold);
}

.sector-103-container h1 {
  font-family: var(--serif);
  font-size: clamp(2rem, 5.5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  color: var(--darker);
}

.sector-103-container h1 em {
  font-style: italic;
  color: var(--gold);
  font-weight: 700;
}

.sector-103-container .hero-sub {
  font-size: 16px;
  color: var(--mid);
  line-height: 1.8;
  max-width: 680px;
  margin-bottom: 32px;
}

.sector-103-container .stats-bar {
  display: flex;
  max-width: 720px;
  border: 1px solid var(--border);
  background: var(--white);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  overflow: hidden;
}

.sector-103-container .stat-item {
  flex: 1;
  padding: 20px 24px;
  border-right: 1px solid var(--border-light);
}

.sector-103-container .stat-item:last-child {
  border-right: none;
}

.sector-103-container .stat-lbl {
  font-size: 9px;
  color: var(--muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 600;
}

.sector-103-container .stat-val {
  font-family: var(--serif);
  font-size: 24px;
  color: var(--darker);
  font-weight: 700;
  line-height: 1.1;
}

.sector-103-container .stat-note {
  font-size: 10px;
  color: var(--green);
  margin-top: 4px;
  font-weight: 500;
}

.sector-103-container .badge-ultra {
  display: inline-block;
  background: var(--gold-light);
  color: var(--gold-text);
  padding: 6px 16px;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 24px;
  border-radius: 4px;
  border: 1px solid rgba(201, 168, 76, 0.2);
}

.sector-103-container .filter-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 16px 32px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.sector-103-container .filter-locked {
  font-size: 11px;
  background: var(--darker);
  color: white;
  padding: 6px 12px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  border-radius: 4px;
}

.sector-103-container .filter-select {
  font-size: 12px;
  color: var(--dark);
  border: 1px solid var(--border);
  padding: 6px 28px 6px 12px;
  background: var(--white);
  font-family: var(--sans);
  cursor: pointer;
  appearance: none;
  border-radius: 4px;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
}

.sector-103-container .filter-select:focus {
  border-color: var(--gold);
}

.sector-103-container .filter-lbl {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}

.sector-103-container .filter-sep {
  width: 1px;
  height: 24px;
  background: var(--border);
}

.sector-103-container .filter-count {
  font-size: 12px;
  color: var(--muted);
  margin-left: auto;
}

.sector-103-container .filter-count strong {
  color: var(--darker);
}

.sector-103-container .section {
  padding: 64px 32px;
}

.sector-103-container .section-alt {
  background: var(--bg);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.sector-103-container .sec-num {
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sector-103-container .sec-num::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: var(--gold);
}

.sector-103-container h2 {
  font-family: var(--serif);
  font-size: 28px;
  color: var(--darker);
  font-weight: 700;
  letter-spacing: -0.3px;
  margin-bottom: 24px;
}

.sector-103-container h3 {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--darker);
  margin: 28px 0 14px;
}

.sector-103-container p {
  font-size: 15px;
  color: var(--mid);
  line-height: 1.8;
  margin-bottom: 16px;
}

.sector-103-container .two-col {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: start;
}

.sector-103-container .honest-box {
  border-left: 4px solid var(--gold);
  padding: 20px;
  background: var(--white);
  margin-top: 24px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02);
}

.sector-103-container .honest-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 14px;
  color: var(--mid);
  line-height: 1.7;
}

.sector-103-container .honest-row:last-child {
  margin-bottom: 0;
}

.sector-103-container .h-icon {
  font-weight: 700;
  font-size: 16px;
  min-width: 20px;
}

.sector-103-container .h-yes {
  color: var(--green);
}

.sector-103-container .h-warn {
  color: var(--gold);
}

.sector-103-container .h-no {
  color: var(--red);
}

.sector-103-container .map-panel {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 24px;
  position: sticky;
  top: 110px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.sector-103-container .map-lbl {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 600;
}

.sector-103-container .dist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.sector-103-container .dist-item {
  background: var(--bg);
  border: 1px solid var(--border-light);
  padding: 12px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
}

.sector-103-container .dist-name {
  font-size: 12px;
  color: var(--mid);
  font-weight: 500;
}

.sector-103-container .dist-time {
  font-family: var(--serif);
  font-size: 15px;
  color: var(--darker);
  font-weight: 700;
}

.sector-103-container .dist-sub {
  font-size: 9px;
  color: var(--muted);
  text-align: right;
}

.sector-103-container .dist-note {
  font-size: 9px;
  color: var(--muted);
  margin-top: 10px;
  text-align: center;
}

.sector-103-container .quick-ref {
  background: var(--white);
  border: 1px solid var(--border);
  margin: 24px 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.02);
}

.sector-103-container .qr-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  border-bottom: 1px solid var(--border-light);
  font-size: 14px;
}

.sector-103-container .qr-row:last-child {
  border-bottom: none;
}

.sector-103-container .qr-lbl {
  padding: 12px 16px;
  background: var(--bg);
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.sector-103-container .qr-val {
  padding: 12px 16px;
  color: var(--dark);
  font-weight: 500;
}

.sector-103-container .price-bar {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.02);
}

.sector-103-container .price-lbl {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
}

.sector-103-container .price-val {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--darker);
  font-weight: 700;
}

.sector-103-container .price-note {
  font-size: 11px;
  color: var(--green);
  font-weight: 600;
}

.sector-103-container .projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sector-103-container .proj-card {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 28px;
  position: relative;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

.sector-103-container .proj-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.sector-103-container .card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--gold-light);
  color: var(--gold-text);
  padding: 4px 10px;
  font-size: 8px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
}

.sector-103-container .card-badge.green-badge {
  background: var(--green-bg);
  color: var(--green-text);
}

.sector-103-container .card-builder {
  font-size: 9px;
  color: var(--muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 600;
}

.sector-103-container .card-name {
  font-family: var(--serif);
  font-size: 20px;
  color: var(--darker);
  margin-bottom: 6px;
  font-weight: 700;
}

.sector-103-container .card-tagline {
  font-family: var(--serif);
  font-size: 13px;
  color: var(--mid);
  font-style: italic;
  margin-bottom: 18px;
  line-height: 1.5;
}

.sector-103-container .tag-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.sector-103-container .tag {
  font-size: 9px;
  padding: 4px 10px;
  border: 1px solid var(--border-light);
  color: var(--mid);
  background: var(--bg);
  border-radius: 4px;
  font-weight: 500;
}

.sector-103-container .card-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  padding: 16px 0;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  margin-bottom: 18px;
}

.sector-103-container .cs-lbl {
  font-size: 8px;
  color: var(--muted);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 600;
}

.sector-103-container .cs-val {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--darker);
  font-weight: 700;
}

.sector-103-container .card-foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}

.sector-103-container .card-rera {
  font-size: 9px;
  color: var(--muted);
}

.sector-103-container .card-link {
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.sector-103-container .card-who {
  font-size: 13px;
  color: var(--mid);
  line-height: 1.7;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border-light);
}

.sector-103-container .card-who strong {
  color: var(--darker);
  display: block;
  margin-bottom: 4px;
}

.sector-103-container .price-table {
  background: var(--white);
  border: 1px solid var(--border);
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02);
}

.sector-103-container .pt-head {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr 0.8fr;
  padding: 14px 20px;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-weight: 600;
}

.sector-103-container .pt-row {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr 0.8fr;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-light);
  align-items: center;
}

.sector-103-container .pt-row:last-child {
  border-bottom: none;
}

.sector-103-container .pt-row div {
  font-size: 14px;
  color: var(--dark);
}

.sector-103-container .pt-row div:first-child {
  font-weight: 600;
  color: var(--darker);
}

.sector-103-container .pt-row.current {
  background: #fdfdf9;
  border-left: 3px solid var(--gold);
}

.sector-103-container .growth-tag {
  display: inline-block;
  font-size: 11px;
  color: var(--green);
  font-weight: 600;
}

.sector-103-container .insight-box {
  background: var(--gold-light);
  border: 1px solid rgba(201, 168, 76, 0.3);
  padding: 20px;
  margin-top: 24px;
  border-radius: 8px;
}

.sector-103-container .insight-box p {
  font-size: 14px;
  color: var(--gold-text);
  line-height: 1.8;
  margin: 0;
}

.sector-103-container .insight-box strong {
  color: #614a03;
}

.sector-103-container .conn-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.sector-103-container .conn-group {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.02);
}

.sector-103-container .conn-title {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
}

.sector-103-container .conn-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--border-light);
  font-size: 14px;
}

.sector-103-container .conn-item:last-child {
  border-bottom: none;
}

.sector-103-container .conn-place {
  color: var(--mid);
}

.sector-103-container .conn-time {
  font-family: var(--serif);
  font-size: 15px;
  color: var(--darker);
  font-weight: 700;
}

.sector-103-container .conn-dist {
  font-size: 9px;
  color: var(--muted);
  text-align: right;
}

.sector-103-container .infra-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.sector-103-container .infra-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  padding: 24px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
  transition: all 0.3s ease;
}

.sector-103-container .infra-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
  border-color: rgba(201, 168, 76, 0.3);
}

.sector-103-container .infra-card i {
  font-size: 24px;
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 2px;
}

.sector-103-container .infra-title {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--darker);
  margin-bottom: 6px;
  font-weight: 700;
}

.sector-103-container .infra-desc {
  font-size: 12px;
  color: var(--mid);
  line-height: 1.75;
}

.sector-103-container .profiles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sector-103-container .profile-card {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 28px 24px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.sector-103-container .profile-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.sector-103-container .profile-card.no-fit {
  border-color: #fca5a5;
}

.sector-103-container .profile-icon {
  font-size: 26px;
  color: var(--gold);
  margin-bottom: 16px;
}

.sector-103-container .profile-icon.icon-red {
  color: var(--red);
}

.sector-103-container .profile-type {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 600;
}

.sector-103-container .profile-type.type-no {
  color: var(--red-text);
}

.sector-103-container .profile-title {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--darker);
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: 700;
}

.sector-103-container .profile-desc {
  font-size: 13px;
  color: var(--mid);
  line-height: 1.75;
}

.sector-103-container .compare-wrap {
  background: var(--white);
  border: 1px solid var(--border);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.02);
}

.sector-103-container .compare-head {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  padding: 14px 20px;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-weight: 600;
}

.sector-103-container .compare-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-light);
  align-items: center;
}

.sector-103-container .compare-row:last-child {
  border-bottom: none;
}

.sector-103-container .compare-row.active-row {
  background: #fdfdf9;
  border-left: 3px solid var(--gold);
}

.sector-103-container .compare-row div {
  font-size: 14px;
  color: var(--dark);
  text-align: center;
}

.sector-103-container .compare-row div:first-child {
  text-align: left;
}

.sector-103-container .comp-num {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--darker);
}

.sector-103-container .comp-note {
  font-size: 10px;
  color: var(--muted);
  margin-top: 4px;
}

.sector-103-container .comp-badge {
  font-size: 9px;
  padding: 4px 8px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 600;
}

.sector-103-container .comp-badge.ultra {
  background: var(--gold-light);
  color: var(--gold-text);
}

.sector-103-container .comp-badge.premium {
  background: var(--gold-light);
  color: var(--gold-text);
}

.sector-103-container .comp-badge.settled {
  background: var(--green-bg);
  color: var(--green-text);
}

.sector-103-container .comp-growth {
  color: var(--green);
  font-weight: 600;
}

.sector-103-container .buy-steps {
  display: grid;
  gap: 16px;
}

.sector-103-container .buy-step {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 24px 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.sector-103-container .step-num {
  font-family: var(--serif);
  font-size: 32px;
  color: var(--gold);
  line-height: 1;
  min-width: 40px;
  font-weight: 700;
}

.sector-103-container .step-title {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--darker);
  margin-bottom: 8px;
  font-weight: 700;
}

.sector-103-container .step-desc {
  font-size: 13px;
  color: var(--mid);
  line-height: 1.75;
}

.sector-103-container .faq-list {
  max-width: 720px;
  margin: 0 auto;
}

.sector-103-container .faq-item {
  background: var(--white);
  margin-bottom: 12px;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  padding: 6px 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
  transition: all 0.3s ease;
}

.sector-103-container .faq-item.open {
  border-color: rgba(201, 168, 76, 0.5);
  box-shadow: 0 6px 20px rgba(201, 168, 76, 0.05);
}

.sector-103-container .faq-q {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: var(--darker);
  font-weight: 600;
  line-height: 1.4;
  gap: 12px;
}

.sector-103-container .faq-q i {
  font-size: 16px;
  color: var(--gold);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.sector-103-container .faq-item.open .faq-q i {
  transform: rotate(45deg);
}

.sector-103-container .faq-a {
  font-size: 14px;
  color: var(--mid);
  line-height: 1.8;
  padding-bottom: 18px;
  display: none;
  border-top: 1px solid var(--border-light);
  padding-top: 12px;
  margin-top: 4px;
}

.sector-103-container .faq-item.open .faq-a {
  display: block;
}

.sector-103-container .cta-dark {
  background: var(--darker);
  color: white;
  padding: 64px 32px;
  text-align: center;
  margin: 32px 0 0;
}

.sector-103-container .cta-lbl {
  font-size: 10px;
  color: var(--gold);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
}

.sector-103-container .cta-h {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 16px;
  font-weight: 700;
}

.sector-103-container .cta-p {
  font-size: 15px;
  color: #cccccc;
  line-height: 1.8;
  max-width: 580px;
  margin: 0 auto 32px;
}

.sector-103-container .btn-gold {
  background: var(--gold);
  color: var(--darker);
  border: none;
  padding: 14px 28px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--sans);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.sector-103-container .btn-gold:hover {
  background: #d4b86a;
}

.sector-103-container .btn-ghost {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 12px 28px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--sans);
  margin-left: 14px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.sector-103-container .btn-ghost:hover {
  border-color: white;
  background: rgba(255, 255, 255, 0.05);
}

.sector-103-container .lead-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 300;
  background: var(--white);
  border: 1px solid var(--border);
  padding: 20px;
  width: 250px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}

.sector-103-container .lead-close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 18px;
  color: var(--muted);
  cursor: pointer;
  background: none;
  border: none;
  line-height: 1;
}

.sector-103-container .lead-title {
  font-family: var(--serif);
  font-size: 17px;
  color: var(--darker);
  margin-bottom: 4px;
  font-weight: 700;
}

.sector-103-container .lead-sub {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 14px;
}

.sector-103-container .lead-input {
  width: 100%;
  border: 1px solid var(--border);
  padding: 10px 12px;
  font-size: 12px;
  font-family: var(--sans);
  color: var(--dark);
  background: var(--bg);
  margin-bottom: 8px;
  outline: none;
  border-radius: 4px;
}

.sector-103-container .lead-input:focus {
  border-color: var(--gold);
  background: var(--white);
}

.sector-103-container .lead-btn {
  width: 100%;
  background: var(--darker);
  color: white;
  border: none;
  padding: 11px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--sans);
  margin-bottom: 8px;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.sector-103-container .lead-btn:hover {
  background: #1a1a2e;
}

.sector-103-container .lead-wa {
  width: 100%;
  background: #25D366;
  color: white;
  border: none;
  padding: 11px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--sans);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.sector-103-container .lead-wa:hover {
  background: #20ba5a;
}

.sector-103-container .lead-disc {
  font-size: 9px;
  color: var(--muted);
  text-align: center;
  margin-top: 8px;
}

/* Handle mobile responsive adjustments */
@media (max-width: 991px) {
  .sector-103-container .projects-grid {
    grid-template-columns: 1fr;
  }

  .sector-103-container .two-col {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sector-103-container .dist-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sector-103-container .profiles-grid {
    grid-template-columns: 1fr;
  }

  .sector-103-container .compare-head,
  .sector-103-container .compare-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  /* Hide less critical comparison columns on mobile */
  .sector-103-container .compare-head div:nth-child(4),
  .sector-103-container .compare-head div:nth-child(5),
  .sector-103-container .compare-row div:nth-child(4),
  .sector-103-container .compare-row div:nth-child(5) {
    display: none;
  }

  .sector-103-container .pt-head,
  .sector-103-container .pt-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sector-103-container .pt-head div:nth-child(3),
  .sector-103-container .pt-row div:nth-child(3) {
    display: none;
  }

  .sector-103-container .stats-bar {
    flex-direction: column;
  }

  .sector-103-container .stat-item {
    border-right: none;
    border-bottom: 1px solid var(--border-light);
  }

  .sector-103-container .stat-item:last-child {
    border-bottom: none;
  }

  .sector-103-container .conn-grid {
    grid-template-columns: 1fr;
  }

  .sector-103-container .infra-grid {
    grid-template-columns: 1fr;
  }

  .sector-103-container .filter-bar {
    flex-wrap: wrap;
    gap: 8px;
    position: static;
  }
}

/* Extra utility classes for previously inline styles */
.sector-103-container .text-dark {
  color: var(--dark);
}

.sector-103-container .text-green {
  color: var(--green);
  font-weight: 600;
}

.sector-103-container .map-pin-icon {
  font-size: 11px;
  color: var(--gold);
  vertical-align: -1px;
}

.sector-103-container .map-svg {
  width: 100%;
  height: 155px;
  display: block;
  margin-bottom: 14px;
}

.sector-103-container .text-muted-12 {
  font-size: 12px;
  color: var(--muted);
}

.sector-103-container .text-right {
  text-align: right;
}

.sector-103-container .text-muted-9-green {
  font-size: 9px;
  color: var(--green);
  margin-top: 2px;
}

.sector-103-container .text-muted-9 {
  font-size: 9px;
  color: var(--muted);
  margin-top: 2px;
}

.sector-103-container .text-bold {
  font-weight: 700;
}

.sector-103-container .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.sector-103-container .card-stat-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 16px 18px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.sector-103-container .margin-bottom-20 {
  margin-bottom: 20px;
}

.sector-103-container .margin-bottom-12 {
  margin-bottom: 12px;
}

.sector-103-container .honest-commute-box {
  margin-top: 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 20px;
  font-size: 14px;
  color: var(--mid);
  line-height: 1.75;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.sector-103-container .honest-commute-title {
  color: var(--darker);
  display: block;
  margin-bottom: 6px;
}

.sector-103-container .compare-wrap-mb20 {
  margin-bottom: 20px;
}

.sector-103-container .text-center {
  text-align: center;
}

.sector-103-container .text-semibold-600 {
  font-weight: 600;
}

.sector-103-container .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 4px;
}

.sector-103-container .compare-win-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.sector-103-container .compare-win-title-green {
  font-size: 10px;
  color: var(--green-text);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
}

.sector-103-container .compare-win-title-gold {
  font-size: 10px;
  color: var(--gold-text);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
}

.sector-103-container .explore-sector-box {
  margin-top: 16px;
  font-size: 14px;
  color: var(--mid);
  padding: 18px 24px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.sector-103-container .sec-num-centered {
  justify-content: center;
}

.sector-103-container .title-centered {
  text-align: center;
  margin-bottom: 32px;
}

.sector-103-container .btn-ghost-wa {
  display: inline-block;
  line-height: 1.6;
  text-decoration: none;
}

.sector-103-container .appearance-none {
  appearance: none;
}

.sector-103-container .text-decoration-none {
  text-decoration: none;
}

.sector-103-container .stat-lbl-sm {
  font-size: 9px;
  color: var(--muted);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
}

.sector-103-container .stat-desc-sm {
  font-size: 10px;
  color: var(--mid);
  margin-top: 2px;
}

.sector-103-container .text-gold {
  color: var(--gold);
}

.sector-103-container .fs-10 {
  font-size: 10px;
}

.sector-103-container .text-muted {
  color: var(--muted);
}

.sector-103-container .stat-val-green {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--green);
  font-weight: 700;
}

.sector-103-container .stat-val-gold {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--gold);
  font-weight: 700;
}

.sector-103-container .text-medium-500 {
  font-weight: 500;
}

.sector-103-container .fs-14-mb10 {
  font-size: 14px;
  margin-bottom: 10px;
}

.sector-103-container .fs-14-m0 {
  font-size: 14px;
  margin: 0;
}

.sector-103-container .newsletter-section-custom {
  background-color: var(--deh-cream);
  border-top: 1px solid var(--deh-light-border);
}

.sector-103-container .newsletter-title-custom {
  font-family: var(--deh-font-heading);
  color: var(--deh-navy);
  font-weight: 600;
}

.sector-103-container .newsletter-desc-custom {
  font-size: .88rem;
}

.sector-103-container .newsletter-input-custom {
  border-radius: 4px 0 0 4px;
}

.sector-103-container .newsletter-btn-custom {
  background: #1a1a1a;
  color: white;
  border-radius: 0 4px 4px 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}



/* ==========================================================================
   SECTOR 104 STYLES
   ========================================================================== */

.sector-104-container {
  --gold: #c9a84c;
  --gold-light: #fdfaf2;
  --gold-text: #856404;
  --dark: #1a1a2e;
  --darker: #0c0c0c;
  --mid: #4a4a4a;
  --muted: #6b7280;
  --bg: #fcfcfc;
  --white: #ffffff;
  --border: #e5e7eb;
  --border-light: #f3f4f6;
  --green: #059669;
  --green-bg: #ecfdf5;
  --green-text: #065f46;
  --red: #dc2626;
  --red-bg: #fef2f2;
  --red-text: #991b1b;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', system-ui, -apple-system, sans-serif;

  font-family: var(--sans);
  background: var(--bg);
  color: var(--dark);
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}

.sector-104-container * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.sector-104-container a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.sector-104-container a:hover {
  color: var(--gold);
}

.sector-104-container .breadcrumb {
  padding: 18px 32px;
  background: var(--white);
  border-bottom: 1px solid var(--border-light);
  font-size: 13px;
  color: var(--muted);
  display: flex;
  align-items: center;
}

.sector-104-container .sep {
  margin: 0 10px;
  color: var(--gold);
}

.sector-104-container .hero {
  padding: 64px 32px 48px;
  background: linear-gradient(180deg, var(--white) 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--border-light);
}

.sector-104-container .section-label {
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sector-104-container .section-label::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  background: var(--gold);
}

.sector-104-container h1 {
  font-family: var(--serif);
  font-size: clamp(2rem, 5.5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  color: var(--darker);
}

.sector-104-container h1 em {
  font-style: italic;
  color: var(--gold);
  font-weight: 700;
}

.sector-104-container .hero-sub {
  font-size: 16px;
  color: var(--mid);
  line-height: 1.8;
  max-width: 680px;
  margin-bottom: 32px;
}

.sector-104-container .stats-bar {
  display: flex;
  max-width: 720px;
  border: 1px solid var(--border);
  background: var(--white);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  overflow: hidden;
}

.sector-104-container .stat-item {
  flex: 1;
  padding: 20px 24px;
  border-right: 1px solid var(--border-light);
}

.sector-104-container .stat-item:last-child {
  border-right: none;
}

.sector-104-container .stat-lbl {
  font-size: 9px;
  color: var(--muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 600;
}

.sector-104-container .stat-val {
  font-family: var(--serif);
  font-size: 24px;
  color: var(--darker);
  font-weight: 700;
  line-height: 1.1;
}

.sector-104-container .stat-note {
  font-size: 10px;
  color: var(--green);
  margin-top: 4px;
  font-weight: 500;
}

.sector-104-container .badge-ultra {
  display: inline-block;
  background: var(--gold-light);
  color: var(--gold-text);
  padding: 6px 16px;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 24px;
  border-radius: 4px;
  border: 1px solid rgba(201, 168, 76, 0.2);
}

.sector-104-container .filter-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 16px 32px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.sector-104-container .filter-locked {
  font-size: 11px;
  background: var(--darker);
  color: white;
  padding: 6px 12px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  border-radius: 4px;
}

.sector-104-container .filter-select {
  font-size: 12px;
  color: var(--dark);
  border: 1px solid var(--border);
  padding: 6px 28px 6px 12px;
  background: var(--white);
  font-family: var(--sans);
  cursor: pointer;
  appearance: none;
  border-radius: 4px;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
}

.sector-104-container .filter-select:focus {
  border-color: var(--gold);
}

.sector-104-container .filter-lbl {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}

.sector-104-container .filter-sep {
  width: 1px;
  height: 24px;
  background: var(--border);
}

.sector-104-container .filter-count {
  font-size: 12px;
  color: var(--muted);
  margin-left: auto;
}

.sector-104-container .filter-count strong {
  color: var(--darker);
}

.sector-104-container .section {
  padding: 64px 32px;
}

.sector-104-container .section-alt {
  background: var(--bg);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.sector-104-container .sec-num {
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sector-104-container .sec-num::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: var(--gold);
}

.sector-104-container h2 {
  font-family: var(--serif);
  font-size: 28px;
  color: var(--darker);
  font-weight: 700;
  letter-spacing: -0.3px;
  margin-bottom: 24px;
}

.sector-104-container h3 {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--darker);
  margin: 28px 0 14px;
}

.sector-104-container p {
  font-size: 15px;
  color: var(--mid);
  line-height: 1.8;
  margin-bottom: 16px;
}

.sector-104-container .two-col {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: start;
}

.sector-104-container .honest-box {
  border-left: 4px solid var(--gold);
  padding: 20px;
  background: var(--white);
  margin-top: 24px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02);
}

.sector-104-container .honest-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 14px;
  color: var(--mid);
  line-height: 1.7;
}

.sector-104-container .honest-row:last-child {
  margin-bottom: 0;
}

.sector-104-container .h-icon {
  font-weight: 700;
  font-size: 16px;
  min-width: 20px;
}

.sector-104-container .h-yes {
  color: var(--green);
}

.sector-104-container .h-warn {
  color: var(--gold);
}

.sector-104-container .h-no {
  color: var(--red);
}

.sector-104-container .map-panel {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 24px;
  position: sticky;
  top: 110px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.sector-104-container .map-lbl {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 600;
}

.sector-104-container .dist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.sector-104-container .dist-item {
  background: var(--bg);
  border: 1px solid var(--border-light);
  padding: 12px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
}

.sector-104-container .dist-name {
  font-size: 12px;
  color: var(--mid);
  font-weight: 500;
}

.sector-104-container .dist-time {
  font-family: var(--serif);
  font-size: 15px;
  color: var(--darker);
  font-weight: 700;
}

.sector-104-container .dist-sub {
  font-size: 9px;
  color: var(--muted);
  text-align: right;
}

.sector-104-container .dist-note {
  font-size: 9px;
  color: var(--muted);
  margin-top: 10px;
  text-align: center;
}

.sector-104-container .quick-ref {
  background: var(--white);
  border: 1px solid var(--border);
  margin: 24px 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.02);
}

.sector-104-container .qr-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  border-bottom: 1px solid var(--border-light);
  font-size: 14px;
}

.sector-104-container .qr-row:last-child {
  border-bottom: none;
}

.sector-104-container .qr-lbl {
  padding: 12px 16px;
  background: var(--bg);
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.sector-104-container .qr-val {
  padding: 12px 16px;
  color: var(--dark);
  font-weight: 500;
}

.sector-104-container .price-bar {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.02);
}

.sector-104-container .price-lbl {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
}

.sector-104-container .price-val {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--darker);
  font-weight: 700;
}

.sector-104-container .price-note {
  font-size: 11px;
  color: var(--green);
  font-weight: 600;
}

.sector-104-container .projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sector-104-container .proj-card {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 28px;
  position: relative;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

.sector-104-container .proj-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.sector-104-container .card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--gold-light);
  color: var(--gold-text);
  padding: 4px 10px;
  font-size: 8px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
}

.sector-104-container .card-badge.green-badge {
  background: var(--green-bg);
  color: var(--green-text);
}

.sector-104-container .card-badge.blue-badge {
  background: #eff6ff;
  color: #1e40af;
}

.sector-104-container .card-builder {
  font-size: 9px;
  color: var(--muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 600;
}

.sector-104-container .card-name {
  font-family: var(--serif);
  font-size: 20px;
  color: var(--darker);
  margin-bottom: 6px;
  font-weight: 700;
}

.sector-104-container .card-tagline {
  font-family: var(--serif);
  font-size: 13px;
  color: var(--mid);
  font-style: italic;
  margin-bottom: 18px;
  line-height: 1.5;
}

.sector-104-container .tag-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.sector-104-container .tag {
  font-size: 9px;
  padding: 4px 10px;
  border: 1px solid var(--border-light);
  color: var(--mid);
  background: var(--bg);
  border-radius: 4px;
  font-weight: 500;
}

.sector-104-container .card-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  padding: 16px 0;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  margin-bottom: 18px;
}

.sector-104-container .cs-lbl {
  font-size: 8px;
  color: var(--muted);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 600;
}

.sector-104-container .cs-val {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--darker);
  font-weight: 700;
}

.sector-104-container .card-foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}

.sector-104-container .card-rera {
  font-size: 9px;
  color: var(--muted);
}

.sector-104-container .card-link {
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.sector-104-container .card-who {
  font-size: 13px;
  color: var(--mid);
  line-height: 1.7;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border-light);
}

.sector-104-container .card-who strong {
  color: var(--darker);
  display: block;
  margin-bottom: 4px;
}

.sector-104-container .price-table {
  background: var(--white);
  border: 1px solid var(--border);
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02);
}

.sector-104-container .pt-head {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr 0.8fr;
  padding: 14px 20px;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-weight: 600;
}

.sector-104-container .pt-row {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr 0.8fr;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-light);
  align-items: center;
}

.sector-104-container .pt-row:last-child {
  border-bottom: none;
}

.sector-104-container .pt-row div {
  font-size: 14px;
  color: var(--dark);
}

.sector-104-container .pt-row div:first-child {
  font-weight: 600;
  color: var(--darker);
}

.sector-104-container .pt-row.current {
  background: #fdfdf9;
  border-left: 3px solid var(--gold);
}

.sector-104-container .growth-tag {
  display: inline-block;
  font-size: 11px;
  color: var(--green);
  font-weight: 600;
}

.sector-104-container .insight-box {
  background: var(--gold-light);
  border: 1px solid rgba(201, 168, 76, 0.3);
  padding: 20px;
  margin-top: 24px;
  border-radius: 8px;
}

.sector-104-container .insight-box p {
  font-size: 14px;
  color: var(--gold-text);
  line-height: 1.8;
  margin: 0;
}

.sector-104-container .insight-box strong {
  color: #614a03;
}

.sector-104-container .conn-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.sector-104-container .conn-group {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.02);
}

.sector-104-container .conn-title {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
}

.sector-104-container .conn-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--border-light);
  font-size: 14px;
}

.sector-104-container .conn-item:last-child {
  border-bottom: none;
}

.sector-104-container .conn-place {
  color: var(--mid);
}

.sector-104-container .conn-time {
  font-family: var(--serif);
  font-size: 15px;
  color: var(--darker);
  font-weight: 700;
}

.sector-104-container .conn-dist {
  font-size: 9px;
  color: var(--muted);
  text-align: right;
}

.sector-104-container .infra-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.sector-104-container .infra-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  padding: 24px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
  transition: all 0.3s ease;
}

.sector-104-container .infra-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
  border-color: rgba(201, 168, 76, 0.3);
}

.sector-104-container .infra-card i {
  font-size: 24px;
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 2px;
}

.sector-104-container .infra-title {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--darker);
  margin-bottom: 6px;
  font-weight: 700;
}

.sector-104-container .infra-desc {
  font-size: 12px;
  color: var(--mid);
  line-height: 1.75;
}

.sector-104-container .profiles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sector-104-container .profile-card {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 28px 24px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.sector-104-container .profile-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.sector-104-container .profile-card.no-fit {
  border-color: #fca5a5;
}

.sector-104-container .profile-icon {
  font-size: 26px;
  color: var(--gold);
  margin-bottom: 16px;
}

.sector-104-container .profile-icon.icon-red {
  color: var(--red);
}

.sector-104-container .profile-type {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 600;
}

.sector-104-container .profile-type.type-no {
  color: var(--red-text);
}

.sector-104-container .profile-title {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--darker);
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: 700;
}

.sector-104-container .profile-desc {
  font-size: 13px;
  color: var(--mid);
  line-height: 1.75;
}

.sector-104-container .compare-wrap {
  background: var(--white);
  border: 1px solid var(--border);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.02);
}

.sector-104-container .compare-head {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  padding: 14px 20px;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-weight: 600;
}

.sector-104-container .compare-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-light);
  align-items: center;
}

.sector-104-container .compare-row:last-child {
  border-bottom: none;
}

.sector-104-container .compare-row.active-row {
  background: #fdfdf9;
  border-left: 3px solid var(--gold);
}

.sector-104-container .compare-row div {
  font-size: 14px;
  color: var(--dark);
  text-align: center;
}

.sector-104-container .compare-row div:first-child {
  text-align: left;
}

.sector-104-container .comp-num {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--darker);
}

.sector-104-container .comp-note {
  font-size: 10px;
  color: var(--muted);
  margin-top: 4px;
}

.sector-104-container .comp-badge {
  font-size: 9px;
  padding: 4px 8px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 600;
}

.sector-104-container .comp-badge.ultra {
  background: var(--gold-light);
  color: var(--gold-text);
}

.sector-104-container .comp-badge.premium {
  background: var(--gold-light);
  color: var(--gold-text);
}

.sector-104-container .comp-badge.settled {
  background: var(--green-bg);
  color: var(--green-text);
}

.sector-104-container .comp-growth {
  color: var(--green);
  font-weight: 600;
}

.sector-104-container .faq-list {
  max-width: 720px;
  margin: 0 auto;
}

.sector-104-container .faq-item {
  background: var(--white);
  margin-bottom: 12px;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  padding: 6px 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
  transition: all 0.3s ease;
}

.sector-104-container .faq-item.open {
  border-color: rgba(201, 168, 76, 0.5);
  box-shadow: 0 6px 20px rgba(201, 168, 76, 0.05);
}

.sector-104-container .faq-q {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: var(--darker);
  font-weight: 600;
  line-height: 1.4;
  gap: 12px;
}

.sector-104-container .faq-q i {
  font-size: 16px;
  color: var(--gold);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.sector-104-container .faq-item.open .faq-q i {
  transform: rotate(45deg);
}

.sector-104-container .faq-a {
  font-size: 14px;
  color: var(--mid);
  line-height: 1.8;
  padding-bottom: 18px;
  display: none;
  border-top: 1px solid var(--border-light);
  padding-top: 12px;
  margin-top: 4px;
}

.sector-104-container .faq-item.open .faq-a {
  display: block;
}

.sector-104-container .cta-dark {
  background: var(--darker);
  color: white;
  padding: 64px 32px;
  text-align: center;
  margin: 32px 0 0;
}

.sector-104-container .cta-lbl {
  font-size: 10px;
  color: var(--gold);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
}

.sector-104-container .cta-h {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 16px;
  font-weight: 700;
}

.sector-104-container .cta-p {
  font-size: 15px;
  color: #cccccc;
  line-height: 1.8;
  max-width: 580px;
  margin: 0 auto 32px;
}

.sector-104-container .btn-gold {
  background: var(--gold);
  color: var(--darker);
  border: none;
  padding: 14px 28px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--sans);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.sector-104-container .btn-gold:hover {
  background: #d4b86a;
}

.sector-104-container .btn-ghost {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 12px 28px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--sans);
  margin-left: 14px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.sector-104-container .btn-ghost:hover {
  border-color: white;
  background: rgba(255, 255, 255, 0.05);
}

.sector-104-container .lead-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 300;
  background: var(--white);
  border: 1px solid var(--border);
  padding: 20px;
  width: 250px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}

.sector-104-container .lead-close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 18px;
  color: var(--muted);
  cursor: pointer;
  background: none;
  border: none;
  line-height: 1;
}

.sector-104-container .lead-title {
  font-family: var(--serif);
  font-size: 17px;
  color: var(--darker);
  margin-bottom: 4px;
  font-weight: 700;
}

.sector-104-container .lead-sub {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 14px;
}

.sector-104-container .lead-input {
  width: 100%;
  border: 1px solid var(--border);
  padding: 10px 12px;
  font-size: 12px;
  font-family: var(--sans);
  color: var(--dark);
  background: var(--bg);
  margin-bottom: 8px;
  outline: none;
  border-radius: 4px;
}

.sector-104-container .lead-input:focus {
  border-color: var(--gold);
  background: var(--white);
}

.sector-104-container .lead-btn {
  width: 100%;
  background: var(--darker);
  color: white;
  border: none;
  padding: 11px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--sans);
  margin-bottom: 8px;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.sector-104-container .lead-btn:hover {
  background: #1a1a2e;
}

.sector-104-container .lead-wa {
  width: 100%;
  background: #25D366;
  color: white;
  border: none;
  padding: 11px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--sans);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.sector-104-container .lead-wa:hover {
  background: #20ba5a;
}

.sector-104-container .lead-disc {
  font-size: 9px;
  color: var(--muted);
  text-align: center;
  margin-top: 8px;
}

/* Handle mobile responsive adjustments */
@media (max-width: 991px) {
  .sector-104-container .projects-grid {
    grid-template-columns: 1fr;
  }

  .sector-104-container .two-col {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sector-104-container .dist-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sector-104-container .profiles-grid {
    grid-template-columns: 1fr;
  }

  .sector-104-container .compare-head,
  .sector-104-container .compare-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  /* Hide less critical comparison columns on mobile */
  .sector-104-container .compare-head div:nth-child(4),
  .sector-104-container .compare-head div:nth-child(5),
  .sector-104-container .compare-row div:nth-child(4),
  .sector-104-container .compare-row div:nth-child(5) {
    display: none;
  }

  .sector-104-container .pt-head,
  .sector-104-container .pt-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sector-104-container .pt-head div:nth-child(3),
  .sector-104-container .pt-row div:nth-child(3) {
    display: none;
  }

  .sector-104-container .stats-bar {
    flex-direction: column;
  }

  .sector-104-container .stat-item {
    border-right: none;
    border-bottom: 1px solid var(--border-light);
  }

  .sector-104-container .stat-item:last-child {
    border-bottom: none;
  }

  .sector-104-container .conn-grid {
    grid-template-columns: 1fr;
  }

  .sector-104-container .infra-grid {
    grid-template-columns: 1fr;
  }

  .sector-104-container .filter-bar {
    flex-wrap: wrap;
    gap: 8px;
    position: static;
  }
}

/* Extra utility classes for previously inline styles */
.sector-104-container .text-dark {
  color: var(--dark);
}

.sector-104-container .text-green {
  color: var(--green);
  font-weight: 600;
}

.sector-104-container .map-pin-icon {
  font-size: 11px;
  color: var(--gold);
  vertical-align: -1px;
}

.sector-104-container .map-svg {
  width: 100%;
  height: 155px;
  display: block;
  margin-bottom: 14px;
}

.sector-104-container .text-muted-12 {
  font-size: 12px;
  color: var(--muted);
}

.sector-104-container .text-right {
  text-align: right;
}

.sector-104-container .text-muted-9-green {
  font-size: 9px;
  color: var(--green);
  margin-top: 2px;
}

.sector-104-container .text-muted-9 {
  font-size: 9px;
  color: var(--muted);
  margin-top: 2px;
}

.sector-104-container .text-bold {
  font-weight: 700;
}

.sector-104-container .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.sector-104-container .card-stat-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 16px 18px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.sector-104-container .margin-bottom-20 {
  margin-bottom: 20px;
}

.sector-104-container .margin-bottom-12 {
  margin-bottom: 12px;
}

.sector-104-container .honest-commute-box {
  margin-top: 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 20px;
  font-size: 14px;
  color: var(--mid);
  line-height: 1.75;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.sector-104-container .honest-commute-title {
  color: var(--darker);
  display: block;
  margin-bottom: 6px;
}

.sector-104-container .compare-wrap-mb20 {
  margin-bottom: 20px;
}

.sector-104-container .text-center {
  text-align: center;
}

.sector-104-container .text-semibold-600 {
  font-weight: 600;
}

.sector-104-container .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 4px;
}

.sector-104-container .compare-win-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.sector-104-container .compare-win-title-green {
  font-size: 10px;
  color: var(--green-text);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
}

.sector-104-container .compare-win-title-gold {
  font-size: 10px;
  color: var(--gold-text);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
}

.sector-104-container .explore-sector-box {
  margin-top: 16px;
  font-size: 14px;
  color: var(--mid);
  padding: 18px 24px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.sector-104-container .sec-num-centered {
  justify-content: center;
}

.sector-104-container .title-centered {
  text-align: center;
  margin-bottom: 32px;
}

.sector-104-container .btn-ghost-wa {
  display: inline-block;
  line-height: 1.6;
  text-decoration: none;
}

.sector-104-container .appearance-none {
  appearance: none;
}

.sector-104-container .text-decoration-none {
  text-decoration: none;
}

.sector-104-container .stat-lbl-sm {
  font-size: 9px;
  color: var(--muted);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
}

.sector-104-container .stat-desc-sm {
  font-size: 10px;
  color: var(--mid);
  margin-top: 2px;
}

.sector-104-container .check-icon {
  font-size: 12px;
  vertical-align: -1px;
}

.sector-104-container .text-gold {
  color: var(--gold);
}

.sector-104-container .fs-10 {
  font-size: 10px;
}

.sector-104-container .text-muted {
  color: var(--muted);
}

.sector-104-container .stat-val-green {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--green);
  font-weight: 700;
}

.sector-104-container .stat-val-gold {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--gold);
  font-weight: 700;
}

.sector-104-container .stat-val-darker {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--darker);
  font-weight: 700;
}

.sector-104-container .text-medium-500 {
  font-weight: 500;
}

.sector-104-container .fs-14-mb10 {
  font-size: 14px;
  margin-bottom: 10px;
}

.sector-104-container .fs-14-m0 {
  font-size: 14px;
  margin: 0;
}

.sector-104-container .newsletter-section-custom {
  background-color: var(--deh-cream);
  border-top: 1px solid var(--deh-light-border);
}

.sector-104-container .newsletter-title-custom {
  font-family: var(--deh-font-heading);
  color: var(--deh-navy);
  font-weight: 600;
}

.sector-104-container .newsletter-desc-custom {
  font-size: .88rem;
}

.sector-104-container .newsletter-input-custom {
  border-radius: 4px 0 0 4px;
}

.sector-104-container .newsletter-btn-custom {
  background: #1a1a1a;
  color: white;
  border-radius: 0 4px 4px 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* ==========================================================================
   MOBILE RESPONSIVENESS POLISH
   ========================================================================== */

/* Hide floating lead form on tablets and phones (under 768px) */
@media (max-width: 767.98px) {

  .sector-103-container .lead-float,
  .sector-104-container .lead-float {
    display: none !important;
  }
}

/* Single column for distance grids on extra small screens (under 576px) */
@media (max-width: 575.98px) {

  .sector-103-container .dist-grid,
  .sector-104-container .dist-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ==========================================================================
   FOOTER DYNAMIC CTA & NEWSLETTER BANNER
   ========================================================================== */

.deh-footer-cta {
  background-color: #0c0c0c;
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.deh-footer-cta .cta-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  color: #c9a84c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
}

.deh-footer-cta .cta-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.25;
  margin-bottom: 18px;
  font-weight: 700;
  color: #ffffff;
}

.deh-footer-cta .cta-title em {
  font-style: italic;
  font-weight: 700;
  color: #ffffff;
}

.deh-footer-cta .cta-desc {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #b3b3b3;
  line-height: 1.8;
  max-width: 680px;
  margin: 0 auto 32px;
}

.deh-footer-cta .cta-buttons-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.deh-footer-cta .btn-primary-gold {
  background-color: #B8893F;
  color: #ffffff;
  border: none;
  padding: 14px 28px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.deh-footer-cta .btn-primary-gold:hover {
  background-color: #c9a84c;
  color: #ffffff;
}

.deh-footer-cta .btn-secondary-outline {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 13px 28px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.deh-footer-cta .btn-secondary-outline:hover {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}

.deh-footer-newsletter {
  background-color: #ffffff;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 20px;
  color: #1a1a1a;
}

.deh-footer-newsletter .newsletter-title {
  font-family: 'Inter', sans-serif;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
}

.deh-footer-newsletter .newsletter-desc {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #666666;
  margin-bottom: 0;
}

.deh-footer-newsletter .newsletter-form {
  display: flex;
  align-items: stretch;
}

.deh-footer-newsletter .newsletter-input {
  border-radius: 0;
  border: 1px solid #cccccc;
  padding: 10px 16px;
  font-size: 13px;
  width: 100%;
  box-shadow: none;
  outline: none;
}

.deh-footer-newsletter .newsletter-input:focus {
  border-color: #B8893F;
}

.deh-footer-newsletter .newsletter-btn {
  background-color: #1a1a1a;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 10px 24px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.deh-footer-newsletter .newsletter-btn:hover {
  background-color: #333333;
  color: #ffffff;
}

@media (max-width: 767px) {
  .deh-footer-cta {
    padding: 48px 16px;
  }

  .deh-footer-cta .cta-title {
    font-size: 24px;
  }

  .deh-footer-cta .cta-desc {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .deh-footer-cta .cta-buttons-row {
    flex-direction: column;
    width: 100%;
  }

  .deh-footer-cta .btn-primary-gold,
  .deh-footer-cta .btn-secondary-outline {
    width: 100%;
    text-align: center;
  }

  .deh-footer-newsletter {
    padding: 10px 20px;
  }

  .deh-footer-newsletter .newsletter-title {
    font-size: 15px;
  }

  .deh-footer-newsletter .newsletter-desc {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .deh-footer-newsletter .newsletter-form {
    flex-direction: column;
    gap: 12px;
  }
}

/* ==========================================================================
   REDESIGNED HOMEPAGE COMPONENTS
   ========================================================================== */

/* Hero Section Shortcut Pills */
.hero-sector-pills {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-sector-pill {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-sector-pill:hover {
  border-color: #B8893F;
  color: #B8893F;
  background: rgba(184, 137, 63, 0.1);
}

/* Filtering Tabs */
.filter-tabs-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.filter-tab-btn {
  background: white;
  border: 1px solid #e5e7eb;
  color: #2d2d2d;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-tab-btn:hover {
  border-color: #1a1a1a;
  color: #1a1a1a;
}

.filter-tab-btn.active {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: white;
}

/* Redesigned Luxury Property Cards */
.deh-luxury-card {
  height: 100%;
  background: white;
  border: 0.5px solid #F0EDE5;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.deh-luxury-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.deh-luxury-card-header {
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
  position: relative;
  border-bottom: 0.5px solid #F0EDE5;
}

.deh-luxury-card-brand-box {
  border: 1px solid #B8893F;
  padding: 4px 10px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 1px;
}

.deh-luxury-card-brand-text {
  font-family: 'Playfair Display', serif;
  color: #c9a84c;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
}

.deh-luxury-card-badge {
  padding: 4px 10px;
  font-family: 'Inter', sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  color: white;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(4px);
}

/* Brand Background Gradients */
.brand-bg-whiteland {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

.brand-bg-sobha {
  background: linear-gradient(135deg, #0b132b 0%, #1c2541 100%);
}

.brand-bg-m3m {
  background: linear-gradient(135deg, #064e3b 0%, #022c22 100%);
}

.brand-bg-elan {
  background: linear-gradient(135deg, #18181b 0%, #09090b 100%);
}

.brand-bg-godrej {
  background: linear-gradient(135deg, #14532d 0%, #052e16 100%);
}

.brand-bg-hero {
  background: linear-gradient(135deg, #4c1d95 0%, #2e1065 100%);
}

.brand-bg-puri {
  background: linear-gradient(135deg, #3f3f46 0%, #18181b 100%);
}

.deh-luxury-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.deh-luxury-card-title {
  font-family: 'Playfair Display', serif;
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
}

.deh-luxury-card-desc {
  font-family: 'Inter', sans-serif;
  color: #6b7280;
  font-size: 11px;
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
}

.deh-luxury-card-stats-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.5px solid #F0EDE5;
  border-bottom: 0.5px solid #F0EDE5;
  padding: 12px 0;
  margin-bottom: 16px;
}

.deh-luxury-card-stat-col {
  flex: 1;
  text-align: center;
  border-right: 0.5px solid #F0EDE5;
}

.deh-luxury-card-stat-col:last-child {
  border-right: none;
}

.deh-luxury-card-stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 7px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8A8A85;
  margin-bottom: 4px;
  font-weight: 600;
}

.deh-luxury-card-stat-value {
  font-family: 'Playfair Display', serif;
  font-size: 11px;
  font-weight: 600;
  color: #1A1A1A;
  margin: 0;
}

.deh-luxury-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.deh-luxury-card-date {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  color: #8A8A85;
  margin: 0;
}

.deh-luxury-card-link {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #B8893F;
  text-decoration: none;
  transition: color 0.3s ease;
}

.deh-luxury-card-link:hover {
  color: #a37836;
}

/* Intro and explanation texts */
.section-explanation-text {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  line-height: 1.8;
  color: #71717a;
  max-width: 800px;
  margin: 24px auto 0 auto;
  text-align: center;
}

/* Consultant Panel Gold Box */
.consultant-box {
  background-color: #B8893F;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: white;
  text-align: center;
  position: relative;
}

.consultant-box-content {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.consultant-box-quote {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 20px;
}

.consultant-box-brand {
  font-family: 'Inter', sans-serif;
  font-size: 8px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
}

/* General Layout Fixes */
.deh-hero .row {
  position: relative;
  z-index: 5;
}

@media (max-width: 767px) {
  .consultant-box {
    min-height: 280px;
    padding: 30px 15px;
  }

  .consultant-box-quote {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .section-explanation-text {
    font-size: 10px;
    line-height: 1.7;
    margin-top: 16px;
    padding: 0 10px;
  }
}

/* ==========================================================================
   PROJECTS LIST PAGE REDESIGN
   ========================================================================== */

/* Sub-header */
.deh-projects-subheader {
  padding: 40px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #eaeaea;
}

.deh-projects-subheader .projects-breadcrumb-nav {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.deh-projects-subheader .projects-breadcrumb-nav a {
  color: #999;
}

.deh-projects-subheader .subheader-tagline {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  color: #B8893F;
  text-transform: uppercase;
  font-weight: 600;
}

.deh-projects-subheader .subheader-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  line-height: 1.2;
  color: #1a1a1a;
  margin-top: 10px;
}

.deh-projects-subheader .subheader-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
  max-width: 650px;
  margin-bottom: 0;
}

.deh-projects-subheader .projects-count-box {
  text-align: right;
}

.deh-projects-subheader .projects-count-number {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  line-height: 1;
  color: #B8893F;
}

.deh-projects-subheader .projects-count-label {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #666666;
  margin-top: 4px;
}

/* Stats summary boxes grid */
.deh-projects-stats-grid {
  padding: 30px 0;
  background-color: #fafaf7;
  border-bottom: 1px solid #eaeaea;
}

.deh-projects-stats-box {
  background: #ffffff;
  border: 1px solid #eaeaea;
  padding: 20px;
  text-align: center;
  height: 100%;
}

.deh-projects-stats-box .stat-val {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.deh-projects-stats-box .stat-lbl {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888888;
  font-weight: 600;
}

/* Filters sections */
.deh-projects-filters-section {
  padding: 20px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #eaeaea;
}

.deh-filter-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 12px;
}

.deh-filter-row:last-child {
  margin-bottom: 0;
}

.deh-filter-label {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1a1a;
  min-width: 90px;
}

.deh-filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.deh-filter-btn {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 6px 10px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #666666;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
}

.deh-filter-btn:hover,
.deh-filter-btn.active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff;
}

/* Projects Matching counter */
.deh-projects-match-counter {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #1a1a1a;
  text-align: right;
}

/* Project Cards */
.deh-project-list-grid {
  padding: 50px 0;
  background-color: #ffffff;
}

.deh-project-card {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.deh-project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.deh-project-card-image-wrapper {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.deh-project-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.deh-project-card:hover .deh-project-card-img {
  transform: scale(1.05);
}

.deh-project-card-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
}

.deh-project-card-badge-sector {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: rgba(26, 26, 26, 0.85);
  color: #ffffff;
  padding: 4px 10px;
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.deh-project-card-badge-status {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 4px 10px;
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.deh-project-card-badge-status.new-launch {
  background-color: #B8893F;
  color: #ffffff;
}

.deh-project-card-badge-status.ready-to-move {
  background-color: #059669;
  color: #ffffff;
}

.deh-project-card-badge-status.sold-out {
  background-color: #d1a85c;
  color: #ffffff;
}

.deh-project-card-body {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.deh-project-card-builder {
  font-family: 'Inter', sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #B8893F;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.deh-project-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 10px;
  font-weight: 700;
}

.deh-project-card-desc {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 20px;
}

.deh-project-card-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0;
  margin-bottom: 20px;
}

.deh-project-card-stat-col {
  text-align: left;
}

.deh-project-card-stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  letter-spacing: 1px;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.deh-project-card-stat-value {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0;
}

.deh-project-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.deh-project-card-rera {
  font-family: 'Inter', sans-serif;
  font-size: 8px;
  letter-spacing: 1px;
  color: #a0a0a0;
  text-transform: uppercase;
  margin-bottom: 0;
}

.deh-project-card-link {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #B8893F;
  text-transform: uppercase;
}

/* Honest Comparison Guide */
.deh-comparison-guide-section {
  padding: 60px 0;
  background-color: #fafaf7;
  border-top: 1px solid #eaeaea;
}

.deh-comparison-guide-section .section-subtitle-tag {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  color: #B8893F;
  text-transform: uppercase;
  font-weight: 600;
}

.deh-comparison-guide-section .section-main-title {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  color: #1a1a1a;
  margin-top: 8px;
  margin-bottom: 30px;
}

.deh-comparison-desc-col p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #4a4a4a;
  margin-bottom: 20px;
}

.deh-comparison-desc-col strong {
  color: #1a1a1a;
}

.deh-comparison-table-wrapper {
  background: #ffffff;
  border: 1px solid #eaeaea;
  padding: 10px;
}

.deh-comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.deh-comparison-table th {
  background-color: #ffffff;
  border-bottom: 1px solid #eaeaea;
  padding: 12px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888888;
  font-weight: 600;
  text-align: left;
}

.deh-comparison-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #f5f5f5;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #333333;
}

.deh-comparison-table tr:last-child td {
  border-bottom: none;
}

.deh-comparison-table .proj-name {
  font-weight: 600;
  color: #1a1a1a;
}

.deh-comparison-table .badge-delivered {
  background-color: #ecfdf5;
  color: #059669;
  padding: 3px 8px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
}

/* FAQ Section */
.deh-projects-faq-section {
  padding: 60px 0;
  background-color: #ffffff;
  border-top: 1px solid #eaeaea;
}

.deh-projects-faq-section .section-subtitle-tag {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  color: #B8893F;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.deh-projects-faq-section .section-main-title {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  color: #1a1a1a;
  margin-top: 8px;
  margin-bottom: 40px;
  text-align: center;
}

.deh-faq-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #eaeaea;
}

.deh-faq-accordion .accordion-button {
  padding: 20px 0;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  background-color: transparent !important;
  box-shadow: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
}

.deh-faq-accordion .accordion-button::after {
  content: '+';
  background-image: none;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #B8893F;
  width: auto;
  height: auto;
  transition: transform 0.2s ease;
}

.deh-faq-accordion .accordion-button:not(.collapsed)::after {
  content: '−';
  transform: none;
}

.deh-faq-accordion .accordion-body {
  padding: 0 0 20px 0;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #666666;
}

/* Bottom CTA Banner */
.deh-projects-cta-banner {
  background-color: #0c0c0c;
  padding: 60px 20px;
  text-align: center;
}

.deh-projects-cta-banner .cta-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  letter-spacing: 2px;
  color: #B8893F;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}

.deh-projects-cta-banner .cta-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 15px;
}

.deh-projects-cta-banner .cta-desc {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  line-height: 1.6;
  color: #888888;
  max-width: 550px;
  margin: 0 auto 30px auto;
}

.deh-projects-cta-banner .cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.deh-projects-cta-banner .btn-gold-fill {
  background-color: #B8893F;
  color: #ffffff;
  border: 1px solid #B8893F;
  padding: 12px 28px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.deh-projects-cta-banner .btn-gold-fill:hover {
  background-color: #a47632;
  border-color: #a47632;
}

.deh-projects-cta-banner .btn-white-outline {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 28px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.deh-projects-cta-banner .btn-white-outline:hover {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}

/* Media Queries for Projects Redesign */
@media (max-width: 991px) {
  .deh-projects-subheader {
    text-align: center;
    padding: 30px 15px;
  }

  .deh-projects-subheader .subheader-title {
    font-size: 26px;
  }

  .deh-projects-subheader .projects-count-box {
    text-align: center;
    margin-top: 25px;
  }

  .deh-projects-subheader .projects-count-number {
    font-size: 48px;
  }

  .deh-projects-match-counter {
    text-align: left;
    margin-top: 10px;
  }

  .deh-comparison-table-wrapper {
    overflow-x: auto;
  }

  .deh-comparison-guide-section .section-main-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .deh-projects-stats-grid {
    padding: 15px 0;
  }

  .deh-projects-stats-box {
    padding: 15px;
  }

  .deh-projects-stats-box .stat-val {
    font-size: 16px;
  }

  .deh-filter-row {
    gap: 8px;
  }

  .deh-filter-label {
    min-width: 100%;
    margin-bottom: 4px;
  }

  .deh-project-list-grid {
    padding: 30px 0;
  }

  .deh-project-card-image-wrapper {
    height: 180px;
  }

  .deh-project-card-body {
    padding: 18px;
  }

  .deh-project-card-title {
    font-size: 18px;
  }

  .deh-project-card-stats {
    padding: 10px 0;
    margin-bottom: 15px;
  }

  .deh-projects-faq-section {
    padding: 40px 15px;
  }

  .deh-projects-faq-section .section-main-title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .deh-projects-cta-banner .cta-buttons {
    flex-direction: column;
    width: 100%;
  }

  .deh-projects-cta-banner .btn-gold-fill,
  .deh-projects-cta-banner .btn-white-outline {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* Inline Desktop and Mobile Filters Alignment */
.deh-desktop-filters-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
}

.deh-desktop-filters-row>div:first-child {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  flex-grow: 1;
}

.deh-desktop-filters-row .deh-filter-btn {
  white-space: nowrap;
}

.deh-filter-inline-label {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #888888;
  margin-right: 8px;
  text-transform: uppercase;
}

.deh-filter-btn-group {
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
}

.deh-filter-separator {
  width: 1px;
  height: 16px;
  background-color: #eaeaea;
  margin: 0 15px;
  display: inline-block;
  vertical-align: middle;
}

.deh-mobile-filters-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.deh-projects-match-counter {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #1a1a1a;
  white-space: nowrap;
}

.match-count-val {
  font-weight: 700;
  color: #B8893F;
}

/* Responsiveness adjustments to keep filters on one line down to 992px */
@media (min-width: 992px) and (max-width: 1200px) {
  .deh-desktop-filters-row>div:first-child {
    gap: 4px;
  }

  .deh-desktop-filters-row .deh-filter-btn-group {
    gap: 4px;
  }

  .deh-desktop-filters-row .deh-filter-btn {
    padding: 5px 8px;
    font-size: 8px;
    letter-spacing: 0px;
  }

  .deh-desktop-filters-row .deh-filter-separator {
    margin: 0 8px;
  }

  .deh-desktop-filters-row .deh-filter-inline-label {
    font-size: 8px;
    letter-spacing: 1px;
    margin-right: 4px;
  }

  .deh-projects-match-counter {
    font-size: 10px;
    margin-left: 10px;
  }
}

@media (min-width: 1201px) and (max-width: 1399px) {
  .deh-desktop-filters-row>div:first-child {
    gap: 6px;
  }

  .deh-desktop-filters-row .deh-filter-btn-group {
    gap: 5px;
  }

  .deh-desktop-filters-row .deh-filter-btn {
    padding: 6px 10px;
    font-size: 9px;
  }

  .deh-desktop-filters-row .deh-filter-separator {
    margin: 0 12px;
  }
}

/* Enable swipeable horizontal scrolling for desktop filters on small desktop screens */
.deh-desktop-filters-row > div:first-child {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  flex-grow: 1;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.deh-desktop-filters-row > div:first-child::-webkit-scrollbar {
  display: none;
}

/* Prevent property page hero badges from overflowing on mobile */
.sp-hero-section .d-flex {
  flex-wrap: wrap !important;
}
.sp-hero-section .badge {
  white-space: normal !important;
  text-align: center;
}

/* Sticky Floating Enquiry Button */
.deh-floating-enquire-wrapper {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1000;
  display: block;
}
.btn-floating-enquire {
  background-color: #B8893F;
  color: #ffffff;
  border: 1px solid #B8893F;
  padding: 12px 24px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-floating-enquire:hover {
  background-color: #a47632;
  border-color: #a47632;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(184, 137, 63, 0.35);
}

/* Mobile responsive full-width sticky bar */
@media (max-width: 767px) {
  .deh-floating-enquire-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
  }
  .btn-floating-enquire {
    width: 100%;
    padding: 16px;
    font-size: 12px;
    border: none;
  }
}