/* =============================================
   OPULENTEDGE - STYLES BANCAIRES PREMIUM
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* CSS VARIABLES */
:root {
  --navy: #0A1628;
  --navy-light: #112040;
  --navy-mid: #1a2f52;
  --gold: #C9A84C;
  --gold-light: #E8C96A;
  --gold-dark: #A8883A;
  --white: #FFFFFF;
  --off-white: #F8F7F4;
  --gray-100: #F2F1EE;
  --gray-200: #E5E3DC;
  --gray-400: #9C9A93;
  --gray-600: #6B6960;
  --gray-800: #2D2C28;
  --success: #1A7F5A;
  --text-primary: #0A1628;
  --text-secondary: #5A5A6A;
  --border: #E0DDD5;

  --font-main: 'Inter', sans-serif;

  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 40px;
  --space-2xl: 64px;
  --space-3xl: 96px;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;

  --shadow-sm: 0 1px 4px rgba(10,22,40,0.08);
  --shadow-md: 0 4px 20px rgba(10,22,40,0.12);
  --shadow-lg: 0 12px 48px rgba(10,22,40,0.18);
  --shadow-gold: 0 4px 24px rgba(201,168,76,0.25);

  --transition: 0.25s ease;
  --max-width: 1240px;
}

/* RESET */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-main);
  color: var(--text-primary);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 80px;
  padding-top: 40px;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }

/* ============ TYPOGRAPHY ============ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-main);
  font-weight: 700;
  line-height: 1.2;
  color: var(--navy);
}
h1 { font-size: clamp(1.8rem, 4.5vw, 3.2rem); font-weight: 800; }
h2 { font-size: clamp(1.4rem, 3vw, 2.2rem); font-weight: 700; }
h3 { font-size: clamp(1.05rem, 2vw, 1.4rem); font-weight: 600; }
h4 { font-size: 1.05rem; font-weight: 600; }
p { color: var(--text-secondary); line-height: 1.75; }

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

/* ============ LAYOUT ============ */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--space-lg);
}
.section { padding: var(--space-3xl) 0; }
.section-sm { padding: var(--space-2xl) 0; }
.section--alt { background: var(--off-white); }
.section-alt { background: var(--off-white); }
.section-navy { background: var(--navy); }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-xl); align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-lg); }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-lg); }
.flex { display: flex; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; align-items: center; justify-content: space-between; }
.gap-sm { gap: var(--space-sm); }
.gap-md { gap: var(--space-md); }

/* ============ TOP BAR PRIX LIVE ============ */
.topbar-prices {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background: #060e1a;
  border-bottom: 1px solid rgba(201,168,76,0.2);
  height: 40px;
  overflow: hidden;
}
.tbp-inner {
  display: flex;
  align-items: center;
  height: 40px;
  gap: var(--space-md);
  overflow: hidden;
}
.tbp-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
  flex-shrink: 0;
  text-transform: uppercase;
}
.tbp-live-dot {
  width: 6px; height: 6px;
  background: #00e676;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}
.tbp-label { letter-spacing: 0.1em; }
.tbp-items {
  display: flex;
  align-items: center;
  gap: var(--space-lg);
  overflow: hidden;
  flex: 1;
}
.tbp-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.72rem;
  white-space: nowrap;
  color: rgba(255,255,255,0.7);
}
.tbp-stone { color: rgba(255,255,255,0.5); }
.tbp-price { color: var(--gold); font-weight: 600; }
.tbp-cities-link {
  color: rgba(255,255,255,0.5);
  font-size: 0.72rem;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color var(--transition);
  padding-right: var(--space-md);
}
.tbp-cities-link:hover { color: var(--gold); }

/* ============ NAVIGATION ============ */
.site-header {
  position: sticky;
  top: 40px;
  z-index: 1000;
  background: rgba(10,22,40,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201,168,76,0.15);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  gap: var(--space-xl);
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  flex-shrink: 0;
}
.nav-logo .logo-mark {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 13px;
  color: var(--navy);
  flex-shrink: 0;
}
.nav-logo .logo-text {
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.02em;
}
.nav-logo .logo-text span { color: var(--gold); }

.nav-menu {
  display: flex;
  align-items: center;
  gap: 0;
}
.nav-menu > a,
.nav-menu > div > a {
  color: rgba(255,255,255,0.75);
  font-size: 0.85rem;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: color var(--transition), background var(--transition);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-menu > a:hover, .nav-menu > a.active {
  color: var(--gold);
  background: rgba(201,168,76,0.08);
}
.nav-cta {
  background: linear-gradient(135deg, var(--gold), var(--gold-light)) !important;
  color: var(--navy) !important;
  font-weight: 700 !important;
  padding: 9px 18px !important;
  border-radius: var(--radius-sm) !important;
}
.nav-cta:hover { opacity: 0.9; transform: translateY(-1px); }

.nav-live-indicator {
  width: 7px; height: 7px;
  background: #00e676;
  border-radius: 50%;
  animation: pulse 2s infinite;
  flex-shrink: 0;
}
.nav-price-hint {
  margin-left: auto;
  font-size: 0.7rem !important;
  color: var(--gold) !important;
  font-weight: 600;
  background: rgba(201,168,76,0.1);
  padding: 2px 6px;
  border-radius: 3px;
}

.nav-dropdown { position: relative; }
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--navy-light);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: var(--radius-md);
  padding: var(--space-sm);
  min-width: 240px;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition);
  box-shadow: var(--shadow-lg);
  z-index: 1001;
}
.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.nav-dropdown-menu a {
  display: flex !important;
  align-items: center;
  gap: var(--space-sm);
  padding: 9px 12px !important;
  border-radius: var(--radius-sm) !important;
  font-size: 0.85rem !important;
}
.nav-dropdown-menu a .stone-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: var(--space-sm); }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: var(--transition); }

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  padding: 13px 26px;
  border-radius: var(--radius-sm);
  font-family: var(--font-main);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all var(--transition);
  text-decoration: none;
  letter-spacing: 0.01em;
  line-height: 1;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-gold); opacity: 0.95; }
.btn-secondary {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.3);
}
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); }
.btn-outline {
  background: transparent;
  color: var(--navy);
  border: 1.5px solid var(--navy);
}
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn-navy {
  background: var(--navy);
  color: var(--white);
}
.btn-navy:hover { background: var(--navy-light); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-outline-gold {
  background: transparent;
  color: var(--gold);
  border: 1.5px solid var(--gold);
}
.btn-outline-gold:hover { background: var(--gold); color: var(--navy); }
.btn-lg { padding: 15px 34px; font-size: 0.95rem; }
.btn-sm { padding: 9px 18px; font-size: 0.78rem; }

/* ============ HERO ============ */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  background: var(--navy);
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.25;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,22,40,0.95) 0%, rgba(10,22,40,0.7) 60%, rgba(201,168,76,0.08) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: var(--space-lg);
}
.hero h1 { color: var(--white); margin-bottom: var(--space-lg); }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.75);
  margin-bottom: var(--space-xl);
  max-width: 600px;
  line-height: 1.7;
}
.hero-actions { display: flex; gap: var(--space-md); flex-wrap: wrap; align-items: center; }
.hero-stats {
  display: flex;
  gap: var(--space-xl);
  margin-top: var(--space-2xl);
  padding-top: var(--space-xl);
  border-top: 1px solid rgba(255,255,255,0.1);
  flex-wrap: wrap;
}
.hero-stat-value {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
}
.hero-stat-label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
}

