/* Styles limités à la page Coursera Plus. */
body.coursera-plus-page {
    --cp-blue: #0056D2;
    --cp-green: #25D366;
    --cp-ink: #111827;
    --cp-muted: #4B5563;
    --cp-border: #E5E7EB;
    --cp-soft: #F7F9FC;
    --cp-radius: 16px;
    margin: 0;
    background: #FFFFFF;
    color: var(--cp-ink);
    font-family: 'Heebo', sans-serif;
}

.coursera-plus-page .navbar {
    min-height: 60px;
}

.coursera-plus-page .logo-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.coursera-plus-page .brand-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
}

.coursera-plus-page .text-formations,
.coursera-plus-page .text-certified {
    margin-bottom: 2px;
    font-size: 1.2rem;
    font-weight: 800;
}

.coursera-plus-page .text-formations {
    color: #000;
}

.coursera-plus-page .text-certified {
    color: #C70039;
}

.cp-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.cp-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 22px 0 16px;
    color: var(--cp-muted);
    font-size: .83rem;
}

.cp-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.cp-breadcrumb a:hover {
    color: var(--cp-blue);
    text-decoration: underline;
}

.cp-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr);
    gap: clamp(32px, 5vw, 76px);
    align-items: center;
    padding: 12px 0 42px;
}

.cp-gallery,
.cp-product-details {
    min-width: 0;
}

.cp-main-image {
    display: grid;
    width: min(100%, 500px);
    min-height: clamp(320px, 31vw, 400px);
    margin-inline: auto;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--cp-border);
    border-radius: 18px;
    background: #FFFFFF;
    box-shadow: 0 12px 32px rgba(17, 24, 39, .05);
}

.cp-main-image img {
    width: min(100%, 360px);
    height: auto;
    max-width: 360px;
    max-height: 360px;
    padding: clamp(24px, 3vw, 36px);
    object-fit: contain;
}

.cp-offer-badge {
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #EAF2FF;
    color: var(--cp-blue);
    font-size: .78rem;
    font-weight: 700;
}

.cp-product-details h1,
.cp-section-heading h2,
.cp-final-cta h2 {
    margin: 0;
    color: var(--cp-ink);
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    letter-spacing: -.025em;
}

.cp-product-details h1 {
    margin-top: 14px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
}

.cp-product-intro {
    max-width: 560px;
    margin: 14px 0 20px;
    color: var(--cp-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.cp-price {
    display: flex;
    align-items: baseline;
    margin-bottom: 22px;
}

.cp-price strong {
    color: var(--cp-blue);
    font-family: 'Nunito', sans-serif;
    font-size: clamp(2.25rem, 4.5vw, 3.35rem);
    font-weight: 800;
    letter-spacing: -.05em;
    line-height: 1;
}

.cp-offer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.cp-offer-item {
    display: grid;
    min-height: 76px;
    align-content: center;
    gap: 2px;
    padding: 13px 16px;
    border: 1px solid var(--cp-border);
    border-radius: 12px;
    background: #FFFFFF;
}

.cp-offer-item strong,
.cp-offer-item span {
    overflow-wrap: anywhere;
}

.cp-offer-item strong {
    color: var(--cp-ink);
    font-family: 'Nunito', sans-serif;
    font-size: .92rem;
    font-weight: 800;
}

.cp-offer-item span {
    color: var(--cp-muted);
    font-size: .78rem;
}

.cp-whatsapp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    width: 100%;
    margin-top: 18px;
    padding: 12px 18px;
    border: 1px solid #1EB75A;
    border-radius: 12px;
    background: var(--cp-green);
    color: #FFFFFF;
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cp-whatsapp-button:hover {
    background: #1FBD5C;
    color: #FFFFFF;
    box-shadow: 0 10px 20px rgba(37, 211, 102, .2);
    transform: translateY(-1px);
}

.cp-cta-caption {
    margin: 8px 0 16px;
    color: var(--cp-muted);
    font-size: .78rem;
    text-align: center;
}

.cp-reassurance-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
    padding: 16px 0 0;
    border-top: 1px solid var(--cp-border);
    list-style: none;
}

.cp-reassurance-list li {
    color: var(--cp-muted);
    font-size: .75rem;
    line-height: 1.35;
    text-align: center;
}

.cp-key-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 0 58px;
    overflow: hidden;
    border: 1px solid #D9E7FF;
    border-radius: 14px;
    background: #FAFCFF;
}

.cp-key-facts > div {
    display: grid;
    min-height: 86px;
    align-content: center;
    gap: 3px;
    padding: 14px clamp(15px, 2vw, 28px);
}

.cp-key-facts > div + div {
    border-left: 1px solid #D9E7FF;
}

.cp-key-facts strong {
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    font-weight: 800;
}

.cp-key-facts span {
    color: var(--cp-muted);
    font-size: .78rem;
}

.cp-section {
    padding: 0 0 62px;
}

.cp-section-heading {
    max-width: 660px;
    margin: 0 auto 24px;
    text-align: center;
}

.cp-section-heading h2,
.cp-final-cta h2 {
    font-size: clamp(1.55rem, 2.6vw, 2.05rem);
    line-height: 1.2;
}

.cp-section-heading p {
    margin: 9px 0 0;
    color: var(--cp-muted);
    font-size: .95rem;
    line-height: 1.55;
}

.cp-feature-grid {
    display: grid;
    gap: 16px;
}

.cp-feature-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cp-feature-grid--six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cp-feature-card {
    min-width: 0;
    min-height: 165px;
    padding: 24px;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius);
    background: #FFFFFF;
    box-shadow: 0 8px 20px rgba(17, 24, 39, .035);
}

.cp-feature-card h3,
.cp-steps h3,
.cp-faq h3 {
    margin: 0;
    color: var(--cp-ink);
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
}

.cp-feature-card p,
.cp-steps p {
    margin: 10px 0 0;
    color: var(--cp-muted);
    font-size: .86rem;
    line-height: 1.55;
}

.cp-feature-card--compact {
    min-height: 0;
    height: 100%;
    padding: 22px 20px;
    border-color: #DCE3EC;
    background: #FCFDFF;
    box-shadow: 0 8px 20px rgba(17, 24, 39, .04);
}

.cp-feature-card--compact h3 {
    font-size: .94rem;
}

.cp-feature-card--compact p {
    margin-top: 10px;
    font-size: .79rem;
}

.cp-learning-section {
    padding-bottom: 70px;
}

.cp-topic-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cp-topic-grid li {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: center;
    padding: 12px 13px;
    border: 1px solid var(--cp-border);
    border-radius: 12px;
    background: #FFFFFF;
    color: var(--cp-ink);
    font-family: 'Nunito', sans-serif;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.cp-4ced-section {
    padding-top: 3px;
}

.cp-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cp-steps li {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 13px;
    min-width: 0;
    min-height: 146px;
    padding: 22px 18px;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius);
    background: #FFFFFF;
}

.cp-step-number {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: var(--cp-blue);
    color: #FFFFFF;
    font-family: 'Nunito', sans-serif;
    font-size: .78rem;
    font-weight: 800;
}

.cp-steps h3 {
    font-size: .92rem;
}

.cp-steps p {
    font-size: .78rem;
}

.cp-faq {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius);
}

.cp-faq-item {
    min-width: 0;
    border-bottom: 1px solid var(--cp-border);
}

.cp-faq-item:nth-child(odd) {
    border-right: 1px solid var(--cp-border);
}

.cp-faq-item:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.cp-faq h3 {
    font-size: .9rem;
}

.cp-faq button {
    position: relative;
    width: 100%;
    padding: 18px 42px 18px 20px;
    border: 0;
    background: #FFFFFF;
    color: var(--cp-ink);
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.cp-faq button::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 9px;
    height: 9px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    content: '';
    transform: translateY(-70%) rotate(45deg);
    transition: transform .2s ease;
}

.cp-faq button[aria-expanded="true"]::after {
    transform: translateY(-25%) rotate(225deg);
}

.cp-faq-panel {
    padding: 0 20px 18px;
    background: #FFFFFF;
}

.cp-faq-panel p {
    margin: 0;
    color: var(--cp-muted);
    font-size: .85rem;
    line-height: 1.55;
}

.cp-final-cta {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) minmax(250px, 310px);
    gap: 26px;
    align-items: center;
    margin: 0 0 52px;
    padding: 24px clamp(20px, 3.5vw, 40px);
    border: 1px solid #D9E7FF;
    border-radius: 18px;
    background: #F7FAFF;
}

.cp-final-cta > img {
    width: 96px;
    height: 96px;
    border-radius: 14px;
    object-fit: contain;
}

.cp-final-cta p {
    margin: 7px 0 0;
    color: var(--cp-muted);
    font-size: .93rem;
}

.cp-final-action {
    min-width: 0;
    text-align: center;
}

