/* Politique de sauvegarde — page éditoriale Cloudbizz AI, FR/nl-BE/EN. */
.backup-policy-page {
  color: #080942;
  background:
    radial-gradient(circle at 84% 5%, rgba(91, 70, 255, .12), transparent 26%),
    linear-gradient(180deg, #fff 0, #f8f8ff 36%, #fff 100%);
  font-family: var(--font-family, 'Cerebri Sans'), Inter, system-ui, sans-serif;
}

.backup-policy-page :where(a, button):focus-visible {
  outline: 3px solid rgba(37, 16, 243, .32);
  outline-offset: 4px;
}

.policy-shell {
  width: var(--cb-shell);
  max-width: 1320px;
  margin-inline: auto;
}

.policy-header {
  position: relative;
  z-index: 20;
  min-height: 78px;
  border-bottom: 1px solid rgba(217, 222, 246, .8);
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(18px);
}

.policy-header__inner {
  width: var(--cb-shell);
  max-width: 1520px;
  min-height: 78px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.policy-brand,
.policy-footer__brand > a {
  display: inline-flex;
  align-items: center;
  width: 213px;
  height: 32px;
  flex: 0 0 213px;
}

.policy-brand img.cb-logo-2026,
.policy-footer__brand img.cb-logo-2026 {
  display: block !important;
  width: 213px !important;
  min-width: 213px !important;
  height: 32px !important;
  object-fit: contain !important;
  object-position: left center !important;
  filter: none !important;
  transform: none !important;
}

.policy-header__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.policy-language {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid #dfe2f5;
  border-radius: 10px;
  background: #f8f8fe;
}

.policy-language a {
  min-width: 37px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #4f5276;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: color .18s ease, background .18s ease, box-shadow .18s ease;
}

.policy-language a:hover { color: #2510f3; }
.policy-language a[aria-current="page"] {
  color: #fff;
  background: #2510f3;
  box-shadow: 0 7px 16px rgba(37, 16, 243, .2);
}

.policy-support-link,
.policy-restore-card > a,
.policy-final-cta__inner > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, #2b18f5, #4c38ff);
  box-shadow: 0 13px 26px rgba(37, 16, 243, .2);
  font-weight: 900;
  letter-spacing: -.02em;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.policy-support-link { padding: 0 18px; font-size: 14px; }
.policy-support-link:hover,
.policy-restore-card > a:hover,
.policy-final-cta__inner > a:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 32px rgba(37, 16, 243, .25);
}

.policy-support-link svg,
.policy-restore-card > a svg,
.policy-final-cta__inner > a svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.policy-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 0;
  border-bottom: 1px solid rgba(222, 224, 244, .86);
  background:
    radial-gradient(circle at 76% 38%, rgba(112, 88, 255, .13), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.55), rgba(245,245,255,.94));
}

.policy-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .46;
  background-image:
    linear-gradient(rgba(92, 78, 196, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 78, 196, .06) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to right, transparent, #000 45%, #000 100%);
}

.policy-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  align-items: center;
  gap: clamp(56px, 7vw, 110px);
}

.policy-hero__copy { padding: 10px 0 62px; }

.policy-eyebrow,
.policy-section__eyebrow {
  margin: 0;
  color: #2510f3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.policy-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.policy-eyebrow span {
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: #2510f3;
}

.policy-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #080942;
  font-size: var(--cb-title-hero);
  font-weight: 300;
  letter-spacing: -0.052em;
  line-height: .99;
  text-wrap: balance;
}

.policy-hero__lead {
  max-width: 790px;
  margin: 27px 0 0;
  color: #252b66;
  font-size: var(--cb-lead-section);
  font-weight: 500;
  letter-spacing: -.026em;
  line-height: 1.28;
}

.policy-reference {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 27px 0 0;
  color: #5a5e83;
  font-size: 14px;
  font-weight: 800;
}

.policy-reference svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: #2510f3;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.policy-summary {
  position: relative;
  min-height: 440px;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  overflow: hidden;
  padding: 42px;
  border: 1px solid rgba(199, 200, 239, .9);
  border-radius: 30px 30px 0 0;
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(237,235,255,.9));
  box-shadow: 0 30px 80px rgba(29, 23, 113, .14);
}

.policy-summary::before,
.policy-summary::after {
  content: '';
  position: absolute;
  border: 1px solid rgba(66, 47, 226, .13);
  border-radius: 999px;
}
.policy-summary::before { width: 310px; height: 310px; top: -155px; right: -80px; }
.policy-summary::after { width: 220px; height: 220px; top: -110px; right: -35px; }

