:root {
  --bg: #f6f8fb;
  --surface: #ffffff;
  --surface-strong: #ffffff;
  --surface-dark: #0f2b46;
  --text: #1f2f3d;
  --muted: #5f6f7f;
  --line: #dce5ef;
  --brand: #ff7a1a;
  --brand-deep: #e66400;
  --accent: #1a73e8;
  --shadow: 0 12px 28px rgba(15, 43, 70, 0.08);
  --radius-xl: 7px;
  --radius-lg: 6px;
  --radius-md: 4px;
  --radius: 4px;
  --font-display: "Inter", "Segoe UI", Arial, sans-serif;
  --font-body: "Inter", "Segoe UI", Arial, sans-serif;
  --container: 1250px;
}

* {
  box-sizing: border-box;
}

/* Style demandé : typo plus lisible */
*,
*::before,
*::after {
  border-radius: initial;
}

h1,
h2,
h3,
h4,
.title-sample,
.home-hero-title,
.home-band-title,
.home-heading-2,
.sector-page-title,
.sector-panel-title,
.sector-cv-card__title,
.sector-aside-cta-title,
.modeles-cv-title,
.conseils-article-title {
  font-family: var(--font-body) !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.page-shell {
  padding: 1rem 0 4rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--line);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.brand-mark svg {
  width: 100%;
  height: 100%;
}

.brand-paper,
.brand-fold,
.brand-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-paper,
.brand-fold {
  stroke: var(--accent);
}

.brand-paper {
  fill: none;
  stroke-width: 2.35;
}

.brand-fold {
  stroke-width: 2.35;
}

.brand-line {
  stroke: var(--accent);
  stroke-width: 2.35;
}

.brand-copy {
  display: inline-flex;
  align-items: baseline;
  gap: 0.18rem;
  line-height: 1;
}

.brand-word {
  color: #0d1015;
  letter-spacing: -0.02em;
}

.brand-word-example,
.brand-word-cv {
  font-size: 1.59rem;
  font-weight: 800;
}

.brand-word-de {
  font-size: 1.23rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.main-nav a:not(.button) {
  color: #3f4f60;
  font-weight: 700;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  flex-wrap: wrap;
}

.menu-toggle {
  display: none;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(21, 50, 67, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  padding: 0;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--surface-dark);
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.9rem 1.3rem;
  border-radius: 12px;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #ff8b34, var(--brand-deep));
  box-shadow: 0 12px 24px rgba(230, 100, 0, 0.24);
}

.button-secondary {
  color: #fff;
  background: linear-gradient(135deg, #175cae, var(--accent));
}

.button-ghost {
  border: 1px solid #cfdbea;
  background: #fff;
}

.button-block {
  width: 100%;
}

.hero {
  padding: 3.6rem 0 1.4rem;
}

.hero-grid,
.two-col,
.split-highlight,
.intro-band-grid,
.cta-banner-inner {
  display: grid;
  gap: 2rem;
}

.hero-grid {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--brand-deep);
}

.breadcrumb {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
}

h1,
h2 {
  font-family: var(--font-display);
}

h1 {
  font-size: clamp(2.2rem, 4.2vw, 4rem);
  max-width: 12ch;
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(1.75rem, 2.8vw, 2.65rem);
  max-width: 16ch;
  letter-spacing: -0.015em;
}

h3 {
  font-size: 1.15rem;
}

.hero-lead,
.section-head p,
.intro-band-grid p,
.content-flow > p,
.highlight-panel p,
.faq-item p,
.cta-banner-inner p,
.sticky-card p,
.info-card p,
.cv-section p,
.cv-section li,
.number-list li,
.check-list li {
  color: var(--muted);
  line-height: 1.72;
}

.hero-actions,
.trust-list,
.check-list,
.number-list,
.skill-pills,
.cv-contact,
.plain-list,
.quote-list,
.toc-list,
.footer-list,
.number-table {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-actions {
  margin: 2rem 0 1.4rem;
}

.hero-helper {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.text-stack {
  display: grid;
  gap: 1rem;
}

.section-toolbar,
.sample-card-head,
.advice-head,
.table-heading,
.inline-cta,
.conversion-strip,
.conversion-panel,
.choice-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.section-pill,
.heading-badge,
.sample-label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  border-radius: 999px;
  font-weight: 800;
}

.section-pill,
.heading-badge {
  width: fit-content;
  padding: 0.55rem 0.9rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(21, 50, 67, 0.08);
  color: var(--surface-dark);
}

.sample-label {
  padding: 0.4rem 0.72rem;
  background: rgba(225, 122, 45, 0.1);
  color: var(--brand-deep);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section-pill-icon,
.heading-badge-icon,
.mini-icon {
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  font-weight: 800;
}

.section-pill-icon,
.heading-badge-icon {
  width: 34px;
  height: 34px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
}

.mini-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  font-size: 0.78rem;
}

.title-icon {
  background: linear-gradient(135deg, #e17a2d, #bf5c13);
}

.intro-icon {
  background: linear-gradient(135deg, #2e6f95, #21475d);
}

.skills-icon {
  background: linear-gradient(135deg, #227c63, #125b48);
}

.advice-icon {
  background: linear-gradient(135deg, #8e5a9b, #5c3567);
}

.interview-icon {
  background: linear-gradient(135deg, #cf6a3a, #94411b);
}

.copy-button {
  border: 1px solid rgba(21, 50, 67, 0.12);
  background: rgba(255, 255, 255, 0.82);
  color: var(--surface-dark);
  border-radius: 999px;
  min-height: 40px;
  padding: 0.65rem 0.95rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.copy-button:hover {
  transform: translateY(-1px);
}

.copy-button.is-copied {
  background: linear-gradient(135deg, #227c63, #125b48);
  color: #fff;
}

.conversion-strip,
.inline-cta,
.conversion-panel {
  margin-top: 1.4rem;
  padding: 1.4rem 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(15, 43, 70, 0.08);
}

.conversion-strip {
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.6rem;
  background: linear-gradient(135deg, #fff9f4, #f5f9ff);
}

.conversion-strip-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.conversion-strip-visual img {
  width: 100%;
  max-width: 210px;
  height: auto;
  display: block;
}

.conversion-strip-copy .section-kicker {
  margin-bottom: 0.9rem;
}

.conversion-strip-copy h3 {
  margin-bottom: 1rem;
  line-height: 1.2;
}

.inline-cta {
  background: #fff;
}

.inline-cta > div {
  display: grid;
  gap: 0;
}

.soft-cta {
  background: linear-gradient(135deg, #f4f9ff, #fff8f1);
}

.conversion-panel {
  background: linear-gradient(135deg, #113b66, #1a73e8);
  color: #fff;
}

.conversion-panel p,
.conversion-panel li,
.conversion-panel .section-kicker,
.conversion-panel h3 {
  color: #fff;
}

.conversion-strip p,
.inline-cta p,
.conversion-panel-copy p {
  margin: 0.45rem 0 0;
}

.conversion-strip-copy p {
  margin-top: 0;
  line-height: 1.7;
}

.inline-cta h3 {
  margin-bottom: 1.15rem;
  line-height: 1.2;
}

.inline-cta p {
  margin-top: 0;
}

.inline-cta .section-kicker {
  margin-bottom: 0.9rem;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.choice-card {
  padding: 1.5rem;
  border-radius: var(--radius-xl);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(15, 43, 70, 0.08);
}

.featured-choice {
  background: linear-gradient(135deg, #f4f9ff, #fff6ee);
  border-color: #ffd8ba;
}

.choice-card p {
  margin: 0.45rem 0 0;
}

.trust-list li,
.skill-pills li {
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(21, 50, 67, 0.08);
  font-size: 0.94rem;
}

.visual-card,
.cv-sheet,
.sticky-card,
.info-card,
.highlight-panel,
.faq-item {
  border-radius: var(--radius-xl);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.visual-card {
  position: relative;
  overflow: hidden;
  padding: 1rem;
}

.hero-visual {
  justify-self: end;
  width: 100%;
  max-width: 28rem;
}

.visual-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius-xl) - 0.4rem);
  object-fit: contain;
}

.visual-badge {
  position: absolute;
  left: 1.6rem;
  bottom: 1.6rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(21, 50, 67, 0.84);
  color: #fff;
}

.visual-badge span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.section {
  padding: 3.6rem 0;
}

.intro-band {
  padding-top: 0.5rem;
}

.intro-band-grid {
  grid-template-columns: 0.9fr 1.1fr;
  padding: 2rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(255, 247, 238, 0.88), rgba(234, 242, 247, 0.86));
  border: 1px solid rgba(21, 50, 67, 0.08);
}

.two-col {
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
}

.content-flow {
  display: grid;
  gap: 1.2rem;
}

.cv-sheet {
  padding: 2rem;
  background: #ffffff;
  border: 1px solid #d7e1ec;
  box-shadow:
    0 0 0 8px rgba(240, 244, 249, 0.96),
    0 16px 34px rgba(15, 43, 70, 0.11);
}

.cv-sheet-header,
.cv-grid {
  display: grid;
  gap: 1.5rem;
}

.cv-sheet-header {
  grid-template-columns: 1fr auto;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--line);
}

.cv-name {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 800;
}

.cv-role {
  margin: 0.4rem 0 0;
  color: var(--brand-deep);
  font-weight: 700;
}

.cv-contact {
  align-content: start;
  justify-content: end;
  text-align: right;
}

.cv-section {
  display: grid;
  gap: 0.95rem;
  margin-top: 1.4rem;
}

.cv-section h3 {
  margin: 0;
}

.cv-section p {
  margin: 0;
}

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

.timeline-item + .timeline-item {
  margin-top: 1rem;
}

.timeline-item {
  display: grid;
  gap: 0.65rem;
}

.timeline-item span {
  display: block;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.timeline-item ul {
  margin: 0;
  padding-left: 1rem;
}

.plain-list {
  display: grid;
  gap: 0.7rem;
  list-style: disc;
  margin: 0;
  padding-left: 1.1rem;
}

.quote-list,
.toc-list,
.footer-list,
.number-table {
  display: grid;
  gap: 0.85rem;
}

.quote-list li,
.toc-list li,
.footer-list li,
.number-table li,
.plain-list li {
  color: var(--muted);
  line-height: 1.72;
}

.table-card {
  border-radius: var(--radius-xl);
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow);
  padding: 1.8rem;
}

.emphasis-table-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 251, 248, 0.92));
}

.table-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.table-col {
  display: grid;
  gap: 1rem;
}

.number-table {
  list-style: decimal;
  padding-left: 1.2rem;
}

.sidebar-cta {
  position: relative;
  display: grid;
  gap: 1.25rem;
  align-content: start;
}

.cv-page-toc {
  padding: 1.4rem 1.5rem;
  border-radius: var(--radius-xl);
  background: #f4f7fa;
  border: 1px solid rgba(21, 50, 67, 0.08);
}

.cv-page-toc-title {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--surface-dark);
}

.cv-page-toc-list {
  margin: 0;
  padding-left: 1.25rem;
  display: grid;
  gap: 0.55rem;
}

.cv-page-toc-list a {
  color: var(--accent);
  font-weight: 650;
  text-decoration: none;
}

.cv-page-toc-list a:hover,
.cv-page-toc-list a:focus-visible {
  text-decoration: underline;
}

#exemple-cv,
#introduction,
#titre-cv,
#accroche,
#competences,
#astuces-redaction,
#entretien {
  scroll-margin-top: 6.5rem;
}

.sticky-card {
  position: sticky;
  top: 6.5rem;
  padding: 1.6rem;
}

.check-list,
.number-list {
  display: grid;
  gap: 0.8rem;
  margin: 1.2rem 0 1.4rem;
}

.check-list li,
.number-list li {
  position: relative;
  padding-left: 1.7rem;
}

.check-list li::before,
.number-list li::before {
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-weight: 800;
  color: var(--brand-deep);
}

.check-list li::before {
  content: "•";
}

.number-list {
  counter-reset: section;
}

.number-list li::before {
  counter-increment: section;
  content: counter(section) ".";
}

.tinted {
  padding: 8rem 0;
}

/* Sous-sections « conseils » : air, fonds alternés, séparation nette */
.section.section-conseil {
  padding-block: 13.5rem;
}

.section.section-conseil + .section.section-conseil {
  margin-top: calc(6.5rem * 0.7);
}

#introduction + .section.section-conseil {
  padding-top: 15rem;
}

.section.section-conseil.tinted {
  background: linear-gradient(
    180deg,
    rgba(225, 237, 243, 0.62) 0%,
    rgba(252, 247, 240, 0.42) 100%
  );
}

/* Bloc « exemples de titres » (template d’origine + pages EDC) */
.section.section-conseil.section-titres-edc.tinted {
  background: #faf7f2;
}

.section-titres-edc .sample-label {
  background: #fff4e5;
  color: #b45309;
  border: 1px solid rgba(217, 119, 6, 0.22);
}

/* Bloc « exemples d’accroche » (EDC + template gestionnaire de stock) */
.section.section-conseil.section-accroches-edc {
  background: #fdf8f4;
}

.section-accroches-edc .sample-label {
  background: #fff4e5;
  color: #b45309;
  border: 1px solid rgba(217, 119, 6, 0.22);
}

.section.section-conseil.section-competences-edc.tinted {
  background: linear-gradient(
    180deg,
    rgba(253, 248, 244, 0.98) 0%,
    rgba(246, 251, 248, 0.55) 100%
  );
}

.number-table.number-table--actions {
  list-style: none;
  padding-left: 0;
  margin: 0;
  counter-reset: comp-row;
}

.number-table.number-table--actions li {
  counter-increment: comp-row;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  list-style: none;
}

.number-table.number-table--actions li::before {
  content: counter(comp-row) ".";
  font-weight: 800;
  color: var(--brand-deep);
  flex: 0 0 auto;
  min-width: 1.35rem;
}

.number-table.number-table--actions .number-table-line {
  flex: 1 1 auto;
  min-width: 0;
  color: var(--muted);
  line-height: 1.72;
}

.copy-button--compact {
  min-height: 34px;
  padding: 0.35rem 0.75rem;
  font-size: 0.82rem;
  flex: 0 0 auto;
}

.section.section-conseil:not(.tinted) {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.section.section-conseil.section-conseils-cv-edc:not(.tinted) {
  background: #fdf8f4;
}

.section.faq-section.section-faq-edc.section-conseil:not(.tinted) {
  background: #f9f5f0;
}

.section-faq-edc .interview-card .sample-label {
  background: #fff4e5;
  color: #b45309;
  border: 1px solid rgba(217, 119, 6, 0.22);
}

.section-head {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.8rem;
}

.faq-head-toolbar {
  margin-top: 1.1rem;
}

#entretien .section-head {
  align-items: start;
}

.cards-grid,
.faq-grid {
  display: grid;
  gap: 1.2rem;
}

.cards-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.single-column-grid {
  grid-template-columns: 1fr;
}

.three-col-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.title-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.five-col-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

#exemples h2 {
  margin-bottom: 1rem;
}

.related-cv-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.55rem;
  margin-top: 0.35rem;
}

.related-cv-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.85rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 650;
  line-height: 1.25;
  color: var(--surface-dark);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(21, 50, 67, 0.1);
  box-shadow: 0 4px 14px rgba(31, 41, 51, 0.05);
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease, box-shadow 140ms ease;
}

.related-cv-badge:hover {
  transform: translateY(-1px);
  border-color: rgba(225, 122, 45, 0.32);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 20px rgba(31, 41, 51, 0.08);
}

.related-cv-badge:focus-visible {
  outline: 2px solid rgba(225, 122, 45, 0.55);
  outline-offset: 2px;
}

.info-card,
.faq-item,
.highlight-panel {
  padding: 1.5rem;
}

.sample-card {
  display: grid;
  gap: 1rem;
}

.title-sample {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.35;
  color: var(--surface-dark);
}

.intro-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(236, 245, 250, 0.92));
}

