  /* ─── VARIABLES ─────────────────────────────────────────────── */
  .paud {
    --bl:   #1B3A6B;
    --blm:  #2A5298;
    --bld:  #0D2240;
    --or:   #E86828;
    --orl:  #FFF0E6;
    --lg:   #F5F6FA;
    --bd:   #E2E4EE;
    --rad:  10px;
    --sh:   0 2px 16px rgba(27,58,107,.08);
    --shh:  0 8px 32px rgba(27,58,107,.15);
    font-family: 'DM Sans', sans-serif;
    color: #1A1A2E;
    line-height: 1.65;
  }

  /* ─── RESET LOCAL ───────────────────────────────────────────── */
  .paud *, .paud *::before, .paud *::after { box-sizing: border-box; margin: 0; padding: 0; }
  .paud a { color: var(--bl); text-decoration: none; }
  .paud a:hover { text-decoration: underline; }
  .paud img { max-width: 100%; height: auto; display: block; }
  .paud ul { list-style: none; }

  /* ─── BREADCRUMB ────────────────────────────────────────────── */
  .paud-breadcrumb {
    background: var(--bld);
    padding: 9px 24px;
    font-size: 12px;
    color: rgba(255,255,255,.6);
  }
  .paud-breadcrumb a { color: rgba(255,255,255,.75); }
  .paud-breadcrumb a:hover { color: #fff; text-decoration: none; }
  .paud-breadcrumb span { margin: 0 7px; }

  /* ─── HERO ──────────────────────────────────────────────────── */
  .paud-hero {
    background: linear-gradient(150deg, var(--bld) 0%, var(--bl) 55%, var(--blm) 100%);
    border-bottom: 4px solid var(--or);
    padding: 56px 32px 52px;
  }
  .paud-hero-inner {
    max-width: 1060px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 48px;
  }
  .paud-hero-content { flex: 1; }

  .paud-hero-tag {
    display: inline-block;
    background: rgba(255,255,255,.12);
    color: rgba(255,255,255,.78);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 4px;
    margin-bottom: 20px;
  }

  .paud-hero h1 {
    font-family: 'DM Serif Display', serif;
    font-size: 2.1rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 18px;
  }
  .paud-hero h1 em { color: #FFB347; font-style: normal; }

  .paud-hero-sub {
    font-size: 1rem;
    color: rgba(255,255,255,.82);
    margin-bottom: 28px;
    max-width: 480px;
    line-height: 1.65;
  }

  .paud-hero-checks { margin-bottom: 32px; }
  .paud-hero-checks li {
    font-size: .92rem;
    color: rgba(255,255,255,.88);
    padding: 5px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .paud-hero-checks li::before {
    content: '';
    width: 16px; height: 16px;
    min-width: 16px;
    border-radius: 50%;
    background: var(--or);
    margin-top: 2px;
  }

  .paud-btn {
    display: inline-block;
    background: var(--or);
    color: #fff;
    font-weight: 700;
    font-size: .95rem;
    padding: 14px 32px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(232,104,40,.4);
    transition: background .18s, transform .1s;
    text-decoration: none;
  }
  .paud-btn:hover { background: #c9551e; transform: translateY(-1px); text-decoration: none; color: #fff; }
  .paud-btn-outline {
    display: inline-block;
    background: transparent;
    color: rgba(255,255,255,.9) !important;
    font-weight: 600;
    font-size: .92rem;
    padding: 12px 24px;
    border-radius: 8px;
    border: 1.5px solid rgba(255,255,255,.35);
    margin-left: 12px;
    transition: border-color .18s, background .18s;
    text-decoration: none;
  }
  .paud-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); text-decoration: none; color: #fff; }

  .paud-hero-panel {
    flex: 0 0 300px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: var(--rad);
    padding: 24px 20px;
  }
  .paud-hero-panel-title {
    font-size: 10px;
    font-weight: 700;
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .paud-hero-feat {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(255,255,255,.07);
  }
  .paud-hero-feat:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
  .paud-hero-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--or);
    flex-shrink: 0;
    margin-top: 5px;
  }
  .paud-hero-feat-text { font-size: .88rem; color: rgba(255,255,255,.82); line-height: 1.5; }
  .paud-hero-feat-text strong { color: #fff; font-weight: 600; display: block; margin-bottom: 2px; }

  /* ─── SECTIONS ──────────────────────────────────────────────── */
  .paud-section { padding: 56px 32px; }
  .paud-section-alt { background: var(--lg); }
  .paud-wrap { max-width: 1060px; margin: 0 auto; }

  .paud-stitle {
    font-family: 'DM Serif Display', serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--bl);
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--or);
    display: inline-block;
  }
  .paud-ssub {
    font-size: .95rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 640px;
  }

  /* ─── GARANTIES CARDS ───────────────────────────────────────── */
  .paud-grid3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
  .paud-card {
    background: #fff;
    border: 1px solid var(--bd);
    border-radius: var(--rad);
    padding: 22px 20px;
    border-top: 4px solid var(--or);
    box-shadow: var(--sh);
    transition: box-shadow .2s, transform .2s;
  }
  .paud-card:hover { box-shadow: var(--shh); transform: translateY(-2px); }
  .paud-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--bl);
    margin-bottom: 8px;
  }
  .paud-card p { font-size: .88rem; color: #555; line-height: 1.6; }

  /* ─── ALERTE ────────────────────────────────────────────────── */
  .paud-alert {
    background: #FFF8E1;
    border-left: 4px solid var(--or);
    border-radius: 0 var(--rad) var(--rad) 0;
    padding: 14px 20px;
    margin: 24px 0 0;
    font-size: .9rem;
    color: #444;
    line-height: 1.6;
  }
  .paud-alert strong { color: #B45309; }

  /* ─── MÉTIERS ───────────────────────────────────────────────── */
  .paud-metier-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
  .paud-metier-item {
    background: #fff;
    border: 1px solid var(--bd);
    border-left: 4px solid var(--bl);
    border-radius: 0 var(--rad) var(--rad) 0;
    padding: 12px 16px;
    font-size: .9rem;
    color: #333;
    box-shadow: var(--sh);
  }
  .paud-metier-cat {
    font-size: .72rem;
    font-weight: 700;
    color: var(--or);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 4px;
  }

  /* ─── PRIX ──────────────────────────────────────────────────── */
  .paud-price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
  .paud-price-card {
    background: #fff;
    border: 1px solid var(--bd);
    border-radius: var(--rad);
    padding: 22px 18px;
    text-align: center;
    box-shadow: var(--sh);
    transition: transform .2s;
  }
  .paud-price-card:hover { transform: translateY(-2px); }
  .paud-price-card.featured {
    border: 2px solid var(--or);
    position: relative;
  }
  .paud-price-card.featured::before {
    content: 'Le plus courant';
    position: absolute;
    top: -12px; left: 50%;
    transform: translateX(-50%);
    background: var(--or);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    padding: 3px 14px;
    border-radius: 20px;
    white-space: nowrap;
  }
  .paud-price-label { font-size: .8rem; color: #777; margin-bottom: 4px; }
  .paud-price-val {
    font-family: 'DM Serif Display', serif;
    font-size: 1.75rem;
    color: var(--bl);
    margin-bottom: 2px;
  }
  .paud-price-card.featured .paud-price-val { color: var(--or); }
  .paud-price-unit { font-size: .78rem; color: #888; margin-bottom: 8px; }
  .paud-price-desc { font-size: .82rem; color: #555; line-height: 1.55; }
  .paud-price-note {
    font-size: .78rem;
    color: #888;
    margin-top: 16px;
    text-align: center;
  }

  /* ─── ÉTAPES ────────────────────────────────────────────────── */
  .paud-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
  .paud-step {
    background: #fff;
    border: 1px solid var(--bd);
    border-radius: var(--rad);
    padding: 20px 16px;
    box-shadow: var(--sh);
  }
  .paud-step-num {
    width: 32px; height: 32px;
    background: var(--bl);
    color: #fff;
    border-radius: 50%;
    font-size: .9rem;
    font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 12px;
  }
  .paud-step h3 { font-size: .95rem; font-weight: 700; color: var(--bl); margin-bottom: 6px; }
  .paud-step p { font-size: .84rem; color: #555; line-height: 1.55; }

  /* ─── GÉO GRID ──────────────────────────────────────────────── */
  .paud-geo-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
  .paud-geo-card {
    background: #fff;
    border: 1px solid var(--bd);
    border-radius: var(--rad);
    overflow: hidden;
    box-shadow: var(--sh);
  }
  .paud-geo-title {
    background: var(--bl);
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    padding: 8px 14px;
  }
  .paud-geo-body { padding: 10px 14px; }
  .paud-geo-body li {
    font-size: .84rem;
    color: #444;
    padding: 4px 0;
    display: flex;
    align-items: flex-start;
    gap: 7px;
    border-bottom: 1px solid var(--bd);
  }
  .paud-geo-body li:last-child { border-bottom: none; }
  .paud-geo-body li::before {
    content: '';
    width: 5px; height: 5px;
    border-radius: 50%;
    background: var(--or);
    flex-shrink: 0;
    margin-top: 6px;
  }

  /* ─── FAQ ───────────────────────────────────────────────────── */
  .paud-faq { max-width: 760px; }
  .paud-faq-item {
    border-bottom: 1px solid var(--bd);
  }
  .paud-faq-item:first-child { border-top: 1px solid var(--bd); }
  .paud-faq-btn {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 18px 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--bl);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
  .paud-faq-btn::after {
    content: '+';
    font-size: 1.4rem;
    color: var(--or);
    flex-shrink: 0;
    transition: transform .2s;
  }
  .paud-faq-btn.open::after { transform: rotate(45deg); }
  .paud-faq-answer {
    font-size: .92rem;
    color: #444;
    line-height: 1.7;
    padding-bottom: 16px;
    display: none;
  }
  .paud-faq-answer.open { display: block; }
  .paud-faq-answer a { color: var(--or); font-weight: 600; }

  /* ─── CTA FINAL ─────────────────────────────────────────────── */
  .paud-cta {
    background: linear-gradient(135deg, var(--bld) 0%, var(--bl) 100%);
    padding: 64px 32px;
    text-align: center;
  }
  .paud-cta h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 12px;
  }
  .paud-cta p {
    font-size: 1rem;
    color: rgba(255,255,255,.78);
    margin-bottom: 32px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.65;
  }
  .paud-cta-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 24px;
  }
  .paud-cta-badge {
    font-size: .8rem;
    color: rgba(255,255,255,.7);
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .paud-cta-badge::before {
    content: '';
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #FFB347;
    display: inline-block;
  }

  /* ─── CONTACT BAR ───────────────────────────────────────────── */
  .paud-contact-bar {
    background: var(--bl);
    padding: 22px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .paud-contact-bar h3 { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 3px; }
  .paud-contact-bar p { font-size: .88rem; color: rgba(255,255,255,.72); }
  .paud-contact-bar-actions { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
  .paud-tel {
    font-size: 1.1rem;
    font-weight: 700;
    color: #FFB347;
    text-decoration: none;
    white-space: nowrap;
  }
  .paud-tel:hover { text-decoration: underline; color: #FFB347; }

  /* ─── RESPONSIVE ────────────────────────────────────────────── */
  @media (max-width: 900px) {
    .paud-hero-inner  { flex-direction: column; }
    .paud-hero-panel  { flex: 0 0 auto; width: 100%; }
    .paud-grid3       { grid-template-columns: 1fr 1fr; }
    .paud-price-grid  { grid-template-columns: 1fr 1fr; }
    .paud-steps       { grid-template-columns: 1fr 1fr; }
    .paud-geo-grid    { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 580px) {
    .paud-hero        { padding: 36px 20px; }
    .paud-hero h1     { font-size: 1.6rem; }
    .paud-section     { padding: 36px 20px; }
    .paud-grid3       { grid-template-columns: 1fr; }
    .paud-metier-grid { grid-template-columns: 1fr; }
    .paud-price-grid  { grid-template-columns: 1fr; }
    .paud-steps       { grid-template-columns: 1fr; }
    .paud-geo-grid    { grid-template-columns: 1fr 1fr; }
    .paud-contact-bar { flex-direction: column; text-align: center; }
    .paud-btn-outline { margin-left: 0; margin-top: 10px; }
  }