/* CasaMia Cannes */
:root {
  --primary: #8b6d4e;
  --primary-light: #a68b6b;
  --primary-bg: rgba(139, 109, 78, 0.08);
  --accent: #d6ba98;
  --accent-light: #f5e6d3;
  --bg: #faf8f5;
  --card-bg: #ffffff;
  --text: #3d3428;
  --text-muted: #8a7d6f;
  --text-light: #b5a899;
  --border: rgba(139, 109, 78, 0.12);
  --shadow: 0 2px 12px rgba(139, 109, 78, 0.08);
  --shadow-lg: 0 8px 30px rgba(139, 109, 78, 0.12);
  --radius: 8px;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Montserrat', -apple-system, sans-serif;
  --font-script: 'Style Script', cursive;
  --max-width: 1100px;
}

body.dark {
  --bg: #1a1614;
  --card-bg: #252220;
  --text: #e8e0d8;
  --text-muted: #a09888;
  --text-light: #7a7060;
  --border: rgba(214,186,152,0.15);
  --shadow: 0 2px 12px rgba(0,0,0,0.3);
  --shadow-lg: 0 8px 30px rgba(0,0,0,0.4);
  --primary-bg: rgba(139,109,78,0.15);
}

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

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

body {
  font-family: var(--font-sans);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ======================== SVG ICONS ======================== */

.icon-svg { width: 24px; height: 24px; display: inline-block; vertical-align: middle; color: var(--primary); }
.icon-svg-sm { width: 16px; height: 16px; }

/* ======================== THEME TOGGLE ======================== */

.theme-toggle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: all 0.25s ease;
}

.theme-toggle:hover {
  background: white;
  transform: scale(1.08);
}
.theme-toggle svg { width: 20px; height: 20px; color: var(--primary); }
.dark .lang-dropdown-btn,
.dark .theme-toggle {
  background: rgba(30,30,30,0.95);
  color: #ddd;
  border-color: rgba(255,255,255,0.1);
}

/* ======================== HERO ======================== */

.hero {
  position: relative;
  height: 65vh;
  min-height: 400px;
  overflow: hidden;
}

.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 1.2s ease-in-out;
}

.hero-img.fade-out { opacity: 0; }

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.1), var(--bg));
  z-index: 2;
}

.hero-controls {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 200;
}

.lang-and-theme {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ======================== LANGUAGE DROPDOWN ======================== */

.lang-dropdown { position: relative; }

.lang-dropdown-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(0,0,0,0.1);
  padding: 11px 8px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #222;
  box-shadow: 0 4px 15px rgba(0,0,0,0.12);
  transition: all 0.25s ease;
}

