/* Pressing Éclat - layout index */
    /* Header */
    .pe-header-logo a { display: inline-flex; align-items: center; line-height: 0; }
    .pe-header-logo img {
      height: 46px; width: auto; max-width: 200px; object-fit: contain; display: block;
    }
    .lonyo-menu-wrapper .pe-header-logo img { height: 40px; max-width: 170px; mix-blend-mode: normal; }
    @media (max-width: 991px) {
      .pe-header-logo img { height: 40px; max-width: 170px; }
      .pe-header-actions { display: none !important; }
    }
    @media (max-width: 575px) {
      .pe-header-logo img { height: 34px; max-width: 145px; }
    }
    .pe-header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
    .pe-header-btn-login.lonyo-header-btn {
      color: #fff; background: transparent; border: 2px solid rgba(255,255,255,.9);
      padding: 10px 22px; z-index: 1;
    }
    .pe-header-btn-login.lonyo-header-btn::before,
    .pe-header-btn-login.lonyo-header-btn::after { display: none !important; }
    .pe-header-btn-login.lonyo-header-btn:hover {
      color: #142D6F; background: #fff; border-color: #fff;
    }
    @media (max-width: 1199px) {
      .pe-header-actions { gap: 8px; }
      .pe-header-btn-login.lonyo-header-btn,
      .pe-header-actions .lonyo-header-btn.btn2 { padding: 10px 16px; font-size: 15px; }
    }
    /* Hero */
    .pe-hero-split.lonyo-hero-section3 {
      padding: 120px 0 var(--pe-zone-overlap, 105px); text-align: left; overflow: visible;
    }
    .pe-hero-split .lonyo-hero-content3 { max-width: none; margin: 0; text-align: left; }
    .pe-hero-split .lonyo-hero-content3::before, .pe-hero-split .lonyo-hero-content3::after { display: none; }
    .pe-hero-split .hero-title { font-size: clamp(36px, 5vw, 56px); line-height: 1.15; margin-bottom: 24px; }
    .pe-hero-split .lonyo-hero-content3 .text {
      max-width: 520px; font-size: clamp(19px, 1.6vw, 22px); line-height: 1.65;
      text-align: left; margin: 0; padding-top: 20px;
    }
    .pe-hero-tag { display: inline-block; padding: 8px 16px; border-radius: 50px; font-size: 13px; font-weight: 600; margin-bottom: 24px; background: #fff; color: #142D6F; box-shadow: 0 4px 24px rgba(20,45,111,.1); letter-spacing: .02em; text-transform: uppercase; }
    /* Hero - galerie éditoriale */
    .pe-hero-gallery { position: relative; min-height: 480px; padding: 12px 8px 28px; }
    .pe-hero-gallery-bg {
      position: absolute; inset: 8% 0 12% 10%; z-index: 0; pointer-events: none;
      background: radial-gradient(ellipse 70% 80% at 35% 45%, rgba(163,189,255,.45) 0%, transparent 68%),
                  radial-gradient(ellipse 50% 55% at 85% 75%, rgba(246,244,239,.9) 0%, transparent 70%);
      border-radius: 50%;
      filter: blur(2px);
    }
    .pe-hero-gallery-bg::after {
      content: ""; position: absolute; right: -8%; top: 18%; width: 42%; height: 42%;
      border: 1px solid rgba(20,45,111,.08); border-radius: 50%;
    }
    .pe-hero-card {
      position: absolute; margin: 0; padding: 7px; background: #fff; border-radius: 22px;
      box-shadow: 0 4px 6px rgba(20,45,111,.04), 0 24px 56px rgba(20,45,111,.14);
      overflow: hidden; transition: transform .45s cubic-bezier(.22,1,.36,1), box-shadow .45s ease;
    }
    .pe-hero-card::before {
      content: ""; position: absolute; inset: 0; border-radius: 22px;
      padding: 1px; background: linear-gradient(135deg, rgba(255,255,255,.9) 0%, rgba(163,189,255,.35) 50%, rgba(20,45,111,.12) 100%);
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; z-index: 2;
    }
    .pe-hero-card img {
      width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 16px;
      transition: transform .6s cubic-bezier(.22,1,.36,1);
    }
    .pe-hero-card--main {
      left: 0; top: 0; width: 58%; height: 400px; z-index: 2;
    }
    .pe-hero-card--accent {
      right: 0; top: 4px; width: 44%; height: 248px; z-index: 4;
      transform: rotate(4deg);
      box-shadow: 0 8px 32px rgba(20,45,111,.18);
    }
    .pe-hero-card--secondary {
      right: 6%; bottom: 0; width: 40%; height: 210px; z-index: 5;
      transform: rotate(-3deg);
    }
    .pe-hero-gallery:hover .pe-hero-card--main { transform: translateY(-4px); box-shadow: 0 32px 64px rgba(20,45,111,.16); }
    .pe-hero-gallery:hover .pe-hero-card--accent { transform: rotate(2deg) translateY(-6px); }
    .pe-hero-gallery:hover .pe-hero-card--secondary { transform: rotate(-1deg) translateY(-8px); }
    .pe-hero-gallery:hover .pe-hero-card--main img { transform: scale(1.03); }
    .pe-hero-float {
      position: absolute; z-index: 6; display: flex; align-items: center; gap: 10px;
      padding: 12px 18px; border-radius: 14px; font-size: 14px; font-weight: 600; color: #142D6F;
      background: rgba(255,255,255,.88); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
      border: 1px solid rgba(255,255,255,.9);
      box-shadow: 0 12px 40px rgba(20,45,111,.12);
      animation: pe-hero-float 5s ease-in-out infinite;
    }
    .pe-hero-floats { position: static; }
    .pe-hero-float--rating { left: 6%; bottom: 14%; animation-delay: 0s; }
    .pe-hero-float--delay { right: 2%; top: 42%; flex-direction: column; align-items: flex-start; gap: 2px; padding: 14px 20px; animation-delay: -2.5s; }
    .pe-hero-float--delay strong { font-size: 22px; line-height: 1; letter-spacing: -.02em; }
    .pe-hero-float--delay span { font-size: 12px; font-weight: 500; color: #6b7a99; text-transform: uppercase; letter-spacing: .06em; }
    .pe-hero-stars { display: flex; gap: 2px; color: #f5b301; font-size: 13px; letter-spacing: 1px; }
    @keyframes pe-hero-float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-6px); }
    }
    @media (prefers-reduced-motion: reduce) {
      .pe-hero-float { animation: none; }
      .pe-hero-card, .pe-hero-card img { transition: none; }
    }
    .pe-hero-track-wrap {
      position: relative; z-index: 10;
      margin-top: calc(-1 * var(--pe-zone-overlap, 105px));
      padding-bottom: var(--pe-zone-overlap, 105px);
    }
    .pe-hero-zone + .lonyo-section-padding,
    .pe-hero-zone + .lonyo-section-padding3,
    .pe-hero-track-wrap + .lonyo-section-padding { padding-top: 48px; }
    .pe-hero-track {
      background: #fff; border-radius: 20px; padding: 28px 32px 32px;
      box-shadow: 0 20px 56px rgba(20,45,111,.14); max-width: 820px; margin: 0 auto;
      border: 1px solid rgba(20,45,111,.08);
      overflow: visible;
    }
    .pe-zone-check-badge {
      display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase;
      letter-spacing: .06em; color: #142D6F; background: #F6F4EF;
      padding: 6px 14px; border-radius: 50px; margin-bottom: 12px;
    }
    .pe-zone-check-title { font-size: clamp(20px, 2.5vw, 26px); color: #142D6F; margin: 0 0 10px; line-height: 1.25; }
    .pe-zone-check-desc { margin: 0 0 20px; font-size: 16px; line-height: 1.55; color: #6b7a99; }
    .pe-zone-check-form {
      display: flex; align-items: stretch; gap: 0;
      background: #F6F4EF; border-radius: 14px; padding: 6px;
      border: 1px solid rgba(20,45,111,.1);
      overflow: visible;
    }
    .pe-zone-check-field {
      flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 0;
      position: relative; overflow: visible; z-index: 20;
    }
    .pe-zone-check-form:focus-within { z-index: 25; position: relative; }
    .pe-zone-check-input-wrap {
      flex: 1; display: flex; align-items: center; gap: 12px; position: relative;
      background: #fff; border-radius: 10px; padding: 0 16px; min-width: 0;
      border: 1px solid transparent; transition: border-color .2s, box-shadow .2s;
    }
    .pe-zone-check-form:focus-within .pe-zone-check-input-wrap {
      border-color: rgba(20,45,111,.25);
      box-shadow: 0 0 0 3px rgba(163,189,255,.35);
    }
    .pe-zone-check-icon {
      flex-shrink: 0; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
      border-radius: 10px; background: #F6F4EF; color: #142D6F; font-size: 22px; line-height: 1;
    }
    .pe-zone-check-icon i { display: block; font-size: inherit; color: inherit; }
    .pe-zone-check-form input {
      flex: 1; border: none; background: transparent; font-size: 17px; font-weight: 500;
      color: #142D6F; min-width: 0; padding: 16px 0; height: auto;
    }
    .pe-zone-check-form input::placeholder { color: #8a96ad; font-weight: 400; }
    .pe-zone-check-form input:focus { outline: none; }
    .pe-zone-check-btn {
      flex-shrink: 0; align-self: stretch; display: inline-flex; align-items: center; justify-content: center;
      gap: 8px; margin: 0; padding: 0 28px; border: none; border-radius: 10px;
      font-size: 16px; font-weight: 600; font-family: inherit; white-space: nowrap; cursor: pointer;
      color: #fff; background: #142D6F; transition: background .25s, transform .2s;
    }
    .pe-zone-check-btn:hover { background: #0f2459; color: #fff; transform: translateY(-1px); }
    .pe-zone-check-btn--order {
      background: #179970;
      box-shadow: 0 8px 24px rgba(23,153,112,.35);
    }
    .pe-zone-check-btn--order:hover {
      background: #12825c;
      color: #fff;
      box-shadow: 0 10px 28px rgba(23,153,112,.4);
    }
    .pe-zone-check-btn i { font-size: 18px; }
    .pe-zone-check-hint { margin: 12px 0 0; font-size: 13px; color: #8a96ad; display: flex; align-items: center; gap: 8px; }
    .pe-zone-check-hint i { color: #142D6F; font-size: 16px; }
    .pe-zone-check-result {
      display: none; align-items: flex-start; gap: 12px; margin-top: 14px; padding: 14px 16px;
      border-radius: 12px; font-size: 14px; line-height: 1.5;
    }
    .pe-zone-check-result.is-visible { display: flex; }
    .pe-zone-check-result i { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
    .pe-zone-check-result--ok { background: rgba(163,189,255,.3); border: 1px solid rgba(20,45,111,.12); color: #142D6F; }
    .pe-zone-check-result--ok i { color: #142D6F; }
    .pe-zone-check-result--warn { background: #fff9e8; border: 1px solid rgba(230,180,0,.35); color: #5a4a10; }
    .pe-zone-check-result--warn i { color: #c9a000; }
    .pe-zone-check-result--loading { background: #f4f6fb; border: 1px solid rgba(20,45,111,.08); color: #6b7a99; }
    .pe-zone-check-result strong { display: block; margin-bottom: 4px; }
    .pe-zone-check-result a { color: #142D6F; font-weight: 600; }
    .pe-zone-check-input-wrap.is-invalid { border-color: #e74c3c !important; box-shadow: 0 0 0 3px rgba(231,76,60,.15); }
    .pe-zone-check-suggestions {
      list-style: none; margin: 6px 0 0; padding: 6px; position: absolute; left: 0; right: 0; top: 100%;
      background: #fff; border: 1px solid rgba(20,45,111,.12); border-radius: 12px;
      box-shadow: 0 16px 40px rgba(20,45,111,.14); z-index: 1000; max-height: 280px; overflow-y: auto;
    }
    .pe-zone-check-suggestions.is-open,
    .pe-zone-check-suggestions:not([hidden]) { display: block !important; visibility: visible; }
    .pe-hero-track-wrap:has(.pe-zone-check-form:focus-within) { z-index: 30; }
    .pe-zone-ac-item {
      display: flex; align-items: flex-start; justify-content: space-between; gap: 12px;
      padding: 12px 14px; border-radius: 10px; cursor: pointer; transition: background .15s, color .15s;
    }
    .pe-zone-ac-item + .pe-zone-ac-item { margin-top: 2px; }
    .pe-zone-ac-item:hover,
    .pe-zone-ac-item.is-active { background: #142D6F; color: #fff; }
    .pe-zone-ac-item:hover .pe-zone-ac-item__meta,
    .pe-zone-ac-item.is-active .pe-zone-ac-item__meta { color: rgba(255,255,255,.75); }
    .pe-zone-ac-item__body { min-width: 0; flex: 1; }
    .pe-zone-ac-item__title {
      display: block; font-size: 15px; font-weight: 700; color: inherit; line-height: 1.3;
      white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    }
    .pe-zone-ac-item__meta {
      display: block; margin-top: 3px; font-size: 12px; color: #6b7a99; line-height: 1.4;
    }
    .pe-zone-ac-item__badge {
      flex-shrink: 0; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 50px;
      line-height: 1.2; white-space: nowrap;
    }
    .pe-zone-ac-item__badge--ok { background: rgba(52,199,89,.18); color: #1f7a3d; }
    .pe-zone-ac-item__badge--warn { background: rgba(230,126,34,.18); color: #a35b00; }
    .pe-zone-ac-item__badge--off { background: rgba(231,76,60,.14); color: #922b21; }
    .pe-zone-ac-item__badge--muted { background: #eef1f7; color: #6b7a99; }
    .pe-zone-ac-item:hover .pe-zone-ac-item__badge--ok,
    .pe-zone-ac-item.is-active .pe-zone-ac-item__badge--ok { background: rgba(255,255,255,.22); color: #fff; }
    .pe-zone-ac-item:hover .pe-zone-ac-item__badge--warn,
    .pe-zone-ac-item.is-active .pe-zone-ac-item__badge--warn { background: rgba(255,255,255,.22); color: #fff; }
    .pe-zone-ac-item:hover .pe-zone-ac-item__badge--off,
    .pe-zone-ac-item.is-active .pe-zone-ac-item__badge--off { background: rgba(255,255,255,.22); color: #fff; }
    .pe-zone-check-feedback {
      display: none; margin: 12px 0 0; padding: 14px 16px; border-radius: 12px; font-size: 14px; line-height: 1.5;
      align-items: flex-start; gap: 12px;
    }
    .pe-zone-check-feedback.is-visible { display: flex; }
    .pe-zone-check-feedback i { font-size: 22px; flex-shrink: 0; margin-top: 1px; }
    .pe-zone-check-feedback__body { flex: 1; min-width: 0; }
    .pe-zone-check-feedback__title { display: block; font-weight: 700; margin-bottom: 4px; }
    .pe-zone-check-feedback__loc {
      display: block; font-size: 13px; margin-bottom: 6px; opacity: .9;
    }
    .pe-zone-check-feedback__loc strong { font-weight: 700; }
    .pe-zone-check-feedback--ok {
      background: rgba(163,189,255,.3); border: 1px solid rgba(20,45,111,.12); color: #142D6F;
    }
    .pe-zone-check-feedback--ok i { color: #142D6F; }
    .pe-zone-check-feedback--warn {
      background: #fff4e6; border: 1px solid rgba(230,126,34,.45); color: #7d4e00;
    }
    .pe-zone-check-feedback--warn i { color: #e67e22; }
    .pe-zone-check-feedback--error {
      background: #fff5f5; border: 1px solid rgba(231,76,60,.35); color: #922b21;
    }
    .pe-zone-check-feedback--error i { color: #e74c3c; }
    .pe-zone-check-feedback__link {
      display: inline-flex; align-items: center; gap: 4px; margin-top: 8px;
      font-size: 14px; font-weight: 600; color: inherit; text-decoration: none;
    }
    .pe-zone-check-feedback__link:hover { text-decoration: underline; }
    .pe-zone-check-error {
      display: none; margin: 10px 0 0; padding: 12px 14px; border-radius: 12px; font-size: 14px; line-height: 1.5;
      background: #fff5f5; border: 1px solid rgba(231,76,60,.35); color: #922b21;
      align-items: flex-start; gap: 10px;
    }
    .pe-zone-check-error--warn {
      background: #fff4e6; border: 1px solid rgba(230,126,34,.45); color: #7d4e00;
    }
    .pe-zone-check-error.is-visible { display: flex; }
    .pe-zone-check-error i { font-size: 18px; flex-shrink: 0; margin-top: 1px; color: #e74c3c; }
    .pe-zone-check-error--warn i { color: #e67e22; }
    .pe-zone-check-error strong { display: block; margin-bottom: 2px; }
    .pe-zone-check-btn.is-loading { opacity: .75; pointer-events: none; }
    /* Pourquoi - comparateur avant / après */
    .pe-ba-compare { width: 100%; }
    .pe-ba-compare-hint {
      text-align: center; font-size: 12px; font-weight: 700; letter-spacing: .12em;
      text-transform: uppercase; color: #6b7a99; margin: 0 0 14px;
    }
    .pe-ba-compare-box {
      position: relative; width: 100%; border-radius: 20px; overflow: hidden;
      box-shadow: 0 20px 56px rgba(20,45,111,.14);
      border: 1px solid rgba(20,45,111,.08);
      aspect-ratio: 4 / 5; max-height: 550px; background: #f0f2f8;
      user-select: none; touch-action: none; cursor: ew-resize;
    }
    .pe-ba-img {
      position: absolute; inset: 0; width: 100%; height: 100%;
      object-fit: cover; object-position: center; display: block; pointer-events: none;
    }
    .pe-ba-clip {
      position: absolute; inset: 0; width: 50%; overflow: hidden; z-index: 2;
      border-right: 3px solid #fff;
    }
    .pe-ba-clip .pe-ba-img { left: 0; top: 0; height: 100%; max-width: none; object-fit: cover; object-position: center; }
    @supports not (aspect-ratio: 4 / 5) {
      .pe-ba-compare-box { height: 480px; }
    }
    .pe-ba-label {
      position: absolute; top: 16px; z-index: 4; padding: 8px 16px; border-radius: 50px;
      font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
      background: #fff; box-shadow: 0 4px 16px rgba(20,45,111,.12); pointer-events: none;
    }
    .pe-ba-label--avant { left: 16px; color: #d64545; }
    .pe-ba-label--apres { right: 16px; color: #1a9b5c; }
    .pe-ba-handle {
      position: absolute; top: 0; bottom: 0; left: 50%; z-index: 5;
      transform: translateX(-50%); display: flex; align-items: center; justify-content: center;
      pointer-events: none;
    }
    .pe-ba-handle-knob {
      width: 48px; height: 48px; border-radius: 50%; background: #142D6F; border: 3px solid #fff;
      box-shadow: 0 4px 20px rgba(20,45,111,.35);
      display: flex; align-items: center; justify-content: center; gap: 2px;
      color: #fff; font-size: 16px; line-height: 1;
    }
    .pe-ba-range {
      position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0;
      cursor: ew-resize; z-index: 6;
    }
    .pe-benefit-list { list-style: none; margin: 36px 0 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
    .pe-benefit-item {
      display: flex; gap: 22px; align-items: flex-start; padding: 26px 28px; margin: 0;
      border-radius: 20px;
      background: linear-gradient(145deg, rgba(163,189,255,.45) 0%, rgba(232,242,255,.98) 45%, #fff 100%);
      border: 1px solid rgba(255,255,255,.85);
      box-shadow: 0 10px 36px rgba(20,45,111,.09), inset 0 1px 0 rgba(255,255,255,.95);
      transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s ease;
    }
    .pe-benefit-item:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 48px rgba(20,45,111,.14), inset 0 1px 0 #fff;
    }
    .pe-benefit-icon {
      flex-shrink: 0; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;
      border-radius: 16px; background: #fff;
      border: 1px solid rgba(163,189,255,.35);
      box-shadow: 0 6px 20px rgba(20,45,111,.1);
    }
    .pe-benefit-icon img { width: 36px; height: 36px; object-fit: contain; display: block; }
    .pe-benefit-item h4 { margin: 0 0 8px; font-size: 20px; font-weight: 600; color: #142D6F; letter-spacing: -.01em; }
    .pe-benefit-item p { margin: 0; font-size: 15px; line-height: 1.6; color: #5a6a85; }
    /* Prestations - onglets */
    .pe-services-tabs { background: linear-gradient(180deg, #fff 0%, rgba(163,189,255,.14) 55%, #F6F4EF 100%); }
    #prestations.lonyo-section-padding3 { padding-bottom: 48px; }
    #secteurs-pro.lonyo-section-padding { padding-top: 48px; padding-bottom: 100px; }
    .pe-svc-head { text-align: center; max-width: 820px; margin: 0 auto 40px; }
    .pe-svc-kicker {
      display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .1em;
      text-transform: uppercase; color: #142D6F; background: #fff; padding: 6px 14px;
      border-radius: 50px; margin-bottom: 14px; box-shadow: 0 4px 16px rgba(20,45,111,.08);
    }
    .pe-svc-head h2 { margin-bottom: 10px; color: #142D6F; line-height: 1.25; font-size: clamp(26px, 3.5vw, 40px); }
    .pe-svc-intro { margin: 0 auto; font-size: 17px; line-height: 1.45; color: #6b7a99; max-width: 720px; }
    .pe-svc-panel {
      background: #fff; border-radius: 24px; overflow: hidden;
      box-shadow: 0 24px 64px rgba(20,45,111,.1); border: 1px solid rgba(20,45,111,.08);
    }
    .pe-services-tabs .lonyo-tab-wrap { margin: 0; }
    .pe-services-tabs .pe-svc-tabs {
      display: flex; width: 100%; list-style: none; margin: 0; padding: 8px 8px 0;
      background: #A3BDFF; border-bottom: none; gap: 4px;
    }
    .pe-services-tabs .pe-svc-tabs li {
      flex: 1; display: flex; align-items: center; justify-content: center; gap: 12px;
      padding: 18px 20px; cursor: pointer; border: none; border-radius: 14px 14px 0 0;
      background: transparent; transition: background .25s ease, color .25s ease, box-shadow .25s ease;
      min-height: 68px;
    }
    .pe-services-tabs .pe-svc-tabs li:hover:not(.active-tab) { background: rgba(20,45,111,.1); }
    .pe-services-tabs .pe-svc-tabs li h4 {
      margin: 0; font-size: 17px; font-weight: 600; color: #142D6F;
      opacity: .88; transition: color .25s, opacity .25s;
    }
    .pe-services-tabs .pe-svc-tabs li img {
      width: 28px; height: 28px; object-fit: contain; flex-shrink: 0;
      transition: opacity .25s, transform .25s;
    }
    .pe-services-tabs .pe-svc-tabs li img.pe-svc-tab-icon { width: 32px; height: 32px; }
    .pe-svc-features li {
      display: flex; align-items: flex-start; gap: 8px;
    }
    .pe-svc-features .pe-svc-check-icon {
      flex-shrink: 0; margin-top: 2px; width: 18px; height: 18px;
    }
    .pe-flaticon { object-fit: contain; display: block; }
    .pe-services-tabs .pe-svc-tabs li.active-tab {
      background: #142D6F;
      box-shadow: 0 -4px 20px rgba(20,45,111,.15);
    }
    .pe-services-tabs .pe-svc-tabs li.active-tab h4 { color: #fff; opacity: 1; }
    .pe-services-tabs .pe-svc-tabs li.active-tab img { opacity: 1; }
    .pe-services-tabs .pe-svc-tabs li.active-tab img.pe-svc-tab-icon {
      filter: brightness(0) invert(1);
    }
    .pe-svc-body { padding: clamp(28px, 4vw, 48px); }
    .pe-svc-tab-content { margin: 0 !important; list-style: none; padding: 0; }
    .pe-svc-tab-content > li { display: none; }
    .pe-svc-tab-content > li.pe-svc-pane--show { display: block; animation: pe-svc-fade .35s ease; }
    @keyframes pe-svc-fade {
      from { opacity: 0; transform: translateY(8px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .pe-svc-tag {
      display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase;
      letter-spacing: .06em; color: #142D6F; background: #F6F4EF; padding: 6px 12px;
      border-radius: 8px; margin-bottom: 14px;
    }
    .pe-svc-copy h3 { font-size: clamp(26px, 3vw, 34px); margin-bottom: 14px; color: #142D6F; line-height: 1.2; }
    .pe-svc-copy .data { font-size: 17px; line-height: 1.65; color: #6b7a99; margin-bottom: 0; }
    .pe-svc-features {
      list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px;
    }
    .pe-svc-features li {
      display: flex; align-items: flex-start; gap: 12px; font-size: 16px; line-height: 1.45; color: #142D6F;
    }
    .pe-svc-features li i {
      flex-shrink: 0; width: 22px; height: 22px; display: flex; align-items: center; justify-content: center;
      border-radius: 50%; background: rgba(163,189,255,.35); color: #142D6F; font-size: 14px; margin-top: 2px;
    }
    .pe-svc-btns { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 32px; }
    .pe-svc-btn-outline {
      display: inline-flex; align-items: center; gap: 8px; padding: 14px 24px; border-radius: 6px;
      font-size: 16px; font-weight: 600; color: #142D6F; border: 2px solid rgba(20,45,111,.2);
      text-decoration: none; transition: background .2s, border-color .2s;
    }
    .pe-svc-btn-outline:hover { background: #F6F4EF; border-color: #142D6F; color: #142D6F; }
    .pe-svc-visual {
      position: relative; margin: 0; border-radius: 18px; overflow: hidden;
      box-shadow: 0 16px 48px rgba(20,45,111,.12); aspect-ratio: 4 / 3; background: #F6F4EF;
    }
    .pe-svc-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .pe-svc-visual-badge {
      position: absolute; left: 16px; bottom: 16px; padding: 10px 16px; border-radius: 12px;
      background: rgba(255,255,255,.95); font-size: 13px; font-weight: 600; color: #142D6F;
      box-shadow: 0 8px 24px rgba(20,45,111,.12);
    }
    a.pe-link { font-size: 17px; font-weight: 600; color: #142D6F; text-decoration: underline; text-underline-offset: 4px; }
    a.pe-link:hover { opacity: .75; }
    /* Secteurs professionnels */
    .pe-section-cream { background-color: #F6F4EF !important; }
    .pe-sectors-head { text-align: center; max-width: 780px; margin: 0 auto 48px; }
    .pe-sectors-kicker {
      display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .1em;
      text-transform: uppercase; color: #142D6F; background: #fff; padding: 6px 14px;
      border-radius: 50px; margin-bottom: 14px; box-shadow: 0 4px 16px rgba(20,45,111,.08);
    }
    .pe-sectors-head h2 { color: #142D6F; margin-bottom: 12px; font-size: clamp(28px, 4vw, 40px); line-height: 1.2; }
    .pe-sectors-head .data { font-size: 17px; line-height: 1.6; color: #6b7a99; margin: 0; }
    .pe-sector-card {
      height: 100%; background: #fff; border-radius: 20px; padding: 0; overflow: hidden;
      border: 1px solid rgba(20,45,111,.08); box-shadow: 0 8px 28px rgba(20,45,111,.06);
      transition: transform .25s, box-shadow .25s; display: flex; flex-direction: column;
    }
    .pe-sector-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(20,45,111,.14); }
    .pe-sector-card-img {
      position: relative; margin: 0; aspect-ratio: 4 / 3; overflow: hidden; background: #e8ecf4;
    }
    .pe-sector-card-img img {
      width: 100%; height: 100%; object-fit: cover; display: block;
      transition: transform .5s cubic-bezier(.22,1,.36,1);
    }
    .pe-sector-card:hover .pe-sector-card-img img { transform: scale(1.06); }
    .pe-sector-card-img::after {
      content: ""; position: absolute; inset: 0;
      background: linear-gradient(180deg, transparent 35%, rgba(20,45,111,.65) 100%);
    }
    .pe-sector-card-img h3 {
      position: absolute; left: 20px; bottom: 18px; z-index: 1; margin: 0;
      font-size: 22px; color: #fff; line-height: 1.2; text-shadow: 0 2px 12px rgba(0,0,0,.25);
    }
    .pe-sector-card-img h3 a {
      color: #fff;
      text-decoration: none;
    }
    .pe-sector-card-img h3 a:hover { text-decoration: underline; }
    .pe-sector-card-body { padding: 22px 24px 26px; flex: 1; display: flex; flex-direction: column; }
    .pe-sector-card-body p { margin: 0 0 16px; font-size: 15px; line-height: 1.55; color: #6b7a99; flex: 1; }
    .pe-sector-link {
      display: inline-flex; align-items: center; gap: 6px; font-size: 15px; font-weight: 600;
      color: #142D6F; text-decoration: none; margin-top: auto;
    }
    .pe-sector-link i { transition: transform .2s; }
    .pe-sector-card:hover .pe-sector-link i { transform: translateX(4px); }
    .pe-sector-tags { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
    .pe-sector-tags li {
      font-size: 12px; font-weight: 600; color: #142D6F; background: #F6F4EF;
      padding: 5px 10px; border-radius: 6px;
    }
    .pe-sectors-banner {
      margin-top: 48px; padding: 36px 40px; border-radius: 20px;
      background: linear-gradient(135deg, #142D6F 0%, #1e3d8f 100%);
      display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px;
    }
    .pe-sectors-banner h3 { color: #fff; margin: 0 0 8px; font-size: clamp(22px, 3vw, 28px); }
    .pe-sectors-banner p { margin: 0; color: rgba(255,255,255,.85); font-size: 16px; max-width: 520px; line-height: 1.5; }
    .pe-sectors-banner .lonyo-default-btn { background: #fff; color: #142D6F; border-color: #fff; flex-shrink: 0; }
    .pe-sectors-banner .lonyo-default-btn:hover { background: #F6F4EF; color: #142D6F; }
    .pe-sectors-banner .lonyo-default-btn i { margin-left: 6px; vertical-align: -2px; font-size: 18px; }
    @media (max-width: 767px) {
      .pe-sectors-banner { padding: 28px 24px; text-align: center; justify-content: center; }
      .pe-sectors-banner .lonyo-default-btn { width: 100%; justify-content: center; }
    }
    /* Blog */
    .pe-blog-section { background: linear-gradient(180deg, #fff 0%, rgba(163,189,255,.08) 100%); }
    .pe-blog-head { margin-bottom: 40px; }
    .pe-blog-head .row { align-items: flex-end; }
    .pe-blog-head h2 { color: #142D6F; margin-bottom: 8px; font-size: clamp(28px, 4vw, 40px); line-height: 1.2; }
    .pe-blog-head .pe-blog-lead { margin: 0; font-size: 17px; color: #6b7a99; max-width: 520px; }
    .pe-blog-head .blog-title-btn { flex-shrink: 0; }
    .pe-blog-cat {
      display: inline-block; font-size: 11px; font-weight: 700; color: #142D6F;
      text-transform: uppercase; letter-spacing: .08em; background: #F6F4EF;
      padding: 6px 12px; border-radius: 6px; margin-bottom: 14px;
    }
    .pe-blog-hero-card {
      display: block; height: 100%; background: #fff; border-radius: 20px; overflow: hidden;
      border: 1px solid rgba(20,45,111,.08); box-shadow: 0 16px 48px rgba(20,45,111,.1);
      text-decoration: none; color: inherit; transition: transform .25s, box-shadow .25s;
    }
    .pe-blog-hero-card:hover { transform: translateY(-4px); box-shadow: 0 24px 56px rgba(20,45,111,.14); color: inherit; }
    .pe-blog-hero-img { position: relative; margin: 0; aspect-ratio: 16 / 10; overflow: hidden; }
    .pe-blog-hero-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
    .pe-blog-hero-card:hover .pe-blog-hero-img img { transform: scale(1.04); }
    .pe-blog-hero-img::after {
      content: ""; position: absolute; inset: 0;
      background: linear-gradient(180deg, transparent 40%, rgba(20,45,111,.55) 100%);
    }
    .pe-blog-hero-body { padding: 28px 32px 32px; }
    .pe-blog-hero-body h3 { font-size: clamp(22px, 2.5vw, 28px); color: #142D6F; margin: 0 0 12px; line-height: 1.3; }
    .pe-blog-hero-body p { margin: 0 0 20px; font-size: 16px; line-height: 1.6; color: #6b7a99; }
    .pe-blog-meta { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 14px; font-size: 14px; color: #8a96ad; }
    .pe-blog-meta span { display: inline-flex; align-items: center; gap: 6px; }
    .pe-blog-meta img { width: 16px; opacity: .7; }
    .pe-blog-read {
      display: inline-flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 600; color: #142D6F;
    }
    .pe-blog-read i { font-size: 18px; transition: transform .2s; }
    .pe-blog-hero-card:hover .pe-blog-read i { transform: translateX(4px); }
    .pe-blog-aside {
      height: 100%; display: flex; flex-direction: column; gap: 16px; padding: 0;
      background: transparent; border: none; box-shadow: none;
    }
    .pe-blog-mini {
      display: flex; align-items: flex-start; gap: 16px; padding: 20px; border-radius: 18px;
      background: #fff; border: 1px solid rgba(20,45,111,.08);
      box-shadow: 0 8px 28px rgba(20,45,111,.08);
      text-decoration: none; color: inherit;
      transition: transform .25s, box-shadow .25s;
    }
    .pe-blog-mini:hover {
      transform: translateY(-4px); box-shadow: 0 16px 40px rgba(20,45,111,.14); color: inherit;
    }
    .pe-blog-mini-thumb { flex-shrink: 0; width: 100px; height: 96px; border-radius: 12px; overflow: hidden; }
    .pe-blog-mini-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .pe-blog-mini-body { min-width: 0; flex: 1; }
    .pe-blog-mini-cat { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: #142D6F; opacity: .7; margin-bottom: 6px; display: block; }
    .pe-blog-mini h4 { font-size: 16px; margin: 0 0 6px; line-height: 1.35; color: #142D6F; }
    .pe-blog-mini-excerpt {
      font-size: 14px; line-height: 1.5; color: #6b7a99; margin: 0 0 8px;
      display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
    }
    .pe-blog-mini .meta { font-size: 12px; color: #8a96ad; margin: 0; }
    @media (max-width: 991px) {
      .pe-blog-head .d-flex { justify-content: flex-start !important; margin-top: 20px; }
      .pe-blog-aside { margin-top: 8px; }
    }
    /* Partenaires */
    .pe-partners { text-align: center; padding: 80px 0; }
    .pe-partners h2 { color: #fff; margin-bottom: 48px; font-size: clamp(28px, 4vw, 40px); }
    .pe-partners-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 900px; margin: 0 auto 40px; }
    .pe-partner-card { background: #fff; border-radius: 12px; padding: 28px 24px; min-height: 90px; display: flex; align-items: center; justify-content: center; transition: transform .2s; }
    .pe-partner-card:hover { transform: translateY(-3px); }
    .pe-partner-card img { max-height: 40px; max-width: 120px; width: auto; }
    .pe-partners .lonyo-default-btn { background: #fff; color: #142D6F; border: 2px solid #fff; }
    .pe-partners .lonyo-default-btn:hover { background: transparent; color: #fff; }
    /* Footer / responsive accueil */
    @media (min-width: 768px) and (max-width: 991px) {
      .pe-hero-split.lonyo-hero-section3 { padding: 100px 0 var(--pe-zone-overlap, 88px); }
      .pe-hero-track-wrap {
        margin-top: calc(-1 * var(--pe-zone-overlap, 88px));
        padding-bottom: var(--pe-zone-overlap, 88px);
      }
      .pe-hero-gallery { min-height: 400px; }
      .pe-hero-card--main { width: 56%; height: 300px; }
      .pe-hero-card--accent { width: 46%; height: 200px; }
      .pe-hero-card--secondary { width: 42%; height: 170px; right: 4%; }
    }
    @media (max-width: 991px) {
      .pe-hero-zone + .lonyo-section-padding,
      .pe-hero-zone + .lonyo-section-padding3,
      .pe-hero-track-wrap + .lonyo-section-padding { padding-top: 36px; }
      .pe-partners-grid { grid-template-columns: repeat(2, 1fr); }
      #prestations.lonyo-section-padding3 { padding-bottom: 36px; }
      #secteurs-pro.lonyo-section-padding { padding-top: 36px; padding-bottom: 72px; }
    }
    @media (max-width: 575px) {
      .pe-partners-grid { grid-template-columns: 1fr; }
      .pe-ba-compare-box { max-height: 420px; }
      .pe-ba-handle-knob { width: 42px; height: 42px; font-size: 14px; }
    }

/* Accueil — amélioration des sections hors hero */
.pe-home-trust {
  position: relative;
  background:
    radial-gradient(circle at 12% 8%, rgba(163,189,255,.16), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fff 68%, #F6F4EF 100%);
  padding-top: 72px;
}

.pe-home-trust .lonyo-default-content h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.pe-home-trust .lonyo-default-content .data {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.75;
}

.pe-home-trust .pe-ba-compare-box,
.pe-home-trust .pe-benefit-item {
  border-radius: 28px;
  box-shadow: 0 22px 58px rgba(20,45,111,.12);
}

.pe-home-trust .pe-benefit-item {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(20,45,111,.08);
}

.pe-services-tabs {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 10%, rgba(163,189,255,.20), transparent 30%),
    linear-gradient(180deg, #F6F4EF 0%, #fff 52%, rgba(163,189,255,.12) 100%);
}

.pe-services-tabs .pe-svc-panel {
  border-radius: 30px;
  box-shadow: 0 28px 76px rgba(20,45,111,.14);
}

.pe-services-tabs .pe-svc-tabs {
  padding: 10px;
  border-radius: 30px 30px 0 0;
}

.pe-services-tabs .pe-svc-tabs li {
  border-radius: 20px 20px 0 0;
}

.pe-services-tabs .pe-svc-body {
  padding: clamp(34px, 5vw, 58px);
}

.pe-services-tabs .pe-svc-visual {
  border-radius: 28px;
  box-shadow: 0 28px 68px rgba(20,45,111,.16);
}

.pe-home-section-split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 46px;
}

.pe-sectors-head--home {
  text-align: left;
  max-width: 820px;
  margin: 0;
}

.pe-home-section-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #142D6F;
  background: #fff;
  border: 1px solid rgba(20,45,111,.08);
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(20,45,111,.08);
}

.pe-home-section-link:hover {
  color: #fff;
  background: #142D6F;
  transform: translateY(-2px);
}

.pe-home-sectors .pe-sector-card {
  border-radius: 24px;
  border: 1px solid rgba(20,45,111,.08);
  box-shadow: 0 18px 48px rgba(20,45,111,.10);
}

.pe-home-sectors .pe-sector-card-img {
  height: 232px;
}

.pe-home-sectors .pe-sectors-banner {
  border-radius: 28px;
  box-shadow: 0 24px 64px rgba(20,45,111,.18);
}

.pe-blog-section {
  padding-top: 96px;
  background:
    radial-gradient(circle at 12% 12%, rgba(163,189,255,.16), transparent 30%),
    linear-gradient(180deg, #fff 0%, rgba(163,189,255,.10) 100%);
}

.pe-blog-head {
  padding: 30px;
  border-radius: 28px;
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(20,45,111,.08);
  box-shadow: 0 18px 48px rgba(20,45,111,.08);
}

.pe-blog-hero-card,
.pe-blog-mini {
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(20,45,111,.09);
}

@media (max-width: 991px) {
  .pe-home-section-split {
    align-items: flex-start;
    flex-direction: column;
  }

  .pe-sectors-head--home {
    text-align: center;
    margin: 0 auto;
  }

  .pe-home-section-link {
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .pe-home-trust {
    padding-top: 40px;
  }

  .pe-home-trust .lonyo-default-content h2 {
    font-size: clamp(26px, 7vw, 34px);
  }

  .pe-home-trust .lonyo-default-content .data {
    font-size: 16px;
    line-height: 1.65;
  }

  .pe-home-trust .pe-ba-compare-box,
  .pe-home-trust .pe-benefit-item,
  .pe-services-tabs .pe-svc-panel,
  .pe-blog-head {
    border-radius: 22px;
  }

  .pe-home-section-link {
    width: 100%;
    justify-content: center;
  }

  .pe-home-sectors .pe-sector-card-img {
    height: 200px;
  }

  .pe-sectors-banner {
    padding: 24px 18px;
  }

  .pe-sectors-banner .lonyo-default-btn {
    min-height: 48px;
  }
}