.cp-final-action .cp-whatsapp-button {
    margin-top: 0;
}

.cp-final-action small {
    display: block;
    margin-top: 8px;
    color: var(--cp-muted);
    font-size: .7rem;
    line-height: 1.35;
}

.coursera-plus-page :focus-visible {
    outline: 3px solid rgba(0, 86, 210, .45);
    outline-offset: 3px;
}

@media (max-width: 1199.98px) {
    .cp-feature-grid--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cp-topic-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .coursera-plus-page .navbar-brand {
        display: flex !important;
        align-items: center !important;
        height: 60px;
    }

    .coursera-plus-page .logo-img {
        width: 38px;
        height: 38px;
    }

    .coursera-plus-page .text-formations,
    .coursera-plus-page .text-certified {
        font-size: .9rem;
    }

    .cp-hero {
        gap: 32px;
    }

    .cp-feature-grid--six {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cp-topic-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .cp-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cp-final-cta {
        grid-template-columns: 78px minmax(0, 1fr);
    }

    .cp-final-action {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .cp-shell {
        width: min(100% - 40px, 600px);
    }

    .cp-breadcrumb {
        gap: 6px;
        padding-top: 16px;
        font-size: .76rem;
    }

    .cp-hero {
        grid-template-columns: 1fr;
        padding-bottom: 24px;
    }

    .cp-main-image {
        min-height: min(72vw, 320px);
    }

    .cp-main-image img {
        max-width: 260px;
        max-height: 260px;
        padding: 28px;
    }

    .cp-product-details h1 {
        margin-top: 14px;
        font-size: clamp(2rem, 4vw, 3rem);
    }

    .cp-price strong {
        font-size: clamp(2.25rem, 4.5vw, 3.35rem);
    }

    .cp-product-intro {
        margin: 14px 0 20px;
        font-size: 1rem;
        line-height: 1.65;
    }

    .cp-offer-item {
        min-height: 76px;
        padding: 13px 16px;
    }

    .cp-whatsapp-button {
        min-height: 54px;
        margin-top: 18px;
        padding: 12px 18px;
    }

    .cp-cta-caption {
        margin: 8px 0 16px;
    }

    .cp-key-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 46px;
    }

    .cp-key-facts > div:nth-child(3) {
        border-left: 0;
        border-top: 1px solid #D9E7FF;
    }

    .cp-key-facts > div:nth-child(4) {
        border-top: 1px solid #D9E7FF;
    }

    .cp-section {
        padding-bottom: 48px;
    }

    .cp-section-heading {
        margin-bottom: 24px;
    }

    .cp-feature-grid--four,
    .cp-feature-grid--six {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .cp-feature-card,
    .cp-feature-card--compact {
        min-height: 0;
        padding: 20px;
    }

    .cp-topic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .cp-topic-grid li {
        min-height: 64px;
        font-size: .78rem;
    }

    .cp-steps {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .cp-steps li {
        min-height: 0;
        padding: 18px;
    }

    .cp-faq {
        grid-template-columns: 1fr;
    }

    .cp-faq-item,
    .cp-faq-item:nth-last-child(-n + 2) {
        border-bottom: 1px solid var(--cp-border);
    }

    .cp-faq-item:nth-child(odd) {
        border-right: 0;
    }

    .cp-faq-item:last-child {
        border-bottom: 0;
    }

    .cp-final-cta {
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 16px;
        margin-bottom: 24px;
        padding: 20px;
    }

    .cp-final-cta > img {
        width: 68px;
        height: 68px;
        border-radius: 11px;
    }

    .cp-final-cta h2 {
        font-size: 1.35rem;
    }

    .cp-final-cta p {
        font-size: .84rem;
    }
}

@media (max-width: 399.98px) {
    .cp-reassurance-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 12px;
    }

    .cp-offer-item {
        padding: 12px;
    }
}

/* Affinements UI premium : variantes de composants et densité revue. */
.cp-hero {
    gap: clamp(24px, 3vw, 48px);
    padding: 4px 0 48px;
}

.cp-main-image {
    min-height: clamp(240px, 28vw, 340px);
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(17, 24, 39, .045);
}

.cp-main-image img {
    max-width: 290px;
    max-height: 290px;
    padding: clamp(24px, 4vw, 44px);
}

.cp-product-details h1 {
    margin-top: 11px;
    font-size: clamp(2.2rem, 4.4vw, 3.35rem);
}

.cp-price {
    margin: 7px 0 8px;
}

.cp-price strong {
    font-size: clamp(3rem, 5.4vw, 4.15rem);
}

.cp-product-intro {
    margin: 0 0 13px;
    font-size: .9rem;
    line-height: 1.5;
}

.cp-offer-grid {
    gap: 8px;
}

.cp-offer-item {
    min-height: 64px;
    padding: 10px 14px;
}

.cp-offer-item strong {
    font-size: .88rem;
}

.cp-offer-item span {
    font-size: .75rem;
}

.cp-whatsapp-button {
    min-height: 62px;
    margin-top: 16px;
    padding: 16px 22px;
    border-color: #1CAD52;
    border-radius: 14px;
    box-shadow: 0 10px 20px rgba(37, 211, 102, .19);
}

.cp-whatsapp-button:hover {
    box-shadow: 0 14px 28px rgba(37, 211, 102, .26);
}

.cp-cta-caption {
    margin: 7px 0 13px;
    font-size: .8rem;
}

.cp-reassurance-list {
    padding-top: 13px;
}

.cp-reassurance-list li {
    font-size: .72rem;
}

.cp-key-facts {
    margin-bottom: 72px;
}

.cp-section {
    padding-bottom: 74px;
}

.cp-section-heading {
    margin-bottom: 28px;
}

.cp-why-section .cp-feature-grid {
    gap: 14px;
}

.cp-why-card {
    position: relative;
    min-height: 150px;
    overflow: hidden;
    padding: 25px 22px 22px;
    border-color: #E8ECF3;
    border-radius: 14px;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cp-why-card::before {
    position: absolute;
    top: 0;
    left: 22px;
    width: 42px;
    height: 3px;
    border-radius: 0 0 4px 4px;
    background: var(--cp-blue);
    content: '';
}

.cp-why-card:hover {
    border-color: #C8DAFA;
    box-shadow: 0 12px 26px rgba(0, 86, 210, .08);
    transform: translateY(-2px);
}

.cp-why-card h3 {
    font-size: 1.02rem;
}

.cp-learning-section {
    padding-bottom: 78px;
}

.cp-topic-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.cp-topic-grid li {
    justify-content: flex-start;
    min-height: 58px;
    padding: 14px 17px;
    overflow: hidden;
    border-color: #E4EAF2;
    border-radius: 999px;
    background: #FBFCFF;
    font-size: .9rem;
    line-height: 1.2;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease;
}

.cp-topic-grid li:hover {
    border-color: #BCD4FA;
    background: #F3F7FF;
    color: var(--cp-blue);
    transform: translateY(-1px);
}

.cp-choice-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--cp-border);
    border-radius: 16px;
    background: #FFFFFF;
}

.cp-choice-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-width: 0;
    min-height: 92px;
    padding: 17px 18px;
    border-right: 1px solid var(--cp-border);
    border-bottom: 1px solid var(--cp-border);
}

.cp-choice-item:nth-child(3n) {
    border-right: 0;
}

.cp-choice-item:nth-child(n + 4) {
    border-bottom: 0;
}

.cp-choice-icon {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    background: #EDF4FF;
    color: var(--cp-blue);
    font-size: .85rem;
}

.cp-choice-item h3 {
    margin: 0;
    color: var(--cp-ink);
    font-family: 'Nunito', sans-serif;
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.3;
}

.cp-choice-item p {
    margin: 5px 0 0;
    color: var(--cp-muted);
    font-size: .75rem;
    line-height: 1.45;
}

.cp-steps {
    position: relative;
    gap: 20px;
    align-items: start;
}

.cp-steps::before {
    position: absolute;
    top: 18px;
    right: 12.5%;
    left: 12.5%;
    height: 1px;
    background: #C9DAF5;
    content: '';
}

