/* ============================================================
   A&S Property Management — Public Website Stylesheet
   Mobile-first responsive design
   ============================================================ */

/* --- Custom Properties --- */
:root {
  --ws-primary: #2E75B6;
  --ws-primary-dark: #1a5a96;
  --ws-primary-light: #e8f0fa;
  --ws-navy: #1a1a2e;
  --ws-navy-light: #16213e;
  --ws-bg: #FAFBFC;
  --ws-bg-alt: #F0F2F5;
  --ws-white: #FFFFFF;
  --ws-text: #2D3748;
  --ws-text-light: #718096;
  --ws-text-muted: #A0AEC0;
  --ws-accent: #E94560;
  --ws-accent-dark: #c73a52;
  --ws-success: #28A745;
  --ws-warning: #FFC107;
  --ws-border: #E2E8F0;
  --ws-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.06);
  --ws-shadow-md: 0 4px 6px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.06);
  --ws-shadow-lg: 0 10px 25px rgba(0,0,0,0.1), 0 6px 10px rgba(0,0,0,0.08);
  --ws-radius: 8px;
  --ws-radius-lg: 12px;
  --ws-max-width: 1200px;
  --ws-transition: 0.2s ease;
}

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ws-text);
  background: var(--ws-bg);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--ws-primary); text-decoration: none; transition: color var(--ws-transition); }
a:hover { color: var(--ws-primary-dark); }

.ws-container {
  max-width: var(--ws-max-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* --- Header --- */
.ws-header {
  background: var(--ws-white);
  border-bottom: 1px solid var(--ws-border);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--ws-shadow);
}

.ws-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--ws-max-width);
  margin: 0 auto;
  padding: 0 20px;
  height: 72px;
}

.ws-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ws-navy);
  text-decoration: none;
}

.ws-logo-icon {
  width: 40px;
  height: 40px;
  background: var(--ws-primary);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 800;
  font-size: 1.1rem;
}

.ws-nav { display: flex; align-items: center; gap: 8px; }

.ws-nav a {
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 0.925rem;
  font-weight: 500;
  color: var(--ws-text);
  transition: all var(--ws-transition);
}

.ws-nav a:hover { background: var(--ws-bg-alt); color: var(--ws-primary); }
.ws-nav a.active { color: var(--ws-primary); background: var(--ws-primary-light); }

.ws-nav-login {
  position: relative;
}

.ws-nav-login-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  background: var(--ws-primary);
  color: white !important;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.925rem;
  cursor: pointer;
  border: none;
  transition: all var(--ws-transition);
}

.ws-nav-login-btn:hover { background: var(--ws-primary-dark); color: white !important; }

.ws-login-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  background: var(--ws-white);
  border-radius: var(--ws-radius);
  box-shadow: var(--ws-shadow-lg);
  border: 1px solid var(--ws-border);
  min-width: 220px;
  overflow: hidden;
  z-index: 200;
}

.ws-nav-login:hover .ws-login-dropdown { display: block; }

.ws-login-dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  color: var(--ws-text);
  font-size: 0.9rem;
  border-bottom: 1px solid var(--ws-border);
}

.ws-login-dropdown a:last-child { border-bottom: none; }
.ws-login-dropdown a:hover { background: var(--ws-bg-alt); color: var(--ws-primary); }

.ws-login-dropdown .dropdown-icon {
  width: 32px;
  height: 32px;
  background: var(--ws-primary-light);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.ws-login-dropdown .dropdown-label { font-weight: 500; }
.ws-login-dropdown .dropdown-desc { font-size: 0.8rem; color: var(--ws-text-light); }

/* Mobile menu toggle */
.ws-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
  color: var(--ws-text);
}

/* --- Hero Section --- */
.ws-hero {
  background: linear-gradient(135deg, var(--ws-navy) 0%, var(--ws-navy-light) 50%, var(--ws-primary-dark) 100%);
  color: white;
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.ws-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"><circle cx="200" cy="200" r="180" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="40"/><circle cx="200" cy="200" r="100" fill="none" stroke="rgba(255,255,255,0.02)" stroke-width="30"/></svg>') center/contain no-repeat;
}

