/* Footer */
.va-ft{
  background:linear-gradient(180deg,#10223f 0%,#0b1427 55%,#081121 100%);
  color:#e9e4db;
  position:relative;
  overflow:hidden;
}
.va-ft::before{
  content:"";
  position:absolute;top:0;left:0;right:0;height:1px;
  background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,0.18) 30%,rgba(255,255,255,0.32) 50%,rgba(255,255,255,0.18) 70%,transparent 100%);
}
.va-ft::after{
  content:"";
  position:absolute;inset:0;
  background:radial-gradient(circle at 18% 10%, rgba(255,255,255,0.035), transparent 42%),
             radial-gradient(circle at 82% 8%, rgba(255,255,255,0.03), transparent 34%),
             linear-gradient(135deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
  pointer-events:none;
}
.va-ft-top{
  max-width:1200px;margin:0 auto;
  padding:16px 10px 12px;
  display:flex;justify-content:space-between;align-items:center;gap:4px;flex-wrap:wrap;
  border-bottom:1px solid rgba(255,255,255,0.10);
  margin-bottom:20px;
}
.va-ft-top-brand{display:flex;align-items:center;gap:5px;}
.va-ft-top-logo{width:34px;height:34px;border-radius:8px;border:1px solid rgba(255,255,255,0.12);padding:2px;background:rgba(255,255,255,0.03);}
.va-ft-top-logo img{width:100%;height:100%;object-fit:contain;}
.va-ft-top-name{font-family:'Playfair Display',serif;font-size:17.5px;font-weight:700;color:#f6f0e6;letter-spacing:0.05em;}
.va-ft-top-sub{font-size:9px;letter-spacing:0.16em;text-transform:uppercase;color:#94a2bc;margin-top:0;}
.va-ft-newsletter{display:flex;align-items:center;gap:0;max-width:460px;flex:1;}
.va-ft-newsletter input{flex:1;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);border-right:none;border-radius:6px 0 0 6px;padding:12px 16px;color:#f0f4fc;font-size:13px;outline:none;transition:border-color .2s,box-shadow .2s;}
.va-ft-newsletter input::placeholder{color:#94a3b8;}
.va-ft-newsletter input:focus{border-color:rgba(255,255,255,0.28);box-shadow:0 0 0 3px rgba(255,255,255,0.06);}
.va-ft-newsletter button{background:#FFFFFF;color:#0d1520;border:none;border-radius:0 6px 6px 0;padding:12px 22px;font-weight:700;font-size:13px;cursor:pointer;white-space:nowrap;transition:background .15s;letter-spacing:0.02em;}
.va-ft-newsletter button:hover{background:#E8EDF5;}

.va-ft-grid{max-width:1200px;margin:0 auto;padding:0 10px;display:grid;grid-template-columns:1.05fr 1fr 1fr 0.95fr;gap:32px;}
.va-ft-col-title{font-family:'Playfair Display',serif;font-size:11px;font-weight:700;letter-spacing:0.15em;text-transform:uppercase;color:#ffffff;margin-bottom:8px;position:relative;padding-bottom:6px;}
.va-ft-col-title::after{content:"";position:absolute;bottom:0;left:0;width:24px;height:1px;background:rgba(255,255,255,0.28);border-radius:1px;}
.va-ft-desc{font-size:12.2px;line-height:1.6;color:#9aa5bc;margin-bottom:6px;max-width:270px;}
.va-ft-social{display:flex;gap:6px;}
.va-ft-social a{width:32px;height:32px;border-radius:8px;border:1px solid rgba(255,255,255,0.10);display:flex;align-items:center;justify-content:center;color:#8a95ab;background:rgba(255,255,255,0.04);transition:all .18s ease;}
.va-ft-social a:hover{background:rgba(255,255,255,0.12);border-color:rgba(255,255,255,0.22);color:#fff;transform:translateY(-1px);}
.va-ft-link{display:flex;align-items:center;gap:5px;padding:3px 0;font-size:12.5px;color:#8a95ab;text-decoration:none;transition:color .15s,transform .15s;}
.va-ft-link:hover{color:#ffffff;transform:translateX(3px);}
.va-ft-link svg{width:12px;height:12px;opacity:0;transition:opacity .15s;flex-shrink:0;}
.va-ft-link:hover svg{opacity:1;}
.va-ft-contact-row{display:flex;align-items:center;gap:10px;padding:6px 0;font-size:12.5px;color:#9aa5bc;}
.va-ft-contact-icon{width:28px;height:28px;border-radius:7px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.10);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.va-ft-contact-icon svg{width:13px;height:13px;stroke:rgba(255,255,255,0.50);}
.va-ft-contact-label{font-size:10px;text-transform:uppercase;letter-spacing:0.10em;color:#94a3b8;margin-bottom:1px;}
.va-ft-contact-value{color:#e8edf5;font-size:13px;font-weight:500;}
.va-ft-contact-link { color: inherit; text-decoration: none; }
.va-ft-bottom-links { display: flex; gap: 16px; }

.va-ft-trust{max-width:1200px;margin:20px auto 0;padding:16px 8px;border-top:1px solid rgba(255,255,255,0.08);display:flex;justify-content:center;gap:6px;flex-wrap:wrap;}
.va-ft-trust-item{display:flex;align-items:center;gap:6px;font-size:11.5px;color:#9aa5bc;letter-spacing:0.04em;padding:6px 12px;border:1px solid rgba(255,255,255,0.07);border-radius:6px;background:rgba(255,255,255,0.03);}
.va-ft-trust-item svg{width:14px;height:14px;stroke:rgba(255,255,255,0.40);flex-shrink:0;}

.va-ft-bottom{max-width:1200px;margin:0 auto;padding:5px 8px 6px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:6px;font-size:12.3px;color:#94a3b8;}
.va-ft-bottom a{color:#95a1b6;text-decoration:none;transition:color .15s;}
.va-ft-bottom a:hover{color:#ffffff;}
.va-ft-cookie-settings { margin-top: 8px; padding: 6px 0; color: #9aa5bc; background: none; border: 0; font-size: 12px; text-decoration: underline; cursor: pointer; }
.va-ft-cookie-settings:hover { color: #67C7C0; }
.va-ft-pay{display:flex;gap:10px;align-items:center;}
.va-ft-pay-icon{width:48px;height:28px;border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,0.08),rgba(12,18,30,0.7));border:1px solid rgba(255,255,255,0.10);display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:#c0cad8;letter-spacing:0.05em;box-shadow:0 8px 18px rgba(0,0,0,0.25);}

/* Footer mobile : caché par défaut, visible seulement ≤ 640px */
.va-ft-mobile { display: none; }

@media(max-width:1024px){
  .va-ft-grid{grid-template-columns:repeat(2,1fr)!important;gap:36px;}
  .va-ft-top{flex-direction:column;align-items:flex-start;}
  .va-ft-newsletter{max-width:100%;width:100%;}
}

/* ══ FOOTER MOBILE — Version compacte app ══ */
@media(max-width:640px){
  .va-ft-top { display: none; }
  .va-ft-grid { display: none; }
  .va-ft-trust { display: none; }
  .va-ft { padding: 0; }
  .va-ft-bottom { display: none; }

  .va-ft-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 28px 20px calc(92px + env(safe-area-inset-bottom, 0px));
    text-align: center;
    background: linear-gradient(180deg, #0F1A2E 0%, #080F1E 100%);
  }

  /* Logo + nom + tagline */
  .va-ft-mobile-brand {
    display: flex; flex-direction: column;
    align-items: center; gap: 8px;
  }
  .va-ft-mobile-logo {
    width: 48px; height: 48px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.14);
    padding: 3px;
    background: rgba(255,255,255,0.06);
    box-shadow: 0 4px 16px rgba(0,0,0,0.40);
  }
  .va-ft-mobile-logo img { width: 100%; height: 100%; object-fit: contain; }
  .va-ft-mobile-name {
    font-family: 'Playfair Display', serif;
    font-size: 19px; font-weight: 700;
    color: #f0f4fc; letter-spacing: 0.06em;
  }
  .va-ft-mobile-tagline {
    font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase;
    color: rgba(255,255,255,0.62); margin-top: -4px;
  }

  /* Séparateur */
  .va-ft-mobile-sep {
    width: 40px; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  }

  /* Réseaux sociaux */
  .va-ft-mobile-social { display: flex; gap: 12px; justify-content: center; }
  .va-ft-mobile-social a {
    width: 42px; height: 42px; border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.10);
    display: flex; align-items: center; justify-content: center;
    color: #8a95ab; background: rgba(255,255,255,0.04);
    transition: background 0.18s, border-color 0.18s, transform 0.18s;
  }
  .va-ft-mobile-social a:active {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.22);
    transform: scale(0.92);
  }

  /* Liens essentiels — 2 colonnes */
  .va-ft-mobile-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 8px;
    width: 100%;
  }
  .va-ft-mobile-links a {
    font-size: 13px; color: #8a95ab; font-weight: 500;
    text-decoration: none; text-align: left;
    padding: 11px 12px;
    min-height: 44px;
    display: flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 8px;
    transition: background 0.15s;
  }
  .va-ft-mobile-links a::before {
    content: '›';
    color: rgba(255,255,255,0.30); font-size: 16px; line-height: 1; flex-shrink: 0;
  }
  .va-ft-mobile-links a:active { background: rgba(255,255,255,0.08); }

  /* Contact rapide */
  .va-ft-mobile-contact {
    display: flex; flex-direction: column; gap: 8px;
    width: 100%;
  }
  .va-ft-mobile-contact a {
    display: flex; align-items: center; gap: 10px;
    font-size: 13.5px; font-weight: 600; color: #d0d8e8;
    text-decoration: none;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 10px;
    padding: 13px 16px;
    min-height: 48px;
    transition: background 0.15s, border-color 0.15s;
  }
  .va-ft-mobile-contact a:active {
    background: rgba(255,255,255,0.09);
    border-color: rgba(255,255,255,0.20);
  }
  .va-ft-mobile-contact a:first-child svg { stroke: rgba(255,255,255,0.70); }
  .va-ft-mobile-contact a:last-child svg { stroke: rgba(255,255,255,0.50); }
  .va-ft-mobile-contact svg { width: 17px; height: 17px; flex-shrink: 0; }

  /* Paiement */
  .va-ft-mobile-bottom {
    display: flex; flex-direction: column;
    align-items: center; gap: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.07);
    width: 100%;
  }
  .va-ft-mobile-pay { display: flex; gap: 8px; align-items: center; }
  .va-ft-mobile-pay-icon {
    height: 26px; padding: 0 10px;
    border-radius: 7px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    display: flex; align-items: center; justify-content: center;
    font-size: 10px; font-weight: 800; color: #dce4f0;
    letter-spacing: 0.04em;
    box-shadow: 0 2px 8px rgba(0,0,0,0.20);
  }
  .va-ft-mobile-copy {
    font-size: 11px; color: #8a99b2; text-align: center; line-height: 1.6;
  }
  .va-ft-mobile-copy a { color: #a0aec0; text-decoration: none; }
}

/* PWA install banner */
#va-pwa-banner {
  position: fixed;
  bottom: calc(68px + env(safe-area-inset-bottom, 0px));
  left: 12px; right: 12px;
  z-index: 850;
  background: linear-gradient(145deg, #0f2040 0%, #081528 100%);
  border: 1px solid rgba(103,199,192,0.30);
  border-radius: 20px;
  padding: 16px 18px;
  display: flex; align-items: center; gap: 14px;
  box-shadow: 0 -2px 0 rgba(103,199,192,0.22), 0 16px 48px rgba(7,17,31,0.55), inset 0 1px 0 rgba(255,255,255,0.07);
  transform: translateY(calc(100% + 24px));
  opacity: 0;
  transition: transform 0.42s cubic-bezier(0.16,1,0.3,1), opacity 0.32s ease;
  pointer-events: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
#va-pwa-banner.visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.va-newsletter-success {
  color: #6fcf97;
  font-size: 13px;
  font-weight: 600;
  padding: 14px 0;
}

@media (prefers-reduced-motion: reduce) {
  #va-pwa-banner,
  .vcw-panel,
  .vcw-fab,
  .vcw-msg,
  .vcw-status-dot {
    animation: none;
    transition: none;
  }
}
@media (min-width: 768px) {
  #va-pwa-banner {
    left: auto; right: 20px;
    max-width: 380px;
    bottom: 24px;
  }
}
.va-pwa-icon {
  width: 50px; height: 50px; border-radius: 14px; flex-shrink: 0;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  padding: 6px; object-fit: contain;
}
.va-pwa-text { flex: 1; min-width: 0; }
.va-pwa-title {
  font-size: 14px; font-weight: 800;
  color: rgba(240,244,248,0.96);
  letter-spacing: -0.01em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.va-pwa-sub {
  font-size: 11.5px;
  color: rgba(160,190,220,0.65);
  margin-top: 2px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.va-pwa-btns { display: flex; flex-direction: column; gap: 7px; flex-shrink: 0; }
.va-pwa-btn-install {
  padding: 9px 16px; border-radius: 10px; border: none; cursor: pointer;
  background: linear-gradient(135deg, #A33F51, #843142);
  color: #fff; font-size: 12.5px; font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 3px 12px rgba(163,63,81,0.38);
  transition: opacity 0.15s, transform 0.12s;
  font-family: inherit;
  -webkit-tap-highlight-color: transparent;
}
.va-pwa-btn-install:active { transform: scale(0.95); opacity: 0.88; }
.va-pwa-btn-close {
  padding: 4px 0; background: none; border: none; cursor: pointer;
  font-size: 11px; color: rgba(140,170,210,0.45); font-weight: 600;
  text-align: center; font-family: inherit;
  -webkit-tap-highlight-color: transparent;
}
.va-pwa-btn-close:hover { color: rgba(200,218,240,0.65); }

/* Coche verte si déjà installé (remplace le bouton) */
.va-pwa-installed-badge {
  display: none; align-items: center; gap: 5px;
  font-size: 11.5px; color: #67C7C0; font-weight: 700;
  background: rgba(103,199,192,0.12); border: 1px solid rgba(103,199,192,0.28);
  border-radius: 8px; padding: 7px 10px; white-space: nowrap;
}

/* Assistant chat */
/* ── Widget container ──────────────────────────────────────────────────────── */
#va-chat-widget {
  position: fixed;
  bottom: 160px;
  right: 20px;
  z-index: 500;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  pointer-events: none;
  touch-action: none;
}
#va-chat-widget.dragging {
  transition: none !important;
  opacity: 0.92;
}
#va-chat-widget > * {
  pointer-events: auto;
}

/* ── Bouton flottant ───────────────────────────────────────────────────────── */
#va-chat-fab {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #0d1930;
  border: 1.5px solid rgba(103,199,192,0.40);
  box-shadow: 0 8px 28px rgba(13,25,48,0.45), 0 2px 8px rgba(103,199,192,0.18);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  transition: transform 0.22s cubic-bezier(.34,1.56,.64,1), box-shadow 0.22s;
  position: relative;
  flex-shrink: 0;
}
#va-chat-fab:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 14px 36px rgba(13,25,48,0.55), 0 4px 14px rgba(103,199,192,0.28);
}
#va-chat-fab img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 8px;
}
/* Icône fermer (×) — masquée par défaut */
#va-chat-fab .fab-close {
  display: none;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.88);
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  background: #0d1930;
  border-radius: 16px;
}
#va-chat-widget.open #va-chat-fab .fab-logo { display: none; }
#va-chat-widget.open #va-chat-fab .fab-close { display: flex; }
.va-chat-launcher-row { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }

/* Badge non-lu */
#va-chat-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ef4444;
  border: 2px solid #fff;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#va-chat-badge.show { display: flex; }

/* Label tooltip (visible avant première ouverture) */
#va-chat-tooltip {
  background: #0d1930;
  color: rgba(255,255,255,0.90);
  font-size: 12.5px;
  font-weight: 600;
  padding: 7px 13px;
  border-radius: 20px;
  border: 1px solid rgba(103,199,192,0.25);
  box-shadow: 0 4px 16px rgba(0,0,0,0.28);
  white-space: nowrap;
  animation: vcw-fadein 0.5s 1.2s ease both;
  cursor: pointer;
}
@keyframes vcw-fadein {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 960px) {
  #va-chat-widget {
    bottom: calc(64px + env(safe-area-inset-bottom, 0px) + 12px);
    right: 14px;
  }
}

/* ── Panel chat ────────────────────────────────────────────────────────────── */
#va-chat-panel {
  width: 360px;
  max-height: 520px;
  background: #f8faff;
  border-radius: 22px;
  border: 1px solid rgba(103,199,192,0.20);
  box-shadow: 0 20px 60px rgba(13,25,48,0.28), 0 4px 16px rgba(0,0,0,0.10);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  transform: translateY(16px) scale(0.97);
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s cubic-bezier(.34,1.3,.64,1);
  transform-origin: bottom right;
}
#va-chat-widget.open #va-chat-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* Header du panel */
#va-chat-panel-head {
  background: #0d1930;
  padding: 14px 16px 13px;
  display: flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
}
.vcw-head-logo {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(103,199,192,0.30);
  box-shadow: 0 2px 8px rgba(103,199,192,0.18);
  padding: 4px;
  flex-shrink: 0;
}
.vcw-head-logo img { width: 100%; height: 100%; object-fit: contain; display: block; }
.vcw-head-info { flex: 1; min-width: 0; }
.vcw-head-name {
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
}
.vcw-head-status {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: rgba(255,255,255,0.50);
  margin-top: 2px;
}
.vcw-head-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #4ade80;
  animation: vcw-pulse 2.4s ease-in-out infinite;
}
.vcw-head-dot.is-online { background: #4ade80; }
.vcw-head-dot.is-ai { background: #E17A87; }
@keyframes vcw-pulse {
  0%,100% { opacity: 1; }
  50%      { opacity: 0.4; }
}
/* Curseur drag sur le header */
#va-chat-panel-head {
  cursor: grab;
  user-select: none;
}
#va-chat-panel-head:active { cursor: grabbing; }

/* Bouton fermer ✕ */
#va-chat-close {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: rgba(255,255,255,0.10);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.75);
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s;
  margin-left: 4px;
}
#va-chat-close:hover {
  background: rgba(239,68,68,0.70);
  color: #fff;
}

.vcw-head-expand {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  border: none;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: background 0.16s;
  flex-shrink: 0;
}
.vcw-head-expand:hover { background: rgba(255,255,255,0.15); color: #fff; }

/* Messages */
#va-chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 18px 16px 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #f0f4f9;
  background-image: radial-gradient(circle, rgba(196,212,232,.30) 1px, transparent 1px);
  background-size: 22px 22px;
  scroll-behavior: smooth;
}
#va-chat-messages::-webkit-scrollbar { width: 3px; }
#va-chat-messages::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.12); border-radius: 2px; }

/* Bulles */
.vcw-msg {
  display: flex;
  gap: 8px;
  max-width: 88%;
  animation: vcw-msgin 0.20s ease both;
}
@keyframes vcw-msgin {
  from { opacity: 0; transform: translateY(5px); }
  to   { opacity: 1; transform: translateY(0); }
}
.vcw-msg-ai   { align-self: flex-start; }
.vcw-msg-user { align-self: flex-end; flex-direction: row-reverse; }

.vcw-ico {
  width: 28px; height: 28px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  overflow: hidden;
}
.vcw-msg-ai .vcw-ico {
  background: #fff;
  border: 1px solid rgba(103,199,192,0.28);
  box-shadow: 0 2px 6px rgba(103,199,192,0.12);
  padding: 3px;
}
.vcw-msg-ai .vcw-ico img { width: 100%; height: 100%; object-fit: contain; }
.vcw-msg-user .vcw-ico {
  background: #0d1930;
  color: rgba(255,255,255,0.80);
  font-size: 11px;
}

.vcw-bubble {
  padding: 10px 13px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.6;
  word-break: break-word;
}
.vcw-msg-ai .vcw-bubble {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-top-left-radius: 3px;
  color: #1a1410;
}
.vcw-msg-user .vcw-bubble {
  background: #0d1930;
  border-top-right-radius: 3px;
  color: rgba(255,255,255,0.90);
}
.vcw-time {
  font-size: 9.5px;
  color: #94a3b8;
  margin-top: 3px;
  padding: 0 2px;
}

/* Typing */
.vcw-typing .vcw-bubble {
  display: flex; align-items: center; gap: 4px;
  padding: 12px 14px;
}
.vcw-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #94a3b8;
  animation: vcw-dot 1.3s ease-in-out infinite;
}
.vcw-dot:nth-child(2) { animation-delay: .18s; }
.vcw-dot:nth-child(3) { animation-delay: .36s; }
@keyframes vcw-dot {
  0%,60%,100% { opacity: 0.25; transform: scale(0.85); }
  30%         { opacity: 1;    transform: scale(1); }
}

/* Suggestions */
#va-chat-sugs {
  padding: 6px 14px 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  background: #f0f4f9;
  background-image: radial-gradient(circle, rgba(196,212,232,.30) 1px, transparent 1px);
  background-size: 22px 22px;
}
.vcw-sug {
  font-size: 11.5px;
  font-weight: 600;
  color: #374151;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 5px 11px;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
  white-space: nowrap;
}
.vcw-sug:hover {
  border-color: rgba(59,130,246,0.40);
  box-shadow: 0 2px 8px rgba(59,130,246,0.07);
}

/* Input */
#va-chat-input-wrap {
  border-top: 1px solid #e2e8f0;
  padding: 10px 12px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  background: #fff;
  flex-shrink: 0;
}
#va-chat-input {
  flex: 1;
  min-height: 36px;
  max-height: 90px;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 13px;
  font-family: inherit;
  color: #1a1410;
  background: #f8faff;
  resize: none;
  outline: none;
  line-height: 1.5;
  transition: border-color 0.18s;
}
#va-chat-input:focus { border-color: rgba(59,130,246,0.45); }
#va-chat-input::placeholder { color: #94a3b8; }
#va-chat-send {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: none;
  background: #0d1930;
  color: rgba(255,255,255,0.85);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: opacity 0.18s, transform 0.14s;
}
#va-chat-send:hover:not(:disabled) { opacity: 0.80; transform: scale(1.07); }
#va-chat-send:disabled { opacity: 0.28; cursor: default; }

/* Responsive mobile */
@media (max-width: 960px) {
  #va-chat-widget {
    bottom: calc(76px + env(safe-area-inset-bottom));
    right: 14px;
  }
  #va-chat-tooltip { display: none; }
}
@media (max-width: 480px) {
  #va-chat-widget {
    bottom: calc(76px + env(safe-area-inset-bottom));
    right: 14px;
  }
  #va-chat-panel { width: calc(100vw - 28px); max-height: 65vh; border-radius: 18px; }
  #va-chat-fab { width: 52px; height: 52px; border-radius: 15px; }
}

.cookie-banner-open #va-chat-widget {
  opacity: 0;
  pointer-events: none;
}