.cp-steps li {
    display: block;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.cp-step-number {
    position: relative;
    z-index: 1;
    width: 36px;
    height: 36px;
    border: 3px solid #FFFFFF;
    box-shadow: 0 0 0 1px #C9DAF5;
}

.cp-steps li > div {
    min-height: 112px;
    margin-top: 15px;
    padding: 17px 16px;
    border: 1px solid var(--cp-border);
    border-radius: 14px;
    background: #FFFFFF;
    box-shadow: 0 6px 16px rgba(17, 24, 39, .03);
}

.cp-steps h3 {
    font-size: .93rem;
}

.cp-steps p {
    margin-top: 7px;
    font-size: .79rem;
}

.cp-faq {
    border-color: #E1E7F0;
    border-radius: 18px;
    background: #FFFFFF;
}

.cp-faq button {
    padding: 20px 50px 20px 22px;
    background: transparent;
    transition: background-color .2s ease, color .2s ease;
}

.cp-faq button:hover,
.cp-faq button[aria-expanded="true"] {
    background: #F6F9FF;
    color: var(--cp-blue);
}

.cp-faq button:focus-visible {
    outline: 3px solid rgba(0, 86, 210, .4);
    outline-offset: -3px;
}

.cp-faq-panel {
    max-height: 0;
    overflow: hidden;
    padding: 0 22px;
    background: #F6F9FF;
    opacity: 0;
    transition: max-height .28s ease, padding .28s ease, opacity .2s ease;
}

.cp-faq-panel.is-open {
    max-height: 12rem;
    padding-bottom: 20px;
    opacity: 1;
}

.cp-faq-panel p {
    font-size: .86rem;
}

.cp-final-cta {
    grid-template-columns: 108px minmax(0, 1fr) minmax(280px, 340px);
    gap: 30px;
    margin-bottom: 62px;
    padding: 30px clamp(24px, 4vw, 46px);
    border-radius: 20px;
}

.cp-final-cta > img {
    width: 108px;
    height: 108px;
}

.cp-final-action .cp-whatsapp-button {
    min-height: 64px;
}

@media (prefers-reduced-motion: no-preference) {
    .cp-why-card,
    .cp-topic-grid li,
    .cp-choice-item,
    .cp-steps li,
    .cp-faq-item,
    .cp-final-cta {
        animation: cp-fade-up .55s ease both;
    }

    .cp-why-card:nth-child(2),
    .cp-choice-item:nth-child(2),
    .cp-steps li:nth-child(2) {
        animation-delay: .05s;
    }

    .cp-why-card:nth-child(3),
    .cp-choice-item:nth-child(3),
    .cp-steps li:nth-child(3) {
        animation-delay: .1s;
    }

    .cp-why-card:nth-child(4),
    .cp-choice-item:nth-child(4),
    .cp-steps li:nth-child(4) {
        animation-delay: .15s;
    }
}

@keyframes cp-fade-up {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1199.98px) {
    .cp-topic-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .cp-choice-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cp-choice-item:nth-child(3n) {
        border-right: 1px solid var(--cp-border);
    }

    .cp-choice-item:nth-child(2n) {
        border-right: 0;
    }

    .cp-choice-item:nth-child(n + 4) {
        border-bottom: 1px solid var(--cp-border);
    }

    .cp-choice-item:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .cp-final-cta {
        grid-template-columns: 88px minmax(0, 1fr);
    }
}

@media (max-width: 767.98px) {
    .cp-hero {
        gap: 18px;
        padding: 2px 0 38px;
    }

    .cp-main-image {
        min-height: min(49vw, 202px);
        border-radius: 14px;
    }

    .cp-main-image img {
        max-width: 190px;
        max-height: 190px;
        padding: 20px;
    }

    .cp-product-details h1 {
        margin-top: 9px;
        font-size: 2.2rem;
    }

    .cp-price strong {
        font-size: 3.25rem;
    }

    .cp-product-intro {
        margin-bottom: 10px;
        font-size: .84rem;
        line-height: 1.42;
    }

    .cp-offer-item {
        min-height: 58px;
        padding: 9px 12px;
    }

    .cp-whatsapp-button {
        min-height: 60px;
        padding: 15px 18px;
    }

    .cp-cta-caption {
        margin: 6px 0 11px;
    }

    .cp-key-facts {
        margin-bottom: 58px;
    }

    .cp-section {
        padding-bottom: 58px;
    }

    .cp-section-heading {
        margin-bottom: 22px;
    }

    .cp-topic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .cp-topic-grid li {
        min-height: 60px;
        padding: 12px 14px;
        font-size: .82rem;
    }

    .cp-choice-list {
        grid-template-columns: 1fr;
    }

    .cp-choice-item,
    .cp-choice-item:nth-child(3n),
    .cp-choice-item:nth-child(2n),
    .cp-choice-item:nth-child(n + 4),
    .cp-choice-item:nth-last-child(-n + 2) {
        min-height: 0;
        padding: 15px 16px;
        border-right: 0;
        border-bottom: 1px solid var(--cp-border);
    }

    .cp-choice-item:last-child {
        border-bottom: 0;
    }

    .cp-steps {
        gap: 14px;
    }

    .cp-steps::before {
        top: 18px;
        right: auto;
        bottom: 18px;
        left: 18px;
        width: 1px;
        height: auto;
    }

    .cp-steps li {
        display: grid;
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 14px;
    }

    .cp-steps li > div {
        min-height: 0;
        margin-top: 0;
        padding: 16px;
    }

    .cp-faq button {
        padding: 18px 46px 18px 18px;
    }

    .cp-faq-panel {
        padding-right: 18px;
        padding-left: 18px;
    }

    .cp-final-cta {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 18px;
        margin-bottom: 46px;
        padding: 24px 20px;
    }

    .cp-final-cta > img {
        width: 76px;
        height: 76px;
    }

    .cp-final-action .cp-whatsapp-button {
        min-height: 62px;
    }

    .coursera-plus-page footer#contact .container {
        padding-top: 2.25rem !important;
        padding-bottom: 1.75rem !important;
    }

    .coursera-plus-page footer#contact .row {
        --bs-gutter-y: 1.25rem;
    }

    .coursera-plus-page footer#contact h5.mb-4 {
        margin-bottom: 1rem !important;
    }

    .coursera-plus-page footer#contact .mt-3 {
        margin-top: .75rem !important;
    }
}

@media (max-width: 399.98px) {
    .cp-main-image {
        min-height: 176px;
    }

    .cp-topic-grid li {
        padding-right: 11px;
        padding-left: 11px;
        font-size: .78rem;
    }
}

/* Ajustements de proportions de la landing Coursera Plus. */
.cp-hero {
    gap: clamp(32px, 4vw, 56px);
    padding: 8px 0 32px;
}

.cp-main-image {
    width: min(100%, 440px);
    min-height: 0;
    padding: 34px 24px;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(17, 24, 39, .05);
}

.cp-main-image img {
    width: min(100%, 200px);
    max-width: 200px;
    max-height: 200px;
    padding: 0;
}

.cp-thumbnails {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 14px 1px 3px;
    scrollbar-width: thin;
}

.cp-thumbnail {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    padding: 6px;
    overflow: hidden;
    border: 1px solid var(--cp-border);
    border-radius: 12px;
    background: #FFFFFF;
    cursor: pointer;
}

.cp-thumbnail.is-active {
    border: 2px solid var(--cp-blue);
}

.cp-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cp-product-details h1 {
    margin-top: 14px;
    font-size: clamp(2rem, 4vw, 3rem);
}

.cp-product-intro {
    margin: 14px 0 20px;
    font-size: 1rem;
    line-height: 1.65;
}

.cp-price {
    margin-bottom: 22px;
}

.cp-price strong {
    font-size: clamp(2.25rem, 4.5vw, 3.35rem);
}

.cp-offer-grid {
    gap: 10px;
}

.cp-offer-item {
    min-height: 76px;
    padding: 13px 16px;
}

.cp-offer-item strong {
    font-size: .92rem;
}

.cp-offer-item span {
    font-size: .78rem;
}

.cp-whatsapp-button {
    min-height: 54px;
    margin-top: 18px;
    padding: 12px 18px;
    border-color: #1EB75A;
    border-radius: 12px;
    box-shadow: none;
}

.cp-whatsapp-button:hover {
    box-shadow: 0 10px 20px rgba(37, 211, 102, .2);
}

.cp-cta-caption {
    margin: 8px 0 16px;
    font-size: .78rem;
}

.cp-reassurance-list {
    padding-top: 16px;
}

.cp-reassurance-list li {
    font-size: .75rem;
}

.cp-key-facts {
    margin-bottom: 58px;
}

.cp-section {
    padding-bottom: 62px;
}

.cp-section-heading {
    margin-bottom: 24px;
}

.cp-learning-section {
    padding-bottom: 70px;
}

.cp-topic-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 12px;
}

.cp-topic-grid li {
    justify-content: center;
    min-height: 72px;
    padding: 12px 13px;
    overflow: visible;
    border-color: var(--cp-border);
    border-radius: 12px;
    background: #FFFFFF;
    color: var(--cp-ink);
    font-size: .8rem;
    line-height: 1.25;
    text-align: center;
    text-overflow: clip;
    white-space: normal;
    transform: none;
}

.cp-topic-grid li:hover {
    border-color: var(--cp-border);
    background: #FFFFFF;
    color: var(--cp-ink);
    transform: none;
}

.cp-steps {
    position: static;
    gap: 16px;
    align-items: stretch;
}

.cp-steps::before {
    display: none;
    content: none;
}

