h2 {
    text-align: center;
    margin: 30px 0;
    color: #fff;
  } 
   
  /* ======= FORMULAIRE ======= */
  form {
    background: #fff !important;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    color: #000;
  }

  form h3 {
    margin-top: 0;
    text-align: center;
    color: #030303 !important;
  }

  form label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #555;
  }

  form input, form select {
    width: 90%;
    padding: 12px;
    margin-top: 6px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fafafa;
    color: #000;
    font-size: 15px;
  }

  form input:focus, form select:focus {
    outline: none;
    border: 1px solid #e3a127;
    background: #fff;
  }

  form button {
    margin-top: 20px;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background: #e3a127;
    color: #fff;
    font-size: 16px;font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, background 0.3s;
  }

  form button:hover {
    transform: scale(1.03);
    background: #b87a08ff;
  }
  .bg-form {background: #fff !important;}
  /****************************************************************/
  /* =========================================================
   ONLINE - NOS PLATEFORMES DIGITALES
   ========================================================= */

.online-platforms-section {
    position: relative;
    padding: 120px 0;
    background: #ffffff;
    overflow: hidden;
}

.online-platforms-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================================
   SECTION INTRO
   ========================================================= */

.online-platforms-heading {
    max-width: 800px;
    margin: 0 auto 70px;
    text-align: center;
}

.online-section-label {
    display: inline-block;
    margin-bottom: 18px;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #777;
}

.online-platforms-heading h2 {
    margin: 0 0 25px;

    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.12;
    font-weight: 700;

    color: #151515;
}

.online-platforms-heading h2 span {
    color: #e3a127;
}

.online-platforms-heading p {
    max-width: 720px;
    margin: 0 auto;

    font-size: 17px;
    line-height: 1.8;

    color: #6d6d6d;
}


/* =========================================================
   PLATEFORMES - GRID
   ========================================================= */

.online-platforms-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;

    margin-bottom: 110px;
}


/* =========================================================
   CARTE PLATEFORME
   ========================================================= */

.online-platform-card {
    background: #ffffff;

    border: 1px solid #eeeeee;
    border-radius: 24px;

    overflow: hidden;

    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.online-platform-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.11);
}


/* =========================================================
   IMAGE
   ========================================================= */

.online-platform-image {
    position: relative;

    height: 270px;

    overflow: hidden;

    background: #f4f4f4;
}

.online-platform-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.online-platform-card:hover
.online-platform-image img {
    transform: scale(1.04);
}


/* BADGE */

.online-platform-badge {
    position: absolute;

    top: 20px;
    left: 20px;

    padding: 9px 15px;

    border-radius: 50px;

    background: rgba(255, 255, 255, 0.95);

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;

    color: #333;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}


/* =========================================================
   CONTENT
   ========================================================= */

.online-platform-content {
    padding: 35px;
}


/* LOGO */

.online-platform-logo {
    margin-bottom: 18px;

    font-size: 28px;
    font-weight: 800;
}

.yedinas-card .online-platform-logo span {
    color: #1b7d45;
}

.probusiness-orange {
    color: #f58220;
}

.probusiness-black {
    color: #151515;
}


/* TITLE */

.online-platform-content h3 {
    margin: 0 0 18px;

    font-size: 27px;
    line-height: 1.25;

    color: #151515;
}


/* DESCRIPTION */

.online-platform-content > p {
    margin: 0 0 25px;

    font-size: 15px;
    line-height: 1.8;

    color: #6d6d6d;
}


/* =========================================================
   FEATURES
   ========================================================= */

.online-platform-features {
    display: flex;
    flex-direction: column;
    gap: 12px;

    margin-bottom: 30px;
}

.online-feature {
    display: flex;
    align-items: center;
    gap: 10px;

    font-size: 14px;

    color: #555;
}

.online-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;

    border-radius: 50%;

    font-size: 12px;
    font-weight: 700;
}

.yedinas-card .online-feature-icon {
    background: #e7f5ed;
    color: #1b7d45;
}

.probusiness-card .online-feature-icon {
    background: #fff0e4;
    color: #f58220;
}


/* =========================================================
   FOOTER CARTE
   ========================================================= */

.online-platform-footer {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding-top: 25px;

    border-top: 1px solid #eeeeee;
}

.online-platform-author {
    font-size: 12px;
    line-height: 1.5;

    color: #999;
}

.online-platform-author strong {
    color: #333;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.online-platform-btn {
    display: inline-flex;

    align-items: center;
    gap: 10px;

    padding: 12px 18px;

    border-radius: 50px;

    font-size: 13px;
    font-weight: 700;

    text-decoration: none;

    white-space: nowrap;

    transition: all 0.3s ease;
}

.online-platform-btn span {
    font-size: 17px;
    transition: transform 0.3s ease;
}