.policy-summary__glow {
  position: absolute;
  width: 260px;
  height: 260px;
  left: 50%;
  top: 32%;
  border-radius: 50%;
  background: rgba(78, 56, 255, .22);
  filter: blur(65px);
  transform: translate(-50%, -50%);
}

.policy-summary__shield {
  position: relative;
  z-index: 1;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(89, 72, 232, .22);
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(145deg, #1c0fc0, #5a48ff);
  box-shadow: 0 26px 46px rgba(45, 28, 216, .29), inset 0 1px rgba(255,255,255,.3);
  transform: rotate(-3deg);
}

.policy-summary__shield svg {
  width: 65px;
  height: 65px;
  fill: none;
  stroke: currentColor;
  stroke-width: 4.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.policy-summary__stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(206, 207, 239, .92);
  border-radius: 18px;
  background: rgba(197, 199, 232, .72);
}

.policy-summary__stats div {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 17px 18px;
  background: rgba(255,255,255,.9);
}

.policy-summary__stats strong {
  color: #080942;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.policy-summary__stats span {
  margin-top: 4px;
  color: #5d6188;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.policy-timestamp {
  position: relative;
  z-index: 2;
  min-height: 96px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 18px;
  padding: 20px 30px;
  border: 1px solid rgba(197, 201, 239, .86);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: rgba(255,255,255,.94);
  box-shadow: 0 15px 42px rgba(20, 18, 98, .08);
}

.policy-timestamp__icon,
.policy-callout__icon {
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #2510f3;
  background: #efefff;
}

.policy-timestamp__icon { width: 42px; height: 42px; }
.policy-timestamp__icon svg,
.policy-callout__icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.policy-timestamp strong {
  color: #080942;
  font-size: 16px;
  font-weight: 900;
}
.policy-timestamp p { margin: 3px 0 0; color: #4d5279; line-height: 1.48; }

.policy-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: start;
  gap: clamp(48px, 7vw, 96px);
  padding-top: 100px;
  padding-bottom: 112px;
}

.policy-toc {
  position: sticky;
  top: 28px;
  padding: 24px;
  border: 1px solid #e1e3f4;
  border-radius: 20px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 16px 42px rgba(16, 14, 84, .06);
}

.policy-toc > p {
  margin: 0 0 18px;
  color: #080942;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.policy-toc nav { display: grid; gap: 4px; }
.policy-toc a {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 9px;
  align-items: baseline;
  padding: 10px 8px;
  border-radius: 9px;
  color: #51567d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.28;
  text-decoration: none;
}
.policy-toc a:hover { color: #2510f3; background: #f3f2ff; }
.policy-toc a span { color: #827bdd; font-size: 10px; font-weight: 900; }

.policy-content { min-width: 0; }
.policy-section {
  scroll-margin-top: 30px;
  padding: 0 0 100px;
}
.policy-section + .policy-section {
  padding-top: 100px;
  border-top: 1px solid #e0e3f3;
}
.policy-section:last-child { padding-bottom: 0; }

.policy-section__header {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.policy-section__number {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(68, 46, 232, .18);
  border-radius: 18px;
  color: #2510f3;
  background: linear-gradient(145deg, #f6f5ff, #eceaff);
  font-size: 18px;
  font-weight: 900;
  box-shadow: inset 0 1px #fff;
}

.policy-section__eyebrow { margin: 3px 0 10px; }
.policy-section h2 {
  margin: 0;
  color: #080942;
  font-size: var(--cb-title-section-side);
  font-weight: 300;
  letter-spacing: -0.052em;
  line-height: 1.01;
  text-wrap: balance;
}

.policy-section__intro {
  max-width: 900px;
  margin: 30px 0 34px;
  color: #2f356b;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.016em;
  line-height: 1.55;
}

.policy-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.policy-metric-grid--compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.policy-metric-card {
  min-height: 168px;
  padding: 26px;
  border: 1px solid #e1e3f4;
  border-radius: 20px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 15px 38px rgba(18, 16, 90, .055);
}
.policy-metric-grid--compact .policy-metric-card { min-height: 148px; padding: 22px; }
.policy-metric-card__label {
  margin: 0;
  color: #696e94;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.policy-metric-card h3 {
  margin: 14px 0 8px;
  color: #080942;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.12;
}
.policy-metric-grid--compact h3 { font-size: 20px; }
.policy-metric-card > p:last-child:not(.policy-metric-card__label) { margin: 0; color: #5b6085; line-height: 1.48; }

.policy-callout {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  margin-top: 24px;
  padding: 26px 28px;
  border: 1px solid rgba(98, 75, 236, .2);
  border-radius: 20px;
  background: linear-gradient(135deg, #f4f2ff, #fafaff);
}
.policy-callout--soft { margin: 24px 0 42px; background: #fbfbff; }
.policy-callout__icon { width: 48px; height: 48px; }
.policy-callout h3,
.policy-split-notes h3,
.policy-shadow-card h3,
.policy-restore-card h3 {
  margin: 0;
  color: #080942;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -.032em;
}
.policy-callout p,
.policy-split-notes p,
.policy-shadow-card p,
.policy-restore-card p {
  margin: 7px 0 0;
  color: #50567d;
  line-height: 1.58;
}

.policy-subtitle {
  margin: 46px 0 22px;
  color: #080942;
  font-size: 27px;
  font-weight: 300;
  letter-spacing: -0.052em;
  line-height: 1.15;
}

.policy-timeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.policy-timeline::before {
  content: '';
  position: absolute;
  left: 25px;
  top: 25px;
  bottom: 25px;
  width: 1px;
  background: #d9dcf1;
}
.policy-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 20px;
  padding: 0 0 24px;
}
.policy-timeline li:last-child { padding-bottom: 0; }
.policy-timeline__index {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid #d7d9ee;
  border-radius: 15px;
  color: #2510f3;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(20, 16, 100, .06);
}
.policy-timeline li > div {
  padding: 20px 24px;
  border: 1px solid #e2e4f4;
  border-radius: 18px;
  background: #fff;
}
.policy-timeline strong {
  display: inline-block;
  margin-bottom: 7px;
  color: #2510f3;
  font-size: 13px;
  font-weight: 900;
}
.policy-timeline h4,
.policy-layers h4 {
  margin: 0;
  color: #080942;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.025em;
}
.policy-timeline p,
.policy-layers p { margin: 6px 0 0; color: #5a5f84; line-height: 1.52; }

.policy-layers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.policy-layers article {
  min-height: 116px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 21px;
  border: 1px solid #e1e3f3;
  border-radius: 18px;
  background: #fff;
}
.policy-layers article > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: #2510f3;
  font-size: 13px;
  font-weight: 900;
}

.policy-restore-card {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  padding: 30px;
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 83% 20%, rgba(132, 111, 255, .52), transparent 28%),
    linear-gradient(135deg, #100a74, #2416bb);
  box-shadow: 0 24px 54px rgba(16, 10, 116, .2);
}
.policy-restore-card .policy-section__eyebrow { color: #bfb8ff; }
.policy-restore-card h3 { color: #fff; font-size: 25px; }
.policy-restore-card p { max-width: 650px; color: #e1dfff; }
.policy-restore-card > a { min-height: 48px; padding: 0 20px; white-space: nowrap; background: #fff; color: #2510f3; box-shadow: none; }

.policy-split-notes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.policy-split-notes article {
  padding: 28px;
  border: 1px solid #e0e2f3;
  border-radius: 20px;
  background: #fff;
}
.policy-split-notes article > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 21px;
  border-radius: 13px;
  color: #2510f3;
  background: #f0efff;
}
.policy-split-notes svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.policy-split-notes--plain { margin-top: 18px; }
.policy-split-notes--plain article { min-height: 152px; }

.policy-shadow-card {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: 36px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(98, 75, 236, .19);
  border-radius: 24px;
  background: linear-gradient(135deg, #f6f5ff, #fff);
}
.policy-shadow-card h3 { margin-top: 9px; font-size: 25px; }
.policy-time-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.policy-time-grid div {
  min-height: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #dcdff3;
  border-radius: 17px;
  color: #2510f3;
  background: #fff;
  box-shadow: 0 12px 26px rgba(25, 20, 102, .055);
}
.policy-time-grid svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.policy-time-grid strong { color: #080942; font-size: 20px; font-weight: 900; letter-spacing: -.025em; }

.policy-final-cta {
  padding: 82px 0;
  color: #fff;
  background:
    radial-gradient(circle at 78% 25%, rgba(124, 96, 255, .48), transparent 24%),
    linear-gradient(135deg, #0d075f 0, #1d109e 54%, #2d19d7 100%);
}
.policy-final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 56px;
}
.policy-final-cta .policy-section__eyebrow { color: #bdb7ff; }
.policy-final-cta h2 {
  margin: 10px 0 0;
  color: #fff;
  font-size: var(--cb-title-cta);
  font-weight: 300;
  letter-spacing: -0.052em;
}
.policy-final-cta p:not(.policy-section__eyebrow) { max-width: 750px; margin: 10px 0 0; color: #dedcff; font-size: 18px; line-height: 1.5; }
.policy-final-cta__inner > a { min-height: 52px; padding: 0 24px; color: #2510f3; background: #fff; box-shadow: 0 14px 32px rgba(5, 2, 56, .18); white-space: nowrap; }

.policy-footer { background: #fff; }
.policy-footer__inner {
  min-height: 190px;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 24px 50px;
  align-items: center;
  padding: 44px 0 32px;
}
.policy-footer__brand p { max-width: 510px; margin: 17px 0 0; color: #5c6186; line-height: 1.48; }
.policy-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; }
.policy-footer nav a { color: #323862; font-size: 14px; font-weight: 800; text-decoration: none; }
.policy-footer nav a:hover { color: #2510f3; }
.policy-footer small { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid #e4e6f4; color: #777b9b; }
.policy-footer small.footer-meta {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1120px) {
  .policy-shell,
  .policy-header__inner { width: min(calc(100% - 64px), 1180px); }
  .policy-hero__grid { grid-template-columns: 1fr; gap: 26px; }
  .policy-hero__copy { max-width: 900px; padding-bottom: 24px; }
  .policy-summary { min-height: 390px; border-radius: 28px; }
  .policy-layout { grid-template-columns: 200px minmax(0, 1fr); gap: 42px; }
  .policy-metric-grid--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .policy-shadow-card { grid-template-columns: 1fr; }
}

@media (max-width: 840px) {
  .policy-header__inner { min-height: 74px; }
  .policy-support-link span { display: none; }
  .policy-support-link { width: 44px; padding: 0; }
  .policy-layout { grid-template-columns: 1fr; padding-top: 72px; }
  .policy-toc { position: static; }
  .policy-toc nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .policy-section { padding-bottom: 76px; }
  .policy-section + .policy-section { padding-top: 76px; }
  .policy-restore-card,
  .policy-final-cta__inner { grid-template-columns: 1fr; }
  .policy-restore-card > a,
  .policy-final-cta__inner > a { justify-self: start; }
  .policy-final-cta__inner { gap: 30px; }
}

@media (max-width: 760px) {
  .policy-shell,
  .policy-header__inner { width: min(calc(100% - 32px), 620px); }
  .policy-header { min-height: 68px; }
  .policy-header__inner { min-height: 68px; gap: 12px; }
  .policy-brand,
  .policy-footer__brand > a { width: 187px; min-width: 187px; height: 28px; flex-basis: 187px; }
  .policy-brand img.cb-logo-2026,
  .policy-footer__brand img.cb-logo-2026 { width: 187px !important; min-width: 187px !important; height: 28px !important; }
  .policy-header__actions { gap: 8px; }
  .policy-language { gap: 2px; padding: 3px; }
  .policy-language a { min-width: 33px; height: 32px; font-size: 11px; }
  .policy-support-link { display: none; }

  .policy-hero { padding-top: 56px; }
  .policy-hero::before { display: none; }
  .policy-hero__grid { gap: 12px; }
  .policy-hero__copy { padding-top: 0; padding-bottom: 26px; }
  .policy-eyebrow { margin-bottom: 17px; font-size: 10px; }
  .policy-hero h1 { font-size: clamp(40px, 12vw, 52px); line-height: 1; letter-spacing: -0.052em; }
  .policy-hero__lead { margin-top: 20px; font-size: 20px; line-height: 1.36; }
  .policy-reference { margin-top: 20px; }
  .policy-summary { min-height: 390px; padding: 28px 18px 20px; border-radius: 24px 24px 0 0; }
  .policy-summary::before,
  .policy-summary::after { display: none; }
  .policy-summary__shield { width: 94px; height: 94px; border-radius: 25px; }
  .policy-summary__shield svg { width: 56px; height: 56px; }
  .policy-summary__stats strong { font-size: 20px; }
  .policy-summary__stats div { min-height: 94px; padding: 15px 13px; }
  .policy-summary__stats span { font-size: 11px; }
  .policy-timestamp { grid-template-columns: 38px 1fr; gap: 14px; min-height: 0; padding: 18px; border-radius: 15px 15px 0 0; }
  .policy-timestamp__icon { width: 38px; height: 38px; }
  .policy-timestamp p { font-size: 14px; line-height: 1.43; }

  .policy-layout { gap: 56px; padding-top: 58px; padding-bottom: 76px; }
  .policy-toc { padding: 18px; border-radius: 16px; }
  .policy-toc > p { margin-bottom: 12px; }
  .policy-toc a { grid-template-columns: 22px 1fr; gap: 6px; padding: 9px 5px; font-size: 12.5px; }

  .policy-section { scroll-margin-top: 16px; padding-bottom: 64px; }
  .policy-section + .policy-section { padding-top: 64px; }
  .policy-section__header { grid-template-columns: 48px minmax(0, 1fr); gap: 14px; }
  .policy-section__header > div { min-width: 0; }
  .policy-section__number { width: 48px; height: 48px; border-radius: 14px; font-size: 14px; }
  .policy-section__eyebrow { margin: 1px 0 7px; font-size: 9.5px; }
  .policy-section h2 {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.02;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
  .policy-section__intro { margin: 24px 0 28px; font-size: 18px; line-height: 1.52; }

  .policy-metric-grid,
  .policy-metric-grid--compact,
  .policy-layers,
  .policy-split-notes { grid-template-columns: 1fr; }
  .policy-metric-card,
  .policy-metric-grid--compact .policy-metric-card { min-height: 0; padding: 22px; }
  .policy-callout { grid-template-columns: 42px minmax(0, 1fr); gap: 15px; padding: 21px; }
  .policy-callout__icon { width: 42px; height: 42px; }
  .policy-callout h3,
  .policy-split-notes h3,
  .policy-shadow-card h3 { font-size: 19px; }
  .policy-subtitle { margin: 38px 0 19px; font-size: 24px; }

  .policy-timeline::before { left: 21px; }
  .policy-timeline li { grid-template-columns: 44px minmax(0, 1fr); gap: 12px; padding-bottom: 15px; }
  .policy-timeline__index { width: 44px; height: 44px; border-radius: 13px; }
  .policy-timeline li > div { padding: 18px; border-radius: 16px; }
  .policy-timeline h4 { font-size: 17px; }
  .policy-layers article { padding: 18px; }

  .policy-restore-card { gap: 24px; padding: 24px; border-radius: 19px; }
  .policy-restore-card h3 { font-size: 23px; }
  .policy-restore-card > a { width: 100%; white-space: normal; text-align: center; }
  .policy-split-notes article { padding: 23px; }

  .policy-shadow-card { grid-template-columns: 1fr; gap: 25px; padding: 24px; border-radius: 20px; }
  .policy-time-grid { gap: 7px; }
  .policy-time-grid div { min-height: 90px; border-radius: 14px; }
  .policy-time-grid strong { font-size: 17px; }

  .policy-final-cta { padding: 62px 0; }
  .policy-final-cta h2 { font-size: 28px; }
  .policy-final-cta p:not(.policy-section__eyebrow) { font-size: 17px; }
  .policy-final-cta__inner > a { width: 100%; white-space: normal; text-align: center; }

  .policy-footer__inner { grid-template-columns: 1fr; gap: 24px; padding: 38px 0 28px; }
  .policy-footer nav { justify-content: flex-start; }
  .policy-footer small { grid-column: auto; }
  .policy-footer small.footer-meta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 380px) {
  .policy-brand,
  .policy-footer__brand > a { width: 170px; min-width: 170px; flex-basis: 170px; }
  .policy-brand img.cb-logo-2026,
  .policy-footer__brand img.cb-logo-2026 { width: 170px !important; min-width: 170px !important; height: 26px !important; }
  .policy-language a { min-width: 30px; }
  .policy-summary__stats { grid-template-columns: 1fr; }
  .policy-summary__stats div { min-height: 74px; }
  .policy-toc nav { grid-template-columns: 1fr; }
  .policy-time-grid { grid-template-columns: 1fr; }
  .policy-time-grid div { min-height: 68px; flex-direction: row; }
}

@media (prefers-reduced-motion: reduce) {
  .backup-policy-page * { scroll-behavior: auto !important; transition: none !important; }
}

/* Story system cohesion 2026-07-16 */
body.story-skin .policy-final-cta {
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 20%, rgba(184,255,122,.18), transparent 35%),
    linear-gradient(135deg, #0a0c4a, #2510f3 70%, #5135ff);
  color: #fff;
  box-shadow: 0 30px 70px rgba(37,16,243,.28);
}
body.story-skin .policy-final-cta h2,
body.story-skin .policy-final-cta p { color: #fff; }
body.story-skin .policy-header {
  background: rgba(255,255,255,.9);
}
