/* =========================================================
   SINELEC PARIS — style.css
   Direction : schéma électrique / circuit imprimé.
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Inter:wght@400;500;600&family=IBM+Plex+Mono:wght@500;600&display=swap');

:root {
  --bg: #FAF8F5;
  --bg-panel: #FFFFFF;
  --bg-panel-hover: #F1EDE6;
  --border: #E2DDD2;
  --text: #1C2126;
  --text-muted: #5C6670;
  --accent: #B8721E;
  --accent-dim: rgba(184, 114, 30, 0.10);
  --urgent: #C4432E;
  --urgent-dim: rgba(196, 67, 46, 0.08);
  --font-display: 'Barlow Condensed', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;
  --radius: 3px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

.trace { display: flex; align-items: center; gap: 10px; margin: 4px 0; color: var(--border); }
.trace::before, .trace::after { content: ""; flex: 1; height: 1px; background: var(--border); }
.trace .node { width: 7px; height: 7px; border-radius: 50%; border: 1.5px solid var(--accent); background: var(--bg); flex: none; }

header.site { position: sticky; top: 0; z-index: 50; background: rgba(250, 248, 245, 0.92); backdrop-filter: blur(6px); border-bottom: 1px solid var(--border); }
.nav { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; row-gap: 10px; padding: 14px 0; }
.logo { font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: 0.02em; text-decoration: none; display: flex; align-items: baseline; gap: 6px; }
.logo .dot { color: var(--accent); }
.nav-links { display: none; flex-wrap: wrap; gap: 8px 16px; font-size: 14px; font-weight: 500; flex-basis: 100%; flex-shrink: 0; justify-content: center; order: 10; }
.nav-links a { text-decoration: none; color: var(--text-muted); white-space: nowrap; }
.nav-links a:hover { color: var(--text); }
@media (min-width: 800px) { .nav-links { display: flex; } }
.header-ctas { display: flex; align-items: center; gap: 10px; }
@media (max-width: 480px) {
  .logo { font-size: 18px; }
  .call-btn { padding: 8px 10px; font-size: 12px; }
  .whatsapp-btn { padding: 8px 10px; }
}
.call-btn { background: var(--accent); color: #14100A; font-weight: 600; font-family: var(--font-mono); font-size: 14px; padding: 10px 16px; border-radius: var(--radius); text-decoration: none; white-space: nowrap; }
.whatsapp-btn { display: inline-flex; align-items: center; gap: 7px; background: #25D366; color: #fff; font-weight: 600; font-family: var(--font-mono); font-size: 14px; padding: 10px 16px; border-radius: var(--radius); text-decoration: none; white-space: nowrap; }
.whatsapp-btn svg { width: 16px; height: 16px; flex-shrink: 0; }
@media (max-width: 420px) { .whatsapp-btn { padding: 10px; } .whatsapp-btn .wa-label { display: none; } }
.article-body { max-width: 68ch; }
.article-body h3 { font-family: var(--font-display); font-size: 22px; font-weight: 700; margin: 32px 0 10px; }
.article-body p { font-size: 16px; line-height: 1.6; color: var(--text-muted); margin: 0 0 16px; }
.article-body ul, .article-body ol { margin: 0 0 20px; padding-left: 20px; }
.article-body li { font-size: 16px; line-height: 1.6; color: var(--text-muted); margin-bottom: 8px; }
.article-meta { color: var(--text-muted); font-size: 14px; margin: 0 0 28px; }
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (max-width: 799px) { .blog-grid { grid-template-columns: 1fr; } }
.blog-card { display: block; padding: 24px; border: 1px solid var(--border); border-radius: var(--radius); text-decoration: none; color: inherit; }
.blog-card h3 { font-family: var(--font-display); font-size: 20px; margin: 0 0 8px; }
.blog-card p { color: var(--text-muted); font-size: 15px; margin: 0; }

.hero { position: relative; padding: 64px 0 48px; overflow: hidden; border-bottom: 1px solid var(--border); }
.eyebrow { font-family: var(--font-mono); color: var(--accent); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; }
.eyebrow .pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 0 rgba(184,114,30,0.6); animation: pulse 2s infinite; }
@media (prefers-reduced-motion: reduce) { .eyebrow .pulse { animation: none; } }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(184,114,30,0.5); } 70% { box-shadow: 0 0 0 8px rgba(184,114,30,0); } 100% { box-shadow: 0 0 0 0 rgba(184,114,30,0); } }
h1 { font-family: var(--font-display); font-size: clamp(34px, 5.4vw, 54px); line-height: 1.04; font-weight: 700; margin: 0 0 20px; max-width: 16ch; }
.lede { font-size: 18px; color: var(--text-muted); max-width: 62ch; margin: 0 0 28px; }
.lede strong { color: var(--text); font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn-primary { background: var(--accent); color: #14100A; font-weight: 600; padding: 14px 22px; border-radius: var(--radius); text-decoration: none; font-size: 16px; display: inline-flex; align-items: center; gap: 8px; }
.btn-ghost { border: 1px solid var(--border); color: var(--text); padding: 13px 20px; border-radius: var(--radius); text-decoration: none; font-size: 16px; }
.hero-meta { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 24px; font-family: var(--font-mono); font-size: 13px; color: var(--text-muted); }
.hero-meta b { color: var(--text); font-weight: 600; }

section { padding: 56px 0; }
.section-head { margin-bottom: 30px; }
.section-head .eyebrow { margin-bottom: 10px; }
h2 { font-family: var(--font-display); font-size: clamp(26px, 3.6vw, 36px); font-weight: 700; margin: 0 0 8px; }
.section-sub { color: var(--text-muted); font-size: 16px; max-width: 60ch; }

.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.svc-card { background: var(--bg-panel); padding: 22px; text-decoration: none; color: var(--text); position: relative; transition: background 0.15s ease; }
.svc-card:hover { background: var(--bg-panel-hover); }
.svc-card::before { content: ""; position: absolute; top: 16px; left: 16px; width: 8px; height: 8px; border: 1.5px solid var(--accent); border-radius: 50%; background: transparent; }
.svc-name { font-weight: 600; font-size: 16px; margin: 14px 0 10px; }
.svc-price { font-family: var(--font-mono); color: var(--accent); font-size: 22px; font-weight: 600; }
.svc-price small { font-size: 13px; color: var(--text-muted); font-weight: 500; }
.svc-note { color: var(--text-muted); font-size: 13px; margin-top: 6px; }

.zones-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; }
.zone-card { display: block; text-decoration: none; border: 1px solid var(--border); border-radius: var(--radius); padding: 16px; background: var(--bg-panel); transition: border-color 0.15s, transform 0.15s; }
.zone-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.zone-num { font-family: var(--font-mono); color: var(--accent); font-size: 22px; font-weight: 600; }
.zone-name { font-size: 14px; color: var(--text-muted); margin-top: 2px; }
.zone-price { font-family: var(--font-mono); font-size: 13px; color: var(--text-muted); margin-top: 8px; border-top: 1px solid var(--border); padding-top: 8px; }
.zone-price b { color: var(--accent); }

.trust-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.trust-item { background: var(--bg-panel); padding: 20px; }
.trust-item .k { font-family: var(--font-mono); color: var(--accent); font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; }
.trust-item .v { font-size: 15px; margin-top: 6px; font-weight: 500; }

.urgency { background: var(--urgent-dim); border: 1px solid rgba(196,67,46,0.35); border-radius: var(--radius); padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.urgency .txt { font-weight: 500; }
.urgency .txt b { color: var(--urgent); font-family: var(--font-mono); }

.faq-item { border-bottom: 1px solid var(--border); padding: 20px 0; }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q { font-weight: 600; font-size: 17px; margin: 0 0 8px; display: flex; gap: 10px; }
.faq-q .qmark { color: var(--accent); font-family: var(--font-mono); }
.faq-a { color: var(--text-muted); margin: 0; padding-left: 24px; }

.cta-band { background: var(--bg-panel); border: 1px solid var(--border); border-radius: var(--radius); padding: 40px; text-align: center; }
.cta-band h2 { margin-bottom: 10px; }
.cta-band p { color: var(--text-muted); margin-bottom: 24px; }

footer { border-top: 1px solid var(--border); padding: 40px 0; color: var(--text-muted); font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; margin-bottom: 24px; }
.footer-grid h4 { color: var(--text); font-family: var(--font-display); font-weight: 600; font-size: 16px; margin: 0 0 10px; }
.footer-grid a { text-decoration: none; color: var(--text-muted); display: block; margin-bottom: 6px; }
.footer-grid a:hover { color: var(--accent); }
.footer-legal { border-top: 1px solid var(--border); padding-top: 20px; font-family: var(--font-mono); font-size: 12px; line-height: 1.7; color: #5E6C77; }

.breadcrumb { font-family: var(--font-mono); font-size: 13px; color: var(--text-muted); margin-bottom: 20px; }
.breadcrumb a { color: var(--text-muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--accent); }
.answer-box { border: 1px solid var(--accent); background: var(--accent-dim); border-radius: var(--radius); padding: 22px 24px; margin: 24px 0 36px; font-size: 17px; }
.answer-box .price-line { font-family: var(--font-mono); font-size: 15px; color: var(--accent); margin-top: 10px; display: block; }
.spec-table { width: 100%; border-collapse: collapse; margin: 20px 0 36px; }
.spec-table tr { border-bottom: 1px solid var(--border); }
.spec-table td { padding: 12px 4px; font-size: 15px; }
.spec-table td:first-child { color: var(--text-muted); width: 45%; }
.spec-table td:last-child { font-weight: 500; }
.spec-table td.mono { font-family: var(--font-mono); color: var(--accent); }
.steps { list-style: none; padding: 0; margin: 0 0 36px; counter-reset: step; }
.steps li { counter-increment: step; padding: 16px 0 16px 42px; position: relative; border-bottom: 1px solid var(--border); }
.steps li:before { content: counter(step); position: absolute; left: 0; top: 14px; width: 26px; height: 26px; border: 1.5px solid var(--accent); border-radius: 50%; color: var(--accent); font-family: var(--font-mono); font-size: 13px; display: flex; align-items: center; justify-content: center; }
.steps h4 { margin: 0 0 4px; font-size: 16px; }
.steps p { margin: 0; color: var(--text-muted); font-size: 15px; }

/* Barre d'appel fixe (mobile uniquement) */
.sticky-call {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--urgent);
  box-shadow: 0 -4px 16px rgba(0,0,0,0.35);
}
.sticky-call a {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  font-family: var(--font-body);
}
.sticky-call .pulse-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255,255,255,0.6);
  animation: pulse-call 1.6s infinite;
  flex: none;
}
@keyframes pulse-call { 0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.55); } 70% { box-shadow: 0 0 0 9px rgba(255,255,255,0); } 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); } }
@media (prefers-reduced-motion: reduce) { .sticky-call .pulse-dot { animation: none; } }
@media (max-width: 799px) {
  .sticky-call { display: block; }
  body { padding-bottom: 58px; } /* évite que la barre cache le bas de page */
}

