:root {
  --bg-primary: #f7f3ec;
  --bg-secondary: #ffffff;
  --bg-card: #ffffff;
  --bg-card-hover: #fbfaf7;
  --border: #e2d9cc;
  --border-light: #efe7dc;
  --text-primary: #171717;
  --text-secondary: #4b4b46;
  --text-muted: #7d766d;
  --accent-primary: #096b72;
  --accent-green: #0f766e;
  --accent-green-dim: rgba(5, 150, 105, 0.1);
  --accent-red: #b42318;
  --accent-red-dim: rgba(220, 38, 38, 0.1);
  --accent-blue: #096b72;
  --accent-purple: #6b4f9f;
  --accent-orange: #b45309;
  --accent-gold: #b9853f;
  --accent-lavender: #6b4f9f;
  --gradient-hero: linear-gradient(135deg, #fff8ec 0%, #eef7f5 52%, #f6efe4 100%);
  --shadow-sm: 0 1px 2px rgba(37, 29, 18, 0.06);
  --shadow-md: 0 14px 34px rgba(37, 29, 18, 0.08);
  --shadow-lg: 0 24px 56px rgba(37, 29, 18, 0.14);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.container { max-width: 1180px; margin: 0 auto; padding: 0 18px; }
@media (min-width: 768px) { .container { padding: 0 24px; } }
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; letter-spacing: 0; }
a { color: var(--accent-primary); text-decoration: none; }
a:hover { text-decoration: underline; }

/* Navigation */
.nav {
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,0.95);
}
.nav-content { display: flex; justify-content: space-between; align-items: center; }
.nav-logo { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.nav-logo:hover { text-decoration: none; }
.logo-icon { font-size: 24px; }
.logo-text { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; color: var(--text-primary); }
.nav-links { display: flex; gap: 24px; }
.nav-link { font-size: 14px; color: var(--text-secondary); text-decoration: none; font-weight: 500; transition: color 0.2s; }
.nav-link:hover { color: var(--accent-primary); text-decoration: none; }
@media (max-width: 640px) {
  .nav-links { display: none; }
  .logo-text { font-size: 16px; }
}

/* Hero Section */
.hero {
  background: var(--gradient-hero);
  padding: 48px 0 56px;
  border-bottom: 1px solid var(--border);
}
@media (min-width: 768px) { .hero { padding: 72px 0 80px; } }
.hero-content { text-align: center; max-width: 720px; margin: 0 auto; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255, 255, 255, 0.82); border: 1px solid rgba(226, 217, 204, 0.92);
  padding: 6px 14px; border-radius: 100px; font-size: 12px;
  color: var(--text-secondary); margin-bottom: 20px; font-weight: 700;
  box-shadow: var(--shadow-sm);
}
.hero-badge-dot { width: 7px; height: 7px; background: var(--accent-gold); border-radius: 50%; }
.hero-title { font-size: 32px; line-height: 1.15; margin-bottom: 16px; color: var(--text-primary); }
@media (min-width: 768px) { .hero-title { font-size: 48px; } }
.hero-title .highlight {
  background: linear-gradient(135deg, var(--accent-lavender) 0%, var(--accent-primary) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle { font-size: 16px; color: var(--text-secondary); max-width: 620px; margin: 0 auto 32px; line-height: 1.72; }
@media (min-width: 768px) { .hero-subtitle { font-size: 19px; } }

/* Page Hero (smaller for subpages) */
.page-hero { padding: 42px 0 46px; }
@media (min-width: 768px) { .page-hero { padding: 64px 0 72px; } }
.page-hero .hero-title { font-size: 34px; margin-bottom: 14px; }
@media (min-width: 768px) { .page-hero .hero-title { font-size: 60px; line-height: 1.04; } }
@media (min-width: 1120px) { .page-hero .hero-title { font-size: 76px; } }

.visual-hero,
.luxe-hero {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(19, 17, 14, 0.82) 0%, rgba(19, 17, 14, 0.62) 42%, rgba(19, 17, 14, 0.20) 100%),
    var(--hero-image, url("../assets/heroes/monaco.jpg")) center / cover no-repeat;
  border-bottom: 0;
}
.visual-hero .hero-content,
.luxe-hero .hero-content {
  margin: 0;
  max-width: 1080px;
  text-align: left;
}
.visual-hero .hero-title,
.visual-hero .hero-subtitle,
.luxe-hero .hero-title,
.luxe-hero .hero-subtitle {
  color: #fffdf8;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.25);
}
.visual-hero .hero-subtitle,
.luxe-hero .hero-subtitle {
  color: rgba(255, 253, 248, 0.86);
  margin-left: 0;
  margin-right: 0;
  max-width: 760px;
}
.visual-hero .hero-badge,
.luxe-hero .hero-badge {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fffdf8;
  backdrop-filter: blur(14px);
}
@media (max-width: 767px) {
  .visual-hero,
  .luxe-hero {
    min-height: 620px;
    align-items: flex-end;
    background:
      linear-gradient(180deg, rgba(19, 17, 14, 0.18) 0%, rgba(19, 17, 14, 0.56) 42%, rgba(19, 17, 14, 0.94) 100%),
      var(--hero-image-mobile, var(--hero-image, url("../assets/heroes/monaco.jpg"))) var(--hero-position-mobile, 58% center) / cover no-repeat;
  }
  .visual-hero .hero-content,
  .luxe-hero .hero-content {
    padding-bottom: 10px;
  }
}

/* Breadcrumbs */
.breadcrumbs {
  padding: 16px 0;
  font-size: 13px;
  color: var(--text-muted);
}
.breadcrumbs a { color: var(--text-secondary); }
.breadcrumbs span { margin: 0 8px; }

/* Quick Stats */
.quick-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  max-width: 900px;
  margin: 0 auto;
  background: rgba(255, 253, 248, 0.82);
  border: 1px solid rgba(226, 217, 204, 0.86);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(16px);
}
@media (min-width: 720px) { .quick-stats { grid-template-columns: repeat(4, 1fr); } }
.quick-stat {
  background: transparent;
  border-right: 1px solid rgba(46, 39, 31, 0.12);
  border-bottom: 1px solid rgba(46, 39, 31, 0.12);
  border-radius: 0;
  padding: 16px 14px;
  text-align: left;
  min-width: 0;
}
.quick-stat:nth-child(2n) { border-right: 0; }
.quick-stat:nth-last-child(-n + 2) { border-bottom: 0; }
@media (min-width: 720px) {
  .quick-stat { border-bottom: 0; }
  .quick-stat:nth-child(2n) { border-right: 1px solid rgba(46, 39, 31, 0.12); }
  .quick-stat:last-child { border-right: 0; }
}
.quick-stat-value {
  font-size: 23px;
  line-height: 1;
  font-weight: 800;
  color: var(--text-primary);
  font-family: 'Inter', sans-serif;
  white-space: nowrap;
}
.quick-stat-label {
  font-size: 12px;
  color: var(--text-secondary);
  margin-top: 8px;
  line-height: 1.25;
}
.visual-hero .quick-stats,
.luxe-hero .quick-stats {
  margin-left: 0;
  margin-right: 0;
  background: rgba(13, 12, 10, 0.34);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}