/* ============ SECTION HEADERS ============ */
.section-header { text-align: center; margin-bottom: var(--space-2xl); }
.section-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--space-md);
  padding: 4px 12px;
  background: rgba(201,168,76,0.08);
  border-radius: 100px;
  border: 1px solid rgba(201,168,76,0.2);
}
.section-header h2 { margin-bottom: var(--space-md); }
.section-header p { max-width: 600px; margin: 0 auto; font-size: 1rem; }

/* ============ STONE CARDS ============ */
.stone-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}
.stone-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(201,168,76,0.3);
}
.stone-card-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.stone-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.stone-card:hover .stone-card-img img { transform: scale(1.05); }
.stone-card-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(10,22,40,0.85);
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
  backdrop-filter: blur(4px);
}
.stone-card-body { padding: var(--space-lg); }
.stone-card-title { font-size: 1.1rem; font-weight: 700; margin-bottom: var(--space-xs); }
.stone-card-sub { font-size: 0.78rem; color: var(--gold); font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: var(--space-md); }
.stone-card-desc { font-size: 0.88rem; color: var(--text-secondary); margin-bottom: var(--space-md); }
.stone-card-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-sm);
  padding-top: var(--space-md);
  border-top: 1px solid var(--border);
  margin-bottom: var(--space-md);
}
.stone-metric-label { font-size: 0.7rem; color: var(--gray-400); text-transform: uppercase; letter-spacing: 0.06em; }
.stone-metric-value { font-size: 0.95rem; font-weight: 700; color: var(--navy); }

/* ============ SIMULATOR ============ */
.simulator-section { background: var(--navy); position: relative; overflow: hidden; }
.simulator-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(201,168,76,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.simulator-card {
  background: var(--navy-light);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: var(--radius-xl);
  padding: var(--space-2xl);
}
.simulator-card h3 { color: var(--white); margin-bottom: var(--space-lg); }
.sim-form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
  margin-bottom: var(--space-xl);
}
.sim-field label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: var(--space-sm);
}
.simulator-card .sim-field label { color: rgba(255,255,255,0.6); }
.sim-field input,
.sim-field select {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-md);
  padding: 12px 14px;
  color: var(--white);
  font-family: var(--font-main);
  font-size: 0.95rem;
  outline: none;
  transition: border-color var(--transition);
  -webkit-appearance: none;
  appearance: none;
}
.sim-field select option { background: var(--navy-light); color: var(--white); }
.sim-field input:focus,
.sim-field select:focus { border-color: var(--gold); }
.sim-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
  padding: var(--space-lg);
  background: rgba(201,168,76,0.06);
  border: 1px solid rgba(201,168,76,0.15);
  border-radius: var(--radius-md);
  margin-bottom: var(--space-xl);
}
.sim-result-label { font-size: 0.72rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
.sim-result-value { font-size: 1.5rem; font-weight: 800; color: var(--gold); line-height: 1; }
.sim-disclaimer {
  font-size: 0.73rem;
  color: var(--gray-400);
  text-align: center;
  margin-top: var(--space-md);
  line-height: 1.5;
}
.simulator-card .sim-disclaimer { color: rgba(255,255,255,0.3); }

/* ============ INFO CARDS ============ */
.info-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
  transition: all 0.3s ease;
}
.info-card:hover { box-shadow: var(--shadow-md); border-color: rgba(201,168,76,0.25); }
.info-card-icon {
  width: 48px;
  height: 48px;
  background: rgba(201,168,76,0.1);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-lg);
  color: var(--gold);
}
.info-card h4 { margin-bottom: var(--space-sm); }
.info-card p { font-size: 0.88rem; }

/* ============ COMPARISON TABLE ============ */
.compare-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.compare-table th {
  background: var(--navy);
  color: var(--white);
  padding: var(--space-md) var(--space-lg);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: left;
}
.compare-table th.highlight { background: var(--gold); color: var(--navy); }
.compare-table td {
  padding: var(--space-md) var(--space-lg);
  border-bottom: 1px solid var(--border);
  font-size: 0.88rem;
  color: var(--text-secondary);
}
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:nth-child(even) td { background: var(--off-white); }
.compare-table .highlight-col { background: rgba(201,168,76,0.05) !important; font-weight: 600; color: var(--navy); }
.check-yes { color: var(--success); font-weight: 700; font-size: 1.1rem; }
.check-no { color: #C0392B; font-weight: 700; font-size: 1.1rem; }
.check-partial { color: var(--gold); font-weight: 700; }

/* ============ TRUST SECTION ============ */
.trust-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2xl);
  padding: var(--space-xl) 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  color: var(--text-secondary);
  font-size: 0.875rem;
  font-weight: 500;
}
.trust-icon { color: var(--gold); }

/* ============ CTA SECTION ============ */
.cta-section { padding: var(--space-3xl) 0; }
.cta-card {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  border-radius: var(--radius-xl);
  padding: var(--space-2xl);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-xl);
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.cta-card::before {
  content: '';
  position: absolute;
  inset: 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'%3E%3Cg fill='%23C9A84C' fill-opacity='0.03'%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');
  pointer-events: none;
}
.cta-content { position: relative; flex: 1; min-width: 280px; }
.cta-content h2 { color: var(--white); margin-bottom: var(--space-md); font-size: clamp(1.2rem, 2.5vw, 2rem); }
.cta-content p { color: rgba(255,255,255,0.7); }
.cta-actions { position: relative; display: flex; gap: var(--space-md); flex-wrap: wrap; flex-shrink: 0; }

/* ============ STONE HERO (inner pages) ============ */
.stone-hero {
  background: var(--navy);
  padding: var(--space-2xl) 0;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.stone-hero-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
}
.stone-hero h1 { color: var(--white); margin-bottom: var(--space-md); }
.stone-hero p { color: rgba(255,255,255,0.75); font-size: 1.05rem; }

.breadcrumb ol {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  margin-bottom: var(--space-md);
  flex-wrap: wrap;
}
.breadcrumb ol li { display: flex; align-items: center; gap: var(--space-sm); font-size: 0.82rem; }
.breadcrumb ol li::after { content: '/'; color: rgba(255,255,255,0.25); }
.breadcrumb ol li:last-child::after { display: none; }
.breadcrumb ol li:last-child { color: rgba(255,255,255,0.5); }
.breadcrumb a { color: rgba(255,255,255,0.5); transition: color var(--transition); }
.breadcrumb a:hover { color: var(--gold); }

/* ============ SPECS TABLE ============ */
.specs-table {
  width: 100%;
  border-collapse: collapse;
}
.specs-table tr { border-bottom: 1px solid var(--border); }
.specs-table tr:last-child { border-bottom: none; }
.specs-table th {
  text-align: left;
  padding: var(--space-md);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-secondary);
  width: 40%;
  background: var(--off-white);
}
.specs-table td {
  padding: var(--space-md);
  font-size: 0.92rem;
  color: var(--navy);
  font-weight: 500;
}

