/* =========================
   NEXUM OFFERS (SCOPED)
========================= */

.nexum-offers:not(p) {
    color: #464646;
}

.txt-emphasis-offer{
    text-align: center !important;
    color: gold !important;
    font-family: 'Segoe UI', sans-serif !important;
    text-shadow: 1px 1px 0.5px goldenrod;
}


.nexum-offers h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.nexum-offers .subtitle {
    color: var(--accent);
    margin-bottom: 10px;
}

.nexum-hero {
    text-align: center;
    margin-bottom:20px;
}

.section-title {
    margin: 30px 0 20px;
    font-size: 24px;
    color:#1d469f;
}

.nexum-card{
    background:white;
    border:2px solid #0639ff14;
    border-radius:0px;
}

.business {
    transform: scale(1.05);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    /*border: 2px solid #1c5db1;*/
}

/* A VENIR / PRICE BUTTON*/
/*.button {
  background: linear-gradient(135deg, #4da3ff, #1f6ed4);
  transition: all 0.3s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}*/



.nexum-card h3 {
    margin-bottom: 10px;
    color:#2F6BFF;
    font-weight: inherit;
    font-size: 32px;

    /*text-shadow: 1px 1px 1px #c1dce7;*/
}

.nexum-card .desc {
    font-size: 14px;
    margin-bottom: 10px;
    opacity: 0.8;
}

.nexum-card ul {
    padding-left: 18px;
    font-size: 14px;
    list-style-type: disc!important;
}
.nexum-card li {
    list-style-type: none!important; /* supprime les puces par défaut */
    position: relative;
    padding-left: 28px; /* espace pour l’icône */
}

