
    :root {
      --green: #007dff;
      --green-light: #007dff;
      --green-pale: #cce4ff;
      --green-xpale: #f0f7ff;
      --cream: #faf9f6;
      --dark: #1a1a1a;
      --mid: #4a4a4a;
      --light: #8a8a8a;
      --border: #e8e8e4;
      --white: #ffffff;
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: 'Inter', sans-serif; background: var(--cream); color: var(--dark); overflow-x: hidden; }
 
    nav {
      position: fixed; top: 0; left: 0; width: 100%; z-index: 100;
      display: flex; align-items: center; justify-content: space-between;
      padding: 1.4rem 6%;
      background: rgba(250,249,246,0.94);
      backdrop-filter: blur(20px);
      border-bottom: 1px solid var(--border);
      transition: padding 0.3s;
    }
    .nav-logo { font-family: 'Poppins', sans-serif; font-size: 1.4rem; font-weight: 800; color: var(--dark); text-decoration: none; letter-spacing: -0.02em; }
    .nav-logo em { color: var(--green); font-style: normal; }
    .nav-links { display: flex; gap: 2.8rem; list-style: none; }
    .nav-links a { color: var(--mid); text-decoration: none; font-size: 0.88rem; font-weight: 500; transition: color 0.2s; }
    .nav-links a:hover { color: var(--dark); }
    .nav-right { display: flex; align-items: center; gap: 1.2rem; }
    .nav-phone { font-size: 0.88rem; font-weight: 600; color: var(--dark); text-decoration: none; }
    .nav-btn { background: var(--dark); color: var(--white); padding: 0.7rem 1.6rem; border-radius: 50px; font-size: 0.85rem; font-weight: 600; text-decoration: none; transition: background 0.25s, transform 0.2s; white-space: nowrap; }
    .nav-btn:hover { background: var(--green); transform: translateY(-1px); }
 
    .hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 0 6%; padding-top: 90px; gap: 4rem; }
    .hero-tag { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--green-pale); color: var(--green); padding: 0.45rem 1rem; border-radius: 50px; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.02em; margin-bottom: 2rem; animation: fadeUp 0.6s ease both; }
    .hero-tag::before { content: '●'; font-size: 0.5rem; }
    .hero-title { font-family: 'Poppins', sans-serif; font-size: clamp(2.8rem, 4.5vw, 4.2rem); font-weight: 800; line-height: 1.08; letter-spacing: -0.04em; color: var(--dark); animation: fadeUp 0.7s 0.08s ease both; }
    .hero-title em { font-style: normal; color: var(--green); }
    .hero-sub { margin-top: 1.6rem; font-size: 1.05rem; line-height: 1.75; color: var(--mid); font-weight: 300; max-width: 460px; animation: fadeUp 0.7s 0.16s ease both; }
    .hero-actions { display: flex; gap: 1rem; margin-top: 2.4rem; flex-wrap: wrap; animation: fadeUp 0.7s 0.24s ease both; }
    .btn-dark { background: var(--dark); color: var(--white); padding: 1rem 2rem; border-radius: 50px; font-size: 0.95rem; font-weight: 600; text-decoration: none; transition: all 0.25s; }
    .btn-dark:hover { background: var(--green); transform: translateY(-2px); }
    .btn-outline { border: 1.5px solid var(--border); color: var(--dark); padding: 1rem 2rem; border-radius: 50px; font-size: 0.95rem; font-weight: 500; text-decoration: none; transition: all 0.25s; }
    .btn-outline:hover { border-color: var(--dark); transform: translateY(-2px); }
    .hero-trust { display: flex; align-items: center; gap: 1.5rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--border); animation: fadeUp 0.7s 0.3s ease both; flex-wrap: wrap; }
    .trust-stars { color: #f4a231; font-size: 1.05rem; }
    .trust-text { font-size: 0.85rem; color: var(--mid); line-height: 1.5; }
    .trust-text strong { color: var(--dark); display: block; }
    .hero-right { position: relative; height: 85vh; animation: fadeUp 0.8s 0.1s ease both; }
    .hero-img { width: 100%; height: 100%; border-radius: 24px; background: linear-gradient(145deg, #cce4ff, #007dff); display: flex; align-items: center; justify-content: center; font-size: 7rem; }
    .hero-float { position: absolute; bottom: 2.5rem; left: -2rem; background: var(--white); border-radius: 16px; padding: 1.2rem 1.6rem; border: 1px solid var(--border); box-shadow: 0 8px 32px rgba(0,0,0,0.08); }
    .hero-float-num { font-family: 'Poppins', sans-serif; font-size: 2rem; font-weight: 800; color: var(--dark); line-height: 1; }
    .hero-float-num em { color: var(--green); font-style: normal; }
    .hero-float-label { font-size: 0.78rem; color: var(--light); margin-top: 0.2rem; }
    .hero-float2 { position: absolute; top: 2.5rem; right: -1.5rem; background: var(--white); border-radius: 16px; padding: 1rem 1.4rem; border: 1px solid var(--border); box-shadow: 0 8px 32px rgba(0,0,0,0.07); }
    .hero-float2-stars { color: #f4a231; font-size: 0.85rem; }
    .hero-float2-val { font-family: 'Poppins', sans-serif; font-size: 1.4rem; font-weight: 800; color: var(--dark); }
    .hero-float2-label { font-size: 0.73rem; color: var(--light); }
 
    .logos-band { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 1.8rem 6%; display: flex; align-items: center; gap: 3rem; background: var(--white); flex-wrap: wrap; }
    .logos-label { font-size: 0.75rem; color: var(--light); text-transform: uppercase; letter-spacing: 0.1em; white-space: nowrap; }
    .logos-items { display: flex; align-items: center; gap: 3rem; flex: 1; flex-wrap: wrap; }
    .logos-items span { font-family: 'Poppins', sans-serif; font-size: 0.95rem; font-weight: 700; color: #ccc; letter-spacing: -0.01em; white-space: nowrap; }
 
    section { padding: 7rem 6%; }
    .section-eyebrow { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--green); margin-bottom: 1rem; display: flex; align-items: center; gap: 0.6rem; }
    .section-eyebrow::before { content: ''; display: block; width: 24px; height: 2px; background: var(--green); border-radius: 2px; flex-shrink: 0; }
    .section-title { font-family: 'Poppins', sans-serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 800; line-height: 1.12; letter-spacing: -0.03em; color: var(--dark); }
    .section-sub { font-size: 1rem; color: var(--mid); line-height: 1.75; font-weight: 300; max-width: 480px; margin-top: 0.8rem; }
 
    #services { background: var(--white); }
    .services-header { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 2rem; margin-bottom: 4rem; }
    .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
    .service-card { background: var(--cream); border: 1px solid var(--border); border-radius: 20px; padding: 2.5rem 2rem; transition: all 0.3s; }
    .service-card:hover { border-color: var(--green-light); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,125,255,0.1); }
    .service-icon-wrap { width: 56px; height: 56px; border-radius: 14px; background: var(--green-pale); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 1.5rem; }
    .service-card h3 { font-family: 'Poppins', sans-serif; font-size: 1.1rem; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 0.7rem; }
    .service-card p { font-size: 0.9rem; color: var(--mid); line-height: 1.7; font-weight: 300; }
    .service-arrow { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 1.5rem; font-size: 0.82rem; font-weight: 600; color: var(--green); text-decoration: none; transition: gap 0.2s; }
    .service-arrow:hover { gap: 0.7rem; }
 
    #pourquoi { background: var(--dark); }
    #pourquoi .section-eyebrow { color: var(--green-light); }
    #pourquoi .section-eyebrow::before { background: var(--green-light); }
    #pourquoi .section-title { color: var(--white); }
    #pourquoi .section-sub { color: rgba(255,255,255,0.5); }
    .reasons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 4rem; border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; overflow: hidden; }
    .reason { padding: 2.8rem 2.5rem; border-right: 1px solid rgba(255,255,255,0.1); }
    .reason:last-child { border-right: none; }
    .reason-num { font-family: 'Poppins', sans-serif; font-size: 0.73rem; font-weight: 700; letter-spacing: 0.12em; color: var(--green-light); margin-bottom: 1.5rem; }
    .reason h3 { font-family: 'Poppins', sans-serif; font-size: 1.2rem; font-weight: 700; letter-spacing: -0.02em; color: var(--white); margin-bottom: 0.8rem; }
    .reason p { font-size: 0.9rem; color: rgba(255,255,255,0.45); line-height: 1.7; font-weight: 300; }
 
    .avantapres-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 4rem; }
    .aa-card { border-radius: 20px; overflow: hidden; border: 1px solid var(--border); background: var(--white); }
    .aa-visual { height: 260px; display: flex; align-items: center; justify-content: center; font-size: 4.5rem; position: relative; }
    .aa-visual.avant { background: #fdf0ec; }
    .aa-visual.apres { background: var(--green-xpale); }
    .aa-badge { position: absolute; top: 1.2rem; left: 1.2rem; padding: 0.35rem 0.9rem; border-radius: 50px; font-size: 0.73rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }
    .aa-badge.avant { background: #fee2e2; color: #b91c1c; }
    .aa-badge.apres { background: var(--green-pale); color: var(--green); }
    .aa-body { padding: 1.8rem 2rem; }
    .aa-body h4 { font-family: 'Poppins', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; }
    .aa-body p { font-size: 0.88rem; color: var(--mid); line-height: 1.65; font-weight: 300; }
 
    #processus { background: var(--white); }
    .steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 4rem; border: 1px solid var(--border); border-radius: 20px; overflow: hidden; }
    .step { padding: 2.5rem 2rem; border-right: 1px solid var(--border); }
    .step:last-child { border-right: none; }
    .step-num { font-family: 'Poppins', sans-serif; font-size: 3rem; font-weight: 800; color: var(--border); line-height: 1; margin-bottom: 1.2rem; }
    .step h3 { font-family: 'Poppins', sans-serif; font-size: 0.95rem; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 0.6rem; }
    .step p { font-size: 0.86rem; color: var(--mid); line-height: 1.65; font-weight: 300; }
 
    #formules { background: var(--cream); }
    .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
    .price-card { background: var(--white); border: 1px solid var(--border); border-radius: 20px; padding: 2.5rem 2rem; transition: all 0.3s; }
    .price-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.08); }
    .price-card.featured { background: var(--dark); color: var(--white); border-color: var(--dark); }
    .price-pop { display: inline-block; background: var(--green-pale); color: var(--green); padding: 0.3rem 0.9rem; border-radius: 50px; font-size: 0.73rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 1.5rem; }
    .price-card.featured .price-pop { background: var(--green); color: var(--white); }
    .price-name { font-family: 'Poppins', sans-serif; font-size: 1.2rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 0.4rem; }
    .price-desc-text { font-size: 0.85rem; color: var(--mid); margin-bottom: 1.8rem; line-height: 1.6; }
    .price-card.featured .price-desc-text { color: rgba(255,255,255,0.45); }
    .price-amount { font-family: 'Poppins', sans-serif; font-size: 3rem; font-weight: 800; letter-spacing: -0.04em; line-height: 1; margin-bottom: 2rem; }
    .price-amount small { font-size: 1rem; font-weight: 400; color: var(--light); }
    .price-card.featured .price-amount small { color: rgba(255,255,255,0.4); }
    .divider { height: 1px; background: var(--border); margin-bottom: 1.8rem; }
    .price-card.featured .divider { background: rgba(255,255,255,0.12); }
    .price-list { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; margin-bottom: 2rem; }
    .price-list li { display: flex; align-items: flex-start; gap: 0.7rem; font-size: 0.88rem; color: var(--mid); }
    .price-card.featured .price-list li { color: rgba(255,255,255,0.65); }
    .price-list li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
    .price-card.featured .price-list li::before { color: var(--green-light); }
    .btn-book { display: block; text-align: center; padding: 0.95rem; border-radius: 50px; font-weight: 600; font-size: 0.9rem; text-decoration: none; transition: all 0.25s; }
    .btn-book-dark { border: 1.5px solid var(--border); color: var(--dark); }
    .btn-book-dark:hover { background: var(--dark); color: var(--white); border-color: var(--dark); }
    .btn-book-white { background: var(--white); color: var(--dark); }
    .btn-book-white:hover { background: var(--green-pale); }
 
    #avis { background: var(--white); }
    .rating-bar { display: flex; align-items: center; gap: 3rem; margin-bottom: 3.5rem; padding: 2rem 2.5rem; background: var(--green-xpale); border-radius: 20px; border: 1px solid var(--green-pale); flex-wrap: wrap; }
    .rating-big { font-family: 'Poppins', sans-serif; font-size: 4rem; font-weight: 800; line-height: 1; color: var(--dark); }
    .rating-stars { font-size: 1.1rem; letter-spacing: 0.1em; color: #f4a231; }
    .rating-count { font-size: 0.82rem; color: var(--mid); margin-top: 0.2rem; }
    .rating-review-btn:hover { background: var(--green) !important; }
    .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
    .review-card { background: var(--cream); border: 1px solid var(--border); border-radius: 20px; padding: 2rem; transition: all 0.3s; }
    .review-card:hover { transform: translateY(-3px); border-color: var(--green-pale); }
    .review-stars { color: #f4a231; font-size: 0.85rem; letter-spacing: 0.1em; margin-bottom: 1rem; }
    .review-text { font-size: 0.9rem; line-height: 1.75; color: var(--mid); font-weight: 300; font-style: italic; margin-bottom: 1.5rem; }
    .review-author { display: flex; align-items: center; gap: 0.8rem; }
    .review-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--green-pale); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.82rem; color: var(--green); }
    .review-name { font-size: 0.9rem; font-weight: 600; }
    .review-loc { font-size: 0.78rem; color: var(--light); }
 
    #zone { background: var(--green-xpale); }
    .zone-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
    .zone-tags { display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 2rem 0; }
    .zone-tag { background: var(--white); border: 1px solid var(--border); color: var(--dark); padding: 0.5rem 1.1rem; border-radius: 50px; font-size: 0.84rem; font-weight: 500; }
    .zone-visual { aspect-ratio: 1; background: var(--white); border: 1px solid var(--border); border-radius: 24px; display: flex; align-items: center; justify-content: center; font-size: 5.5rem; position: relative; overflow: hidden; }
    .zone-visual::before { content: ''; position: absolute; width: 70%; height: 70%; border-radius: 50%; background: var(--green-pale); }
    .zone-visual span { position: relative; z-index: 1; }
 
    .cta-band { background: var(--dark); padding: 5rem 6%; display: flex; align-items: center; justify-content: space-between; gap: 3rem; flex-wrap: wrap; }
    .cta-band h2 { font-family: 'Poppins', sans-serif; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 800; color: var(--white); letter-spacing: -0.03em; line-height: 1.15; }
    .cta-band h2 em { color: var(--green-light); font-style: normal; }
    .cta-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
    .btn-green { background: var(--green-light); color: var(--dark); padding: 1rem 2.2rem; border-radius: 50px; font-weight: 700; font-size: 0.95rem; text-decoration: none; transition: all 0.25s; }
    .btn-green:hover { background: var(--green-pale); transform: translateY(-2px); }
    .btn-ghost { border: 1.5px solid rgba(255,255,255,0.2); color: var(--white); padding: 1rem 2.2rem; border-radius: 50px; font-weight: 500; font-size: 0.95rem; text-decoration: none; transition: all 0.25s; }
    .btn-ghost:hover { border-color: rgba(255,255,255,0.5); }
 
    #contact { background: var(--white); }
    .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
    .contact-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2.5rem; }
    .contact-method { background: var(--cream); border: 1px solid var(--border); border-radius: 16px; padding: 1.5rem; text-decoration: none; color: var(--dark); transition: all 0.25s; display: block; }
    .contact-method:hover { border-color: var(--green-light); transform: translateY(-2px); }
    .cm-icon { font-size: 1.4rem; margin-bottom: 0.7rem; }
    .cm-label { font-size: 0.72rem; color: var(--light); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.3rem; }
    .cm-val { font-size: 0.92rem; font-weight: 600; }
    .contact-form { display: flex; flex-direction: column; gap: 1rem; }
    .contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 1rem 1.2rem; border: 1px solid var(--border); border-radius: 12px; font-family: 'Inter', sans-serif; font-size: 0.92rem; color: var(--dark); background: var(--white); outline: none; transition: border-color 0.2s; resize: vertical; appearance: none; }
    .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green-light); }
    .contact-form textarea { min-height: 110px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
    .form-submit { background: var(--dark); color: var(--white); padding: 1rem; border-radius: 50px; font-size: 0.95rem; font-weight: 600; border: none; cursor: pointer; width: 100%; font-family: 'Inter', sans-serif; transition: background 0.25s; margin-top: 0.5rem; }
    .form-submit:hover { background: var(--green); }
 
    footer { background: var(--cream); border-top: 1px solid var(--border); padding: 2.5rem 6%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1.5rem; }
    .footer-logo { font-family: 'Poppins', sans-serif; font-size: 1.2rem; font-weight: 800; color: var(--dark); }
    .footer-logo em { color: var(--green); font-style: normal; }
    .footer-copy { font-size: 0.82rem; color: var(--light); }
    .footer-links { display: flex; gap: 2rem; }
    .footer-links a { color: var(--light); text-decoration: none; font-size: 0.82rem; transition: color 0.2s; }
    .footer-links a:hover { color: var(--dark); }
    .footer-socials { display: flex; gap: 0.8rem; align-items: center; }
    .footer-social-btn { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; text-decoration: none; font-size: 1.1rem; transition: all 0.2s; color: var(--mid); background: var(--white); }
    .footer-social-btn:hover { border-color: var(--green); color: var(--green); transform: translateY(-2px); }
 
    @keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
    .reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.55s ease, transform 0.55s ease; }
    .reveal.in { opacity: 1; transform: translateY(0); }
 
    @media (max-width: 900px) {
      .nav-links { display: none; }
      .hero { grid-template-columns: 1fr; padding-top: 100px; gap: 2.5rem; }
      .hero-right { height: 60vw; min-height: 240px; }
      .hero-float { left: 1rem; }
      .hero-float2 { display: none; }
      .services-grid, .reasons-grid, .pricing-grid, .reviews-grid, .contact-grid, .zone-inner { grid-template-columns: 1fr; }
      .qsn-grid { gap: 2.5rem; }
      .contact-grid { gap: 2.5rem; }
      .zone-inner { gap: 2.5rem; }
      .avantapres-grid { grid-template-columns: 1fr; }
      .steps-grid { grid-template-columns: 1fr 1fr; }
      .step:nth-child(2) { border-right: none; }
      .step-num { font-size: 2.2rem; }
      .reason { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
      .contact-methods { grid-template-columns: 1fr 1fr; }
      .form-row { grid-template-columns: 1fr; }
      .rating-bar { gap: 1.5rem; }
      .zone-visual { font-size: 4rem; }
    }

    /* ===== MENU BURGER MOBILE ===== */
    .nav-burger { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 40px; height: 40px; background: transparent; border: none; cursor: pointer; padding: 0; z-index: 200; }
    .nav-burger span { display: block; width: 22px; height: 2px; background: var(--dark); border-radius: 2px; transition: all 0.3s ease; }
    .nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-burger.open span:nth-child(2) { opacity: 0; }
    .nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .nav-mobile-only { display: none; }

    @media (max-width: 900px) {
      .nav-burger { display: flex; }
      .nav-right { display: none; }
      .nav-links {
        display: flex; flex-direction: column; position: fixed; top: 0; right: -100%;
        width: 78%; max-width: 320px; height: 100vh; background: var(--white);
        padding: 6rem 2rem 2rem; gap: 0.5rem; box-shadow: -8px 0 32px rgba(0,0,0,0.12);
        transition: right 0.35s ease; z-index: 150; overflow-y: auto;
      }
      .nav-links.open { right: 0; }
      .nav-links li { width: 100%; }
      .nav-links a { display: block; padding: 0.9rem 0.5rem; font-size: 1rem; border-bottom: 1px solid var(--border); }
      .nav-mobile-only { display: block; margin-top: 0.5rem; }
      .nav-btn-mobile { background: var(--dark); color: var(--white) !important; text-align: center; border-radius: 50px; border-bottom: none !important; font-weight: 600; }
      .nav-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.35); z-index: 140; }
      .nav-overlay.open { display: block; }
    }

    /* ===== RESPONSIVE INTERMEDIAIRE — TABLETTES / GRANDS TELEPHONES (601-900px) ===== */
    @media (max-width: 900px) and (min-width: 601px) {
      section { padding: 5rem 6%; }
      .pricing-grid, .reviews-grid, .contact-methods { gap: 1.3rem; }
    }

    /* ===== RESPONSIVE FIN — PETITS TELEPHONES ===== */
    @media (max-width: 600px) {
      section { padding: 3.5rem 5.5%; }
      .hero { padding-top: 88px; gap: 1.8rem; }
      .hero-title { font-size: clamp(2rem, 8vw, 2.5rem); }
      .hero-sub { font-size: 0.95rem; max-width: 100%; }
      .hero-actions { flex-direction: column; align-items: stretch; }
      .hero-actions a { text-align: center; padding: 0.95rem 1.5rem; }
      .hero-right { height: 65vw; min-height: 190px; }
      .hero-float { left: 0.5rem; bottom: 0.8rem; padding: 0.8rem 1.1rem; }
      .hero-float-num { font-size: 1.4rem; }
      .hero-float-label { font-size: 0.7rem; }
      .hero-trust { gap: 1rem; margin-top: 2rem; padding-top: 1.5rem; }
      .trust-text { font-size: 0.8rem; }
      .logos-band { padding: 1.2rem 5.5%; gap: 1.2rem; }
      .logos-items { gap: 1.2rem; }
      .section-title { font-size: clamp(1.5rem, 7vw, 2rem); }
      .section-sub { max-width: 100%; font-size: 0.92rem; }
      .services-header { gap: 1rem; margin-bottom: 2.5rem; }
      .service-card { padding: 1.6rem 1.3rem; }
      .service-icon-wrap { width: 48px; height: 48px; font-size: 1.4rem; }

      /* Grille de raisons/étapes : passage complet à 1 colonne en dessous de 600px pour la lisibilité */
      .steps-grid { grid-template-columns: 1fr; margin-top: 2.5rem; }
      .step { padding: 1.6rem 1.5rem; }
      .step:nth-child(2) { border-right: none; border-bottom: 1px solid var(--border); }
      .step-num { font-size: 2rem; margin-bottom: 0.8rem; }
      .reasons-grid { margin-top: 2.5rem; }
      .reason { padding: 1.8rem 1.5rem; }

      /* Avant/après : garder lisible sur petit écran */
      .avantapres-grid { gap: 1.2rem; margin-top: 2.5rem; }
      .aa-visual { height: 200px; font-size: 3.2rem; }
      .aa-body { padding: 1.4rem 1.5rem; }

      /* Formules / tarifs : réduire le padding et la taille des prix */
      .pricing-grid { gap: 1.2rem; margin-top: 2rem; }
      .price-card { padding: 1.8rem 1.5rem; }
      .price-amount { font-size: 2.3rem; margin-bottom: 1.5rem; }
      .price-name { font-size: 1.05rem; }

      /* Avis clients */
      .rating-bar { flex-direction: column; align-items: flex-start; gap: 1rem; padding: 1.3rem 1.5rem; text-align: left; margin-bottom: 2.5rem; }
      .rating-big { font-size: 2.6rem; }
      .rating-stars { font-size: 1rem; }
      .reviews-grid { gap: 1.2rem; }
      .review-card { padding: 1.5rem; }

      /* Zone géographique : icône réduite pour ne pas écraser le texte */
      .zone-visual { font-size: 3rem; aspect-ratio: 4/3; }
      .zone-tags { gap: 0.5rem; margin: 1.5rem 0; }
      .zone-tag { padding: 0.55rem 1rem; font-size: 0.8rem; }

      .contact-methods { grid-template-columns: 1fr; }
      .contact-method { padding: 1.2rem; }
      .cta-band { flex-direction: column; text-align: center; padding: 3rem 5.5%; gap: 2rem; }
      .cta-actions { width: 100%; flex-direction: column; }
      .cta-actions a { text-align: center; padding: 0.95rem 1.5rem; }
      footer { flex-direction: column; text-align: center; gap: 1.2rem; padding: 2rem 5.5%; }
      .footer-links { flex-wrap: wrap; justify-content: center; gap: 1.2rem; }
      .footer-social-btn { width: 42px; height: 42px; }
      .nav-logo { font-size: 1.15rem; }
      .nav-logo img { height: 32px; }

      /* Confort tactile : agrandit les cibles de clic sous le seuil recommandé de 44px */
      .service-arrow { padding: 0.4rem 0; }
      .btn-book { padding: 1rem; }
    }

    #qui-sommes-nous { background: var(--cream); }
    .qsn-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
    .qsn-img { border-radius: 24px; overflow: hidden; box-shadow: 0 16px 48px rgba(0,0,0,0.1); }
    .qsn-img img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 24px; }
    .qsn-text p { font-size: 1.05rem; line-height: 1.85; color: var(--mid); font-weight: 300; margin-top: 1.5rem; border-left: 3px solid var(--green); padding-left: 1.5rem; }
    @media (max-width: 900px) {
      .qsn-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    }
    @media (max-width: 600px) {
      .qsn-text p { font-size: 0.95rem; padding-left: 1.1rem; margin-top: 1.2rem; }
    }
  