.lang-dropdown-btn:hover {
  background: white;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.lang-chevron-icon { 
  width: 16px; 
  height: 16px; 
  transition: transform 0.2s; 
  margin-left: 4px;
}
.lang-dropdown.open .lang-chevron-icon { transform: rotate(180deg); }

/* ==================== DRAPEAU SEUL (sans aucun texte) ==================== */
.lang-flag {
  width: 35px;
  height: 20px;
  background-size: 100% 100% !important;
  background-position: center;
  background-repeat: no-repeat;
}

/* Dégradés des drapeaux */
.lang-flag[data-lang="fr"]  { background: linear-gradient(90deg, #002395 33%, #fff 33% 66%, #ED2939 66%); }
.lang-flag[data-lang="en"] {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2030%22%3E%3CclipPath%20id%3D%22t%22%3E%3Cpath%20d%3D%22M25%2C15h25v15zv15h-25zh-25v-15zv-15h25z%22%2F%3E%3C%2FclipPath%3E%3Cpath%20d%3D%22M0%2C0v30h50v-30z%22%20fill%3D%22%23012169%22%2F%3E%3Cpath%20d%3D%22M0%2C0%2050%2C30M50%2C0%200%2C30%22%20stroke%3D%22%23fff%22%20stroke-width%3D%226%22%2F%3E%3Cpath%20d%3D%22M0%2C0%2050%2C30M50%2C0%200%2C30%22%20clip-path%3D%22url%28%23t%29%22%20stroke%3D%22%23C8102E%22%20stroke-width%3D%224%22%2F%3E%3Cpath%20d%3D%22M-1%2011h22v-12h8v12h22v8h-22v12h-8v-12h-22z%22%20fill%3D%22%23C8102E%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
}
.lang-flag[data-lang="ru"]  { background: linear-gradient(180deg, #fff 33%, #0039A6 33% 66%, #D52B1E 66%); }
.lang-flag[data-lang="es"]  { background: linear-gradient(180deg, #AA151B 25%, #F1BF00 25% 75%, #AA151B 75%); }
.lang-flag[data-lang="it"]  { background: linear-gradient(90deg, #009246 33%, #fff 33% 66%, #CE2B37 66%); }

.dark .lang-flag {
  box-shadow: inset 0 1px 4px rgba(0,0,0,0.5);
}

/* SUPPRESSION TOTALE DU TEXTE FR / GB / etc. */
.lang-code {
  display: none !important;
}

/* Menu déroulant (on garde les drapeaux + noms pour que ce soit clair) */
.lang-menu {
  position: absolute; top: 100%; right: 0; margin-top: 4px;
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--radius); box-shadow: var(--shadow-lg);
  min-width: 180px; overflow: hidden; display: none; z-index: 20;
}

.lang-dropdown.open .lang-menu { display: block; }

.lang-option {
  display: flex; align-items: center; gap: 10px; width: 100%;
  padding: 10px 14px; border: none; background: none;
  font-family: var(--font-sans); font-size: 13px; color: var(--text);
  cursor: pointer; transition: background 0.15s;
}

.lang-option:hover { background: var(--primary-bg); }

.lang-flag-item {
  width: 26px;
  height: 15.6px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700; color: white;
  flex-shrink: 0;
}

.lang-check-icon { width: 16px; height: 16px; margin-left: auto; color: var(--primary); display: none; }
.lang-option.active .lang-check-icon { display: block; }

/* Dégradés dans le menu */
.lang-option[data-lang="fr"] .lang-flag-item { background: linear-gradient(90deg, #002395 33%, #fff 33% 66%, #ED2939 66%); }
.lang-option[data-lang="en"] .lang-flag-item  { 
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2030%22%3E%3CclipPath%20id%3D%22t%22%3E%3Cpath%20d%3D%22M25%2C15h25v15zv15h-25zh-25v-15zv-15h25z%22%2F%3E%3C%2FclipPath%3E%3Cpath%20d%3D%22M0%2C0v30h50v-30z%22%20fill%3D%22%23012169%22%2F%3E%3Cpath%20d%3D%22M0%2C0%2050%2C30M50%2C0%200%2C30%22%20stroke%3D%22%23fff%22%20stroke-width%3D%226%22%2F%3E%3Cpath%20d%3D%22M0%2C0%2050%2C30M50%2C0%200%2C30%22%20clip-path%3D%22url%28%23t%29%22%20stroke%3D%22%23C8102E%22%20stroke-width%3D%224%22%2F%3E%3Cpath%20d%3D%22M-1%2011h22v-12h8v12h22v8h-22v12h-8v-12h-22z%22%20fill%3D%22%23C8102E%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
}
.lang-option[data-lang="ru"] .lang-flag-item { background: linear-gradient(180deg, #fff 33%, #0039A6 33% 66%, #D52B1E 66%); }
.lang-option[data-lang="es"] .lang-flag-item { background: linear-gradient(180deg, #AA151B 25%, #F1BF00 25% 75%, #AA151B 75%); }
.lang-option[data-lang="it"] .lang-flag-item { background: linear-gradient(90deg, #009246 33%, #fff 33% 66%, #CE2B37 66%); }

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(8px);
  border: none;
  color: white;
  font-size: 32px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.hero-arrow:hover { background: rgba(255,255,255,0.3); }
.hero-arrow-left { left: 16px; }
.hero-arrow-right { right: 16px; }

.hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
  color: white;
}

.hero-script {
  font-family: var(--font-script);
  font-size: clamp(48px, 10vw, 96px);
  color: var(--accent-light);
  text-shadow: 0 2px 8px rgba(0,0,0,0.5), 0 4px 24px rgba(139,109,78,0.3);
  line-height: 1.1;
}

.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(16px, 3vw, 28px);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245,230,211,0.88);
  text-shadow: 0 1px 6px rgba(0,0,0,0.45);
  margin-top: 8px;
}

.hero-divider {
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214,186,152,0.6), transparent);
  margin: 16px auto;
}

.hero-subtitle {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 300;
  letter-spacing: 0.05em;
  color: rgba(235,220,200,0.75);
  max-width: 600px;
}

.hero-progress {
  width: 96px;
  height: 2px;
  background: rgba(245,230,211,0.2);
  border-radius: 2px;
  overflow: hidden;
  margin-top: 20px;
}

.hero-progress-bar {
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(214,186,152,0.6), rgba(245,230,211,0.8));
  transition: width 0.7s;
}

/* ======================== MAIN CONTENT ======================== */

.main-content {
  max-width: var(--max-width);
  margin: -80px auto 0;
  padding: 0 16px 80px;
  position: relative;
  z-index: 5;
}

/* ======================== INFO GRID ======================== */

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin-bottom: 32px;
}

.info-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
  box-shadow: var(--shadow);
}

.info-icon { font-size: 24px; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; }
.info-icon svg { width: 24px; height: 24px; color: var(--primary); }
.info-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 4px; }
.info-value { font-weight: 600; color: var(--text); font-size: 14px; }

.info-copyable {
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  background: var(--primary-bg);
  color: var(--primary);
  font-family: monospace;
  transition: background 0.2s;
}

.info-copyable:hover { background: rgba(139,109,78,0.15); }

.copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.password-text { font-weight: 600; color: var(--text); font-size: 14px; }

.copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.password-text { font-weight: 600; color: var(--text); font-size: 14px; }

.copy-btn {
  background: none;
  border: none;
  color: #898274;
  cursor: pointer;
  padding: 6px;
  border-radius: 6px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copy-btn:hover {
  background: rgba(139, 109, 78, 0.12);
  transform: scale(1.10);
}

.copy-btn i {
  width: 15px;
  height: 15px;
}

/* ======================== NAV BAR ======================== */

.section-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(250,248,245,0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  border-radius: 6px;
  margin: 0 -16px 32px;
  padding: 0 16px;
}

body.dark .section-nav { background: rgba(26,22,20,0.85); }

.nav-scroll {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 8px 0;
  overflow-x: auto;
  justify-content: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.nav-scroll::-webkit-scrollbar { display: none; }

.nav-btn {
  background: none;
  border: none;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  padding: 8px 14px;
  border-radius: var(--radius);
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
  display: inline-flex; 
  align-items: center;
  gap: 7px;
  justify-content: flex-start;
}

.nav-btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;              /* empêche l'icône de rétrécir */
}

.nav-btn:hover { color: var(--text); background: rgba(139,109,78,0.06); }

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

.nav-btn[data-section="adresses"] {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: white;
  font-weight: 700;
}
.nav-btn[data-section="adresses"]:hover {
  background: linear-gradient(135deg, var(--primary-light), var(--primary));
}
.nav-btn[data-section="adresses"].active {
  background: linear-gradient(135deg, var(--primary), #6b5040);
  box-shadow: 0 2px 8px rgba(139,109,78,0.3);
}

/* ======================== SECTIONS ======================== */

.section {
  scroll-margin-top: 60px;
  margin-bottom: 48px;
}

.section-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px 32px;
  text-align: center;
  box-shadow: var(--shadow);
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 8px;
}

.section-line {
  width: 80px;
  height: 4px;
  background: var(--accent);
  border-radius: 4px;
  margin: 0 auto 16px;
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 14px;
  max-width: 600px;
  margin: 0 auto 24px;
  text-align: center;
  font-style: italic;
}

.section-address {
  color: var(--text-muted);
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

/* ======================== CARDS ======================== */

.card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}

.card-heading {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 8px;
}

/* ======================== TABS ======================== */

.tabs { max-width: 900px; margin: 0 auto; }

.tab-buttons {
  display: flex;
  gap: 4px;
  background: rgba(139, 109, 78, 0.06);
  border-radius: var(--radius);
  padding: 4px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.tab-btn {
  background: none;
  border: none;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  padding: 10px 8px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  white-space: nowrap;
}

.tab-btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.tab-btn:hover { color: var(--text); }

.tab-btn.active {
  background: var(--card-bg);
  color: var(--text);
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.tab-content { display: none; }
.tab-content.active { display: block; }

/* ======================== STEPS ======================== */

.step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.step-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--primary);
  color: white;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step h4 {
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
  font-size: 15px;
}

/* ======================== UTILITIES ======================== */

.text-small { font-size: 13px; }
.text-xs { font-size: 11px; }
.text-muted { color: var(--text-muted); }
.text-medium { font-weight: 500; color: var(--text); font-size: 15px; }
.text-primary { color: var(--primary); }
.text-center { text-align: center; }
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mb-2 { margin-bottom: 16px; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: var(--radius);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}

.btn-primary { background: var(--primary); color: white; }
.btn-primary:hover { background: var(--primary-light); text-decoration: none; }
.btn-secondary { background: rgba(139,109,78,0.08); color: var(--text); }
.btn-secondary:hover { background: rgba(139,109,78,0.15); }
.btn-full { width: 100%; justify-content: center; padding: 14px; }
.btn:disabled { opacity: 0.4; cursor: not-allowed; }

.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

.divider { border-top: 1px solid var(--border); margin: 24px 0; }

.code-badge {
  font-family: monospace;
  font-weight: 700;
  color: var(--primary);
  background: var(--primary-bg);
  padding: 2px 8px;
  border-radius: 4px;
}

.dot-orange { color: #f97316; }
.dot-green { color: #22c55e; }

.info-box {
  background: rgba(139,109,78,0.06);
  border-radius: var(--radius);
  padding: 12px 16px;
  font-size: 13px;
  color: var(--text-muted);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.info-box svg { width: 20px; height: 20px; flex-shrink: 0; color: var(--primary); }

.key-list {
  list-style: none;
  margin-top: 8px;
}

.key-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.key-list li svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--primary); }

.transport-list { display: flex; flex-direction: column; gap: 12px; }
.transport-item { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; }
.transport-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.transport-icon svg {
  width: 22px;
  height: 22px;
  fill: rgb(0 0 0 / 60%);
}

.map-container { margin: 16px 0; border-radius: var(--radius); overflow: hidden; }

/* ======================== RULES ======================== */

.rules-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 24px;
  max-width: 900px;
  margin: 0 auto 24px;
}

.rule-circle {
  text-align: center;
  padding: 20px 12px;
}

.rule-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  color: var(--primary);
}

.rule-icon svg { width: 100%; height: 100%; }

.rule-circle h4 {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 15px;
  color: var(--text);
  margin-bottom: 6px;
}

.rule-circle p {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.5;
}

.rules-closing {
  text-align: center;
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--primary);
  font-size: 15px;
}

/* ======================== GUIDE ======================== */

.guide-search-bar {
  position: relative;
  max-width: 400px;
  margin: 0 auto 24px;
}
.guide-search-bar input {
  width: 100%;
  padding: 10px 14px 10px 40px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--text);
  background: var(--card-bg);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.guide-search-bar input:focus {
  border-color: var(--primary-light);
  box-shadow: 0 0 0 3px rgba(139,109,78,0.1);
}
.guide-search-bar input::placeholder { color: var(--text-light); }
.guide-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  gap: 16px;
}

.guide-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.guide-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.guide-card h4 {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 16px;
  color: var(--text);
  margin-bottom: 6px;
}
.guide-card p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
}
.guide-card-icon {
  margin-bottom: 10px;
  justify-self: center;
}
.guide-card-icon svg { width: 28px; height: 28px; color: var(--primary); }
.guide-card-count {
  display: inline-block;
  margin-top: 8px;
  font-size: 11px;
  color: var(--primary);
  background: var(--primary-bg);
  padding: 3px 10px;
  border-radius: 12px;
  font-weight: 500;
}

.guide-empty, .adresses-empty {
  text-align: center;
  padding: 48px 24px;
  color: var(--text-muted);
}
.guide-empty svg, .adresses-empty svg { color: var(--text-light); margin-bottom: 12px; }
.guide-empty p, .adresses-empty p { font-size: 14px; }

.guide-detail {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
.guide-grid:has(.guide-detail) {
  display: block !important;
  grid-template-columns: none !important;
}
.guide-back-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: none; border: none; color: var(--text-muted);
  font-family: var(--font-sans); font-size: 13px; font-weight: 500;
  cursor: pointer; margin-bottom: 16px; padding: 8px 0;
  transition: color 0.2s;
}
.guide-back-btn:hover { color: var(--primary); }
.guide-back-btn svg { width: 18px; height: 18px; }

.guide-detail-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.guide-detail-header {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
}
.guide-detail-icon {
  width: 48px; height: 48px;
  background: var(--primary-bg);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.guide-detail-icon svg { width: 24px; height: 24px; color: var(--primary); }
.guide-detail-header h3 {
  font-family: var(--font-serif);
  font-size: 22px; font-weight: 600;
  color: var(--text);
  margin-bottom: 2px;
}
.guide-detail-summary {
  font-size: 13px;
  color: var(--text-muted);
  font-style: italic;
}

.guide-subsection {
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
}
.guide-subsection:last-child { border-bottom: none; }
.guide-subsection-title {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 12px;
}
.guide-subsection-title svg { color: var(--primary); flex-shrink: 0; }
.guide-subsection-title h4 {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 16px;
  color: var(--text);
}
.guide-subsection-summary {
  font-size: 13px;
  color: var(--text-muted);
  font-style: italic;
  margin-bottom: 10px;
}

.guide-steps { display: flex; flex-direction: column; gap: 8px; }
.guide-step-item {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 14px; color: var(--text);
  line-height: 1.6;
}
.guide-step-bullet { color: var(--primary); flex-shrink: 0; margin-top: 2px; }
.guide-step-text { flex: 1; }
.guide-copy-btn {
  display: inline-flex; align-items: center; gap: 4px;
  background: var(--primary-bg); color: var(--primary);
  border: none; border-radius: 6px; padding: 3px 10px;
  font-size: 11px; font-weight: 600; cursor: pointer;
  font-family: var(--font-sans);
  transition: background 0.2s;
  white-space: nowrap; flex-shrink: 0;
}
.guide-copy-btn:hover { background: rgba(139,109,78,0.15); }

.guide-items-list {
  list-style: none; padding: 0;
  display: flex; flex-direction: column; gap: 6px;
}
.guide-items-list li {
  font-size: 14px; color: var(--text);
  line-height: 1.6;
  display: flex; align-items: flex-start; gap: 6px;
}
.guide-item-bullet { color: var(--primary); flex-shrink: 0; }

.guide-troubleshoot {
  background: rgba(234,179,8,0.06);
  border: 1px solid rgba(234,179,8,0.15);
  border-radius: var(--radius);
  padding: 16px;
  margin-top: 10px;
}
.guide-troubleshoot-title {
  display: flex; align-items: center; gap: 6px;
  font-weight: 600; font-size: 14px;
  color: #b45309;
  margin-bottom: 10px;
}
.guide-troubleshoot-title svg { color: #b45309; }
.guide-troubleshoot-steps {
  padding-left: 20px;
  font-size: 13px;
  color: var(--text);
  line-height: 1.8;
}
.guide-troubleshoot-steps li { margin-bottom: 4px; }

.guide-note {
  display: flex; align-items: flex-start; gap: 8px;
  background: var(--primary-bg);
  border-radius: var(--radius);
  padding: 10px 14px;
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 10px;
  font-style: italic;
}
.guide-note svg { color: var(--primary); flex-shrink: 0; margin-top: 1px; }

/* ======================== CHECKOUT ======================== */

.checkout-card { max-width: 800px; margin: 0 auto; }

.checkout-list { display: flex; flex-direction: column; gap: 16px; }

.checkout-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.checkout-icon { font-size: 24px; flex-shrink: 0; margin-top: 2px; display: flex; align-items: center; justify-content: center; }
.checkout-icon svg { width: 24px; height: 24px; color: var(--primary); }

.checkout-item h4 {
  font-weight: 600;
  font-size: 14px;
  color: var(--text);
  margin-bottom: 2px;
}

.checkout-thankyou {
  text-align: center;
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--primary);
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

/* ======================== REVIEWS ======================== */

.ratings-bar {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: var(--shadow);
}

.ratings-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 16px;
}

.ratings-grid {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.rating-item {
  text-align: center;
}

.rating-stars {
  color: #f59e0b;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.rating-label {
  font-size: 11px;
  color: var(--text-muted);
}

.reviews-list { display: flex; flex-direction: column; gap: 16px; }

.review-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}

.review-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 18px;
  color: var(--primary);
  flex-shrink: 0;
}

.review-meta { flex: 1; }
.review-name { font-weight: 600; color: var(--text); }
.review-country { font-size: 12px; color: var(--text-muted); margin-left: 8px; }
.review-info { font-size: 12px; color: var(--text-muted); margin-top: 2px; }
.review-info span { margin-right: 12px; }

.review-stars {
  flex-shrink: 0;
  color: #f59e0b;
  font-size: 16px;
}

.review-quote {
  padding-left: 20px;
  border-left: 2px solid rgba(139,109,78,0.3);
  font-style: italic;
  color: var(--text);
  line-height: 1.7;
  margin-bottom: 16px;
  font-size: 14px;
}

.review-perfect {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-style: italic;
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 12px;
}

.review-reply {
  background: rgba(139,109,78,0.04);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
  margin-top: 12px;
}

.review-reply-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary);
  margin-bottom: 8px;
}

.review-reply p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}

.review-source {
  text-align: right;
  font-size: 11px;
  color: var(--text-light);
  margin-top: 8px;
}

.review-source-link {
  text-decoration: underline;
  font-weight: 500;
}

.review-source-link:hover {
  color: #0052a3;
  text-decoration: none;
}

/* ======================== GALLERY ======================== */

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 20px;
}

.filter-btn {
  background: var(--card-bg);
  border: 1px solid var(--border);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  padding: 8px 16px;
  border-radius: var(--radius);
  cursor: pointer;
  transition: all 0.2s;
}

.filter-btn:hover { color: var(--text); background: rgba(139,109,78,0.06); }

.filter-btn.active {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 8px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  aspect-ratio: 4/3;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.gallery-item:hover img { transform: scale(1.05); }

.gallery-item .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 12px;
  background: linear-gradient(transparent, rgba(0,0,0,0.6));
  color: white;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s;
}

.gallery-item:hover .gallery-caption { opacity: 1; }

.gallery-item.gallery-hero {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-actions {
  text-align: center;
  margin-top: 16px;
}

/* ======================== BONNES ADRESSES ======================== */

.adresses-toolbar {
  margin-bottom: 24px;
}
.adresses-search {
  position: relative;
  max-width: 400px;
  margin: 0 auto 16px;
}
.adresses-search input {
  width: 100%;
  padding: 10px 14px 10px 40px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--text);
  background: var(--card-bg);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.adresses-search input:focus {
  border-color: var(--primary-light);
  box-shadow: 0 0 0 3px rgba(139,109,78,0.1);
}
.adresses-search input::placeholder { color: var(--text-light); }
.adresses-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
}

.adresses-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.adresses-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.adresses-column-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent);
}
.adresses-column-header h3 {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
}
.adresses-column-fav svg { color: #dc2626; }
.adresses-column-nearby svg { color: var(--primary); }

.adresses-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.place-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}
.place-card:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-lg);
}
.place-card-fav {
  border-left: 3px solid #dc2626;
}

