/*
Theme Name: Wellshome Properties
Theme URI: https://wellshome.ng
Author: Wellshome Properties LTD
Author URI: https://wellshome.ng
Description: Professional real estate theme for Wellshome Properties LTD — helping Nigerians sell their properties fast for cash.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wellshome
Tags: real-estate, business, custom-colors, custom-menu, featured-images, one-column, two-columns
*/

/* =========================================
   WELLSHOME PROPERTIES — MASTER STYLESHEET
   ========================================= */

:root {
  --navy:       #1a2e44;
  --navy-dark:  #0f1e2e;
  --navy-light: #223654;
  --gold:       #e8821a;
  --gold-hover: #d06f10;
  --gold-light: #f5a040;
  --white:      #ffffff;
  --off-white:  #f7f8fa;
  --light-gray: #eef0f3;
  --mid-gray:   #c5c8ce;
  --text:       #2d3748;
  --text-light: #5a6577;
  --text-muted: #8a95a3;
  --border:     #dde1e7;
  --shadow:     0 2px 12px rgba(0,0,0,0.10);
  --shadow-lg:  0 8px 32px rgba(0,0,0,0.14);
  --radius:     4px;
  --radius-md:  8px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Open Sans', Arial, sans-serif;
  background: var(--white);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--gold-hover); }
ul { list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
  color: var(--navy-dark);
  line-height: 1.25;
  font-weight: 700;
}

p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.container-wide {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ── BUTTONS ── */
.btn {
  display: inline-block;
  padding: 0.85rem 1.75rem;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  text-align: center;
  transition: background 0.2s, transform 0.15s;
  text-decoration: none;
}
.btn-gold {
  background: var(--gold);
  color: var(--white);
}
.btn-gold:hover {
  background: var(--gold-hover);
  color: var(--white);
  transform: translateY(-1px);
}
.btn-gold-lg {
  padding: 1.1rem 2.5rem;
  font-size: 1.1rem;
}
.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
}
.btn-outline:hover {
  background: var(--white);
  color: var(--navy);
}
.btn-full { width: 100%; display: block; }

/* ── TOP BAR ── */
.topbar {
  background: var(--navy-dark);
  padding: 0.5rem 0;
  font-size: 0.85rem;
  color: var(--mid-gray);
}
.topbar-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
}
.topbar a {
  color: var(--mid-gray);
  font-size: 0.82rem;
}
.topbar a:hover { color: var(--gold); }
.topbar-phone {
  color: var(--gold) !important;
  font-weight: 700;
  font-size: 1rem !important;
}

/* ── HEADER / NAV ── */
.site-header {
  background: var(--white);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 200;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}
.site-logo img {
  height: 60px;
  width: auto;
}
.site-logo-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--navy-dark);
  line-height: 1;
}
.site-logo-text span { color: var(--gold); }
.site-logo-sub {
  font-size: 0.7rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* NAV MENU */
.main-nav { display: flex; align-items: center; gap: 0.25rem; }
.main-nav a {
  color: var(--navy-dark);
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: color 0.2s, background 0.2s;
}
.main-nav a:hover,
.main-nav a.current { color: var(--gold); }

.main-nav .nav-cta {
  background: var(--gold);
  color: var(--white) !important;
  padding: 0.55rem 1.1rem;
  border-radius: var(--radius);
  margin-left: 0.5rem;
}
.main-nav .nav-cta:hover { background: var(--gold-hover); }

/* Hamburger */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  width: 24px; height: 2px;
  background: var(--navy-dark);
  border-radius: 2px;
  transition: all 0.3s;
}

/* ── HERO ── */
.hero {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 60%, var(--navy-light) 100%);
  position: relative;
  overflow: hidden;
  padding: 5rem 0 4rem;
  min-height: 520px;
  display: flex;
  align-items: center;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url('images/hero-bg.jpg') center/cover no-repeat;
  opacity: 0.18;
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 3rem;
  align-items: center;
}
.hero-text h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--white);
  margin-bottom: 1.25rem;
  line-height: 1.2;
}
.hero-text h1 span { color: var(--gold); }
.hero-checklist { margin: 1.5rem 0; }
.hero-checklist li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--white);
  font-size: 1.05rem;
  margin-bottom: 0.6rem;
  font-weight: 600;
}
.hero-checklist li::before {
  content: '✓';
  background: var(--gold);
  color: var(--white);
  width: 22px; height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  flex-shrink: 0;
}

