/* Privacy Page specific layout - Refining for global consistency */

.privacy-page {
  font-family: 'Inter', sans-serif;
  color: var(--text-primary-lighter-color, #4F6B85);
  line-height: 1.8;
  background-color: #f8fbfe;
}

/* --- TYPOGRAPHY SYSTEM --- */
.privacy-page h1, 
.privacy-hero__title {
    color: var(--text-primary-darker-color);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.privacy-section__title,
.privacy-card h2,
.privacy-cta__title {
    color: var(--text-primary-color);
    font-weight: 700;
    letter-spacing: -0.01em;
}

.privacy-hero__text,
.privacy-card p,
.privacy-card li,
.privacy-cta__text {
    color: var(--text-primary-lighter-color);
    line-height: 1.65;
}

.privacy-page strong {
    color: var(--text-primary-color);
    font-weight: 600;
}

/* --- HERO PREMIUM REDESIGN --- */
.privacy-hero {
  background: radial-gradient(circle at 10% 20%, rgba(126, 200, 227, 0.08) 0%, transparent 50%),
              radial-gradient(circle at 90% 80%, rgba(58, 155, 220, 0.05) 0%, transparent 50%),
              #F8FBFE;
  min-height: 750px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 180px 0 120px;
}

.privacy-hero::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, var(--primary-lighter-color) 0%, transparent 70%);
    filter: blur(120px);
    border-radius: 50%;
    top: -150px;
    right: -100px;
    opacity: 0.5;
    z-index: 0;
}

.privacy-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 1fr);
  gap: clamp(40px, 5vw, 72px);
  align-items: start;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 28px);
  position: relative;
}

.privacy-hero__accent-line {
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, var(--primary-color), transparent);
    border-radius: 4px;
    opacity: 0.4;
}

.privacy-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: #fff;
  color: var(--primary-color);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 10px 25px rgba(15, 42, 68, 0.08);
  border: 1px solid var(--primary-lighter-color);
  white-space: nowrap;
  width: fit-content;
  max-width: 100%;
  min-height: 36px;
  box-sizing: border-box;
  overflow: visible;
}

.privacy-hero__badge i {
    font-size: 18px;
}

.privacy-hero__title {
  font-size: 64px;
  font-weight: 800;
  color: #081C2E;
  margin-bottom: 28px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  position: relative;
}

.privacy-hero__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 80px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
}

.privacy-hero__text {
  font-size: 1.2rem;
  line-height: 1.75;
  color: var(--text-primary-lighter-color);
  margin-bottom: 48px;
  max-width: 520px;
  margin-top: 40px;
}

.privacy-hero__actions {
    display: flex;
    gap: 24px;
}

.privacy-hero__visual {
  position: relative;
  width: 100%;
  max-width: 640px;
  min-height: clamp(420px, 52vw, 560px);
  margin-left: auto;
  margin-right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  isolation: isolate;
}

/* Layered glass “security dashboard” — no browser chrome, no stock mockup */
.privacy-hero-viz {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.privacy-hero-viz__mesh {
  position: absolute;
  inset: -4% -8% auto -6%;
  width: 112%;
  height: auto;
  max-height: 92%;
  opacity: 0.95;
  pointer-events: none;
  z-index: 0;
}

.privacy-hero-viz__glow {
  position: absolute;
  top: 8%;
  right: -5%;
  width: min(340px, 55vw);
  height: min(340px, 55vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(58, 155, 220, 0.28) 0%, rgba(207, 232, 246, 0.15) 42%, transparent 68%);
  filter: blur(28px);
  z-index: 0;
  animation: privacy-viz-glow 7s ease-in-out infinite;
  pointer-events: none;
}

.privacy-hero-viz__stack {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: inherit;
  padding: 12px 0 24px 8px;
}

.privacy-hero-viz__panel {
  position: absolute;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(22px) saturate(165%);
  -webkit-backdrop-filter: blur(22px) saturate(165%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    0 4px 24px rgba(15, 42, 68, 0.06),
    0 28px 64px rgba(15, 42, 68, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.privacy-hero-viz:hover .privacy-hero-viz__panel--main {
  box-shadow:
    0 8px 32px rgba(15, 42, 68, 0.08),
    0 36px 72px rgba(58, 155, 220, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.privacy-hero-viz__panel--back {
  left: 0;
  top: 8%;
  width: 58%;
  max-width: 300px;
  padding: 20px 20px 22px;
  transform: rotate(-2deg) translateZ(0);
  animation: privacy-viz-float-a 9s ease-in-out infinite;
  z-index: 1;
}

.privacy-hero-viz__panel--main {
  right: 0;
  top: 0;
  width: 88%;
  max-width: 420px;
  padding: 26px 26px 22px;
  transform: rotate(1.5deg) translateZ(0);
  animation: privacy-viz-float-b 8s ease-in-out infinite 0.4s;
  z-index: 3;
}

.privacy-hero-viz__panel--side {
  right: 2%;
  bottom: 2%;
  width: 52%;
  max-width: 260px;
  padding: 18px 18px 16px;
  transform: rotate(-1deg) translateZ(0);
  animation: privacy-viz-float-c 10s ease-in-out infinite 0.2s;
  z-index: 2;
}

.privacy-hero-viz__panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}

.privacy-hero-viz__tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4f6b85;
}

.privacy-hero-viz__status {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(58, 155, 220, 0.12);
  color: #1f6fa5;
}

.privacy-hero-viz__status--ok {
  background: rgba(34, 160, 107, 0.12);
  color: #15805a;
}

.privacy-hero-viz__spark {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(58, 155, 220, 0.5), transparent);
  margin-bottom: 18px;
  opacity: 0.85;
  animation: privacy-viz-shimmer 4.5s ease-in-out infinite;
}

.privacy-hero-viz__minirow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.privacy-hero-viz__dotline {
  flex: 1;
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(90deg, #e2edf5 0%, #f1f6fa 100%);
  max-width: 100%;
}

.privacy-hero-viz__dotline--mid {
  max-width: 85%;
}

.privacy-hero-viz__dotline--short {
  max-width: 62%;
}

.privacy-hero-viz__mini {
  width: 36px;
  height: 8px;
  border-radius: 4px;
  background: rgba(58, 155, 220, 0.25);
}

.privacy-hero-viz__mini--muted {
  background: rgba(79, 107, 133, 0.18);
}

.privacy-hero-viz__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.privacy-hero-viz__eyebrow {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5a7282;
}

.privacy-hero-viz__title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #081c2e;
  line-height: 1.15;
}

.privacy-hero-viz__live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(58, 155, 220, 0.2);
  font-size: 12px;
  font-weight: 700;
  color: #1f6fa5;
  white-space: nowrap;
}

.privacy-hero-viz__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3a9bdc;
  box-shadow: 0 0 0 0 rgba(58, 155, 220, 0.45);
  animation: privacy-viz-pulse 2.4s ease-out infinite;
}

.privacy-hero-viz__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.privacy-hero-viz__metric {
  padding: 12px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(15, 42, 68, 0.06);
  text-align: center;
}

.privacy-hero-viz__metric-val {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #081c2e;
  letter-spacing: -0.01em;
}

.privacy-hero-viz__metric-lbl {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #5a7282;
}

.privacy-hero-viz__chart {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  height: 88px;
  padding: 12px 10px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(241, 248, 252, 0.85) 100%);
  border: 1px solid rgba(58, 155, 220, 0.12);
  margin-bottom: 18px;
}