.cp-steps li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 13px;
    min-height: 0;
    padding: 20px 18px;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius);
    background: #FFFFFF;
    animation: none;
}

.cp-step-number {
    position: static;
    z-index: auto;
    width: 28px;
    height: 28px;
    border: 0;
    box-shadow: none;
}

.cp-steps li > div {
    min-height: 0;
    margin-top: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.cp-steps h3 {
    font-size: 1rem;
}

.cp-steps p {
    margin-top: 10px;
    font-size: .875rem;
}

.cp-faq {
    border-color: var(--cp-border);
    border-radius: var(--cp-radius);
    background: #FFFFFF;
}

.cp-faq button,
.cp-faq button:hover,
.cp-faq button[aria-expanded="true"] {
    padding: 18px 42px 18px 20px;
    background: #FFFFFF;
    color: var(--cp-ink);
}

.cp-faq button:focus-visible {
    outline: 3px solid rgba(0, 86, 210, .45);
    outline-offset: 3px;
}

.cp-faq-panel,
.cp-faq-panel.is-open {
    max-height: none;
    overflow: visible;
    padding: 0 20px 18px;
    background: #FFFFFF;
    opacity: 1;
    transition: none;
}

.cp-faq-panel p {
    font-size: .85rem;
}

.cp-final-cta {
    grid-template-columns: 96px minmax(0, 1fr) minmax(250px, 310px);
    gap: 26px;
    margin-bottom: 52px;
    padding: 24px clamp(20px, 3.5vw, 40px);
    border-radius: 18px;
    animation: none;
}

.cp-final-cta > img {
    width: 96px;
    height: 96px;
}

.cp-final-action .cp-whatsapp-button {
    min-height: 54px;
}

.cp-topic-grid li,
.cp-faq-item {
    animation: none;
}

@media (max-width: 1199.98px) {
    .cp-topic-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .cp-final-cta {
        grid-template-columns: 78px minmax(0, 1fr);
    }
}

@media (max-width: 767.98px) {
    .cp-hero {
        gap: 28px;
        padding-bottom: 24px;
    }

    .cp-main-image {
        min-height: min(72vw, 320px);
        border-radius: 18px;
    }

    .cp-main-image img {
        max-width: 260px;
        max-height: 260px;
        padding: 28px;
    }

    .cp-key-facts {
        margin-bottom: 46px;
    }

    .cp-section {
        padding-bottom: 48px;
    }

    .cp-topic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .cp-topic-grid li {
        min-height: 64px;
        padding: 12px 13px;
        font-size: .78rem;
    }

    .cp-steps {
        gap: 10px;
    }

    .cp-steps li {
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 13px;
        min-height: 0;
        padding: 18px;
    }

    .cp-faq button {
        padding: 18px 42px 18px 20px;
    }

    .cp-faq-panel,
    .cp-faq-panel.is-open {
        padding: 0 20px 18px;
    }

    .cp-final-cta {
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 16px;
        margin-bottom: 38px;
        padding: 20px;
    }

    .cp-final-cta > img {
        width: 68px;
        height: 68px;
    }

    .cp-final-cta h2 {
        font-size: 1.35rem;
    }

    .cp-final-cta p {
        font-size: .84rem;
    }

    .coursera-plus-page footer#contact .container {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .coursera-plus-page footer#contact .row {
        --bs-gutter-y: 1.5rem;
    }

    .coursera-plus-page footer#contact h5.mb-4 {
        margin-bottom: 1.5rem !important;
    }

    .coursera-plus-page footer#contact .mt-3 {
        margin-top: 1rem !important;
    }
}

@media (max-width: 399.98px) {
    .cp-main-image {
        min-height: min(72vw, 300px);
    }

    .cp-topic-grid li {
        padding: 12px 13px;
        font-size: .78rem;
    }
}

/* Sections visuelles Coursera Plus : assets locaux et maquettes HTML/CSS. */
.cp-showcase-section {
    padding-bottom: 60px;
}

.cp-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(32px, 4vw, 56px);
    align-items: center;
}

.cp-showcase--reverse .cp-showcase-media {
    grid-column: 2;
}

.cp-showcase--reverse .cp-showcase-body {
    grid-column: 1;
    grid-row: 1;
}

.cp-showcase-media {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--cp-border);
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0 14px 30px rgba(17, 24, 39, .06);
}

.cp-showcase-media > img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: contain;
}

.cp-showcase-body {
    min-width: 0;
}

.cp-section-kicker {
    margin: 0 0 10px;
    color: var(--cp-blue);
    font-family: 'Nunito', sans-serif;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.cp-showcase-body h2 {
    margin: 0;
    color: var(--cp-ink);
    font-family: 'Nunito', sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.18;
}

.cp-showcase-body > p:not(.cp-section-kicker) {
    margin: 14px 0 0;
    color: var(--cp-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.cp-showcase-media--learning {
    aspect-ratio: 4 / 3;
    background: var(--cp-soft);
}

.cp-showcase-media--learning img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
}

.cp-showcase--intro {
    align-items: center;
}

.cp-showcase--text-only {
    grid-template-columns: minmax(0, 1fr);
    max-width: 900px;
    margin: 0 auto;
}

.cp-showcase--intro .cp-feature-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 26px;
}

.cp-showcase--intro .cp-feature-card {
    min-height: 0;
    height: 100%;
    padding: 22px;
    border-color: #E8EDF3;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.cp-showcase--intro .cp-feature-card h3 {
    margin: 0 0 8px;
    font-size: 1.0625rem;
    line-height: 1.3;
}

.cp-showcase--intro .cp-feature-card p {
    margin: 0;
    font-size: .90625rem;
    line-height: 1.6;
}

.cp-domain-intro {
    margin-top: 32px;
}

.cp-domain-intro h3 {
    margin: 0;
    color: var(--cp-ink);
    font-family: 'Nunito', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
}

.cp-domain-intro p {
    margin: 12px 0 0;
    color: var(--cp-muted);
    font-size: .88rem;
    line-height: 1.55;
}

.cp-showcase--intro .cp-topic-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.cp-showcase--intro .cp-topic-grid li {
    min-height: 56px;
    justify-content: center;
    padding: 12px 16px;
    border-color: #E5EAF1;
    border-radius: 12px;
    background: #F8FAFC;
    color: #1F2937;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
}

.cp-certificate-gallery {
    display: grid;
    width: min(100%, 520px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-inline: auto;
    padding: 8px;
    background: #F7F9FC;
    align-items: start;
}

.cp-certificates-section .cp-certificate-showcase {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.cp-certificate-card {
    display: grid;
    min-width: 0;
    aspect-ratio: 1.41 / 1;
    place-items: center;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid var(--cp-border);
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .045);
}

.cp-certificates-section .cp-certificate-card {
    aspect-ratio: auto;
    align-self: start;
    overflow: hidden;
}

.cp-certificate-card img {
    display: block;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    object-fit: contain;
}

.cp-mockup-frame {
    display: grid;
    min-height: 0;
    place-items: center;
    padding: 24px;
    background: #F7F9FC;
}

.cp-cv-mockup,
.cp-linkedin-mockup {
    width: min(100%, 520px);
    border: 1px solid #DCE3ED;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0 12px 24px rgba(17, 24, 39, .08);
}

.cp-cv-mockup {
    padding: 28px;
}

.cp-mockup-label {
    margin: 0 0 19px;
    color: var(--cp-ink);
    font-family: 'Nunito', sans-serif;
    font-size: .77rem;
    font-weight: 800;
    letter-spacing: .1em;
}

.cp-mockup-line {
    height: 8px;
    margin: 8px 0;
    border-radius: 999px;
    background: #E6EBF2;
}

.cp-mockup-line--large {
    width: 74%;
    height: 12px;
    background: #C5D9FC;
}

.cp-mockup-line--short {
    width: 54%;
}

.cp-cv-mockup h3 {
    margin: 25px 0 12px;
    padding-top: 17px;
    border-top: 1px solid var(--cp-border);
    color: var(--cp-blue);
    font-family: 'Nunito', sans-serif;
    font-size: .95rem;
    font-weight: 800;
}

.cp-cv-mockup ul,
.cp-linkedin-mockup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cp-cv-mockup li {
    position: relative;
    padding: 8px 0 8px 16px;
    color: var(--cp-ink);
    font-size: .84rem;
    line-height: 1.35;
}

.cp-cv-mockup li::before {
    position: absolute;
    top: 14px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--cp-blue);
    content: '';
}

.cp-linkedin-mockup {
    overflow: hidden;
}

.cp-linkedin-heading {
    margin: 0;
    padding: 22px 24px;
    border-bottom: 1px solid var(--cp-border);
    color: var(--cp-ink);
    font-family: 'Nunito', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
}

.cp-linkedin-mockup li {
    display: grid;
    gap: 4px;
    padding: 17px 24px;
    border-bottom: 1px solid var(--cp-border);
}

.cp-linkedin-mockup li:last-child {
    border-bottom: 0;
}

.cp-linkedin-mockup strong {
    color: var(--cp-ink);
    font-size: .86rem;
    line-height: 1.35;
}

.cp-linkedin-mockup span {
    color: var(--cp-muted);
    font-size: .78rem;
}

.cp-career-proof-section {
    padding-bottom: 60px;
}

.cp-career-proof-heading {
    margin-bottom: 26px;
}

.cp-career-proof-grid {
    display: grid;
    max-width: 900px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-inline: auto;
}

.cp-career-proof-card {
    min-width: 0;
    height: 100%;
    padding: 22px;
    border: 1px solid #E6EBF1;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.cp-career-proof-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 12px;
    background: #EAF2FF;
    color: var(--cp-blue);
    font-size: 1.25rem;
}

.cp-career-proof-icon--linkedin {
    background: #F8FAFC;
    color: #0A66C2;
}

.cp-career-proof-card h3 {
    margin: 0 0 8px;
    color: var(--cp-ink);
    font-family: 'Nunito', sans-serif;
    font-size: 1.0625rem;
    font-weight: 800;
    line-height: 1.3;
}

.cp-career-proof-card p {
    margin: 0;
    color: var(--cp-muted);
    font-size: .90625rem;
    line-height: 1.6;
}

.cp-organizations-section {
    padding-bottom: 60px;
}

.cp-logo-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-inline: auto;
}