/* ============ FAQ ACCORDION ============ */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: var(--space-lg) 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--navy);
  font-family: var(--font-main);
  gap: var(--space-lg);
}
.faq-q::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--gold);
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(201,168,76,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
}
.faq-item.faq-open .faq-q::after { content: '-'; background: var(--gold); color: var(--navy); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-item.faq-open .faq-a { max-height: 500px; }
.faq-a p { padding-bottom: var(--space-lg); font-size: 0.92rem; color: var(--text-secondary); }

/* Legacy FAQ */
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-lg) 0;
  cursor: pointer;
  gap: var(--space-lg);
}
.faq-question h4 { font-size: 0.95rem; font-weight: 600; flex: 1; }
.faq-toggle {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(201,168,76,0.1);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 1.2rem; font-weight: 300;
  flex-shrink: 0;
  transition: all var(--transition);
}
.faq-item.open .faq-toggle { transform: rotate(45deg); background: var(--gold); color: var(--navy); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-answer p { padding-bottom: var(--space-lg); font-size: 0.92rem; }

/* ============ FORM ============ */
.form-container {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: var(--space-2xl);
  box-shadow: var(--shadow-md);
}
.tally-embed { min-height: 600px; }

/* ============ FOOTER ============ */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,0.6);
  padding: var(--space-2xl) 0 var(--space-lg);
  border-top: 1px solid rgba(201,168,76,0.1);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--space-2xl);
  margin-bottom: var(--space-2xl);
}
.footer-brand .footer-logo {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  margin-bottom: var(--space-md);
}
.footer-brand .footer-logo-mark {
  width: 30px; height: 30px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 11px; color: var(--navy);
}
.footer-brand p { font-size: 0.85rem; line-height: 1.7; }
.footer-col h5 {
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: var(--space-lg);
}
.footer-col ul { display: flex; flex-direction: column; gap: var(--space-sm); }
.footer-col ul li a {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  transition: color var(--transition);
}
.footer-col ul li a:hover { color: var(--gold); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--space-lg);
  border-top: 1px solid rgba(255,255,255,0.08);
  gap: var(--space-lg);
  flex-wrap: wrap;
}
.footer-bottom p { font-size: 0.78rem; }
.footer-bottom a { color: var(--gold); }
.footer-legal { font-size: 0.72rem; color: rgba(255,255,255,0.35); margin-top: var(--space-lg); line-height: 1.6; }

/* ============ STICKY FOOTER BAR ============ */
.sticky-footer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: linear-gradient(90deg, var(--navy) 0%, var(--navy-mid) 100%);
  border-top: 2px solid var(--gold);
  padding: 11px var(--space-lg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  box-shadow: 0 -4px 20px rgba(10,22,40,0.3);
}
.sticky-bar-text {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  flex: 1;
  min-width: 0;
}
.sticky-bar-pulse {
  width: 10px; height: 10px;
  background: var(--gold);
  border-radius: 50%;
  animation: pulse 2s infinite;
  flex-shrink: 0;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 0 0 rgba(201,168,76,0.4); }
  50% { opacity: 0.8; transform: scale(1.1); box-shadow: 0 0 0 8px rgba(201,168,76,0); }
}
.sticky-bar-label {
  color: rgba(255,255,255,0.85);
  font-size: 0.85rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sticky-bar-label strong { color: var(--gold); }
.sticky-bar-actions { display: flex; align-items: center; gap: var(--space-md); flex-shrink: 0; }
.sticky-bar-close {
  background: none;
  border: none;
  color: rgba(255,255,255,0.4);
  cursor: pointer;
  font-size: 1.2rem;
  padding: 4px;
  transition: color var(--transition);
  line-height: 1;
}
.sticky-bar-close:hover { color: var(--white); }

/* ============ EXIT POPUP ============ */
.exit-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10,22,40,0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-lg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
}
.exit-popup-overlay.show { opacity: 1; visibility: visible; }
.exit-popup {
  background: var(--white);
  border-radius: var(--radius-xl);
  max-width: 520px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(10,22,40,0.4);
  transform: scale(0.95) translateY(20px);
  transition: transform 0.3s ease;
}
.exit-popup-overlay.show .exit-popup { transform: scale(1) translateY(0); }
.exit-popup-header {
  background: var(--navy);
  padding: var(--space-xl);
  text-align: center;
  position: relative;
}
.exit-popup-header h3 { color: var(--white); font-size: 1.3rem; margin-bottom: var(--space-sm); }
.exit-popup-header p { color: rgba(255,255,255,0.7); font-size: 0.9rem; }
.exit-popup-close {
  position: absolute;
  top: 12px; right: 16px;
  background: none; border: none;
  color: rgba(255,255,255,0.5);
  font-size: 1.4rem;
  cursor: pointer;
  transition: color var(--transition);
  line-height: 1;
}
.exit-popup-close:hover { color: var(--white); }
.exit-popup-body { padding: var(--space-xl); }
.exit-popup-perks {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  margin-bottom: var(--space-xl);
}
.exit-perk { display: flex; align-items: flex-start; gap: var(--space-md); }
.exit-perk-icon {
  width: 34px; height: 34px;
  background: rgba(201,168,76,0.1);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  flex-shrink: 0; font-size: 0.95rem;
}
.exit-perk-text h5 { font-size: 0.9rem; margin-bottom: 2px; }
.exit-perk-text p { font-size: 0.82rem; color: var(--text-secondary); }
.exit-popup-body .btn { width: 100%; justify-content: center; }

/* ============ SCROLL ANIMATIONS ============ */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal-on-scroll.revealed { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ============ MISC ============ */
.divider { height: 1px; background: var(--border); margin: var(--space-xl) 0; }
.tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.tag-gold { background: rgba(201,168,76,0.12); color: var(--gold-dark); border: 1px solid rgba(201,168,76,0.25); }
.tag-navy { background: rgba(10,22,40,0.08); color: var(--navy); border: 1px solid rgba(10,22,40,0.12); }
.tag-green { background: rgba(26,127,90,0.1); color: var(--success); border: 1px solid rgba(26,127,90,0.2); }

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-lg);
  padding: var(--space-xl) 0;
}
.stat-box {
  text-align: center;
  padding: var(--space-lg);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}
.stat-box-value { font-size: 1.8rem; font-weight: 800; color: var(--navy); line-height: 1; }
.stat-box-label { font-size: 0.78rem; color: var(--text-secondary); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.06em; }

.highlight-box {
  background: linear-gradient(135deg, rgba(201,168,76,0.08) 0%, rgba(201,168,76,0.03) 100%);
  border: 1px solid rgba(201,168,76,0.2);
  border-left: 4px solid var(--gold);
  padding: var(--space-lg);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}
.highlight-box p { color: var(--navy); font-weight: 500; }