.privacy-hero-viz__bar {
  flex: 1;
  min-width: 6px;
  max-width: 36px;
  height: var(--h, 50%);
  border-radius: 6px 6px 3px 3px;
  background: linear-gradient(180deg, #7ec8e3 0%, #3a9bdc 55%, #1f6fa5 100%);
  opacity: 0.88;
  transform-origin: bottom center;
  animation: privacy-viz-bar 5.5s ease-in-out infinite;
}

.privacy-hero-viz__bar:nth-child(2) { animation-delay: 0.3s; }
.privacy-hero-viz__bar:nth-child(3) { animation-delay: 0.6s; }
.privacy-hero-viz__bar:nth-child(4) { animation-delay: 0.2s; }
.privacy-hero-viz__bar:nth-child(5) { animation-delay: 0.5s; }
.privacy-hero-viz__bar:nth-child(6) { animation-delay: 0.15s; }

.privacy-hero-viz__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  padding-top: 4px;
  border-top: 1px solid rgba(15, 42, 68, 0.06);
}

.privacy-hero-viz__pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #1f6fa5;
  background: rgba(58, 155, 220, 0.12);
  border: 1px solid rgba(58, 155, 220, 0.22);
}

.privacy-hero-viz__meta {
  font-size: 11px;
  font-weight: 600;
  color: #5a7282;
  letter-spacing: 0.02em;
}

.privacy-hero-viz__side-title {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4f6b85;
}

.privacy-hero-viz__log {
  list-style: none;
  margin: 0;
  padding: 0;
}

.privacy-hero-viz__log li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(15, 42, 68, 0.06);
  font-size: 12px;
}

.privacy-hero-viz__log li:last-child {
  border-bottom: none;
}

.privacy-hero-viz__log-t {
  font-weight: 600;
  color: #2f455c;
}

.privacy-hero-viz__log-s {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #15805a;
}

.privacy-hero-viz__log-s--run {
  color: #1f6fa5;
}

@keyframes privacy-viz-glow {
  0%, 100% { opacity: 0.85; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.06); }
}

@keyframes privacy-viz-float-a {
  0%, 100% { transform: rotate(-2deg) translateY(0); }
  50% { transform: rotate(-2deg) translateY(-10px); }
}

@keyframes privacy-viz-float-b {
  0%, 100% { transform: rotate(1.5deg) translateY(0); }
  50% { transform: rotate(1.5deg) translateY(-12px); }
}

@keyframes privacy-viz-float-c {
  0%, 100% { transform: rotate(-1deg) translateY(0); }
  50% { transform: rotate(-1deg) translateY(-8px); }
}

@keyframes privacy-viz-pulse {
  0% { box-shadow: 0 0 0 0 rgba(58, 155, 220, 0.45); }
  70% { box-shadow: 0 0 0 10px rgba(58, 155, 220, 0); }
  100% { box-shadow: 0 0 0 0 rgba(58, 155, 220, 0); }
}