.intro-card p {
  margin: 0;
}

.advice-card {
  display: grid;
  gap: 1rem;
  border-top: 4px solid rgba(142, 90, 155, 0.22);
}

.advice-head {
  align-items: start;
}

.advice-head h3,
.table-heading h3 {
  flex: 1 1 0;
}

.interview-card {
  display: grid;
  gap: 0.9rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.93), rgba(248, 241, 236, 0.9));
  border-top: 4px solid rgba(207, 106, 58, 0.24);
}

.interview-card h3 {
  font-size: 1.08rem;
  line-height: 1.4;
}

.interview-card p {
  margin: 0;
}

.split-highlight {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dark-panel {
  background: linear-gradient(180deg, #163245, #102533);
  color: #fff;
}

.dark-panel p,
.dark-panel li,
.dark-panel .section-kicker {
  color: rgba(255, 255, 255, 0.78);
}

.faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.interview-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.compact-card h3 {
  font-size: 0.95rem;
  line-height: 1.35;
}

.compact-card p {
  margin: 0.25rem 0 0;
  font-size: 0.88rem;
}

.compact-card {
  padding: 1rem;
  min-height: 112px;
  gap: 0.35rem;
  display: grid;
  align-content: start;
}

.cta-banner {
  padding-top: 1rem;
}

.cta-banner-inner {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 2rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #163245, #2b6a8f);
  color: #fff;
  box-shadow: var(--shadow);
}

.cta-banner-inner p,
.cta-banner-inner .section-kicker {
  color: rgba(255, 255, 255, 0.8);
}

.site-footer {
  padding: 3rem 0 1rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(21, 50, 67, 0.08);
}

.footer-grid h3 {
  margin-bottom: 1rem;
}

.footer-list {
  gap: 0.45rem;
}

.footer-list li {
  line-height: 1.45;
}

.footer-bottom {
  padding-top: 1rem;
  border-top: 1px solid rgba(21, 50, 67, 0.08);
}

.footer-bottom p {
  color: var(--muted);
}

.light-list li {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1080px) {
  .hero-grid,
  .two-col,
  .section-head,
  .cards-grid,
  .split-highlight,
  .faq-grid,
  .intro-band-grid,
  .cta-banner-inner,
  .cv-grid,
  .table-grid,
  .footer-grid,
  .interview-grid,
  .title-grid,
  .choice-grid,
  .three-col-grid,
  .five-col-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    justify-self: center;
    max-width: min(100%, 32rem);
  }

  .sidebar-cta {
    order: -1;
  }

  .sticky-card {
    position: static;
  }
}

@media (max-width: 760px) {
  body.menu-open {
    overflow: hidden;
  }

  .page-shell {
    padding-top: 0;
  }

  .header-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .cv-sheet-header {
    grid-template-columns: 1fr;
    display: grid;
  }

  .main-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-block;
    justify-self: end;
  }

  h1 {
    font-size: 2.7rem;
  }

  .hero {
    padding-top: 2.7rem;
  }

  .intro-band-grid,
  .cv-sheet,
  .cta-banner-inner {
    padding: 1.4rem;
  }

  .cv-contact {
    justify-content: start;
    text-align: left;
  }

  .mobile-menu {
    display: grid;
    gap: 0.8rem;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 1rem;
    transition: max-height 200ms ease, opacity 160ms ease, padding 160ms ease;
    border-bottom: 1px solid transparent;
    background: rgba(252, 247, 240, 0.96);
  }

  .mobile-menu.is-open {
    max-height: 320px;
    opacity: 1;
    padding: 0 1rem 1rem;
    border-bottom-color: rgba(21, 50, 67, 0.08);
  }

  .mobile-menu a:not(.button) {
    color: var(--text);
    font-weight: 700;
    padding: 0.4rem 0;
  }

  .mobile-menu .button {
    width: 100%;
    margin-top: 0.25rem;
  }

  .section-toolbar,
  .sample-card-head,
  .advice-head,
  .table-heading,
  .inline-cta,
  .conversion-strip,
  .conversion-panel {
    align-items: start;
  }

  .conversion-strip {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .conversion-strip-visual img {
    max-width: 180px;
  }
}

/* Contenu HTML importé depuis l’Excel EDC */
.edc-rich {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
}

.edc-rich > * + * {
  margin-top: 1rem;
}

.edc-rich h2,
.edc-rich h3,
.edc-rich h4 {
  font-family: var(--font-display);
  color: var(--navy);
  margin-top: 1.35rem;
  margin-bottom: 0.5rem;
}

.edc-rich h2:first-child,
.edc-rich h3:first-child {
  margin-top: 0;
}

.edc-rich blockquote {
  margin: 1rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid var(--accent);
  background: rgba(255, 255, 255, 0.75);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-style: normal;
}

.edc-rich table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.95rem;
}