.place-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}
.place-card-name {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
}
.place-fav-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 600;
  color: #dc2626;
  background: rgba(220,38,38,0.08);
  padding: 2px 8px;
  border-radius: 10px;
  white-space: nowrap;
}
.place-fav-badge svg { color: #dc2626; }

.place-card-category {
  display: inline-block;
  font-size: 11px;
  color: var(--primary);
  background: var(--primary-bg);
  padding: 2px 10px;
  border-radius: 10px;
  margin-bottom: 8px;
  font-weight: 500;
}

.place-card-desc {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 8px;
}

.place-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}
.place-tag {
  font-size: 11px;
  color: var(--primary);
  background: var(--primary-bg);
  padding: 3px 8px;
  border-radius: 12px;
}

.place-card-info {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 8px;
}
.place-card-info-row {
  display: flex;
  align-items: center;
  gap: 4px;
}
.place-card-info-row svg { flex-shrink: 0; }
.place-card-tip {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--primary);
  font-style: italic;
  margin-top: 4px;
}
.place-card-tip svg { color: var(--primary); flex-shrink: 0; }

.place-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--border);
}
.place-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.place-action-btn:hover { color: var(--primary-light); }
.place-action-btn svg { flex-shrink: 0; }

/* ======================== CONTACT ======================== */

