/* Arkhoni - feuille de style extraite (juin 2026) */
:root {
      --bg: #f5efe6;
      --bg-soft: #fbf7f1;
      --surface: rgba(255, 255, 255, 0.78);
      --surface-strong: #fffdf9;
      --text: #18222d;
      --muted: #536170;
      --line: rgba(24, 34, 45, 0.12);
      --gold: #ff8c00;
      --gold-text: #c96900;
      --navy: #16324f;
      --navy-2: #224f79;
      --green: #2f6b57;
      --shadow: 0 18px 55px rgba(22, 50, 79, 0.12);
      --radius-xl: 28px;
      --radius-lg: 20px;
      --radius-md: 14px;
      --max: 1180px;
      --topbar-height: 46px;
      --nav-height: 74px;
      --nav-gap: 14px;
      --hero-available-height: calc(100svh - var(--topbar-height) - var(--nav-height) - var(--nav-gap));
    }
* {
      box-sizing: border-box;
    }

    /* Accessibilite : focus visible global pour navigation clavier */
    :focus-visible {
      outline: 3px solid #ff8c00;
      outline-offset: 3px;
      border-radius: 4px;
    }
    a:focus-visible,
    button:focus-visible,
    summary:focus-visible,
    [tabindex]:focus-visible {
      outline: 3px solid #ff8c00;
      outline-offset: 3px;
    }

    /* Skip-to-content pour lecteurs d'ecran */
    .skip-link {
      position: absolute;
      left: -9999px;
      top: 0;
      z-index: 9999;
      background: #16324f;
      color: #fff;
      padding: 12px 20px;
      border-radius: 0 0 8px 0;
      font-weight: 700;
      text-decoration: none;
    }
    .skip-link:focus {
      left: 0;
    }

    /* Contenu reserve aux lecteurs d'ecran (libelles, legendes de table) */
    .visually-hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at top left, rgba(191, 143, 61, 0.18), transparent 28%),
        radial-gradient(circle at top right, rgba(47, 107, 87, 0.12), transparent 22%),
        linear-gradient(180deg, #f7f1e7 0%, #f4ede3 100%);
      line-height: 1.5;
    }

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

    .wrap {
      width: min(calc(100% - 32px), var(--max));
      margin: 0 auto;
    }

    .topbar {
      min-height: var(--topbar-height);
      padding: 0 16px;
      border-bottom: 1px solid rgba(24, 34, 45, 0.08);
      background: rgba(255, 255, 255, 0.35);
      backdrop-filter: blur(12px);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 0.92rem;
      color: var(--navy);
      letter-spacing: 0.08em;
      text-transform: uppercase;
      position: sticky;
      top: 0;
      z-index: 140;
    }

    header {
      position: relative;
      height: min(620px, var(--hero-available-height));
      min-height: min(430px, var(--hero-available-height));
      max-height: var(--hero-available-height);
      padding: 18px 0 28px;
      overflow: hidden;
      border-radius: 0 0 38px 38px;
    }

    .header-media {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
    }

    .header-media img,
    .header-media video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .header-media video {
      filter: saturate(1.02) contrast(1.04) brightness(0.56);
    }

    .header-media::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(10, 18, 28, 0.62) 0%, rgba(10, 18, 28, 0.42) 34%, rgba(10, 18, 28, 0.58) 100%),
        radial-gradient(circle at 20% 18%, rgba(191, 143, 61, 0.24), transparent 18%),
        radial-gradient(circle at 82% 24%, rgba(47, 107, 87, 0.16), transparent 18%);
    }

    .header-shell {
        position: relative;
        z-index: 1;
        width: min(calc(100% - 32px), var(--max));
        margin: 0 auto;
        padding-top: calc(var(--nav-height) + var(--nav-gap) + 18px);
      }

    .nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        position: fixed;
        top: calc(var(--topbar-height) + var(--nav-gap));
        left: 50%;
        transform: translateX(-50%);
        z-index: 130;
        width: min(calc(100% - 32px), var(--max));
        margin-bottom: 34px;
        padding: 12px 18px;
        min-height: var(--nav-height);
        border-radius: 999px;
        background: linear-gradient(135deg, rgba(9, 18, 32, 0.97), rgba(21, 34, 54, 0.96));
        border: 1px solid rgba(255, 255, 255, 0.12);
        box-shadow: 0 18px 42px rgba(4, 12, 24, 0.32);
        backdrop-filter: blur(16px);
        isolation: isolate;
        overflow: hidden;
      }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 700;
      font-size: 1.2rem;
      letter-spacing: 0.02em;
      color: #fff;
      text-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
    }

    .brand-mark {
      width: 48px;
      height: 48px;
      display: block;
      object-fit: contain;
      border-radius: 12px;
      filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
    }

    .brand-ai {
      color: var(--gold);
      font-weight: 800;
    }

    .nav-cluster {
      display: flex;
      align-items: center;
      gap: 18px;
    }

    .nav-links {
      display: flex;
      gap: 20px;
      color: rgba(255, 255, 255, 0.86);
      font-size: 0.96rem;
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
    }

    .nav-links a {
      color: #fff;
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .button-nav {
      min-height: 42px;
      padding: 0 16px;
      border-radius: 999px;
      font-size: 0.88rem;
      font-weight: 700;
      letter-spacing: 0.02em;
      border: 1px solid rgba(255, 255, 255, 0.22);
      backdrop-filter: blur(14px);
      color: #fff;
      text-shadow: none;
    }

    .button-nav-light {
      background: rgba(255, 255, 255, 0.08);
    }

    .button-nav-primary {
      /* WCAG AA : navy/blanc (11.4:1) au lieu d'orange/blanc (2.9:1 = FAIL).
         L'orange reste l'accent (hover, focus, halo). */
      background: var(--navy, #16324f);
      border-color: var(--navy, #16324f);
      color: #fff;
      box-shadow: 0 14px 28px rgba(22, 50, 79, 0.22);
    }
    .button-nav-primary:hover,
    .button-nav-primary:focus-visible {
      background: linear-gradient(135deg, var(--navy, #16324f), var(--gold, #ff8c00));
      border-color: var(--gold, #ff8c00);
    }

    .button-nav-bypass {
      background: rgba(22, 50, 79, 0.88);
      border-color: rgba(255, 255, 255, 0.16);
      color: #fff;
      box-shadow: 0 14px 28px rgba(22, 50, 79, 0.22);
    }

    .hero {
      display: block;
      text-align: center;
    }

    .hero-card,
    .panel,
    .offer,
    .step,
    .cta-box {
      background: var(--surface);
      border: 1px solid rgba(255, 255, 255, 0.65);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow);
      backdrop-filter: blur(18px);
    }

    .hero-card {
      padding: 18px 22px 10px;
      position: relative;
      overflow: hidden;
      max-width: 780px;
      margin: 30px auto 0;
      background: transparent;
      border-color: transparent;
      box-shadow: none;
      backdrop-filter: none;
    }

    .hero-card::after {
      content: "";
      position: absolute;
      inset: auto -90px -120px auto;
      width: 260px;
      height: 260px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(191, 143, 61, 0.25), transparent 70%);
    }

    .hero-card::before {
      content: none;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.12);
      color: #fff;
      font-size: 0.84rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      border: 1px solid rgba(255, 255, 255, 0.14);
      backdrop-filter: blur(12px);
    }

    h1 {
      margin: 18px 0 12px;
      font-size: clamp(2rem, 3.2vw, 3.4rem);
      line-height: 1.08;
      letter-spacing: -0.035em;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }

    .lead {
      margin: 0;
      max-width: 66ch;
      color: rgba(255, 255, 255, 0.84);
      font-size: 1rem;
      margin-left: auto;
      margin-right: auto;
    }

    .actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 22px;
      justify-content: center;
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 20px;
      border-radius: 999px;
      font-weight: 700;
      transition: transform 0.18s ease, box-shadow 0.18s ease;
    }

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

    .button-primary {
      background: linear-gradient(135deg, var(--navy), var(--navy-2));
      color: #fff;
      box-shadow: 0 12px 30px rgba(22, 50, 79, 0.25);
    }

    .button-flash-analyse {
      /* WCAG AA : gradient navy → navy-2 (texte blanc 11.4:1) au lieu de gradient orange
         (~3.0:1 = FAIL). L'animation pulse et l'effet shine ::after conservent l'identité
         visuelle « bouton Flash » ; le halo et l'accent gold sont rappelés autour. */
      position: relative;
      overflow: hidden;
      isolation: isolate;
      min-width: min(100%, 380px);
      background: linear-gradient(135deg, var(--navy, #16324f), var(--navy-2, #0f2541));
      color: #fff;
      box-shadow:
        0 16px 34px rgba(22, 50, 79, 0.32),
        0 0 0 0 rgba(255, 180, 84, 0.38),
        inset 0 -3px 0 var(--gold, #ff8c00);
      animation: flashPulse 2.4s ease-in-out infinite;
    }

    .button-flash-analyse::after {
      content: "";
      position: absolute;
      inset: -40% auto -40% -55%;
      width: 42%;
      transform: rotate(18deg);
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.52), transparent);
      animation: flashSweep 2.9s ease-in-out infinite;
      pointer-events: none;
      z-index: 0;
    }

    .button-flash-analyse span {
      position: relative;
      z-index: 1;
    }

    @keyframes flashPulse {
      0%, 100% {
        box-shadow:
          0 16px 34px rgba(255, 140, 0, 0.32),
          0 0 0 0 rgba(255, 180, 84, 0.34);
      }
      50% {
        box-shadow:
          0 20px 42px rgba(255, 140, 0, 0.44),
          0 0 0 10px rgba(255, 180, 84, 0);
      }
    }

    @keyframes flashSweep {
      0%, 35% {
        left: -55%;
      }
      70%, 100% {
        left: 118%;
      }
    }

    .button-accent {
      background: linear-gradient(135deg, #ff9a1f, #e46f00);
      color: #fff;
      box-shadow: 0 12px 30px rgba(228, 111, 0, 0.24);
    }

    .button-secondary {
      background: rgba(255, 255, 255, 0.14);
      border: 1px solid rgba(255, 255, 255, 0.2);
      color: #fff;
      backdrop-filter: blur(10px);
    }

    @media (prefers-reduced-motion: reduce) {
      .button-flash-analyse,
      .button-flash-analyse::after,
      .promo-kicker::before {
        animation: none;
      }
    }

    .microcopy {
      margin-top: 12px;
      color: rgba(255, 255, 255, 0.78);
      font-size: 0.9rem;
    }

    .pricing-tabs {
      display: flex;
      justify-content: center;
      gap: 0;
      margin: 0 auto 28px auto;
      max-width: 640px;
    }
    .pricing-tab {
      flex: 1 1 0;
      padding: 16px 22px;
      background: #fff;
      border: 1px solid #e8e2d8;
      color: #5a5750;
      font-size: 1rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      cursor: pointer;
      transition: background 0.18s, color 0.18s, border-color 0.18s;
      font-family: inherit;
    }
    .pricing-tab:first-child { border-radius: 10px 0 0 10px; }
    .pricing-tab:last-child  { border-radius: 0 10px 10px 0; border-left: none; }
    .pricing-tab:hover { background: #fdf3e6; color: #1a1a1a; }
    .pricing-tab.is-active {
      /* WCAG AA : navy/blanc (11.4:1) au lieu d'orange/blanc (2.9:1 = FAIL).
         Le filet bas en gold-text rappelle l'accent orange du système. */
      background: var(--navy, #16324f);
      color: #fff;
      border-color: var(--navy, #16324f);
      box-shadow: inset 0 -3px 0 var(--gold-text, #c96900);
    }
    .pricing-panel[hidden] { display: none; }
    @media (max-width: 640px) {
      .pricing-tab { font-size: 0.85rem; padding: 12px 14px; }
    }


    .points-overview {
        max-width: 820px;
        margin: 0 auto 28px auto;
        display: flex;
        flex-direction: column;
        gap: 12px;
      }
    .points-section {
        background: #ffffff;
        border: 1px solid #ece5d8;
        border-radius: 14px;
        overflow: hidden;
        scroll-margin-top: 160px;
      }
    .points-section > summary {
        list-style: none;
        cursor: pointer;
        padding: 16px 56px 16px 22px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        user-select: none;
      }
    .points-section > summary::-webkit-details-marker { display: none; }
    .points-section > summary::after {
        content: "+";
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.5rem;
        font-weight: 400;
        color: var(--gold-text);
        line-height: 1;
      }
    .points-section[open] > summary::after { content: "−"; }
    .points-section > summary h3 {
        margin: 0;
        font-size: 1.02rem;
        color: #1a1a1a;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        font-weight: 700;
      }
    .points-section[open] > summary h3 { color: var(--gold-text); }
    .points-section .points-count {
        font-size: 0.82rem;
        color: var(--muted, #536170);
        font-weight: 600;
        white-space: nowrap;
      }
    .points-section[open] .points-count { color: var(--gold-text); }
    .points-section > .points-list {
        padding: 0 22px 18px 22px;
      }
    .points-list {
        margin: 0;
        padding: 0;
        list-style: none;
      }
    .points-list li {
        padding: 8px 0 8px 30px;
        position: relative;
        line-height: 1.5;
        border-top: 1px solid #f3ede2;
      }
    .points-list li:first-child { border-top: none; }
    .points-list li::before {
        content: "\2713";
        position: absolute;
        left: 0;
        top: 8px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        background: #c96900;
        border-radius: 999px;
        font-size: 0.78rem;
        font-weight: 700;
      }
    .points-list li strong {
        display: block;
        margin-bottom: 2px;
      }
    .points-list li .point-desc {
        color: #5a5750;
        font-size: 0.95rem;
      }

    .recap-block {
        margin-top: 14px;
        padding: 26px;
        border-radius: 14px;
        background: rgba(255, 140, 0, 0.05);
        border: 1px solid rgba(255, 140, 0, 0.2);
      }
    .recap-block h3 {
        margin: 0 0 16px 0;
        text-align: center;
        font-size: 1.1rem;
      }
    .recap-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
      }
    @media (max-width: 1180px) {
      .recap-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 640px) {
      .recap-grid { grid-template-columns: 1fr; }
    }
    .recap-card {
        background: #ffffff;
        border: 1px solid #ece5d8;
        border-radius: 12px;
        padding: 16px;
        text-align: center;
      }
    .recap-card strong {
        display: block;
        font-size: 0.95rem;
        color: #1a1a1a;
        margin-bottom: 8px;
        text-transform: uppercase;
        letter-spacing: 0.06em;
      }
    .recap-card .recap-top {
        display: inline-block;
        background: #c96900;
        color: #fff;
        padding: 3px 10px;
        border-radius: 999px;
        font-weight: 700;
        font-size: 0.85rem;
        margin-bottom: 8px;
      }
    .recap-card .recap-info {
        display: block;
        font-size: 0.88rem;
        color: #5a5750;
        line-height: 1.45;
        margin-top: 4px;
      }

    .free-curiosity {
      margin: 14px 0 0 0;
      padding: 10px 16px;
      display: inline-block;
      background: rgba(255, 140, 0, 0.18);
      border: 1px solid rgba(255, 140, 0, 0.5);
      border-radius: 10px;
      color: #fff;
      font-size: 0.95rem;
      line-height: 1.45;
    }
    .free-curiosity strong {
      color: #ffb968;
    }

    .hero-side {
      display: none;
    }

    .header-lines {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px;
      margin-top: 16px;
      max-width: 920px;
      margin-left: auto;
      margin-right: auto;
    }

    .header-line {
      display: inline-flex;
      align-items: center;
      min-height: 38px;
      padding: 0 14px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.16);
      color: rgba(255, 255, 255, 0.95);
      font-size: 0.88rem;
      font-weight: 600;
      letter-spacing: 0.01em;
      backdrop-filter: blur(10px);
      box-shadow: 0 12px 24px rgba(9, 19, 31, 0.18);
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    }

    .hero-card h1 {
      color: #fff;
      text-shadow: 0 3px 18px rgba(0, 0, 0, 0.22);
    }

    .hero-card .lead,
    .hero-card .microcopy,
    .eyebrow {
      text-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
    }

    .panel {
      padding: 18px;
      background: var(--surface);
      border-color: rgba(255, 255, 255, 0.65);
    }

    .panel h2,
    .offer h2,
    .section-head h2,
    .cta-box h2 {
      margin: 0 0 10px;
      font-size: 1.12rem;
      line-height: 1.15;
    }

    .panel p,
    .offer p,
    .step p,
    .section-head p,
    .cta-box p {
      margin: 0;
      color: var(--muted);
    }

    .score-line {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 14px;
      margin-top: 14px;
      padding-top: 14px;
      border-top: 1px solid var(--line);
      color: var(--navy);
      font-weight: 600;
      font-size: 0.92rem;
    }

    .badge {
      display: inline-flex;
      padding: 7px 10px;
      border-radius: 999px;
      font-size: 0.83rem;
      background: rgba(191, 143, 61, 0.14);
      color: #7f5b1e;
    }

    .panel-head {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      margin-bottom: 8px;
    }

    .panel-icon {
      width: 36px;
      height: 36px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      background: rgba(22, 50, 79, 0.08);
      color: var(--navy);
      font-size: 1.1rem;
    }

    .trust-strip {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      margin-top: 26px;
    }

    .trust-item,
    .promo-box,
    .testimonial,
    .faq-item,
    .blog-card {
      background: var(--surface);
      border: 1px solid rgba(255, 255, 255, 0.65);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow);
      backdrop-filter: blur(18px);
    }

    .trust-item {
      padding: 18px;
      text-align: center;
      color: var(--navy);
      font-weight: 700;
    }

    .promo-box {
      padding: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      background:
        linear-gradient(135deg, rgba(255, 140, 0, 0.12), rgba(255, 255, 255, 0.82)),
        rgba(255, 255, 255, 0.9);
    }

    .promo-box p {
      margin: 6px 0 0;
      color: var(--muted);
    }

    .promo-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      width: fit-content;
      padding: 7px 12px;
      border-radius: 999px;
      background: rgba(255, 140, 0, 0.12);
      color: #c46600;
      font-size: 0.84rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .promo-kicker::before {
      content: "→";
      display: inline-block;
      color: #f28a00;
      font-size: 1rem;
      line-height: 1;
      animation: kickerArrowMove 1.15s ease-in-out infinite;
    }

    @keyframes kickerArrowMove {
      0%, 100% {
        transform: translateX(-2px);
        opacity: 0.72;
      }
      50% {
        transform: translateX(5px);
        opacity: 1;
      }
    }

    .flash-analyse {
      margin-top: 34px;
      padding: 30px;
      border-radius: var(--radius-xl);
      background:
        linear-gradient(135deg, rgba(255, 140, 0, 0.13), rgba(255, 255, 255, 0.88)),
        rgba(255, 255, 255, 0.9);
      border: 1px solid rgba(255, 255, 255, 0.72);
      box-shadow: var(--shadow);
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
      gap: 26px;
      align-items: center;
    }

    .flash-analyse-copy {
      display: grid;
      gap: 14px;
    }

    .flash-analyse-copy h2 {
      margin: 0;
      color: var(--navy);
      font-size: clamp(1.7rem, 3vw, 2.45rem);
      line-height: 1.08;
    }

    .flash-analyse-copy p {
      margin: 0;
      color: var(--muted);
      line-height: 1.7;
    }

    .flash-points {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .flash-points li {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      gap: 12px;
      align-items: start;
      padding: 14px 16px;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.76);
      border: 1px solid rgba(24, 34, 45, 0.08);
      color: var(--text);
    }

    .flash-points li::before {
      content: "✓";
      width: 24px;
      height: 24px;
      border-radius: 999px;
      display: inline-grid;
      place-items: center;
      background: rgba(255, 140, 0, 0.13);
      color: #c46600;
      font-weight: 900;
      line-height: 1;
    }

    .flash-points strong {
      color: var(--navy);
    }

    .flash-points span {
      display: block;
      margin-top: 2px;
      color: var(--muted);
      font-size: 0.94rem;
      line-height: 1.5;
    }

      .blog-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
      }

    .testimonial,
      .blog-card {
        padding: 24px;
      }

      .testimonial {
        background: #ffffff;
        border: 1px solid #ece5d8;
        box-shadow: none;
        backdrop-filter: none;
      }

      .testimonials-shell {
        display: grid;
        gap: 18px;
      }

      .testimonials-viewport {
        overflow: hidden;
      }

      .testimonials-track {
        display: flex;
        gap: 18px;
        transition: transform 0.35s ease;
        will-change: transform;
      }

      .testimonials-page {
        min-width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
      }

      .testimonials-controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
      }

      .testimonials-buttons {
        display: flex;
        gap: 10px;
      }

      .testimonials-button {
        min-width: 46px;
        min-height: 46px;
        border: 0;
        border-radius: 999px;
        background: linear-gradient(135deg, #ff9a1f, #e46f00);
        color: #fff;
        font-size: 1.05rem;
        font-weight: 800;
        cursor: pointer;
        box-shadow: 0 12px 28px rgba(228, 111, 0, 0.2);
      }

      .testimonials-button:disabled {
        opacity: 0.45;
        cursor: default;
        box-shadow: none;
      }

      .testimonials-dots {
        display: flex;
        gap: 10px;
        align-items: center;
      }

      .testimonials-dot {
        width: 11px;
        height: 11px;
        border-radius: 999px;
        border: 0;
        background: rgba(22, 50, 79, 0.18);
        cursor: pointer;
        padding: 0;
      }

      .testimonials-dot.is-active {
        width: 30px;
        background: linear-gradient(135deg, #ff9a1f, #e46f00);
      }

    .testimonial p {
      margin: 0 0 16px;
      color: var(--muted);
    }

    .testimonial strong,
    .blog-card strong {
      color: var(--navy);
    }

    .faq-list {
      display: grid;
      gap: 14px;
    }

    .comparison-shell {
      display: grid;
      gap: 18px;
      align-items: start;
    }

    .pricing-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }

    .pricing-card {
      background: rgba(255, 255, 255, 0.84);
      border: 1px solid rgba(255, 255, 255, 0.7);
      border-radius: 22px;
      box-shadow: var(--shadow);
      padding: 24px;
      display: grid;
      gap: 14px;
    }

    .pricing-card.is-featured {
      border-color: rgba(255, 140, 0, 0.28);
      box-shadow: 0 20px 42px rgba(228, 111, 0, 0.14);
      transform: translateY(-4px);
    }

    .pricing-card h3 {
      margin: 0;
      color: var(--navy);
      font-size: 1.18rem;
    }

    .pricing-card p {
      margin: 0;
      color: var(--muted);
    }

    .pricing-kicker {
      display: inline-flex;
      align-items: center;
      width: fit-content;
      padding: 7px 12px;
      border-radius: 999px;
      background: rgba(255, 140, 0, 0.1);
      color: #c46600;
      font-size: 0.8rem;
      font-weight: 800;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .pricing-price {
      color: var(--gold);
      font-size: 2rem;
      font-weight: 800;
      line-height: 1;
    }

    .pricing-meta {
      display: grid;
      gap: 8px;
      color: var(--muted);
      font-size: 0.93rem;
    }

    .pricing-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 8px;
    }

    .pricing-list li {
      display: flex;
      gap: 10px;
      color: var(--text);
    }

    .pricing-list li::before {
      content: "";
      width: 8px;
      height: 8px;
      margin-top: 8px;
      border-radius: 50%;
      background: linear-gradient(135deg, #ff8c00, #e46f00);
      flex: 0 0 auto;
    }

    .comparison-tabs {
      display: inline-flex;
      gap: 10px;
      padding: 8px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.72);
      border: 1px solid rgba(24, 34, 45, 0.08);
      box-shadow: var(--shadow);
      position: sticky;
      top: 112px;
      z-index: 30;
      width: fit-content;
      backdrop-filter: blur(16px);
    }

    .comparison-tab {
      padding: 10px 16px;
      border-radius: 999px;
      font-weight: 700;
      color: var(--navy);
      background: transparent;
      border: 0;
      cursor: pointer;
      font: inherit;
    }

    .comparison-tab.is-active {
      /* WCAG AA : navy/blanc (11.4:1) au lieu d'orange/blanc (2.9:1 = FAIL). */
      background: var(--navy, #16324f);
      color: #fff;
      box-shadow: inset 0 -3px 0 var(--gold-text, #c96900), 0 12px 28px rgba(22, 50, 79, 0.2);
    }

    .comparison-table-wrap {
      overflow: visible;
      padding-bottom: 8px;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.82);
      box-shadow: var(--shadow);
    }

    .comparison-table {
      width: 100%;
      min-width: 920px;
      border-collapse: separate;
      border-spacing: 0;
      overflow: visible;
      background: transparent;
    }

    .comparison-table th,
    .comparison-table td {
      padding: 16px 18px;
      border-bottom: 1px solid rgba(24, 34, 45, 0.08);
      text-align: center;
      vertical-align: middle;
      overflow: visible;
    }

    .comparison-table th:first-child,
    .comparison-table td:first-child {
      text-align: left;
    }

    .comparison-table thead th {
      position: sticky;
      top: 184px;
      z-index: 22;
      background: rgba(247, 250, 252, 0.96);
      color: var(--navy);
      backdrop-filter: blur(14px);
      box-shadow: 0 1px 0 rgba(24, 34, 45, 0.08), 0 10px 18px rgba(22, 50, 79, 0.08);
    }

    .comparison-table thead th:first-child {
      width: 38%;
      z-index: 13;
    }

    .comparison-plan {
      display: grid;
      gap: 4px;
      justify-items: center;
    }

    .comparison-plan strong {
      font-size: 1.02rem;
      color: var(--navy);
    }

    .comparison-plan span {
      color: var(--muted);
      font-size: 0.9rem;
    }

    .comparison-table tbody tr.section-row td {
      padding-top: 18px;
      padding-bottom: 12px;
      background: rgba(255, 140, 0, 0.05);
      color: #b36500;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      font-size: 0.8rem;
    }

    .comparison-point {
      color: var(--text);
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
    }

    .info-chip {
      position: relative;
      --bubble-left: 16px;
      --bubble-top: 16px;
      --bubble-width: 260px;
      --pointer-left: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      border-radius: 999px;
      border: 1px solid rgba(24, 34, 45, 0.16);
      background: rgba(255, 255, 255, 0.86);
      color: var(--navy);
      font-size: 0.74rem;
      font-weight: 800;
      cursor: pointer;
      user-select: none;
    }

    .info-bubble {
      position: fixed;
      left: var(--bubble-left);
      top: var(--bubble-top);
      width: min(var(--bubble-width), calc(100vw - 32px));
      max-width: calc(100vw - 32px);
      padding: 12px 14px;
      border-radius: 14px;
      background: #fffdf9;
      border: 1px solid rgba(24, 34, 45, 0.1);
      box-shadow: 0 18px 38px rgba(22, 50, 79, 0.14);
      color: var(--muted);
      font-size: 0.84rem;
      font-weight: 500;
      line-height: 1.45;
      text-align: left;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      z-index: 9999;
    }

    .info-bubble::before {
      content: "";
      position: absolute;
      left: var(--pointer-left);
      top: -6px;
      width: 12px;
      height: 12px;
      background: #fffdf9;
      border-left: 1px solid rgba(24, 34, 45, 0.1);
      border-top: 1px solid rgba(24, 34, 45, 0.1);
      transform: translateX(-50%) rotate(45deg);
    }

    .info-chip.is-open .info-bubble {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .info-chip.info-up .info-bubble::before {
      top: auto;
      bottom: -7px;
      border-left: 0;
      border-top: 0;
      border-right: 1px solid rgba(24, 34, 45, 0.1);
      border-bottom: 1px solid rgba(24, 34, 45, 0.1);
    }

    .check-yes,
    .check-no {
      display: inline-flex;
      width: 30px;
      height: 30px;
      border-radius: 999px;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      font-size: 0.98rem;
    }

    .check-yes {
      background: rgba(47, 107, 87, 0.12);
      color: #2f6b57;
    }

    .check-no {
      background: rgba(24, 34, 45, 0.06);
      color: rgba(24, 34, 45, 0.32);
    }

    .comparison-note {
        color: var(--muted);
        font-size: 0.94rem;
        max-width: 100%;
      }

    .comparison-panel.is-hidden {
      display: none;
    }

    .faq-item {
      padding: 22px;
    }

    .faq-item h3 {
      margin: 0;
      font-size: 1.05rem;
      color: var(--navy);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      user-select: none;
    }

    .faq-item h3::after {
      content: "+";
      width: 30px;
      height: 30px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      background: rgba(255, 140, 0, 0.1);
      color: #c46600;
      font-size: 1.15rem;
      font-weight: 800;
      line-height: 1;
    }

    .faq-item h3:focus-visible {
      outline: 3px solid rgba(255, 140, 0, 0.35);
      outline-offset: 6px;
      border-radius: 12px;
    }

    .faq-item.is-open h3::after {
      content: "−";
    }

    .faq-item p {
      display: none;
      margin: 14px 0 0;
      color: var(--muted);
    }

    .faq-item.is-open p {
      display: block;
    }

    .blog-card p {
      margin: 0;
      color: var(--muted);
    }

      .blog-intro {
        margin: 0 0 18px;
        color: var(--muted);
        line-height: 1.72;
      }

      .audience-copy {
        margin: 0 0 18px;
        color: var(--muted);
        line-height: 1.8;
      }

      .audience-layout {
        display: grid;
        gap: 18px;
        width: 100%;
        max-width: none;
        margin: 0 auto;
      }

      .audience-card-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 500px));
        justify-content: center;
        gap: 18px;
      }

      .audience-card {
        padding: 24px;
        border-radius: var(--radius-xl);
        background: rgba(255, 255, 255, 0.84);
        border: 1px solid rgba(255, 255, 255, 0.7);
        box-shadow: var(--shadow);
        backdrop-filter: blur(18px);
      }

      .audience-card-main {
        width: 100%;
        max-width: 1018px;
        margin: 0 auto;
        background:
          linear-gradient(135deg, rgba(255, 140, 0, 0.12), rgba(255, 255, 255, 0.88)),
          rgba(255, 255, 255, 0.9);
      }

      .audience-card h2,
      .audience-card h3 {
        margin: 0 0 12px;
        color: var(--navy);
        letter-spacing: -0.02em;
      }

      .audience-card h2 {
        font-size: clamp(1.75rem, 2.45vw, 2.35rem);
      }

      .audience-card h3 {
        font-size: 1.28rem;
      }

      .audience-card p {
        margin: 0;
        color: var(--muted);
        line-height: 1.75;
      }

      .audience-card p + p {
        margin-top: 16px;
      }

      .audience-card .desktop-single-line,
      .audience-card .single-line-title,
      .audience-card .keep-line {
        white-space: normal;
      }

      .audience-card .audience {
        margin-bottom: 18px;
      }

    main {
      padding-bottom: 80px;
    }

    section {
        padding-top: 70px;
        scroll-margin-top: 150px;
      }

    .section-head {
      max-width: 720px;
      margin-bottom: 26px;
    }

    .section-head--wide {
      max-width: 1180px;
    }

    .section-head .intro-bullets {
      list-style: disc;
      padding-left: 1.2em;
      margin: 12px auto 14px auto;
      max-width: 1080px;
      text-align: left;
    }
    .section-head .intro-bullets li {
      margin-bottom: 8px;
      line-height: 1.55;
    }
    .section-head .intro-bullets li::marker {
      color: var(--gold-text);
    }

    .section-head h2 {
      font-size: clamp(1.8rem, 3vw, 2.8rem);
      letter-spacing: -0.03em;
    }

    .single-line-title {
      white-space: nowrap;
    }

    .two-line-copy {
      max-width: 62ch;
    }

    .keep-line {
      white-space: nowrap;
    }

      .desktop-single-line {
        white-space: nowrap;
      }

      .desktop-break {
        display: block;
      }

      .hero-title-line {
        display: block;
        white-space: nowrap;
        text-align: center;
      }

    .offers {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }

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

    .offer {
      padding: 24px;
    }

    .offer-head {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      gap: 18px;
      margin-bottom: 10px;
    }

    .offer-head-copy {
      min-width: 0;
    }

    .offer-tag {
      display: inline-block;
      margin-bottom: 14px;
      padding: 8px 12px;
      border-radius: 999px;
      font-size: 0.84rem;
      background: rgba(22, 50, 79, 0.08);
      color: var(--navy);
    }

    .offer-icon {
      width: 58px;
      height: 58px;
      flex: 0 0 auto;
      border-radius: 18px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 248, 239, 0.92));
      border: 1px solid rgba(22, 50, 79, 0.08);
      box-shadow: 0 12px 30px rgba(22, 50, 79, 0.08);
      padding: 10px;
      object-fit: contain;
    }

    .offer ul,
    .step ul {
      margin: 18px 0 24px;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
      color: var(--text);
    }

    .offer li,
    .step li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
    }

    .offer li::before,
    .step li::before {
      content: "";
      width: 9px;
      height: 9px;
      margin-top: 8px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--gold), var(--green));
      flex: 0 0 auto;
    }

    .value-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
      }

    .action-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
      }
    @media (max-width: 960px) {
      .action-grid { grid-template-columns: 1fr; }
    }

    .action-card {
        padding: 26px;
        border-radius: 14px;
        background: #fff;
        border: 1px solid #e8e2d8;
      }
    .action-card h3 {
        margin: 0 0 6px 0;
        font-size: 1.15rem;
      }
    .action-card .action-tag {
        display: inline-block;
        font-size: 0.78rem;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: var(--gold-text);
        font-weight: 600;
        margin-bottom: 10px;
      }
    .action-card ul {
        margin: 14px 0 0 0;
        padding: 0;
        list-style: none;
      }
    .action-card ul li {
        margin-bottom: 10px;
        line-height: 1.5;
        padding-left: 70px;
        position: relative;
      }
    .action-month {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        color: var(--gold-text);
        background: rgba(255, 140, 0, 0.08);
        padding: 2px 8px;
        border-radius: 6px;
        line-height: 1.5;
      }
    .action-card ul li.phase-header {
        padding-left: 0;
        margin: 16px 0 10px 0;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        color: var(--gold-text);
        text-transform: uppercase;
        border-top: 1px solid #e8e2d8;
        padding-top: 14px;
      }
    .action-card ul li.phase-header:first-child {
        border-top: none;
        padding-top: 0;
        margin-top: 0;
      }

    .phase-acc {
        border-top: 1px solid #e8e2d8;
      }
    .phase-acc:first-of-type { border-top: none; }
    .phase-acc summary {
        cursor: pointer;
        list-style: none;
        padding: 14px 30px 14px 0;
        font-size: 0.85rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: #1a1a1a;
        position: relative;
        user-select: none;
      }
    .phase-acc summary::-webkit-details-marker { display: none; }
    .phase-acc summary::after {
        content: "+";
        position: absolute;
        right: 4px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.4rem;
        font-weight: 400;
        color: var(--gold-text);
        line-height: 1;
        transition: transform 0.2s;
      }
    .phase-acc[open] summary::after { content: "−"; }
    .phase-acc[open] summary { color: var(--gold-text); }
    .phase-acc ul {
        margin: 0 0 14px 0;
        padding: 0;
        list-style: none;
      }
    .phase-acc ul li {
        margin-bottom: 10px;
        line-height: 1.5;
        padding-left: 70px;
        position: relative;
      }
    .action-footnote {
        margin-top: 18px;
        font-style: italic;
        color: #5a5750;
        font-size: 0.95rem;
        text-align: center;
      }

    .tracking-block {
        margin-top: 28px;
        padding: 24px;
        border-radius: 14px;
        background: rgba(255, 140, 0, 0.05);
        border: 1px solid rgba(255, 140, 0, 0.2);
      }
    .tracking-block h3 {
        margin: 0 0 14px 0;
        font-size: 1.1rem;
        text-align: center;
      }
    .tracking-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
      }
    @media (max-width: 960px) {
      .tracking-grid { grid-template-columns: 1fr; }
    }
    .tracking-card {
        padding: 18px 20px;
        background: #ffffff;
        border: 1px solid #ece5d8;
        border-radius: 12px;
      }
    .tracking-card--full {
        margin-bottom: 18px;
        text-align: center;
      }
    .tracking-card--full .tracking-intro {
        margin: 0 0 12px 0;
        line-height: 1.55;
      }
    .tracking-card--full .tracking-highlight {
        margin: 0;
        font-weight: 600;
        color: var(--gold-text);
        line-height: 1.55;
      }
    .tracking-card .tracking-tag {
        display: inline-block;
        font-size: 0.78rem;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: var(--gold-text);
        font-weight: 600;
        margin-bottom: 6px;
      }
    .tracking-card p {
        margin: 4px 0 0 0;
        line-height: 1.5;
      }


    .steps {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 18px;
      }

    .step {
      padding: 26px;
    }

    .compare-table-wrap {
      overflow-x: auto;
      max-width: 1180px;
      margin: 0 auto;
      border-radius: 14px;
      border: 1px solid #ece5d8;
      background: #ffffff;
    }
    .compare-table {
      width: 100%;
      border-collapse: collapse;
      min-width: 720px;
    }
    .compare-table thead th {
      padding: 18px 14px;
      text-align: center;
      font-size: 0.9rem;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      font-weight: 700;
      border-bottom: 2px solid #ece5d8;
      background: #fbf6ec;
    }
    .compare-table thead th:first-child {
      text-align: left;
      color: #5a5750;
    }
    .compare-table thead th.is-arkhoni {
      background: #c96900;
      color: #fff;
    }
    .compare-table tbody td,
    .compare-table tbody th[scope="row"] {
      padding: 14px;
      border-bottom: 1px solid #f3ede2;
      text-align: center;
      font-size: 0.95rem;
      line-height: 1.45;
    }
    .compare-table tbody td:first-child,
    .compare-table tbody th[scope="row"] {
      text-align: left;
      font-weight: 600;
      color: #1a1a1a;
    }
    .compare-table tbody td.is-arkhoni {
      background: rgba(255, 140, 0, 0.06);
      font-weight: 600;
      color: #1a1a1a;
    }
    .compare-table tbody tr:last-child td,
    .compare-table tbody tr:last-child th[scope="row"] {
      border-bottom: none;
    }
    .compare-yes { color: #2f6b57; font-weight: 700; }
    .compare-no { color: #b14040; font-weight: 700; }
    .compare-warn { color: #946100; font-weight: 800; }

    .roi-block {
      max-width: 1080px;
      margin: 0 auto;
      padding: 30px;
      border-radius: 16px;
      background: linear-gradient(135deg, rgba(255, 140, 0, 0.08), rgba(255, 140, 0, 0.02));
      border: 1px solid rgba(255, 140, 0, 0.25);
    }
    .roi-intro {
      margin: 0 0 22px 0;
      text-align: center;
      line-height: 1.55;
    }
    .roi-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      margin-bottom: 22px;
    }
    @media (max-width: 720px) {
      .roi-grid { grid-template-columns: 1fr; }
    }
    .roi-card {
      background: #ffffff;
      border: 1px solid #ece5d8;
      border-radius: 12px;
      padding: 20px;
      text-align: center;
    }
    .roi-card .roi-kicker {
      display: block;
      font-size: 0.78rem;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: var(--gold-text);
      font-weight: 700;
      margin-bottom: 8px;
    }
    .roi-card .roi-value {
      display: block;
      font-size: 1.8rem;
      font-weight: 800;
      color: #1a1a1a;
      line-height: 1.1;
      margin-bottom: 6px;
    }
    .roi-card .roi-label {
      display: block;
      font-size: 0.92rem;
      color: #5a5750;
      line-height: 1.4;
    }
    .roi-formula {
      background: #fff;
      border: 1px dashed rgba(255, 140, 0, 0.5);
      border-radius: 10px;
      padding: 14px 18px;
      text-align: center;
      line-height: 1.55;
      margin: 0 0 14px 0;
    }
    .roi-formula strong { color: var(--gold-text); font-size: 1.05rem; }
    .roi-disclaimer {
      margin: 0;
      font-size: 0.85rem;
      font-style: italic;
      color: #5a5750;
      text-align: center;
    }

    .step-number {
      font-size: 0.9rem;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: var(--gold);
      font-weight: 700;
      margin-bottom: 12px;
    }

    .audience {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 18px;
    }

    .audience span {
      display: inline-flex;
      padding: 10px 14px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.8);
      border: 1px solid rgba(22, 50, 79, 0.1);
      color: var(--navy);
      font-weight: 600;
    }

    .cta-box {
      padding: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
    }

    footer {
      padding: 30px 0 48px;
      color: var(--muted);
      font-size: 0.95rem;
    }

    .site-footer {
      display: grid;
      gap: 12px;
      padding-top: 10px;
    }

    .site-footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 14px 18px;
      align-items: center;
    }

    .site-footer-links a {
      color: var(--navy);
      font-weight: 700;
    }

    .site-footer-copy {
      margin: 0;
      line-height: 1.65;
    }

    .back-to-top {
      position: fixed;
      right: 22px;
      bottom: 22px;
      z-index: 70;
      width: 48px;
      height: 48px;
      padding: 0;
      border-radius: 999px;
      background: linear-gradient(135deg, #c96900, #e46f00);
      color: #fff;
      box-shadow: 0 14px 32px rgba(228, 111, 0, 0.28);
      border: 1px solid rgba(255, 255, 255, 0.22);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      pointer-events: none;
      transform: translateY(10px) scale(0.94);
      transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    }

    .back-to-top.is-visible {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0) scale(1);
    }

    .back-to-top:hover {
      box-shadow: 0 18px 38px rgba(228, 111, 0, 0.34);
    }

    .back-to-top svg {
      width: 23px;
      height: 23px;
      display: block;
      fill: currentColor;
    }
    @keyframes float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-8px); }
    }

    @keyframes pulse {
      0%, 100% { transform: scaleX(0.92); opacity: 0.72; }
      50% { transform: scaleX(1); opacity: 1; }
    }

      @media (max-width: 1180px) {
        .steps {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
      }

      @media (max-width: 980px) {
          .header-shell {
            padding-top: 0;
          }

          .offers,
          .trust-strip,
          .blog-grid,
          .pricing-grid,
          .comparison-tabs,
          .flash-analyse,
        .value-grid,
        .audience-card-grid,
        .steps,
          .cta-box {
            grid-template-columns: 1fr;
          }

          .nav {
            position: static;
            top: auto;
            left: auto;
            transform: none;
            width: auto;
            padding: 0;
            margin-bottom: 24px;
            border: 0;
            border-radius: 0;
            background: transparent;
            box-shadow: none;
            backdrop-filter: none;
          }

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

        .comparison-tabs {
          display: grid;
          border-radius: 24px;
          position: sticky;
          top: 16px;
        }

        .comparison-table-wrap {
          overflow-x: auto;
          overflow-y: visible;
        }

        .comparison-table thead th {
          top: 86px;
        }

        .desktop-break {
          display: none;
        }

        .hero-title-line {
          white-space: normal;
        }

      .nav-cluster,
      .nav-actions {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
      }

      .hero-card {
        padding: 34px;
        margin-top: 28px;
      }
      header {
        height: auto;
        min-height: auto;
        max-height: none;
        border-radius: 0 0 26px 26px;
      }
    }

    @media (max-width: 720px) {
      header {
        height: auto;
        min-height: auto;
        max-height: none;
        border-radius: 0 0 26px 26px;
      }

      .nav {
        flex-direction: column;
        align-items: flex-start;
      }

      .nav-links {
        flex-wrap: wrap;
        gap: 14px;
      }

      .hero-card,
      .panel,
      .offer,
      .step,
      .cta-box {
        border-radius: 22px;
      }

      h1 {
        max-width: none;
      }

      .single-line-title {
        white-space: normal;
      }

      .two-line-copy {
        max-width: none;
      }

      .keep-line {
        white-space: normal;
      }

      .desktop-single-line {
        white-space: normal;
      }

      .hero-side {
        display: none;
      }

      .hero-offers {
        margin-top: 18px;
      }
    }
/* ============================================
   AUDIT 2026-05-13 — Ajouts ciblés
   P0 Juridique · P1 ROI/Pressé · P2 a11y/responsive
   ============================================ */

/* === Variable accessible pour les textes orange (WCAG AA 4.5:1) === */
:root {
  --gold-text: #c96900;
}
.site-footer-ecosystem a {
  color: var(--gold, #ff8c00);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* Logo grand texte → garde le orange vif (large text → 3:1 suffisant) */
.brand-ai { color: var(--gold); }

/* === Hero : ligne prix at-a-glance (Le Pressé) === */
.price-glance {
  margin: 14px 0 0;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(22, 50, 79, 0.06);
  color: var(--navy, #16324f);
  font-size: 0.96rem;
  line-height: 1.5;
}
.price-glance strong { color: var(--gold-text); }

/* === Témoignages : disclaimer indicatif === */
.testimonials-disclaimer {
  max-width: 720px;
  margin: 8px auto 0;
  color: #4f5b69;
  font-style: italic;
  line-height: 1.55;
}

/* === Simulateur ROI personnalisé === */
.roi-simulator {
  margin-top: 28px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(22, 50, 79, 0.08);
  box-shadow: 0 12px 32px rgba(22, 50, 79, 0.06);
}
.roi-sim-title {
  margin: 0 0 4px;
  color: var(--navy, #16324f);
  font-size: 1.15rem;
}
.roi-sim-help {
  margin: 0 0 16px;
  color: #4f5b69;
  font-size: 0.94rem;
}
.roi-sim-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}
.roi-sim-field {
  display: grid;
  gap: 6px;
}
.roi-sim-field span {
  font-weight: 600;
  color: var(--navy, #16324f);
  font-size: 0.9rem;
}
.roi-sim-field input,
.roi-sim-field select {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(22, 50, 79, 0.18);
  background: #fff;
  color: var(--navy, #16324f);
  font: inherit;
  font-weight: 600;
}
.roi-sim-field input:focus-visible,
.roi-sim-field select:focus-visible {
  outline: 3px solid var(--gold-text);
  outline-offset: 2px;
}
.roi-sim-results {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  border-radius: 14px;
  background: rgba(22, 50, 79, 0.06);
}
.roi-sim-stat {
  display: grid;
  gap: 4px;
}
.roi-sim-stat-label {
  font-size: 0.82rem;
  color: #4f5b69;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.roi-sim-stat strong {
  font-size: 1.2rem;
  color: var(--gold-text);
}
.roi-sim-note {
  margin: 14px 0 0;
  color: #4f5b69;
  font-size: 0.88rem;
}

@media (max-width: 720px) {
  .roi-sim-grid,
  .roi-sim-results {
    grid-template-columns: 1fr 1fr;
  }
}

/* === Responsive fin : mobile petit (≤480 px) === */
@media (max-width: 480px) {
    .topbar { font-size: 0.8rem; padding: 8px 12px; }
  .nav { gap: 8px; }
  .button-nav { min-height: 44px; padding: 0 12px; font-size: 0.9rem; }
  .hero h1 { font-size: clamp(1.5rem, 7vw, 2.1rem); }
  .hero .lead { font-size: 0.98rem; }
  .price-glance { font-size: 0.88rem; padding: 10px 12px; }
  .pricing-tab { font-size: 0.78rem; padding: 0 12px; }
  .roi-sim-grid,
  .roi-sim-results { grid-template-columns: 1fr; }
  .testimonials-page { grid-template-columns: 1fr; }
  .footer-links { gap: 8px 12px; flex-wrap: wrap; }
  /* Tailles textuelles sous 14 px remontées à 14 px */
  .info-chip, .action-month, .action-tag, .tracking-tag, .roi-kicker { font-size: 0.875rem; }
}

/* === Responsive fin : mobile très petit (≤360 px) === */
@media (max-width: 360px) {
  body { font-size: 15px; }
  .page-shell, .wrap { padding-left: 12px; padding-right: 12px; }
  .nav-actions .button-nav-light { display: none; }
  .hero h1 { font-size: clamp(1.35rem, 8vw, 1.85rem); }
  .button-flash-analyse { font-size: 0.92rem; min-height: 44px; }
}

/* === Touche tactile WCAG : minimum 44×44 px === */
.button-nav, .header-line, .testimonials-button, .testimonials-dot {
  min-height: 44px;
  min-width: 44px;
}

/* === Images fluides par défaut === */
img { max-width: 100%; height: auto; }

/* === prefers-reduced-motion étendu : pause hero video === */
@media (prefers-reduced-motion: reduce) {
  .hero-video {
    animation-play-state: paused !important;
  }
  video.hero-video {
    /* Empêche autoplay pour les utilisateurs sensibles : remplacé par poster */
    display: block;
  }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* === WCAG 2.2.2 : bouton pause/lecture de la vidéo hero === */
.hero-video-toggle {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  min-width: 44px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: rgba(10, 18, 28, 0.78);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.34);
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.hero-video-toggle:hover {
  background: rgba(10, 18, 28, 0.92);
}

.hero-video-toggle:active {
  transform: translateY(1px);
}

.hero-video-toggle:focus-visible {
  outline: 3px solid #fff4d8;
  outline-offset: 2px;
}

.hero-video-toggle-icon {
  font-size: 0.9rem;
}

@media (max-width: 720px) {
  .hero-video-toggle {
    right: 12px;
    bottom: 12px;
    padding: 8px 12px;
  }
  .hero-video-toggle-label {
    /* Sur très petit écran : icône seule, mais le libellé reste lu par les lecteurs d’écran. */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

/* === ARKHONI 2026-05-16 : contraste hero prix garantie === */
.hero .price-glance {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
  color: #fff4d8;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

.hero .price-glance strong {
  color: #fff4d8;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

/* === ARKHONI 2026-05-17 : centrage intro offres rayons === */
#offres .section-head--wide {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#offres .section-head--wide p {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
/* === ARKHONI 2026-05-17 : centrage intro 22 points === */
.points-intro-section .section-head--wide {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.points-intro-section .section-head--wide p {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
/* === ARKHONI 2026-05-17 : centrage intro plan action === */
.action-plan-intro-section .section-head--wide {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.action-plan-intro-section .section-head--wide p {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.action-plan-intro-section .intro-bullets {
  max-width: 1080px;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.action-plan-intro-section .intro-bullets li {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
/* === ARKHONI 2026-05-17 : centrage section pourquoi === */
.why-arkhoni-section .section-head {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.why-arkhoni-section .section-head p {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
/* === ARKHONI 2026-05-17 : centrage section methode === */
#methode .section-head {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#methode .section-head p {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
/* === ARKHONI 2026-05-17 : centrage section comparaison === */
#comparer .section-head--wide {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#comparer .section-head--wide p {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
/* === ARKHONI 2026-05-17 : centrage section ROI === */
#roi .section-head--wide {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#roi .section-head--wide p {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
/* === ARKHONI 2026-05-17 : centrage section tarifs === */
#tarifs .section-head--wide {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#tarifs .section-head--wide p {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
/* === ARKHONI 2026-05-17 : centrage intro analyse ponctuelle === */
#tarifs .pricing-block-intro {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* === ARKHONI 2026-05-17 : centrage footer tarifs et temoignages === */
#tarifs .pricing-footer {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

section[aria-label="Témoignages"] .section-head {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

section[aria-label="Témoignages"] .section-head p {
  margin-left: auto;
  margin-right: auto;
}

section[aria-label="Témoignages"] .testimonials-disclaimer {
  max-width: 980px;
  text-align: center;
}
/* === ARKHONI 2026-05-17 : centrage FAQ === */
#faq .section-head {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#faq .section-head p {
  margin-left: auto;
  margin-right: auto;
}
/* === ARKHONI 2026-05-17 : plateau carrousel temoignages === */
.testimonials-shell {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.testimonials-viewport {
  overflow: hidden;
  padding: 18px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 243, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 48px rgba(22, 50, 79, 0.08);
}

.testimonials-page {
  background: transparent;
}

.testimonial {
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(22, 50, 79, 0.07);
}

@media (max-width: 760px) {
  .testimonials-viewport {
    padding: 12px;
    border-radius: 26px;
  }
}
/* === ARKHONI 2026-05-17 : analyse presence digitale === */
.pricing-card--presence {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(230px, 0.45fr);
  gap: 22px;
  align-items: center;
  margin-top: 8px;
  background:
    radial-gradient(circle at top left, rgba(255, 140, 0, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 240, 0.94));
  border-color: rgba(255, 140, 0, 0.24);
}

.pricing-card--presence h3 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  margin: 12px 0;
}

.presence-card-main p,
.presence-price-note,
.presence-disclaimer {
  line-height: 1.65;
}

.presence-card-side {
  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;
  align-self: stretch;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.82);
}

.presence-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.presence-metrics span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(22, 50, 79, 0.06);
  color: var(--navy);
  font-weight: 700;
  font-size: 0.9rem;
}

.presence-checklist {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.presence-checklist li {
  position: relative;
  padding-left: 22px;
  color: var(--text);
  line-height: 1.5;
}

.presence-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #e46f00);
  box-shadow: 0 0 0 4px rgba(255, 140, 0, 0.12);
}

.presence-disclaimer {
  grid-column: 1 / -1;
  margin-top: -4px;
  padding-top: 16px;
  border-top: 1px solid rgba(22, 50, 79, 0.08);
  color: var(--muted);
  font-size: 0.93rem;
}

@media (max-width: 900px) {
  .pricing-card--presence {
    grid-template-columns: 1fr;
  }

  .presence-card-side {
    justify-items: center;
  }

  .presence-checklist {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   Brand Web Intro — carte horizontale ampoule
   ============================================ */
.brand-web-intro {
  padding: 32px 16px 8px;
}

.brand-web-card {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 24px;
  padding: 28px 32px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 235, 0.88));
  border: 1px solid rgba(22, 50, 79, 0.08);
  box-shadow: 0 16px 42px rgba(22, 50, 79, 0.08);
}

.brand-web-icon {
  width: 110px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-web-icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.brand-web-icon .bulb-halo {
  opacity: 0;
  transform-origin: 32px 30px;
  transform: scale(0.6);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.brand-web-icon .bulb-body {
  fill: #fffaf0;
  transition: fill 0.6s ease, filter 0.6s ease;
}

.brand-web-icon .bulb-filament {
  stroke: #b48a4a;
  transition: stroke 0.6s ease, filter 0.6s ease;
}

.brand-web-card.is-lit .bulb-halo {
  opacity: 1;
  transform: scale(1);
  animation: bulb-pulse 2.2s ease-in-out 0.6s infinite;
}

.brand-web-card.is-lit .bulb-body {
  fill: #fff3d1;
  filter: drop-shadow(0 0 6px rgba(255, 200, 87, 0.65));
}

.brand-web-card.is-lit .bulb-filament {
  stroke: #ff8c00;
  filter: drop-shadow(0 0 3px rgba(255, 140, 0, 0.85));
}

@keyframes bulb-pulse {
  0%, 100% { opacity: 0.9; transform: scale(1); }
  50%      { opacity: 0.55; transform: scale(0.92); }
}

.brand-web-text { display: grid; gap: 10px; text-align: center; }
.brand-web-text .eyebrow {
  justify-self: center;
  background: rgba(255, 140, 0, 0.14);
  color: var(--gold-text);
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.brand-web-text h2 {
  margin: 0;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--navy);
}
.brand-web-text p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

@media (prefers-reduced-motion: reduce) {
  .brand-web-card.is-lit .bulb-halo { animation: none; }
  .brand-web-icon .bulb-halo,
  .brand-web-icon .bulb-body,
  .brand-web-icon .bulb-filament { transition: none; }
}

@media (max-width: 720px) {
  .brand-web-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px;
  }
  .brand-web-icon {
    width: 90px;
    height: 100px;
    margin: 0 auto;
  }
}

/* ============================================
   Contact — formulaire pied de site
   ============================================ */
#contact { padding: 64px 16px; }

.contact-card {
  max-width: 1080px;
  margin: 0 auto;
  padding: 36px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(22, 50, 79, 0.95), rgba(22, 50, 79, 0.85));
  color: #fff;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 32px;
  align-items: start;
  box-shadow: 0 24px 60px rgba(22, 50, 79, 0.18);
}

.contact-text .eyebrow { background: rgba(255, 200, 87, 0.18); color: #ffc857; margin-bottom: 12px; }
.contact-text h2 {
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  margin: 0 0 12px; line-height: 1.15; letter-spacing: -0.02em; color: #fff;
}
.contact-text p { margin: 0 0 10px; color: rgba(255, 255, 255, 0.86); line-height: 1.6; }

.contact-form { display: grid; gap: 12px; }
.contact-form label.contact-label {
  font-size: 0.82rem; font-weight: 700; color: rgba(255, 255, 255, 0.9); letter-spacing: 0.02em;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
  width: 100%; min-height: 48px; padding: 10px 16px; border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22); background: rgba(255, 255, 255, 0.96);
  color: var(--navy, #16324f); font: inherit; font-weight: 600;
}
.contact-form textarea { min-height: 130px; padding: 12px 16px; resize: vertical; }
.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible {
  outline: 3px solid var(--gold-text, #c96900); outline-offset: 2px;
}
.contact-form .button { align-self: start; width: 100%; margin-top: 4px; }

.contact-consent { margin: 4px 0 0; color: rgba(255, 255, 255, 0.82); font-size: 0.88rem; line-height: 1.4; }
.contact-consent label { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; cursor: pointer; }
.contact-consent input[type="checkbox"] { margin-top: 3px; width: 18px; height: 18px; cursor: pointer; accent-color: var(--gold-text, #c96900); }

.contact-feedback { margin: 4px 0 0; min-height: 22px; font-size: 0.9rem; color: #ffc857; }
.contact-feedback.is-success { color: #76e8b9; }
.contact-feedback.is-error { color: #ff9a9a; }

@media (max-width: 720px) {
  .contact-card { grid-template-columns: 1fr; padding: 24px; gap: 20px; }
}

/* === ARKHONI 2026-05-18 : saut de ligne desktop presence digitale === */
@media (min-width: 901px) {
  .desktop-line-break {
    display: block;
    margin-top: 4px;
  }
}


@media (min-width: 981px) and (max-height: 700px) {
  .hero-card {
    margin-top: 12px;
    padding-top: 10px;
  }

  h1 {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: clamp(1.85rem, 3vw, 3rem);
  }

  .lead {
    font-size: 0.95rem;
  }

  .actions {
    margin-top: 16px;
  }

  .header-lines {
    margin-top: 12px;
  }
}
/* === ARKHONI 2026-05-19 : home plus visuelle, textes reduits === */
.home-compact-note {
  margin: 10px auto 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.home-compact-note a {
  color: var(--gold-text);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.card-art {
  position: relative;
  min-height: 112px;
  margin: 0 0 18px;
  border-radius: 24px;
  overflow: hidden;
  display: grid;
  place-items: center;
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 140, 0, 0.34), transparent 32%),
    linear-gradient(135deg, rgba(22, 50, 79, 0.96), rgba(9, 18, 32, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 16px 36px rgba(22, 50, 79, 0.08);
}

.card-art::before,
.card-art::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.card-art::before {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 0 0 34px rgba(255, 255, 255, 0.07),
    0 0 0 68px rgba(255, 255, 255, 0.035);
  right: -24px;
  bottom: -52px;
}

.card-art::after {
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(255,255,255,0.11) 45% 46%, transparent 47%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.055) 0 1px, transparent 1px 42px);
  opacity: 0.72;
}

.card-art span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 140, 0, 0.94);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow: 0 14px 28px rgba(255, 140, 0, 0.22);
}

.card-art--flash,
.card-art--presence {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.card-art--presence {
  background:
    radial-gradient(circle at 26% 24%, rgba(255, 140, 0, 0.32), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(255,248,238,0.82));
}

.card-art--presence span {
  background: var(--navy);
}

.offer .card-art {
  min-height: 98px;
  margin-bottom: 16px;
}

.points-overview--visual {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.visual-summary-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  padding: 16px;
  box-shadow: 0 16px 38px rgba(22, 50, 79, 0.08);
}

.visual-summary-card .card-art {
  min-height: 86px;
  border-radius: 18px;
  margin-bottom: 12px;
}

.visual-summary-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
}

.visual-summary-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.card-art--reviews { background: linear-gradient(135deg, #16324f, #2f6b57); }
.card-art--traffic { background: linear-gradient(135deg, #16324f, #7a4b12); }
.card-art--market { background: linear-gradient(135deg, #0f2d46, #255b75); }
.card-art--ads { background: linear-gradient(135deg, #16324f, #793a19); }
.card-art--score { background: linear-gradient(135deg, #16324f, #314a7a); }
.card-art--actions { background: linear-gradient(135deg, #ff8c00, #c96900); }
.card-art--actions span { background: rgba(22, 50, 79, 0.96); }
.card-art--tracking { background: linear-gradient(135deg, #16324f, #2f6b57); }
.card-art--ia { background: linear-gradient(135deg, #0d2438, #ff8c00); }
.card-art--map { background: linear-gradient(135deg, #16324f, #0f5a72); }

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

.action-preview-card {
  display: flex;
  flex-direction: column;
}

.action-preview-card .card-art {
  min-height: 106px;
}

.pricing-card:not(.pricing-card--has-visual):not(.pricing-card--presence)::before {
  content: "";
  display: block;
  height: 76px;
  margin-bottom: 18px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 78% 28%, rgba(255, 140, 0, 0.32), transparent 32%),
    linear-gradient(135deg, rgba(22, 50, 79, 0.95), rgba(9, 18, 32, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.72);
}

@media (max-width: 980px) {
  .points-overview--visual,
  .action-grid--compact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .card-art {
    min-height: 88px;
  }
}
/* === ARKHONI 2026-05-19 : visuel horizontal analyse flash === */
.flash-analyse .flash-map-visual {
  width: 100%;
  max-width: none;
  min-height: 172px;
  margin: 4px 0 18px;
  place-items: stretch;
  background:
    radial-gradient(circle at 52% 54%, rgba(255, 140, 0, 0.35), transparent 18%),
    linear-gradient(135deg, rgba(18, 39, 61, 0.98), rgba(7, 18, 31, 0.93));
}

.flash-analyse .flash-map-visual::before {
  width: 220px;
  height: 220px;
  right: auto;
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    0 0 0 36px rgba(255, 255, 255, 0.06),
    0 0 0 72px rgba(255, 255, 255, 0.035);
}

.flash-analyse .flash-map-visual::after {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(115deg, transparent 0 46%, rgba(255,255,255,0.16) 47%, transparent 49%);
  background-size: 44px 44px, 44px 44px, auto;
  opacity: 0.82;
}

.flash-map-radar {
  position: relative;
  z-index: 1;
  min-height: 172px;
  padding: 18px;
  border-radius: inherit;
}

.flash-map-radar::before,
.flash-map-radar::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.flash-map-radar::before {
  left: 24%;
  right: 18%;
  top: 51%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.55), transparent);
  transform: rotate(-8deg);
}

.flash-map-radar::after {
  inset: 54px 34px 36px;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  border-radius: 999px;
}

.flash-map-badge,
.flash-map-center,
.flash-map-dot,
.flash-map-caption {
  position: absolute;
  z-index: 2;
  font-weight: 900;
}

.flash-map-badge {
  top: 16px;
  left: 16px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  box-shadow: 0 12px 26px rgba(7, 18, 31, 0.16);
}

.flash-map-center {
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  padding: 11px 15px;
  border-radius: 999px;
  background: #c96900;
  color: #fff;
  box-shadow: 0 18px 34px rgba(255, 140, 0, 0.32);
}

.flash-map-dot {
  display: grid;
  grid-template-columns: auto;
  justify-items: center;
  gap: 2px;
  min-width: 56px;
  padding: 8px 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--navy);
  box-shadow: 0 12px 30px rgba(7, 18, 31, 0.18);
}

.flash-map-dot strong {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 140, 0, 0.16);
  color: #c46600;
}

.flash-map-dot small {
  color: var(--muted);
  font-size: 0.72rem;
}

.flash-map-dot--one {
  left: 15%;
  top: 43%;
}

.flash-map-dot--two {
  right: 16%;
  top: 30%;
}

.flash-map-dot--three {
  right: 25%;
  bottom: 22%;
}

.flash-map-caption {
  left: 16px;
  right: 16px;
  bottom: 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  letter-spacing: 0.01em;
}

@media (max-width: 720px) {
  .flash-analyse .flash-map-visual,
  .flash-map-radar {
    min-height: 156px;
  }

  .flash-map-badge {
    font-size: 0.78rem;
  }

  .flash-map-dot {
    min-width: 48px;
    padding: 7px 8px;
  }

  .flash-map-dot--one {
    left: 10%;
  }

  .flash-map-dot--two {
    right: 9%;
  }

  .flash-map-dot--three {
    right: 20%;
  }
}
/* === ARKHONI 2026-05-19 : bloc flash compact et aligné === */
.flash-summary {
  max-width: 64ch;
}

@media (min-width: 981px) {
  .flash-analyse {
    align-items: stretch;
  }

  .flash-analyse-copy {
    gap: 11px;
  }

  .flash-analyse-copy h2 {
    white-space: nowrap;
    font-size: clamp(1.55rem, 2.45vw, 2.18rem);
  }

  .flash-analyse .flash-map-visual,
  .flash-map-radar {
    min-height: 134px;
  }

  .flash-analyse .flash-map-visual {
    margin: 0 0 12px;
  }

  .flash-map-radar {
    padding: 14px;
  }

  .flash-map-radar::before {
    top: 52%;
  }

  .flash-map-radar::after {
    inset: 42px 32px 27px;
  }

  .flash-map-badge {
    top: 12px;
    left: 14px;
    padding: 7px 11px;
    font-size: 0.82rem;
  }

  .flash-map-center {
    top: 54%;
    padding: 9px 13px;
  }

  .flash-map-dot {
    min-width: 50px;
    padding: 6px 8px;
    border-radius: 16px;
  }

  .flash-map-dot strong {
    width: 22px;
    height: 22px;
  }

  .flash-map-dot--one {
    top: 42%;
  }

  .flash-map-dot--two {
    top: 29%;
  }

  .flash-map-dot--three {
    bottom: 18%;
  }

  .flash-map-caption {
    bottom: 10px;
    font-size: 0.86rem;
  }

  .flash-points {
    align-self: stretch;
    height: 100%;
    grid-template-rows: repeat(3, 1fr);
    gap: 14px;
  }

  .flash-points li {
    align-items: center;
    padding: 16px 18px;
  }
}
/* === ARKHONI 2026-05-19 : 22 points en cartes horizontales === */
.points-overview--list {
  max-width: 940px;
  gap: 12px;
}

.point-line-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 82px;
  padding: 16px 18px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(255,248,238,0.72)),
    #fff;
  border: 1px solid rgba(236, 229, 216, 0.92);
  box-shadow: 0 14px 34px rgba(22, 50, 79, 0.075);
}

.point-line-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--navy);
  background: rgba(255, 140, 0, 0.1);
  border: 1px solid rgba(255, 140, 0, 0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.point-line-icon svg {
  width: 30px;
  height: 30px;
}

.point-line-copy h3 {
  margin: 0 0 4px;
  color: var(--navy);
  font-size: 1.05rem;
}

.point-line-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.point-line-count {
  min-width: 86px;
  justify-self: end;
  padding: 9px 12px;
  border-radius: 999px;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #c96900, #a85a00);
  box-shadow: 0 12px 26px rgba(255, 140, 0, 0.2);
}

.point-line-icon--reviews,
.point-line-icon--market,
.point-line-icon--score {
  background: rgba(22, 50, 79, 0.07);
  border-color: rgba(22, 50, 79, 0.12);
}

@media (max-width: 720px) {
  .point-line-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .point-line-count {
    grid-column: 2;
    justify-self: start;
  }
}


/* === ARKHONI 2026-05-19 : visuels headers plan action === */
.action-preview-card .card-art.action-art {
  min-height: 132px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}

.action-art svg,
.action-art strong {
  position: relative;
  z-index: 1;
}

.action-art .action-art-graphic {
  width: min(48%, 136px);
  height: auto;
  filter: drop-shadow(0 14px 20px rgba(9, 18, 32, 0.18));
}

.action-art strong {
  flex: 0 0 124px;
  max-width: 124px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  box-shadow: 0 14px 28px rgba(9, 18, 32, 0.13);
}

.action-art .art-panel {
  fill: rgba(255, 255, 255, 0.16);
  stroke: rgba(255, 255, 255, 0.62);
  stroke-width: 2;
}

.action-art .art-panel-after {
  fill: rgba(255, 140, 0, 0.16);
}

.action-art .art-line,
.action-art .art-grid,
.action-art .art-route,
.action-art .art-arrow,
.action-art .art-spark {
  fill: none;
  stroke: rgba(255, 255, 255, 0.82);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.action-art .art-grid {
  stroke-width: 1.4;
  opacity: 0.36;
}

.action-art .art-route,
.action-art .art-arrow,
.action-art .art-spark {
  stroke: #ffc857;
}

.action-art .art-pin,
.action-art .art-bar,
.action-art .art-bar-hot {
  fill: #ffc857;
}

.action-art .art-bar-soft {
  fill: rgba(255, 255, 255, 0.46);
}

.action-art .art-text {
  fill: #fff;
  font: 900 11px/1 "Segoe UI", Arial, sans-serif;
  letter-spacing: 0.05em;
}

.action-art--entry {
  background:
    radial-gradient(circle at 76% 24%, rgba(255, 200, 87, 0.42), transparent 30%),
    linear-gradient(135deg, #ff8c00, #9f4b00);
}

.action-art--growth {
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 140, 0, 0.28), transparent 30%),
    linear-gradient(135deg, #16324f, #314a7a);
}

.action-art--tracking {
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 200, 87, 0.28), transparent 30%),
    linear-gradient(135deg, #16324f, #2f6b57);
}

@media (max-width: 720px) {
  .action-preview-card .card-art.action-art {
    min-height: 118px;
    padding: 16px;
  }

  .action-art .action-art-graphic {
    width: min(46%, 124px);
  }

  .action-art strong {
    flex-basis: 108px;
    max-width: 108px;
    font-size: 0.74rem;
  }
}
/* === ARKHONI 2026-05-19 : visuels pourquoi Arkhoni === */
.value-grid .card-art.why-art {
  min-height: 124px;
  padding: 16px 20px;
  display: grid;
  place-items: center;
}

.why-art .why-art-graphic {
  position: relative;
  z-index: 1;
  width: min(78%, 220px);
  height: auto;
  filter: drop-shadow(0 16px 22px rgba(9, 18, 32, 0.18));
}

.why-art .why-map-shape,
.why-art .why-panel,
.why-art .why-chip {
  fill: rgba(255, 255, 255, 0.14);
  stroke: rgba(255, 255, 255, 0.68);
  stroke-width: 2.2;
}

.why-art .why-map-fold,
.why-art .why-line,
.why-art .why-mini-line,
.why-art .why-gauge,
.why-art .why-check {
  fill: none;
  stroke: rgba(255, 255, 255, 0.78);
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-art .why-mini-line {
  stroke-width: 2.4;
  opacity: 0.82;
}

.why-art .why-radius {
  fill: none;
  stroke: rgba(255, 200, 87, 0.9);
  stroke-width: 2.3;
}

.why-art .why-radius-soft {
  stroke: rgba(255, 200, 87, 0.38);
}

.why-art .why-pin,
.why-art .why-node {
  fill: #ffc857;
}

.why-art .why-pin-main,
.why-art .why-chip {
  fill: rgba(255, 200, 87, 0.24);
}

.why-art .why-line-hot,
.why-art .why-gauge-hot,
.why-art .why-check {
  stroke: #ffc857;
}

.why-art--map {
  background:
    radial-gradient(circle at 70% 28%, rgba(255, 200, 87, 0.28), transparent 30%),
    linear-gradient(135deg, #16324f, #0f5a72);
}

.why-art--ai {
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 140, 0, 0.32), transparent 30%),
    linear-gradient(135deg, #0d2438, #ff8c00);
}

.why-art--score {
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 200, 87, 0.34), transparent 30%),
    linear-gradient(135deg, #ff8c00, #9f4b00);
}

@media (max-width: 720px) {
  .value-grid .card-art.why-art {
    min-height: 108px;
  }

  .why-art .why-art-graphic {
    width: min(82%, 190px);
  }
}
/* === ARKHONI 2026-05-19 : icone loupe vos enjeux === */
.audience-insight-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 18px auto 10px;
  border-radius: 18px;
  color: var(--navy);
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.14), rgba(47, 107, 87, 0.08));
  border: 1px solid rgba(255, 140, 0, 0.22);
  box-shadow: 0 14px 30px rgba(22, 50, 79, 0.08);
}

.audience-insight-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
/* === ARKHONI 2026-05-19 : header image carte Vos enjeux === */
.audience-card--insight {
  overflow: hidden;
}

.audience-card-header {
  position: relative;
  min-height: 126px;
  margin: -8px -8px 20px;
  border-radius: 26px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 200, 87, 0.36), transparent 30%),
    linear-gradient(135deg, #16324f, #0f5a72);
  border: 1px solid rgba(255, 255, 255, 0.64);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 16px 34px rgba(22, 50, 79, 0.08);
}

.audience-card-header::before,
.audience-card-header::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.audience-card-header::before {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 0 0 34px rgba(255,255,255,0.07),
    0 0 0 68px rgba(255,255,255,0.035);
  right: -38px;
  bottom: -68px;
}

.audience-card-header::after {
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(255,255,255,0.11) 45% 46%, transparent 47%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.055) 0 1px, transparent 1px 42px);
  opacity: 0.68;
}

.audience-card-header svg {
  position: relative;
  z-index: 1;
  width: min(78%, 250px);
  height: auto;
  filter: drop-shadow(0 16px 22px rgba(9, 18, 32, 0.18));
}

.audience-map {
  fill: rgba(255, 255, 255, 0.14);
  stroke: rgba(255, 255, 255, 0.68);
  stroke-width: 2.4;
  stroke-linejoin: round;
}

.audience-folds,
.audience-handle {
  fill: none;
  stroke: rgba(255, 255, 255, 0.78);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.audience-radius,
.audience-lens {
  fill: none;
  stroke: #ffc857;
  stroke-width: 2.6;
}

.audience-radius-soft {
  stroke: rgba(255, 200, 87, 0.38);
}

.audience-lens,
.audience-handle {
  stroke-width: 4;
}

.audience-dot {
  fill: #ffc857;
}

.audience-dot-main {
  fill: rgba(255, 200, 87, 0.32);
  stroke: #ffc857;
  stroke-width: 2;
}

@media (max-width: 720px) {
  .audience-card-header {
    min-height: 112px;
    margin-bottom: 18px;
  }

  .audience-card-header svg {
    width: min(86%, 220px);
  }
}
/* === ARKHONI 2026-05-19 : liste Vos enjeux === */
.audience-question-list {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  color: var(--muted);
  line-height: 1.55;
}

.audience-question-list li {
  position: relative;
  padding-left: 22px;
}

.audience-question-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--green));
  box-shadow: 0 0 0 4px rgba(255, 140, 0, 0.08);
}
/* === ARKHONI 2026-05-19 : alignement textes etapes === */
@media (min-width: 1181px) {
  .steps .step p {
    min-height: 4.8em;
    line-height: 1.6;
  }
}
/* === ARKHONI 2026-05-19 : tableau comparaison sticky + survol === */
.compare-table-wrap {
  position: relative;
  isolation: isolate;
}

.compare-table thead th {
  position: sticky;
  top: calc(var(--topbar-height) + var(--nav-height) + var(--nav-gap) + 12px);
  z-index: 7;
  box-shadow: 0 10px 22px rgba(22, 50, 79, 0.08);
}

.compare-table thead th.is-arkhoni {
  z-index: 8;
}

.compare-table tbody td,
.compare-table tbody th[scope="row"] {
  position: relative;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.compare-table tbody tr:hover td,
.compare-table tbody tr:hover th[scope="row"],
.compare-table tbody tr.is-row-hover td,
.compare-table tbody tr.is-row-hover th[scope="row"] {
  background-color: rgba(255, 140, 0, 0.075);
}

.compare-table tbody tr:hover td:first-child,
.compare-table tbody tr:hover th[scope="row"],
.compare-table tbody tr.is-row-hover td:first-child,
.compare-table tbody tr.is-row-hover th[scope="row"] {
  color: var(--navy);
}

.compare-table th.is-column-hover,
.compare-table td.is-column-hover {
  background-color: rgba(22, 50, 79, 0.075);
  box-shadow: inset 0 0 0 999px rgba(22, 50, 79, 0.018);
}

.compare-table th.is-column-hover.is-arkhoni,
.compare-table td.is-column-hover.is-arkhoni {
  background-color: rgba(255, 140, 0, 0.16);
}

.compare-table tbody tr:hover td.is-column-hover,
.compare-table tbody tr.is-row-hover td.is-column-hover {
  background-color: rgba(255, 140, 0, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 140, 0, 0.18);
}

@media (max-width: 980px) {
  .compare-table thead th {
    top: 0;
  }
}
/* === ARKHONI 2026-05-19 : sticky table desktop overflow === */
@media (min-width: 981px) {
  .compare-table-wrap {
    overflow: visible;
  }
}
/* === ARKHONI 2026-05-19 : headers visuels tarifs === */
.pricing-card--has-visual {
  overflow: hidden;
}

.pricing-visual {
  position: relative;
  min-height: 108px;
  margin: -6px -6px 2px;
  border-radius: 22px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.64);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 16px 34px rgba(22, 50, 79, 0.08);
  isolation: isolate;
}

.pricing-visual::before,
.pricing-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.pricing-visual::before {
  width: 166px;
  height: 166px;
  right: -46px;
  bottom: -72px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.17);
  box-shadow:
    0 0 0 34px rgba(255,255,255,0.07),
    0 0 0 68px rgba(255,255,255,0.035);
}

.pricing-visual::after {
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(255,255,255,0.11) 45% 46%, transparent 47%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.055) 0 1px, transparent 1px 42px);
  opacity: 0.66;
}

.pricing-visual svg {
  position: relative;
  z-index: 1;
  width: min(84%, 232px);
  height: auto;
  filter: drop-shadow(0 16px 22px rgba(9, 18, 32, 0.18));
}

.pricing-visual--snapshot {
  background:
    radial-gradient(circle at 74% 24%, rgba(255, 200, 87, 0.34), transparent 32%),
    linear-gradient(135deg, #16324f, #0f5a72);
}

.pricing-visual--subscription {
  background:
    radial-gradient(circle at 76% 24%, rgba(255, 140, 0, 0.30), transparent 32%),
    linear-gradient(135deg, #102842, #2f6b57);
}

.price-map,
.price-calendar,
.price-panel {
  fill: rgba(255, 255, 255, 0.14);
  stroke: rgba(255, 255, 255, 0.68);
  stroke-width: 2.3;
  stroke-linejoin: round;
}

.price-fold,
.price-calendar-line,
.price-mini-line,
.price-route,
.price-graph,
.price-loop,
.price-loop-arrow {
  fill: none;
  stroke: rgba(255, 255, 255, 0.78);
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.price-mini-line {
  stroke-width: 2.5;
  opacity: 0.84;
}

.price-ring,
.price-route,
.price-graph,
.price-loop-arrow {
  fill: none;
  stroke: #ffc857;
}

.price-ring {
  stroke-width: 2.5;
}

.price-ring-soft {
  stroke: rgba(255, 200, 87, 0.35);
}

.price-pin,
.price-alert {
  fill: #ffc857;
}

.price-pin-main {
  fill: rgba(255, 200, 87, 0.32);
  stroke: #ffc857;
  stroke-width: 2;
}

.pricing-card--radius-5 .price-ring-soft,
.pricing-card--radius-5 .price-pin:nth-of-type(n+7) {
  opacity: 0.32;
}

.pricing-card--radius-50 .pricing-visual svg {
  width: min(90%, 250px);
}

@media (max-width: 720px) {
  .pricing-visual {
    min-height: 96px;
  }

  .pricing-visual svg {
    width: min(88%, 218px);
  }
}
/* === ARKHONI 2026-05-19 : retrait visuel carte presence digitale tarifs === */
.pricing-card--presence {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 240, 0.94));
}

.pricing-card--presence::before,
.pricing-card--presence::after,
.pricing-card--presence .pricing-visual,
.pricing-card--presence .card-art {
  content: none !important;
  display: none !important;
}

/* === ARKHONI 2026-05-20 : carte presence digitale compacte sans visuel === */
@media (min-width: 981px) {
  .pricing-card--presence {
    grid-template-columns: minmax(0, 1.15fr) minmax(270px, 0.85fr) minmax(230px, 0.48fr);
    align-items: stretch;
    gap: 20px;
    padding: 28px;
  }

  .presence-card-main {
    align-self: center;
  }

  .presence-checklist {
    grid-column: auto;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 9px;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(22, 50, 79, 0.07);
  }

  .presence-card-side {
    align-content: center;
  }

  .presence-disclaimer {
    grid-column: 1 / -1;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .pricing-card--presence {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 0.48fr);
  }

  .presence-checklist {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* === ARKHONI 2026-05-20 : footer signature premium === */
.footer-signature-wrap {
  padding-top: 26px;
  padding-bottom: 56px;
}

.site-footer--signature {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  gap: 0;
  padding: 0;
  border-radius: 34px;
  border: 1px solid rgba(22, 50, 79, 0.12);
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 140, 0, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 240, 0.94));
  box-shadow: 0 28px 74px rgba(22, 50, 79, 0.16);
}

.site-footer--signature::before {
  content: "";
  position: absolute;
  inset: 20px 20px auto 20px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 140, 0, 0.72), rgba(22, 50, 79, 0.82), transparent);
  opacity: 0.75;
  z-index: 1;
}

.footer-crest {
  position: absolute;
  right: 26px;
  top: 30px;
  width: min(26vw, 310px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 140, 0, 0.16) 0 4px, transparent 5px),
    repeating-radial-gradient(circle at center, rgba(22, 50, 79, 0.1) 0 1px, transparent 1px 34px);
  opacity: 0.48;
  z-index: -1;
}

.footer-orbit {
  position: absolute;
  left: -92px;
  bottom: 82px;
  width: 360px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 140, 0, 0.16), transparent 42%),
    linear-gradient(135deg, rgba(22, 50, 79, 0.96), rgba(10, 26, 44, 0.96));
  box-shadow: 0 24px 70px rgba(10, 26, 44, 0.28);
  opacity: 0.95;
  z-index: 2;
  pointer-events: none;
}

.footer-orbit-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.28);
}

.footer-orbit-ring--wide {
  inset: 34px;
}

.footer-orbit-ring--tight {
  inset: 94px;
  border-style: dashed;
  border-color: rgba(255, 140, 0, 0.58);
}

.footer-orbit-dot {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ff8c00;
  box-shadow: 0 0 0 8px rgba(255, 140, 0, 0.2);
}

.footer-orbit-dot--one { left: 88px; top: 86px; }
.footer-orbit-dot--two { right: 82px; top: 132px; }
.footer-orbit-dot--three { right: 126px; bottom: 84px; }

.footer-top {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.62fr);
  gap: 28px;
  align-items: stretch;
  padding: 54px 48px 34px;
}

.footer-brand-block {
  display: grid;
  gap: 18px;
  max-width: 760px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 14px;
  color: var(--navy);
  font-weight: 950;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  letter-spacing: -0.04em;
}

.footer-brand:hover {
  color: var(--navy);
}

.footer-brand-mark {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(255, 140, 0, 0.28);
}

.footer-tagline {
  margin: 0;
  max-width: 760px;
  color: rgba(22, 50, 79, 0.86);
  font-size: clamp(1.1rem, 2vw, 1.42rem);
  line-height: 1.55;
  font-weight: 700;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(22, 50, 79, 0.09);
  box-shadow: 0 10px 22px rgba(22, 50, 79, 0.06);
  font-weight: 800;
  font-size: 0.9rem;
}

.footer-cta-card {
  display: grid;
  gap: 14px;
  align-content: center;
  justify-items: start;
  padding: 24px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 140, 0, 0.95), rgba(228, 111, 0, 0.92)),
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.4), transparent 38%);
  color: #fff;
  box-shadow: 0 22px 46px rgba(228, 111, 0, 0.24);
}

.footer-cta-kicker {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-cta-card strong {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.34;
}

.footer-cta-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(10, 26, 44, 0.16);
}

.footer-map-band {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  min-height: 280px;
  margin: 0 22px 22px;
  padding: 34px 38px 34px 270px;
  border-radius: 28px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 16% 35%, rgba(255, 140, 0, 0.32), transparent 34%),
    linear-gradient(135deg, #0b1d33, #16324f 58%, #0c243d);
  background-size: 42px 42px, 42px 42px, auto, auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 22px 42px rgba(10, 26, 44, 0.16);
}

.footer-radar-card {
  position: absolute;
  left: 38px;
  top: 50%;
  width: 230px;
  aspect-ratio: 1;
  transform: translateY(-50%);
  border-radius: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0 3px, transparent 4px),
    repeating-radial-gradient(circle at center, transparent 0 36px, rgba(255, 255, 255, 0.16) 37px 39px),
    conic-gradient(from 20deg, rgba(255, 140, 0, 0.62), rgba(255, 140, 0, 0), rgba(255, 255, 255, 0.07), rgba(255, 140, 0, 0.62));
  overflow: hidden;
}

.footer-radar-card::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 46%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 140, 0, 0.95), transparent);
  transform-origin: left center;
  animation: footerRadarSweep 6s linear infinite;
}

.footer-radar-card::after {
  content: "TOP local";
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-radar-pin {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}

.footer-radar-pin--center { left: calc(50% - 6px); top: calc(50% - 6px); background: #ff8c00; }
.footer-radar-pin--north { left: 40%; top: 24%; }
.footer-radar-pin--east { right: 24%; top: 42%; }
.footer-radar-pin--west { left: 22%; bottom: 34%; }

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
}

.footer-link-group {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
}

.footer-link-group p {
  margin: 0 0 4px;
  color: #ffb454;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.footer-link-group a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 750;
  text-decoration: none;
}

.footer-link-group a:hover {
  color: #ffb454;
  transform: translateX(2px);
}

.footer-ecosystem span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.footer-ecosystem a {
  color: #ffb454;
  font-weight: 950;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.footer-bottom {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 0 48px 36px;
}

.footer-bottom p {
  margin: 0;
  color: rgba(22, 50, 79, 0.72);
  line-height: 1.65;
}

.footer-bottom .arkhoni-copyright {
  white-space: nowrap;
  color: var(--navy);
  font-weight: 900;
}

@keyframes footerRadarSweep {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .footer-radar-card::before {
    animation: none;
  }
}

@media (max-width: 1120px) {
  .footer-map-band {
    grid-template-columns: 1fr;
    padding-left: 34px;
  }

  .footer-orbit,
  .footer-radar-card {
    display: none;
  }

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

@media (max-width: 820px) {
  .footer-signature-wrap {
    padding-bottom: 36px;
  }

  .footer-top,
  .footer-bottom {
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-top {
    padding-top: 46px;
  }

  .footer-map-band {
    margin: 0 14px 18px;
    padding: 28px 22px;
  }

  .footer-links-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom .arkhoni-copyright {
    white-space: normal;
  }
}

@media (max-width: 520px) {
  .site-footer--signature {
    border-radius: 26px;
  }

  .footer-brand {
    font-size: 1.55rem;
  }

  .footer-brand-mark {
    width: 52px;
    height: 52px;
  }

  .footer-tagline {
    font-size: 1.04rem;
  }
}

/* === ARKHONI 2026-05-20 : footer compact valide radar === */
.footer-signature-wrap {
  padding-top: 18px;
  padding-bottom: 32px;
}

.site-footer--signature.site-footer--compact {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: 230px minmax(280px, 0.9fr) minmax(330px, 1fr) minmax(250px, 0.72fr);
  gap: 24px;
  align-items: center;
  min-height: auto;
  padding: 28px 32px;
  border-radius: 30px;
  color: rgba(255, 255, 255, 0.88);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 16% 50%, rgba(255, 140, 0, 0.36), transparent 28%),
    linear-gradient(135deg, #0a1a2c, #16324f 58%, #0d253f);
  background-size: 40px 40px, 40px 40px, auto, auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 58px rgba(10, 26, 44, 0.22);
}

.site-footer--compact::before,
.site-footer--compact .footer-orbit,
.site-footer--compact .footer-crest,
.site-footer--compact .footer-top,
.site-footer--compact .footer-map-band,
.site-footer--compact .footer-links-grid,
.site-footer--compact .footer-bottom,
.site-footer--compact .footer-cta-card {
  display: none !important;
}

.site-footer--compact .footer-radar-card {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  width: 190px;
  display: block;
  justify-self: center;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.2);
}

.site-footer--compact .footer-radar-card::after {
  bottom: 20px;
  font-size: 0.7rem;
}

.footer-compact-brand {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.site-footer--compact .footer-brand {
  color: #fff;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  letter-spacing: -0.04em;
}

.site-footer--compact .footer-brand-mark {
  width: 50px;
  height: 50px;
  border-radius: 15px;
}

.footer-compact-brand p,
.footer-legal-note,
.footer-compact-ecosystem p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.55;
}

.footer-compact-brand p {
  font-weight: 650;
}

.site-footer--compact .footer-cta-link {
  min-height: 40px;
  width: fit-content;
  padding: 9px 15px;
  color: var(--navy);
  background: #fff;
  font-size: 0.9rem;
}

.footer-compact-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.site-footer--compact .footer-link-group {
  gap: 7px;
}

.site-footer--compact .footer-link-group p {
  margin-bottom: 2px;
  color: #ffb454;
  font-size: 0.78rem;
}

.site-footer--compact .footer-link-group a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.93rem;
  line-height: 1.25;
}

.site-footer--compact .footer-link-group a:hover {
  color: #ffb454;
}

.footer-compact-ecosystem {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.footer-compact-ecosystem a {
  color: #ffb454;
  font-weight: 950;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.site-footer--compact .arkhoni-copyright {
  margin-top: 2px;
  color: #fff;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .site-footer--signature.site-footer--compact {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  }

  .site-footer--compact .footer-radar-card {
    display: none;
  }
}

@media (max-width: 820px) {
  .site-footer--signature.site-footer--compact {
    grid-template-columns: 1fr;
    padding: 24px;
    border-radius: 24px;
  }

  .footer-compact-nav {
    grid-template-columns: 1fr;
  }
}

/* === ARKHONI 2026-05-20 : footer ecosysteme en bas === */
@media (min-width: 1181px) {
  .site-footer--signature.site-footer--compact {
    grid-template-columns: 210px minmax(270px, 0.9fr) minmax(460px, 1.18fr);
    grid-template-areas:
      "radar brand nav"
      "bottom bottom bottom";
    row-gap: 18px;
    align-items: center;
  }

  .site-footer--compact .footer-radar-card {
    grid-area: radar;
    width: 176px;
  }

  .footer-compact-brand {
    grid-area: brand;
  }

  .footer-compact-nav {
    grid-area: nav;
  }

  .footer-compact-ecosystem {
    grid-area: bottom;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr) auto;
    align-items: center;
    gap: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .footer-compact-ecosystem p {
    text-align: left;
  }

  .site-footer--compact .arkhoni-copyright {
    justify-self: end;
    white-space: nowrap;
  }
}

@media (max-width: 1180px) {
  .footer-compact-ecosystem {
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
}

/* === ARKHONI 2026-05-20 : alignement gauche texte footer marque === */
.site-footer--compact .footer-compact-brand p {
  text-align: left;
}

/* === ARKHONI 2026-05-20 : alignement gauche titres colonnes footer === */
.site-footer--compact .footer-compact-nav .footer-link-group {
  justify-items: start;
  text-align: left;
}

.site-footer--compact .footer-compact-nav .footer-link-group p {
  width: 100%;
  text-align: left;
}

/* === ARKHONI 2026-05-20 : rayons proportionnels cartes tarifs === */
.pricing-visual--snapshot .price-ring-soft {
  stroke-width: 1.45;
  opacity: 0.5;
}

.pricing-visual--snapshot .price-ring-active {
  stroke-width: 3.25;
  filter: drop-shadow(0 0 8px rgba(255, 136, 0, 0.42));
}

/* === ARKHONI 2026-05-20 : rayons proportionnels cartes abonnements === */
.pricing-visual--subscription .price-ring-soft {
  stroke-width: 1.35;
  opacity: 0.46;
}

.pricing-visual--subscription .price-ring-active {
  stroke-width: 3.15;
  filter: drop-shadow(0 0 8px rgba(255, 136, 0, 0.42));
}

.pricing-visual--subscription .price-loop {
  stroke-width: 2.45;
  opacity: 0.72;
}

/* === Programme bêta-testeurs · bandeau public (20/05/2026) === */
.beta-public-banner {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  max-width: 1180px; margin: 12px auto 0;
  padding: 14px 18px;
  background: linear-gradient(135deg, rgba(255, 200, 87, 0.16), rgba(255, 140, 0, 0.12));
  border: 1px solid rgba(255, 140, 0, 0.32);
  border-radius: 14px;
  color: var(--navy);
  font-size: 0.92rem;
  text-align: center;
}
.beta-public-banner[hidden] { display: none; }
.beta-public-banner strong { color: var(--gold-text); }
.beta-public-banner .beta-cta {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 16px;
  background: var(--navy); color: #fff;
  border-radius: 999px;
  font-weight: 800; text-decoration: none;
  white-space: nowrap;
}
.beta-public-banner .beta-cta:hover { background: #1f4262; }
.beta-places-count {
  display: inline-flex; align-items: center;
  padding: 3px 10px;
  background: rgba(22, 50, 79, 0.10);
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.84rem;
}
.beta-places-count.is-low { background: rgba(180, 30, 30, 0.12); color: #b41e1e; }
.beta-places-count.is-closed { background: rgba(90, 102, 116, 0.14); color: var(--muted); }
.beta-lines {
  display: flex; flex-direction: column; gap: 4px; align-items: center;
  line-height: 1.45;
}
.beta-line { display: block; }
@media (max-width: 720px) {
  .beta-public-banner { font-size: 0.86rem; padding: 10px 14px; }
}

/* === 2026-05-20 : bandeau beta en deux zones avec visuel gauche === */
.beta-public-banner--split {
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 16px;
  padding: 12px;
  border-radius: 24px;
  text-align: left;
}

.beta-public-banner--split .beta-visual {
  position: relative;
  flex: 0 0 260px;
  min-height: 126px;
  border-radius: 19px;
  overflow: hidden;
  background:
    radial-gradient(circle at 36% 48%, rgba(255, 140, 0, 0.98) 0 8px, transparent 9px),
    radial-gradient(circle at 70% 34%, rgba(255, 255, 255, 0.9) 0 7px, transparent 8px),
    radial-gradient(circle at 22% 72%, rgba(255, 255, 255, 0.82) 0 6px, transparent 7px),
    linear-gradient(135deg, rgba(255, 140, 0, 0.92), rgba(22, 50, 79, 0.96));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22), 0 18px 38px rgba(22, 50, 79, 0.16);
}

.beta-public-banner--split .beta-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.10) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.58;
}

.beta-orbit,
.beta-ray,
.beta-dot,
.beta-visual-badge,
.beta-visual-label {
  position: absolute;
  z-index: 1;
}

.beta-orbit {
  border: 1px solid rgba(255, 244, 216, 0.42);
  border-radius: 999px;
  transform: translate(-50%, -50%);
  left: 39%;
  top: 52%;
}

.beta-orbit-1 { width: 52px; height: 52px; }
.beta-orbit-2 { width: 90px; height: 90px; }
.beta-orbit-3 { width: 132px; height: 132px; border-style: dashed; opacity: 0.78; }

.beta-ray {
  left: 39%;
  top: 52%;
  width: 82px;
  height: 2px;
  background: linear-gradient(90deg, #ffb02f, rgba(255, 255, 255, 0));
  transform-origin: left center;
  transform: rotate(-28deg);
  border-radius: 999px;
}

.beta-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #fff4d8;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.66);
}

.beta-dot-1 { left: 67%; top: 31%; }
.beta-dot-2 { left: 20%; top: 68%; }
.beta-dot-3 { left: 69%; top: 63%; background: #ffb02f; }

.beta-visual-badge,
.beta-visual-label {
  left: 18px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.beta-visual-badge {
  top: 16px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.88);
  color: #9b5b00;
  font-size: 0.68rem;
}

.beta-visual-label {
  bottom: 16px;
  padding: 8px 12px;
  background: rgba(22, 50, 79, 0.76);
  color: #fff;
  font-size: 0.75rem;
}

.beta-public-banner--split .beta-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
  padding: 8px 8px 8px 2px;
}

.beta-public-banner--split .beta-lines {
  align-items: flex-start;
  text-align: left;
  gap: 5px;
}

.beta-public-banner--split .beta-line-1 {
  font-size: 0.95rem;
}

.beta-public-banner--split .beta-line-2 {
  color: var(--navy, #16324f);
  font-weight: 650;
}

.beta-public-banner--split .beta-line-3 {
  color: rgba(22, 50, 79, 0.78);
}

@media (max-width: 900px) {
  .beta-public-banner--split {
    flex-direction: column;
  }

  .beta-public-banner--split .beta-visual {
    flex-basis: auto;
    min-height: 112px;
    width: 100%;
  }

  .beta-public-banner--split .beta-content {
    flex-direction: column;
    align-items: flex-start;
    padding: 2px;
  }
}

@media (max-width: 720px) {
  .beta-public-banner--split {
    border-radius: 20px;
  }

  .beta-public-banner--split .beta-visual {
    min-height: 96px;
  }
}

/* === 2026-05-20 : bandeau beta premium en 3 zones === */
.beta-public-banner--premium {
  display: grid;
  grid-template-columns: 300px minmax(360px, 1fr) minmax(250px, 300px);
  align-items: stretch;
  gap: 16px;
  max-width: min(1420px, calc(100% - 56px));
  padding: 14px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 244, 216, 0.90), rgba(255, 250, 242, 0.80)),
    radial-gradient(circle at 20% 0%, rgba(255, 140, 0, 0.20), transparent 30%);
  border: 1px solid rgba(255, 140, 0, 0.28);
  box-shadow: 0 18px 46px rgba(22, 50, 79, 0.10);
}

.beta-public-banner--premium .beta-visual {
  flex: none;
  min-height: 148px;
  height: 100%;
  border-radius: 22px;
}

.beta-copy-card,
.beta-action-card {
  min-width: 0;
  border: 1px solid rgba(255, 140, 0, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

.beta-copy-card {
  display: grid;
  grid-template-columns: minmax(230px, 0.82fr) minmax(280px, 1fr);
  align-items: stretch;
  overflow: hidden;
}

.beta-copy-main,
.beta-copy-offer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 22px 24px;
}

.beta-copy-main {
  border-right: 1px solid rgba(255, 140, 0, 0.16);
}

.beta-kicker {
  color: #9b5b00;
  font-size: clamp(1.05rem, 1.2vw, 1.34rem);
  font-weight: 900;
  line-height: 1.16;
}

.beta-title {
  color: var(--navy, #16324f);
  font-size: clamp(1.22rem, 1.55vw, 1.72rem);
  font-weight: 950;
  line-height: 1.05;
}

.beta-copy-offer strong {
  color: var(--navy, #16324f);
  font-size: clamp(1rem, 1vw, 1.18rem);
  line-height: 1.2;
}

.beta-copy-offer span {
  color: rgba(22, 50, 79, 0.78);
  font-weight: 650;
  line-height: 1.38;
}

.beta-action-card {
  display: grid;
  grid-template-rows: 1fr 1fr 1.1fr;
  overflow: hidden;
}

.beta-action-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 14px;
  text-align: center;
  color: rgba(22, 50, 79, 0.78);
  font-weight: 750;
}

.beta-action-cell + .beta-action-cell {
  border-top: 1px solid rgba(255, 140, 0, 0.14);
}

.beta-action-cell--date strong {
  color: #c96900;
}

.beta-public-banner--premium .beta-places-count {
  margin: 0;
  padding: 8px 14px;
  background: rgba(22, 50, 79, 0.10);
  color: var(--navy, #16324f);
}

.beta-public-banner--premium .beta-cta {
  justify-content: center;
  width: 100%;
  max-width: 240px;
  padding: 11px 16px;
  box-shadow: 0 13px 26px rgba(22, 50, 79, 0.16);
}

@media (max-width: 1180px) {
  .beta-public-banner--premium {
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .beta-action-card {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }

  .beta-action-cell + .beta-action-cell {
    border-top: 0;
    border-left: 1px solid rgba(255, 140, 0, 0.14);
  }
}

@media (max-width: 860px) {
  .beta-public-banner--premium {
    grid-template-columns: 1fr;
    max-width: calc(100% - 32px);
  }

  .beta-copy-card {
    grid-template-columns: 1fr;
  }

  .beta-copy-main {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 140, 0, 0.16);
  }

  .beta-action-card {
    grid-template-columns: 1fr;
  }

  .beta-action-cell + .beta-action-cell {
    border-left: 0;
    border-top: 1px solid rgba(255, 140, 0, 0.14);
  }
}

/* === 2026-05-20 : centrage titre bandeau beta === */
.beta-public-banner--premium .beta-copy-main {
  align-items: center;
  text-align: center;
}

/* === 2026-05-20 : centrage offre bandeau beta === */
.beta-public-banner--premium .beta-copy-offer {
  align-items: center;
  text-align: center;
}

.beta-public-banner--premium .beta-copy-offer .beta-value-line {
  display: inline-block;
  color: var(--navy, #16324f);
  font-size: clamp(1.08rem, 1.18vw, 1.32rem);
  font-weight: 950;
  line-height: 1.16;
}

.beta-public-banner--premium .desktop-only {
  display: block;
}

@media (max-width: 860px) {
  .beta-public-banner--premium .desktop-only {
    display: none;
  }
}

/* === 2026-05-20 : espacement date bandeau beta === */
.beta-public-banner--premium .beta-action-cell--date {
  flex-wrap: wrap;
  gap: 4px 7px;
  line-height: 1.28;
}

.beta-public-banner--premium .beta-action-cell--date strong {
  display: inline-block;
  margin-left: 2px;
}

/* === ARKHONI 2026-05-20 : loupe animee sur la carte Vos enjeux === */
.audience-card-header .audience-lens,
.audience-card-header .audience-handle {
  transform-box: view-box;
  transform-origin: 103px 50px;
  animation: audienceLensScan 6.6s ease-in-out infinite;
  will-change: transform;
}

.audience-card-header .audience-lens {
  filter: drop-shadow(0 0 10px rgba(255, 200, 87, 0.42));
}

.audience-card-header .audience-dot:not(.audience-dot-main) {
  animation: audienceDotPulse 6.6s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: center;
}

.audience-card-header .audience-dot:nth-of-type(3) { animation-delay: 0.35s; }
.audience-card-header .audience-dot:nth-of-type(4) { animation-delay: 1.6s; }
.audience-card-header .audience-dot:nth-of-type(5) { animation-delay: 3.05s; }

@keyframes audienceLensScan {
  0%, 100% {
    transform: translate(-28px, -12px);
  }
  24% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(44px, -9px);
  }
  74% {
    transform: translate(36px, 25px);
  }
}

@keyframes audienceDotPulse {
  0%, 16%, 100% {
    opacity: 0.74;
    transform: scale(1);
  }
  24%, 34% {
    opacity: 1;
    transform: scale(1.2);
  }
  52%, 62% {
    opacity: 1;
    transform: scale(1.2);
  }
  76%, 86% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@media (prefers-reduced-motion: reduce) {
  .audience-card-header .audience-lens,
  .audience-card-header .audience-handle,
  .audience-card-header .audience-dot:not(.audience-dot-main) {
    animation: none;
  }
}

/* === ARKHONI 2026-05-20 : saut desktop dans disclaimer temoignages === */
.testimonials-disclaimer .desktop-only {
  display: none;
}

@media (min-width: 901px) {
  .testimonials-disclaimer .desktop-only {
    display: block;
  }
}

/* === ARKHONI 2026-05-20 : disclaimer temoignages plus compact === */
.testimonials-disclaimer {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  line-height: 1.28 !important;
}

.testimonials-disclaimer .desktop-only {
  margin: 4px 0;
}

/* === ARKHONI 2026-05-20 : lignes compactes disclaimer temoignages === */
section[aria-label="Témoignages"] .testimonials-disclaimer {
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  line-height: 1.22 !important;
}

section[aria-label="Témoignages"] .testimonials-disclaimer .disclaimer-line {
  display: block;
  margin: 0;
}

/* === ARKHONI 2026-05-20 : fond anime zone titre beta === */
.beta-public-banner--premium .beta-copy-main {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 16px 18px;
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 200, 87, 0.32), transparent 34%),
    linear-gradient(125deg, #10273d 0%, #16324f 44%, #c96900 100%);
  background-size: 180% 180%;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.16),
    0 18px 36px rgba(22, 50, 79, 0.14);
  animation: betaTitleGlow 7s ease-in-out infinite;
}

.beta-public-banner--premium .beta-copy-main::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(110deg, transparent 0 34%, rgba(255,255,255,0.22) 46%, transparent 58%),
    radial-gradient(circle at 82% 22%, rgba(255,255,255,0.18), transparent 30%);
  transform: translateX(-120%);
  animation: betaTitleSweep 5.8s ease-in-out infinite;
}

.beta-public-banner--premium .beta-copy-main .beta-kicker,
.beta-public-banner--premium .beta-copy-main .beta-title {
  color: #fff;
  text-shadow: 0 1px 16px rgba(0,0,0,0.18);
}

.beta-public-banner--premium .beta-copy-main .beta-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 8px auto 0;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: #16324f;
  box-shadow: 0 10px 24px rgba(0,0,0,0.16);
  text-shadow: none;
}

@keyframes betaTitleGlow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes betaTitleSweep {
  0%, 18% { transform: translateX(-120%); opacity: 0; }
  34%, 46% { opacity: 1; }
  62%, 100% { transform: translateX(120%); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .beta-public-banner--premium .beta-copy-main,
  .beta-public-banner--premium .beta-copy-main::after {
    animation: none;
  }
}

/* === 2026-05-20 : beta titre blanc avec cadeau anime === */
.beta-public-banner--premium .beta-copy-main {
  position: relative;
  overflow: hidden;
  padding: 16px 18px;
  border-radius: 22px;
  color: var(--navy);
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 200, 87, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(255,248,239,0.96));
  border: 1px solid rgba(255, 140, 0, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.85),
    0 16px 34px rgba(22, 50, 79, 0.10);
  animation: none;
}

.beta-public-banner--premium .beta-copy-main::after {
  display: none;
}

.beta-public-banner--premium .beta-copy-main .beta-kicker {
  color: var(--navy);
  text-shadow: none;
}

.beta-public-banner--premium .beta-copy-main .beta-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: fit-content;
  margin: 9px auto 0;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 140, 0, 0.12);
  border: 1px solid rgba(255, 140, 0, 0.24);
  box-shadow: 0 10px 22px rgba(255, 140, 0, 0.12);
  text-shadow: none;
}

.beta-gift-icon {
  position: relative;
  flex: 0 0 auto;
  width: 21px;
  height: 19px;
  border-radius: 6px;
  background: linear-gradient(135deg, #ff8c00, #ffc857);
  box-shadow:
    0 8px 16px rgba(255, 140, 0, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.38);
  transform-origin: 50% 60%;
  animation: betaGiftTurn 3.4s ease-in-out infinite;
}

.beta-gift-icon::before,
.beta-gift-icon::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255,255,255,0.88);
}

.beta-gift-icon::before {
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  transform: translateX(-50%);
}

.beta-gift-icon::after {
  left: -2px;
  right: -2px;
  top: 6px;
  height: 4px;
}

@keyframes betaGiftTurn {
  0%, 100% { transform: rotate(0deg) scale(1); }
  18% { transform: rotate(-10deg) scale(1.06); }
  36% { transform: rotate(9deg) scale(1.03); }
  54% { transform: rotate(-5deg) scale(1.05); }
  72% { transform: rotate(0deg) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .beta-gift-icon {
    animation: none;
  }
}

/* === ARKHONI 2026-05-21 : langues et reseaux footer === */
.site-footer--compact .footer-languages--ecosystem,
.site-footer--compact .footer-socials {
  grid-column: 1 / -1;
  justify-self: stretch;
  width: 100%;
  text-align: center;
}

.site-footer--compact .footer-languages--ecosystem {
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer--compact .footer-languages--ecosystem p,
.site-footer--compact .footer-socials p {
  max-width: 900px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  line-height: 1.55;
  font-weight: 650;
}

.site-footer--compact .language-strip,
.site-footer--compact .footer-social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}

.site-footer--compact .language-strip {
  margin-top: 12px;
}

.site-footer--compact .language-strip span,
.site-footer--compact .footer-social-icons span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.site-footer--compact .footer-socials {
  display: grid;
  gap: 12px;
  padding-top: 4px;
}

.site-footer--compact .footer-social-icons span {
  min-width: 36px;
  min-height: 36px;
  color: #ffb454;
}

/* === ARKHONI 2026-05-21 : saut desktop reseaux footer === */
.footer-social-break {
  display: none;
}

@media (min-width: 900px) {
  .footer-social-break {
    display: block;
  }
}

/* === ARKHONI 2026-05-22 : lien First Agency visible en FAQ === */
.faq-item a[href*="thefirstagency.eu"] {
  color: #f28a00;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.faq-item a[href*="thefirstagency.eu"]:hover,
.faq-item a[href*="thefirstagency.eu"]:focus-visible {
  color: #0f2b46;
  background: rgba(242, 138, 0, 0.14);
  border-radius: 8px;
  outline: none;
}

/* === ARKHONI 2026-05-22 : centrage phrase reseaux footer === */
.site-footer--compact .footer-socials p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* === Fin centrage phrase reseaux footer === */

/* === ARKHONI 2026-05-22 : langue active footer === */
.site-footer--compact .language-strip span.is-active {
  color: #111827;
  background: linear-gradient(135deg, #ff9a1f, #fff1ce);
  border-color: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 26px rgba(242, 138, 0, 0.24);
}
/* === Fin langue active footer === */
/* === ARKHONI 2026-05-25 : centrage des 3 mentions ecosysteme footer === */
@media (min-width: 1181px) {
  .site-footer--compact .footer-compact-ecosystem > p:first-child,
  .site-footer--compact .footer-compact-ecosystem > .footer-legal-note,
  .site-footer--compact .footer-compact-ecosystem > .arkhoni-copyright {
    justify-self: center;
    text-align: center;
  }

  .site-footer--compact .footer-compact-ecosystem > .arkhoni-copyright {
    white-space: nowrap;
  }
}
/* === Fin centrage des 3 mentions ecosysteme footer === */
/* === ARKHONI 2026-05-25 : centrage bloc langues footer === */
.site-footer--compact .footer-languages--ecosystem,
.site-footer--compact .footer-languages--ecosystem p {
  text-align: center;
}

.site-footer--compact .footer-languages--ecosystem p {
  margin-left: auto;
  margin-right: auto;
}
/* === Fin centrage bloc langues footer === */