.edc-rich th,
.edc-rich td {
  border: 1px solid rgba(21, 50, 67, 0.12);
  padding: 0.55rem 0.65rem;
  text-align: left;
  vertical-align: top;
}

.edc-rich th {
  background: rgba(21, 50, 67, 0.06);
  font-weight: 700;
}

.edc-rich ul,
.edc-rich ol {
  margin: 0.75rem 0 0.75rem 1.25rem;
  padding: 0;
}

.edc-rich img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius);
}

.edc-rich .card {
  margin: 1rem 0;
  padding: 1rem 1.15rem;
  border-radius: var(--radius);
  border: 1px solid rgba(21, 50, 67, 0.1);
  background: rgba(255, 255, 255, 0.85);
}

/* ——— Page secteur ——— */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

main.sector-page {
  flex: 1;
}

.sector-page-inner {
  padding: 2.5rem 0 3rem;
}

.sector-page-intro {
  padding-bottom: 2rem;
}

.sector-breadcrumb {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
}

.sector-heading-block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: start;
}

.sector-heading-icon-wrap {
  width: 92px;
  height: 92px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(234, 242, 248, 0.95), rgba(255, 252, 248, 0.98));
  border: 1px solid rgba(46, 111, 149, 0.16);
  flex-shrink: 0;
}