.ws-hero-content {
  position: relative;
  z-index: 1;
  max-width: 650px;
}

.ws-hero h1 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.ws-hero p {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 36px;
  line-height: 1.7;
}

.ws-hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* --- Buttons --- */
.ws-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--ws-radius);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all var(--ws-transition);
  line-height: 1;
}

.ws-btn-primary { background: var(--ws-accent); color: white; }
.ws-btn-primary:hover { background: var(--ws-accent-dark); color: white; transform: translateY(-1px); box-shadow: var(--ws-shadow-md); }

.ws-btn-outline { background: transparent; color: white; border: 2px solid rgba(255,255,255,0.4); }
.ws-btn-outline:hover { background: rgba(255,255,255,0.1); color: white; border-color: white; }

.ws-btn-blue { background: var(--ws-primary); color: white; }
.ws-btn-blue:hover { background: var(--ws-primary-dark); color: white; transform: translateY(-1px); }

.ws-btn-sm { padding: 10px 20px; font-size: 0.9rem; }
.ws-btn-lg { padding: 16px 36px; font-size: 1.05rem; }

/* --- Sections --- */
.ws-section {
  padding: 80px 0;
}

.ws-section-alt { background: var(--ws-white); }

.ws-section-header {
  text-align: center;
  margin-bottom: 48px;
}

.ws-section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--ws-navy);
  margin-bottom: 12px;
}

.ws-section-header p {
  font-size: 1.1rem;
  color: var(--ws-text-light);
  max-width: 600px;
  margin: 0 auto;
}

.ws-section-label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ws-primary);
  margin-bottom: 8px;
}

/* --- Services Grid --- */
.ws-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.ws-service-card {
  background: var(--ws-white);
  border: 1px solid var(--ws-border);
  border-radius: var(--ws-radius-lg);
  padding: 32px 24px;
  transition: all var(--ws-transition);
}

.ws-service-card:hover { transform: translateY(-4px); box-shadow: var(--ws-shadow-lg); }

.ws-service-icon {
  width: 56px;
  height: 56px;
  background: var(--ws-primary-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.ws-service-card h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--ws-navy);
}

.ws-service-card p {
  font-size: 0.925rem;
  color: var(--ws-text-light);
  line-height: 1.6;
}

/* --- Property Cards --- */
.ws-property-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 28px;
}

.ws-property-card {
  background: var(--ws-white);
  border-radius: var(--ws-radius-lg);
  overflow: hidden;
  border: 1px solid var(--ws-border);
  transition: all var(--ws-transition);
}

.ws-property-card:hover { transform: translateY(-4px); box-shadow: var(--ws-shadow-lg); }

.ws-property-img {
  height: 220px;
  background: var(--ws-bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ws-text-muted);
  font-size: 3rem;
  position: relative;
  overflow: hidden;
}

.ws-property-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ws-property-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--ws-success);
  color: white;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.ws-property-body { padding: 20px; }

.ws-property-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ws-primary);
  margin-bottom: 4px;
}

.ws-property-price span {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--ws-text-light);
}

.ws-property-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ws-navy);
  margin-bottom: 8px;
}

.ws-property-address {
  font-size: 0.9rem;
  color: var(--ws-text-light);
  margin-bottom: 16px;
}

.ws-property-features {
  display: flex;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--ws-border);
}

.ws-property-feature {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  color: var(--ws-text-light);
}

.ws-property-feature strong {
  color: var(--ws-text);
  font-weight: 600;
}

.ws-property-footer {
  padding: 16px 20px;
  border-top: 1px solid var(--ws-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* --- Stats Bar --- */
.ws-stats {
  background: var(--ws-navy);
  color: white;
  padding: 48px 0;
}

.ws-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  text-align: center;
}

.ws-stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.ws-stat-label {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.7);
}