/* ============ INNER PAGE STONE LAYOUT ============ */
.stone-page-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: var(--space-2xl);
  align-items: start;
}
.stone-sidebar { position: sticky; top: 120px; }
.sidebar-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: var(--space-lg);
}
.sidebar-card-header {
  background: var(--navy);
  padding: var(--space-md) var(--space-lg);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.sidebar-card-body { padding: var(--space-lg); }

/* ============================================
   PAGES VILLES - STYLES
   ============================================ */

.city-hero {
  background: var(--navy);
  padding: 60px 0 var(--space-2xl);
  position: relative;
  overflow: hidden;
  min-height: 460px;
  display: flex;
  align-items: center;
}
.city-hero::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--stone-color, #4B0082) 0%, transparent 70%);
  opacity: 0.12;
  pointer-events: none;
}
.city-hero__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,22,40,0.98) 0%, rgba(10,22,40,0.85) 100%);
}
.city-hero .container { position: relative; z-index: 2; }
.city-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.25);
  color: var(--gold);
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
  margin-bottom: var(--space-md);
}
.stone-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.city-hero__content h1 { color: var(--white); margin-bottom: var(--space-md); }
.city-hero__sub {
  color: rgba(255,255,255,0.75);
  font-size: 1.05rem;
  margin-bottom: var(--space-xl);
  max-width: 640px;
  line-height: 1.7;
}
.city-hero__sub strong { color: var(--gold); }
.city-hero__stats {
  display: flex;
  gap: var(--space-md);
  margin-bottom: var(--space-xl);
  flex-wrap: wrap;
}
.stat-pill {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 10px 14px;
  border-radius: var(--radius-md);
  min-width: 150px;
}
.stat-icon { font-size: 1.3rem; }
.stat-val { font-size: 1rem; font-weight: 700; color: var(--gold); line-height: 1.2; }
.stat-lbl { font-size: 0.68rem; color: rgba(255,255,255,0.5); margin-top: 2px; }
.city-hero__cta { display: flex; gap: var(--space-md); flex-wrap: wrap; }

/* PRIX TICKER */
.price-ticker {
  background: #060e1a;
  border-bottom: 1px solid rgba(201,168,76,0.15);
  padding: 10px 0;
}
.ticker-inner {
  display: flex;
  align-items: center;
  gap: var(--space-lg);
  overflow: hidden;
}
.ticker-label {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
  flex-shrink: 0;
}
.ticker-items {
  display: flex;
  gap: var(--space-xl);
  overflow: hidden;
  flex: 1;
}
.ticker-item {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  font-size: 0.78rem;
  white-space: nowrap;
  padding: 3px 10px;
  border-radius: 4px;
  transition: background var(--transition);
}
.ticker-item--active { background: rgba(201,168,76,0.12); border: 1px solid rgba(201,168,76,0.2); }
.ticker-stone { color: rgba(255,255,255,0.6); }
.ticker-price { color: var(--gold); font-weight: 600; }
.ticker-trend { font-size: 0.68rem; font-weight: 600; }
.ticker-trend.up { color: #00e676; }
.ticker-trend.down { color: #ff5252; }
.ticker-update { font-size: 0.66rem; color: rgba(255,255,255,0.3); white-space: nowrap; flex-shrink: 0; }

/* INTRO GRID */
.city-intro-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: var(--space-2xl);
  align-items: start;
}
.city-intro__text h2 { margin-bottom: var(--space-md); }
.city-intro__text p { margin-bottom: var(--space-md); }
.stone-specs-mini {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: var(--space-lg);
  margin-top: var(--space-lg);
}
.spec-row {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
}
.spec-row:last-child { border-bottom: none; }
.spec-k { font-size: 0.8rem; font-weight: 600; color: var(--text-secondary); min-width: 150px; flex-shrink: 0; }
.spec-v { font-size: 0.88rem; font-weight: 600; color: var(--navy); }

/* MARKET CARD */
.market-card {
  background: var(--navy-light);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: sticky;
  top: 120px;
}
.mc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-md) var(--space-lg);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.7);
  font-size: 0.8rem;
  font-weight: 600;
}
.mc-live-badge {
  background: rgba(0,230,118,0.15);
  color: #00e676;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 2px 8px;
  border-radius: 100px;
  border: 1px solid rgba(0,230,118,0.3);
}
.mc-price { padding: var(--space-lg); text-align: center; border-bottom: 1px solid rgba(255,255,255,0.08); }
.mc-label { font-size: 0.72rem; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; }
.mc-value { font-size: 2rem; font-weight: 800; color: var(--gold); line-height: 1; }
.mc-change { font-size: 0.78rem; color: #00e676; margin-top: 8px; font-weight: 500; }
.mc-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: var(--space-md);
  gap: var(--space-sm);
}
.mc-stat { text-align: center; padding: 6px; }
.mc-stat-v { font-size: 1rem; font-weight: 700; color: var(--white); }
.mc-stat-l { font-size: 0.65rem; color: rgba(255,255,255,0.4); margin-top: 2px; }
.mc-refresh {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: calc(100% - 2 * var(--space-md));
  margin: 0 var(--space-md);
  padding: 8px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-sm);
  color: rgba(255,255,255,0.5);
  font-size: 0.72rem;
  font-family: var(--font-main);
  cursor: pointer;
  transition: all var(--transition);
  margin-bottom: var(--space-sm);
}
.mc-refresh:hover { border-color: var(--gold); color: var(--gold); }
.mc-cta {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy);
  font-weight: 700;
  font-size: 0.88rem;
  padding: 13px;
  margin: var(--space-md);
  border-radius: var(--radius-md);
  transition: all var(--transition);
}
.mc-cta:hover { opacity: 0.9; transform: translateY(-1px); }

/* SIMULATEUR VILLE */
.simulator-card--city {
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  border-radius: var(--radius-xl);
  padding: var(--space-2xl);
}
.sim-inputs { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: var(--space-xl); margin-bottom: var(--space-xl); }
.sim-input-wrap { display: flex; align-items: center; gap: var(--space-md); margin-top: var(--space-sm); }
.sim-input-wrap input[type=range] { flex: 1; accent-color: var(--navy); cursor: pointer; }
.sim-range-val { display: flex; align-items: center; gap: 4px; min-width: 100px; }
.sim-range-val input[type=number] {
  width: 80px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 7px 8px;
  font-size: 0.88rem;
  font-family: var(--font-main);
  color: var(--navy);
  font-weight: 600;
  background: var(--white);
  outline: none;
}
.sim-range-val input:focus { border-color: var(--navy); }
.sim-range-val span { font-size: 0.88rem; color: var(--text-secondary); }
.sim-tabs, .sim-scenario-tabs {
  display: flex;
  gap: 5px;
  margin-top: var(--space-sm);
  flex-wrap: wrap;
}
.sim-tab, .sim-scenario {
  padding: 7px 12px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  background: var(--white);
  color: var(--text-secondary);
  font-family: var(--font-main);
  transition: all var(--transition);
}
.sim-tab--active, .sim-tab:hover,
.sim-scenario--active, .sim-scenario:hover {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}
.sim-results.city-results {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-xl);
  align-items: center;
  margin-bottom: var(--space-lg);
}
.sim-result-main { text-align: center; }
.sim-result-label { font-size: 0.72rem; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; }
.sim-result-value { font-size: 2.6rem; font-weight: 900; color: var(--navy); line-height: 1; }
.sim-result-breakdown { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.sim-breakdown-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 9px 10px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}
.sim-breakdown-item--gain { border-color: rgba(26,127,90,0.3); background: rgba(26,127,90,0.04); }
.sbi-label { font-size: 0.7rem; color: var(--text-secondary); }
.sbi-val { font-size: 0.95rem; font-weight: 700; color: var(--navy); }
.sim-breakdown-item--gain .sbi-val { color: var(--success); }
.sim-bar-wrap { grid-column: 1 / -1; }
.sim-bar-track {
  height: 7px;
  background: var(--gray-200);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 4px;
}
.sim-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--navy), var(--gold));
  border-radius: 4px;
  transition: width 0.5s ease;
}
.sim-bar-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.68rem;
  color: var(--text-secondary);
}
.sim-cta { display: flex; margin-top: var(--space-lg); width: 100%; justify-content: center; }