@keyframes privacy-viz-shimmer {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

@keyframes privacy-viz-bar {
  0%, 100% { transform: scaleY(1); opacity: 0.88; }
  50% { transform: scaleY(1.08); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .privacy-hero-viz__glow,
  .privacy-hero-viz__panel--back,
  .privacy-hero-viz__panel--main,
  .privacy-hero-viz__panel--side,
  .privacy-hero-viz__pulse,
  .privacy-hero-viz__spark,
  .privacy-hero-viz__bar {
    animation: none !important;
  }

  .privacy-hero-viz__panel--back,
  .privacy-hero-viz__panel--main,
  .privacy-hero-viz__panel--side {
    transform: none;
  }

  .legal-hero-viz__glow,
  .legal-hero-viz__panel--back,
  .legal-hero-viz__panel--main,
  .legal-hero-viz__panel--side,
  .legal-hero-viz__pulse,
  .legal-hero-viz__spark,
  .legal-hero-viz__chip,
  .legal-hero-viz__seal {
    animation: none !important;
  }

  .legal-hero-viz__panel--back,
  .legal-hero-viz__panel--main,
  .legal-hero-viz__panel--side,
  .legal-hero-viz__chip,
  .legal-hero-viz__seal {
    transform: none;
  }

  .consult-hero-viz__glow,
  .consult-hero-viz__panel--back,
  .consult-hero-viz__panel--main,
  .consult-hero-viz__panel--side,
  .consult-hero-viz__pulse,
  .consult-hero-viz__spark,
  .consult-hero-viz__bar,
  .consult-hero-viz__roadmap-fill,
  .consult-hero-viz__tl-dot--pulse,
  .consult-hero-viz__live-card-pulse,
  .consult-hero-viz__chip {
    animation: none !important;
  }

  .consult-hero-viz__panel--back,
  .consult-hero-viz__panel--main,
  .consult-hero-viz__panel--side,
  .consult-hero-viz__chip,
  .consult-hero-viz__live-card {
    transform: none;
  }
}

/* Mentions légales — enterprise legal / verification dashboard */
.legal-hero-viz {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.legal-hero-viz__mesh {
  position: absolute;
  inset: -4% -8% auto -6%;
  width: 112%;
  height: auto;
  max-height: 92%;
  opacity: 0.92;
  pointer-events: none;
  z-index: 0;
}

.legal-hero-viz__glow {
  position: absolute;
  top: 6%;
  right: -8%;
  width: min(360px, 58vw);
  height: min(360px, 58vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(58, 155, 220, 0.22) 0%, rgba(207, 232, 246, 0.12) 45%, transparent 70%);
  filter: blur(32px);
  z-index: 0;
  animation: legal-viz-glow 8s ease-in-out infinite;
  pointer-events: none;
}

.legal-hero-viz__stack {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: inherit;
  padding: 8px 0 28px 4px;
}

.legal-hero-viz__panel {
  position: absolute;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(24px) saturate(170%);
  -webkit-backdrop-filter: blur(24px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow:
    0 4px 24px rgba(15, 42, 68, 0.07),
    0 32px 70px rgba(15, 42, 68, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.legal-hero-viz:hover .legal-hero-viz__panel--main {
  box-shadow:
    0 8px 36px rgba(15, 42, 68, 0.09),
    0 40px 80px rgba(58, 155, 220, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.legal-hero-viz__panel--back {
  left: 0;
  top: 10%;
  width: 56%;
  max-width: 288px;
  padding: 18px 18px 20px;
  transform: rotate(-2.2deg) translateZ(0);
  animation: legal-viz-float-a 9.5s ease-in-out infinite;
  z-index: 1;
}

.legal-hero-viz__panel--main {
  right: 0;
  top: 0;
  width: 90%;
  max-width: 438px;
  padding: 24px 24px 20px;
  transform: rotate(1.2deg) translateZ(0);
  animation: legal-viz-float-b 8.2s ease-in-out infinite 0.35s;
  z-index: 3;
}

.legal-hero-viz__panel--side {
  right: 0;
  bottom: 0;
  width: 54%;
  max-width: 252px;
  padding: 16px 16px 14px;
  transform: rotate(-1.2deg) translateZ(0);
  animation: legal-viz-float-c 10.5s ease-in-out infinite 0.15s;
  z-index: 2;
}

.legal-hero-viz__panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.legal-hero-viz__tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #4f6b85;
}

.legal-hero-viz__status {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(58, 155, 220, 0.12);
  color: #1f6fa5;
}

.legal-hero-viz__status--ok {
  background: rgba(34, 160, 107, 0.12);
  color: #15805a;
}

.legal-hero-viz__spark {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(58, 155, 220, 0.45), transparent);
  margin-bottom: 16px;
  opacity: 0.88;
  animation: legal-viz-shimmer 5s ease-in-out infinite;
}

.legal-hero-viz__minirow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 11px;
}

.legal-hero-viz__dotline {
  flex: 1;
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(90deg, #e2edf5 0%, #f1f6fa 100%);
  max-width: 100%;
}

.legal-hero-viz__dotline--mid {
  max-width: 82%;
}

.legal-hero-viz__dotline--short {
  max-width: 58%;
}

.legal-hero-viz__mini {
  width: 34px;
  height: 8px;
  border-radius: 4px;
  background: rgba(58, 155, 220, 0.22);
}

.legal-hero-viz__mini--muted {
  background: rgba(79, 107, 133, 0.16);
}

.legal-hero-viz__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.legal-hero-viz__eyebrow {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5a7282;
}

.legal-hero-viz__title {
  margin: 0;
  font-size: 1.32rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #081c2e;
  line-height: 1.15;
}

.legal-hero-viz__live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(58, 155, 220, 0.18);
  font-size: 12px;
  font-weight: 700;
  color: #1f6fa5;
  white-space: nowrap;
}

.legal-hero-viz__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3a9bdc;
  box-shadow: 0 0 0 0 rgba(58, 155, 220, 0.4);
  animation: legal-viz-pulse 2.6s ease-out infinite;
}

.legal-hero-viz__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 16px;
}

.legal-hero-viz__check {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  color: #2f455c;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(15, 42, 68, 0.06);
}

.legal-hero-viz__check-mark {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(21, 128, 90, 0.12);
  position: relative;
  flex-shrink: 0;
}

.legal-hero-viz__check-mark::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid #15805a;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}

.legal-hero-viz__rows {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.65) 0%, rgba(241, 248, 252, 0.9) 100%);
  border: 1px solid rgba(58, 155, 220, 0.1);
}

.legal-hero-viz__row {
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 1fr);
  gap: 10px 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(15, 42, 68, 0.06);
  align-items: baseline;
}