.sector-heading-icon {
  width: 70px;
  height: 70px;
}

.sector-page-title {
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4.5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.06;
  color: var(--surface-dark);
  margin: 0 0 1rem;
}

.sector-lead {
  margin: -0.15rem 0 1rem;
  font-size: 1.02rem;
  line-height: 1.72;
  color: var(--muted);
  font-weight: 600;
}

.sector-intro-blocks {
  display: grid;
  gap: 1.15rem;
  max-width: 58rem;
}

.sector-intro-paragraph {
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--text);
}

.sector-intro-paragraph p {
  margin: 0 0 0.85rem;
}

.sector-intro-paragraph strong {
  color: var(--surface-dark);
  font-weight: 700;
}

.sector-intro-paragraph p:last-child {
  margin-bottom: 0;
}

.sector-kpi-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.sector-kpi-card {
  border-radius: var(--radius-lg);
  padding: 1.15rem 1.25rem 1.05rem;
  border: 1px solid transparent;
}

.sector-kpi-value {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.45rem, 2.8vw, 1.95rem);
  line-height: 1.18;
}

.sector-kpi-label {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 600;
  color: inherit;
  opacity: 0.88;
}

.sector-kpi-card--0 {
  background: #e8f1f9;
  color: #1a4f6e;
}

.sector-kpi-card--1 {
  background: #e8f4ec;
  color: #1d5f3f;
}

.sector-kpi-card--2 {
  background: #ebe7f5;
  color: #4a3870;
}

.sector-kpi-card--3 {
  background: #fdf0e8;
  color: #8f4f16;
}

.sector-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  gap: 2.25rem;
  align-items: start;
}

.sector-panel {
  padding: 1.6rem 1.85rem;
  margin-bottom: 1.75rem;
  border-radius: var(--radius-xl);
  background: #fffefb;
  border: 1px solid rgba(21, 50, 67, 0.08);
  box-shadow: 0 18px 40px rgba(31, 41, 51, 0.07);
}

.sector-panel--cv:last-of-type {
  margin-bottom: 0;
}

.sector-panel-title {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 1.72rem);
  font-weight: 700;
  color: var(--surface-dark);
  letter-spacing: -0.015em;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.sector-panel-title--with-star {
  gap: 0.55rem;
}

.sector-star {
  color: #d4a01a;
  font-size: 1.05rem;
  line-height: 1;
}

.sector-panel-title--with-doc {
  gap: 0.65rem;
}

.sector-doc-icon {
  width: 22px;
  height: 26px;
  border-radius: 5px;
  border: 2px solid rgba(46, 111, 149, 0.5);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  box-shadow: 1px -1px 0 rgba(225, 122, 45, 0.5);
}

.sector-doc-icon::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 7px;
  height: 2px;
  background: rgba(46, 111, 149, 0.2);
  box-shadow:
    0 5px 0 rgba(46, 111, 149, 0.16),
    0 10px 0 rgba(46, 111, 149, 0.12);
}

.sector-list-dots {
  margin: 0;
  padding: 0 0 0 1.2rem;
  display: grid;
  gap: 0.55rem;
  font-size: 1.01rem;
  line-height: 1.65;
  color: var(--text);
}

.sector-skills-columns {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1.6rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--text);
}

.sector-skills-columns li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
}

.sector-skill-arrow {
  flex-shrink: 0;
  width: 0;
  height: 0;
  margin-top: 0.35rem;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent var(--accent);
}

.sector-cv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.sector-cv-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  padding: 1.2rem 1.25rem 1rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(21, 50, 67, 0.1);
  box-shadow: 0 10px 28px rgba(31, 41, 51, 0.05);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.sector-cv-card:hover {
  transform: translateY(-2px);
  border-color: rgba(46, 111, 149, 0.22);
  box-shadow: 0 16px 36px rgba(31, 41, 51, 0.08);
}

.sector-cv-card__tag {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--accent);
}

.sector-cv-card__title {
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--surface-dark);
  line-height: 1.25;
}

.sector-cv-card__excerpt {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--muted);
  flex: 1;
}

.sector-cv-card__cta {
  margin-top: 0.35rem;
  padding-top: 0.75rem;
  width: 100%;
  border-top: 1px solid rgba(21, 50, 67, 0.08);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--accent);
  text-align: right;
}

.sector-empty {
  margin: 0;
  color: var(--muted);
}

.sector-col-aside {
  position: sticky;
  top: 5.5rem;
  display: grid;
  gap: 1.25rem;
}