/* BENEFITS GRID */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}
.benefit-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
  transition: all 0.3s ease;
}
.benefit-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); border-color: rgba(201,168,76,0.3); }
.benefit-icon {
  width: 48px; height: 48px;
  border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  margin-bottom: var(--space-md);
}
.benefit-card h3 { margin-bottom: var(--space-sm); font-size: 1rem; }
.benefit-card p { font-size: 0.85rem; }

/* STONES COMPARE GRID */
.stones-compare-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--space-md);
}
.stone-compare-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: var(--space-lg) var(--space-md);
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stone-compare-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); border-color: rgba(201,168,76,0.3); }
.scc-emoji { font-size: 1.7rem; }
.scc-name { font-size: 0.82rem; font-weight: 700; color: var(--navy); }
.scc-return { font-size: 0.95rem; font-weight: 800; }
.scc-min { font-size: 0.7rem; color: var(--text-secondary); }
.scc-link { font-size: 0.75rem; color: var(--gold); font-weight: 600; margin-top: 4px; }

/* NEARBY CITIES */
.nearby-cities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-md);
}
.nearby-city-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: var(--space-md);
  display: flex;
  flex-direction: column;
  gap: 2px;
  transition: all var(--transition);
}
.nearby-city-card:hover { border-color: var(--gold); box-shadow: var(--shadow-sm); }
.nearby-city-card--all { background: rgba(201,168,76,0.05); border-color: rgba(201,168,76,0.25); }
.nc-emoji { font-size: 1.1rem; }
.nc-name { font-size: 0.88rem; font-weight: 700; color: var(--navy); }
.nc-zip { font-size: 0.72rem; color: var(--text-secondary); }
.nc-link { font-size: 0.75rem; color: var(--gold); font-weight: 600; margin-top: 4px; }

/* ============================================
   PAGE HUB VILLES
   ============================================ */
.page-hero {
  background: var(--navy);
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}
.page-hero--cities::before,
.page-hero--districts::before {
  content: '';
  position: absolute;
  top: -30%; right: -5%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(201,168,76,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero--prices::before {
  content: '';
  position: absolute;
  top: -30%; right: -5%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(0,230,118,0.05) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: var(--white); margin-bottom: var(--space-md); }
.page-hero__sub { color: rgba(255,255,255,0.7); font-size: 1.05rem; max-width: 640px; }

/* LIVE BADGE */
.live-badge-inline {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(0,230,118,0.15);
  color: #00e676;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 2px 8px;
  border-radius: 100px;
  border: 1px solid rgba(0,230,118,0.3);
  vertical-align: middle;
  margin-left: 6px;
}
.prices-last-update {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.4);
  font-size: 0.75rem;
  margin-top: var(--space-md);
}
.plu-dot {
  width: 7px; height: 7px;
  background: #00e676;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

/* SEARCH BOX */
.city-search-box { margin-top: var(--space-xl); }
.city-search-form {
  display: flex;
  gap: var(--space-md);
  max-width: 600px;
}
.csf-input-wrap {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
}
.csf-input-wrap svg {
  position: absolute;
  left: 14px;
  color: rgba(255,255,255,0.4);
  pointer-events: none;
}
.csf-input-wrap input {
  width: 100%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-md);
  padding: 13px 13px 13px 42px;
  color: var(--white);
  font-size: 0.92rem;
  font-family: var(--font-main);
  outline: none;
  transition: border-color var(--transition);
}
.csf-input-wrap input::placeholder { color: rgba(255,255,255,0.4); }
.csf-input-wrap input:focus { border-color: var(--gold); }

/* STONE FILTER TABS */
.stone-filter-tabs {
  display: flex;
  gap: var(--space-sm);
  margin-top: var(--space-lg);
  flex-wrap: wrap;
}
.sft-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 100px;
  border: 1.5px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.7);
  font-size: 0.8rem;
  font-weight: 600;
  transition: all var(--transition);
}
.sft-tab:hover { border-color: var(--gold); color: var(--gold); }
.sft-tab--active {
  border-color: var(--tab-color, var(--gold));
  background: rgba(255,255,255,0.08);
  color: var(--white);
}

/* SEARCH RESULTS */
.search-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--space-md);
  margin-top: var(--space-lg);
}
.search-result-card {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  padding: var(--space-md);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  transition: all var(--transition);
}
.search-result-card:hover { border-color: var(--gold); box-shadow: var(--shadow-sm); }
.src-stone { font-size: 1.4rem; }
.src-info { flex: 1; }
.src-info strong { display: block; font-size: 0.92rem; color: var(--navy); }
.src-info span { font-size: 0.78rem; color: var(--text-secondary); }
.src-arrow { color: var(--gold); font-weight: 700; }
.no-results { text-align: center; padding: var(--space-2xl) 0; }
.no-results p { margin-bottom: var(--space-lg); }

/* MAJOR CITIES */
.major-cities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-md);
}
.major-city-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: var(--space-md) var(--space-lg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  transition: all var(--transition);
}
.major-city-card:hover { border-color: var(--gold); box-shadow: var(--shadow-sm); background: rgba(201,168,76,0.03); }
.mcc-city { display: flex; align-items: center; gap: var(--space-sm); }
.mcc-emoji { font-size: 1.1rem; }
.mcc-name { font-size: 0.88rem; font-weight: 700; color: var(--navy); }
.mcc-region { font-size: 0.7rem; color: var(--text-secondary); }
.mcc-info { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.mcc-zip { font-size: 0.7rem; color: var(--text-secondary); }
.mcc-link { font-size: 0.75rem; color: var(--gold); font-weight: 600; }

/* REGIONS ACCORDION */
.regions-accordion { display: flex; flex-direction: column; gap: var(--space-sm); }
.region-block { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; }
.region-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-md) var(--space-lg);
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-main);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--navy);
  transition: background var(--transition);
}
.region-toggle:hover { background: var(--off-white); }
.region-toggle.region-open { background: var(--navy); color: var(--white); }
.rt-name { display: flex; align-items: center; gap: var(--space-sm); }
.rt-flag { font-size: 1rem; }
.rt-count { font-size: 0.72rem; font-weight: 500; color: var(--text-secondary); background: var(--off-white); padding: 2px 8px; border-radius: 100px; }
.region-toggle.region-open .rt-count { background: rgba(255,255,255,0.15); color: rgba(255,255,255,0.7); }
.rt-chevron { font-size: 0.72rem; transition: transform var(--transition); }
.region-toggle.region-open .rt-chevron { transform: rotate(180deg); }
.region-cities { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.region-cities--open { max-height: 2000px; }
.region-cities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 5px;
  padding: var(--space-md);
}
.region-city-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 7px 10px;
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--navy);
  transition: all var(--transition);
  border: 1px solid transparent;
}
.region-city-item:hover { background: rgba(201,168,76,0.08); border-color: rgba(201,168,76,0.2); color: var(--navy); }
.rci-zip { font-size: 0.7rem; color: var(--text-secondary); white-space: nowrap; }
.region-more { grid-column: 1 / -1; text-align: center; font-size: 0.8rem; color: var(--text-secondary); padding: var(--space-sm); }