.legal-hero-viz__row:last-child {
  border-bottom: none;
  padding-bottom: 2px;
}

.legal-hero-viz__row:first-child {
  padding-top: 2px;
}

.legal-hero-viz__row dt {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #5a7282;
}

.legal-hero-viz__row dd {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  color: #081c2e;
  letter-spacing: -0.02em;
  text-align: right;
}

.legal-hero-viz__doc {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 42, 68, 0.07);
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 16px;
}

.legal-hero-viz__doc-tabs {
  display: flex;
  gap: 0;
  padding: 8px 8px 0;
  background: rgba(248, 251, 254, 0.9);
  border-bottom: 1px solid rgba(15, 42, 68, 0.06);
}

.legal-hero-viz__doc-tab {
  padding: 8px 14px;
  font-size: 11px;
  font-weight: 700;
  color: #5a7282;
  border-radius: 10px 10px 0 0;
}

.legal-hero-viz__doc-tab--active {
  background: rgba(255, 255, 255, 0.95);
  color: #1f6fa5;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.95);
}

.legal-hero-viz__doc-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.legal-hero-viz__doc-line {
  display: block;
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(90deg, #dfeaf3 0%, #eef4f9 100%);
  width: 100%;
}

.legal-hero-viz__doc-line--mid {
  width: 88%;
}

.legal-hero-viz__doc-line--short {
  width: 62%;
}

.legal-hero-viz__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  padding-top: 4px;
  border-top: 1px solid rgba(15, 42, 68, 0.06);
}

.legal-hero-viz__pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #1f6fa5;
  background: rgba(58, 155, 220, 0.12);
  border: 1px solid rgba(58, 155, 220, 0.2);
}

.legal-hero-viz__pill--muted {
  color: #4f6b85;
  background: rgba(79, 107, 133, 0.08);
  border-color: rgba(79, 107, 133, 0.12);
}

.legal-hero-viz__side-title {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #4f6b85;
}

.legal-hero-viz__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.legal-hero-viz__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(15, 42, 68, 0.06);
  font-size: 12px;
}

.legal-hero-viz__list li:last-child {
  border-bottom: none;
}

.legal-hero-viz__list-lbl {
  font-weight: 600;
  color: #2f455c;
}

.legal-hero-viz__list-st {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #15805a;
}

.legal-hero-viz__list-st--soft {
  color: #1f6fa5;
}

.legal-hero-viz__chip {
  position: absolute;
  top: 2%;
  right: 6%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 12px 36px rgba(15, 42, 68, 0.1);
  animation: legal-viz-float-chip 7s ease-in-out infinite 0.5s;
}

.legal-hero-viz__chip-ic {
  width: 22px;
  height: 26px;
  border-radius: 4px;
  border: 1px solid rgba(58, 155, 220, 0.35);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(231, 243, 250, 0.85) 100%);
  position: relative;
  flex-shrink: 0;
}

.legal-hero-viz__chip-ic::before {
  content: '';
  position: absolute;
  left: 5px;
  right: 5px;
  top: 8px;
  height: 2px;
  border-radius: 1px;
  background: rgba(58, 155, 220, 0.35);
}

.legal-hero-viz__chip-ic::after {
  content: '';
  position: absolute;
  left: 5px;
  right: 8px;
  top: 14px;
  height: 2px;
  border-radius: 1px;
  background: rgba(79, 107, 133, 0.2);
}

.legal-hero-viz__chip-txt {
  font-size: 11px;
  font-weight: 800;
  color: #081c2e;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.legal-hero-viz__seal {
  position: absolute;
  left: 4%;
  bottom: 10%;
  z-index: 4;
  width: 76px;
  text-align: center;
  animation: legal-viz-float-seal 8.8s ease-in-out infinite 0.2s;
}

.legal-hero-viz__seal-svg {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 8px 20px rgba(15, 42, 68, 0.12));
}

.legal-hero-viz__seal-cap {
  display: block;
  margin-top: 4px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5a7282;
}