/* ── HERO FORM CARD ── */
.hero-form-card {
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  padding: 1.75rem;
  max-height: 92vh;
  overflow-y: auto;
}
.hero-form-card h3 {
  font-size: 1.2rem;
  color: var(--navy-dark);
  margin-bottom: 0.25rem;
}
.hero-form-card p {
  font-size: 0.82rem;
  color: var(--text-light);
  margin-bottom: 1.25rem;
}
.form-divider {
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
  margin-bottom: 1.25rem;
  width: 50px;
}

/* ── FORMS ── */
.wh-form .form-group { margin-bottom: 0.85rem; }
.wh-form label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--navy-dark);
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.wh-form input,
.wh-form textarea,
.wh-form select {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-family: inherit;
  color: var(--text);
  background: var(--white);
  transition: border-color 0.2s;
  appearance: none;
}
.wh-form input:focus,
.wh-form textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(232,130,26,0.12);
}
.wh-form textarea { resize: vertical; min-height: 100px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.form-note {
  font-size: 0.72rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-top: 0.5rem;
}
.form-privacy {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 0.85rem 0;
  padding: 0.75rem;
  background: var(--off-white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
}
.form-privacy input[type="checkbox"] {
  margin-top: 2px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  accent-color: var(--gold);
  cursor: pointer;
}
.form-privacy span {
  font-size: 0.72rem;
  color: var(--text-muted);
  line-height: 1.55;
  display: block;
}

/* ── TRUST BADGES ── */
.trust-bar {
  background: var(--navy-dark);
  padding: 1.25rem 0;
}
.trust-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--white);
  font-size: 0.9rem;
}
.trust-stars { color: #ffc107; font-size: 1rem; letter-spacing: 2px; }
.trust-platform { font-weight: 700; font-size: 0.85rem; }

/* ── STEPS SECTION ── */
.section { padding: 4rem 0; }
.section-alt { background: var(--off-white); }
.section-navy { background: var(--navy-dark); }

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.section-header h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: 0.75rem;
}
.section-header p {
  color: var(--text-light);
  max-width: 600px;
  margin: 0 auto;
}
.section-header .section-number {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 0.5rem;
}
.num-badge {
  background: var(--navy-dark);
  color: var(--white);
  width: 34px; height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.step-card {
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  padding: 2rem 1.5rem;
  text-align: center;
  border-top: 4px solid var(--gold);
  transition: box-shadow 0.2s, transform 0.2s;
}
.step-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.step-num {
  background: var(--navy-dark);
  color: var(--white);
  width: 46px; height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 auto 1rem;
}
.step-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: var(--gold);
}
.step-card h3 {
  font-size: 1rem;
  color: var(--navy-dark);
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.step-card p {
  font-size: 0.88rem;
  color: var(--text-light);
  margin: 0;
}

/* ── HOW IT WORKS (Numbered) ── */
.how-list { max-width: 700px; margin: 0 auto; }
.how-item {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border);
}
.how-item:last-child { border-bottom: none; }
.how-num {
  background: var(--navy-dark);
  color: var(--white);
  width: 48px; height: 48px; min-width: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 800;
  margin-top: 0.1rem;
}
.how-content h3 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
  color: var(--navy-dark);
}
.how-content p { font-size: 0.9rem; color: var(--text-light); margin: 0; }