/* ============================================
   PAGES DISTRICTS (LANDKREISE)
   ============================================ */

/* DISTRICT HERO */
.district-hero {
  background: var(--navy);
  padding: 60px 0 var(--space-2xl);
  position: relative;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  align-items: center;
}
.district-hero::before {
  content: '';
  position: absolute;
  top: -20%; right: -5%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, var(--stone-color, #4B0082) 0%, transparent 70%);
  opacity: 0.1;
  pointer-events: none;
}
.district-hero__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,22,40,0.98) 0%, rgba(10,22,40,0.85) 100%);
}
.district-hero .container { position: relative; z-index: 2; }
.district-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.25);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
  margin-bottom: var(--space-md);
}
.district-hero__content h1 { color: var(--white); margin-bottom: var(--space-md); }
.district-hero__sub {
  color: rgba(255,255,255,0.75);
  font-size: 1.05rem;
  margin-bottom: var(--space-xl);
  max-width: 640px;
  line-height: 1.7;
}
.district-hero__sub strong { color: var(--gold); }
.district-hero__stats {
  display: flex;
  gap: var(--space-md);
  margin-bottom: var(--space-xl);
  flex-wrap: wrap;
}
.district-hero__cta { display: flex; gap: var(--space-md); flex-wrap: wrap; }

/* DISTRICT INTRO GRID */
.district-intro-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: var(--space-2xl);
  align-items: start;
}
.district-intro__text h2 { margin-bottom: var(--space-md); }
.district-intro__text p { margin-bottom: var(--space-md); }

/* DISTRICT INFO CARD */
.district-info-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-top: var(--space-lg);
}
.dic-header {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--off-white);
  border-bottom: 1px solid var(--border);
  padding: var(--space-md) var(--space-lg);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-secondary);
}
.dic-body { padding: var(--space-md) var(--space-lg); }
.dic-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  padding: 7px 0;
  border-bottom: 1px solid var(--border);
}
.dic-row:last-child { border-bottom: none; }
.dic-k { font-size: 0.8rem; color: var(--text-secondary); }
.dic-v { font-size: 0.88rem; font-weight: 600; color: var(--navy); }
.dic-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-md) var(--space-lg);
  border-top: 1px solid var(--border);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gold);
  transition: background var(--transition);
}
.dic-link:hover { background: rgba(201,168,76,0.05); }

/* DISTRICT SIMULATOR */
.district-simulator {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: var(--space-2xl);
  box-shadow: var(--shadow-md);
}
.dsim-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--space-xl);
  margin-bottom: var(--space-xl);
}
.dsim-field label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: var(--space-sm);
}
.dsim-input-wrap {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  margin-top: var(--space-sm);
}
.dsim-input-wrap input[type=range] { flex: 1; accent-color: var(--navy); cursor: pointer; }
.dsim-val-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 110px;
}
.dsim-number-input {
  width: 82px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 7px 8px;
  font-size: 0.88rem;
  font-family: var(--font-main);
  color: var(--navy);
  font-weight: 600;
  outline: none;
}
.dsim-number-input:focus { border-color: var(--navy); }
.dsim-val-wrap span { font-size: 0.88rem; color: var(--text-secondary); }
.dsim-tabs {
  display: flex;
  gap: 5px;
  margin-top: var(--space-sm);
  flex-wrap: wrap;
}
.dsim-tab {
  padding: 7px 12px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  background: var(--white);
  color: var(--text-secondary);
  font-family: var(--font-main);
  transition: all var(--transition);
}
.dsim-tab--active, .dsim-tab:hover {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}
.dsim-hint { font-size: 0.7rem; color: var(--text-secondary); margin-top: 4px; }
.dsim-results {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-xl);
  align-items: center;
  margin-bottom: var(--space-lg);
}
.dsim-result-main { text-align: center; }
.dsim-result-label { font-size: 0.72rem; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; }
.dsim-result-value { font-size: 2.6rem; font-weight: 900; color: var(--navy); line-height: 1; }
.dsim-result-gain { font-size: 0.88rem; color: var(--success); margin-top: 6px; font-weight: 600; }
.dsim-result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.dsim-breakdown-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 9px 10px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}
.dsim-breakdown--gain { border-color: rgba(26,127,90,0.3); background: rgba(26,127,90,0.04); }
.dsim-bl { font-size: 0.7rem; color: var(--text-secondary); }
.dsim-bv { font-size: 0.95rem; font-weight: 700; color: var(--navy); }
.dsim-progress-wrap { grid-column: 1 / -1; }
.dsim-progress-track {
  height: 7px;
  background: var(--gray-200);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 4px;
}
.dsim-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--navy), var(--gold));
  border-radius: 4px;
  transition: width 0.5s ease;
}
.dsim-progress-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.68rem;
  color: var(--text-secondary);
}
.dsim-milestones {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-sm);
  padding-top: var(--space-md);
  border-top: 1px solid var(--border);
}
.dsim-milestone { text-align: center; }
.dsm-year { display: block; font-size: 0.68rem; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 4px; }
.dsm-val { font-size: 0.92rem; font-weight: 700; color: var(--navy); }
.dsim-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-lg);
  flex-wrap: wrap;
}
.dsim-disclaimer { font-size: 0.72rem; color: var(--gray-400); line-height: 1.5; flex: 1; }