@keyframes legal-viz-glow {
  0%, 100% { opacity: 0.82; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}

@keyframes legal-viz-float-a {
  0%, 100% { transform: rotate(-2.2deg) translateY(0); }
  50% { transform: rotate(-2.2deg) translateY(-9px); }
}

@keyframes legal-viz-float-b {
  0%, 100% { transform: rotate(1.2deg) translateY(0); }
  50% { transform: rotate(1.2deg) translateY(-11px); }
}

@keyframes legal-viz-float-c {
  0%, 100% { transform: rotate(-1.2deg) translateY(0); }
  50% { transform: rotate(-1.2deg) translateY(-7px); }
}

@keyframes legal-viz-float-chip {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes legal-viz-float-seal {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes legal-viz-pulse {
  0% { box-shadow: 0 0 0 0 rgba(58, 155, 220, 0.4); }
  70% { box-shadow: 0 0 0 10px rgba(58, 155, 220, 0); }
  100% { box-shadow: 0 0 0 0 rgba(58, 155, 220, 0); }
}

@keyframes legal-viz-shimmer {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

/* Prendre RDV — strategic consultation / transformation workspace */
.consult-hero-viz {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.consult-hero-viz__mesh {
  position: absolute;
  inset: -4% -8% auto -6%;
  width: 112%;
  height: auto;
  max-height: 94%;
  opacity: 0.92;
  pointer-events: none;
  z-index: 0;
}

.consult-hero-viz__glow {
  position: absolute;
  top: 4%;
  right: -10%;
  width: min(380px, 60vw);
  height: min(380px, 60vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(58, 155, 220, 0.26) 0%, rgba(207, 232, 246, 0.14) 48%, transparent 72%);
  filter: blur(34px);
  z-index: 0;
  animation: consult-viz-glow 8.5s ease-in-out infinite;
  pointer-events: none;
}

.consult-hero-viz__stack {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: inherit;
  padding: 6px 0 32px 4px;
}

.consult-hero-viz__panel {
  position: absolute;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.44);
  backdrop-filter: blur(24px) saturate(175%);
  -webkit-backdrop-filter: blur(24px) saturate(175%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow:
    0 4px 28px rgba(15, 42, 68, 0.08),
    0 34px 74px rgba(15, 42, 68, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.consult-hero-viz:hover .consult-hero-viz__panel--main {
  box-shadow:
    0 10px 40px rgba(15, 42, 68, 0.1),
    0 42px 88px rgba(58, 155, 220, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.consult-hero-viz__panel--back {
  left: 0;
  top: 12%;
  width: 54%;
  max-width: 278px;
  padding: 18px 18px 20px;
  transform: rotate(-2deg) translateZ(0);
  animation: consult-viz-float-a 9.8s ease-in-out infinite;
  z-index: 1;
}

.consult-hero-viz__panel--main {
  right: 0;
  top: 0;
  width: 92%;
  max-width: 448px;
  padding: 22px 22px 18px;
  transform: rotate(1.1deg) translateZ(0);
  animation: consult-viz-float-b 8.4s ease-in-out infinite 0.3s;
  z-index: 3;
}

.consult-hero-viz__panel--side {
  right: 0;
  bottom: 0;
  width: 56%;
  max-width: 268px;
  padding: 16px 16px 14px;
  transform: rotate(-1.1deg) translateZ(0);
  animation: consult-viz-float-c 10.2s ease-in-out infinite 0.1s;
  z-index: 2;
}

.consult-hero-viz__panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.consult-hero-viz__tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #4f6b85;
}

.consult-hero-viz__status {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(58, 155, 220, 0.14);
  color: #1f6fa5;
}

.consult-hero-viz__spark {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(58, 155, 220, 0.48), transparent);
  margin-bottom: 16px;
  opacity: 0.88;
  animation: consult-viz-shimmer 5.2s ease-in-out infinite;
}

.consult-hero-viz__minirow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 11px;
}

.consult-hero-viz__dotline {
  flex: 1;
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(90deg, #e2edf5 0%, #f1f6fa 100%);
  max-width: 100%;
}

.consult-hero-viz__dotline--mid {
  max-width: 80%;
}

.consult-hero-viz__dotline--short {
  max-width: 56%;
}

.consult-hero-viz__mini {
  width: 34px;
  height: 8px;
  border-radius: 4px;
  background: rgba(58, 155, 220, 0.22);
}

.consult-hero-viz__mini--muted {
  background: rgba(79, 107, 133, 0.16);
}

.consult-hero-viz__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.consult-hero-viz__eyebrow {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5a7282;
}

.consult-hero-viz__title {
  margin: 0;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #081c2e;
  line-height: 1.15;
}

.consult-hero-viz__live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(58, 155, 220, 0.2);
  font-size: 12px;
  font-weight: 700;
  color: #1f6fa5;
  white-space: nowrap;
}

.consult-hero-viz__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3a9bdc;
  box-shadow: 0 0 0 0 rgba(58, 155, 220, 0.42);
  animation: consult-viz-pulse 2.5s ease-out infinite;
}

.consult-hero-viz__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.consult-hero-viz__metric {
  padding: 11px 8px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(15, 42, 68, 0.06);
  text-align: center;
}

.consult-hero-viz__metric-val {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: #081c2e;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.consult-hero-viz__metric-lbl {
  display: block;
  margin-top: 4px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #5a7282;
}

.consult-hero-viz__roadmap {
  margin-bottom: 14px;
}

.consult-hero-viz__roadmap-track {
  position: relative;
  height: 6px;
  border-radius: 999px;
  background: rgba(15, 42, 68, 0.06);
  overflow: hidden;
  margin-bottom: 12px;
}

.consult-hero-viz__roadmap-fill {
  display: block;
  height: 100%;
  width: 52%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7ec8e3, #3a9bdc 55%, #1f6fa5);
  animation: consult-viz-roadmap 10s ease-in-out infinite;
}

.consult-hero-viz__roadmap-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 6px;
}

.consult-hero-viz__rstep {
  flex: 1;
  min-width: 0;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8a9bab;
  text-align: center;
  line-height: 1.25;
}

.consult-hero-viz__rstep--done {
  color: #15805a;
}

.consult-hero-viz__rstep--active {
  color: #1f6fa5;
}

.consult-hero-viz__chart-block {
  margin-bottom: 12px;
}

.consult-hero-viz__chart-cap {
  margin: 0 0 8px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #5a7282;
}

.consult-hero-viz__chart {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px;
  height: 76px;
  padding: 10px 10px 12px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(241, 248, 252, 0.88) 100%);
  border: 1px solid rgba(58, 155, 220, 0.11);
}

.consult-hero-viz__bar {
  flex: 1;
  min-width: 5px;
  max-width: 32px;
  height: var(--h, 50%);
  border-radius: 6px 6px 3px 3px;
  background: linear-gradient(180deg, #9fd4ea 0%, #3a9bdc 50%, #1f6fa5 100%);
  opacity: 0.9;
  transform-origin: bottom center;
  animation: consult-viz-bar 5.8s ease-in-out infinite;
}

.consult-hero-viz__bar:nth-child(2) { animation-delay: 0.25s; }
.consult-hero-viz__bar:nth-child(3) { animation-delay: 0.5s; }
.consult-hero-viz__bar:nth-child(4) { animation-delay: 0.15s; }
.consult-hero-viz__bar:nth-child(5) { animation-delay: 0.4s; }
.consult-hero-viz__bar:nth-child(6) { animation-delay: 0.55s; }

.consult-hero-viz__timeline {
  list-style: none;
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(15, 42, 68, 0.05);
}

.consult-hero-viz__timeline li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #2f455c;
  padding: 6px 0;
  border-bottom: 1px solid rgba(15, 42, 68, 0.05);
}

.consult-hero-viz__timeline li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.consult-hero-viz__timeline li:first-child {
  padding-top: 0;
}

.consult-hero-viz__tl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(21, 128, 90, 0.35);
  flex-shrink: 0;
}

.consult-hero-viz__tl-dot--pulse {
  background: #3a9bdc;
  animation: consult-viz-pulse 2.5s ease-out infinite;
}

.consult-hero-viz__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  padding-top: 6px;
  border-top: 1px solid rgba(15, 42, 68, 0.06);
}

.consult-hero-viz__meta {
  font-size: 11px;
  font-weight: 600;
  color: #4f6b85;
}

.consult-hero-viz__pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1f6fa5;
  background: rgba(58, 155, 220, 0.12);
  border: 1px solid rgba(58, 155, 220, 0.22);
}