.cp-logo-card {
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border: 1px solid #EDF0F4;
    border-radius: 12px;
    background: #FFFFFF;
}

.cp-logo-card img {
    display: block;
    width: auto;
    height: 26px;
    max-width: 105px;
    max-height: 26px;
    object-fit: contain;
}

.cp-organizations-note {
    max-width: 760px;
    margin: 17px auto 0;
    color: var(--cp-muted);
    font-size: .79rem;
    line-height: 1.5;
    text-align: center;
}

.cp-showcase-media--graduate {
    min-height: 0;
    aspect-ratio: 4 / 3;
}

.cp-showcase-media--graduate img {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: 480px;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .cp-showcase--intro .cp-topic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .cp-showcase {
        gap: 34px;
    }

    .cp-showcase--intro .cp-feature-grid--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cp-showcase--intro .cp-topic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cp-logo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .cp-showcase-section,
    .cp-organizations-section {
        padding-bottom: 36px;
    }

    .cp-showcase {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .cp-showcase--reverse .cp-showcase-media,
    .cp-showcase--reverse .cp-showcase-body {
        grid-column: auto;
        grid-row: auto;
    }

    .cp-showcase-media {
        border-radius: 16px;
    }

    .cp-showcase-body h2 {
        font-size: 1.65rem;
    }

    .cp-showcase-body > p:not(.cp-section-kicker) {
        font-size: .92rem;
    }

    .cp-showcase--intro .cp-feature-grid--four {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .cp-showcase--intro .cp-topic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cp-certificate-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 4px;
    }

    .cp-mockup-frame {
        min-height: 0;
        padding: 20px;
    }

    .cp-cv-mockup {
        padding: 22px;
    }

    .cp-logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .cp-logo-card {
        min-height: 64px;
        padding: 12px;
    }

    .cp-logo-card img {
        height: 26px;
        max-width: 100px;
        max-height: 26px;
    }

    .cp-showcase-media--graduate,
    .cp-showcase-media--graduate img {
        min-height: 0;
        max-height: 280px;
    }

    .cp-showcase-media--graduate {
        aspect-ratio: 16 / 10;
    }

    .cp-linkedin-mockup strong,
    .cp-linkedin-mockup span {
        font-size: .82rem;
    }

    .cp-career-proof-section {
        padding-bottom: 44px;
    }

    .cp-career-proof-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .cp-career-proof-card {
        padding: 18px;
    }
}

/* Lecteur vidéo Coursera Plus. */
.cp-video-section {
    padding-bottom: 46px;
}

.cp-video-card {
    position: relative;
    width: min(100%, 432px);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #D5E3F7;
    border-radius: 22px;
    background: #EAF1FB;
    box-shadow: 0 18px 44px rgba(9, 55, 110, .16);
}

.cp-video {
    display: block;
    width: 100%;
    height: auto;
    background: #EAF1FB;
}

@media (max-width: 768px) {
    .cp-video-section {
        padding-bottom: 32px;
    }

    .cp-video-card {
        width: min(100%, 360px);
        border-radius: 18px;
    }
}

/* Offre affichée après les bénéfices et les éléments de preuve. */
.cp-offer-section .cp-section-heading {
    margin-bottom: 18px;
}

.cp-offer-section .cp-key-facts {
    margin-bottom: 0;
    border-color: #D5E3F7;
    background: #F7FBFF;
}

.cp-offer-section .cp-key-facts > div {
    min-height: 94px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.cp-offer-section .cp-key-facts > div:first-child strong {
    color: var(--cp-blue);
    font-size: 1.5rem;
    line-height: 1;
}

@media (min-width: 769px) {
    .cp-graduate-section .cp-showcase,
    .cp-certificates-section .cp-showcase,
    .cp-cv-section .cp-showcase,
    .cp-linkedin-section .cp-showcase {
        align-items: start;
    }

    .cp-graduate-section .cp-showcase-body,
    .cp-certificates-section .cp-showcase-body,
    .cp-cv-section .cp-showcase-body,
    .cp-linkedin-section .cp-showcase-body {
        padding-top: 4px;
    }

    .cp-showcase-media--graduate {
        aspect-ratio: 16 / 10;
    }
}

/* Mobile readability refinements: preserve the existing page structure and content. */
@media (max-width: 768px) {
    body.coursera-plus-page {
        font-size: 16px;
    }

    .cp-hero {
        gap: 22px;
        padding-bottom: 40px;
    }

    .cp-main-image {
        min-height: 0;
        padding: 20px 16px;
    }

    .cp-main-image img {
        width: min(230px, 68vw);
        max-width: none;
        max-height: none;
        padding: 0;
    }

    .cp-offer-badge {
        min-height: 32px;
        font-size: .875rem;
    }

    .cp-product-details h1 {
        margin: 12px 0 14px;
        font-size: clamp(2rem, 7vw, 2.125rem);
        line-height: 1.15;
    }

    .cp-product-intro {
        margin: 0 0 18px;
    }

    .cp-price {
        margin-bottom: 18px;
    }

    .cp-offer-grid {
        gap: 12px;
    }

    .cp-offer-item {
        min-height: 82px;
        padding: 14px;
    }

    .cp-offer-item strong {
        font-size: .98rem;
    }

    .cp-offer-item span,
    .cp-cta-caption {
        font-size: .875rem;
    }

    .cp-reassurance-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .cp-reassurance-list li {
        font-size: .875rem;
        line-height: 1.45;
    }

    .cp-section-heading p,
    .cp-showcase-body > p:not(.cp-section-kicker) {
        font-size: .98rem;
        line-height: 1.6;
    }

    .cp-showcase-section,
    .cp-organizations-section {
        padding-bottom: 44px;
    }

    .cp-showcase-body h2 {
        font-size: clamp(1.65rem, 6vw, 1.85rem);
    }

    .cp-showcase--intro .cp-feature-card {
        padding: 18px;
    }

    .cp-showcase--intro .cp-feature-card h3 {
        font-size: 1.0625rem;
    }

    .cp-feature-card--compact h3 {
        font-size: 1rem;
    }

    .cp-showcase--intro .cp-feature-card p,
    .cp-feature-card--compact p {
        font-size: .94rem;
        line-height: 1.6;
    }

    .cp-domain-intro h3 {
        font-size: 1.1rem;
    }

    .cp-domain-intro p {
        font-size: .94rem;
        line-height: 1.6;
    }

    .cp-showcase--intro .cp-topic-grid {
        gap: 10px;
    }

    .cp-topic-grid li {
        min-height: 58px;
        padding: 12px 10px;
        font-size: .875rem;
        line-height: 1.35;
    }

    .cp-certificate-gallery {
        gap: 10px;
        padding: 8px;
    }

    .cp-certificate-card {
        padding: 8px;
        border-radius: 14px;
    }

    .cp-mockup-frame {
        padding: 16px;
    }

    .cp-cv-mockup {
        padding: 20px;
    }

    .cp-cv-mockup h3 {
        font-size: 1rem;
    }

    .cp-cv-mockup li,
    .cp-linkedin-mockup strong {
        font-size: .94rem;
        line-height: 1.45;
    }

    .cp-linkedin-heading {
        padding: 18px;
        font-size: 1.1rem;
    }

    .cp-linkedin-mockup li {
        padding: 14px 18px;
    }

    .cp-linkedin-mockup span {
        font-size: .9rem;
    }

    .cp-logo-card {
        min-height: 64px;
        padding: 12px 16px;
        border-color: #EDF0F4;
        border-radius: 12px;
    }

    .cp-logo-card img {
        width: auto;
        height: 26px;
        max-width: 100px;
        max-height: 26px;
        object-fit: contain;
    }

    .cp-logo-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        width: calc(50% - 5px);
        justify-self: center;
    }

    .cp-organizations-note {
        font-size: .875rem;
        line-height: 1.6;
    }

    .cp-offer-section .cp-key-facts {
        border-color: #DCE6F5;
        border-radius: 18px;
        background: #F7FBFF;
    }

    .cp-offer-section .cp-key-facts > div {
        min-height: 96px;
        padding: 16px;
    }

    .cp-offer-section .cp-key-facts strong {
        font-size: 1.1rem;
    }

    .cp-offer-section .cp-key-facts > div:first-child strong {
        color: var(--cp-blue);
        font-size: 2.125rem;
        line-height: 1;
    }

    .cp-offer-section .cp-key-facts span {
        font-size: .9rem;
        line-height: 1.45;
    }

    .cp-feature-grid--six {
        gap: 12px;
    }

    .cp-feature-card--compact {
        padding: 18px;
    }

    .cp-steps {
        gap: 12px;
    }

    .cp-steps li {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 12px;
        padding: 14px 16px;
    }

    .cp-steps h3 {
        font-size: 1rem;
    }

    .cp-steps p {
        font-size: .94rem;
        line-height: 1.6;
    }

    .cp-faq button {
        min-height: 52px;
        padding: 15px 46px 15px 18px;
        font-size: .96rem;
        line-height: 1.4;
    }

    .cp-faq-panel,
    .cp-faq-panel.is-open {
        padding: 0 18px 18px;
    }

    .cp-faq-panel p {
        font-size: .94rem;
        line-height: 1.6;
    }

    .cp-final-cta {
        gap: 14px;
        margin-bottom: 32px;
        padding: 22px 16px;
        border-radius: 16px;
    }

    .cp-final-cta > img {
        width: 72px;
        height: 72px;
    }

    .cp-final-cta h2 {
        font-size: 1.55rem;
    }

    .cp-final-cta p {
        font-size: .94rem;
        line-height: 1.55;
    }

    .cp-final-action .cp-whatsapp-button {
        min-height: 56px;
    }

    .cp-final-action small {
        font-size: .84rem;
        line-height: 1.45;
    }

    .coursera-plus-page footer#contact .container {
        padding: 2rem 20px !important;
    }

    .coursera-plus-page footer#contact .row {
        --bs-gutter-y: 1.25rem;
    }

    .coursera-plus-page footer#contact h5 {
        margin-bottom: .75rem !important;
        font-size: 1.05rem;
    }

    .coursera-plus-page footer#contact p,
    .coursera-plus-page footer#contact p a {
        font-size: .9rem;
        line-height: 1.7;
    }

    .coursera-plus-page footer#contact hr.my-4 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }
}

