/* ========================================
   Dubai Classifieds - Blue/Gold Luxury Theme
   ======================================== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --primary-blue: #1a2a5e;
  --primary-blue-light: #2d4a8a;
  --primary-blue-dark: #0f1a3d;
  --gold: #c9a84c;
  --gold-light: #e0c56e;
  --gold-dark: #a88a3a;
  --gold-gradient: linear-gradient(135deg, #c9a84c, #e0c56e, #c9a84c);
  --white: #ffffff;
  --off-white: #f8f9fa;
  --light-gray: #f0f2f5;
  --gray: #6c757d;
  --dark-gray: #343a40;
  --text-dark: #1a1a2e;
  --success: #28a745;
  --danger: #dc3545;
  --shadow: 0 4px 20px rgba(0,0,0,0.08);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.12);
  --shadow-gold: 0 4px 20px rgba(201,168,76,0.25);
  --radius: 12px;
  --radius-sm: 8px;
  --transition: all 0.3s ease;
  --max-width: 1200px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text-dark);
  background: var(--off-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; line-height: 1.3; }

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }
ul { list-style: none; }
button { cursor: pointer; border: none; font-family: inherit; }

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

/* ===== HEADER ===== */
.header {
  background: var(--primary-blue);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 20px rgba(0,0,0,0.15);
}

.header-top {
  background: var(--primary-blue-dark);
  padding: 6px 0;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
}

.header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top a { color: var(--gold-light); font-weight: 500; }
.header-top a:hover { color: var(--gold); }

.header-main {
  padding: 12px 0;
}

.header-main .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-icon {
  width: 42px;
  height: 42px;
  background: var(--gold-gradient);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--primary-blue-dark);
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}

.logo-text {
  color: var(--white);
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
}

.logo-text span { color: var(--gold); }

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

nav a {
  color: rgba(255,255,255,0.85);
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  font-weight: 500;
  font-size: 15px;
  transition: var(--transition);
}

nav a:hover, nav a.active {
  color: var(--white);
  background: rgba(255,255,255,0.1);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 15px;
  transition: var(--transition);
  text-align: center;
}

.btn-gold {
  background: var(--gold-gradient);
  color: var(--primary-blue-dark);
  box-shadow: var(--shadow-gold);
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(201,168,76,0.4);
}

.btn-outline {
  border: 2px solid var(--gold);
  color: var(--gold);
  background: transparent;
}

.btn-outline:hover {
  background: var(--gold);
  color: var(--primary-blue-dark);
}

.btn-blue {
  background: var(--primary-blue);
  color: var(--white);
}

.btn-blue:hover {
  background: var(--primary-blue-light);
  transform: translateY(-2px);
}

.btn-white {
  background: var(--white);
  color: var(--primary-blue);
}

.btn-sm { padding: 8px 18px; font-size: 13px; }
.btn-lg { padding: 14px 36px; font-size: 16px; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  padding: 8px;
}

.hamburger span {
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--transition);
}

/* ===== HERO ===== */
.hero {
  background: linear-gradient(135deg, var(--primary-blue-dark) 0%, var(--primary-blue) 50%, var(--primary-blue-light) 100%);
  padding: 80px 0 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a84c' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-block;
  background: rgba(201,168,76,0.15);
  color: var(--gold-light);
  padding: 6px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  border: 1px solid rgba(201,168,76,0.3);
}

.hero h1 {
  color: var(--white);
  font-size: 48px;
  margin-bottom: 16px;
}

.hero h1 span { color: var(--gold); }

.hero p {
  color: rgba(255,255,255,0.8);
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto 40px;
}

/* Search Bar */
.search-box {
  background: var(--white);
  border-radius: 16px;
  padding: 8px;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: var(--shadow-lg);
  display: flex;
  gap: 8px;
}

.search-box input {
  flex: 1;
  border: none;
  padding: 14px 20px;
  font-size: 16px;
  font-family: inherit;
  outline: none;
  background: var(--light-gray);
  border-radius: var(--radius-sm);
  min-width: 0;
}

.search-box select {
  border: none;
  padding: 14px 16px;
  font-size: 14px;
  font-family: inherit;
  background: var(--light-gray);
  border-radius: var(--radius-sm);
  color: var(--gray);
  cursor: pointer;
  outline: none;
}

.search-box .btn-gold {
  padding: 14px 28px;
  white-space: nowrap;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 50px;
}

.hero-stat {
  text-align: center;
}

.hero-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--gold);
}

.hero-stat-label {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  margin-top: 4px;
}

/* ===== CATEGORIES ===== */
.section {
  padding: 80px 0;
}

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

.section-header h2 {
  font-size: 36px;
  color: var(--primary-blue);
  margin-bottom: 12px;
}

.section-header h2 span { color: var(--gold); }

.section-header p {
  color: var(--gray);
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.category-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 20px;
  text-align: center;
  transition: var(--transition);
  box-shadow: var(--shadow);
  cursor: pointer;
  border: 2px solid transparent;
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold);
}