/* --- CTA Section --- */
.ws-cta {
  background: linear-gradient(135deg, var(--ws-primary) 0%, var(--ws-primary-dark) 100%);
  color: white;
  padding: 64px 0;
  text-align: center;
}

.ws-cta h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.ws-cta p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 28px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

/* --- Filter Bar --- */
.ws-filter-bar {
  background: var(--ws-white);
  border: 1px solid var(--ws-border);
  border-radius: var(--ws-radius-lg);
  padding: 24px;
  margin-bottom: 32px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: flex-end;
}

.ws-filter-group {
  flex: 1;
  min-width: 150px;
}

.ws-filter-group label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ws-text-light);
  margin-bottom: 6px;
}

.ws-filter-group select,
.ws-filter-group input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--ws-border);
  border-radius: 6px;
  font-size: 0.925rem;
  font-family: inherit;
  background: var(--ws-bg);
  color: var(--ws-text);
  transition: border-color var(--ws-transition);
}

.ws-filter-group select:focus,
.ws-filter-group input:focus {
  outline: none;
  border-color: var(--ws-primary);
  box-shadow: 0 0 0 3px rgba(46,117,182,0.1);
}

/* --- Forms --- */
.ws-form-section {
  background: var(--ws-white);
  border: 1px solid var(--ws-border);
  border-radius: var(--ws-radius-lg);
  padding: 32px;
  margin-bottom: 24px;
}

.ws-form-section h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--ws-navy);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ws-border);
}

.ws-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

.ws-form-group {
  margin-bottom: 16px;
}

.ws-form-group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ws-text);
  margin-bottom: 6px;
}

.ws-form-group label .required { color: var(--ws-accent); }

.ws-form-group input,
.ws-form-group select,
.ws-form-group textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--ws-border);
  border-radius: 6px;
  font-size: 0.95rem;
  font-family: inherit;
  background: var(--ws-white);
  color: var(--ws-text);
  transition: border-color var(--ws-transition);
}

.ws-form-group input:focus,
.ws-form-group select:focus,
.ws-form-group textarea:focus {
  outline: none;
  border-color: var(--ws-primary);
  box-shadow: 0 0 0 3px rgba(46,117,182,0.1);
}

.ws-form-group textarea { resize: vertical; min-height: 100px; }

.ws-form-group .ws-hint {
  font-size: 0.8rem;
  color: var(--ws-text-muted);
  margin-top: 4px;
}

.ws-form-full { grid-column: 1 / -1; }

/* Radio/Checkbox groups */
.ws-radio-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.ws-radio-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  cursor: pointer;
}

.ws-radio-group input[type="radio"],
.ws-radio-group input[type="checkbox"] {
  width: auto;
  accent-color: var(--ws-primary);
}

/* --- Multi-step Form --- */
.ws-steps-header {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 40px;
  padding: 0 20px;
  overflow-x: auto;
}

.ws-step-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--ws-text-muted);
  background: var(--ws-bg-alt);
  white-space: nowrap;
  transition: all var(--ws-transition);
}

.ws-step-indicator.active {
  color: white;
  background: var(--ws-primary);
}

.ws-step-indicator.completed {
  color: var(--ws-success);
  background: #e6f4ea;
}

.ws-step-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  background: rgba(0,0,0,0.1);
  flex-shrink: 0;
}

.ws-step-indicator.active .ws-step-num {
  background: rgba(255,255,255,0.3);
}

.ws-form-step { display: none; }
.ws-form-step.active { display: block; }

.ws-form-nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--ws-border);
}

/* --- Application Status Page --- */
.ws-status-card {
  background: var(--ws-white);
  border: 1px solid var(--ws-border);
  border-radius: var(--ws-radius-lg);
  padding: 40px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.ws-status-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  margin: 0 auto 20px;
}