@media (max-width: 379.98px) {
    .cp-showcase--intro .cp-topic-grid {
        grid-template-columns: 1fr;
    }
}

/* Prix promotionnel centré avec prix de référence barré. */
.cp-product-details .cp-price {
    width: 100%;
    justify-content: center;
    gap: 16px;
    text-align: center;
}

.cp-original-price {
    color: #4B5563;
    font-family: 'Nunito', sans-serif;
    font-size: clamp(1.15rem, 2.2vw, 1.55rem);
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1;
    text-decoration-color: #DC2626;
    text-decoration-thickness: 3px;
}

@media (max-width: 575.98px) {
    .cp-product-details .cp-price {
        gap: 12px;
    }

    .cp-original-price {
        font-size: 1.15rem;
    }
}

/* Sections de confiance et d’activation volontairement plus légères. */
.cp-4ced-section,
.cp-steps-section {
    padding-bottom: 46px;
}

.cp-4ced-section .cp-section-heading,
.cp-steps-section .cp-section-heading {
    margin-bottom: 18px;
}

.cp-4ced-section .cp-feature-grid--six,
.cp-steps-section .cp-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.cp-4ced-section .cp-feature-card--compact,
.cp-steps-section .cp-steps li {
    padding: 18px;
}

@media (max-width: 768px) {
    .cp-4ced-section,
    .cp-steps-section {
        padding-bottom: 32px;
    }

    .cp-4ced-section .cp-feature-grid--six,
    .cp-steps-section .cp-steps {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .cp-4ced-section .cp-feature-card--compact,
    .cp-steps-section .cp-steps li {
        padding: 14px 16px;
    }
}

/* Étape 2 : Hero Coursera Plus, sans incidence sur les sections suivantes. */
.cp-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, .98fr);
    grid-template-areas:
        "gallery heading"
        "gallery details";
    column-gap: clamp(30px, 3.5vw, 52px);
    row-gap: 16px;
    align-items: start;
    padding: 12px 0 48px;
}

.cp-hero-heading {
    grid-area: heading;
    min-width: 0;
}

.cp-hero-heading h1 {
    margin: 0;
    color: var(--cp-ink);
    font-family: 'Nunito', sans-serif;
    font-size: clamp(2rem, 3.4vw, 2.85rem);
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.08;
}

.cp-hero-heading p {
    max-width: 62ch;
    margin: 12px 0 0;
    color: var(--cp-muted);
    font-size: 1rem;
    line-height: 1.55;
}

.cp-hero .cp-gallery {
    grid-area: gallery;
    min-width: 0;
    align-self: start;
}

.cp-hero .cp-main-image {
    display: grid;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 14px;
    overflow: hidden;
    place-items: center;
    aspect-ratio: 8 / 5;
    background: #f7f9fc;
    border: 1px solid #d9e1ea;
    border-radius: 8px;
}

.cp-hero .cp-main-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    padding: 0;
    object-fit: contain;
}

.cp-hero .cp-thumbnails {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
    overflow: visible;
}

.cp-hero .cp-thumbnail {
    display: grid;
    width: 100%;
    height: auto;
    min-width: 0;
    min-height: 72px;
    padding: 5px;
    cursor: pointer;
    flex: none;
    grid-template-rows: 40px auto;
    gap: 3px;
    align-items: center;
    color: #334155;
    background: #fff;
    border: 1px solid #cfd8e3;
    border-radius: 6px;
    box-shadow: none;
}

.cp-hero .cp-thumbnail img {
    display: block;
    width: 100%;
    height: 40px;
    object-fit: contain;
}

.cp-hero .cp-thumbnail span {
    min-width: 0;
    overflow: hidden;
    font-size: .68rem;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    text-overflow: ellipsis;
}

.cp-hero .cp-thumbnail.is-active {
    border-color: var(--cp-blue);
    box-shadow: 0 0 0 1px var(--cp-blue);
}

.cp-hero .cp-thumbnail:hover {
    border-color: var(--cp-blue);
}

.cp-hero .cp-thumbnail:focus-visible {
    outline: 3px solid rgba(0, 86, 210, .28);
    outline-offset: 2px;
}

.cp-hero .cp-product-details {
    display: grid;
    grid-area: details;
    min-width: 0;
    gap: 15px;
}

.cp-hero .cp-offer-grid {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
    padding: 0 0 0 20px;
    list-style: disc;
}

.cp-hero .cp-offer-item {
    display: list-item;
    min-height: auto;
    padding: 3px 0;
    margin-bottom: 2px;
    background: transparent;
    border: none;
    box-shadow: none;
    color: var(--cp-ink);
}

.cp-hero .cp-offer-item i {
    display: none;
}

.cp-hero .cp-offer-item strong,
.cp-hero .cp-offer-item small {
    display: inline;
}

.cp-hero .cp-offer-item strong {
    color: var(--cp-ink);
    font-size: .95rem;
}

.cp-hero .cp-offer-item small {
    color: var(--cp-ink);
    font-size: .95rem;
}

.cp-hero .cp-offer-item small::before {
    content: " : ";
}

.cp-hero .cp-price {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0 0 15px 0;
    text-align: left;
}

.cp-hero .cp-price-main {
    display: flex;
    align-items: flex-start;
    color: #B12704;
    line-height: 1;
}

.cp-hero .cp-price-val {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 800;
}

.cp-hero .cp-price-cur {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 5px;
    margin-left: 3px;
}

.cp-hero .cp-price-sub {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #cfd8e3;
    padding-left: 12px;
}

.cp-hero .cp-duration {
    color: var(--cp-ink);
    font-family: 'Nunito', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.2;
}

.cp-hero .cp-price-tax {
    color: var(--cp-muted);
    font-size: 0.85rem;
    line-height: 1.3;
}

.cp-hero .cp-activation-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cp-hero .cp-activation-list li {
    position: relative;
    min-width: 0;
    padding-left: 18px;
    color: #475569;
    font-size: .83rem;
    line-height: 1.35;
}