.consult-hero-viz__domain {
  font-size: 10px;
  font-weight: 700;
  color: #5a7282;
  letter-spacing: 0.02em;
}

.consult-hero-viz__side-title {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #4f6b85;
}

.consult-hero-viz__checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.consult-hero-viz__checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #2f455c;
  padding: 8px 0;
  border-bottom: 1px solid rgba(15, 42, 68, 0.06);
}

.consult-hero-viz__checklist li:last-child {
  border-bottom: none;
}

.consult-hero-viz__ck-ic {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: rgba(21, 128, 90, 0.12);
  flex-shrink: 0;
  position: relative;
}

.consult-hero-viz__ck-ic::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid #15805a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.consult-hero-viz__ck-ic--next {
  background: rgba(58, 155, 220, 0.12);
}

.consult-hero-viz__ck-ic--next::after {
  border: none;
  left: 6px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3a9bdc;
  transform: none;
}

.consult-hero-viz__chip {
  position: absolute;
  top: 1%;
  right: 5%;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px 12px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 40px rgba(15, 42, 68, 0.12);
  animation: consult-viz-float-chip 7.2s ease-in-out infinite 0.4s;
}

.consult-hero-viz__chip-ring {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  background: conic-gradient(#3a9bdc 0 62%, rgba(58, 155, 220, 0.15) 62% 100%);
  mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #fff calc(100% - 4px));
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #fff calc(100% - 4px));
}

.consult-hero-viz__chip-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.consult-hero-viz__chip-title {
  font-size: 12px;
  font-weight: 800;
  color: #081c2e;
  letter-spacing: -0.01em;
}

.consult-hero-viz__chip-sub {
  font-size: 10px;
  font-weight: 700;
  color: #5a7282;
}

.consult-hero-viz__live-card {
  position: absolute;
  left: 2%;
  bottom: 8%;
  z-index: 4;
  min-width: 200px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 44px rgba(15, 42, 68, 0.11);
  animation: consult-viz-float-live 8s ease-in-out infinite 0.2s;
}

.consult-hero-viz__live-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.consult-hero-viz__live-card-pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22a06b;
  box-shadow: 0 0 0 0 rgba(34, 160, 107, 0.35);
  animation: consult-viz-pulse-green 2.8s ease-out infinite;
}

.consult-hero-viz__live-card-title {
  font-size: 13px;
  font-weight: 800;
  color: #081c2e;
  letter-spacing: -0.02em;
}

.consult-hero-viz__live-card-meta {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #5a7282;
}

@keyframes consult-viz-glow {
  0%, 100% { opacity: 0.8; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.04); }
}

@keyframes consult-viz-float-a {
  0%, 100% { transform: rotate(-2deg) translateY(0); }
  50% { transform: rotate(-2deg) translateY(-9px); }
}

@keyframes consult-viz-float-b {
  0%, 100% { transform: rotate(1.1deg) translateY(0); }
  50% { transform: rotate(1.1deg) translateY(-11px); }
}

@keyframes consult-viz-float-c {
  0%, 100% { transform: rotate(-1.1deg) translateY(0); }
  50% { transform: rotate(-1.1deg) translateY(-7px); }
}