.category-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(26,42,94,0.08), rgba(201,168,76,0.08));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 32px;
}

.category-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--primary-blue);
  margin-bottom: 6px;
}

.category-card p {
  color: var(--gray);
  font-size: 13px;
}

/* ===== LISTINGS ===== */
.page-header {
  background: linear-gradient(135deg, var(--primary-blue-dark), var(--primary-blue));
  padding: 40px 0;
  text-align: center;
}

.page-header h1 {
  color: var(--white);
  font-size: 36px;
}

.page-header p {
  color: rgba(255,255,255,0.7);
  margin-top: 8px;
}

.filters-bar {
  background: var(--white);
  padding: 20px 0;
  border-bottom: 1px solid var(--light-gray);
}

.filters-bar .container {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.filter-input {
  flex: 1;
  min-width: 200px;
  padding: 10px 16px;
  border: 1px solid #e0e0e0;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-family: inherit;
  outline: none;
  transition: var(--transition);
}

.filter-input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.1);
}

.filter-select {
  padding: 10px 16px;
  border: 1px solid #e0e0e0;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-family: inherit;
  background: var(--white);
  cursor: pointer;
  outline: none;
}

.listings-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  padding: 30px 0;
}

.sidebar {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  height: fit-content;
  position: sticky;
  top: 100px;
}

.sidebar h3 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-blue);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--gold);
}

.filter-group { margin-bottom: 24px; }

.filter-group label {
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: var(--text-dark);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.filter-group select,
.filter-group input[type="range"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: var(--radius-sm);
  font-size: 14px;
}

.range-value {
  text-align: right;
  font-size: 13px;
  color: var(--gold-dark);
  font-weight: 600;
}

.listings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.listing-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
  cursor: pointer;
}

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

.listing-card.featured {
  border: 2px solid var(--gold);
  position: relative;
}

.listing-card.featured::after {
  content: '⭐ Featured';
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--gold-gradient);
  color: var(--primary-blue-dark);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}

.listing-img {
  height: 200px;
  background: linear-gradient(135deg, var(--primary-blue), var(--primary-blue-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: rgba(255,255,255,0.3);
  position: relative;
  overflow: hidden;
}

.listing-body { padding: 16px; }

.listing-price {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--gold-dark);
}

.listing-price .currency { font-size: 14px; font-weight: 500; }

.listing-title {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  margin: 8px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.listing-location {
  font-size: 13px;
  color: var(--gray);
  display: flex;
  align-items: center;
  gap: 4px;
}

.listing-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--light-gray);
  font-size: 12px;
  color: var(--gray);
}

.listing-tag {
  background: rgba(26,42,94,0.08);
  color: var(--primary-blue);
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.view-toggle {
  display: flex;
  gap: 4px;
  background: var(--light-gray);
  border-radius: var(--radius-sm);
  padding: 4px;
}

.view-toggle button {
  padding: 8px 12px;
  border-radius: 6px;
  background: transparent;
  font-size: 16px;
  transition: var(--transition);
}

.view-toggle button.active {
  background: var(--white);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.results-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.results-count {
  font-weight: 600;
  color: var(--primary-blue);
}

/* ===== POST AD ===== */
.post-ad-form {
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 0;
}

.steps-indicator {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 40px;
}

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

.step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--light-gray);
  color: var(--gray);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  transition: var(--transition);
}

.step.active .step-num {
  background: var(--gold-gradient);
  color: var(--primary-blue-dark);
}

.step.done .step-num {
  background: var(--success);
  color: var(--white);
}

.step-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray);
}

.step.active .step-label { color: var(--primary-blue); font-weight: 600; }

.step-line {
  width: 40px;
  height: 2px;
  background: var(--light-gray);
  margin: 0 8px;
}

.step.done + .step-line { background: var(--success); }

.form-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}

.form-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  color: var(--primary-blue);
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  color: var(--text-dark);
}

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

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: var(--radius-sm);
  font-size: 15px;
  font-family: inherit;
  outline: none;
  transition: var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.1);
}

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

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.image-upload {
  border: 2px dashed #d0d5dd;
  border-radius: var(--radius);
  padding: 40px;
  text-align: center;
  cursor: pointer;
  transition: var(--transition);
}

.image-upload:hover { border-color: var(--gold); background: rgba(201,168,76,0.03); }
.image-upload-icon { font-size: 40px; margin-bottom: 12px; }
.image-upload p { color: var(--gray); font-size: 14px; }
.image-upload .highlight { color: var(--gold-dark); font-weight: 600; }

/* ===== PRICING ===== */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.pricing-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: var(--transition);
  border: 2px solid transparent;
  position: relative;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.pricing-card.popular {
  border-color: var(--gold);
  transform: scale(1.05);
}

.pricing-card.popular:hover { transform: scale(1.05) translateY(-8px); }

.pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold-gradient);
  color: var(--primary-blue-dark);
  padding: 4px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.pricing-icon {
  font-size: 40px;
  margin-bottom: 16px;
}

.pricing-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 8px;
}

.pricing-price {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 700;
  color: var(--gold-dark);
  margin: 16px 0;
}

.pricing-price .currency {
  font-size: 18px;
  vertical-align: super;
}

.pricing-price .period {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray);
}

.pricing-features {
  text-align: left;
  margin: 24px 0;
}

.pricing-features li {
  padding: 8px 0;
  font-size: 14px;
  color: var(--dark-gray);
  display: flex;
  align-items: center;
  gap: 10px;
}

.pricing-features li::before {
  content: '✓';
  color: var(--success);
  font-weight: 700;
  font-size: 14px;
}

.pricing-features li.disabled {
  color: var(--gray);
}

.pricing-features li.disabled::before {
  content: '✗';
  color: var(--gray);
}

/* ===== ABOUT ===== */
.about-hero {
  background: linear-gradient(135deg, var(--primary-blue-dark), var(--primary-blue));
  padding: 80px 0;
  text-align: center;
}

.about-hero h1 {
  color: var(--white);
  font-size: 42px;
  margin-bottom: 16px;
}

.about-hero h1 span { color: var(--gold); }

.about-hero p {
  color: rgba(255,255,255,0.8);
  max-width: 600px;
  margin: 0 auto;
  font-size: 17px;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 80px 0;
}

.about-text h2 {
  font-size: 32px;
  color: var(--primary-blue);
  margin-bottom: 16px;
}

.about-text h2 span { color: var(--gold); }

.about-text p {
  color: var(--gray);
  margin-bottom: 16px;
  line-height: 1.8;
}

.about-image {
  background: linear-gradient(135deg, var(--primary-blue), var(--primary-blue-light));
  border-radius: var(--radius);
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120px;
  color: rgba(255,255,255,0.15);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.value-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px;
  text-align: center;
  box-shadow: var(--shadow);
}

.value-card .icon {
  font-size: 40px;
  margin-bottom: 16px;
}

.value-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-blue);
  margin-bottom: 8px;
}

.value-card p {
  color: var(--gray);
  font-size: 14px;
}

/* ===== CONTACT ===== */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 60px 0;
}

.contact-info-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}

.contact-form-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}

.info-item {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--light-gray);
}

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

.info-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, rgba(26,42,94,0.08), rgba(201,168,76,0.08));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.info-text h4 {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}

.info-text p {
  color: var(--gray);
  font-size: 14px;
}

/* ===== FOOTER ===== */
.footer {
  background: var(--primary-blue-dark);
  color: rgba(255,255,255,0.8);
  padding: 60px 0 0;
}

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

.footer-brand p {
  margin-top: 12px;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
}

.footer h4 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 16px;
}

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

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

.footer ul a:hover { color: var(--gold); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: var(--transition);
}

.footer-social a:hover {
  background: var(--gold);
  color: var(--primary-blue-dark);
}

/* ===== MOBILE ===== */
@media (max-width: 1024px) {
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-card.popular { transform: none; }
  .pricing-card.popular:hover { transform: translateY(-8px); }
  .listings-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .about-content { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .hamburger { display: flex; }
  
  nav ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--primary-blue);
    flex-direction: column;
    padding: 16px;
    gap: 4px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  }

  nav ul.show { display: flex; }
  
  nav a { padding: 12px 16px; }
  
  .hero { padding: 50px 0 70px; }
  .hero h1 { font-size: 30px; }
  .hero p { font-size: 15px; }
  
  .search-box {
    flex-direction: column;
  }
  
  .search-box select { border-radius: var(--radius-sm); }
  
  .hero-stats { gap: 24px; flex-wrap: wrap; }
  .hero-stat-num { font-size: 24px; }
  
  .categories-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .category-card { padding: 20px 12px; }
  .category-icon { width: 50px; height: 50px; font-size: 24px; }
  
  .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  
  .section-header h2 { font-size: 28px; }
  .section { padding: 50px 0; }
  
  .form-row { grid-template-columns: 1fr; }
  .steps-indicator { flex-wrap: wrap; justify-content: center; }
  .step-label { display: none; }
  .step-line { width: 20px; }
  
  .footer-grid { grid-template-columns: 1fr; }
  
  .listings-grid { grid-template-columns: 1fr; }
  
  .about-hero h1 { font-size: 28px; }
  .values-grid { grid-template-columns: 1fr; }
  
  .page-header h1 { font-size: 28px; }
  
  .header-top { display: none; }
}

@media (max-width: 480px) {
  .categories-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 26px; }
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.animate { animation: fadeInUp 0.5s ease forwards; }

/* ===== UTILITY ===== */
.text-center { text-align: center; }
.mt-20 { margin-top: 20px; }
.mt-40 { margin-top: 40px; }
.mb-20 { margin-bottom: 20px; }
.mb-40 { margin-bottom: 40px; }
.hidden { display: none !important; }