.sector-aside-card {
  padding: 1.35rem 1.3rem 1.25rem;
  border-radius: var(--radius-xl);
  background: #fffefb;
  border: 1px solid rgba(21, 50, 67, 0.08);
  box-shadow: 0 18px 40px rgba(31, 41, 51, 0.07);
}

.sector-aside-heading {
  margin: 0 0 0.9rem;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.sector-aside-quick {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1.1rem;
}

.sector-quick-fill {
  display: block;
  text-align: center;
  padding: 0.78rem 0.9rem;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
}

.sector-quick-fill--jobs {
  background: linear-gradient(135deg, #2a9d63, #228256);
}

.sector-quick-fill--how {
  background: linear-gradient(135deg, #2e6f95, #21475d);
}

.sector-quick-fill--examples {
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
}

.sector-quick-fill:hover {
  filter: brightness(1.05);
}

.sector-search {
  display: flex;
  align-items: stretch;
  gap: 0;
  border-radius: 12px;
  border: 1px solid rgba(21, 50, 67, 0.12);
  overflow: hidden;
  background: #fff;
}

.sector-search input[type="search"] {
  flex: 1;
  border: 0;
  padding: 0.75rem 0.85rem;
  font: inherit;
  font-size: 0.94rem;
  min-width: 0;
  background: transparent;
}

.sector-search input[type="search"]:focus {
  outline: none;
}

.sector-search-btn {
  display: grid;
  place-items: center;
  width: 48px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: rgba(46, 111, 149, 0.1);
  color: var(--surface-dark);
  transition: background 140ms ease;
}

.sector-search-btn:hover {
  background: rgba(46, 111, 149, 0.16);
}

.sector-aside-cta {
  padding: 1.25rem 1.35rem 1.55rem;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 100% 0%, rgba(124, 86, 201, 0.18), transparent 55%),
    linear-gradient(160deg, #fbf8ff 0%, #ebe4fa 58%, #e2daf5 100%);
  border: 1px solid rgba(91, 60, 150, 0.15);
  box-shadow: 0 22px 50px rgba(48, 32, 80, 0.12);
  text-align: center;
}

.sector-aside-cta-art {
  margin: -0.2rem auto 0.65rem;
  max-width: 140px;
}

.sector-cta-illus {
  width: 100%;
  height: auto;
}

.sector-aside-cta-title {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: 1.22rem;
  font-weight: 700;
  color: #3a2a5c;
}

.sector-aside-cta-list {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #4a3b66;
}

.sector-aside-cta-list li {
  position: relative;
  padding-left: 1.45rem;
  margin-bottom: 0.4rem;
}

.sector-aside-cta-list li:last-child {
  margin-bottom: 0;
}

.sector-aside-cta-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: #2a9d63;
  font-size: 0.95rem;
}

.sector-aside-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.95rem;
  color: #fff;
  background: linear-gradient(135deg, #7c56c9, #5b3c96);
  box-shadow: 0 12px 28px rgba(91, 60, 150, 0.35);
  transition: transform 160ms ease, filter 160ms ease;
}

.sector-aside-cta-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

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

  .sector-col-aside {
    position: static;
    max-width: 420px;
  }
}

@media (max-width: 900px) {
  .sector-heading-block {
    grid-template-columns: 1fr;
  }

  .sector-heading-icon-wrap {
    width: 80px;
    height: 80px;
  }

  .sector-kpi-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sector-cv-grid {
    grid-template-columns: 1fr;
  }

  .sector-skills-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .sector-kpi-strip {
    grid-template-columns: 1fr;
  }

  .sector-page-inner {
    padding-top: 1.5rem;
  }
}

/* ——— Page d’accueil ——— */
.home-page {
  padding-bottom: 2rem;
}

.home-hero {
  position: relative;
  padding: 2.75rem 0 3rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 100% at 100% 30%, rgba(255, 142, 56, 0.14), transparent 52%),
    radial-gradient(circle at 15% 20%, rgba(26, 115, 232, 0.1), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
  border-bottom: 1px solid var(--line);
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 400px);
  gap: clamp(1.75rem, 4vw, 3.25rem);
  align-items: center;
}

.home-hero-copy {
  display: grid;
  gap: 1.25rem;
  justify-items: start;
  text-align: left;
  min-width: 0;
}

.home-hero-visual {
  justify-self: end;
  width: 100%;
  max-width: 400px;
}

.home-hero-figure {
  margin: 0;
  position: relative;
}

.home-hero-figure::after {
  content: "";
  position: absolute;
  inset: -6%;
  border-radius: calc(var(--radius-xl) + 6px);
  background: radial-gradient(circle at 30% 20%, rgba(233, 150, 122, 0.35), transparent 65%);
  z-index: -1;
}

.home-hero-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow:
    0 28px 60px rgba(31, 41, 51, 0.14),
    0 4px 12px rgba(233, 150, 122, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.home-eyebrow {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
}

.home-hero-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.8vw, 2.65rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--surface-dark);
  max-width: 18ch;
}

.home-search-shell {
  width: 100%;
  max-width: 34rem;
  position: relative;
}

.home-hero-lead {
  margin: 0;
  max-width: 38rem;
  font-size: 0.98rem;
  line-height: 1.72;
  color: var(--text);
}

.home-hero-lead strong {
  color: var(--surface-dark);
}

.home-search-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.65rem;
}

.home-search-input {
  flex: 1;
  min-width: 220px;
  min-height: 52px;
  padding: 0.75rem 1.1rem;
  border-radius: 999px;
  border: 1px solid #cfdae8;
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 43, 70, 0.06);
  font-size: 1rem;
}

.home-search-input:focus {
  outline: 2px solid rgba(46, 111, 149, 0.35);
  outline-offset: 2px;
  border-color: rgba(46, 111, 149, 0.35);
}

.home-search-btn {
  min-height: 52px;
  padding: 0 1.5rem;
  border-radius: 999px;
  border: none;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.96rem;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #ff8b34, var(--brand-deep));
  box-shadow: 0 10px 22px rgba(230, 100, 0, 0.22);
}

.home-search-btn:hover {
  filter: brightness(1.04);
}

.home-search-btn:active {
  transform: translateY(1px);
}

.home-search-suggest {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  right: 0;
  max-height: 320px;
  overflow-y: auto;
  z-index: 40;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(21, 50, 67, 0.1);
  box-shadow: var(--shadow);
}

.home-search-hit {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem 1rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(21, 50, 67, 0.06);
  font-size: 0.93rem;
  color: var(--text);
}

.home-search-hit:last-child {
  border-bottom: none;
}

.home-search-hit:hover {
  background: rgba(46, 111, 149, 0.06);
}