.ws-status-icon.success { background: #e6f4ea; color: var(--ws-success); }
.ws-status-icon.pending { background: #fff8e1; color: #f59e0b; }
.ws-status-icon.rejected { background: #fde8ec; color: var(--ws-accent); }

.ws-status-card h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--ws-navy);
}

.ws-status-card p {
  color: var(--ws-text-light);
  margin-bottom: 24px;
}

.ws-screening-results {
  text-align: left;
  background: var(--ws-bg);
  border-radius: var(--ws-radius);
  padding: 20px;
  margin: 24px 0;
}

.ws-screening-results h4 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--ws-text);
}

.ws-check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 0.875rem;
  border-bottom: 1px solid var(--ws-border);
}

.ws-check-item:last-child { border-bottom: none; }

.ws-check-pass { color: var(--ws-success); }
.ws-check-fail { color: var(--ws-accent); }

/* --- Property Detail --- */
.ws-detail-header {
  padding: 40px 0 0;
}

.ws-detail-gallery {
  height: 400px;
  background: var(--ws-bg-alt);
  border-radius: var(--ws-radius-lg);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ws-text-muted);
  font-size: 4rem;
  margin-bottom: 32px;
}

.ws-detail-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ws-detail-content {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 32px;
  padding-bottom: 60px;
}

.ws-detail-main h1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--ws-navy);
  margin-bottom: 8px;
}

.ws-detail-address {
  font-size: 1rem;
  color: var(--ws-text-light);
  margin-bottom: 24px;
}

.ws-detail-features {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  padding: 20px;
  background: var(--ws-bg-alt);
  border-radius: var(--ws-radius);
}

.ws-detail-feature {
  text-align: center;
}

.ws-detail-feature .value {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ws-navy);
}

.ws-detail-feature .label {
  font-size: 0.8rem;
  color: var(--ws-text-light);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.ws-detail-description {
  margin-bottom: 24px;
  line-height: 1.7;
  color: var(--ws-text);
}

.ws-detail-description h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--ws-navy);
}

.ws-amenities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin-bottom: 24px;
}

.ws-amenities-list li {
  padding: 6px 14px;
  background: var(--ws-primary-light);
  color: var(--ws-primary);
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
}

/* Detail Sidebar */
.ws-detail-sidebar {
  position: sticky;
  top: 96px;
}

.ws-price-card {
  background: var(--ws-white);
  border: 1px solid var(--ws-border);
  border-radius: var(--ws-radius-lg);
  padding: 28px;
  box-shadow: var(--ws-shadow-md);
}

.ws-price-card .price {
  font-size: 2rem;
  font-weight: 800;
  color: var(--ws-primary);
  margin-bottom: 4px;
}

.ws-price-card .price span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--ws-text-light);
}

.ws-price-card .deposit {
  font-size: 0.9rem;
  color: var(--ws-text-light);
  margin-bottom: 20px;
}

.ws-price-card .ws-btn { width: 100%; margin-bottom: 12px; }

.ws-price-info {
  padding-top: 16px;
  border-top: 1px solid var(--ws-border);
}

.ws-price-info-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 0.9rem;
}

.ws-price-info-row .label { color: var(--ws-text-light); }
.ws-price-info-row .value { font-weight: 600; color: var(--ws-text); }

/* --- Contact / About --- */
.ws-page-header {
  background: var(--ws-navy);
  color: white;
  padding: 60px 0 40px;
  text-align: center;
}

.ws-page-header h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.ws-page-header p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
}

.ws-contact-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 40px;
}

.ws-contact-info-card {
  background: var(--ws-white);
  border: 1px solid var(--ws-border);
  border-radius: var(--ws-radius-lg);
  padding: 28px;
}

.ws-contact-info-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--ws-navy);
}

.ws-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--ws-border);
}

.ws-contact-item:last-child { border-bottom: none; }

.ws-contact-item .icon {
  width: 40px;
  height: 40px;
  background: var(--ws-primary-light);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.ws-contact-item .details { font-size: 0.925rem; }
.ws-contact-item .details strong { display: block; color: var(--ws-text); margin-bottom: 2px; }
.ws-contact-item .details span { color: var(--ws-text-light); }

/* About page */
.ws-about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.ws-about-content h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--ws-navy);
  margin-bottom: 16px;
}