/* ===== HERO V2 — ajout classes manquantes ===== */
.hero-v2 { position: relative; padding: 56px 0 48px; overflow: hidden; border-bottom: 1px solid var(--border); }
.hero-v2 .wrap { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: start; }
@media (max-width: 900px) { .hero-v2 .wrap { grid-template-columns: 1fr; } }

.online-now { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 13px; color: var(--text-muted); margin-bottom: 16px; }
.dot-green { width: 8px; height: 8px; border-radius: 50%; background: #2E9E5B; box-shadow: 0 0 0 0 rgba(46,158,91,0.6); animation: pulse-green 2s infinite; }
@keyframes pulse-green { 0% { box-shadow: 0 0 0 0 rgba(46,158,91,0.55); } 70% { box-shadow: 0 0 0 8px rgba(46,158,91,0); } 100% { box-shadow: 0 0 0 0 rgba(46,158,91,0); } }
@media (prefers-reduced-motion: reduce) { .dot-green { animation: none; } }

.trust-badges-v2 { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.badge-v2 { display: flex; align-items: center; gap: 10px; border: 1px solid var(--border); background: var(--bg-panel); border-radius: var(--radius); padding: 10px 14px; text-decoration: none; color: var(--text); }
.badge-v2 .ic { font-size: 18px; }
.badge-v2 strong { display: block; font-size: 14px; line-height: 1.2; }
.badge-v2 small { display: block; font-size: 12px; color: var(--text-muted); }
a.badge-v2:hover { background: var(--bg-panel-hover); }

.btn-primary-v2 { background: var(--accent); color: #14100A; font-weight: 600; padding: 15px 24px; border-radius: var(--radius); text-decoration: none; font-size: 16px; display: inline-flex; align-items: center; gap: 8px; }
.btn-primary-v2:hover { filter: brightness(1.06); }

.tap-hint { display: inline-block; margin-top: 10px; font-size: 13px; color: var(--text-muted); }
@media (min-width: 800px) { .tap-hint { display: none; } }

.price-reassurance { display: flex; align-items: flex-start; gap: 12px; background: var(--accent-dim); border: 1px solid rgba(184,114,30,0.25); border-radius: var(--radius); padding: 16px 18px; margin-top: 28px; }
.price-reassurance .ic { font-size: 18px; line-height: 1; }
.price-reassurance p { margin: 0; font-size: 14.5px; color: var(--text); }
.price-reassurance strong { color: var(--text); }

/* ===== FORM CARD ===== */
.form-card-v2 {
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 8px 28px rgba(28, 33, 38, 0.08);
  position: sticky;
  top: 90px;
}
.form-card-v2 h3 { font-family: var(--font-display); font-size: 24px; margin: 0 0 4px; font-weight: 700; }
.form-card-v2 .sub { color: var(--text-muted); font-size: 14px; margin: 0 0 20px; }
.form-card-v2 form { display: flex; flex-direction: column; gap: 12px; }
.form-card-v2 input,
.form-card-v2 textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 15px;
  padding: 13px 14px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--bg);
  color: var(--text);
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.form-card-v2 input::placeholder,
.form-card-v2 textarea::placeholder { color: var(--text-muted); }
.form-card-v2 input:focus,
.form-card-v2 textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-dim); }
.form-card-v2 textarea { resize: vertical; min-height: 84px; }
.form-card-v2 button[type="submit"] {
  background: var(--accent);
  color: #14100A;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 4px;
  transition: filter 0.15s ease;
}
.form-card-v2 button[type="submit"]:hover { filter: brightness(1.06); }
.form-card-v2 button[type="submit"]:disabled { opacity: 0.6; cursor: not-allowed; }
.form-card-v2 .rgpd { font-size: 12px; color: var(--text-muted); margin: 4px 0 0; line-height: 1.4; }

