:root {
    --navy: #0B1C2D;
    --navy-mid: #152847;
    --navy-light: #1E3A5F;
    --gold: #C9A84C;
    --gold-light: #E2C97E;
    --cream: #F8F5EF;
    --cream-dark: #EDE9E0;
    --text: #1A1A2E;
    --text-mid: #4A5568;
    --text-light: #718096;
    --white: #FFFFFF;
    --red-soft: #C0392B;
    --green-soft: #27AE60;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  /* Font fallback to reduce CLS */
  @font-face { font-family: 'Playfair Display'; font-display: swap; }
  @font-face { font-family: 'DM Sans'; font-display: swap; }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--cream);
    color: var(--text);
    overflow-x: hidden;
  }

  /* ── BARRE DE CONFIANCE ── */
  .trust-bar {
    background: var(--navy);
    color: var(--gold-light);
    text-align: center;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .trust-bar span { margin: 0 18px; opacity: 0.9; }
  .trust-bar span::before { content: '✦ '; font-size: 9px; }

  /* ── NAV ── */
  nav {
    background: var(--white);
    border-bottom: 1px solid var(--cream-dark);
    padding: 18px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 20px rgba(11,28,45,0.06);
  }
  .logo {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--navy);
    text-decoration: none;
    letter-spacing: -0.02em;
  }
  .logo span { color: var(--gold); }
  nav .nav-cta {
    background: var(--gold);
    color: var(--navy);
    font-weight: 600;
    font-size: 14px;
    padding: 11px 24px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s;
    letter-spacing: 0.01em;
  }
  nav .nav-cta:hover { background: var(--gold-light); transform: translateY(-1px); }
  .nav-dropdown.open .nav-dropdown-menu { display:block !important; }
  .nav-dropdown-menu a:hover { background:var(--cream); color:var(--navy) !important; }

  /* ── HERO ── */
  .hero {
    background: var(--navy);
    color: var(--white);
    padding: 90px 40px 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
      radial-gradient(ellipse 80% 60% at 20% 50%, rgba(201,168,76,0.08) 0%, transparent 60%),
      radial-gradient(ellipse 60% 80% at 80% 20%, rgba(30,58,95,0.6) 0%, transparent 70%);
    pointer-events: none;
  }
  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(201,168,76,0.15);
    border: 1px solid rgba(201,168,76,0.35);
    color: var(--gold-light);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 100px;
    margin-bottom: 32px;
  }
  .hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 5.5vw, 68px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.02em;
    max-width: 820px;
    margin: 0 auto 28px;
  }
  .hero h1 em {
    font-style: normal;
    color: var(--gold);
    display: block;
  }
  .hero-sub {
    font-size: clamp(16px, 2vw, 20px);
    color: rgba(255,255,255,0.72);
    max-width: 560px;
    margin: 0 auto 50px;
    line-height: 1.65;
    font-weight: 300;
  }
  .hero-cta-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .btn-primary {
    background: var(--gold);
    color: var(--navy);
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    padding: 20px 48px;
    border-radius: 5px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.25s;
    display: inline-block;
    letter-spacing: -0.01em;
    box-shadow: 0 8px 32px rgba(201,168,76,0.35);
  }
  .btn-primary:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(201,168,76,0.45);
  }
  .hero-reassurance {
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .hero-reassurance::before { content: '🔒'; font-size: 12px; }

  /* ── PRIX FLOTTANT ── */
  .price-ribbon {
    background: var(--white);
    border-top: 4px solid var(--gold);
    padding: 36px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    box-shadow: 0 4px 30px rgba(11,28,45,0.08);
  }
  .price-item {
    text-align: center;
  }
  .price-item .label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-light);
    font-weight: 600;
    margin-bottom: 6px;
  }
  .price-item .value {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1;
  }
  .price-item .value span { font-size: 18px; font-weight: 400; color: var(--text-light); }
  .price-item .sub {
    font-size: 13px;
    color: var(--text-light);
    margin-top: 5px;
  }
  .price-divider {
    width: 1px;
    height: 60px;
    background: var(--cream-dark);
  }

  /* ── SECTION GÉNÉRIQUE ── */
  section {
    padding: 90px 40px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .section-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gold);
    font-weight: 700;
    margin-bottom: 14px;
  }
  .section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 700;
    color: var(--navy);
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
  }
  .section-sub {
    font-size: 17px;
    color: var(--text-mid);
    line-height: 1.7;
    max-width: 580px;
    font-weight: 300;
  }

  /* ── POURQUOI ── */
  .why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    margin-top: 60px;
    border-radius: 8px;
    overflow: hidden;
    background: var(--cream-dark);
  }
  .why-card {
    background: var(--white);
    padding: 40px;
    transition: background 0.2s;
  }
  .why-card:hover { background: #FDFAF4; }
  .why-icon {
    width: 48px;
    height: 48px;
    background: var(--navy);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
  }
  .why-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 10px;
  }
  .why-card p {
    font-size: 15px;
    color: var(--text-mid);
    line-height: 1.65;
    font-weight: 300;
  }

  /* ── COMPARATIF ── */
  .compare-section {
    background: var(--navy);
    padding: 90px 40px;
  }
  .compare-section .section-title { color: var(--white); }
  .compare-section .section-sub { color: rgba(255,255,255,0.8); }
  .compare-table {
    max-width: 780px;
    margin: 50px auto 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    border-collapse: collapse;
    width: 100%;
  }
  .compare-table thead, .compare-table tbody { display: contents; }
  .compare-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .compare-row:last-child { border-bottom: none; }
  .compare-row.header {
    background: rgba(255,255,255,0.05);
  }
  .compare-cell {
    padding: 18px 24px;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    border-right: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
  }
  .compare-cell:last-child { border-right: none; }
  .compare-cell.feature { color: rgba(255,255,255,0.75); font-size: 13px; text-align: left; justify-content: flex-start; }
  .compare-cell.us {
    color: var(--gold-light);
    font-weight: 600;
    background: rgba(201,168,76,0.06);
  }
  .compare-cell.header-cell {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
  }
  .compare-cell.header-cell.us { color: var(--gold); }
  .check { color: var(--green-soft); font-size: 16px; }
  .cross { color: rgba(255,255,255,0.55); font-size: 16px; }

  /* ── COMMENT ÇA MARCHE ── */
  .steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 60px;
    position: relative;
  }
  .steps::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    background: linear-gradient(90deg, var(--gold), var(--cream-dark), var(--gold));
    z-index: 0;
  }
  .step {
    text-align: center;
    padding: 0 20px;
    position: relative;
    z-index: 1;
  }
  .step-num {
    width: 72px;
    height: 72px;
    background: var(--navy);
    color: var(--gold);
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    border: 3px solid var(--cream);
    box-shadow: 0 0 0 2px var(--gold);
  }
  .step h3 {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 10px;
  }
  .step p {
    font-size: 14px;
    color: var(--text-mid);
    line-height: 1.6;
    font-weight: 300;
  }

  /* ── GARANTIES ── */
  .guarantees {
    background: var(--cream-dark);
    padding: 60px 40px;
  }
  .guarantees-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .guarantee-card {
    background: var(--white);
    border-left: 3px solid var(--gold);
    padding: 28px 28px 28px 32px;
    border-radius: 0 6px 6px 0;
  }
  .guarantee-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 8px;
  }
  .guarantee-card p {
    font-size: 14px;
    color: var(--text-mid);
    line-height: 1.6;
    font-weight: 300;
  }

  /* ── FORMULAIRE ── */
  .form-section {
    background: var(--white);
    border-radius: 12px;
    padding: 60px;
    box-shadow: 0 20px 60px rgba(11,28,45,0.1);
    max-width: 720px;
    margin: 0 auto;
  }
  .form-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 8px;
  }
  .form-section .form-sub {
    font-size: 15px;
    color: var(--text-mid);
    margin-bottom: 40px;
    font-weight: 300;
  }
  .form-group {
    margin-bottom: 22px;
  }
  .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 7px;
    letter-spacing: 0.02em;
  }
  label .required { color: var(--gold); margin-left: 3px; }
  input, select, textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid var(--cream-dark);
    border-radius: 5px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: var(--text);
    background: var(--cream);
    transition: border-color 0.2s, background 0.2s;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  input:focus-visible, select:focus-visible, textarea:focus-visible {
    border-color: var(--gold);
    background: var(--white);
    outline: 2px solid var(--gold);
    outline-offset: 2px;
  }
  input:focus, select:focus, textarea:focus {
    border-color: var(--gold);
    background: var(--white);
  }
  textarea { resize: vertical; min-height: 90px; }
  .form-divider {
    border: none;
    border-top: 1px solid var(--cream-dark);
    margin: 30px 0;
  }
  .form-title-section {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--gold);
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--cream-dark);
  }
  .cgv-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 24px;
    margin-bottom: 30px;
  }
  .cgv-check input[type=checkbox] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 2px;
    accent-color: var(--navy);
    cursor: pointer;
  }
  .cgv-check label {
    font-size: 13px;
    color: var(--text-mid);
    font-weight: 400;
    margin: 0;
    cursor: pointer;
    line-height: 1.5;
  }
  .cgv-check label a { color: var(--navy); text-decoration: underline; }
  .btn-submit {
    width: 100%;
    background: var(--navy);
    color: var(--white);
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    padding: 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.25s;
    letter-spacing: -0.01em;
    position: relative;
    overflow: hidden;
  }
  .btn-submit::after {
    content: '→';
    margin-left: 10px;
    transition: transform 0.2s;
    display: inline-block;
  }
  .btn-submit:hover {
    background: var(--navy-light);
    transform: translateY(-1px);
    box-shadow: 0 8px 30px rgba(11,28,45,0.2);
  }
  .btn-submit:hover::after { transform: translateX(4px); }
  .price-summary {
    background: var(--cream);
    border-radius: 6px;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border: 1px solid var(--cream-dark);
  }
  .price-summary .ps-label { font-size: 14px; color: var(--text-mid); font-weight: 400; }
  .price-summary .ps-amount {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--navy);
  }
  .price-summary .ps-amount small { font-size: 13px; font-weight: 400; color: var(--text-light); font-family: 'DM Sans', sans-serif; }

  /* ── FAQ ── */
  .faq-section { background: var(--cream-dark); padding: 90px 40px; }
  .faq-inner { max-width: 720px; margin: 0 auto; }
  .faq-item {
    background: var(--white);
    border-radius: 6px;
    margin-bottom: 8px;
    overflow: hidden;
    border: 1px solid var(--cream-dark);
  }
  .faq-q {
    padding: 22px 28px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    color: var(--navy);
    user-select: none;
    transition: background 0.15s;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
  }
  .faq-q:hover { background: #FDFAF4; }
  .faq-q .faq-arrow {
    color: var(--gold);
    font-size: 20px;
    transition: transform 0.25s;
    line-height: 1;
  }
  .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.25s;
    font-size: 14px;
    color: var(--text-mid);
    line-height: 1.7;
    font-weight: 300;
    padding: 0 28px;
  }
  .faq-item.open .faq-a {
    max-height: 800px;
    padding: 0 28px 22px;
  }
  .faq-item.open .faq-arrow { transform: rotate(45deg); }

  /* ── BARREAU BADGE ── */
  .barreau-section {
    padding: 60px 40px;
    text-align: center;
    border-top: 1px solid var(--cream-dark);
  }
  .barreau-inner {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .barreau-seal {
    width: 80px;
    height: 80px;
    background: var(--navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    border: 3px solid var(--gold);
  }
  .barreau-text {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--navy);
  }
  .barreau-sub { font-size: 14px; color: var(--text-light); font-weight: 300; }

  /* ── FOOTER ── */
  footer {
    background: var(--navy);
    color: rgba(255,255,255,0.75);
    text-align: center;
    padding: 30px 40px;
    font-size: 13px;
    line-height: 1.8;
  }
  footer a { color: rgba(255,255,255,0.75); text-decoration: none; }
  footer a:hover { color: var(--gold-light); }

  /* ── STICKY CTA mobile ── */
  .sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--navy);
    padding: 16px 24px;
    z-index: 200;
    box-shadow: 0 -4px 30px rgba(11,28,45,0.3);
  }
  .sticky-cta a {
    display: block;
    background: var(--gold);
    color: var(--navy);
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    padding: 16px;
    border-radius: 5px;
    text-decoration: none;
  }

  /* ── ANIMATIONS ── */
  /* ── SIREN LOOKUP ── */
  .siren-wrap { position: relative; }
  .siren-status {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    transition: all 0.2s;
  }
  .siren-hint {
    font-size: 12px;
    color: var(--text-light);
    margin-top: 5px;
    font-style: italic;
  }
  input.siren-ok { border-color: var(--green-soft) !important; background: #f0faf4 !important; }
  input.siren-error { border-color: var(--red-soft) !important; background: #fdf0f0 !important; }
  input.siren-loading { border-color: var(--gold) !important; }

  /* ── ADRESSE AUTOCOMPLETE ── */
  .autocomplete-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0; right: 0;
    background: var(--white);
    border: 1.5px solid var(--gold);
    border-radius: 6px;
    box-shadow: 0 8px 30px rgba(11,28,45,0.12);
    z-index: 999;
    overflow: hidden;
    display: none;
  }
  .autocomplete-dropdown.open { display: block; }
  .ac-item {
    padding: 12px 16px;
    font-size: 14px;
    color: var(--text);
    cursor: pointer;
    border-bottom: 1px solid var(--cream-dark);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.15s;
  }
  .ac-item:last-child { border-bottom: none; }
  .ac-item:hover { background: var(--cream); }
  .ac-item .ac-icon { color: var(--gold); font-size: 13px; flex-shrink: 0; }
  .ac-item .ac-main { font-weight: 500; }
  .ac-item .ac-sub { font-size: 12px; color: var(--text-light); margin-top: 2px; }

  /* ── RADIO MED ── */
  .radio-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 6px;
  }
  .radio-option { cursor: pointer; }
  .radio-option input[type=radio] { display: none; }
  .radio-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 14px 10px;
    border: 1.5px solid var(--cream-dark);
    border-radius: 6px;
    background: var(--cream);
    transition: all 0.2s;
    text-align: center;
  }
  .radio-box .radio-icon { font-size: 22px; }
  .radio-box strong { font-size: 13px; color: var(--navy); }
  .radio-box small { font-size: 11px; color: var(--text-light); line-height: 1.3; }
  .radio-option input:checked + .radio-box {
    border-color: var(--gold);
    background: #fdf8ee;
    box-shadow: 0 0 0 3px rgba(201,168,76,0.15);
  }

  /* ── UPLOAD ZONE ── */
  .upload-zone {
    border: 2px dashed var(--cream-dark);
    border-radius: 6px;
    transition: border-color 0.2s, background 0.2s;
    overflow: hidden;
    margin-top: 8px;
  }
  .upload-zone:hover { border-color: var(--gold); background: #fdf8ee; }
  .upload-inner {
    padding: 24px 20px;
    text-align: center;
    cursor: pointer;
  }
  .upload-text { font-size: 14px; font-weight: 500; color: var(--navy); margin-bottom: 4px; }
  .upload-sub { font-size: 12px; color: var(--text-light); }
  .file-name {
    padding: 0 16px 12px;
    font-size: 12px;
    color: var(--green-soft);
    font-weight: 500;
    min-height: 0;
    transition: all 0.2s;
  }

  /* ── INTÉRÊTS ── */
  .interets-block {
    background: linear-gradient(135deg, #f0faf4, #e8f5ee);
    border: 1.5px solid #a8dbb9;
    border-radius: 6px;
    padding: 16px 20px;
    margin: -8px 0 20px;
  }
  .interets-label { font-size: 12px; font-weight: 600; color: #1a7a4a; margin-bottom: 4px; }
  .interets-value { font-size: 20px; font-weight: 700; color: #1a7a4a; font-family: 'Playfair Display', serif; }
  .interets-sub { font-size: 11px; color: #4a9e6a; margin-top: 3px; }

  .form-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 60px;
    align-items: start;
  }
  @media (max-width: 900px) {
    .form-grid {
      grid-template-columns: 1fr !important;
      gap: 32px !important;
    }
  }
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .hero > * { animation: fadeUp 0.7s ease both; }
  .hero .hero-badge { animation-delay: 0.1s; }
  .hero h1 { animation-delay: 0.2s; }
  .hero .hero-sub { animation-delay: 0.35s; }
  .hero .hero-cta-group { animation-delay: 0.5s; }

  /* ── SOCIAL PROOF TESTIMONIALS ── */
  .testimonials-section { background: var(--cream-dark); padding: 90px 40px; }
  .testimonials-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
  .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 50px; }
  .testimonial-card { background: var(--white); border-radius: 8px; padding: 32px 28px; text-align: left; border: 1px solid var(--cream-dark); box-shadow: 0 4px 20px rgba(11,28,45,0.06); position: relative; }
  .testimonial-stars { color: var(--gold); font-size: 16px; margin-bottom: 16px; letter-spacing: 2px; }
  .testimonial-text { font-size: 15px; color: var(--text-mid); line-height: 1.7; font-weight: 300; font-style: italic; margin-bottom: 20px; }
  .testimonial-author { font-size: 13px; font-weight: 600; color: var(--navy); }
  .testimonial-role { font-size: 12px; color: var(--text-light); margin-top: 2px; }
  .counter-row { display: flex; justify-content: center; gap: 60px; margin-top: 40px; flex-wrap: wrap; }
  .counter-item { text-align: center; }
  .counter-value { font-family: 'Playfair Display', serif; font-size: 42px; font-weight: 700; color: var(--navy); }
  .counter-label { font-size: 13px; color: var(--text-light); margin-top: 4px; }

  /* ── CTA PULSE ── */
  .price-striked { text-decoration: line-through; color: var(--text-light); font-size: 60%; font-weight: 400; opacity: 0.7; }
  .launch-badge { display: inline-block; background: var(--red-soft); color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 8px; border-radius: 3px; margin-left: 8px; vertical-align: middle; animation: badgePulse 2s infinite; }
  @keyframes badgePulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.7; } }
  .launch-ribbon { background: linear-gradient(135deg, #c0392b, #e74c3c); color: white; text-align: center; padding: 8px 20px; font-size: 13px; font-weight: 600; letter-spacing: 0.02em; }
  .launch-ribbon strong { color: #ffeaa7; }
  @keyframes pulse { 0%, 100% { box-shadow: 0 8px 32px rgba(201,168,76,0.35); } 50% { box-shadow: 0 8px 32px rgba(201,168,76,0.6), 0 0 0 8px rgba(201,168,76,0.15); } }
  .btn-primary { animation: pulse 2.5s infinite; }
  .btn-primary:hover { animation: none; }

  /* ── FORM PROGRESS ── */
  .form-progress { display: flex; justify-content: space-between; margin-bottom: 30px; position: relative; }
  .form-progress::before { content: ''; position: absolute; top: 14px; left: 15%; right: 15%; height: 2px; background: var(--cream-dark); z-index: 0; }
  .fp-step { display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: 11px; color: var(--text-light); font-weight: 500; position: relative; z-index: 1; }
  .fp-step span { width: 28px; height: 28px; border-radius: 50%; background: var(--cream-dark); color: var(--text-light); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 12px; transition: all 0.3s; }
  .fp-step.active span { background: var(--navy); color: var(--gold); }
  .fp-step.active { color: var(--navy); }
  .fp-step.done span { background: var(--green-soft); color: white; }

  /* ── EXIT POPUP ── */
  .exit-popup-overlay { position: fixed; inset: 0; background: rgba(11,28,45,0.6); z-index: 9999; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(4px); }
  .exit-popup { background: var(--white); border-radius: 12px; padding: 48px 40px; max-width: 520px; width: 90%; text-align: center; position: relative; box-shadow: 0 20px 60px rgba(11,28,45,0.3); animation: fadeUp 0.4s ease; }
  .exit-close { position: absolute; top: 16px; right: 20px; background: none; border: none; font-size: 28px; color: var(--text-light); cursor: pointer; line-height: 1; }
  .exit-close:hover { color: var(--navy); }

  /* ── RESPONSIVE ── */
  @media (max-width: 768px) {
    /* Nav */
    nav { padding: 12px 16px; }
    .logo { font-size: 18px; }
    nav .nav-cta { display: none; }
    .nav-dropdown-menu { right: auto; left: 0; }

    /* Hero */
    .hero { padding: 50px 20px 60px; }

    /* Trust bar */
    .trust-bar { font-size: 11px; }
    .trust-bar span { display: inline-block; margin: 2px 8px; }

    /* Price ribbon */
    .price-ribbon { gap: 20px; padding: 24px 20px; flex-direction: column; }
    .price-divider { display: none; }

    /* Why grid */
    .why-grid { grid-template-columns: 1fr; }
    .why-card { text-align: center; }
    .why-icon { margin: 0 auto 20px; }

    /* Steps */
    .steps { grid-template-columns: 1fr 1fr; gap: 32px; }
    .steps::before { display: none; }

    /* Guarantees */
    .guarantees-inner { grid-template-columns: 1fr; }

    /* Approche grid */
    .approche-grid { grid-template-columns: 1fr !important; }

    /* Compare */
    .compare-section { padding: 60px 16px; }
    .compare-table { font-size: 12px; }
    .compare-row { grid-template-columns: 1.5fr 1fr 1fr 1fr !important; }
    .compare-cell { padding: 12px 8px; font-size: 12px; }
    .compare-cell.header-cell { font-size: 11px; padding: 12px 6px; }

    /* Sections */
    section { padding: 50px 16px; }

    /* FORMULAIRE — colonne unique obligatoire */
    #formulaire > div {
      grid-template-columns: 1fr !important;
      gap: 32px !important;
    }
    .form-section {
      padding: 28px 18px;
      border-radius: 8px;
    }
    .form-row { grid-template-columns: 1fr; gap: 12px; }

    /* Radio MED */
    .radio-group { grid-template-columns: 1fr; }

    /* Testimonials */
    .testimonials-grid { grid-template-columns: 1fr; }
    .counter-row { gap: 30px; }
    .counter-value { font-size: 32px; }

    /* Social proof notif */
    .social-proof-notif { bottom: 80px; left: 12px; right: 12px; max-width: none; }

    /* Sticky CTA */
    .sticky-cta { display: block; }
    footer { padding-bottom: 90px; }

    /* Inputs plus grands sur mobile */
    input, select, textarea {
      font-size: 16px !important; /* évite le zoom iOS */
      padding: 14px 16px;
    }
    .btn-submit { font-size: 16px; padding: 18px; }
  }

  @media (max-width: 480px) {
    .steps { grid-template-columns: 1fr; }
    .hero h1 { font-size: 30px; }
    .compare-cell { padding: 10px 6px; font-size: 11px; }
    .compare-cell.header-cell { font-size: 10px; padding: 10px 4px; }
  }

  /* ── GUIDES SECTION ── */
  @media (max-width: 900px) {
    .guides-grid { grid-template-columns: 1fr 1fr !important; }
  }
  @media (max-width: 560px) {
    .guides-grid { grid-template-columns: 1fr !important; }
  }

  /* ══════════════════════════════════════════════════
     CRO — CONVERSION OPTIMIZATION ELEMENTS
     ══════════════════════════════════════════════════ */

  /* ── URGENCY BANNER ── */
  .urgency-banner {
    background: linear-gradient(135deg, #c0392b, #e74c3c);
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
    animation: urgencyPulse 3s infinite;
  }
  .urgency-banner strong { color: #ffeaa7; }
  @keyframes urgencyPulse {
    0%, 100% { background: linear-gradient(135deg, #c0392b, #e74c3c); }
    50% { background: linear-gradient(135deg, #a93226, #d63031); }
  }
  .countdown-inline {
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.03em;
  }

  /* ── COUNTDOWN BOXES ── */
  .countdown-boxes {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .cd-box {
    background: rgba(255,255,255,0.12);
    border-radius: 6px;
    padding: 8px 10px;
    text-align: center;
    min-width: 52px;
    backdrop-filter: blur(4px);
  }
  .cd-num {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
    font-variant-numeric: tabular-nums;
  }
  .cd-label {
    display: block;
    font-size: 10px;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 2px;
  }
  .hero-countdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
  }
  .hero-countdown-label {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    font-weight: 400;
  }

  /* ── EXIT POPUP COUNTDOWN ── */
  .exit-countdown .cd-box {
    background: var(--cream);
    border: 1px solid var(--cream-dark);
  }
  .exit-countdown .cd-num { color: var(--red-soft); }
  .exit-countdown .cd-label { color: var(--text-light); }

  /* ── CTA SECTION COUNTDOWN ── */
  #countdown-cta .cd-box {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(201,168,76,0.2);
  }

  /* ── SOCIAL PROOF NOTIFICATION ── */
  .social-proof-notif {
    position: fixed;
    bottom: 24px;
    left: 24px;
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(11,28,45,0.18);
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 360px;
    z-index: 150;
    border-left: 3px solid var(--green-soft);
  }
  .spn-icon { font-size: 20px; flex-shrink: 0; }
  .spn-main { font-size: 13px; font-weight: 600; color: var(--navy); line-height: 1.4; }
  .spn-sub { font-size: 11px; color: var(--text-light); margin-top: 2px; }
  .spn-close {
    position: absolute;
    top: 6px;
    right: 8px;
    background: none;
    border: none;
    font-size: 16px;
    color: var(--text-light);
    cursor: pointer;
    line-height: 1;
  }
  @keyframes slideInLeft {
    from { transform: translateX(-120%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
  }
  @keyframes slideOutLeft {
    from { transform: translateX(0); opacity: 1; }
    to { transform: translateX(-120%); opacity: 0; }
  }

  /* ── FLOATING PHONE BUTTON ── */
  .floating-phone {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: var(--navy);
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    z-index: 150;
    box-shadow: 0 6px 24px rgba(11,28,45,0.3);
    transition: all 0.25s;
  }
  .floating-phone:hover {
    background: var(--navy-light);
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(11,28,45,0.4);
  }
  .fp-icon { font-size: 18px; }
  .fp-label { font-size: 13px; }

  /* ── TRUST ROW NEAR SUBMIT ── */
  .trust-row-submit {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 12px;
    padding: 10px 0;
  }
  .trust-row-submit span {
    font-size: 12px;
    color: var(--text-light);
    font-weight: 500;
    white-space: nowrap;
  }

  /* ── FORM LIVE PROOF ── */
  .form-live-proof {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding: 10px 16px;
    background: #fefcf5;
    border-radius: 6px;
    border: 1px solid rgba(201,168,76,0.2);
  }
  .flp-item {
    font-size: 12px;
    color: var(--text-mid);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .flp-dot {
    width: 8px;
    height: 8px;
    background: var(--green-soft);
    border-radius: 50%;
    display: inline-block;
    animation: dotPulse 2s infinite;
  }
  @keyframes dotPulse {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(39,174,96,0.4); }
    50% { opacity: 0.8; box-shadow: 0 0 0 6px rgba(39,174,96,0); }
  }

  /* ── RESPONSIVE OVERRIDES FOR CRO ── */
  @media (max-width: 768px) {
    .urgency-banner { font-size: 12px; padding: 8px 14px; }
    .countdown-boxes { gap: 4px; }
    .cd-box { min-width: 42px; padding: 6px 6px; }
    .cd-num { font-size: 18px; }
    .social-proof-notif { bottom: 80px; left: 10px; right: 10px; max-width: none; }
    .floating-phone { bottom: auto; top: auto; right: 16px; bottom: 80px; padding: 12px 16px; }
    .floating-phone .fp-label { display: none; }
    .floating-phone { border-radius: 50%; width: 52px; height: 52px; padding: 0; justify-content: center; }
    .floating-phone .fp-icon { font-size: 22px; margin: 0; }
    .form-live-proof { flex-direction: column; gap: 6px; }
    .hero-countdown .countdown-boxes { gap: 4px; }
  }