.cp-hero .cp-activation-list li::before {
    position: absolute;
    top: .15em;
    left: 0;
    color: var(--cp-blue);
    content: "✓";
    font-weight: 800;
}

.cp-hero .cp-whatsapp-button,
.cp-hero .cp-whatsapp-button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    margin: 0 auto;
    padding: 12px 22px;
    background: #25D366;
    color: #fff;
    border-radius: 12px;
    font-size: 1.05rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 16px rgba(37, 211, 102, .15);
    transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cp-hero .cp-whatsapp-button:hover {
    background: #1FBD5C;
    color: #fff;
    box-shadow: 0 10px 20px rgba(37, 211, 102, .2);
    transform: translateY(-1px);
}

.cp-hero .cp-whatsapp-button:focus-visible {
    outline: 3px solid rgba(0, 86, 210, .28);
    outline-offset: 3px;
}

@media (max-width: 900px) {
    .cp-hero {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "heading"
            "gallery"
            "details";
        gap: 18px;
        padding: 8px 0 40px;
    }

    .cp-hero-heading h1 {
        font-size: clamp(2rem, 6vw, 2.5rem);
        line-height: 1.12;
    }

    .cp-hero .cp-gallery {
        width: min(100%, 680px);
        margin-inline: auto;
    }

    .cp-hero .cp-product-details {
        gap: 16px;
    }
}

@media (max-width: 575.98px) {
    .cp-hero-heading h1 {
        font-size: clamp(1.85rem, 8vw, 2.2rem);
    }

    .cp-hero-heading p {
        margin-top: 10px;
        font-size: .94rem;
    }

    .cp-hero .cp-main-image {
        padding: 9px;
    }

    .cp-hero .cp-thumbnails {
        gap: 5px;
        margin-top: 8px;
    }

    .cp-hero .cp-thumbnail {
        min-height: 68px;
        padding: 4px 2px;
        grid-template-rows: 36px auto;
    }

    .cp-hero .cp-thumbnail img {
        height: 36px;
    }

    .cp-hero .cp-thumbnail span {
        font-size: .6rem;
    }

    .cp-hero .cp-offer-grid,
    .cp-hero .cp-activation-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .cp-hero .cp-whatsapp-button,
    .cp-hero .cp-whatsapp-button:visited {
        width: 100%;
        min-width: 0;
    }
}

/* Étapes 3 à 5 : sections centrales, confiance et conversion. */
.cp-reassurance-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid var(--cp-border);
    border-bottom: 1px solid var(--cp-border);
    background: #FAFCFF;
}

.cp-reassurance-item {
    display: grid;
    min-width: 0;
    padding: 2px clamp(12px, 2vw, 22px);
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
}

.cp-reassurance-item + .cp-reassurance-item {
    border-left: 1px solid var(--cp-border);
}

.cp-reassurance-item > i {
    margin-top: 3px;
    color: var(--cp-blue);
    font-size: 1rem;
    text-align: center;
}

.cp-reassurance-item strong,
.cp-reassurance-item small {
    display: block;
    overflow-wrap: anywhere;
}

.cp-reassurance-item strong {
    color: var(--cp-ink);
    font-family: 'Nunito', sans-serif;
    font-size: .82rem;
    line-height: 1.3;
}

.cp-reassurance-item small {
    margin-top: 3px;
    color: var(--cp-muted);
    font-size: .73rem;
    line-height: 1.35;
}

.cp-section.cp-stage-section {
    padding: clamp(44px, 4vw, 56px) 0;
    border-bottom: 1px solid #EEF1F5;
}

.cp-stage-heading {
    max-width: 800px;
    margin: 0 auto 28px;
    text-align: center;
}

.cp-stage-heading h2,
.cp-media-copy h2 {
    margin: 0;
    color: var(--cp-ink);
    font-family: 'Nunito', sans-serif;
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.18;
}

.cp-stage-heading > p:not(.cp-stage-kicker),
.cp-media-copy > p:not(.cp-stage-kicker) {
    margin: 12px 0 0;
    color: var(--cp-muted);
    font-size: 1rem;
    line-height: 1.6;
}

.cp-stage-kicker {
    margin: 0 0 10px;
    color: #0066FF;
    font-family: 'Nunito', sans-serif;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.3;
}

.cp-media-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: clamp(32px, 5vw, 64px);
    align-items: center;
}

.cp-media-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cp-media-copy h2 {
    font-size: clamp(2rem, 3vw, 2.5rem);
    line-height: 1.2;
    margin-bottom: 20px;
}

.cp-media-copy p:not(.cp-stage-kicker) {
    font-size: 1.15rem;
    line-height: 1.6;
    color: var(--cp-ink);
}

.cp-compact-points {
    display: grid;
    gap: 12px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.cp-compact-points li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    color: var(--cp-ink);
    font-size: .95rem;
    line-height: 1.45;
}

.cp-compact-points i {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 50%;
    background: #EAF2FF;
    color: var(--cp-blue);
    font-size: .67rem;
}

.cp-lazy-video {
    position: relative;
    width: min(100%, 360px);
    aspect-ratio: 9 / 16;
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid #D5E3F7;
    border-radius: 18px;
    background: #0B1F3A;
}

.cp-stage-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #0B1F3A;
}

.cp-stage-video:focus-visible,
.cp-video-play:focus-visible {
    outline: 3px solid #FFFFFF;
    outline-offset: -5px;
}

.cp-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: grid;
    width: 58px;
    height: 58px;
    padding: 0;
    place-items: center;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    background: var(--cp-blue);
    color: #FFFFFF;
    font-size: 1.05rem;
    box-shadow: 0 6px 18px rgba(11, 31, 58, .2);
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: background-color .2s ease, opacity .2s ease;
}

.cp-video-play i {
    margin-left: 3px;
}

.cp-video-play:hover {
    background: #0047AD;
}

.cp-lazy-video.is-loaded .cp-video-play {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.cp-transformation-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 3vw, 34px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.cp-transformation-step {
    position: relative;
    min-width: 0;
}

.cp-transformation-step:not(:last-child)::after {
    position: absolute;
    top: 31%;
    right: calc(clamp(18px, 3vw, 34px) * -.72);
    width: clamp(16px, 2.3vw, 28px);
    border-top: 1px solid #B8C7DC;
    content: '';
}

.cp-transformation-step figure {
    position: relative;
    width: 100%;
    aspect-ratio: 8 / 5;
    margin: 0 0 18px;
    overflow: hidden;
    border: 1px solid var(--cp-border);
    border-radius: 14px;
    background: var(--cp-soft);
}

.cp-transformation-step figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cp-transformation-copy {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px 11px;
    align-items: center;
}

.cp-step-index {
    display: grid;
    width: 32px;
    height: 32px;
    grid-row: 1 / span 2;
    place-items: center;
    border-radius: 50%;
    background: var(--cp-blue);
    color: #FFFFFF;
    font-family: 'Nunito', sans-serif;
    font-size: .82rem;
    font-weight: 800;
}

.cp-transformation-copy h3 {
    margin: 0;
    color: var(--cp-ink);
    font-family: 'Nunito', sans-serif;
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.3;
}

.cp-transformation-copy p {
    grid-column: 2;
    margin: 0;
    color: var(--cp-muted);
    font-size: .87rem;
    line-height: 1.55;
}

.cp-linkedin-mark {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 6px;
    background: #0A66C2;
    color: #FFFFFF;
    font-size: .9rem;
}

.cp-domains-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cp-domains-grid li {
    display: grid;
    min-width: 0;
    min-height: 58px;
    padding: 10px 12px;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    border: 1px solid var(--cp-border);
    border-radius: 10px;
    background: #FFFFFF;
    color: var(--cp-ink);
    font-family: 'Nunito', sans-serif;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.25;
}

.cp-domains-grid i {
    color: var(--cp-blue);
    font-size: .9rem;
    text-align: center;
}

.cp-feedback-section {
    background: #FAFCFF;
}

.cp-steps-section.cp-steps-section--final {
    padding-bottom: clamp(48px, 6vw, 72px);
}

.cp-final-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cp-final-steps li {
    position: relative;
    display: grid;
    min-width: 0;
    padding: 20px;
    grid-template-columns: 30px 30px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    border: 1px solid var(--cp-border);
    border-radius: 12px;
    background: #FFFFFF;
}

.cp-final-steps li:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -13px;
    z-index: 2;
    color: #8FA4C2;
    content: '›';
    font-size: 1.45rem;
    line-height: 1;
    transform: translateY(-50%);
}

.cp-final-steps .cp-step-number {
    width: 28px;
    height: 28px;
}

.cp-final-steps li > i {
    margin-top: 5px;
    color: var(--cp-blue);
    font-size: 1rem;
    text-align: center;
}