.ws-about-content p {
  color: var(--ws-text-light);
  line-height: 1.7;
  margin-bottom: 16px;
}

.ws-about-image {
  height: 350px;
  background: var(--ws-bg-alt);
  border-radius: var(--ws-radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ws-text-muted);
  font-size: 4rem;
}

.ws-values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

.ws-value-card {
  text-align: center;
  padding: 32px 24px;
}

.ws-value-card .icon {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

.ws-value-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--ws-navy);
}

.ws-value-card p {
  font-size: 0.9rem;
  color: var(--ws-text-light);
}

/* --- Empty State --- */
.ws-empty {
  text-align: center;
  padding: 60px 20px;
  color: var(--ws-text-light);
}

.ws-empty-icon { font-size: 3rem; margin-bottom: 16px; }
.ws-empty h3 { font-size: 1.2rem; color: var(--ws-text); margin-bottom: 8px; }

/* --- Flash Messages --- */
.ws-flash {
  padding: 14px 20px;
  border-radius: var(--ws-radius);
  margin-bottom: 20px;
  font-size: 0.925rem;
  font-weight: 500;
}

.ws-flash-success { background: #e6f4ea; color: #1b7340; border: 1px solid #b7e4c7; }
.ws-flash-error { background: #fde8ec; color: #c53030; border: 1px solid #feb2b2; }

/* --- Footer --- */
.ws-footer {
  background: var(--ws-navy);
  color: rgba(255,255,255,0.7);
  padding: 48px 0 24px;
}

.ws-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.ws-footer-brand h3 {
  color: white;
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.ws-footer-brand p {
  font-size: 0.9rem;
  line-height: 1.6;
}

.ws-footer h4 {
  color: white;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.ws-footer ul { list-style: none; }

.ws-footer ul li { margin-bottom: 8px; }

.ws-footer ul a {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  transition: color var(--ws-transition);
}

.ws-footer ul a:hover { color: white; }

.ws-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  text-align: center;
  font-size: 0.85rem;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .ws-detail-content { grid-template-columns: 1fr; }
  .ws-detail-sidebar { position: static; }
  .ws-contact-grid { grid-template-columns: 1fr; }
  .ws-about-content { grid-template-columns: 1fr; }
  .ws-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .ws-hero { padding: 60px 0 50px; }
  .ws-hero h1 { font-size: 2rem; }
  .ws-hero p { font-size: 1rem; }
  .ws-section { padding: 48px 0; }
  .ws-section-header h2 { font-size: 1.5rem; }

  .ws-nav { display: none; }
  .ws-nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--ws-white);
    padding: 16px;
    border-bottom: 1px solid var(--ws-border);
    box-shadow: var(--ws-shadow-lg);
  }
  .ws-nav.open .ws-nav-login { width: 100%; }
  .ws-nav.open .ws-nav-login-btn { width: 100%; justify-content: center; }
  .ws-nav.open .ws-login-dropdown { position: static; box-shadow: none; border: 1px solid var(--ws-border); margin-top: 8px; }

  .ws-menu-toggle { display: block; }

  .ws-property-grid { grid-template-columns: 1fr; }
  .ws-filter-bar { flex-direction: column; }
  .ws-hero-btns { flex-direction: column; }
  .ws-hero-btns .ws-btn { width: 100%; }

  .ws-stats-grid { grid-template-columns: 1fr 1fr; }
  .ws-detail-gallery { height: 250px; }
  .ws-detail-features { flex-wrap: wrap; gap: 16px; }
  .ws-footer-grid { grid-template-columns: 1fr; }

  .ws-steps-header { justify-content: flex-start; }
  .ws-step-indicator span:not(.ws-step-num) { display: none; }
}

@media (max-width: 480px) {
  .ws-container { padding: 0 16px; }
  .ws-property-grid { grid-template-columns: 1fr; }
  .ws-form-grid { grid-template-columns: 1fr; }
  .ws-hero h1 { font-size: 1.75rem; }
  .ws-stat-number { font-size: 2rem; }
}