.contact-form-wrapper {
  max-width: 560px;
  margin: 0 auto;
}

.contact-card { padding: 28px; }

.contact-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.contact-icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.contact-icon-circle svg { width: 20px; height: 20px; color: var(--primary); }

.contact-header h3 {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 18px;
  color: var(--text);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.form-field {
  margin-bottom: 12px;
}

.form-field label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 6px;
}

.form-field input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--text);
  background: var(--bg);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}

.form-field input:focus {
  border-color: var(--primary-light);
  box-shadow: 0 0 0 3px rgba(139,109,78,0.1);
}

.form-field input::placeholder { color: var(--text-light); }

/* ======================== WELCOME ======================== */

.welcome-text {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.8;
  font-weight: 300;
  white-space: pre-wrap;
}

.welcome-address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--text-light);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.welcome-address svg { width: 18px; height: 18px; color: var(--primary); }

/* ======================== SCROLL TOP ======================== */

.scroll-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 50;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(139,109,78,0.7);
  backdrop-filter: blur(8px);
  color: white;
  font-size: 20px;
  border: none;
  cursor: pointer;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s, transform 0.3s, background 0.2s;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-top svg { width: 20px; height: 20px; color: white; }

.scroll-top.visible {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.scroll-top:hover { background: rgba(139,109,78,0.9); }

/* ======================== LIGHTBOX ======================== */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
}