.online-platform-btn:hover span {
    transform: translateX(4px);
}

.yedinas-btn {
    background: #1b7d45;
    color: #ffffff;
}

.yedinas-btn:hover {
    background: #146437;
    color: #ffffff;
}

.probusiness-btn {
    background: #f58220;
    color: #ffffff;
}

.probusiness-btn:hover {
    background: #d96c0e;
    color: #ffffff;
}


/* =========================================================
   TYPES DE PLATEFORMES
   ========================================================= */

.online-platform-types {
    padding: 90px 0;

    border-top: 1px solid #eeeeee;
}

.online-types-heading {
    max-width: 650px;
    margin-bottom: 50px;
}

.online-types-heading h3 {
    margin: 0 0 20px;

    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.15;

    color: #151515;
}

.online-types-heading h3 span {
    color: #e3a127;
}

.online-types-heading p {
    margin: 0;

    font-size: 16px;
    line-height: 1.8;

    color: #707070;
}


/* =========================================================
   TYPES GRID
   ========================================================= */

.online-types-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}

.online-type-item {
    padding: 30px;

    background: #fafafa;

    border-radius: 18px;

    transition:
        transform 0.3s ease,
        background 0.3s ease;
}

.online-type-item:hover {
    transform: translateY(-5px);

    background: #ffffff;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.online-type-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    margin-bottom: 22px;

    border-radius: 12px;

    background: #151515;

    color: #ffffff;

    font-size: 12px;
    font-weight: 700;
}

.online-type-item h4 {
    margin: 0 0 12px;

    font-size: 18px;

    color: #151515;
}

.online-type-item p {
    margin: 0;

    font-size: 14px;
    line-height: 1.7;

    color: #777;
}


/* =========================================================
   CTA
   ========================================================= */

.online-platform-cta {
    position: relative;

    margin-top: 100px;

    padding: 80px 60px;

    border-radius: 30px;

    background: #151515;

    overflow: hidden;
}

.online-platform-cta::before {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    top: -150px;
    right: -100px;

    border-radius: 50%;

    background: rgba(229, 28, 30, 0.15);
}

.online-platform-cta::after {
    content: "";

    position: absolute;

    width: 200px;
    height: 200px;

    bottom: -100px;
    left: -70px;

    border-radius: 50%;

    background: rgba(229, 28, 30, 0.08);
}

.online-cta-content {
    position: relative;
    z-index: 2;

    max-width: 700px;
}

.online-platform-cta .online-section-label {
    color: #bdbdbd;
}

.online-platform-cta h3 {
    margin: 0 0 20px;

    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;

    color: #ffffff;
}

.online-platform-cta h3 span {
    color: #e3a127;
}

.online-platform-cta p {
    max-width: 650px;

    margin: 0 0 30px;

    font-size: 16px;
    line-height: 1.8;

    color: #bdbdbd;
}


/* CTA BUTTON */

.online-cta-button {
    display: inline-flex;

    align-items: center;
    gap: 12px;

    padding: 15px 25px;

    border-radius: 50px;

    background: #e3a127;

    color: #ffffff;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition: all 0.3s ease;
}

.online-cta-button:hover {
    background: #ffffff;
    color: #151515;
}

.online-cta-button span {
    font-size: 18px;

    transition: transform 0.3s ease;
}

.online-cta-button:hover span {
    transform: translateX(5px);
}


/* =========================================================
   RESPONSIVE - TABLET
   ========================================================= */

@media (max-width: 991px) {

    .online-platforms-section {
        padding: 90px 0;
    }

    .online-platforms-grid {
        grid-template-columns: 1fr;
    }

    .online-types-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .online-platform-cta {
        padding: 65px 45px;
    }
}


/* =========================================================
   RESPONSIVE - MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .online-platforms-section {
        padding: 70px 0;
    }

    .online-platforms-container {
        width: 92%;
    }

    .online-platforms-heading {
        margin-bottom: 50px;
    }

    .online-platforms-heading h2 {
        font-size: 36px;
    }

    .online-platforms-heading p {
        font-size: 15px;
    }


    .online-platform-image {
        height: 220px;
    }


    .online-platform-content {
        padding: 25px;
    }

    .online-platform-content h3 {
        font-size: 23px;
    }


    .online-platform-footer {
        flex-direction: column;

        align-items: flex-start;
    }

    .online-platform-btn {
        width: 100%;

        justify-content: center;
    }


    .online-types-grid {
        grid-template-columns: 1fr;
    }


    .online-platform-types {
        padding: 70px 0;
    }


    .online-platform-cta {
        margin-top: 60px;

        padding: 55px 30px;

        border-radius: 22px;
    }

    .online-platform-cta h3 {
        font-size: 32px;
    }

}