.visual-hero .quick-stat,
.luxe-hero .quick-stat {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}
.visual-hero .quick-stat-value,
.luxe-hero .quick-stat-value {
  color: #fffdf8;
}
.visual-hero .quick-stat-label,
.luxe-hero .quick-stat-label {
  color: rgba(255, 253, 248, 0.76);
}
@media (max-width: 420px) {
  .quick-stat { padding: 14px 12px; }
  .quick-stat-value { font-size: 20px; }
  .quick-stat-label { font-size: 11px; }
}

/* Section Styles */
.section { padding: 48px 0; }
@media (min-width: 768px) { .section { padding: 78px 0; } }
.section-header { margin-bottom: 30px; }
.section-label {
  font-size: 11px; color: var(--accent-primary); text-transform: uppercase;
  letter-spacing: 1.5px; font-weight: 600; margin-bottom: 8px;
}
.section-title { font-size: 29px; line-height: 1.12; color: var(--text-primary); }
@media (min-width: 768px) { .section-title { font-size: 42px; } }
.section-subtitle { font-size: 16px; color: var(--text-secondary); margin-top: 8px; max-width: 600px; }

/* Price Tier Cards */
.price-tiers { display: grid; gap: 16px; margin-bottom: 48px; }
@media (min-width: 768px) { .price-tiers { grid-template-columns: repeat(3, 1fr); } }
.price-tier {
  background: var(--bg-secondary); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 24px; position: relative;
  overflow: hidden; transition: all 0.3s ease;
}
.price-tier:hover { border-color: var(--accent-primary); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.price-tier::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }
.price-tier.budget::before { background: linear-gradient(90deg, #059669, #10b981); }
.price-tier.midrange::before { background: linear-gradient(90deg, #2563eb, #3b82f6); }
.price-tier.luxury::before { background: linear-gradient(90deg, #7c3aed, #8b5cf6); }
.price-tier-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 16px; }
.price-tier-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.price-tier.budget .price-tier-label { color: var(--accent-green); }
.price-tier.midrange .price-tier-label { color: var(--accent-blue); }
.price-tier.luxury .price-tier-label { color: var(--accent-purple); }
.price-tier-range { font-size: 28px; font-weight: 700; color: var(--text-primary); }
.price-tier-unit { font-size: 14px; color: var(--text-muted); font-weight: 400; }
.price-tier-regions { font-size: 14px; color: var(--text-secondary); line-height: 1.6; }

/* Region Cards */
.regions-grid { display: grid; gap: 16px; }
@media (min-width: 640px) { .regions-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .regions-grid { grid-template-columns: repeat(3, 1fr); } }
.region-card {
  background: var(--bg-secondary); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 20px; cursor: pointer;
  transition: all 0.3s ease; position: relative; text-decoration: none; display: block;
}
.region-card:hover { border-color: var(--accent-primary); box-shadow: var(--shadow-md); transform: translateY(-2px); text-decoration: none; }
.region-card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.region-emoji { font-size: 32px; }
.region-info { flex: 1; }
.region-name { font-size: 18px; font-weight: 600; color: var(--text-primary); font-family: 'Playfair Display', serif; }
.region-tagline { font-size: 12px; color: var(--text-muted); }
.region-price {
  display: flex; align-items: baseline; gap: 4px;
  background: var(--bg-primary); padding: 8px 12px; border-radius: var(--radius-sm);
  margin-bottom: 12px;
}
.region-price-value { font-size: 24px; font-weight: 700; color: var(--text-primary); }
.region-price-unit { font-size: 12px; color: var(--text-muted); }
.region-price-trend { font-size: 11px; margin-left: auto; padding: 2px 8px; border-radius: 100px; font-weight: 500; }
.region-price-trend.up { background: var(--accent-green-dim); color: var(--accent-green); }
.region-price-trend.down { background: var(--accent-red-dim); color: var(--accent-red); }
.region-price-trend.stable { background: rgba(37, 99, 235, 0.1); color: var(--accent-blue); }
.region-stats { display: flex; gap: 16px; font-size: 12px; color: var(--text-muted); }
.region-stat { display: flex; align-items: center; gap: 4px; }
.region-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.region-tag {
  font-size: 11px; padding: 4px 10px; background: var(--bg-primary);
  border-radius: 100px; color: var(--text-secondary);
}

/* Riviera Section */
.riviera-section { background: var(--gradient-hero); }
.riviera-grid { display: grid; gap: 16px; margin-bottom: 40px; }
@media (min-width: 640px) { .riviera-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .riviera-grid { grid-template-columns: repeat(3, 1fr); } }
.riviera-card {
  background: var(--bg-secondary); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 20px; position: relative;
  transition: all 0.3s ease; text-decoration: none; display: block;
}
.riviera-card:hover { border-color: var(--accent-primary); box-shadow: var(--shadow-md); text-decoration: none; }
.riviera-card-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 16px; }
.riviera-city-name { font-size: 20px; font-weight: 600; font-family: 'Playfair Display', serif; color: var(--text-primary); }
.riviera-city-vibe { font-size: 12px; color: var(--text-muted); margin-top: 2px; }
.riviera-price { font-size: 28px; font-weight: 700; color: var(--accent-primary); }
.riviera-price-unit { font-size: 12px; color: var(--text-muted); font-weight: 400; }
.riviera-best-for {
  font-size: 12px; padding: 6px 12px; background: var(--accent-green-dim);
  color: var(--accent-green); border-radius: 100px; display: inline-block; margin-bottom: 16px;
}
.riviera-ratings { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.riviera-rating { text-align: center; }
.riviera-rating-label { font-size: 10px; color: var(--text-muted); margin-bottom: 4px; }
.riviera-rating-bar { height: 4px; background: var(--border); border-radius: 2px; overflow: hidden; }
.riviera-rating-fill { height: 100%; background: var(--accent-primary); border-radius: 2px; }

/* Charts */
.chart-container {
  background: var(--bg-secondary); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 24px; margin-top: 24px;
  height: 350px;
}
@media (min-width: 768px) { .chart-container { height: 400px; } }
.chart-title { font-size: 18px; margin-bottom: 20px; font-family: 'Playfair Display', serif; }

/* Insights Grid */
.insights-grid { display: grid; gap: 16px; margin: 32px 0; }
@media (min-width: 640px) { .insights-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .insights-grid { grid-template-columns: repeat(4, 1fr); } }
.insight-card {
  background: var(--bg-secondary); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 20px;
  display: flex; align-items: flex-start; gap: 16px;
  position: relative; overflow: hidden;
}
.insight-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }
.insight-card.green::before { background: linear-gradient(90deg, #059669, #10b981); }
.insight-card.purple::before { background: linear-gradient(90deg, #7c3aed, #8b5cf6); }
.insight-card.blue::before { background: linear-gradient(90deg, #2563eb, #3b82f6); }
.insight-card.orange::before { background: linear-gradient(90deg, #ea580c, #f97316); }
.insight-icon { font-size: 28px; }
.insight-title { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.insight-value { font-size: 18px; font-weight: 700; font-family: 'Playfair Display', serif; margin-bottom: 4px; }
.insight-detail { font-size: 12px; color: var(--text-secondary); }

/* Price Table */
.price-table-container {
  background: var(--bg-secondary); border: 1px solid var(--border);
  border-radius: var(--radius-lg); overflow: hidden; margin-top: 24px;
  box-shadow: var(--shadow-md);
  overflow-x: auto;
}
.price-table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 600px; }
.price-table th {
  background: #f3eee6; padding: 14px 16px; text-align: left;
  font-size: 11px; font-weight: 600; color: var(--text-muted);
  text-transform: uppercase; letter-spacing: 0.5px; border-bottom: 1px solid var(--border);
}
.price-table td { padding: 18px 16px; border-bottom: 1px solid var(--border-light); vertical-align: top; }
.price-table tr:last-child td { border-bottom: none; }
.price-table tr:hover td { background: var(--bg-card-hover); }
.price-table .region-cell { display: flex; align-items: center; gap: 10px; }
.price-table .region-cell a { color: var(--text-primary); font-weight: 500; }
.price-table .price-cell { font-weight: 600; font-family: 'Inter', sans-serif; }
.price-table .trend-cell { font-size: 12px; font-weight: 500; }
.price-table .trend-cell.positive { color: var(--accent-green); }
.price-table .trend-cell.negative { color: var(--accent-red); }
@media (max-width: 720px) {
  .price-table-container {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }
  .price-table,
  .price-table thead,
  .price-table tbody,
  .price-table tr,
  .price-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }
  .price-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .price-table tr {
    background: var(--bg-secondary);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    margin-bottom: 14px;
    overflow: hidden;
  }
  .price-table td {
    border-bottom: 1px solid var(--border-light);
    padding: 12px 14px;
  }
  .price-table td:last-child {
    border-bottom: 0;
  }
  .price-table td::before {
    content: attr(data-label);
    display: block;
    color: var(--text-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
}

/* Seasonality */
.seasonality-section { background: var(--bg-secondary); }
.season-grid { display: grid; gap: 16px; }
@media (min-width: 768px) { .season-grid { grid-template-columns: repeat(3, 1fr); } }
.season-card {
  background: var(--bg-primary); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 24px;
}
.season-header {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 16px; border-radius: var(--radius-md); margin-bottom: 16px;
}
.season-header.peak { background: rgba(239, 68, 68, 0.1); }
.season-header.shoulder { background: rgba(245, 158, 11, 0.1); }
.season-header.off { background: rgba(59, 130, 246, 0.1); }
.season-icon { font-size: 20px; }
.season-name { font-weight: 600; font-size: 16px; }
.season-months { font-size: 14px; color: var(--text-secondary); margin-bottom: 8px; }
.season-multiplier { font-size: 20px; font-weight: 700; margin-bottom: 16px; }
.season-multiplier.peak { color: #dc2626; }
.season-multiplier.shoulder { color: #d97706; }
.season-multiplier.off { color: #059669; }
.season-tips { font-size: 13px; color: var(--text-secondary); }
.season-tips p { margin-bottom: 6px; }

/* Value Comparison */
.value-grid { display: grid; gap: 16px; }
@media (min-width: 768px) { .value-grid { grid-template-columns: repeat(3, 1fr); } }
.value-card {
  background: var(--bg-secondary); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 24px;
  position: relative; overflow: hidden;
}
.value-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; }
.value-card.luxury-region::before { background: linear-gradient(90deg, #7c3aed, #8b5cf6); }
.value-card.mid-region::before { background: linear-gradient(90deg, #2563eb, #3b82f6); }
.value-card.budget-region::before { background: linear-gradient(90deg, #059669, #10b981); }
.value-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.value-region { font-size: 16px; font-weight: 600; }
.value-badge {
  font-size: 10px; font-weight: 600; text-transform: uppercase;
  padding: 4px 10px; border-radius: 100px;
  background: rgba(124, 58, 237, 0.1); color: #7c3aed;
}
.value-badge.mid { background: rgba(37, 99, 235, 0.1); color: #2563eb; }
.value-badge.budget { background: rgba(5, 150, 105, 0.1); color: #059669; }
.value-gets { font-size: 18px; font-weight: 500; margin-bottom: 16px; line-height: 1.4; font-family: 'Playfair Display', serif; }
.value-details { display: flex; flex-wrap: wrap; gap: 8px; }
.value-details span {
  font-size: 12px; padding: 6px 12px; background: var(--bg-primary);
  border-radius: 100px; color: var(--text-secondary);
}

/* Content Sections */
.content-section { padding: 42px 0; }
.content-section h2 { font-size: 26px; line-height: 1.18; margin-bottom: 12px; }
.content-section h3 { font-size: 20px; margin: 24px 0 12px; }
.content-section p { margin-bottom: 18px; color: var(--text-secondary); font-size: 17px; line-height: 1.78; }
.content-section ul { margin: 16px 0; padding-left: 24px; color: var(--text-secondary); }
.content-section li { margin-bottom: 8px; }

/* Info Grid */
.info-grid { display: grid; gap: 16px; margin: 24px 0; }
@media (min-width: 768px) { .info-grid { grid-template-columns: repeat(2, 1fr); } }
.info-card {
  background: var(--bg-secondary); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 20px;
}
.info-card-title { font-size: 14px; font-weight: 600; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.info-card-content { font-size: 14px; color: var(--text-secondary); }

/* Town/City Grid */
.towns-grid { display: grid; gap: 12px; margin: 24px 0; }
@media (min-width: 640px) { .towns-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .towns-grid { grid-template-columns: repeat(4, 1fr); } }
.town-card {
  background: var(--bg-secondary); border: 1px solid var(--border);
  border-radius: var(--radius-md); padding: 16px; text-align: center;
  transition: all 0.2s ease;
}
.town-card:hover { border-color: var(--accent-primary); }
.town-name { font-weight: 600; margin-bottom: 4px; }
.town-price { font-size: 20px; font-weight: 700; color: var(--accent-primary); }
.town-vibe { font-size: 12px; color: var(--text-muted); }

/* FAQ Section */
.faq-section { background: var(--bg-secondary); }
.faq-list { max-width: 800px; }
.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}
.faq-item:last-child { border-bottom: none; }
.faq-question { font-size: 16px; font-weight: 600; margin-bottom: 8px; color: var(--text-primary); }
.faq-answer { font-size: 14px; color: var(--text-secondary); line-height: 1.7; }

/* Footer */
.footer {
  background: var(--bg-secondary); border-top: 1px solid var(--border);
  padding: 48px 0; margin-top: 48px;
}
.footer-content { display: flex; flex-direction: column; gap: 24px; }
@media (min-width: 768px) { .footer-content { flex-direction: row; justify-content: space-between; } }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; margin-bottom: 8px; }
.footer-desc { font-size: 14px; color: var(--text-secondary); max-width: 400px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 16px; }
.footer-links a { font-size: 13px; color: var(--text-secondary); }
.footer-meta { font-size: 12px; color: var(--text-muted); text-align: right; }
.footer-meta p { margin-bottom: 4px; }

/* CTA Box */
.cta-box {
  background: var(--gradient-hero); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 32px; text-align: center; margin: 32px 0;
}
.cta-box h3 { font-size: 24px; margin-bottom: 12px; }
.cta-box p { color: var(--text-secondary); margin-bottom: 20px; }
.cta-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.cta-link {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 20px; background: var(--bg-secondary); border: 1px solid var(--border);
  border-radius: 100px; font-size: 14px; font-weight: 500; color: var(--text-primary);
  transition: all 0.2s ease;
}
.cta-link:hover { border-color: var(--accent-primary); text-decoration: none; }

/* Related Links */
.related-section { background: var(--bg-primary); }
.related-grid { display: grid; gap: 16px; }
@media (min-width: 768px) { .related-grid { grid-template-columns: repeat(3, 1fr); } }
.related-card {
  background: var(--bg-secondary); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 20px;
  text-decoration: none; display: block; transition: all 0.2s ease;
}
.related-card:hover { border-color: var(--accent-primary); text-decoration: none; transform: translateY(-2px); }
.related-card-title { font-size: 16px; font-weight: 600; color: var(--text-primary); margin-bottom: 8px; }
.related-card-desc { font-size: 13px; color: var(--text-secondary); }

/* SEO Expansion Pages */
.quick-answer {
  background: #fffaf1;
  border: 1px solid rgba(185, 133, 63, 0.28);
  border-radius: var(--radius-lg);
  padding: 24px;
  margin-bottom: 34px;
  box-shadow: var(--shadow-sm);
}
.quick-answer p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-primary);
  margin: 0;
}
.readable {
  max-width: 860px;
}
.check-list {
  background: #fffaf1;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 20px 20px 20px 42px !important;
}
.check-list li {
  padding-left: 4px;
}
.evidence-panel {
  display: grid;
  gap: 20px;
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-sm);
}
@media (min-width: 768px) {
  .evidence-panel {
    grid-template-columns: 1.6fr 1fr;
    align-items: start;
  }
}
.evidence-panel p {
  color: var(--text-secondary);
  margin-top: 8px;
}
.evidence-panel ul {
  margin: 0;
  padding-left: 20px;
  color: var(--text-secondary);
}
.evidence-panel li {
  margin-bottom: 8px;
}
.seo-expansion-section {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
@media (min-width: 1024px) {
  .seo-expansion-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.luxe-section {
  background: #171512;
  color: #f9f5ed;
}
.luxe-section .section-label {
  color: #d8b16a;
}
.luxe-section .section-title {
  color: #ffffff;
}
.luxe-section .section-subtitle {
  color: #d8d0c2;
}
.luxe-grid {
  display: grid;
  gap: 14px;
}
@media (min-width: 768px) {
  .luxe-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1120px) {
  .luxe-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.luxe-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
}
.luxe-card h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 12px;
}
.luxe-price {
  color: #f2d28d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 12px;
}
.luxe-card p {
  color: #e5e7eb;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 14px;
}
.luxe-card a {
  color: #bfdbfe;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .seasonal-hero .hero-title {
    font-size: 31px;
    line-height: 1.12;
    max-width: 100%;
    overflow-wrap: break-word;
  }
  .seasonal-hero .quick-stat-value {
    white-space: normal;
  }
  .seasonal-hero .quick-stats {
    grid-template-columns: 1fr;
    max-width: 100%;
    width: 100%;
  }
  .seasonal-hero .quick-stat,
  .seasonal-hero .quick-stat:nth-child(2n) {
    border-right: 0;
  }
  .seasonal-hero .quick-stat:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  .seasonal-hero .quick-stat:last-child {
    border-bottom: 0;
  }
}