.lightbox.active { display: flex; }

.lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  color: rgba(255,255,255,0.7);
  font-size: 36px;
  cursor: pointer;
  z-index: 5;
}

.lightbox-close:hover { color: white; }

.lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  border: none;
  color: white;
  font-size: 32px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.lightbox-arrow:hover { background: rgba(255,255,255,0.25); }
.lightbox-prev { left: 16px; }
.lightbox-next { right: 16px; }

#lightboxImg {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: var(--radius);
}

.lightbox-counter {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.6);
  font-size: 14px;
}

/* ======================== FOOTER ======================== */

.footer {
  text-align: center;
  color: var(--text-muted);
  font-size: 13px;
  padding: 40px 16px;
  border-top: 1px solid var(--border);
  margin-top: 40px;
}

.footer-name {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 18px;
  margin-bottom: 4px;
  color: var(--text);
}

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

@media (max-width: 768px) {
  .hero { height: 55vh; min-height: 350px; }
  .main-content { margin-top: -60px; }
  .info-grid { grid-template-columns: 1fr 1fr; }
  .rules-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item.gallery-hero { grid-column: span 2; grid-row: span 1; }
  .form-grid { grid-template-columns: 1fr; }
  .ratings-grid { gap: 16px; }
  .tab-btn { font-size: 11px; padding: 8px 4px; }
  .section-card { padding: 24px 16px; }
  .adresses-columns { grid-template-columns: 1fr; }
  .guide-subsection { padding: 16px; }
  .guide-detail-header { padding: 16px; }
}