/* NEIGHBOR DISTRICTS */
.neighbor-districts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-md);
}
.neighbor-district-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: var(--space-md);
  display: flex;
  align-items: center;
  gap: var(--space-md);
  transition: all var(--transition);
}
.neighbor-district-card:hover { border-color: var(--gold); box-shadow: var(--shadow-sm); background: rgba(201,168,76,0.02); }
.neighbor-district-card--all { background: rgba(201,168,76,0.04); border-color: rgba(201,168,76,0.2); }
.ndc-icon { font-size: 1.4rem; flex-shrink: 0; }
.ndc-info { flex: 1; min-width: 0; }
.ndc-name { display: block; font-size: 0.88rem; font-weight: 700; color: var(--navy); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ndc-full { display: block; font-size: 0.72rem; color: var(--text-secondary); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ndc-code { display: block; font-size: 0.68rem; color: var(--gold); font-weight: 600; }
.ndc-arrow { color: var(--gold); flex-shrink: 0; }

/* ============================================
   PAGE HUB DISTRICTS (district-index.php)
   ============================================ */

/* DID STATS */
.did-stats {
  display: flex;
  gap: var(--space-2xl);
  margin-top: var(--space-xl);
  flex-wrap: wrap;
}
.did-stat { display: flex; flex-direction: column; gap: 4px; }
.did-stat-val { font-size: 2rem; font-weight: 800; color: var(--gold); line-height: 1; }
.did-stat-lbl { font-size: 0.72rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.08em; }

/* DISTRICT SEARCH */
.district-search-box { margin-top: var(--space-xl); }
.district-search-form {
  display: flex;
  gap: var(--space-md);
  max-width: 600px;
}
.dsf-input-wrap {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
}
.dsf-input-wrap svg {
  position: absolute;
  left: 14px;
  color: rgba(255,255,255,0.4);
  pointer-events: none;
}
.dsf-input-wrap input {
  width: 100%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-md);
  padding: 13px 13px 13px 42px;
  color: var(--white);
  font-size: 0.92rem;
  font-family: var(--font-main);
  outline: none;
  transition: border-color var(--transition);
}
.dsf-input-wrap input::placeholder { color: rgba(255,255,255,0.4); }
.dsf-input-wrap input:focus { border-color: var(--gold); }

/* TOP DISTRICTS GRID */
.top-districts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-md);
}
.top-district-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: all 0.3s ease;
}
.top-district-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); border-color: rgba(201,168,76,0.3); }
.tdc-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.tdc-emoji { font-size: 1.5rem; }
.tdc-code { font-size: 0.7rem; color: var(--text-secondary); font-weight: 600; background: var(--off-white); padding: 2px 6px; border-radius: 3px; }
.tdc-name { font-size: 0.92rem; font-weight: 700; color: var(--navy); }
.tdc-region { font-size: 0.72rem; color: var(--text-secondary); }
.tdc-link { font-size: 0.78rem; font-weight: 600; margin-top: 6px; }

/* DISTRICT RESULTS SEARCH */
.district-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--space-md);
}
.district-result-card {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  padding: var(--space-md);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  transition: all var(--transition);
}
.district-result-card:hover { border-color: var(--gold); box-shadow: var(--shadow-sm); }
.drc-emoji { font-size: 1.4rem; }
.drc-info { flex: 1; }
.drc-info strong { display: block; font-size: 0.92rem; color: var(--navy); }
.drc-info span { font-size: 0.78rem; color: var(--text-secondary); }
.drc-code { font-size: 0.72rem; color: var(--text-secondary); background: var(--off-white); padding: 2px 6px; border-radius: 3px; white-space: nowrap; }
.drc-arrow { color: var(--gold); font-weight: 700; flex-shrink: 0; }

/* REGION OTHER STONES */
.region-other-stones {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  padding: var(--space-sm) var(--space-md);
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
  background: var(--off-white);
}
.ros-label { font-size: 0.72rem; color: var(--text-secondary); font-weight: 600; flex-shrink: 0; }
.ros-link { font-size: 0.78rem; font-weight: 600; transition: opacity var(--transition); }
.ros-link:hover { opacity: 0.7; }

/* ALL STONES GRID */
.all-stones-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--space-md);
}
.all-stone-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: var(--space-lg) var(--space-md);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}
.all-stone-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); border-color: rgba(201,168,76,0.3); }
.asc-emoji { font-size: 2rem; }
.asc-name { font-size: 0.88rem; font-weight: 700; color: var(--navy); }
.asc-label { font-size: 0.72rem; font-weight: 600; }

/* ============================================
   PAGE PRIX LIVE
   ============================================ */