.home-search-hit-name {
  font-weight: 700;
  color: var(--surface-dark);
}

.home-search-hit-sec {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--accent);
}

.home-body {
  padding-top: 2rem;
}

.home-intro-block {
  margin-bottom: 0;
}

.home-spotlight-wrap {
  padding-top: 0.35rem;
  border-top: 1px solid rgba(21, 50, 67, 0.08);
}

.home-spotlight-head {
  margin-bottom: 1rem;
  text-align: center;
}

.home-band-title {
  margin: 0 auto 0.65rem;
  max-width: 22ch;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3.8vw, 2.05rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.015em;
  color: var(--surface-dark);
}

.home-band-title--wide {
  max-width: min(42rem, 100%);
}

.home-sectors-head {
  text-align: center;
}

.home-section.home-sectors .home-band-title {
  margin-bottom: 0.4rem;
}

.home-section.home-sectors .home-spotlight-kicker {
  margin-bottom: 1.2rem;
}

.home-spotlight-kicker {
  margin: 0 auto;
  max-width: 32rem;
  text-align: center;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--muted);
  font-weight: 500;
}

.home-svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.home-cv-compact-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr));
  gap: 0.2rem 1rem;
}

.home-cv-compact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.42rem 0.45rem;
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
  transition:
    background 0.14s ease,
    color 0.14s ease;
}

.home-cv-compact-item:hover {
  background: rgba(46, 111, 149, 0.06);
}

.home-cv-compact-item:focus-visible {
  outline: 2px solid rgba(46, 111, 149, 0.45);
  outline-offset: 2px;
}

.home-cv-compact-ico {
  flex-shrink: 0;
  margin-top: 0.08rem;
  color: var(--accent);
}

.home-cv-compact-copy {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}

.home-cv-compact-name {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--surface-dark);
}

.home-cv-compact-sector {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(94, 107, 118, 0.95);
}

.home-heading-2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 700;
  color: var(--surface-dark);
}

.home-section {
  margin-top: 2.75rem;
  padding-top: 0.5rem;
}

.home-sector-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
  gap: 0.65rem;
}

.home-sector-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 0.95rem 0.95rem;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 20px rgba(15, 43, 70, 0.06);
  transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.home-sector-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(46, 111, 149, 0.2);
  box-shadow: 0 14px 32px rgba(31, 41, 51, 0.08);
}

.home-sector-emoji {
  font-size: 1.45rem;
  line-height: 1;
}

.home-sector-label {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--surface-dark);
  line-height: 1.3;
}

.home-cta-row,
.home-popular-follow {
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
}

.home-cta-metier {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 1.6rem;
  border-radius: 12px;
  font-weight: 800;
  font-size: 0.93rem;
  color: #fff;
  background: linear-gradient(135deg, #1a73e8, #1357b6);
  box-shadow: 0 12px 24px rgba(26, 115, 232, 0.24);
}

.home-cta-metier:hover {
  filter: brightness(1.06);
}

.home-cta-metier--light {
  background: transparent;
  color: var(--accent);
  border: 2px solid rgba(46, 111, 149, 0.35);
  box-shadow: none;
}

.home-cta-metier--light:hover {
  background: rgba(46, 111, 149, 0.08);
}

.home-popular-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 0.55rem 1.2rem;
}

.home-popular-link {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.home-popular-link:hover {
  color: var(--surface-dark);
}

.home-guide-text {
  margin: 0 0 1.25rem;
  font-size: 1.02rem;
  line-height: 1.72;
}

.home-guide-links {
  margin: 0 0 1.75rem;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 0.5rem 1.25rem;
}

.home-guide-links a {
  font-weight: 600;
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.home-guide-tagline {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--muted);
}

@media (max-width: 960px) {
  .home-hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .home-hero-copy {
    justify-items: stretch;
    text-align: center;
  }

  .home-hero-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 22ch;
  }

  .home-hero-lead {
    margin-left: auto;
    margin-right: auto;
    max-width: 42rem;
  }

  .home-search-shell {
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero-visual {
    justify-self: center;
    max-width: min(400px, 88vw);
    order: 3;
  }

  .home-hero-copy {
    order: 2;
  }
}

@media (max-width: 600px) {
  .home-search-row {
    flex-direction: column;
  }

  .home-search-btn {
    width: 100%;
  }

  .home-popular-grid {
    grid-template-columns: 1fr;
  }

  .home-hero {
    padding: 2rem 0 2.25rem;
  }

  /* Image en tête pour accrocher l’œil sur très petits écrans */
  .home-hero-visual {
    order: -1;
  }

  .home-hero-copy {
    order: 1;
  }
}

/* Index /metier/ : catalogue + pagination */
.metier-catalog-page .metier-catalog-lead {
  margin-bottom: 1.25rem;
}

.metier-catalog-search {
  margin: 1.35rem 0 1rem;
  max-width: 36rem;
}

.metier-catalog-search-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: stretch;
}

.metier-catalog-search-row input[type='search'],
.metier-catalog-search-row input[type='text'] {
  flex: 1;
  min-width: 200px;
  min-height: 48px;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(21, 50, 67, 0.14);
  background: rgba(255, 255, 255, 0.95);
  font-size: 1rem;
  font-family: inherit;
}

.metier-catalog-search-row input:focus {
  outline: 2px solid rgba(46, 111, 149, 0.35);
  outline-offset: 2px;
  border-color: rgba(46, 111, 149, 0.35);
}

.metier-catalog-search-row button {
  min-height: 48px;
  padding: 0 1.45rem;
  border-radius: 999px;
  border: none;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.94rem;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, var(--brand-deep), var(--brand));
  box-shadow: 0 10px 24px rgba(191, 92, 19, 0.25);
}

.metier-catalog-search-row button:hover {
  filter: brightness(1.04);
}

.metier-catalog-count {
  margin: 0 0 0.85rem;
  font-size: 0.93rem;
  color: var(--muted);
}

.metier-catalog-count strong {
  color: var(--surface-dark);
}

.metier-catalog-empty {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.metier-catalog-empty a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: underline;
}

.metier-catalog-list {
  margin-top: 0.25rem !important;
}

.metier-pagination {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(21, 50, 67, 0.08);
}

.metier-pagination-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem 1.25rem;
}

.metier-pagination-pages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.metier-page-link {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--accent);
}

.metier-page-link--adj:hover {
  text-decoration: underline;
}

.metier-page-link--disabled {
  color: var(--muted);
  font-weight: 600;
  cursor: default;
}

.metier-pagination-ellipsis {
  padding: 0 0.2rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.metier-page-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.45rem;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--accent);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(21, 50, 67, 0.1);
}

.metier-page-num:hover {
  background: rgba(46, 111, 149, 0.08);
}