@media (max-width: 480px) {
  .hero { height: 50vh; }
  .info-grid { grid-template-columns: 1fr; }
  .rules-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-btn { font-size: 11px; padding: 6px 10px; }
  .gallery-item.gallery-hero { grid-column: span 1; }
}

@media (min-width: 769px) {
  .hero { height: 75vh; }
}

/* ====================== FOND GLOBAL (inchangé) ====================== */
.global-photo-bg {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100%;
  background-image: url("images/new-pool-panoramic.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -2;
  opacity: 0.12;
  filter: blur(2.2px) saturate(0.38);
  pointer-events: none;
}

.dark .global-photo-bg { opacity: 0.18; }

/* ====================== FONDS NORMAUX (toutes les sections sauf Contact) ====================== */
.section-photo {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  padding: 20px 20px;
}

.dark .section-photo {
  background-color: rgba(28,28,33,0.94);
}

.section-photo::before {
  content: "";
  position: absolute;
  inset: -25px;                    /* petit débordement discret comme avant */
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: 0.13;
  filter: blur(1.8px) saturate(0.42);
  pointer-events: none;
}

.dark .section-photo::before {
  opacity: 0.09;
}

/* ====================== SEULEMENT CONTACT → PHOTO FULL WIDTH ====================== */
#contact.section-photo {
  overflow: visible;
  padding-left: 0;
  padding-right: 0;
}

