.bzmv-page {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

/* Reset léger pour éviter conflits avec thème */
.bzmv-page * { box-sizing: border-box; }
.bzmv-page h1, .bzmv-page h2, .bzmv-page h3, .bzmv-page p, .bzmv-page ul { margin: 0; padding: 0; }
.bzmv-page ul { list-style: none; }

:root {
    --bz-blue: #0F4C81;
    --bz-blue-dark: #0A3560;
    --bz-accent: #FFB400;
    --bz-bg: #F7F9FC;
    --bz-card: #FFFFFF;
    --bz-text: #1A2330;
    --bz-muted: #5A6577;
    --bz-border: #E4E9F0;
    --bz-success: #10b981;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: var(--bz-bg);
    color: var(--bz-text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }
  .container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

  /* TOP HEADER (logos) */
  .top-header {
    background: #fff;
    border-bottom: 1px solid var(--bz-border);
    padding: 18px 24px;
  }
  .top-header-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap;
  }
  .top-logo { height: 34px; width: auto; object-fit: contain; }
  .top-logo.buzzee { height: 28px; }
  .top-logo.maileva { height: 36px; }
  .top-logo-svg { height: 22px; width: auto; }
  .top-logo-sep {
    color: #d0d8e2;
    font-size: 20px;
    font-weight: 300;
  }

  /* HERO */
  .hero {
    background: linear-gradient(135deg, var(--bz-blue) 0%, var(--bz-blue-dark) 100%);
    color: #fff;
    padding: 80px 0 90px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: "";
    position: absolute;
    right: -100px; top: -100px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(255,180,0,0.15) 0%, transparent 70%);
    border-radius: 50%;
  }
  .hero-eyebrow {
    display: inline-block;
    background: rgba(255,180,0,0.2);
    color: var(--bz-accent);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 22px;
  }
  .hero h1 {
    font-size: 52px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
  }
  .hero h1 .price { color: var(--bz-accent); }
  .hero-pretitle {
    color: rgba(255,255,255,0.9);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 1.2;
  }
  .hero-bigaccent-box {
    display: inline-block;
    background: rgba(255,180,0,0.15);
    border: 3px solid var(--bz-accent);
    padding: 22px 40px;
    border-radius: 16px;
    margin: 0 0 22px;
    box-shadow: 0 4px 20px rgba(255,180,0,0.25);
  }
  .hero-bigaccent-value {
    display: block;
    color: var(--bz-accent);
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
  }
  .hero-bigaccent-label {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-top: 6px;
  }
  .hero-y1-mention {
    color: rgba(255,255,255,0.95);
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .hero-y1-mention strong {
    color: var(--bz-accent);
    font-weight: 700;
  }
  .hero-sub-accent {
    color: #FFCC4D;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
    font-style: italic;
  }
  .hero p.lead {
    font-size: 19px;
    opacity: 0.92;
    max-width: 680px;
    margin: 0 auto;
  }

  /* SECTIONS */
  section.block { padding: 72px 0; }
  h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 14px;
    color: var(--bz-blue);
    line-height: 1.2;
  }
  .section-intro {
    text-align: center;
    color: var(--bz-muted);
    font-size: 17px;
    max-width: 640px;
    margin: 0 auto 48px;
  }

  /* OFFRES LIMITÉES (bandeau) */
  .promo-bar {
    background: linear-gradient(90deg, var(--bz-accent) 0%, #FFCC4D 100%);
    color: var(--bz-blue-dark);
    padding: 16px 24px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
  }
  .promo-bar strong { font-weight: 800; }

  /* PACKS */
  .packs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    max-width: 920px;
    margin: 0 auto;
  }
  .pack {
    background: #fff;
    border: 2px solid var(--bz-border);
    border-radius: 16px;
    padding: 36px 32px;
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .pack:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(15,76,129,0.12); }
  .pack.featured {
    border-color: var(--bz-accent);
    border-width: 3px;
    box-shadow: 0 8px 28px rgba(255,180,0,0.18);
    transform: scale(1.02);
  }
  .pack.featured::before {
    content: "⭐ Le plus populaire";
    position: absolute;
    top: -14px; left: 50%;
    transform: translateX(-50%);
    background: var(--bz-accent);
    color: var(--bz-blue-dark);
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
  }
  .pack-name {
    color: var(--bz-blue);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
  }
  .pack-title {
    color: var(--bz-text);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .pack-target {
    color: var(--bz-muted);
    font-size: 14px;
    margin-bottom: 24px;
  }
  /* NOUVELLE STRUCTURE : Coût du pack ➜ Économie */
  .pack-pricing {
    margin-bottom: 24px;
  }

  /* BLOC COÛT — sobre, gris, non agressif */
  .pack-cost-block {
    background: #FFFFFF;
    border: 1.5px solid var(--bz-border);
    border-radius: 10px;
    padding: 12px 16px;
    text-align: center;
  }
  .pack-cost-label {
    color: var(--bz-muted);
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
  }
  .pack-cost-value {
    color: var(--bz-blue-dark);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
  }
  .pack-cost-value .unit {
    font-size: 13px;
    font-weight: 500;
    color: var(--bz-muted);
  }
  .pack-cost-value .cost-after {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: var(--bz-success);
    margin-left: 6px;
    vertical-align: middle;
  }
  .pack-cost-note {
    color: var(--bz-muted);
    font-size: 11.5px;
    margin-top: 4px;
    font-style: italic;
  }

  /* FLÈCHE ENTRE COÛT ET ÉCONOMIE */
  .pack-vs-arrow {
    text-align: center;
    color: var(--bz-accent);
    font-size: 22px;
    margin: 6px 0 4px;
    line-height: 1;
    transform: rotate(90deg);
  }

  /* BLOC ÉCONOMIE — hero, jaune, dominant */
  .pack-saving-block {
    background: linear-gradient(135deg, #FFFBF0 0%, #FFF5D6 100%);
    border: 2.5px solid var(--bz-accent);
    border-radius: 12px;
    padding: 16px 18px 14px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(255,180,0,0.18);
  }
  .pack-saving-block.featured {
    background: linear-gradient(135deg, var(--bz-accent) 0%, #FFCC4D 100%);
    border-color: var(--bz-blue-dark);
    box-shadow: 0 6px 18px rgba(255,180,0,0.35);
  }
  .pack-saving-label {
    color: var(--bz-blue-dark);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
  }
  .pack-saving-value {
    color: var(--bz-blue-dark);
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
  }
  .pack-saving-value .unit {
    font-size: 16px;
    font-weight: 600;
    color: var(--bz-blue-dark);
    opacity: 0.85;
  }
  .pack-saving-period {
    color: var(--bz-blue-dark);
    font-size: 13px;
    font-weight: 700;
    margin-top: 2px;
    opacity: 0.85;
  }
  .pack-saving-y1 {
    color: var(--bz-blue-dark);
    font-size: 12.5px;
    font-weight: 600;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed rgba(10,53,96,0.25);
    opacity: 0.9;
  }
  .pack-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
  }
  .pack-benefits-mini {
    background: linear-gradient(135deg, rgba(255,180,0,0.08) 0%, rgba(255,180,0,0.04) 100%);
    border-left: 3px solid var(--bz-accent);
    border-radius: 6px;
    padding: 14px 16px;
    margin-bottom: 22px;
  }
  .pack-benefits-mini-title {
    color: var(--bz-blue-dark);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
  }
  .pack-benefits-mini-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .pack-benefits-mini-list li {
    padding: 4px 0;
    font-size: 13.5px;
    color: var(--bz-text);
    line-height: 1.5;
  }
  .pack-benefits-mini-list li::before {
    content: "→";
    color: var(--bz-accent);
    font-weight: 700;
    margin-right: 6px;
  }
  .pack-features li {
    padding: 8px 0 8px 22px;
    font-size: 14.5px;
    line-height: 1.55;
    position: relative;
  }
  .pack-features li .check {
    position: absolute;
    left: 0;
    top: 8px;
    color: var(--bz-success);
    font-weight: 700;
  }
  .pack-features .strikethrough { color: var(--bz-muted); text-decoration: line-through; font-size: 13px; margin-left: 6px; }
  .pack-features .highlight { color: var(--bz-accent); font-weight: 700; }
  .pack-cta {
    display: block;
    background: var(--bz-blue);
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 16px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    transition: background 0.2s;
  }
  .pack-cta:hover { background: var(--bz-blue-dark); }
  .pack.featured .pack-cta {
    background: var(--bz-accent);
    color: var(--bz-blue-dark);
    box-shadow: 0 4px 14px rgba(255,180,0,0.35);
  }
  .pack.featured .pack-cta:hover { background: #FFCC4D; }
  .pack-promise {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px dashed var(--bz-border);
    color: var(--bz-muted);
    font-size: 14px;
    font-style: italic;
    text-align: center;
    line-height: 1.5;
  }

  /* BLOC BÉNÉFICES DÉTAILLÉ */
  .benefits-section {
    background: #fff;
    border-top: 1px solid var(--bz-border);
  }
  .benefits-section h2 {
    margin-bottom: 14px;
  }
  .benefits-section .section-intro {
    margin-bottom: 56px;
  }
  .benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .benefit-card {
    text-align: left;
    padding: 0;
  }
  .benefit-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, rgba(255,180,0,0.18) 0%, rgba(255,180,0,0.08) 100%);
    color: var(--bz-blue);
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
  }
  .benefit-card h3 {
    color: var(--bz-blue-dark);
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  .benefit-card p {
    color: var(--bz-muted);
    font-size: 14.5px;
    line-height: 1.6;
  }
  .benefit-card .strong-num {
    color: var(--bz-accent);
    font-weight: 700;
  }
  /* Cartes Buzzee : accent bleu pour démarquer la valeur ajoutée propriétaire */
  .benefit-card.buzzee {
    background: linear-gradient(180deg, #f5f9fd 0%, #ffffff 100%);
    border-radius: 12px;
    padding: 18px 18px 20px;
  }
  .benefit-card.buzzee .benefit-icon {
    background: linear-gradient(135deg, rgba(15,76,129,0.12) 0%, rgba(15,76,129,0.04) 100%);
  }

  /* CTA après la grille bénéfices */
  .benefits-cta-wrapper {
    text-align: center;
  }
  section.block.cta-section { padding: 32px 0; }
  .benefits-cta {
    display: inline-block;
    background: var(--bz-blue);
    color: #fff;
    text-decoration: none;
    padding: 16px 38px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    transition: background 0.2s, transform 0.2s;
    box-shadow: 0 4px 14px rgba(15,76,129,0.2);
  }
  .benefits-cta:hover {
    background: var(--bz-blue-dark);
    transform: translateY(-1px);
    color: #fff;
  }

  /* CALCULATEUR */
  .calculator-section {
    background: linear-gradient(180deg, #fff 0%, #f0f5fb 100%);
  }
  section.block.calculator-section { padding: 48px 0 56px; }
  .calculator-section h2 { margin-bottom: 8px; }
  .calculator-section .section-intro { margin-bottom: 28px; }
  .calculator {
    background: #fff;
    border: 1px solid var(--bz-border);
    border-radius: 16px;
    padding: 28px 32px;
    max-width: 1040px;
    margin: 0 auto;
    box-shadow: 0 8px 28px rgba(15,76,129,0.08);
  }

  /* LIGNE VOLUME */
  .calc-volume-row {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--bz-border);
  }
  .calc-volume-label {
    text-align: center;
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 500;
    color: var(--bz-text);
  }
  .calc-volume-text { color: var(--bz-muted); }
  .calc-volume-value {
    color: var(--bz-blue);
    font-size: 32px;
    font-weight: 800;
    margin: 0 8px;
    vertical-align: middle;
  }
  .slider {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 8px;
    border-radius: 4px;
    background: var(--bz-border);
    outline: none;
  }
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px; height: 24px;
    border-radius: 50%;
    background: var(--bz-accent);
    cursor: pointer;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(255,180,0,0.5);
  }
  .slider::-moz-range-thumb {
    width: 24px; height: 24px;
    border-radius: 50%;
    background: var(--bz-accent);
    cursor: pointer;
    border: 3px solid #fff;
  }
  .slider-ticks {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    font-size: 11px;
    color: var(--bz-muted);
  }

  /* BLOC PARAMÈTRES TEMPS (toujours visible) */
  .calc-customize-block {
    background: var(--bz-bg);
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 22px;
  }
  .calc-customize-title {
    color: var(--bz-blue-dark);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
  }
  .calc-customize-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
  .calc-customize-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .calc-customize-field label {
    font-size: 11px;
    font-weight: 600;
    color: var(--bz-muted);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.2;
  }
  .calc-customize-field input,
  .calc-customize-field select {
    padding: 7px 10px;
    border: 1.5px solid var(--bz-border);
    border-radius: 6px;
    font-size: 13.5px;
    font-family: inherit;
    color: var(--bz-text);
    background: #fff;
    transition: border-color 0.2s;
  }
  .calc-customize-field input:focus,
  .calc-customize-field select:focus {
    outline: none;
    border-color: var(--bz-accent);
  }

  /* RÉSULTATS TROIS COLONNES */
  .calc-results-tricol {
    display: grid;
    grid-template-columns: 1fr 1fr 1.3fr;
    gap: 14px;
    margin-bottom: 14px;
  }
  .calc-result-col {
    background: var(--bz-bg);
    border-radius: 10px;
    padding: 14px 14px;
    display: flex;
    flex-direction: column;
  }
  .calc-result-col.total-col {
    background: linear-gradient(135deg, rgba(255,180,0,0.06) 0%, rgba(255,180,0,0.02) 100%);
    border: 1.5px solid var(--bz-accent);
  }
  .calc-col-title {
    color: var(--bz-blue-dark);
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 10px;
    text-align: center;
  }
  .calc-mini-card {
    background: #fff;
    border-radius: 8px;
    padding: 10px 8px;
    text-align: center;
    margin-bottom: 8px;
    border: 1px solid var(--bz-border);
  }
  .calc-mini-card:last-child { margin-bottom: 0; }
  .calc-mini-card.highlight-small {
    background: linear-gradient(135deg, #fffbf0 0%, #fff5d6 100%);
    border-color: var(--bz-accent);
  }
  .calc-mini-card.highlight-big {
    background: linear-gradient(135deg, var(--bz-accent) 0%, #FFCC4D 100%);
    border: 2px solid var(--bz-blue-dark);
    box-shadow: 0 3px 12px rgba(255,180,0,0.4);
  }
  .calc-mini-label {
    color: var(--bz-muted);
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 3px;
    line-height: 1.2;
  }
  .calc-mini-card.highlight-small .calc-mini-label { color: var(--bz-blue-dark); }
  .calc-mini-card.highlight-big .calc-mini-label { color: var(--bz-blue-dark); }
  .calc-mini-value {
    color: var(--bz-text);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.1;
  }
  .calc-mini-value.big {
    font-size: 26px;
    color: var(--bz-blue-dark);
  }
  .calc-mini-card.highlight-small .calc-mini-value { color: var(--bz-success); }
  .calc-mini-card.highlight-big .calc-mini-value { color: var(--bz-blue-dark); }
  .calc-mini-value.negative {
    color: var(--bz-muted) !important;
    font-size: 16px;
  }
  .calc-mini-sub {
    color: var(--bz-muted);
    font-size: 10.5px;
    margin-top: 2px;
  }

  /* SEUIL DE RENTABILITÉ — résultat principal */
  .threshold-result {
    background: linear-gradient(135deg, var(--bz-blue) 0%, var(--bz-blue-dark) 100%);
    border-radius: 14px;
    padding: 24px 28px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    color: #fff;
    box-shadow: 0 6px 20px rgba(15,76,129,0.18);
  }
  .threshold-time, .threshold-money {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
  .threshold-label {
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .threshold-value {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
  }
  .threshold-value.big {
    font-size: 26px;
    font-weight: 800;
  }
  .threshold-value.big strong {
    color: var(--bz-accent);
    font-size: 34px;
    font-weight: 800;
  }
  .threshold-separator {
    color: rgba(255,255,255,0.3);
    font-size: 28px;
    font-weight: 200;
  }

  /* TABLEAU COMPARATIF 50/100/150 */
  .comparison-section-title {
    color: var(--bz-blue-dark);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
    text-align: center;
  }
  .comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr;
    gap: 14px;
    margin-bottom: 16px;
  }
  .comparison-col {
    background: var(--bz-bg);
    border: 1.5px solid var(--bz-border);
    border-radius: 12px;
    padding: 16px;
    position: relative;
  }
  .comparison-col.featured {
    background: #fff;
    border: 2px solid var(--bz-accent);
    box-shadow: 0 6px 18px rgba(255,180,0,0.18);
  }
  .comparison-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--bz-accent);
    color: var(--bz-blue-dark);
    padding: 4px 12px;
    border-radius: 14px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.3px;
    white-space: nowrap;
  }
  .comparison-header {
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed var(--bz-border);
  }
  .comparison-volume {
    color: var(--bz-blue);
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
  }
  .comparison-col.featured .comparison-volume { color: var(--bz-blue-dark); }
  .comparison-volume-label {
    color: var(--bz-muted);
    font-size: 12px;
    margin-top: 2px;
  }
  .comparison-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    font-size: 13px;
  }
  .comparison-row-label {
    color: var(--bz-text);
    font-weight: 500;
  }
  .comparison-row-value {
    color: var(--bz-blue-dark);
    font-weight: 700;
    font-size: 14px;
  }
  .comparison-row.highlight {
    margin-top: 6px;
    padding-top: 10px;
    border-top: 1px solid var(--bz-border);
  }
  .comparison-row.highlight .comparison-row-value.big {
    color: var(--bz-success);
    font-size: 18px;
    font-weight: 800;
  }
  .comparison-col.featured .comparison-row.highlight .comparison-row-value.big {
    color: var(--bz-blue-dark);
    background: var(--bz-accent);
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 17px;
  }

  /* FOOTNOTE */
  .calc-footnote {
    color: var(--bz-muted);
    font-size: 11.5px;
    line-height: 1.5;
    text-align: center;
    margin-top: 10px;
    font-style: italic;
  }

  /* BLOC INFO VOITURE */
  .car-info-block {
    background: linear-gradient(135deg, #f0f5fb 0%, #fff 100%);
    border: 1.5px solid var(--bz-border);
    border-left: 4px solid var(--bz-success);
    border-radius: 10px;
    padding: 12px 18px;
    margin-bottom: 14px;
  }
  .car-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .car-info-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .car-info-label {
    color: var(--bz-muted);
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
  .car-info-value {
    color: var(--bz-blue-dark);
    font-size: 15px;
    font-weight: 700;
  }
  .car-info-note {
    margin-top: 8px;
    padding-top: 6px;
    border-top: 1px dashed var(--bz-border);
    color: var(--bz-muted);
    font-size: 10.5px;
    font-style: italic;
    text-align: center;
  }

  /* RECOMMANDATION */
  .calc-recommendation {
    background: var(--bz-blue);
    color: #fff;
    border-radius: 10px;
    padding: 14px 20px;
    text-align: center;
    font-size: 14.5px;
    line-height: 1.5;
  }
  .calc-recommendation strong { color: var(--bz-accent); }

  /* ENTERPRISE LINK */
  .enterprise-link {
    text-align: center;
    padding: 30px 0 0;
    color: var(--bz-muted);
    font-size: 14px;
  }
  .enterprise-link a {
    color: var(--bz-blue);
    text-decoration: underline;
    font-weight: 600;
  }

  /* GUARANTEES */
  .guarantees {
    background: #fff;
    padding: 64px 0;
    border-top: 1px solid var(--bz-border);
  }
  .guarantees-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
  }
  .guarantee {
    text-align: center;
    padding: 24px 20px;
  }
  .guarantee-icon {
    width: 56px; height: 56px;
    background: rgba(15,76,129,0.08);
    color: var(--bz-blue);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 16px;
  }
  .guarantee h3 {
    color: var(--bz-blue);
    font-size: 17px;
    margin-bottom: 8px;
  }
  .guarantee p {
    color: var(--bz-muted);
    font-size: 14px;
    line-height: 1.5;
  }

  /* FOOTER */
  footer {
    background: #0A2440;
    color: rgba(255,255,255,0.6);
    text-align: center;
    padding: 32px 0;
    font-size: 13px;
  }

  /* Responsive */
  @media (max-width: 900px) {
    .calc-customize-grid { grid-template-columns: repeat(3, 1fr); }
    .calc-results-tricol { grid-template-columns: 1fr; gap: 12px; }
    .car-info-grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 800px) {
    .hero h1 { font-size: 36px; }
    .hero p.lead { font-size: 16px; }
    .hero-sub-accent { font-size: 16px; }
    .hero-bigaccent-value { font-size: 44px; }
    .hero-bigaccent-label { font-size: 17px; }
    .packs { grid-template-columns: 1fr; gap: 32px; }
    .pack.featured { transform: none; }
    .calculator { padding: 20px 16px; }
    .calc-customize-grid { grid-template-columns: repeat(2, 1fr); }
    .guarantees-grid { grid-template-columns: 1fr; }
    .benefits-grid { grid-template-columns: 1fr; gap: 28px; }
    h2 { font-size: 26px; }
  }
  @media (min-width: 801px) and (max-width: 1000px) {
    .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (min-width: 1001px) and (max-width: 1200px) {
    .benefits-grid { grid-template-columns: repeat(3, 1fr); }
  }

/* ==================================================================== */
/* PAGE EN SAVOIR PLUS */
/* ==================================================================== */

:root {
    --bz-blue: #0F4C81;
    --bz-blue-dark: #0A3560;
    --bz-accent: #FFB400;
    --bz-bg: #F7F9FC;
    --bz-card: #FFFFFF;
    --bz-text: #1A2330;
    --bz-muted: #5A6577;
    --bz-border: #E4E9F0;
    --bz-success: #10b981;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: var(--bz-bg);
    color: var(--bz-text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }
  .container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

  /* TOP HEADER (logos) */
  .top-header {
    background: #fff;
    border-bottom: 1px solid var(--bz-border);
    padding: 18px 24px;
  }
  .top-header-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap;
  }
  .top-logo { height: 34px; width: auto; object-fit: contain; }
  .top-logo.buzzee { height: 28px; }
  .top-logo.maileva { height: 36px; }
  .top-logo-svg { height: 22px; width: auto; }
  .top-logo-sep { color: #d0d8e2; font-size: 20px; font-weight: 300; }

  /* BREADCRUMB */
  .breadcrumb {
    background: #fff;
    padding: 10px 24px;
    border-bottom: 1px solid var(--bz-border);
    font-size: 13px;
  }
  .breadcrumb-inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .breadcrumb a {
    color: var(--bz-muted);
    text-decoration: none;
  }
  .breadcrumb a:hover { color: var(--bz-blue); text-decoration: underline; }
  .breadcrumb-sep { color: var(--bz-muted); margin: 0 8px; }
  .breadcrumb-current { color: var(--bz-blue-dark); font-weight: 600; }

  /* HERO + FORM */
  .hero-section {
    background: linear-gradient(135deg, var(--bz-blue) 0%, var(--bz-blue-dark) 100%);
    color: #fff;
    padding: 64px 0 80px;
    position: relative;
    overflow: hidden;
  }
  .hero-section::before {
    content: "";
    position: absolute;
    right: -100px; top: -100px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(255,180,0,0.15) 0%, transparent 70%);
    border-radius: 50%;
  }
  .hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
  }
  .hero-content h1 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 18px;
  }
  .hero-content h1 .accent { color: var(--bz-accent); }
  .hero-content .hero-intro {
    font-size: 18px;
    color: rgba(255,255,255,0.92);
    margin-bottom: 24px;
    line-height: 1.5;
  }
  .hero-bullets {
    list-style: none;
    padding: 0;
  }
  .hero-bullets li {
    padding: 6px 0;
    font-size: 15px;
    color: rgba(255,255,255,0.92);
  }
  .hero-bullets li::before {
    content: "✓";
    color: var(--bz-accent);
    font-weight: 800;
    margin-right: 10px;
  }

  /* CONTACT FORM CARD */
  .contact-card {
    background: #fff;
    color: var(--bz-text);
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  }
  .contact-card-title {
    color: var(--bz-blue);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  .contact-card-subtitle {
    color: var(--bz-muted);
    font-size: 14px;
    margin-bottom: 22px;
  }
  .form-group { margin-bottom: 14px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .form-label {
    display: block;
    color: var(--bz-text);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 4px;
  }
  .form-input {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid var(--bz-border);
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.2s;
  }
  .form-input:focus {
    outline: none;
    border-color: var(--bz-accent);
  }

  /* RADIO CARDS */
  .radio-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 18px 0 20px;
  }
  .radio-card {
    border: 2px solid var(--bz-border);
    border-radius: 10px;
    padding: 14px 12px;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
    background: #fff;
  }
  .radio-card:hover { border-color: var(--bz-accent); }
  .radio-card.selected {
    border-color: var(--bz-accent);
    background: #FFFBF0;
  }
  .radio-card input { display: none; }
  .radio-card-icon { font-size: 22px; margin-bottom: 4px; display: block; }
  .radio-card-title {
    display: block;
    font-weight: 700;
    color: var(--bz-blue-dark);
    font-size: 14px;
    margin-bottom: 2px;
  }
  .radio-card-desc {
    display: block;
    font-size: 12px;
    color: var(--bz-muted);
    line-height: 1.4;
  }

  .submit-btn {
    width: 100%;
    background: var(--bz-accent);
    color: var(--bz-blue-dark);
    border: none;
    padding: 16px 24px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.2s, transform 0.2s;
    box-shadow: 0 6px 16px rgba(255,180,0,0.35);
  }

  /* ENCART RASSURANT : précision essai gratuit */
  .trial-info {
    background: linear-gradient(135deg, #fffbf0 0%, #fff5d6 100%);
    border: 1.5px solid var(--bz-accent);
    border-radius: 10px;
    padding: 12px 14px;
    margin: 18px 0 16px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }
  .trial-info-icon {
    font-size: 22px;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .trial-info-text {
    font-size: 12.5px;
    line-height: 1.5;
    color: var(--bz-text);
  }
  .trial-info-text strong {
    color: var(--bz-blue-dark);
    font-weight: 700;
    display: block;
    margin-bottom: 3px;
  }
  .submit-btn:hover {
    background: #FFCC4D;
    transform: translateY(-1px);
  }
  .form-note {
    font-size: 11.5px;
    color: var(--bz-muted);
    text-align: center;
    margin-top: 10px;
    line-height: 1.4;
  }

  /* OFFER BANNER */
  .offer-section {
    background: #fff;
    padding: 64px 0;
  }
  .offer-banner {
    background: linear-gradient(135deg, #FFFBF0 0%, #FFF5D6 100%);
    border: 3px solid var(--bz-accent);
    border-radius: 16px;
    padding: 36px 40px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(255,180,0,0.15);
    margin-bottom: 40px;
  }
  .offer-eyebrow {
    color: var(--bz-blue-dark);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
  }
  .offer-title {
    color: var(--bz-blue-dark);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 14px;
  }
  .offer-title .accent { color: var(--bz-accent); }
  .offer-subtitle {
    color: var(--bz-text);
    font-size: 17px;
    margin-bottom: 22px;
  }
  .offer-conditions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    text-align: left;
    margin-top: 24px;
  }
  .offer-condition {
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
  .offer-condition-icon {
    font-size: 24px;
    line-height: 1;
    flex-shrink: 0;
  }
  .offer-condition-text {
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--bz-text);
  }
  .offer-condition-text strong { color: var(--bz-blue-dark); }

  /* SECTION CALCULATEUR */
  .calc-section {
    background: var(--bz-bg);
    padding: 64px 0 80px;
  }
  .calc-section h2 {
    text-align: center;
    color: var(--bz-blue);
    font-size: 32px;
    margin-bottom: 10px;
  }
  .calc-section .section-intro {
    text-align: center;
    color: var(--bz-muted);
    max-width: 640px;
    margin: 0 auto 32px;
    font-size: 16px;
  }

  .wizard {
    background: #fff;
    border-radius: 16px;
    padding: 28px 36px 36px;
    max-width: 760px;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(15,76,129,0.1);
  }

  /* PROGRESS BAR */
  .progress-wrap {
    margin-bottom: 28px;
  }
  .progress-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .progress-step-label {
    color: var(--bz-muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .progress-percent {
    color: var(--bz-blue);
    font-size: 13px;
    font-weight: 700;
  }
  .progress-bar {
    height: 8px;
    background: var(--bz-border);
    border-radius: 4px;
    overflow: hidden;
  }
  .progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--bz-accent) 0%, #FFCC4D 100%);
    border-radius: 4px;
    transition: width 0.3s ease;
    width: 16%;
  }

  /* STEPS */
  .step {
    display: none;
    animation: slideIn 0.3s ease;
  }
  .step.active { display: block; }
  @keyframes slideIn {
    from { opacity: 0; transform: translateX(10px); }
    to { opacity: 1; transform: translateX(0); }
  }

  .step-question {
    color: var(--bz-blue-dark);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.3;
  }
  .step-hint {
    color: var(--bz-muted);
    font-size: 14px;
    margin-bottom: 22px;
  }

  /* CHOIX SOUS FORME DE CARTES */
  .choices {
    display: grid;
    gap: 10px;
    margin-bottom: 8px;
  }
  .choices.cols-2 { grid-template-columns: 1fr 1fr; }
  .choices.cols-3 { grid-template-columns: repeat(3, 1fr); }
  .choices.cols-4 { grid-template-columns: repeat(4, 1fr); }
  .choice-card {
    border: 2px solid var(--bz-border);
    border-radius: 10px;
    padding: 16px 12px;
    cursor: pointer;
    text-align: center;
    background: #fff;
    transition: all 0.2s;
    font-family: inherit;
    color: var(--bz-text);
    font-size: 14px;
    font-weight: 600;
  }
  .choice-card:hover { border-color: var(--bz-accent); background: #FFFBF0; }
  .choice-card.selected {
    border-color: var(--bz-accent);
    background: linear-gradient(135deg, #FFFBF0 0%, #FFF5D6 100%);
    box-shadow: 0 4px 12px rgba(255,180,0,0.2);
  }
  .choice-icon {
    font-size: 28px;
    display: block;
    margin-bottom: 6px;
  }

  /* SLIDER INTÉGRÉ */
  .slider-card {
    background: var(--bz-bg);
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    margin-bottom: 8px;
  }
  .slider-value {
    color: var(--bz-blue);
    font-size: 56px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 6px;
  }
  .slider-unit {
    color: var(--bz-muted);
    font-size: 14px;
    margin-bottom: 22px;
  }
  .slider {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 8px;
    border-radius: 4px;
    background: var(--bz-border);
    outline: none;
  }
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 28px; height: 28px;
    border-radius: 50%;
    background: var(--bz-accent);
    cursor: pointer;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(255,180,0,0.5);
  }
  .slider::-moz-range-thumb {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: var(--bz-accent);
    cursor: pointer;
    border: 3px solid #fff;
  }

  /* NAVIGATION */
  .step-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    gap: 12px;
  }
  .step-btn {
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14.5px;
    cursor: pointer;
    border: none;
    font-family: inherit;
    transition: all 0.2s;
  }
  .step-btn-back {
    background: transparent;
    color: var(--bz-muted);
    border: 1.5px solid var(--bz-border);
  }
  .step-btn-back:hover { background: var(--bz-bg); color: var(--bz-text); }
  .step-btn-next {
    background: var(--bz-blue);
    color: #fff;
    margin-left: auto;
  }
  .step-btn-next:hover { background: var(--bz-blue-dark); }
  .step-btn-finish {
    background: var(--bz-accent);
    color: var(--bz-blue-dark);
    margin-left: auto;
    box-shadow: 0 4px 12px rgba(255,180,0,0.3);
  }
  .step-btn-finish:hover { background: #FFCC4D; transform: translateY(-1px); }

  /* RÉSULTAT */
  .result-screen {
    display: none;
    animation: fadeIn 0.4s ease;
  }
  .result-screen.active { display: block; }
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  .result-headline {
    text-align: center;
    margin-bottom: 28px;
  }
  .result-eyebrow {
    color: var(--bz-muted);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
  }
  .result-pretitle {
    color: var(--bz-blue-dark);
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 500;
  }
  .result-amount {
    color: var(--bz-blue-dark);
    background: linear-gradient(135deg, var(--bz-accent) 0%, #FFCC4D 100%);
    display: inline-block;
    padding: 16px 36px;
    border-radius: 14px;
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 6px 20px rgba(255,180,0,0.3);
    margin: 4px 0;
  }
  .result-period {
    color: var(--bz-blue-dark);
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
  }
  .result-breakdown {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
    margin: 28px 0;
  }
  .result-card {
    background: var(--bz-bg);
    border-radius: 10px;
    padding: 14px 12px;
    text-align: center;
  }
  .result-card-label {
    color: var(--bz-muted);
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 4px;
  }
  .result-card-value {
    color: var(--bz-blue-dark);
    font-size: 18px;
    font-weight: 800;
  }
  .result-context {
    background: var(--bz-blue);
    color: #fff;
    border-radius: 12px;
    padding: 18px 22px;
    margin-bottom: 24px;
    line-height: 1.6;
    font-size: 14.5px;
  }
  .result-context strong { color: var(--bz-accent); }
  .result-cta {
    text-align: center;
  }
  .result-cta-btn {
    display: inline-block;
    background: var(--bz-accent);
    color: var(--bz-blue-dark);
    padding: 18px 40px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 17px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(255,180,0,0.35);
    transition: background 0.2s, transform 0.2s;
    border: none;
    cursor: pointer;
    font-family: inherit;
  }
  .result-cta-btn:hover { background: #FFCC4D; transform: translateY(-1px); }
  .result-restart {
    color: var(--bz-muted);
    font-size: 13px;
    margin-top: 14px;
  }
  .result-restart a {
    color: var(--bz-blue);
    cursor: pointer;
    text-decoration: underline;
  }

  /* FOOTER */
  footer {
    background: #0A2440;
    color: rgba(255,255,255,0.6);
    text-align: center;
    padding: 32px 0;
    font-size: 13px;
  }

  /* Responsive */
  @media (max-width: 900px) {
    .hero-grid { grid-template-columns: 1fr; gap: 36px; }
    .hero-content h1 { font-size: 32px; }
    .offer-conditions { grid-template-columns: 1fr; }
    .result-breakdown { grid-template-columns: 1fr; }
    .choices.cols-3, .choices.cols-4 { grid-template-columns: repeat(2, 1fr); }
    .form-row { grid-template-columns: 1fr; }
    .wizard { padding: 22px 20px 26px; }
    .result-amount { font-size: 38px; padding: 12px 24px; }
  }