/* ========== HERO PRESTATION ========== */
    .hero-presta {
      position: relative;
      min-height: 540px;
      display: flex;
      align-items: stretch;
      overflow: hidden;
    }
    .hero-presta-bg {
      position: absolute;
      inset: 0;
      background:
        linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.2) 65%, transparent 100%),
        url('https://uc.uxpin.com/files/1373197/1319391/106A1305-e7c53e956b361e6ac08f60723c8af3a8.jpg') center/cover no-repeat;
    }
    .hero-presta-figure {
      position: absolute;
      right: 5%;
      bottom: 0;
      top: 0;
      width: 48%;
      overflow: hidden;
      display: none;
    }
    .hero-presta-figure .fig-body {
      position: absolute;
      right: 10%;
      bottom: 0;
      width: 280px;
      height: 92%;
      background: linear-gradient(180deg, rgba(70,60,50,0.3) 0%, rgba(50,40,30,0.5) 60%, rgba(30,20,10,0.6) 100%);
      border-radius: 30% 30% 0 0 / 15% 15% 0 0;
    }
    .hero-presta-figure .fig-arm {
      position: absolute;
      right: 35%;
      top: 15%;
      width: 120px;
      height: 200px;
      background: rgba(60,50,40,0.25);
      border-radius: 50% 50% 30% 30%;
      transform: rotate(-15deg);
    }
    .hero-presta-figure .fig-engine {
      position: absolute;
      left: 5%;
      top: 25%;
      width: 50%;
      height: 45%;
      background: linear-gradient(135deg, rgba(100,90,80,0.12) 0%, rgba(80,70,60,0.08) 100%);
      border: 1.5px solid rgba(255,255,255,0.08);
      border-radius: 12px;
      transform: perspective(400px) rotateY(8deg) rotateX(2deg);
    }
    .hero-presta-content {
      position: relative;
      z-index: 2;
      padding: 80px 56px 64px;
      max-width: 600px;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .hero-presta-breadcrumb {
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1.2px;
      opacity: 0.65;
      margin-bottom: 20px;
    }
    .hero-presta-breadcrumb a {
      text-decoration: underline;
      text-underline-offset: 3px;
    }
    .hero-presta h1 {
      font-size: 54px;
      font-weight: 900;
      text-transform: uppercase;
      line-height: 1.04;
      margin-bottom: 24px;
      letter-spacing: -1px;
    }
    .hero-presta h1 span { color: var(--orange); }
    .hero-presta .hero-desc {
      font-size: 15px;
      line-height: 1.7;
      opacity: 0.8;
      margin-bottom: 36px;
      max-width: 470px;
    }
    .hero-presta .btn-rdv-hero {
      display: inline-block;
      background: var(--orange);
      color: #fff;
      padding: 16px 32px;
      border-radius: 30px;
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1px;
      transition: background .2s;
      width: fit-content;
    }
    .hero-presta .btn-rdv-hero:hover { background: #d9551a; }

    /* ========== SCROLL BANNER ========== */
    .scroll-banner {
      background: var(--orange);
      color: #fff;
      padding: 13px 0;
      overflow: hidden;
      white-space: nowrap;
    }
    .scroll-banner-track {
      display: inline-flex;
      animation: scrollBanner 25s linear infinite;
    }
    .scroll-banner-item {
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1.2px;
      padding: 0 20px;
      display: inline-flex;
      align-items: center;
      gap: 16px;
    }
    .scroll-banner-item::after {
      content: '';
      width: 6px; height: 6px;
      border-radius: 50%;
      background: #fff;
      flex-shrink: 0;
    }
    @keyframes scrollBanner {
      0% { transform: translateX(0); }
      100% { transform: translateX(-16.666%); }
    }

    /* ========== STATS BAR ========== */
    .stats-bar {
      background: var(--dark);
      padding: 60px 56px;
    }
    .stats-bar-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 48px;
      max-width: 1400px;
      margin: 0 auto;
    }
    .stat-bar-item {
      text-align: center;
      color: #fff;
    }
    .stat-bar-item .stat-number {
      font-size: 56px;
      font-weight: 900;
      color: var(--orange);
      margin-bottom: 12px;
    }
    .stat-bar-item .stat-label {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 1.4;
    }

    /* ========== HOW IT WORKS ========== */
    .how-it-works {
      padding: 80px 56px;
      background: #fff;
    }
    .how-it-works-inner {
      display: flex;
      gap: 64px;
      max-width: 1400px;
      margin: 0 auto;
      align-items: flex-start;
    }
    .how-it-works-left {
      flex: 1;
    }
    .section-badge {
      display: inline-block;
      background: var(--orange-light);
      color: var(--orange);
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 20px;
    }
    .how-it-works-left h2 {
      font-size: 40px;
      font-weight: 900;
      text-transform: uppercase;
      line-height: 1.2;
      margin-bottom: 48px;
      color: var(--dark);
    }
    .steps {
      margin-bottom: 48px;
    }
    .step {
      display: flex;
      gap: 24px;
      padding: 28px 0;
      border-bottom: 1px solid #eee;
    }
    .step:last-child { border-bottom: none; }
    .step-number {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      background: var(--orange);
      color: #fff;
      font-size: 18px;
      font-weight: 900;
      border-radius: 12px;
    }
    .step-content h3 {
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 8px;
      color: var(--dark);
    }
    .step-content p {
      font-size: 14px;
      line-height: 1.6;
      color: #666;
    }

    /* Benefits Card */
    .benefits-card {
      background: var(--dark);
      color: #fff;
      padding: 36px 32px;
      border-radius: 12px;
      margin-top: 32px;
    }
    .benefits-card h3 {
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 20px;
      color: #fff;
    }
    .check-icon {
      margin-right: 8px;
      flex-shrink: 0;
    }
    .benefit-sub {
      display: block;
      font-size: 13px;
      color: #bbb;
      margin-top: 2px;
      font-weight: 400;
    }
    .benefits-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      line-height: 1.4;
      margin-bottom: 16px;
      font-size: 14px;
    }
    .benefits-list li:last-child { margin-bottom: 0; }

    /* Right side illustration */
    .how-it-works-right {
      flex: 0 0 380px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 500px;
    }
    .how-photo-sim {
      position: relative;
      width: 100%;
      height: 100%;
      background: url('https://uc.uxpin.com/files/1373197/1319391/106A1305-e7c53e956b361e6ac08f60723c8af3a8.jpg') center/cover no-repeat;
      border-radius: 12px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .glow-lines {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .glow-lines span {
      position: absolute;
      border-radius: 50%;
      border: 1.5px solid rgba(242,101,34,0.2);
    }
    .glow-lines span:nth-child(1) { width: 80px; height: 80px; }
    .glow-lines span:nth-child(2) { width: 140px; height: 140px; }
    .glow-lines span:nth-child(3) { width: 200px; height: 200px; }
    .glow-lines span:nth-child(4) { width: 260px; height: 260px; }
    .person {
      position: relative;
      z-index: 2;
      width: 120px;
      height: 140px;
      background: transparent; display: none;
      border-radius: 50% 50% 40% 40%;
    }

    /* ========== EDITORIAL ========== */
    .editorial {
      padding: 80px 56px;
      background: #fff;
    }
    .editorial-intro {
      max-width: 860px;
      margin: 0 auto 56px;
    }
    .editorial-intro p {
      font-size: 16px;
      line-height: 1.85;
      color: #444;
    }
    .callout-box {
      background: var(--orange-light);
      border-left: 5px solid var(--orange);
      border-radius: 0 14px 14px 0;
      padding: 36px 40px;
      margin: 44px auto;
      max-width: 860px;
      position: relative;
    }
    .callout-icon {
      position: absolute;
      top: -18px;
      left: 24px;
      width: 44px;
      height: 44px;
      background: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 12px rgba(0,0,0,0.08);
      font-size: 20px;
    }
    .callout-box h3 {
      font-size: 18px;
      font-weight: 800;
      color: var(--orange);
      text-transform: uppercase;
      margin-bottom: 4px;
    }
    .callout-box .callout-subtitle {
      font-size: 15px;
      font-weight: 700;
      font-style: italic;
      color: var(--dark);
      margin-bottom: 16px;
    }
    .callout-box p {
      font-size: 14px;
      line-height: 1.75;
      color: #555;
    }
    .editorial-safety {
      max-width: 860px;
      margin: 0 auto 64px;
      background: var(--dark);
      border-radius: 20px;
      padding: 48px 44px;
      color: #fff;
      position: relative;
      overflow: hidden;
    }
    .editorial-safety::after {
      content: '';
      position: absolute;
      top: -60px;
      right: -60px;
      width: 200px;
      height: 200px;
      background: var(--orange);
      opacity: 0.08;
      border-radius: 50%;
    }
    .editorial-safety h3 {
      font-size: 24px;
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 20px;
      position: relative;
    }
    .editorial-safety h3::after {
      content: '';
      display: block;
      width: 50px;
      height: 4px;
      background: var(--orange);
      border-radius: 2px;
      margin-top: 12px;
    }
    .editorial-safety p {
      font-size: 15px;
      line-height: 1.8;
      opacity: 0.82;
      position: relative;
    }
    .editorial-safety .safety-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-top: 20px;
      position: relative;
    }
    .editorial-safety .safety-list li {
      font-size: 14px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 10px;
      list-style: none;
    }
    .editorial-safety .safety-list li::before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--orange);
      flex-shrink: 0;
    }
    .editorial-values {
      max-width: 860px;
      margin: 0 auto;
    }
    .editorial-values .section-badge { margin-bottom: 12px; }
    .editorial-values h2 {
      font-size: 38px;
      font-weight: 900;
      text-transform: uppercase;
      line-height: 1.08;
      margin-bottom: 40px;
      letter-spacing: -0.5px;
    }
    .value-item {
      margin-bottom: 40px;
      padding-left: 28px;
      border-left: 4px solid var(--orange);
    }
    .value-item:last-child { margin-bottom: 0; }
    .value-item h4 {
      font-size: 20px;
      font-weight: 800;
      color: var(--dark);
      margin-bottom: 10px;
    }
    .value-item h4 span { color: var(--orange); }
    .value-item p {
      font-size: 14px;
      line-height: 1.8;
      color: #555;
    }
    .editorial-closing {
      max-width: 860px;
      margin: 64px auto 0;
      background: linear-gradient(135deg, var(--orange) 0%, #e05515 100%);
      border-radius: 20px;
      padding: 48px 44px;
      color: #fff;
      text-align: center;
    }
    .editorial-closing h3 {
      font-size: 22px;
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 16px;
    }
    .editorial-closing p {
      font-size: 14px;
      line-height: 1.75;
      opacity: 0.9;
      max-width: 650px;
      margin: 0 auto 28px;
    }
    .editorial-closing .btn-cta-white {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: #fff;
      color: var(--orange);
      padding: 14px 28px;
      border-radius: 30px;
      font-size: 11px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1px;
      transition: transform .2s, box-shadow .2s;
    }
    .editorial-closing .btn-cta-white:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    }

    /* ========== CTA BANNER ========== */
    .cta-banner {
      background: var(--orange);
      padding: 60px 56px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 48px;
      width: 100%;
    }
    .cta-banner-text h2 {
      font-size: 36px;
      font-weight: 800;
      font-style: italic;
      color: #fff;
      text-transform: uppercase;
      line-height: 1.3;
    }
    .cta-subtitle {
      font-size: 16px;
      color: #fff;
      margin-top: 12px;
      font-weight: 500;
    }
    .btn-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      background: var(--dark);
      color: #fff;
      padding: 13px 24px;
      border-radius: 30px;
      font-size: 11px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      transition: background 0.2s;
      white-space: nowrap;
    }
    .btn-cta:hover {
      background: #333;
    }

    /* ========== OTHER SERVICES ========== */
    .other-services {
      padding: 80px 56px;
      background: var(--dark);
      color: #fff;
    }
    .other-services h2 {
      font-size: 36px;
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 48px;
      text-align: center;
    }
    .services-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      max-width: 1400px;
      margin: 0 auto;
    }
    .service-card {
      position: relative;
      height: 300px;
      border-radius: 12px;
      overflow: hidden;
      display: flex;
      align-items: flex-end;
      text-decoration: none;
      transition: transform .3s ease;
    }
    .service-card:hover { transform: translateY(-8px); }
    .service-card .card-bg {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
    }
    .service-card .card-bg.s1 { background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 100%), url('https://drive.google.com/thumbnail?id=1CcQgEFcTsl1Swjq1YUENSBJMXLqHg007&sz=w2000') center/cover no-repeat; }
    .service-card .card-bg.s2 { background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 100%), url('https://drive.google.com/thumbnail?id=1kGTzrzTBX7JMX_hj-_lXYO-NKIlFWAhY&sz=w2000') center/cover no-repeat; }
    .service-card .card-bg.s3 { background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 100%), url('https://drive.google.com/thumbnail?id=1Xf_l_jaFnIqTgqsCEYOC6iJf-1JZSxoY&sz=w2000') center/cover no-repeat; }
    .service-card .card-bg.s4 { background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 100%), url('https://drive.google.com/thumbnail?id=1LC5IQDS2goQ5HsYxM3pytHdVx3IKxkMg&sz=w2000') center/cover no-repeat; }
    .service-card .overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 50%);
    }
    .service-card h3 {
      position: relative;
      z-index: 2;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0;
      padding: 20px;
      color: #fff;
      line-height: 1.4;
    }

    /* ========== MEDIA / TESTIMONIALS ========== */
    .media {
      padding: 80px 56px;
      text-align: center;
      background: #fff;
    }
    .media h2 {
      font-size: 36px;
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 48px;
    }
    .media h2 u {
      text-decoration: underline;
      text-decoration-color: var(--orange);
      text-underline-offset: 6px;
      text-decoration-thickness: 3px;
    }
    .media-logos {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 48px;
      flex-wrap: wrap;
    }
    .media-logo-item {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 60px;
      min-width: 130px;
    }
    .logo-bfm {
      font-family: 'Arial Black', Arial, sans-serif;
      font-weight: 900;
      display: flex;
      align-items: flex-end;
    }
    .logo-bfm .bfm-text { font-size: 30px; color: #000; line-height: 1; }
    .logo-bfm .tv-text {
      font-size: 18px;
      font-weight: 900;
      color: #fff;
      background: #0055A4;
      padding: 2px 5px 4px;
      line-height: 1;
    }
    .logo-cnews {
      display: flex;
      align-items: center;
      font-family: 'Arial', sans-serif;
      font-weight: 900;
      font-size: 24px;
    }
    .logo-cnews .c-letter { color: #000; margin-right: 1px; }
    .logo-cnews .news-box {
      background: #E3000B;
      color: #fff;
      padding: 6px 12px;
      border-radius: 3px;
      font-size: 20px;
      letter-spacing: 1px;
    }
    .logo-rmc {
      background: #E3000B;
      color: #fff;
      font-family: 'Arial Black', Arial, sans-serif;
      font-size: 26px;
      font-weight: 900;
      padding: 6px 14px;
      border-radius: 3px;
    }
    .logo-lepoint {
      color: #000;
      font-family: 'Arial Black', Arial, sans-serif;
      font-size: 18px;
      font-weight: 900;
      font-style: italic;
    }

    /* ========== FOOTER ========== */
    .footer {
      background: var(--dark);
      color: #fff;
      padding: 56px 56px 32px;
    }
    .footer-main {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr;
      gap: 48px;
      max-width: 1400px;
      margin: 0 auto 48px;
      border-bottom: 1px solid rgba(255,255,255,0.1);
      padding-bottom: 48px;
    }
    .footer-brand p {
      font-size: 14px;
      line-height: 1.7;
      color: #bbb;
      margin: 16px 0 24px;
    }
    .btn-rdv-footer {
      display: inline-block;
      background: var(--orange);
      color: #fff;
      padding: 12px 24px;
      border-radius: 30px;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      transition: background .2s;
    }
    .btn-rdv-footer:hover { background: #d9551a; }
    .footer-col h4 {
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 20px;
      letter-spacing: 0.5px;
    }
    .footer-col ul {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .footer-col a {
      font-size: 13px;
      color: #aaa;
      transition: color .2s;
    }
    .footer-col a:hover { color: var(--orange); }
    .footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 12px;
      color: #777;
      max-width: 1400px;
      margin: 0 auto;
    }
    .footer-bottom-links {
      display: flex;
      gap: 24px;
    }
    .footer-bottom-links a { color: #aaa; transition: color .2s; }
    .footer-bottom-links a:hover { color: var(--orange); opacity: 1; }

    /* ========== ANIMATIONS ========== */
    .anim-fade-up {
      opacity: 0;
      transform: translateY(40px);
      transition: opacity .7s cubic-bezier(.25,.46,.45,.94), transform .7s cubic-bezier(.25,.46,.45,.94);
    }
    .anim-fade-up.visible { opacity: 1; transform: translateY(0); }
    .anim-fade-up.delay-1 { transition-delay: .1s; }
    .anim-fade-up.delay-2 { transition-delay: .2s; }
    .anim-fade-up.delay-3 { transition-delay: .3s; }
    .anim-fade-up.delay-4 { transition-delay: .4s; }

    /* Hero entrance */
    .hero-presta-content > * {
      opacity: 0;
      transform: translateY(25px);
      animation: heroFadeIn .7s cubic-bezier(.25,.46,.45,.94) forwards;
    }
    .hero-presta-content > *:nth-child(1) { animation-delay: .1s; }
    .hero-presta-content > *:nth-child(2) { animation-delay: .25s; }
    .hero-presta-content > *:nth-child(3) { animation-delay: .4s; }
    .hero-presta-content > *:nth-child(4) { animation-delay: .55s; }
    @keyframes heroFadeIn {
      to { opacity: 1; transform: translateY(0); }
    }

    /* Hover effects */
    .stat-bar-item { transition: transform .3s ease; }
    .stat-bar-item:hover { transform: scale(1.05); }
    .stat-bar-item:hover .stat-number { text-shadow: 0 0 20px rgba(242,101,34,0.4); }

    /* ========== RESPONSIVE — TABLET ========== */
    @media (max-width: 1100px) {
      .header { padding: 10px 32px; }
      .header-nav { gap: 18px; }
      .header-nav a { font-size: 13px; }
      .hero-presta h1 { font-size: 42px; }
      .hero-presta-content { padding: 60px 36px 48px; }
      .how-it-works { padding: 60px 36px; }
      .how-it-works-inner { gap: 36px; }
      .how-it-works-left h2 { font-size: 36px; }
      .how-it-works-right { flex: 0 0 320px; }
      .stats-bar { padding: 40px 36px; }
      .stat-bar-item .stat-number { font-size: 48px; }
      .cta-banner { padding: 40px 36px; }
      .cta-banner-text h2 { font-size: 24px; }
      .editorial { padding: 60px 36px; }
      .editorial-safety { padding: 40px 36px; }
      .editorial-values h2 { font-size: 32px; }
      .other-services { padding: 48px 36px 56px; }
      .services-grid { grid-template-columns: repeat(2, 1fr); }
      .media { padding: 48px 36px; }
      .footer { padding: 48px 36px 24px; }
      .footer-main { grid-template-columns: 1fr 1fr; gap: 32px; }
    }

    /* ========== RESPONSIVE — MOBILE ========== */
    @media (max-width: 768px) {
      .header { padding: 10px 20px; }
      .header-nav, .header-actions { display: none; }
      .burger { display: flex; }
      .logo-wrap img { width: 90px; height: 54px; }

      .hero-presta { min-height: 420px; }
      .hero-presta-content { padding: 48px 24px 40px; max-width: 100%; }
      .hero-presta h1 { font-size: 32px; }
      .hero-presta .hero-desc { font-size: 13px; }
      .hero-presta-figure { display: none; }

      .scroll-banner-item { font-size: 11px; padding: 0 14px; }

      .stats-bar { padding: 36px 20px; }
      .stats-bar-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
      .stat-bar-item .stat-number { font-size: 40px; }
      .stat-bar-item .stat-label { font-size: 10px; }

      .how-it-works { padding: 48px 20px; }
      .how-it-works-inner { flex-direction: column; gap: 32px; }
      .how-it-works-left h2 { font-size: 30px; }
      .how-it-works-right { flex: auto; width: 100%; aspect-ratio: 4/3; }
      .step { padding: 22px 0; }
      .step-number { width: 38px; height: 38px; font-size: 14px; border-radius: 10px; }
      .benefits-card { padding: 28px 24px; margin-top: 20px; }
      .benefits-card h3 { font-size: 16px; }
      .benefits-list li { font-size: 12px; }

      .cta-banner { flex-direction: column; padding: 36px 20px; text-align: center; }
      .cta-banner-text h2 { font-size: 22px; }
      .cta-banner .btn-cta { padding: 12px 22px; font-size: 11px; }

      .editorial { padding: 48px 20px; }
      .editorial-intro { margin-bottom: 40px; }
      .editorial-intro p { font-size: 14px; line-height: 1.75; }
      .callout-box { padding: 32px 20px; margin: 36px auto; }
      .callout-box h3 { font-size: 16px; }
      .callout-box .callout-subtitle { font-size: 14px; }
      .callout-box p { font-size: 13px; }
      .callout-icon { top: -16px; left: 16px; width: 38px; height: 38px; font-size: 17px; }
      .editorial-safety { padding: 36px 24px; border-radius: 14px; margin-bottom: 48px; }
      .editorial-safety h3 { font-size: 20px; }
      .editorial-safety p { font-size: 14px; }
      .editorial-safety .safety-list { grid-template-columns: 1fr; gap: 10px; }
      .editorial-safety .safety-list li { font-size: 13px; }
      .editorial-values h2 { font-size: 26px; margin-bottom: 32px; }
      .value-item { padding-left: 20px; margin-bottom: 32px; }
      .value-item h4 { font-size: 17px; }
      .value-item p { font-size: 13px; }
      .editorial-closing { padding: 36px 24px; border-radius: 14px; margin-top: 48px; }
      .editorial-closing h3 { font-size: 18px; }
      .editorial-closing p { font-size: 13px; }
      .editorial-closing .btn-cta-white { padding: 12px 24px; font-size: 11px; }

      .other-services { padding: 40px 20px 48px; }
      .services-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
      .service-card h3 { font-size: 12px; bottom: 14px; left: 14px; }

      .media { padding: 40px 20px 48px; }
      .media h2 { font-size: 22px; }
      .media-logos { flex-direction: column; gap: 20px; }

      .footer { padding: 36px 20px 20px; }
      .footer-main { grid-template-columns: 1fr; gap: 28px; }
      .footer-bottom { flex-direction: column; gap: 14px; text-align: center; }
      .footer-bottom-links { flex-wrap: wrap; justify-content: center; gap: 16px; }
    }

    /* ========== MOBILE SMALL ========== */
    @media (max-width: 420px) {
      .header { padding: 8px 16px; }
      .logo-wrap img { width: 80px; height: 48px; }
      .hero-presta { min-height: 360px; }
      .hero-presta-content { padding: 36px 18px 32px; }
      .hero-presta h1 { font-size: 26px; }
      .hero-presta .hero-desc { font-size: 12px; }
      .hero-presta .btn-rdv-hero { padding: 14px 24px; font-size: 11px; }
      .stat-bar-item .stat-number { font-size: 34px; }
      .stat-bar-grid { grid-template-columns: 1fr; gap: 16px; }
      .how-it-works-left h2 { font-size: 26px; }
      .cta-banner-text h2 { font-size: 18px; }
      .service-card h3 { font-size: 11px; }
      .media h2 { font-size: 20px; }
      .editorial { padding: 32px 16px; }
      .editorial-intro p { font-size: 13px; }
      .callout-box { padding: 28px 16px; }
      .editorial-safety { padding: 28px 16px; }
      .editorial-safety h3 { font-size: 18px; }
      .editorial-values h2 { font-size: 22px; }
      .value-item h4 { font-size: 15px; }
      .editorial-closing { padding: 28px 20px; }
      .editorial-closing h3 { font-size: 16px; }
      .benefits-card { padding: 24px 18px; }
      .benefits-card h3 { font-size: 14px; }
      .services-grid { grid-template-columns: 1fr; gap: 10px; }
    }