#contact.section-photo::before {
  inset: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  transform: none;
}

/* Recentrer uniquement le formulaire */
#contact .contact-form-wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* ====================== LES 6 PHOTOS PAR SECTION ====================== */
.section-photo-pool::before       { background-image: url("images/new-pool-sunset.webp"); }
.section-photo-terrace::before    { background-image: url("images/new-terrace-seaview.webp"); }
.section-photo-garden::before     { background-image: url("images/new-panoramic-garden.webp"); }
.section-photo-path::before       { background-image: url("images/new-garden-path.webp"); }
.section-photo-panoramic::before  { background-image: url("images/new-pool-panoramic.webp"); }
.section-photo-sunset::before     { background-image: url("images/new-sunset-cannes.webp"); }

.ql-toolbar.ql-snow {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--text);
  background: var(--bg);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}

.ql-editor.ql-blank::before {
  color: #7c7366 !important;
}

/* ====================== RECOMMANDATION ====================== */
.recommendation-teaser {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: white;
  padding: 12px 0;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  margin-bottom: 20px;
  margin-top: -25px;
}

.recommendation-teaser:hover {
  background: linear-gradient(135deg, #1e40af 0%, #60a5fa 100%);
  padding: 14px 0;
}

.teaser-content {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.05rem;
  letter-spacing: 0.4px;
}

.teaser-icon {
  font-size: 1.4rem;
  margin: 0 20px;
  opacity: 0.9;
}

.teaser-marquee {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.teaser-marquee span {
  display: inline-block;
  padding-right: 4rem;
  animation: marquee 28s linear infinite;
}

.teaser-marquee span:nth-child(2) {
  position: absolute;
  left: 100%;
  white-space: nowrap;
}

@keyframes marquee {
  0%   { transform: translateX(+50%); }
  100% { transform: translateX(-100%); }
}

@media (max-width: 768px) {
  .recommendation-teaser {
    padding: 10px 0;
  }
  
  .teaser-content {
    font-size: 0.96rem;
  }
  
  .teaser-icon {
    margin: 0 14px;
  }
  
  .teaser-marquee span {
    animation-duration: 32s;
  }
}