/* ===== RÉALISATIONS — CARTES AVANT/APRÈS ===== */
.real-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}
.real-card {
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(28,33,38,0.06);
}
.compare { display: grid; grid-template-columns: 1fr 1fr; }
.compare figure { margin: 0; position: relative; aspect-ratio: 1/1; overflow: hidden; }
.compare img { width: 100%; height: 100%; object-fit: cover; display: block; }
.compare figcaption {
  position: absolute; top: 10px; left: 10px;
  font-family: var(--font-mono); font-size: 11px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 4px 9px; border-radius: 3px; color: #fff;
}
.compare .a figcaption { background: rgba(28,33,38,0.72); }
.compare .b figcaption { background: var(--accent); color: #14100A; }
.real-info { padding: 16px 18px 18px; }
.real-info .title { font-weight: 600; font-size: 15px; margin-bottom: 3px; }
.real-info .loc { font-family: var(--font-mono); font-size: 12px; color: var(--text-muted); }
.real-info .real-link { display: inline-block; margin-top: 10px; font-size: 13px; font-weight: 600; color: var(--accent); text-decoration: none; }
.real-info .real-link:hover { text-decoration: underline; }

/* ===== BOUTON WHATSAPP FLOTTANT (manquait) ===== */
.whatsapp-float-v2 {
  position: fixed;
  bottom: 78px;
  right: 18px;
  z-index: 99;
  width: 54px;
  height: 54px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
  transition: transform 0.15s ease;
}
.whatsapp-float-v2:hover { transform: scale(1.06); }
.whatsapp-float-v2 svg { width: 28px; height: 28px; }
.whatsapp-float-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25D366;
  animation: wa-pulse 2.2s infinite;
  z-index: -1;
}
@keyframes wa-pulse {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.8); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) { .whatsapp-float-v2::before { animation: none; } }
@media (min-width: 800px) { .whatsapp-float-v2 { bottom: 24px; } }