.prices-table-wrap { overflow-x: auto; }
.prices-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  white-space: nowrap;
}
.prices-table thead tr { background: var(--navy); }
.prices-table th {
  padding: 13px 14px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.7);
  text-align: left;
}
.prices-table tbody tr { transition: background var(--transition); }
.prices-table tbody tr:hover { background: rgba(201,168,76,0.04); }
.prices-table tbody tr:nth-child(even) { background: var(--off-white); }
.prices-table tbody tr:nth-child(even):hover { background: rgba(201,168,76,0.06); }
.prices-table td { padding: 13px 14px; border-bottom: 1px solid var(--border); font-size: 0.88rem; }
.pt-stone { display: flex; align-items: center; gap: 10px; }
.pt-emoji { font-size: 1.2rem; }
.pt-stone strong { color: var(--navy); font-weight: 700; }
.pt-price { font-size: 0.95rem; font-weight: 700; color: var(--navy); }
.pt-change, .pt-trend, .pt-return { font-weight: 600; }
.positive { color: #1a7f5a; }
.negative { color: #c0392b; }
.pt-quality, .pt-source { color: var(--text-secondary); font-size: 0.8rem; }
.btn-table-invest {
  display: inline-flex;
  padding: 5px 12px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy);
  border-radius: var(--radius-sm);
  font-size: 0.78rem;
  font-weight: 700;
  transition: all var(--transition);
  white-space: nowrap;
}
.btn-table-invest:hover { opacity: 0.85; transform: translateY(-1px); }
.prices-disclaimer { font-size: 0.72rem; color: var(--gray-400); margin-top: var(--space-md); line-height: 1.6; }

.price-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}
.price-detail-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  border-top: 3px solid var(--pdc-color, var(--gold));
  transition: all 0.3s ease;
}
.price-detail-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.pdc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-lg);
  border-bottom: 1px solid var(--border);
}
.pdc-title { display: flex; align-items: center; gap: var(--space-sm); }
.pdc-emoji { font-size: 1.5rem; }
.pdc-title h3 { font-size: 0.95rem; margin: 0; }
.pdc-live-badge {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #00e676;
}
.pdc-dot {
  width: 6px; height: 6px;
  background: #00e676;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.pdc-main-price { padding: var(--space-lg); text-align: center; }
.pdc-price-val { font-size: 1.8rem; font-weight: 900; color: var(--navy); }
.pdc-price-unit { font-size: 0.72rem; color: var(--text-secondary); margin-top: 4px; }
.pdc-range { padding: 0 var(--space-lg) var(--space-md); }
.pdc-range-bar { height: 5px; background: var(--gray-200); border-radius: 3px; overflow: hidden; margin-bottom: 6px; }
.pdc-range-fill { height: 100%; background: var(--pdc-color, var(--gold)); border-radius: 3px; }
.pdc-range-labels { display: flex; justify-content: space-between; font-size: 0.68rem; color: var(--text-secondary); }
.pdc-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.pdc-stat { padding: 10px; text-align: center; background: var(--white); }
.pdc-stat-label { font-size: 0.66rem; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.06em; }
.pdc-stat-val { font-size: 0.9rem; font-weight: 700; margin-top: 2px; }
.pdc-stat-val.pos { color: #1a7f5a; }
.pdc-stat-val.neg { color: #c0392b; }
.pdc-cta {
  display: block;
  text-align: center;
  color: var(--white);
  font-weight: 700;
  font-size: 0.88rem;
  padding: 13px;
  margin: var(--space-md);
  border-radius: var(--radius-md);
  transition: all var(--transition);
}
.pdc-cta:hover { opacity: 0.85; transform: translateY(-1px); }

/* COMPARE SIMULATOR */
.compare-simulator {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: var(--space-2xl);
  box-shadow: var(--shadow-md);
}
.cs-controls {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-xl);
  margin-bottom: var(--space-xl);
  align-items: center;
}
.cs-field label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--text-secondary); margin-bottom: var(--space-sm); }
.cs-field label strong { color: var(--navy); font-size: 0.95rem; }
.cs-field input[type=range] { width: 100%; accent-color: var(--navy); cursor: pointer; margin-top: 6px; }
.cs-tabs { display: flex; gap: 5px; }
.cs-tab {
  padding: 7px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  background: var(--white);
  color: var(--text-secondary);
  font-family: var(--font-main);
  transition: all var(--transition);
}
.cs-tab--active, .cs-tab:hover { border-color: var(--navy); background: var(--navy); color: var(--white); }
.cs-bars { display: flex; flex-direction: column; gap: 10px; }
.cs-bar-row { display: grid; grid-template-columns: 140px 1fr 120px; align-items: center; gap: var(--space-md); }
.cs-bar-label { font-size: 0.85rem; font-weight: 600; color: var(--navy); }
.cs-bar-track { height: 26px; background: var(--off-white); border-radius: 4px; overflow: hidden; }
.cs-bar-fill { height: 100%; border-radius: 4px; transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1); min-width: 2px; }
.cs-bar-val { font-size: 0.88rem; font-weight: 700; color: var(--navy); text-align: right; }

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1200px) {
  .all-stones-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .sim-inputs { grid-template-columns: 1fr 1fr; }
  .dsim-inputs { grid-template-columns: 1fr 1fr; }
  .stat-row { grid-template-columns: repeat(2, 1fr); }
  .city-intro-grid { grid-template-columns: 1fr; }
  .district-intro-grid { grid-template-columns: 1fr; }
  .stones-compare-grid { grid-template-columns: repeat(3, 1fr); }
  .nearby-cities-grid { grid-template-columns: repeat(3, 1fr); }
  .neighbor-districts-grid { grid-template-columns: repeat(3, 1fr); }
  .major-cities-grid { grid-template-columns: repeat(3, 1fr); }
  .top-districts-grid { grid-template-columns: repeat(3, 1fr); }
  .price-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .sim-form-grid { grid-template-columns: 1fr 1fr; }
  .dsim-milestones { grid-template-columns: repeat(4, 1fr); }
  .all-stones-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  body { padding-bottom: 70px; padding-top: 40px; }
  .grid-2 { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .hero { min-height: 75vh; }
  .hero-stats { gap: var(--space-lg); }
  .nav-menu {
    display: none;
    position: fixed;
    top: 108px; left: 0; right: 0;
    background: var(--navy-light);
    flex-direction: column;
    padding: var(--space-lg);
    gap: var(--space-sm);
    border-top: 1px solid rgba(201,168,76,0.15);
    z-index: 999;
    max-height: calc(100vh - 108px);
    overflow-y: auto;
  }
  .nav-menu.open { display: flex; }
  .nav-menu > a { padding: 11px var(--space-md); border-radius: var(--radius-sm); }
  .hamburger { display: flex; }
  .nav-dropdown-menu { position: static; transform: none; opacity: 1; visibility: visible; background: rgba(255,255,255,0.05); border: none; padding: 0 0 0 var(--space-lg); box-shadow: none; min-width: unset; }
  .footer-grid { grid-template-columns: 1fr; gap: var(--space-xl); }
  .footer-bottom { flex-direction: column; text-align: center; }
  .stat-row { grid-template-columns: 1fr 1fr; }
  .sticky-footer-bar { flex-direction: column; gap: 8px; text-align: center; padding: 10px var(--space-md); }
  .sticky-bar-text { justify-content: center; }
  .hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-lg); }
  .cta-actions { flex-direction: column; align-items: stretch; }
  .cta-card { flex-direction: column; }
  .trust-bar { gap: var(--space-lg); }
  /* City pages mobile */
  .city-hero__stats { gap: 8px; }
  .stat-pill { min-width: 130px; padding: 9px 12px; }
  .city-hero__cta { flex-direction: column; }
  .district-hero__cta { flex-direction: column; }
  .sim-inputs { grid-template-columns: 1fr; }
  .dsim-inputs { grid-template-columns: 1fr; }
  .sim-results.city-results { grid-template-columns: 1fr; }
  .dsim-results { grid-template-columns: 1fr; }
  .stones-compare-grid { grid-template-columns: repeat(2, 1fr); }
  .nearby-cities-grid { grid-template-columns: repeat(2, 1fr); }
  .neighbor-districts-grid { grid-template-columns: repeat(2, 1fr); }
  .major-cities-grid { grid-template-columns: repeat(2, 1fr); }
  .top-districts-grid { grid-template-columns: repeat(2, 1fr); }
  .price-cards-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .cs-controls { grid-template-columns: 1fr; }
  .cs-bar-row { grid-template-columns: 90px 1fr 80px; }
  .tbp-items { gap: var(--space-md); }
  .city-search-form { flex-direction: column; }
  .district-search-form { flex-direction: column; }
  .did-stats { gap: var(--space-xl); }
  .prices-table { font-size: 0.8rem; }
  .stone-filter-tabs { gap: 4px; }
  .sft-tab { font-size: 0.73rem; padding: 6px 10px; }
  .sim-form-grid { grid-template-columns: 1fr; }
  .all-stones-grid { grid-template-columns: repeat(3, 1fr); }
  .dsim-milestones { grid-template-columns: repeat(2, 1fr); }
  .dsim-footer { flex-direction: column; }
}

@media (max-width: 480px) {
  .grid-4 { grid-template-columns: 1fr; }
  h1 { font-size: 1.7rem; }
  h2 { font-size: 1.3rem; }
  .btn-lg { padding: 13px 22px; font-size: 0.88rem; }
  .form-container { padding: var(--space-lg); }
  .stones-compare-grid { grid-template-columns: 1fr 1fr; }
  .nearby-cities-grid { grid-template-columns: 1fr 1fr; }
  .neighbor-districts-grid { grid-template-columns: 1fr 1fr; }
  .major-cities-grid { grid-template-columns: 1fr; }
  .top-districts-grid { grid-template-columns: 1fr 1fr; }
  .tbp-item:nth-child(n+4) { display: none; }
  .did-stats { gap: var(--space-lg); }
  .all-stones-grid { grid-template-columns: repeat(2, 1fr); }
  .dsim-milestones { grid-template-columns: repeat(2, 1fr); }
  .district-simulator { padding: var(--space-lg); }
  .dsim-results { padding: var(--space-md); gap: var(--space-md); }
}

/* ============ CUSTOM SCROLLBAR ============ */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--off-white); }
::-webkit-scrollbar-thumb { background: rgba(10,22,40,0.2); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold); }