.nexum-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;

    width: 15px;   /* 👈 taille que tu veux */
    height: 15px;

    background-image: url("../icones/check_gras.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

/*.price {
    margin-top: 15px;
    font-weight:normal;
    color: var(--secondary);
    background-color: #D2F9D780;
    padding: 10px;
    border-radius: 40px;
    border: 1px solid #00800026;
    text-align: center;
}*/


.price {
    margin-top: 15px;
    font-weight: bold;
    color: var(--secondary);
    background: linear-gradient(135deg, #0d1b2d, #001536);
    padding: 10px;
    /*border-radius: 6px;*/
    border: 1px solid #00800026;
    text-align: center;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
}

.price-txt{
    color: #ff0202 !important;
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 0.9em;
    padding-right: 5px;
}


.highlight {
    /*border:3px solid #00adf14a;*/
}

.emphasis-txt-sw{
    font-size: 15px;
    font-style: oblique;
    color: #19bc19;
    text-shadow:none;
}

.nexum-split {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.nexum-split ul{

    line-height:22px;
    color: #464646;
    list-style-type:none;
}

.nexum-split ol{
    padding-left: 15px;
    line-height: 45px;
    color: #464646;
    list-style-type:decimal;
}

.txt-big-size{
    font-size: 22px;
}


.nexum-split ul{
    /*list-style-image: url("../icones/key-in-hand-fotor-bg-rm.png");*/
}


/* ===== SERVICES EXTRA ===== */

.services-extra {
    margin-top: 40px;
}

.services-extra__title {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 20px;
}

/* TABLE CONTAINER */
.services-extra__table {
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2f7;
}

/* ROW */
.services-extra__row {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    padding:15px;
    align-items: center;
    font-size: 14px;
    transition: all 0.25s ease;
}

/* HEADER */
.services-extra__row--header {
    background: linear-gradient(75deg, #163f8b, #234ba3);
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* LINES */
.services-extra__row:not(.services-extra__row--header) {
    border-bottom: 1px solid #f1f5f9;
}

/* HOVER PREMIUM */
.services-extra__row:not(.services-extra__row--header):hover {
    background: #f8fafc;
    transform: scale(1.01);
}

/* TEXT STYLES */
.services-extra__service {
    font-weight: 600;
    color: #0f172a;
}

.services-extra__desc {
    color: #0f172a;
    font-weight: 600;
}

/* PRICES */
.services-extra__price {
    font-weight: 700;
    color: #163f8b;
    font-size: 15px;
}

/* "Sur devis" style premium */
.services-extra__price--custom {
    color: #0f172a;
    background: #eef2ff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    display: inline-block;
}

/* LAST ROW */
.services-extra__row:last-child {
    border-bottom: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .services-extra__row {
        grid-template-columns: 1fr;
        text-align: left;
        gap: 8px;
    }

    .services-extra__row--header {
        display: none;
    }

    .services-extra__price {
        margin-top: 5px;
    }
}

.nexum-card.small {
    text-align: center;
    font-size: 14px;
    background-color:#ff00000a;
    border: 1px solid #d79797;
}





div.nexum-split{
    background-color: white;
    padding:0px;
    /*border: 1px solid #ddd;*/
    border-radius: 2px;
    box-sizing: unset;
    display: flex;
    /*align-items: anchor-center;*/
}



/* ===== OFFRE INTRO ===== */
.offer-intro {
    padding: 20px;
    background: #f8fafc;
}

.offer-intro__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    text-align: justify;
}

.offer-intro__content {
    flex: 1;
}

.offer-intro__title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 30px;
}

.offer-intro__features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offer-intro__features li {
    position: relative;
    padding-left: 3px;
    margin-bottom: 18px;
    font-size: 1.05rem;
    color: #334155;
    line-height: 1.5;
}

/* Icône check */
.offer-intro__features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    /*background: url("../icones/check_gras.svg") no-repeat center;*/
    background-size: contain;
}

/* Image */
.offer-intro__media {
    flex: 1;
    text-align: center;
}

.offer-intro__media img {
    max-width: 100%;
    height: auto;
}

/* Responsive */
@media (max-width: 900px) {
    .offer-intro__container {
        flex-direction: column;
        text-align: center;
    }

    .txt-big-size{
        font-size:24px;
    }

    .offer-intro__features li {
        padding-left: 0;
    }

    .offer-intro__features li::before {
        display: none;
    }
}

/*  SECTION ANGAGEMENT */
.engagements-section {
    padding: 20px;
    background: #ffffff;
    background-image: url("../images/prestation_web/add-services_2.png");
    background-size:cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.engagements-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
}

.engagements-grid {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.engagement-card {
    background: #f8fafc;
    padding: 30px;
    border-radius: 16px;
    max-width: 320px;
    opacity:0.88;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.engagement-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.engagement-icon {
    margin-bottom: 20px;
}

.engagement-icon img {
    width: 60px;
    height: 60px;
}

/* Typo */
.engagement-card h3 {
    font-size: 1.2rem;
    color: var(--primary);
    margin-bottom: 10px;
}

.engagement-card p {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
    .engagements-grid {
        flex-direction: column;
        align-items: center;
    }
}




/* SECTION CIBLE */
.nexum-section {
    padding: 45px 20px;
    background: #f8fafc;
}

.nexum-container {
    max-width: 1200px;
    margin: 0 auto;
}

.nexum-split {
    display: flex;
    gap:0px;
    align-items: flex-start;
}

.nexum-block {
    flex: 1;
    margin-left:30px;
    padding:20px;
}

.nexum-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 35px;
}

/* BENEFITS */
.nexum-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nexum-benefits li {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.nexum-benefits img {
    width:50px;
    height: 42px;
    flex-shrink: 0;
}

.nexum-benefits strong {
    display: block;
    font-size: 1.05rem;
    color: var(--primary);
}

.nexum-benefits p {
    font-size: 0.9rem;
    color: #64748b;
    margin: 5px 0 0;
}

/* PROCESS */
.nexum-process {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.nexum-process::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e2e8f0;
}

.step {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

.step span {
    background: var(--secondary);
    color: #fff;
    font-weight: 600;
    min-width: 31px;
    min-height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0.5px 0.5px 1px #000;
}

.step p {
    margin: 0;
    font-size: 0.95rem;
    color: #334155;
}

/* RESPONSIVE */
@media (max-width: 900px) {

    .offer-intro__container {
        text-align: justify;
    }

    .nexum-split {
        flex-direction: column;
        gap:0px;
    }

    .nexum-process::before {
        display: none;
    }
}

/* ===== CTA PREMIUM ===== */

.cta-offer {
    margin-top: 0px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;

}

.cta-offer__container {
    justify-content:center;
    /*max-width: 900px;*/
    width: 100%;
    border-radius: 2px;
    padding: 10px;
    text-align: center;
    vertical-align:center;

    /* effet premium */
    background:#d59700;
    backdrop-filter: blur(12px);
    /*background:linear-gradient(135deg, #0f182a, #1e4d8a);*/
    color: #fff;

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}


.cta-offer__container_2 {
    display:none;
    justify-content:center;
    /*max-width: 900px;*/
    width: 100%;
    border-radius: 2px;
    padding:40px 20px;
    text-align: center;
    vertical-align:center;

    /* effet premium */
    backdrop-filter: blur(12px);
    background:linear-gradient(95deg, #0f182a, #1e4d8a);
    color: #fff;

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.cta-offer__content img{
    vertical-align:center;
}

/* léger glow subtil */
.cta-offer__container::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}

/* BADGE */
.cta-offer__badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

/* TITLE */
.cta-offer__title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}

/* TEXT */
.cta-offer__text {
    font-size: 1.05rem;
    color: #cbd5f5;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* BUTTON */
.cta-offer__btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;

    background: #ffffff;
    color: #0f172a;

    transition: all 0.3s ease;
}

/* hover premium */
.cta-offer__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .cta-offer__container {
        display: none;
        transition: all 1s ease;

    }
    
    .nexum-title{
        font-size:1.6em;
    }
    
    .offer-intro__title{
        font-size:1.6em;
    }

    .engagements-grid{
        gap:20px!important;
    }

    .engagements-grid p{
        display:none;
    }

    .section-title{
        margin-bottom:20px;
    }

    .section-title h2{
        margin :0px;
        color:#f85757!important;
        text-align:left!important;
        margin-top:0px!important;
    }



    .engagements-grid h3{
        margin-bottom:10px;
    }

    .cta-offer__container_2{
        display:block;
        transition: all 3s ease;

    }




    .cta-offer{
        margin:0px;
    }

    .cta-offer__title {
        font-size: 1.4rem;
    }
}