.metier-page-num--current {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #21475d);
  border-color: transparent;
}

.metier-pagination-summary {
  margin: 0.9rem 0 0;
  text-align: center;
  font-size: 0.84rem;
  color: var(--muted);
}

.metier-pagination-summary--single {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(21, 50, 67, 0.08);
}

@media (max-width: 560px) {
  .metier-catalog-search-row {
    flex-direction: column;
  }

  .metier-catalog-search-row button {
    width: 100%;
  }
}

/* ——— Conseils / articles ——— */
.conseils-hub-page .conseils-hub-list {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

@media (max-width: 960px) {
  .conseils-hub-page .conseils-hub-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .conseils-hub-page .conseils-hub-list {
    grid-template-columns: 1fr;
  }
}

.conseils-hub-card {
  padding: 1.25rem 1.35rem;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(15, 43, 70, 0.08);
}

.conseils-hub-card-meta {
  margin: 0 0 0.4rem;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent);
}

.conseils-hub-card-title {
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.28;
}

.conseils-hub-card-title a {
  color: var(--surface-dark);
}

.conseils-hub-card-title a:hover {
  color: var(--accent);
}

.conseils-hub-card-desc {
  margin: 0 0 0.85rem;
  font-size: 0.96rem;
  line-height: 1.62;
  color: var(--text);
}

.conseils-hub-card-cta a {
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.conseils-empty {
  color: var(--muted);
  margin-top: 1rem;
}

/* ——— Modèles de CV ——— */
.modeles-hub-page .modeles-hub-list {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.modeles-hub-page .modeles-hub-list > li {
  height: 100%;
}

.modeles-hub-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(21, 50, 67, 0.09);
  box-shadow: 0 14px 32px rgba(31, 41, 51, 0.06);
  overflow: hidden;
}

.modeles-hub-thumb-link {
  display: block;
  aspect-ratio: 3 / 4.2;
  background: #f4f1e8;
  padding: 0.55rem;
}

.modeles-hub-thumb-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.modeles-hub-card-title,
.modeles-hub-card-actions {
  margin-left: 1rem;
  margin-right: 1rem;
}

.modeles-hub-card-title {
  margin-top: 0.9rem;
  margin-bottom: 0.7rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.25;
}

.modeles-hub-card-title a {
  color: var(--surface-dark);
}

.modeles-hub-card-actions {
  margin-top: auto;
  margin-bottom: 1rem;
}

.modeles-hub-btn {
  min-height: 0;
  padding: 0.38rem 0.75rem;
  font-size: 0.82rem;
  line-height: 1.15;
}

.modeles-cv-shell {
  max-width: 78rem;
}

.modeles-cv-title {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.8vw, 2.8rem);
  line-height: 1.15;
}

.modeles-cv-top {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.2rem;
  align-items: start;
}

.modeles-cv-image-wrap {
  padding: 0.75rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(21, 50, 67, 0.08);
  background: #fff;
  box-shadow:
    0 6px 18px rgba(31, 41, 51, 0.06),
    0 22px 46px rgba(31, 41, 51, 0.08);
}

.modeles-cv-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}

.modeles-cv-actions {
  border-radius: var(--radius-xl);
  background: #fff;
  border: 1px solid rgba(21, 50, 67, 0.08);
  padding: 1.35rem 1.4rem;
  box-shadow: 0 10px 28px rgba(31, 41, 51, 0.06);
}

.modeles-cv-actions h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.1vw, 1.55rem);
  white-space: nowrap;
}

.modeles-cv-actions ol {
  margin: 0;
  padding-left: 1.2rem;
}

.modeles-cv-actions li + li {
  margin-top: 0.9rem;
}

.modeles-cv-actions p {
  margin: 0.35rem 0 0;
  color: var(--text);
  line-height: 1.7;
}

.modeles-cv-buttons {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.modeles-cv-ad {
  margin-top: 0;
}

.modeles-cv-image-wrap + .modeles-cv-actions + .modeles-cv-ad {
  grid-column: 2;
}

.modeles-cv-article {
  margin-top: 3.2rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(21, 50, 67, 0.08);
  background: #fff;
  padding: 1.35rem 1.4rem;
}

.modeles-cv-article h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
}

.modeles-cv-page .prose {
  font-size: 1.03rem;
  line-height: 1.78;
}

.modeles-cv-page .prose p,
.modeles-cv-page .prose li {
  color: var(--text);
}

@media (max-width: 960px) {
  .modeles-hub-page .modeles-hub-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .modeles-cv-top {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .modeles-cv-image-wrap + .modeles-cv-actions + .modeles-cv-ad {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .modeles-hub-page .modeles-hub-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .modeles-hub-page .modeles-hub-list {
    grid-template-columns: 1fr;
  }
}

.contact-page .conseils-article-shell {
  max-width: 44rem;
}

.contact-body {
  max-width: none;
}

.contact-intro {
  margin-bottom: 1.35rem;
}

.contact-lead {
  margin: 0;
  color: var(--text);
  line-height: 1.75;
}

.contact-panel {
  border-radius: var(--radius-xl);
  background: #fff;
  border: 1px solid rgba(21, 50, 67, 0.08);
  box-shadow: 0 10px 28px rgba(31, 41, 51, 0.06);
}

.contact-panel-success {
  padding: 1.35rem 1.4rem;
}

.contact-form {
  display: grid;
  gap: 0;
  padding: 1.45rem 1.5rem 1.55rem;
}

.contact-alert {
  margin: 0 0 1.25rem;
  padding: 0.95rem 1.05rem;
  border-radius: 12px;
  border: 1px solid transparent;
  line-height: 1.6;
}

.contact-panel-success .contact-alert {
  margin: 0;
}

.contact-alert-success {
  background: rgba(46, 111, 149, 0.08);
  border-color: rgba(46, 111, 149, 0.18);
  color: var(--surface-dark);
}

.contact-alert-error {
  background: rgba(176, 48, 48, 0.08);
  border-color: rgba(176, 48, 48, 0.18);
  color: #7a1f1f;
}

.contact-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form-section + .contact-form-section {
  margin-top: 1.45rem;
  padding-top: 1.45rem;
  border-top: 1px solid rgba(21, 50, 67, 0.08);
}

.contact-form-title {
  margin: 0 0 1rem;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--surface-dark);
}

.contact-form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form-stack {
  display: grid;
  gap: 1rem;
}

.contact-field {
  display: grid;
  gap: 0.45rem;
}

.contact-field label {
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--surface-dark);
}