/* ── COMPARE TABLE ── */
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.compare-table th {
  padding: 1rem 1.25rem;
  text-align: left;
  background: var(--navy-dark);
  color: var(--white);
  font-weight: 700;
}
.compare-table th:first-child { width: 40%; }
.compare-table th.gold-col { background: var(--gold); }
.compare-table td {
  padding: 0.85rem 1.25rem;
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
}
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:nth-child(even) td { background: var(--off-white); }
.compare-table .check { color: #27ae60; font-size: 1.1rem; }
.compare-table .cross { color: #e74c3c; font-size: 1.1rem; }
.compare-table .gold-val { color: var(--gold); font-weight: 700; }

/* ── TESTIMONIALS ── */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.testi-card {
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  padding: 1.75rem;
  border-left: 4px solid var(--gold);
}
.testi-stars { color: #ffc107; font-size: 1.1rem; margin-bottom: 0.75rem; }
.testi-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy-dark);
  margin-bottom: 0.5rem;
}
.testi-text {
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 1rem;
}
.testi-author {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ── SIDEBAR WIDGET ── */
.sidebar-widget {
  background: var(--navy-dark);
  color: var(--white);
  border-radius: var(--radius-md);
  padding: 1.75rem;
  margin-bottom: 1.5rem;
}
.sidebar-widget h3 {
  color: var(--white);
  font-size: 1.25rem;
  margin-bottom: 0.4rem;
}
.sidebar-widget p {
  color: var(--mid-gray);
  font-size: 0.85rem;
  margin-bottom: 1.25rem;
}
.sidebar-widget ul { margin: 0 0 1.25rem; }
.sidebar-widget ul li {
  color: var(--mid-gray);
  font-size: 0.85rem;
  padding: 0.3rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.sidebar-widget ul li::before { content: '?'; color: var(--gold); font-weight: 700; }
.sidebar-widget-gold {
  background: var(--gold);
}
.sidebar-widget-gold h3,
.sidebar-widget-gold p { color: var(--white); }

/* ── PAGE LAYOUT ── */
.page-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 2.5rem;
  align-items: start;
  padding: 3rem 0;
}
.page-content h1 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  margin-bottom: 1rem;
}
.page-content h2 {
  font-size: 1.3rem;
  color: var(--gold);
  margin: 2rem 0 0.75rem;
}

/* ── FAQ ── */
.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 1.25rem 0;
}
.faq-q {
  font-weight: 700;
  color: var(--navy-dark);
  font-size: 0.95rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.faq-q::after {
  content: '+';
  font-size: 1.3rem;
  color: var(--gold);
  transition: transform 0.2s;
  flex-shrink: 0;
}
.faq-item.open .faq-q::after { content: '−'; }
.faq-a {
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.8;
  margin-top: 0.75rem;
  display: none;
}
.faq-item.open .faq-a { display: block; }

/* ── CONTACT FORM PAGE ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 3rem;
  padding: 3rem 0;
}
.contact-info h2 { font-size: 1.6rem; margin-bottom: 1rem; }
.contact-info p { color: var(--text-light); font-size: 0.9rem; }
.contact-info ul { margin: 1.25rem 0; }
.contact-info ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--text-light);
  margin-bottom: 0.5rem;
}
.contact-info ul li::before { content: '•'; color: var(--gold); font-weight: 700; margin-top: 1px; }
.contact-phone {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--gold);
}

.contact-form-card {
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  padding: 2rem;
  position: sticky;
  top: 100px;
}
.contact-form-card h3 { font-size: 1.2rem; margin-bottom: 0.3rem; }

/* ── URGENCY STRIP ── */
.urgency-strip {
  background: var(--navy-dark);
  color: var(--white);
  padding: 3.5rem 0;
  text-align: center;
}
.urgency-strip h2 {
  color: var(--white);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: 1rem;
}
.urgency-strip p { color: var(--mid-gray); max-width: 560px; margin: 0 auto 1.75rem; font-size: 0.95rem; }

/* ── WHATSAPP CTA ── */
.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #25D366;
  color: var(--white);
  padding: 0.9rem 1.75rem;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.whatsapp-btn:hover {
  background: #1ebe5c;
  color: var(--white);
  transform: translateY(-2px);
}
.whatsapp-btn svg { width: 20px; height: 20px; fill: currentColor; }

/* ── PAGE HERO BANNER ── */
.page-hero {
  background: linear-gradient(120deg, var(--navy-dark) 0%, var(--navy) 100%);
  padding: 3rem 0 2.5rem;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url('images/hero-bg.jpg') center/cover no-repeat;
  opacity: 0.12;
}
.page-hero-inner { position: relative; }
.page-hero h1 {
  color: var(--white);
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
}
.page-hero p {
  color: var(--mid-gray);
  font-size: 0.95rem;
  margin-top: 0.5rem;
}

/* ── BLOG / POSTS ── */
.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.post-card {
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.post-card:hover { box-shadow: var(--shadow-lg); }
.post-card-img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  background: var(--light-gray);
}
.post-card-body { padding: 1.25rem; }
.post-card-body h3 { font-size: 0.95rem; margin-bottom: 0.5rem; }
.post-card-body p { font-size: 0.82rem; color: var(--text-light); }
.post-card-body .read-more { font-size: 0.82rem; font-weight: 700; color: var(--gold); }

/* ── FOOTER ── */
.site-footer {
  background: var(--navy-dark);
  color: var(--mid-gray);
  padding: 3rem 0 1.5rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
.footer-about p { font-size: 0.85rem; line-height: 1.8; color: var(--mid-gray); }
.footer-logo-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 0.75rem;
}
.footer-logo-text span { color: var(--gold); }
.footer-heading {
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.footer-links li { margin-bottom: 0.4rem; }
.footer-links a {
  color: var(--mid-gray);
  font-size: 0.85rem;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 1.25rem;
  text-align: center;
  font-size: 0.78rem;
  color: #6b7585;
}

/* ── STICKY MOBILE CTA ── */
.mobile-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 300;
  background: #25D366;
  padding: 0.75rem 1rem;
  text-align: center;
  height: 52px;
  overflow: hidden;
}
.mobile-cta a {
  color: var(--white);
  font-weight: 700;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  line-height: 1;
}
.mobile-cta svg {
  width: 20px !important;
  height: 20px !important;
  flex-shrink: 0;
}

/* ── PROPERTY LISTINGS ── */
.prop-filter-bar {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.prop-filter-btn {
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  border: 2px solid var(--border);
  background: var(--white);
  color: var(--text-light);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s;
}
.prop-filter-btn:hover,
.prop-filter-btn.active {
  background: var(--navy-dark);
  border-color: var(--navy-dark);
  color: var(--white);
}

.prop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.prop-card {
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s;
}
.prop-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}

.prop-card-img {
  position: relative;
  height: 210px;
  overflow: hidden;
  background: var(--navy);
}
.prop-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.prop-card:hover .prop-card-img img {
  transform: scale(1.04);
}

.prop-status-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.prop-status-for-sale  { background: var(--gold);    color: #fff; }
.prop-status-for-rent  { background: #2980b9;        color: #fff; }
.prop-status-sold      { background: #c0392b;        color: #fff; }
.prop-status-let       { background: #27ae60;        color: #fff; }
.prop-status-off-market{ background: var(--mid-gray);color: #fff; }

.prop-negotiable-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  background: rgba(15,14,11,0.75);
  color: var(--gold-light);
  border: 1px solid var(--gold);
}

.prop-card-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}

.prop-price {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--gold);
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
}
.prop-price small {
  font-size: 0.7rem;
  color: var(--text-muted);
  font-weight: 400;
  margin-left: 0.25rem;
}

.prop-title {
  font-size: 0.98rem;
  color: var(--navy-dark);
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.prop-location {
  font-size: 0.82rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.prop-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.prop-specs span {
  font-size: 0.8rem;
  color: var(--text-light);
  background: var(--off-white);
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  border: 1px solid var(--border);
}

.prop-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.prop-feature-tag {
  font-size: 0.72rem;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  background: rgba(232,130,26,0.1);
  color: var(--gold);
  border: 1px solid rgba(232,130,26,0.25);
  font-weight: 600;
}

.prop-excerpt {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.6;
  flex: 1;
}

.prop-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border);
}
.prop-whatsapp-btn {
  background: #25D366 !important;
  padding: 0.55rem 1rem !important;
  font-size: 0.82rem !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.4rem !important;
}
.prop-whatsapp-btn svg { width: 16px !important; height: 16px !important; }
.prop-view-btn {
  font-size: 0.82rem;
  color: var(--gold);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.prop-view-btn:hover { text-decoration: underline; }

/* Single property detail grid */
.prop-detail-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 2.5rem;
  align-items: start;
}
.prop-detail-sidebar {
  position: sticky;
  top: 100px;
}

@media (max-width: 860px) {
  .prop-detail-grid {
    grid-template-columns: 1fr;
  }
  .prop-detail-sidebar {
    position: static;
  }
  .prop-detail-img {
    height: 260px;
  }
}

/* Single property */
.prop-detail-img {
  width: 100%;
  height: 380px;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 1rem;
}
.prop-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.prop-gallery-thumb {
  height: 90px;
  border-radius: var(--radius);
  overflow: hidden;
}

@media (max-width: 640px) {
  .prop-grid { grid-template-columns: 1fr; }
  .prop-detail-img { height: 240px; }
  .prop-gallery { grid-template-columns: repeat(3, 1fr); }
}

/* ── COMPARE CARDS (mobile) ── */
.compare-cards {
  display: none;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.compare-card {
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.compare-card-gold { border-color: var(--gold); }
.compare-card-header {
  padding: 0.85rem 1.25rem;
  font-weight: 700;
  font-size: 0.9rem;
  background: var(--navy-dark);
  color: var(--white);
}
.compare-card-gold .compare-card-header { background: var(--gold); }
.compare-card-list {
  list-style: none;
  padding: 0.75rem 1.25rem 1rem;
  background: var(--white);
}
.compare-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: var(--text-light);
  padding: 0.35rem 0;
  border-bottom: 1px solid var(--light-gray);
}
.compare-card-list li:last-child { border-bottom: none; }

/* Desktop table hidden on mobile, cards shown */
@media (max-width: 640px) {
  .compare-cards { display: flex; }
  .compare-table-wrap { display: none; }
}

/* ── UTILITIES ── */
.text-center { text-align: center; }
.text-gold { color: var(--gold); }
.text-white { color: var(--white); }
.text-navy { color: var(--navy-dark); }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 2rem; }
.highlight-box {
  background: var(--light-gray);
  border-left: 4px solid var(--gold);
  padding: 1.25rem 1.5rem;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 1.5rem 0;
  font-size: 0.9rem;
  color: var(--text-light);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-form-card { max-width: 100%; }
  .page-layout,
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form-card { position: static; }
  .steps-grid { grid-template-columns: 1fr; max-width: 100%; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }

  /* Fix two-column sections on tablet */
  section .container > div[style*="grid-template-columns:1fr 1fr"],
  section .container > div[style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  /* NAV */
  .main-nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--white);
    box-shadow: var(--shadow-lg);
    padding: 1rem;
    z-index: 100;
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: flex; }
  .header-inner { padding: 0.75rem 0; }

  /* TOPBAR */
  .topbar-inner { justify-content: center; flex-wrap: wrap; gap: 0.5rem; font-size: 0.78rem; }

  /* TRUST BAR */
  .trust-inner { gap: 1rem; flex-direction: column; align-items: flex-start; padding: 0 1rem; }

  /* HERO */
  .hero { padding: 2rem 0 1.5rem; }
  .hero-text h1 { font-size: 1.6rem; }
  .hero-checklist li { font-size: 0.9rem; }
  .hero-form-card { padding: 1.25rem; }
  .hero-form-card h3 { font-size: 1rem; }

  /* FORMS */
  .form-row { grid-template-columns: 1fr; }

  /* SECTIONS */
  section { padding: 2rem 1rem; }
  .section-header h2 { font-size: 1.3rem; }

  /* TWO COLUMN GRIDS — force single column */
  section .container > div[style*="grid"],
  .page-content > div[style*="grid"] {
    display: block !important;
  }
  section .container > div[style*="grid"] > div,
  .page-content > div[style*="grid"] > div {
    margin-bottom: 1.5rem;
  }

  /* SIDEBAR — full width on mobile */
  .page-layout { display: block !important; }
  .page-layout > aside { margin-top: 2rem; }
  .contact-grid { display: block !important; }
  .contact-grid > aside { margin-top: 2rem; }

  /* STEPS */
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { padding: 1.25rem; }

  /* COMPARE TABLE — scrollable on mobile */
  .compare-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -1rem;
    padding: 0 1rem;
  }
  .compare-table { font-size: 0.75rem; min-width: 540px; }
  .compare-table th, .compare-table td { padding: 0.5rem 0.6rem; }

  /* TESTIMONIALS */
  .testimonials-grid { grid-template-columns: 1fr; }

  /* FOOTER */
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  footer { padding: 2rem 1rem 1rem; }

  /* STICKY MOBILE CTA */
  .mobile-cta { display: block; }
  body { padding-bottom: 52px; }

  /* WHATSAPP BTN SIZE FIX */
  .whatsapp-btn svg,
  .mobile-cta svg,
  .btn-whatsapp svg {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px;
    flex-shrink: 0;
  }

  /* URGENCY STRIP */
  .urgency-strip { padding: 2rem 1rem; }
  .urgency-strip h2 { font-size: 1.3rem; }

  /* PAGE HERO */
  .page-hero { padding: 2rem 1rem 1.5rem; }
  .page-hero h1 { font-size: 1.3rem; }

  /* SIDEBAR WIDGETS */
  .sidebar-widget { padding: 1.25rem; }
  .contact-form-card { padding: 1.25rem; }

  /* VALUE STRIP */
  .value-strip { grid-template-columns: 1fr; gap: 1rem; }

  /* LOGO */
  .site-logo-text { font-size: 1.2rem; }
  .site-logo-sub { font-size: 0.65rem; }
}