@keyframes consult-viz-float-chip {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes consult-viz-float-live {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes consult-viz-pulse {
  0% { box-shadow: 0 0 0 0 rgba(58, 155, 220, 0.42); }
  70% { box-shadow: 0 0 0 10px rgba(58, 155, 220, 0); }
  100% { box-shadow: 0 0 0 0 rgba(58, 155, 220, 0); }
}

@keyframes consult-viz-pulse-green {
  0% { box-shadow: 0 0 0 0 rgba(34, 160, 107, 0.35); }
  70% { box-shadow: 0 0 0 9px rgba(34, 160, 107, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 160, 107, 0); }
}

@keyframes consult-viz-shimmer {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

@keyframes consult-viz-bar {
  0%, 100% { transform: scaleY(1); opacity: 0.88; }
  50% { transform: scaleY(1.07); opacity: 1; }
}

@keyframes consult-viz-roadmap {
  0%, 100% { width: 48%; opacity: 0.95; }
  50% { width: 58%; opacity: 1; }
}

/* Content Sections */
.privacy-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

.privacy-section {
  margin-bottom: 120px;
}

.privacy-section__title {
  font-size: 36px;
  color: var(--text-primary-darker-color);
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 800;
}

.privacy-card {
  background: #fff;
  padding: 60px;
  border-radius: 32px;
  box-shadow: 0 10px 40px rgba(15, 42, 68, 0.03);
  border: 1px solid rgba(15, 42, 68, 0.05);
  margin-bottom: 40px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.privacy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(15, 42, 68, 0.08);
    border-color: rgba(58, 155, 220, 0.2);
}

.privacy-section__title, .privacy-card h2 {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
    position: relative;
}

.privacy-section__title::after, .privacy-card h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    border-radius: 2px;
}

.privacy-section__title i, .privacy-card h2 i {
    font-size: 32px;
    color: var(--primary-color);
    background: var(--primary-lighter-color);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}

.privacy-card h2, .privacy-card h3 {
  color: var(--text-primary-color);
  font-weight: 700;
}

.privacy-card h2 { font-size: 28px; }
.privacy-card h3 { font-size: 22px; }

.privacy-card__content {
    margin-top: 20px;
}

.legal-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.legal-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(15, 42, 68, 0.05);
    color: var(--text-primary-lighter-color);
    font-size: 1.05rem;
}

.legal-list li:last-child {
    border-bottom: none;
}

.legal-list li strong {
    color: var(--text-primary-color);
    display: block;
    margin-bottom: 4px;
}

.privacy-card p {
  margin-bottom: 16px;
}

/* Cookie Grid */
.cookie-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.cookie-card {
  background: var(--accent-lighter-color);
  padding: 40px 30px;
  border-radius: 24px;
  text-align: center;
  border: 1px solid rgba(126, 200, 227, 0.2);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.cookie-card:hover {
  background: #fff;
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(58, 155, 220, 0.12);
  border-color: var(--primary-color);
}

.cookie-card__icon {
  width: 70px;
  height: 70px;
  background: #fff;
  color: var(--primary-color);
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin: 0 auto 24px;
  box-shadow: 0 8px 15px rgba(15, 42, 68, 0.05);
  transition: all 0.3s ease;
}

.cookie-card:hover .cookie-card__icon {
    background: var(--primary-color);
    color: #fff;
    transform: rotate(10deg);
}

.cookie-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #0F2A44;
  margin-bottom: 12px;
}

/* Browser Icons Grid */
.browser-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.browser-item {
  text-align: center;
  padding: 30px 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(15, 42, 68, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(126, 200, 227, 0.2);
}

.browser-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(58, 155, 220, 0.15);
  border-color: #3A9BDC;
}

.browser-item i {
    font-size: 56px;
    color: #3A9BDC;
    margin: 0 !important;
}

.browser-item h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

/* CTA Banner */
.privacy-cta {
  background: linear-gradient(135deg, #1F6FA5 0%, #3A9BDC 100%);
  padding: 80px 40px;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  margin-top: 100px;
  box-shadow: 0 30px 60px -12px rgba(31, 111, 165, 0.3);
  position: relative;
  overflow: hidden;
}

.privacy-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 86c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm66-3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm-40-39c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm0-24c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.privacy-cta__title {
  color: #fff !important;
  font-size: 38px;
  margin-bottom: 24px;
}

.privacy-cta__text {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 40px;
}

.privacy-cta__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
}

/* Buttons (Fallback if global ones don't load) */
.btn-capps {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.btn-capps--primary {
  background: #3A9BDC;
  color: #fff;
  border: none;
}

.btn-capps--primary:hover {
  background: #1F6FA5;
  transform: translateY(-2px);
}

.btn-capps--secondary {
  background: #fff;
  color: #3A9BDC;
  border: 1px solid #3A9BDC;
}

.btn-capps--secondary:hover {
  background: #CFE8F6;
}

.btn-capps--white {
  background: #fff;
  color: #3A9BDC;
}

.btn-capps--outline-white {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.btn-capps--outline-white:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

/* Responsive */
@media (max-width: 991px) {
  .privacy-hero__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .privacy-hero__text {
    margin: 0 auto 32px;
  }
  .privacy-hero__actions {
      justify-content: center;
  }
  .privacy-hero__title {
    font-size: 42px;
  }
  .privacy-hero__title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .privacy-hero__visual {
    margin: 40px auto 0;
    justify-content: center;
    max-width: 560px;
    min-height: 500px;
  }
  .privacy-hero-viz__panel--main {
    max-width: 400px;
    margin: 0 auto;
    right: 50%;
    transform: translateX(50%) rotate(0deg);
  }
  .privacy-hero-viz__panel--back {
    left: 2%;
    top: 12%;
  }
  .privacy-hero-viz__panel--side {
    right: 4%;
    bottom: 6%;
  }
  .privacy-hero-viz__panel--back,
  .privacy-hero-viz__panel--main,
  .privacy-hero-viz__panel--side {
    animation: none;
  }

  .legal-hero-viz__panel--main {
    max-width: 400px;
    margin: 0 auto;
    right: 50%;
    transform: translateX(50%) rotate(0deg);
  }
  .legal-hero-viz__panel--back {
    left: 2%;
    top: 14%;
  }
  .legal-hero-viz__panel--side {
    right: 2%;
    bottom: 4%;
  }
  .legal-hero-viz__chip {
    right: 4%;
    top: 1%;
  }
  .legal-hero-viz__seal {
    left: 2%;
    bottom: 8%;
  }
  .legal-hero-viz__panel--back,
  .legal-hero-viz__panel--main,
  .legal-hero-viz__panel--side,
  .legal-hero-viz__chip,
  .legal-hero-viz__seal {
    animation: none;
  }

  .consult-hero-viz__panel--main {
    max-width: 400px;
    margin: 0 auto;
    right: 50%;
    transform: translateX(50%) rotate(0deg);
  }
  .consult-hero-viz__panel--back {
    left: 2%;
    top: 15%;
  }
  .consult-hero-viz__panel--side {
    right: 1%;
    bottom: 2%;
  }
  .consult-hero-viz__chip {
    right: 3%;
    top: 0;
  }
  .consult-hero-viz__live-card {
    left: 1%;
    bottom: 6%;
  }
  .consult-hero-viz__panel--back,
  .consult-hero-viz__panel--main,
  .consult-hero-viz__panel--side,
  .consult-hero-viz__chip,
  .consult-hero-viz__live-card {
    animation: none;
  }
}

@media (max-width: 767px) {
  .privacy-hero {
    padding: 120px 0 60px;
  }
  .privacy-hero__title {
    font-size: 32px;
  }
  .privacy-hero__visual {
    min-height: 440px;
    max-width: 100%;
  }
  .privacy-hero-viz__metrics {
    grid-template-columns: 1fr;
  }
  .legal-hero-viz__checks {
    flex-direction: column;
    align-items: flex-start;
  }
  .legal-hero-viz__row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .legal-hero-viz__row dd {
    text-align: left;
  }
  .consult-hero-viz__metrics {
    grid-template-columns: 1fr;
  }
  .consult-hero-viz__roadmap-steps {
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .consult-hero-viz__rstep {
    flex: 1 1 40%;
  }
  .privacy-cta__actions {
    flex-direction: column;
  }
  .privacy-card {
    padding: 24px;
  }
}

@media (max-width: 575px) {
  .privacy-hero-viz__mesh {
    opacity: 0.65;
    inset: 0;
    width: 100%;
  }
  .privacy-hero-viz__panel--back,
  .privacy-hero-viz__panel--side {
    display: none;
  }
  .privacy-hero-viz__panel--main {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    max-width: none;
    transform: none;
    margin: 0;
    animation: none;
  }
  .privacy-hero-viz__stack {
    padding: 0;
    min-height: 0;
  }
  .legal-hero-viz__mesh {
    opacity: 0.65;
    inset: 0;
    width: 100%;
  }
  .legal-hero-viz__panel--back,
  .legal-hero-viz__panel--side,
  .legal-hero-viz__chip,
  .legal-hero-viz__seal {
    display: none;
  }
  .legal-hero-viz__panel--main {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    max-width: none;
    transform: none;
    margin: 0;
    animation: none;
  }
  .legal-hero-viz__stack {
    padding: 0;
    min-height: 0;
  }
  .consult-hero-viz__mesh {
    opacity: 0.65;
    inset: 0;
    width: 100%;
  }
  .consult-hero-viz__panel--back,
  .consult-hero-viz__panel--side,
  .consult-hero-viz__chip,
  .consult-hero-viz__live-card {
    display: none;
  }
  .consult-hero-viz__panel--main {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    max-width: none;
    transform: none;
    margin: 0;
    animation: none;
  }
  .consult-hero-viz__stack {
    padding: 0;
    min-height: 0;
  }
  .privacy-hero__visual {
    min-height: 0;
  }
}

/* --- EXPERT CARDS --- */
.expert-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
}

.expert-card {
    background: #fff;
    padding: 40px;
    border-radius: 32px;
    box-shadow: 0 4px 25px rgba(15, 42, 68, 0.04);
    border: 1px solid rgba(15, 42, 68, 0.05);
    display: flex;
    align-items: center;
    gap: 40px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.expert-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--primary-color);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.expert-card:hover {
    transform: translateX(10px) translateY(-5px);
    box-shadow: 0 20px 50px rgba(15, 42, 68, 0.08);
    border-color: var(--primary-lighter-color);
}

.expert-card:hover::before {
    opacity: 1;
}

.expert-card__avatar {
    width: 140px;
    height: 140px;
    border-radius: 24px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 12px 30px rgba(15, 42, 68, 0.1);
    border: 4px solid #fff;
}

.expert-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expert-card__info {
    flex: 1;
}

.expert-card__info h3 {
    font-size: 24px;
    color: var(--text-primary-darker-color);
    margin-bottom: 4px;
    font-weight: 700;
}

.expert-card__role {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
    display: block;
}

.expert-card__contacts {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.expert-card__contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-primary-lighter-color);
    font-size: 15px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.expert-card__contact-item i {
    color: var(--primary-color);
    font-size: 18px;
}

.expert-card__contact-item:hover {
    color: var(--primary-darker-color);
}

.expert-card__actions {
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .expert-card {
        flex-direction: column;
        text-align: center;
        gap: 24px;
        padding: 40px 30px;
    }
    
    .expert-card:hover {
        transform: translateY(-10px);
    }
    
    .expert-card__contacts {
        justify-content: center;
    }
    
    .expert-card__avatar {
        margin: 0 auto;
    }
}