.contact-optional {
  font-weight: 500;
  color: var(--muted);
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgba(21, 50, 67, 0.12);
  border-radius: 12px;
  padding: 0.78rem 0.9rem;
  font: inherit;
  font-size: 0.96rem;
  line-height: 1.5;
  background: #fff;
  color: var(--text);
  transition: border-color 140ms ease, box-shadow 140ms ease;
}

.contact-field textarea {
  resize: vertical;
  min-height: 10.5rem;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(95, 111, 127, 0.75);
}

.contact-field input:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: rgba(46, 111, 149, 0.45);
  box-shadow: 0 0 0 3px rgba(46, 111, 149, 0.12);
}

.contact-field-hint {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--muted);
}

.contact-field-captcha input {
  max-width: 9rem;
}

.contact-actions {
  margin-top: 1.55rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(21, 50, 67, 0.08);
  display: grid;
  gap: 0.9rem;
}

.contact-actions-note {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--muted);
}

.contact-submit {
  width: 100%;
}

@media (max-width: 720px) {
  .contact-form {
    padding: 1.2rem 1.1rem 1.3rem;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }
}

/* Article conseil : feuille blanche sur fond crème du site */
.conseils-article-page .sector-page-inner {
  padding-bottom: 3.5rem;
}

.conseils-article-page .conseils-article-shell {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  color: var(--text);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(21, 50, 67, 0.09);
  box-shadow:
    0 4px 6px rgba(31, 41, 51, 0.04),
    0 24px 56px rgba(31, 41, 51, 0.1);
  padding: clamp(1.65rem, 4.5vw, 2.6rem) clamp(1.25rem, 3.8vw, 2.35rem)
    clamp(2.35rem, 5vw, 3rem);
}

.conseils-article-shell .conseils-article-header {
  margin-bottom: 1rem;
}

.conseils-article-category {
  margin: 0.85rem 0 0;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent);
}

.conseils-article-title {
  margin: 0.35rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3.8vw, 2.35rem);
  font-weight: 700;
  line-height: 1.18;
  color: var(--surface-dark);
  max-width: 22ch;
}

.conseils-article-page .conseils-toc {
  margin: 0 0 1.85rem;
  padding: 1.1rem 1.35rem;
  border-radius: var(--radius-lg);
  background: #f4f7fa;
  border: 1px solid rgba(21, 50, 67, 0.08);
  box-shadow: none;
}

.conseils-toc-label {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.92rem;
  color: var(--surface-dark);
}

.conseils-toc-list {
  margin: 0;
  padding: 0 0 0 1.35rem;
  font-size: 0.92rem;
  line-height: 1.58;
}

.conseils-toc-list a {
  color: var(--accent);
  font-weight: 650;
}

.conseils-article-page .conseils-body {
  padding-bottom: 0;
  max-width: none;
  background: #ffffff;
}

.conseils-body.prose .conseils-lede {
  font-size: 1.06rem;
  line-height: 1.74;
  color: var(--text);
}

.conseils-body.prose h2 {
  margin: 2.25rem 0 0.9rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.8vw, 1.62rem);
  font-weight: 700;
  line-height: 1.28;
  color: var(--surface-dark);
}

.conseils-body.prose h2:first-child {
  margin-top: 0;
}

.conseils-body.prose h3 {
  margin: 1.5rem 0 0.65rem;
  font-size: 1.06rem;
  font-weight: 800;
  color: var(--surface-dark);
}

.conseils-body.prose h4 {
  margin: 1.1rem 0 0.5rem;
  font-size: 0.96rem;
  font-weight: 800;
}

.conseils-body.prose p {
  margin: 0 0 0.95rem;
  line-height: 1.74;
}

.conseils-body.prose ul,
.conseils-body.prose ol {
  margin: 0 0 1.1rem;
  padding-left: 1.35rem;
  line-height: 1.7;
}

.conseils-body.prose li + li {
  margin-top: 0.38rem;
}

.conseils-body.prose blockquote {
  margin: 1rem 0 1.35rem;
  padding: 0.95rem 1.2rem;
  border-left: 4px solid var(--accent);
  background: rgba(46, 111, 149, 0.06);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-style: italic;
}

.conseils-body.prose blockquote p:last-child {
  margin-bottom: 0;
}

.conseils-body.prose strong {
  color: var(--surface-dark);
}

.conseils-block-cv {
  margin: 0.75rem 0 1.25rem;
  padding: 1rem 1.15rem;
  overflow-x: auto;
  border-radius: var(--radius-md);
  background: rgba(21, 50, 67, 0.06);
  border: 1px solid rgba(21, 50, 67, 0.1);
  font-size: 0.82rem;
  line-height: 1.52;
}

.conseils-block-cv code {
  font-family:
    ui-monospace,
    "Cascadia Code",
    Menlo,
    monospace;
}

.conseils-top10 {
  counter-reset: top10;
  list-style: none;
  padding: 0;
  margin: 0 0 1.35rem;
}

.conseils-top10 li {
  margin: 0 0 1.1rem;
  padding-left: 0;
}

.conseils-faq dt {
  margin: 1.2rem 0 0.4rem;
  font-weight: 800;
  color: var(--surface-dark);
}

.conseils-faq dt:first-child {
  margin-top: 0;
}

.conseils-faq dd {
  margin: 0 0 0.95rem;
  line-height: 1.74;
}

.conseils-table-wrap {
  margin: 0.75rem 0 1.35rem;
  overflow-x: auto;
  border-radius: var(--radius-md);
  border: 1px solid rgba(21, 50, 67, 0.1);
}

.conseils-body.prose .conseils-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  line-height: 1.55;
}

.conseils-body.prose .conseils-table th,
.conseils-body.prose .conseils-table td {
  padding: 0.65rem 0.85rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(21, 50, 67, 0.1);
}

.conseils-body.prose .conseils-table th {
  background: rgba(46, 111, 149, 0.08);
  font-weight: 800;
  color: var(--surface-dark);
}

.conseils-body.prose .conseils-table tbody tr:last-child th,
.conseils-body.prose .conseils-table tbody tr:last-child td {
  border-bottom: none;
}

.conseils-letter-example {
  margin: 0.75rem 0 1.5rem;
  padding: 1rem 1.15rem;
  border-radius: var(--radius-md);
  background: rgba(21, 50, 67, 0.04);
  border: 1px solid rgba(21, 50, 67, 0.1);
  font-size: 0.92rem;
  line-height: 1.65;
}

.conseils-letter-example p {
  margin: 0 0 0.75rem;
}

.conseils-letter-example p:last-child {
  margin-bottom: 0;
}

@media (min-width: 900px) {
  .conseils-article-page .conseils-toc-list {
    column-count: 2;
    column-gap: 1.75rem;
  }
}

@media (max-width: 600px) {
  .conseils-article-title {
    max-width: none;
  }
}