/* ===== POURQUOI NOUS CHOISIR ===== */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.why-card { background: var(--bg-panel); padding: 24px 22px; }
.why-card .ic { font-size: 22px; margin-bottom: 10px; display: block; }
.why-card h4 { font-family: var(--font-display); font-size: 18px; font-weight: 700; margin: 0 0 8px; }
.why-card p { color: var(--text-muted); font-size: 14px; margin: 0; }

/* ===== GARANTIE BANDEAU ===== */
.garantie-band {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  background: var(--accent-dim);
  border: 1px solid rgba(184,114,30,0.3);
  border-radius: var(--radius);
  padding: 18px 22px;
  margin-top: 24px;
}
.garantie-band .ic { font-size: 26px; }
.garantie-band strong { display: block; font-size: 16px; color: var(--text); }
.garantie-band span { font-size: 13.5px; color: var(--text-muted); }

/* ===== AVIS CLIENTS ===== */
.avis-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.avis-card { background: var(--bg-panel); border: 1px solid var(--border); border-radius: 8px; padding: 22px; }
.avis-card .stars { color: var(--accent); font-size: 15px; margin-bottom: 10px; letter-spacing: 2px; }
.avis-card p { font-size: 14.5px; margin: 0 0 14px; color: var(--text); }
.avis-card .who { font-family: var(--font-mono); font-size: 12px; color: var(--text-muted); }

