:root {
  --navy: #071b3a;
  --blue: #103b73;
  --red: #b7192b;
  --text: #142033;
  --muted: #60708a;
  --soft: #f4f7fb;
  --white: #ffffff;
  --line: #dbe3ef;
  --shadow: 0 24px 70px rgba(7, 27, 58, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 10;
  background: rgba(255,255,255,.92); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(219,227,239,.8);
}
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { background: linear-gradient(135deg, var(--navy), var(--blue)); color: #fff; padding: 10px 12px; border-radius: 4px; position: relative; }
.brand-mark::after { content: ""; position: absolute; right: 0; bottom: 0; width: 18px; height: 18px; background: var(--red); clip-path: polygon(100% 0, 100% 100%, 0 100%); }
.brand-text { font-size: 1.1rem; color: var(--navy); }
.nav-menu { display: flex; align-items: center; gap: 28px; font-weight: 600; color: #33445f; }
.nav-menu a:hover { color: var(--red); }
.nav-cta { border: 1px solid var(--line); padding: 10px 16px; border-radius: 999px; }
.nav-toggle { display: none; }
.hero { background: radial-gradient(circle at 80% 10%, rgba(183,25,43,.13), transparent 28%), linear-gradient(135deg, #f8fbff 0%, #eef4fb 48%, #fff 100%); padding: 94px 0 86px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.eyebrow { color: var(--red); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: .78rem; margin: 0 0 14px; }
.eyebrow.light { color: #ffccd3; }
h1, h2, h3 { line-height: 1.08; margin: 0; color: var(--navy); letter-spacing: -.045em; }
h1 { font-size: clamp(2.7rem, 7vw, 5.65rem); max-width: 900px; }
h2 { font-size: clamp(2rem, 4.3vw, 3.6rem); }
h3 { font-size: 1.35rem; }
.hero-lead { font-size: 1.18rem; color: #465773; max-width: 720px; margin: 26px 0 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 12px 32px rgba(183,25,43,.22); }
.btn-secondary { background: #fff; color: var(--navy); border: 1px solid var(--line); }
.hero-card { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 22px; box-shadow: var(--shadow); transform: rotate(-1deg); }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.metric-card { background: var(--soft); border-radius: 22px; padding: 22px; margin-bottom: 16px; min-height: 138px; display: flex; flex-direction: column; justify-content: space-between; }
.metric-card.large { min-height: 210px; background: linear-gradient(135deg, var(--navy), var(--blue)); color: #fff; }
.metric-card.dark { background: #111827; color: #fff; margin-bottom: 0; }
.metric-card span { color: var(--red); font-weight: 900; }
.metric-card.large span, .metric-card.dark span { color: #ffccd3; }
.metric-card strong { font-size: 1.25rem; line-height: 1.16; }
.section { padding: 92px 0; }
.soft { background: var(--soft); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: start; }
.text-block p { margin: 0 0 18px; color: var(--muted); font-size: 1.08rem; }
.section-heading { max-width: 780px; margin-bottom: 42px; }
.section-heading.wide { max-width: 900px; }
.cards-grid { display: grid; gap: 20px; }
.cards-grid.four { grid-template-columns: repeat(4, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 26px; min-height: 270px; box-shadow: 0 10px 38px rgba(7, 27, 58, .05); }
.card p, .brand-card p { color: var(--muted); margin-bottom: 0; }
.brand-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.brand-card { border-radius: 26px; padding: 30px; min-height: 340px; color: #fff; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; position: relative; }
.brand-card::before { content: ""; position: absolute; inset: 0; opacity: .22; background: radial-gradient(circle at 15% 15%, #fff, transparent 28%); }
.brand-card > * { position: relative; }
.brand-card h3 { color: #fff; font-size: 2rem; margin: 12px 0 8px; }
.brand-card p { color: rgba(255,255,255,.84); }
.recovia { background: linear-gradient(145deg, #071b3a, #103b73); }
.stop { background: linear-gradient(145deg, #0c2549, #b7192b); }
.porec { background: linear-gradient(145deg, #101827, #315a8f); }
.tag { align-self: flex-start; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); padding: 8px 12px; border-radius: 999px; font-size: .82rem; font-weight: 800; }
.dark-section { background: var(--navy); color: #fff; }
.dark-section h2 { color: #fff; }
.light-text p { color: rgba(255,255,255,.76); }
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.value-list { display: grid; gap: 16px; }
.value-list div { border-left: 4px solid var(--red); padding: 18px 22px; background: var(--soft); border-radius: 0 18px 18px 0; }
.value-list strong { display: block; color: var(--navy); font-size: 1.25rem; }
.value-list span { color: var(--muted); }
.contact { padding-top: 30px; }
.contact-box { background: linear-gradient(135deg, #f8fbff, #eef4fb); border: 1px solid var(--line); border-radius: 30px; padding: 44px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.contact-box p { color: var(--muted); max-width: 650px; }
.footer { background: #061429; color: #d7e2f2; padding: 42px 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; align-items: flex-start; }
.footer p { color: #92a3bf; margin: 8px 0 0; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a:hover { color: #fff; }
@media (max-width: 960px) {
  .hero-grid, .split, .values-grid { grid-template-columns: 1fr; }
  .cards-grid.four, .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { padding-top: 64px; }
}
@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-toggle { display: inline-flex; background: var(--navy); color: #fff; border: 0; border-radius: 999px; padding: 10px 15px; font-weight: 800; }
  .nav-menu { display: none; position: absolute; left: 14px; right: 14px; top: 70px; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 18px; flex-direction: column; align-items: stretch; box-shadow: var(--shadow); }
  .nav-menu.open { display: flex; }
  .hero-card { transform: none; }
  .metric-row, .cards-grid.four, .brand-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .contact-box, .footer-grid { flex-direction: column; align-items: flex-start; }
}

/* Pages internes */
.page-hero {
  background: radial-gradient(circle at 84% 8%, rgba(183,25,43,.12), transparent 26%), linear-gradient(135deg, #f8fbff 0%, #eef4fb 58%, #fff 100%);
  padding: 92px 0 74px;
}
.page-hero h1 { max-width: 980px; }
.content-page {
  max-width: 920px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 48px;
  box-shadow: 0 14px 46px rgba(7, 27, 58, .06);
}
.content-page h2 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  margin: 34px 0 14px;
}
.content-page h2:first-child { margin-top: 0; }
.content-page p { color: var(--muted); }
.content-page a { color: var(--red); font-weight: 700; }
.legal-section { background: var(--soft); }
.page-brand-grid { align-items: stretch; }
.brand-hero {
  color: #fff;
  padding: 92px 0 80px;
}
.brand-hero h1 { color: #fff; }
.brand-hero .hero-lead { color: rgba(255,255,255,.82); }
.recovia-hero { background: linear-gradient(145deg, #071b3a, #103b73); }
.stop-hero { background: linear-gradient(145deg, #0c2549, #b7192b); }
.porec-hero { background: linear-gradient(145deg, #101827, #315a8f); }
.back-link {
  display: inline-flex;
  margin-bottom: 26px;
  color: rgba(255,255,255,.82);
  font-weight: 800;
}
.back-link:hover { color: #fff; }
.card-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  font-weight: 900;
  color: #fff;
}
.card-link::after {
  content: "→";
  transition: transform .22s ease;
}
.interactive-card {
  cursor: pointer;
  transition: transform .28s ease, box-shadow .28s ease, filter .28s ease;
  will-change: transform;
}
.interactive-card:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 30px 80px rgba(7, 27, 58, .20);
  filter: saturate(1.08);
}
.interactive-card:hover .card-link::after { transform: translateX(6px); }
.interactive-card:hover::before { opacity: .34; }
.card {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 48px rgba(7, 27, 58, .10);
  border-color: rgba(16,59,115,.28);
}

@media (max-width: 720px) {
  .page-hero, .brand-hero { padding: 64px 0 56px; }
  .content-page { padding: 28px; border-radius: 22px; }
}

.hero-grid{position:relative}
.hero-visual{margin-top:40px;grid-column:1/-1}
.hero-visual img{width:100%;height:420px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}
.brand-card,.card{transition:transform .3s ease,box-shadow .3s ease}
.brand-card:hover,.card:hover{transform:translateY(-8px);box-shadow:0 30px 80px rgba(7,27,58,.18)}


/* Hero v3 - right-side institutional layout */
.hero-card.hero-showcase {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(220px, 0.85fr);
  gap: 22px;
  align-items: stretch;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.hero-insights {
  display: grid;
  gap: 18px;
}

.insight-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 150px;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(8, 27, 58, 0.10);
  transition: transform .28s ease, box-shadow .28s ease;
}

.insight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(8, 27, 58, 0.16);
}

.insight-light {
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(12, 31, 63, 0.08);
}

.insight-dark {
  color: #fff;
  background: linear-gradient(135deg, #071b3a 0%, #10366a 100%);
}

.insight-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(8, 27, 58, 0.06);
  color: #071b3a;
  font-size: 28px;
  font-weight: 800;
}

.insight-dark .insight-icon {
  background: rgba(255,255,255,0.12);
  color: #fff;
}

.insight-card h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  line-height: 1.2;
}

.insight-card h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: #c9152d;
}

.insight-card p {
  margin: 0;
  color: #344767;
  line-height: 1.55;
}

.insight-dark p {
  color: rgba(255,255,255,0.92);
}

.hero-visual {
  margin: 0;
  min-height: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(8, 27, 58, 0.14);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.hero-visual:hover img {
  transform: scale(1.035);
}

.hero-pillars {
  width: min(1180px, calc(100% - 48px));
  margin: -42px auto 64px;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(12, 31, 63, 0.08);
  border-radius: 20px;
  box-shadow: 0 20px 55px rgba(8, 27, 58, 0.10);
  overflow: hidden;
  backdrop-filter: blur(8px);
}

.pillar-item {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 26px 30px;
  color: #071b3a;
}

.pillar-item + .pillar-item {
  border-left: 1px solid rgba(12, 31, 63, 0.08);
}

.pillar-item span {
  font-size: 30px;
  color: #071b3a;
  line-height: 1;
}

.pillar-item strong {
  font-size: 1rem;
  line-height: 1.25;
}

@media (max-width: 1100px) {
  .hero-card.hero-showcase {
    grid-template-columns: 1fr;
  }

  .hero-visual img {
    min-height: 360px;
  }

  .hero-pillars {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 32px;
  }

  .pillar-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(12, 31, 63, 0.08);
  }

  .pillar-item:nth-child(4) {
    border-top: 1px solid rgba(12, 31, 63, 0.08);
  }
}

@media (max-width: 700px) {
  .insight-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-pillars {
    width: min(100% - 32px, 1180px);
    grid-template-columns: 1fr;
  }

  .pillar-item + .pillar-item,
  .pillar-item:nth-child(3),
  .pillar-item:nth-child(4) {
    border-left: 0;
    border-top: 1px solid rgba(12, 31, 63, 0.08);
  }
}


/* Hero v4 - compact solutions visual, without photo */
.hero-card.hero-focus {
  min-height: 0;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 18%, rgba(201, 21, 45, 0.14), transparent 26%),
    radial-gradient(circle at 88% 82%, rgba(15, 52, 105, 0.16), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f5f8fc 52%, #edf3f9 100%);
  border: 1px solid rgba(8, 27, 58, 0.08);
  box-shadow: 0 28px 70px rgba(8, 27, 58, 0.12);
  overflow: hidden;
}

.focus-orbit {
  position: relative;
  width: 200px;
  height: 200px;
  display: grid;
  place-items: center;
}

.orbit-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(8, 27, 58, 0.13);
}

.ring-one::before,
.ring-one::after,
.ring-two::before,
.ring-two::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c9152d;
  box-shadow: 0 10px 25px rgba(201, 21, 45, 0.25);
}

.ring-one::before { top: 18px; left: 48px; }
.ring-one::after { right: 16px; top: 82px; background: #071b3a; }
.ring-two {
  inset: 34px;
  transform: rotate(-18deg);
  border-color: rgba(201, 21, 45, 0.18);
}
.ring-two::before { left: 8px; bottom: 34px; background: #071b3a; }
.ring-two::after { right: 26px; bottom: 6px; }

.orbit-core {
  width: 104px;
  height: 104px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  letter-spacing: .05em;
  background: linear-gradient(135deg, #071b3a, #113b75);
  box-shadow: 0 22px 42px rgba(8, 27, 58, 0.25);
}

.focus-kicker {
  margin: 0 0 12px;
  color: #c9152d;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-focus h2 {
  margin: 0 0 16px;
  color: #071b3a;
  font-size: clamp(1.65rem, 2.3vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.hero-focus p {
  color: #344767;
  line-height: 1.62;
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.focus-grid span {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 13px 15px;
  border-radius: 16px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(8, 27, 58, 0.08);
  color: #071b3a;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(8, 27, 58, 0.06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.focus-grid span:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 21, 45, 0.22);
  box-shadow: 0 16px 32px rgba(8, 27, 58, 0.10);
}

.hero-pillars,
.hero-visual {
  display: none !important;
}

@media (max-width: 1050px) {
  .hero-card.hero-focus {
    grid-template-columns: 1fr;
  }

  .focus-orbit {
    width: 160px;
    height: 160px;
  }

  .orbit-core {
    width: 88px;
    height: 88px;
    border-radius: 24px;
  }
}

@media (max-width: 680px) {
  .hero-card.hero-focus {
    padding: 26px;
  }

  .focus-grid {
    grid-template-columns: 1fr;
  }
}


/* Hero v5 - compact top-right visual */
.hero-card.hero-compact {
  min-height: 330px;
  display: grid;
  place-items: center;
  padding: 32px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 24% 18%, rgba(201, 21, 45, 0.18), transparent 26%),
    radial-gradient(circle at 78% 82%, rgba(7, 27, 58, 0.18), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f4f7fb 100%);
  border: 1px solid rgba(8, 27, 58, 0.08);
  box-shadow: 0 28px 70px rgba(8, 27, 58, 0.12);
  position: relative;
  overflow: hidden;
}

.compact-core {
  width: 128px;
  height: 128px;
  border-radius: 32px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  letter-spacing: .06em;
  background: linear-gradient(135deg, #071b3a, #123f78);
  box-shadow: 0 24px 54px rgba(8, 27, 58, 0.24);
  position: relative;
  z-index: 2;
  transition: transform .25s ease;
}

.compact-core::before,
.compact-core::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.compact-core::before {
  inset: -46px;
  border: 1px solid rgba(8, 27, 58, 0.12);
}

.compact-core::after {
  inset: -82px;
  border: 1px solid rgba(201, 21, 45, 0.16);
}

.hero-card.hero-compact:hover .compact-core {
  transform: translateY(-4px) scale(1.02);
}

.compact-tags {
  position: absolute;
  inset: 28px;
}

.compact-tags span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(8, 27, 58, 0.08);
  box-shadow: 0 14px 34px rgba(8, 27, 58, 0.10);
  color: #071b3a;
  font-weight: 800;
  font-size: .9rem;
  white-space: nowrap;
}

.compact-tags span:nth-child(1) { top: 4%; left: 4%; }
.compact-tags span:nth-child(2) { top: 9%; right: 5%; }
.compact-tags span:nth-child(3) { bottom: 9%; left: 3%; }
.compact-tags span:nth-child(4) { bottom: 4%; right: 4%; }

.hero-pillars,
.hero-visual {
  display: none !important;
}

/* Actualités */
.news-preview {
  background: #f6f8fb;
}

.news-grid {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.news-grid-page {
  grid-template-columns: repeat(3, 1fr);
}

.news-card {
  min-height: 250px;
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(8, 27, 58, 0.08);
  box-shadow: 0 18px 44px rgba(8, 27, 58, 0.08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.news-card:hover {
  transform: translateY(-7px);
  border-color: rgba(201, 21, 45, 0.22);
  box-shadow: 0 26px 60px rgba(8, 27, 58, 0.13);
}

.news-category {
  margin: 0 0 18px;
  color: #c9152d;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.news-card h2,
.news-card h3 {
  margin: 0 0 14px;
  color: #071b3a;
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.news-card h2 {
  font-size: 1.35rem;
}

.news-card h3 {
  font-size: 1.22rem;
}

.news-card p {
  color: #42526e;
  line-height: 1.58;
}

.news-card a {
  display: inline-flex;
  margin-top: 12px;
  color: #071b3a;
  font-weight: 900;
  text-decoration: none;
}

.news-card a::after {
  content: " →";
  color: #c9152d;
}

@media (max-width: 980px) {
  .hero-card.hero-compact {
    min-height: 280px;
  }

  .news-grid,
  .news-grid-page {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .compact-tags span {
    font-size: .78rem;
    padding: 8px 11px;
  }

  .compact-core {
    width: 106px;
    height: 106px;
    border-radius: 27px;
  }
}


/* Correctif v6 - harmonisation des marges Actualités */
.news-preview .section-heading,
.page-hero .page-hero-inner {
  width: min(1180px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.news-preview .section-heading {
  text-align: left;
}

.news-preview .section-heading h2,
.page-hero .page-hero-inner h1 {
  max-width: 860px;
}

.news-preview .section-heading p,
.page-hero .page-hero-inner p {
  max-width: 760px;
}

.page-hero {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 620px) {
  .news-preview .section-heading,
  .page-hero .page-hero-inner {
    width: min(100% - 32px, 1180px);
  }
}


/* Articles actualités */
.article-page {
  padding: 72px 0 96px;
  background: #fff;
}

.article-container {
  width: min(880px, calc(100% - 48px));
  margin: 0 auto;
}

.back-link {
  display: inline-flex;
  margin-bottom: 34px;
  color: #071b3a;
  font-weight: 800;
  text-decoration: none;
}

.article-page h1 {
  margin: 0 0 22px;
  color: #071b3a;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.article-intro {
  max-width: 760px;
  color: #42526e;
  font-size: 1.22rem;
  line-height: 1.65;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 34px;
  color: #667085;
  font-weight: 700;
}

.article-meta span {
  padding: 9px 13px;
  border-radius: 999px;
  background: #f4f7fb;
  border: 1px solid rgba(8, 27, 58, 0.08);
}

.article-hero-visual {
  height: 260px;
  margin: 38px 0 46px;
  border-radius: 28px;
  display: flex;
  align-items: end;
  padding: 28px;
  color: #fff;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  background:
    radial-gradient(circle at 24% 24%, rgba(201, 21, 45, 0.72), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(255, 255, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #071b3a 0%, #123f78 100%);
  box-shadow: 0 24px 60px rgba(8, 27, 58, 0.16);
}

.article-content h2 {
  margin: 42px 0 14px;
  color: #071b3a;
  font-size: 1.55rem;
  letter-spacing: -0.025em;
}

.article-content p {
  color: #344767;
  font-size: 1.06rem;
  line-height: 1.78;
}

.article-related {
  margin-top: 56px;
  padding: 28px;
  border-radius: 24px;
  background: #f6f8fb;
  border: 1px solid rgba(8, 27, 58, 0.08);
}

.article-related h2 {
  margin: 0 0 12px;
  color: #071b3a;
}

.article-related a {
  color: #071b3a;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 620px) {
  .article-container {
    width: min(100% - 32px, 880px);
  }
}

/* Image d'illustration des articles */
.article-hero-image {
  width: 100%;
  max-width: 640px;
  margin: 32px auto 48px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(8, 27, 58, 0.10);
}

.article-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}