.cp-final-steps h3 {
    margin: 0;
    color: var(--cp-ink);
    font-family: 'Nunito', sans-serif;
    font-size: .96rem;
    font-weight: 800;
    line-height: 1.35;
}

.cp-final-steps p {
    margin: 8px 0 0;
    color: var(--cp-muted);
    font-size: .84rem;
    line-height: 1.5;
}

.cp-faq.cp-faq--final {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.cp-faq--final .cp-faq-item,
.cp-faq--final .cp-faq-item:nth-child(odd),
.cp-faq--final .cp-faq-item:nth-last-child(-n + 2) {
    min-width: 0;
    border: 1px solid var(--cp-border);
    border-radius: 11px;
    background: #FFFFFF;
}

.cp-faq--final .cp-faq-item h3 {
    font-size: .92rem;
}

.cp-faq--final .cp-faq-item button,
.cp-faq--final .cp-faq-item button:hover,
.cp-faq--final .cp-faq-item button[aria-expanded="true"] {
    min-height: 56px;
    padding: 16px 44px 16px 18px;
    border-radius: 11px;
    background: #FFFFFF;
    color: var(--cp-ink);
    line-height: 1.4;
}

.cp-faq--final .cp-faq-item button[aria-expanded="true"] {
    color: var(--cp-blue);
}

.cp-faq--final .cp-faq-panel {
    padding: 0 18px 18px;
}

.cp-final-cta.cp-final-cta--compact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 310px);
    gap: clamp(24px, 5vw, 64px);
    align-items: center;
    margin: clamp(40px, 6vw, 72px) 0 52px;
    padding: clamp(28px, 4vw, 44px);
    border: 0;
    border-radius: 16px;
    background: #0B1F3A;
}

.cp-final-cta--compact .cp-final-eyebrow {
    margin: 0 0 8px;
    color: #C9DBF7;
    font-family: 'Nunito', sans-serif;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cp-final-cta.cp-final-cta--compact h2 {
    margin: 0;
    color: #FFFFFF;
    font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.cp-final-cta.cp-final-cta--compact .cp-final-copy > p:last-child {
    margin: 10px 0 0;
    color: #E5EDF8;
    font-size: .98rem;
}

.cp-final-cta--compact > .cp-whatsapp-button,
.cp-final-cta--compact > .cp-whatsapp-button:visited {
    width: 100%;
    min-height: 52px;
    margin: 0;
    background: #075E54;
    color: #FFFFFF;
    box-shadow: none;
}

.cp-final-cta--compact > .cp-whatsapp-button:hover {
    background: #064E47;
    color: #FFFFFF;
}

.cp-final-cta--compact > .cp-whatsapp-button:focus-visible {
    outline: 3px solid #FFFFFF;
    outline-offset: 3px;
}

@media (max-width: 1024px) {
    .cp-domains-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cp-final-steps li {
        padding: 17px;
        grid-template-columns: 28px minmax(0, 1fr);
    }

    .cp-final-steps li > i {
        display: none;
    }
}

@media (max-width: 768px) {
    .cp-reassurance-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 0;
        padding: 8px 0;
    }

    .cp-reassurance-item {
        min-height: 76px;
        padding: 12px 10px;
        grid-template-columns: 24px minmax(0, 1fr);
        gap: 7px;
    }

    .cp-reassurance-item + .cp-reassurance-item {
        border-left: 0;
    }

    .cp-reassurance-item:nth-child(even) {
        border-left: 1px solid var(--cp-border);
    }

    .cp-reassurance-item:nth-child(n + 3) {
        border-top: 1px solid var(--cp-border);
    }

    .cp-reassurance-item strong {
        font-size: .78rem;
    }

    .cp-reassurance-item small {
        font-size: .7rem;
    }

    .cp-section.cp-stage-section {
        padding: 44px 0;
    }

    .cp-media-layout,
    .cp-media-layout.cp-media-layout--feedback {
        grid-template-columns: minmax(0, 1fr);
        gap: 26px;
    }

    .cp-media-copy,
    .cp-stage-heading {
        text-align: left;
    }

    .cp-media-copy .cp-compact-points,
    .cp-media-copy .cp-trust-stars,
    .cp-media-copy .cp-trust-subtitle {
        display: none !important;
    }

    .cp-lazy-video {
        width: min(100%, 340px);
    }

    .cp-transformation-list,
    .cp-final-steps {
        grid-template-columns: minmax(0, 1fr);
    }

    .cp-transformation-list {
        gap: 28px;
    }

    .cp-transformation-step:not(:last-child)::after {
        top: auto;
        right: auto;
        bottom: -20px;
        left: 16px;
        width: 1px;
        height: 12px;
        border-top: 0;
        border-left: 1px solid #B8C7DC;
    }

    .cp-transformation-step figure {
        margin-bottom: 15px;
    }

    .cp-final-steps li {
        grid-template-columns: 30px 30px minmax(0, 1fr);
    }

    .cp-final-steps li > i {
        display: block;
    }

    .cp-final-steps li:not(:last-child)::after {
        top: auto;
        right: auto;
        bottom: -13px;
        left: 31px;
        transform: rotate(90deg);
    }

    .cp-faq.cp-faq--final {
        grid-template-columns: minmax(0, 1fr);
    }

    .cp-final-cta.cp-final-cta--compact {
        grid-template-columns: minmax(0, 1fr);
        margin-bottom: 32px;
        padding: 28px 22px;
    }
}

@media (max-width: 575.98px) {
    .cp-stage-heading h2,
    .cp-media-copy h2 {
        font-size: clamp(1.5rem, 7vw, 1.85rem);
    }

    .cp-domains-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .cp-domains-grid li {
        min-height: 60px;
        padding: 9px;
        grid-template-columns: 20px minmax(0, 1fr);
        gap: 7px;
        font-size: .76rem;
    }



    .cp-final-steps li {
        padding: 16px 14px;
        grid-template-columns: 28px minmax(0, 1fr);
    }

    .cp-final-steps li > i {
        display: none;
    }

    .cp-faq--final .cp-faq-item button,
    .cp-faq--final .cp-faq-item button:hover,
    .cp-faq--final .cp-faq-item button[aria-expanded="true"] {
        min-height: 58px;
        padding: 15px 42px 15px 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cp-video-play,
    .cp-faq--final .cp-faq-item button,
    .cp-final-cta--compact > .cp-whatsapp-button {
        scroll-behavior: auto;
        transition: none;
    }
}


/* Trust Block (Premium Compact Accent Style) */
.cp-trust-block {
    display: flex;
    justify-content: center;
    padding: 0 16px;
}
.cp-trust-card {
    position: relative;
    max-width: 700px;
    margin: 28px auto;
    padding: 12px 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #e5eaf2;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
    overflow: hidden;
    width: 100%;
}
.cp-trust-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0056d2;
}
.cp-trust-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #111827;
}
.cp-trust-card p {
    margin: 0 0 6px;
    font-size: 13.5px;
    line-height: 1.55;
    color: #334155;
}
.cp-trust-card p:last-of-type {
    margin-bottom: 0;
}
.cp-trust-footer {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #eaf0f7;
    font-size: 12.8px;
    line-height: 1.5;
    font-weight: 600;
    color: #475569;
    text-align: left;
}
.cp-trust-footer small {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

@media (max-width: 640px) {
    .cp-trust-block {
        padding: 0;
    }
    .cp-trust-card {
        margin: 22px 16px;
        padding: 10px 18px;
        border-radius: 14px;
    }
    .cp-trust-card h3 {
        font-size: 15.5px;
    }
    .cp-trust-card p {
        font-size: 13px;
    }
    .cp-trust-footer {
        font-size: 12.5px;
    }
}

/* Mobile Sticky CTA */
.cp-mobile-sticky-cta {
    display: none;
}

@media (max-width: 767.98px) {
    .cp-mobile-sticky-cta {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        padding: 12px 16px;
        box-shadow: 0 -4px 12px rgba(0,0,0,0.1);
        z-index: 1000;
        border-top: 1px solid #e2e8f0;
    }
    .cp-mobile-sticky-cta a {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #0056D2;
        color: #ffffff;
        font-weight: 700;
        font-size: 1.1rem;
        padding: 14px;
        border-radius: 8px;
        text-decoration: none;
        width: 100%;
        transition: background-color 0.3s;
    }
    .cp-mobile-sticky-cta a:hover {
        background-color: #0045A8;
    }
    body.coursera-plus-page {
        padding-bottom: 76px;
    }
}



/* WhatsApp Floating Button */
.cp-floating-whatsapp {
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

.cp-floating-whatsapp:hover,
.cp-floating-whatsapp:focus {
    background-color: #128C7E;
    color: white;
    transform: scale(1.1);
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .cp-floating-whatsapp {
        bottom: 4px;
        right: 10px;
        width: 50px;
        height: 50px;
        font-size: 28px;
    }
}