/* ===== PROFESSIONNELS / SYNDICS ===== */
.pro-band {
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  flex-wrap: wrap;
  background: var(--text);
  color: #F5F1E9;
  border-radius: 10px;
  padding: 36px 40px;
}
.pro-band-text { flex: 1; min-width: 260px; }
.pro-band .eyebrow { color: var(--accent); }
.pro-band h2 { color: #fff; margin-bottom: 10px; }
.pro-band p { color: #C9C2B4; font-size: 15px; margin: 0; max-width: 62ch; }
.pro-band .btn-primary-v2 { flex: none; white-space: nowrap; }

/* ===== DEVIS EN LIGNE / SIGNATURE / RDV ===== */
.online-band {
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  flex-wrap: wrap;
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 36px 40px;
  box-shadow: 0 4px 18px rgba(28,33,38,0.06);
}
.online-band-text { flex: 1; min-width: 280px; }
.online-band-text p { color: var(--text-muted); font-size: 15px; max-width: 60ch; margin: 0 0 20px; }
.online-steps { display: flex; flex-wrap: wrap; gap: 14px; }
.online-step {
  display: flex; align-items: center; gap: 8px;
  font-size: 13.5px; font-weight: 500;
  background: var(--accent-dim);
  border-radius: 20px;
  padding: 7px 14px 7px 8px;
}
.online-step .num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--accent); color: #14100A;
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
}
.online-band .btn-primary-v2 { flex: none; white-space: nowrap; }

/* Bandeau consentement cookies (RGPD) */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 200;
  background: #14100A;
  color: #fff;
  padding: 16px 20px;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.35);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cookie-banner p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #e8e4dc;
  flex: 1 1 260px;
}
.cookie-actions { display: flex; gap: 10px; flex: none; }
.cookie-banner button {
  border-radius: var(--radius);
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: 1.5px solid transparent;
  font-family: var(--font-body);
}
.cookie-refuse { background: transparent; border-color: #555; color: #ddd; }
.cookie-refuse:hover { border-color: #888; }
.cookie-accept { background: var(--accent); color: #14100A; }
.cookie-accept:hover { filter: brightness(1.08); }
@media (max-width: 799px) {
  .cookie-banner { bottom: 58px; }
}
