/* ==========================================================
   TROCBUY — PAGE PUBLICATION SPONSORISÉE
   FICHIER PROPRE ET COMPLET
========================================================== */

:root {
    --tb-sponsored-orange: #ff7a00;
    --tb-sponsored-orange-dark: #e96f00;
    --tb-sponsored-orange-soft: #fff1e5;
    --tb-sponsored-navy: #14263d;
    --tb-sponsored-text: #42526a;
    --tb-sponsored-muted: #667085;
    --tb-sponsored-white: #ffffff;
    --tb-sponsored-cream: #fffaf5;
    --tb-sponsored-bg: #f8fafc;
    --tb-sponsored-border: #e8ebef;
    --tb-sponsored-shadow: 0 22px 60px rgba(20, 38, 61, 0.09);
}

/* ==========================================================
   RÉINITIALISATION LOCALE
========================================================== */

.trocbuy-sponsored-page,
.trocbuy-sponsored-page *,
.trocbuy-sponsored-hero,
.trocbuy-sponsored-benefits,
.trocbuy-sponsored-comparison {
    box-sizing: border-box;
}

.trocbuy-sponsored-page {
    position: relative;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

/* ==========================================================
   CORRECTION BLOCKSY — UNIQUEMENT SUR CETTE PAGE
========================================================== */

body:has(.trocbuy-sponsored-page) .hero-section,
body:has(.trocbuy-sponsored-page) .entry-header {
    display: none !important;
}

body:has(.trocbuy-sponsored-page) .site-main,
body:has(.trocbuy-sponsored-page) .content-area,
body:has(.trocbuy-sponsored-page) .ct-container,
body:has(.trocbuy-sponsored-page) .ct-container-full,
body:has(.trocbuy-sponsored-page) article.page,
body:has(.trocbuy-sponsored-page) .entry-content,
body:has(.trocbuy-sponsored-page) .wp-block-post-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body:has(.trocbuy-sponsored-page) .entry-content > :first-child,
body:has(.trocbuy-sponsored-page) .wp-block-post-content > :first-child {
    margin-top: 0 !important;
}

/* ==========================================================
   HERO
========================================================== */

.trocbuy-sponsored-hero {
    position: relative;
    width: 100%;
    margin: 0 !important;
    padding: 28px 24px 64px !important;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 92% 8%,
            rgba(255, 122, 0, 0.09),
            transparent 27%
        ),
        linear-gradient(
            180deg,
            #fffdfb 0%,
            #fff8f2 100%
        );
}

.trocbuy-sponsored-hero-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 52px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.trocbuy-sponsored-hero-content {
    width: 100%;
    min-width: 0;
    max-width: 620px;
    margin: 0;
    padding: 30px 0;
}

.trocbuy-sponsored-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 22px;
    padding: 9px 16px;
    border: 1px solid rgba(255, 122, 0, 0.16);
    border-radius: 999px;
    background: var(--tb-sponsored-orange-soft);
    color: var(--tb-sponsored-orange-dark);
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.trocbuy-sponsored-hero-content h1 {
    max-width: 680px;
    margin: 0 0 24px;
    color: var(--tb-sponsored-navy);
    font-size: clamp(46px, 5vw, 68px);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.trocbuy-sponsored-hero-content h1 span {
    color: var(--tb-sponsored-orange);
}

.trocbuy-sponsored-hero-description {
    max-width: 590px;
    margin: 0 0 28px;
    color: var(--tb-sponsored-text);
    font-size: 18px;
    line-height: 1.75;
}

/* Points forts */

.trocbuy-sponsored-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin: 0 0 30px;
}

.trocbuy-sponsored-highlights span {
    display: inline-flex;
    align-items: center;
    min-height: 39px;
    padding: 9px 14px;
    border: 1px solid var(--tb-sponsored-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #35465d;
    box-shadow: 0 7px 18px rgba(20, 38, 61, 0.045);
    font-size: 13px;
    font-weight: 750;
}

/* Boutons */

.trocbuy-sponsored-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0 0 27px;
}

.trocbuy-sponsored-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 15px 25px;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.2;
    text-decoration: none !important;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}

.trocbuy-sponsored-button-primary {
    background: linear-gradient(135deg, #ff7200, #ff941f);
    color: #ffffff !important;
    box-shadow: 0 15px 32px rgba(255, 122, 0, 0.25);
}

.trocbuy-sponsored-button-primary:hover {
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(255, 122, 0, 0.32);
}

.trocbuy-sponsored-button-secondary {
    border: 1px solid rgba(20, 38, 61, 0.15);
    background: #ffffff;
    color: var(--tb-sponsored-navy) !important;
}

.trocbuy-sponsored-button-secondary:hover {
    color: var(--tb-sponsored-navy) !important;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(20, 38, 61, 0.10);
}

/* Réassurance */

.trocbuy-sponsored-hero-reassurance {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}

.trocbuy-sponsored-hero-reassurance span {
    position: relative;
    padding-left: 20px;
    color: var(--tb-sponsored-muted);
    font-size: 13px;
    font-weight: 700;
}

.trocbuy-sponsored-hero-reassurance span::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--tb-sponsored-orange);
    font-weight: 900;
}

/* Illustration */

.trocbuy-sponsored-hero-visual {
    width: 100%;
    min-width: 0;
    align-self: center;
}

.trocbuy-sponsored-hero-image-wrap {
    position: relative;
    width: 100%;
    height: 520px;
    min-height: 520px;
    overflow: hidden;
    border: 1px solid rgba(20, 38, 61, 0.08);
    border-radius: 32px;
    background: #fff7ef;
    box-shadow:
        0 25px 70px rgba(20, 38, 61, 0.12),
        0 7px 20px rgba(255, 122, 0, 0.07);
}

.trocbuy-sponsored-hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
    transition: transform 0.6s ease;
}

.trocbuy-sponsored-hero-image-wrap:hover
.trocbuy-sponsored-hero-image {
    transform: scale(1.025);
}

/* Supprime d'anciennes cartes si elles existent encore */

.trocbuy-sponsored-premium-card,
.trocbuy-sponsored-floating-card {
    display: none !important;
}

/* Avertissement */

.trocbuy-sponsored-hero-disclaimer {
    width: 100%;
    max-width: 1040px;
    margin: 34px auto 0;
    padding: 18px 21px;
    border: 1px solid rgba(20, 38, 61, 0.07);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.74);
}

.trocbuy-sponsored-hero-disclaimer p {
    margin: 0;
    color: #718096;
    font-size: 12.5px;
    line-height: 1.65;
    text-align: center;
}

/* ==========================================================
   EN-TÊTES DE SECTION
========================================================== */

.trocbuy-sponsored-section-header {
    width: 100%;
    max-width: 820px;
    margin: 0 auto 54px;
    text-align: center;
}

.trocbuy-sponsored-section-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--tb-sponsored-orange-soft);
    color: var(--tb-sponsored-orange-dark);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.trocbuy-sponsored-section-header h2 {
    margin: 0 0 18px;
    color: var(--tb-sponsored-navy);
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.trocbuy-sponsored-section-header p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--tb-sponsored-muted);
    font-size: 18px;
    line-height: 1.75;
}

/* ==========================================================
   POURQUOI CHOISIR TROCBUY
========================================================== */

.trocbuy-sponsored-benefits {
    padding: 96px 24px;
    background: #ffffff;
}

.trocbuy-sponsored-benefits-visual {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid var(--tb-sponsored-border);
    border-radius: 30px;
    background: var(--tb-sponsored-cream);
    box-shadow: var(--tb-sponsored-shadow);
}

.trocbuy-sponsored-benefits-visual img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ==========================================================
   COMPARATIF
========================================================== */

.trocbuy-sponsored-comparison {
    padding: 96px 24px;
    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(255, 122, 0, 0.07),
            transparent 28%
        ),
        var(--tb-sponsored-bg);
}

.trocbuy-sponsored-comparison-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.trocbuy-sponsored-column {
    padding: 32px;
    border: 1px solid var(--tb-sponsored-border);
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(20, 38, 61, 0.06);
}

.trocbuy-sponsored-column-title {
    margin-bottom: 22px;
    color: var(--tb-sponsored-navy);
    font-size: 21px;
    font-weight: 850;
    line-height: 1.35;
}

.trocbuy-sponsored-column ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.trocbuy-sponsored-column li {
    position: relative;
    padding: 13px 14px 13px 42px;
    border-radius: 14px;
    color: #526278;
    line-height: 1.55;
}

.trocbuy-sponsored-column li::before {
    position: absolute;
    top: 12px;
    left: 14px;
    font-weight: 900;
}

.trocbuy-sponsored-negative {
    border-color: #f0d7d7;
    background: linear-gradient(180deg, #fffefe 0%, #fff8f8 100%);
}

.trocbuy-sponsored-negative li {
    background: rgba(180, 35, 24, 0.045);
}

.trocbuy-sponsored-negative li::before {
    content: "×";
    color: #b42318;
}

.trocbuy-sponsored-positive {
    border-color: rgba(255, 122, 0, 0.22);
    background: linear-gradient(180deg, #ffffff 0%, #fff9f2 100%);
}

.trocbuy-sponsored-positive li {
    background: rgba(255, 122, 0, 0.065);
}

.trocbuy-sponsored-positive li::before {
    content: "✓";
    color: var(--tb-sponsored-orange);
}

.trocbuy-sponsored-comparison-note {
    width: 100%;
    max-width: 980px;
    margin: 34px auto 0;
    padding: 28px 30px;
    border: 1px solid rgba(255, 122, 0, 0.18);
    border-radius: 22px;
    background: #fffaf5;
    box-shadow: 0 12px 30px rgba(20, 38, 61, 0.05);
    text-align: center;
}

.trocbuy-sponsored-comparison-note strong {
    display: block;
    margin-bottom: 10px;
    color: var(--tb-sponsored-navy);
    font-size: 20px;
}

.trocbuy-sponsored-comparison-note p {
    margin: 0 0 12px;
    color: var(--tb-sponsored-text);
    line-height: 1.7;
}

.trocbuy-sponsored-comparison-note small {
    color: var(--tb-sponsored-muted);
    font-size: 12px;
    line-height: 1.55;
}

/* ==========================================================
   TABLETTE
========================================================== */

@media (max-width: 1000px) {

    .trocbuy-sponsored-hero {
        padding: 24px 22px 62px !important;
    }

    .trocbuy-sponsored-hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        max-width: 820px;
    }

    .trocbuy-sponsored-hero-content {
        max-width: 760px;
        margin: 0 auto;
        padding-bottom: 0;
        text-align: center;
    }

    .trocbuy-sponsored-hero-content h1,
    .trocbuy-sponsored-hero-description {
        margin-right: auto;
        margin-left: auto;
    }

    .trocbuy-sponsored-highlights,
    .trocbuy-sponsored-hero-actions,
    .trocbuy-sponsored-hero-reassurance {
        justify-content: center;
    }

    .trocbuy-sponsored-hero-image-wrap {
        height: 500px;
        min-height: 500px;
    }

    .trocbuy-sponsored-hero-image {
        object-position: center;
    }

    .trocbuy-sponsored-comparison-grid {
        grid-template-columns: 1fr;
        max-width: 780px;
    }
}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 650px) {

    .trocbuy-sponsored-hero {
        padding: 18px 16px 54px !important;
    }

    .trocbuy-sponsored-hero-container {
        gap: 30px;
    }

    .trocbuy-sponsored-hero-content {
        padding-top: 14px;
    }

    .trocbuy-sponsored-hero-content h1 {
        font-size: 41px;
        line-height: 1.07;
    }

    .trocbuy-sponsored-hero-description,
    .trocbuy-sponsored-section-header p {
        font-size: 16px;
        line-height: 1.68;
    }

    .trocbuy-sponsored-highlights {
        align-items: stretch;
        flex-direction: column;
    }

    .trocbuy-sponsored-highlights span {
        justify-content: center;
    }

    .trocbuy-sponsored-hero-actions {
        flex-direction: column;
    }

    .trocbuy-sponsored-button {
        width: 100%;
    }

    .trocbuy-sponsored-hero-reassurance {
        flex-direction: column;
        align-items: center;
    }

    .trocbuy-sponsored-hero-image-wrap {
        height: 360px;
        min-height: 360px;
        border-radius: 24px;
    }

    .trocbuy-sponsored-hero-image {
        object-position: 62% center;
    }

    .trocbuy-sponsored-benefits,
    .trocbuy-sponsored-comparison {
        padding: 70px 16px;
    }

    .trocbuy-sponsored-section-header {
        margin-bottom: 38px;
    }

    .trocbuy-sponsored-section-header h2 {
        font-size: 33px;
    }

    .trocbuy-sponsored-column {
        padding: 24px 20px;
    }

    .trocbuy-sponsored-comparison-note {
        padding: 24px 20px;
    }
}

/* ==========================================================
   ACCESSIBILITÉ
========================================================== */

@media (prefers-reduced-motion: reduce) {
    .trocbuy-sponsored-button,
    .trocbuy-sponsored-hero-image {
        transition: none;
    }
}



/* ==========================================================
   OFFRES SPONSORISÉES — TARIFS PREMIUM
========================================================== */

.trocbuy-sponsored-page .trocbuy-sponsored-pricing {
    width: 100%;
    padding: 100px 24px;
    background: #ffffff;
}

.trocbuy-sponsored-page .trocbuy-sponsored-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 30px;

    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.trocbuy-sponsored-page .trocbuy-sponsored-price-card {
    position: relative;

    display: flex;
    min-width: 0;
    flex-direction: column;

    padding: 36px 32px;

    border: 1px solid #e5eaf1;
    border-radius: 28px;

    background: #ffffff;

    box-shadow:
        0 20px 55px rgba(20, 38, 61, 0.09);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.trocbuy-sponsored-page .trocbuy-sponsored-price-card:hover {
    transform: translateY(-7px);

    border-color: rgba(255, 122, 0, 0.26);

    box-shadow:
        0 30px 70px rgba(20, 38, 61, 0.14);
}

.trocbuy-sponsored-page
.trocbuy-sponsored-price-card--featured {
    transform: translateY(-12px);

    border: 2px solid #ff7a00;

    background:
        radial-gradient(
            circle at 100% 0,
            rgba(255, 122, 0, 0.10),
            transparent 30%
        ),
        #ffffff;

    box-shadow:
        0 30px 75px rgba(255, 122, 0, 0.18);
}

.trocbuy-sponsored-page
.trocbuy-sponsored-price-card--featured:hover {
    transform: translateY(-18px);
}

.trocbuy-sponsored-page .trocbuy-sponsored-price-badge {
    position: absolute;
    top: -16px;
    left: 50%;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 9px 17px;

    border-radius: 999px;

    background:
        linear-gradient(
            135deg,
            #ff7200,
            #ff941f
        );

    color: #ffffff;

    box-shadow:
        0 12px 28px rgba(255, 122, 0, 0.27);

    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;

    transform: translateX(-50%);
}

.trocbuy-sponsored-page
.trocbuy-sponsored-price-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;

    margin-bottom: 25px;
}

.trocbuy-sponsored-page .trocbuy-sponsored-price-label {
    display: inline-flex;

    padding: 8px 13px;

    border-radius: 999px;

    background: #fff2e7;
    color: #e96f00;

    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.trocbuy-sponsored-page .trocbuy-sponsored-price {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 5px;

    text-align: right;
}

.trocbuy-sponsored-page .trocbuy-sponsored-price-from {
    width: 100%;

    color: #98a2b3;

    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.trocbuy-sponsored-page .trocbuy-sponsored-price strong {
    color: #14263d;

    font-size: 38px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
}

.trocbuy-sponsored-page .trocbuy-sponsored-price > span:last-child {
    color: #667085;

    font-size: 12px;
    font-weight: 800;
}

.trocbuy-sponsored-page .trocbuy-sponsored-price-card h3 {
    margin: 0 0 14px;

    color: #14263d;

    font-size: 27px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-price-description {
    margin: 0 0 26px;

    color: #667085;

    font-size: 15.5px;
    line-height: 1.7;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-price-features {
    display: grid;
    gap: 14px;

    margin: 0 0 32px;
    padding: 0;

    list-style: none;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-price-features li {
    position: relative;

    margin: 0;
    padding-left: 30px;

    color: #526176;

    font-size: 15px;
    line-height: 1.6;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-price-features li::before {
    content: "✓";

    position: absolute;
    top: 0.05em;
    left: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 21px;
    height: 21px;

    border-radius: 50%;

    background: #e9f8ef;
    color: #16833c;

    font-size: 11px;
    font-weight: 900;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-price-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 54px;
    margin-top: auto;
    padding: 15px 22px;

    border: 2px solid #ff7a00;
    border-radius: 16px;

    background: #ffffff;
    color: #e96f00;

    font-size: 14px;
    font-weight: 900;
    text-decoration: none !important;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-price-button:hover {
    transform: translateY(-2px);

    background: #ff7a00;
    color: #ffffff;

    box-shadow:
        0 15px 32px rgba(255, 122, 0, 0.24);
}

.trocbuy-sponsored-page
.trocbuy-sponsored-price-card--featured
.trocbuy-sponsored-price-button {
    background:
        linear-gradient(
            135deg,
            #ff7200,
            #ff941f
        );

    color: #ffffff;

    box-shadow:
        0 15px 32px rgba(255, 122, 0, 0.25);
}

.trocbuy-sponsored-page .trocbuy-sponsored-pricing-note {
    display: flex;
    align-items: flex-start;
    gap: 14px;

    width: 100%;
    max-width: 900px;
    margin: 52px auto 0;
    padding: 22px 25px;

    border: 1px solid rgba(255, 122, 0, 0.18);
    border-radius: 20px;

    background: #fff8f1;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-pricing-note > span {
    display: flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    border-radius: 50%;

    background: #ff7a00;
    color: #ffffff;

    font-size: 16px;
    font-weight: 900;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-pricing-note p {
    margin: 0;

    color: #667085;

    font-size: 14.5px;
    line-height: 1.7;
}


/* TABLETTE */

@media (max-width: 1000px) {

    .trocbuy-sponsored-page
    .trocbuy-sponsored-pricing-grid {
        grid-template-columns: 1fr;

        max-width: 650px;
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-price-card--featured {
        transform: none;
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-price-card--featured:hover {
        transform: translateY(-7px);
    }
}


/* MOBILE */

@media (max-width: 650px) {

    .trocbuy-sponsored-page .trocbuy-sponsored-pricing {
        padding: 72px 16px;
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-price-card {
        padding: 31px 22px;
        border-radius: 24px;
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-price-card-top {
        flex-direction: column;
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-price {
        justify-content: flex-start;
        text-align: left;
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-price strong {
        font-size: 34px;
    }
}
/* ==========================================================
   FAQ SPONSORISÉE — ACCORDÉON PREMIUM
========================================================== */

.trocbuy-sponsored-page .trocbuy-sponsored-faq {
    width: 100%;
    padding: 100px 24px;
    background: #f8fafc;
}

.trocbuy-sponsored-page .trocbuy-sponsored-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 20px;

    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.trocbuy-sponsored-page .trocbuy-sponsored-faq-item {
    overflow: hidden;

    border: 1px solid #e4e9ef;
    border-radius: 20px;

    background: #ffffff;

    box-shadow:
        0 14px 38px rgba(20, 38, 61, 0.06);
}

.trocbuy-sponsored-page .trocbuy-sponsored-faq-question {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: center;
    gap: 18px;

    width: 100%;
    min-height: 88px;
    padding: 22px 24px;

    border: 0;
    background: transparent;
    color: #14263d;

    font: inherit;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.4;
    text-align: left;

    cursor: pointer;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-faq-question:hover {
    background: #fffaf5;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-faq-question:focus-visible {
    outline: 3px solid rgba(255, 122, 0, 0.28);
    outline-offset: -3px;
}

.trocbuy-sponsored-page .trocbuy-sponsored-faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    border-radius: 50%;

    background: #fff1e5;
    color: #e96f00;

    font-size: 25px;
    font-weight: 500;
    line-height: 1;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        color 0.25s ease;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-faq-question[aria-expanded="true"]
.trocbuy-sponsored-faq-icon {
    transform: rotate(45deg);
    background: #ff7a00;
    color: #ffffff;
}

.trocbuy-sponsored-page .trocbuy-sponsored-faq-answer {
    padding: 0 24px 24px;
}

.trocbuy-sponsored-page .trocbuy-sponsored-faq-answer p {
    margin: 0;
    padding-top: 19px;

    border-top: 1px solid #edf0f4;

    color: #667085;

    font-size: 15.5px;
    line-height: 1.75;
}


/* TABLETTE ET MOBILE */

@media (max-width: 850px) {

    .trocbuy-sponsored-page .trocbuy-sponsored-faq-grid {
        grid-template-columns: 1fr;
        max-width: 700px;
    }
}

@media (max-width: 650px) {

    .trocbuy-sponsored-page .trocbuy-sponsored-faq {
        padding: 72px 16px;
    }

    .trocbuy-sponsored-page .trocbuy-sponsored-faq-question {
        grid-template-columns: minmax(0, 1fr) 38px;
        min-height: 80px;
        padding: 20px;
        font-size: 16px;
    }

    .trocbuy-sponsored-page .trocbuy-sponsored-faq-icon {
        width: 38px;
        height: 38px;
    }

    .trocbuy-sponsored-page .trocbuy-sponsored-faq-answer {
        padding: 0 20px 21px;
    }
}

/* ==========================================================
   CORRECTION DES IMAGES — CARTES SPONSORISÉES
========================================================== */

/* Cartes « Pourquoi publier ? » */

.trocbuy-sponsored-page .trocbuy-sponsored-benefit-card {
    overflow: hidden !important;
}

.trocbuy-sponsored-page .trocbuy-sponsored-benefit-image {
    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 100% !important;
    height: 220px !important;
    padding: 14px !important;

    overflow: hidden !important;
    background: #fff8f1;
}

.trocbuy-sponsored-page .trocbuy-sponsored-benefit-image img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;

    object-fit: cover !important;
    object-position: center !important;

    border-radius: 18px;
}


/* Cartes du processus en 4 étapes */

.trocbuy-sponsored-page .trocbuy-sponsored-process-card {
    overflow: hidden !important;
}

.trocbuy-sponsored-page .trocbuy-sponsored-process-image {
    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 100% !important;
    height: 190px !important;
    padding: 12px !important;

    overflow: hidden !important;
    background: #fff8f1;
}

.trocbuy-sponsored-page .trocbuy-sponsored-process-image img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;

    object-fit: cover !important;
    object-position: center !important;

    border-radius: 16px;
}


/* Mobile */

@media (max-width: 650px) {

    .trocbuy-sponsored-page .trocbuy-sponsored-benefit-image,
    .trocbuy-sponsored-page .trocbuy-sponsored-process-image {
        height: 180px !important;
    }
}

/* ==========================================================
   PROCESSUS SPONSORISÉ — GRILLE DE 4 CARTES
========================================================== */

.trocbuy-sponsored-page .trocbuy-sponsored-process {
    width: 100%;
    padding: 100px 24px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 8% 10%,
            rgba(255, 122, 0, 0.07),
            transparent 28%
        ),
        #f8fafc;
}

.trocbuy-sponsored-page .trocbuy-sponsored-process-header {
    width: 100%;
    max-width: 840px;
    margin: 0 auto 56px;
    text-align: center;
}

.trocbuy-sponsored-page .trocbuy-sponsored-process-header h2 {
    margin: 0 0 18px;
    color: #14263d;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.trocbuy-sponsored-page .trocbuy-sponsored-process-header h2 span {
    color: #ff7a00;
}

.trocbuy-sponsored-page .trocbuy-sponsored-process-header p {
    max-width: 720px;
    margin: 0 auto;
    color: #667085;
    font-size: 18px;
    line-height: 1.7;
}

.trocbuy-sponsored-page .trocbuy-sponsored-process-wrap {
    position: relative;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
}

.trocbuy-sponsored-page .trocbuy-sponsored-process-line {
    position: absolute;
    top: 145px;
    right: 9%;
    left: 9%;
    z-index: 1;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        rgba(255, 122, 0, 0.25),
        #ff7a00,
        rgba(255, 122, 0, 0.25)
    );
}

.trocbuy-sponsored-page .trocbuy-sponsored-process-grid {
    position: relative;
    z-index: 2;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: stretch;
    gap: 24px;
    width: 100%;
}

.trocbuy-sponsored-page .trocbuy-sponsored-process-card {
    position: relative;
    display: flex !important;
    min-width: 0;
    flex-direction: column;
    overflow: hidden !important;
    border: 1px solid #e6eaf0;
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(20, 38, 61, 0.09);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.trocbuy-sponsored-page .trocbuy-sponsored-process-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 122, 0, 0.28);
    box-shadow: 0 28px 65px rgba(20, 38, 61, 0.15);
}

.trocbuy-sponsored-page .trocbuy-sponsored-process-image {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 180px !important;
    padding: 10px !important;
    overflow: hidden !important;
    background: linear-gradient(180deg, #fff8f1, #ffffff);
}

.trocbuy-sponsored-page .trocbuy-sponsored-process-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    border-radius: 16px;
    object-fit: contain !important;
    object-position: center !important;
}

.trocbuy-sponsored-page .trocbuy-sponsored-process-number {
    position: relative;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin: -31px auto 0;
    border: 6px solid #ffffff;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff7100, #ff9426);
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(255, 122, 0, 0.30);
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}

.trocbuy-sponsored-page .trocbuy-sponsored-process-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px 22px 29px;
    text-align: center;
}

.trocbuy-sponsored-page .trocbuy-sponsored-process-content h3 {
    margin: 0 0 13px;
    color: #14263d;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.trocbuy-sponsored-page .trocbuy-sponsored-process-content p {
    margin: 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.7;
}


/* ==========================================================
   CTA DU PROCESSUS — STYLE COHÉRENT AVEC CONTRIBUTEURS
========================================================== */

.trocbuy-sponsored-page .trocbuy-sponsored-process-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;

    width: 100%;
    max-width: 1180px;
    margin: 64px auto 0;
    padding: 52px 56px;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;

    background:
        radial-gradient(
            circle at 92% 10%,
            rgba(255, 122, 0, 0.18),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #102746,
            #1b3659
        );

    color: #ffffff;

    box-shadow:
        0 26px 65px rgba(16, 39, 70, 0.22);
}

.trocbuy-sponsored-page
.trocbuy-sponsored-process-cta-content {
    flex: 1;
    min-width: 0;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-process-cta-label {
    display: inline-flex;
    align-items: center;

    margin: 0 0 16px;
    padding: 8px 14px;

    border: 1px solid rgba(255, 155, 64, 0.30);
    border-radius: 999px;

    background: rgba(255, 122, 0, 0.12);
    color: #ffae63;

    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-process-cta h2 {
    max-width: 720px;
    margin: 0 0 17px;

    color: #ffffff;

    font-size: clamp(32px, 4vw, 44px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-process-cta p {
    max-width: 760px;
    margin: 0;

    color: rgba(255, 255, 255, 0.78);

    font-size: 17px;
    line-height: 1.75;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-process-cta
.trocbuy-sponsored-button {
    flex: 0 0 auto;

    min-width: 220px;
    min-height: 58px;
    padding: 17px 30px;

    border: 0;
    border-radius: 16px;

    background:
        linear-gradient(
            135deg,
            #ff7200,
            #ff941f
        );

    color: #ffffff !important;

    box-shadow:
        0 17px 38px rgba(255, 122, 0, 0.34);

    font-size: 15px;
    font-weight: 900;
    text-align: center;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-process-cta
.trocbuy-sponsored-button:hover {
    transform: translateY(-3px);

    color: #ffffff !important;

    box-shadow:
        0 23px 46px rgba(255, 122, 0, 0.42);
}


/* TABLETTE */

@media (max-width: 900px) {

    .trocbuy-sponsored-page
    .trocbuy-sponsored-process-cta {
        flex-direction: column;
        align-items: flex-start;

        max-width: 820px;
        padding: 44px 38px;
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-process-cta
    .trocbuy-sponsored-button {
        min-width: 0;
        width: 100%;
    }
}


/* MOBILE */

@media (max-width: 650px) {

    .trocbuy-sponsored-page
    .trocbuy-sponsored-process-cta {
        gap: 30px;
        margin-top: 46px;
        padding: 34px 22px;
        border-radius: 24px;
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-process-cta h2 {
        font-size: 31px;
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-process-cta p {
        font-size: 16px;
    }
}

/* TABLETTE */

@media (max-width: 1000px) {

    .trocbuy-sponsored-page .trocbuy-sponsored-process-line {
        display: none;
    }

    .trocbuy-sponsored-page .trocbuy-sponsored-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        max-width: 820px;
        margin: 0 auto;
    }
}


/* MOBILE */

@media (max-width: 650px) {

    .trocbuy-sponsored-page .trocbuy-sponsored-process {
        padding: 72px 16px;
    }

    .trocbuy-sponsored-page .trocbuy-sponsored-process-grid {
        grid-template-columns: 1fr !important;
        max-width: 470px;
        margin: 0 auto;
    }

    .trocbuy-sponsored-page .trocbuy-sponsored-process-image {
        height: 190px !important;
    }

    .trocbuy-sponsored-page .trocbuy-sponsored-process-header h2 {
        font-size: 34px;
    }

    .trocbuy-sponsored-page .trocbuy-sponsored-process-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px 24px;
    }

    .trocbuy-sponsored-page .trocbuy-sponsored-process-cta h3 {
        font-size: 25px;
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-process-cta
    .trocbuy-sponsored-button {
        width: 100%;
    }
}
/* ==========================================================
   CTA PREMIUM CLAIR — ARTICLE SPONSORISÉ
========================================================== */

.trocbuy-sponsored-page .trocbuy-sponsored-premium-cta {
    position: relative;

    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
    align-items: center;
    gap: 55px;

    width: calc(100% - 48px);
    max-width: 1180px;
    margin: 70px auto 0;
    padding: 58px 60px;

    overflow: hidden;

    border: 1px solid rgba(255, 122, 0, 0.18);
    border-radius: 32px;

    background:
        radial-gradient(
            circle at 8% 0,
            rgba(255, 122, 0, 0.12),
            transparent 30%
        ),
        radial-gradient(
            circle at 100% 100%,
            rgba(20, 38, 61, 0.06),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #fffaf5,
            #ffffff
        );

    box-shadow:
        0 28px 75px rgba(20, 38, 61, 0.11);
}


/* Décorations */

.trocbuy-sponsored-page
.trocbuy-sponsored-premium-cta-decoration span {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-premium-cta-decoration span:first-child {
    top: -90px;
    right: -65px;

    width: 230px;
    height: 230px;

    background: rgba(255, 122, 0, 0.08);
}

.trocbuy-sponsored-page
.trocbuy-sponsored-premium-cta-decoration span:last-child {
    bottom: -85px;
    left: 35%;

    width: 180px;
    height: 180px;

    background: rgba(20, 38, 61, 0.04);
}


/* Contenu principal */

.trocbuy-sponsored-page
.trocbuy-sponsored-premium-cta-content {
    position: relative;
    z-index: 2;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-premium-cta-eyebrow {
    display: inline-flex;
    align-items: center;

    margin: 0 0 18px;
    padding: 9px 15px;

    border: 1px solid rgba(255, 122, 0, 0.22);
    border-radius: 999px;

    background: #fff1e5;
    color: #e96f00;

    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-premium-cta-content h2 {
    max-width: 700px;
    margin: 0 0 20px;

    color: #14263d !important;

    font-size: clamp(36px, 4vw, 49px);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-premium-cta-content > p {
    max-width: 700px;
    margin: 0;

    color: #667085;

    font-size: 17px;
    line-height: 1.75;
}


/* Points de confiance */

.trocbuy-sponsored-page
.trocbuy-sponsored-premium-cta-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;

    margin-top: 28px;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-premium-cta-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: #526176;

    font-size: 14px;
    font-weight: 750;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-premium-cta-points strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 24px;
    height: 24px;

    border-radius: 50%;

    background: #e9f8ef;
    color: #16833c;

    font-size: 12px;
    font-weight: 900;
}


/* Carte d’action */

.trocbuy-sponsored-page
.trocbuy-sponsored-premium-cta-action {
    position: relative;
    z-index: 2;

    padding: 31px 27px;

    border: 1px solid rgba(20, 38, 61, 0.08);
    border-radius: 25px;

    background: rgba(255, 255, 255, 0.88);

    box-shadow:
        0 18px 45px rgba(20, 38, 61, 0.10);

    text-align: center;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-premium-cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;
    margin: 0 auto 18px;

    border-radius: 18px;

    background:
        linear-gradient(
            135deg,
            #ff7200,
            #ff941f
        );

    color: #ffffff;

    box-shadow:
        0 15px 32px rgba(255, 122, 0, 0.28);

    font-size: 25px;
    font-weight: 900;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-premium-cta-action > strong {
    display: block;

    margin-bottom: 9px;

    color: #14263d;

    font-size: 22px;
    font-weight: 900;
    line-height: 1.25;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-premium-cta-action > p {
    margin: 0 0 22px;

    color: #667085;

    font-size: 14px;
    line-height: 1.6;
}


/* Bouton */

.trocbuy-sponsored-page
.trocbuy-sponsored-premium-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;

    width: 100%;
    min-height: 56px;
    padding: 16px 22px;

    border-radius: 16px;

    background:
        linear-gradient(
            135deg,
            #ff7200,
            #ff941f
        );

    color: #ffffff !important;

    box-shadow:
        0 16px 34px rgba(255, 122, 0, 0.28);

    font-size: 15px;
    font-weight: 900;
    text-decoration: none !important;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-premium-cta-button:hover {
    transform: translateY(-3px);

    color: #ffffff !important;

    box-shadow:
        0 22px 45px rgba(255, 122, 0, 0.38);
}

.trocbuy-sponsored-page
.trocbuy-sponsored-premium-cta-button span {
    font-size: 20px;
    line-height: 1;
}


/* TABLETTE */

@media (max-width: 900px) {

    .trocbuy-sponsored-page
    .trocbuy-sponsored-premium-cta {
        grid-template-columns: 1fr;
        gap: 38px;

        padding: 48px 40px;
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-premium-cta-action {
        max-width: 500px;
    }
}


/* MOBILE */

@media (max-width: 650px) {

    .trocbuy-sponsored-page
    .trocbuy-sponsored-premium-cta {
        width: calc(100% - 32px);
        margin-top: 48px;
        padding: 38px 22px;

        border-radius: 25px;
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-premium-cta-content h2 {
        font-size: 33px;
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-premium-cta-content > p {
        font-size: 16px;
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-premium-cta-points {
        flex-direction: column;
    }
}

/* ==========================================================
   CORRECTION CTA PREMIUM CLAIR
========================================================== */

.trocbuy-sponsored-page .trocbuy-sponsored-premium-cta {
    display: grid !important;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr) !important;
    grid-template-areas: "content action";
    align-items: center !important;
    gap: 48px !important;

    min-height: 0 !important;
    padding: 54px 58px !important;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-premium-cta-content {
    grid-area: content;
    width: 100% !important;
    max-width: 720px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-premium-cta-action {
    grid-area: action;
    display: block !important;

    width: 100% !important;
    max-width: 360px !important;
    margin: 0 0 0 auto !important;
    padding: 31px 27px !important;

    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    transform: none !important;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-premium-cta-content h2 {
    max-width: 680px !important;
    margin: 0 0 20px !important;
    text-align: left !important;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-premium-cta-content > p {
    max-width: 680px !important;
    text-align: left !important;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-premium-cta-points {
    justify-content: flex-start !important;
}


/* TABLETTE */

@media (max-width: 900px) {

    .trocbuy-sponsored-page
    .trocbuy-sponsored-premium-cta {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "content"
            "action";
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-premium-cta-action {
        max-width: 520px !important;
        margin: 0 !important;
    }
}


/* MOBILE */

@media (max-width: 650px) {

    .trocbuy-sponsored-page
    .trocbuy-sponsored-premium-cta {
        padding: 36px 22px !important;
    }
}

/* ==========================================================
   HARMONISATION — POURQUOI PUBLIER ?
========================================================== */

.trocbuy-sponsored-page
.trocbuy-sponsored-benefits-section {
    padding: 96px 24px;
    background: #ffffff;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-benefits-header {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 52px;
    text-align: center;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-benefits-header
.trocbuy-sponsored-eyebrow {
    margin-right: auto;
    margin-left: auto;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-benefits-header h2 {
    max-width: 820px;
    margin: 0 auto 20px;
    color: #14263d;
    font-size: clamp(36px, 4vw, 50px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.035em;
    text-align: center;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-benefits-header p {
    max-width: 760px;
    margin: 0 auto;
    color: #667085;
    font-size: 17px;
    line-height: 1.75;
    text-align: center;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 30px;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-benefit-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;

    border: 1px solid #e8ebef;
    border-radius: 26px;

    background: #ffffff;

    box-shadow:
        0 18px 45px rgba(20, 38, 61, 0.07);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-benefit-card:hover {
    transform: translateY(-8px);

    border-color: rgba(255, 122, 0, 0.24);

    box-shadow:
        0 30px 70px rgba(20, 38, 61, 0.14);
}

.trocbuy-sponsored-page
.trocbuy-sponsored-benefit-image {
    height: 235px !important;
    padding: 16px !important;

    background:
        linear-gradient(
            180deg,
            #fff8f1,
            #ffffff
        );
}

.trocbuy-sponsored-page
.trocbuy-sponsored-benefit-image img {
    border-radius: 18px;

    object-fit: contain !important;
    object-position: center !important;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-benefit-content {
    display: flex;
    flex: 1;
    flex-direction: column;

    padding: 27px 28px 32px;

    text-align: left;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-benefit-content h3 {
    margin: 0 0 14px;

    color: #14263d;

    font-size: 25px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-benefit-content p {
    margin: 0;

    color: #667085;

    font-size: 15.5px;
    line-height: 1.75;
}


/* TABLETTE */

@media (max-width: 900px) {

    .trocbuy-sponsored-page
    .trocbuy-sponsored-benefits-grid {
        grid-template-columns: 1fr;
        max-width: 650px;
    }
}


/* MOBILE */

@media (max-width: 650px) {

    .trocbuy-sponsored-page
    .trocbuy-sponsored-benefits-section {
        padding: 72px 16px;
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-benefits-header {
        margin-bottom: 38px;
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-benefits-header h2 {
        font-size: 34px;
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-benefit-image {
        height: 210px !important;
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-benefit-content {
        padding: 24px 22px 28px;
    }
}

/* ==========================================================
   LIBELLÉS DES SECTIONS — CORRECTION FORCÉE
========================================================== */

/* Pourquoi publier ? */

.trocbuy-sponsored-benefits-section
.trocbuy-sponsored-benefits-header
> .trocbuy-sponsored-eyebrow {

    display: table !important;

    width: auto !important;
    min-width: 190px !important;
    min-height: 48px !important;

    margin: 0 auto 22px !important;
    padding: 14px 24px !important;

    border: 2px solid rgba(255, 122, 0, 0.35) !important;
    border-radius: 999px !important;

    background:
        linear-gradient(
            135deg,
            #fff0e1,
            #fff9f2
        ) !important;

    color: #e96f00 !important;

    box-shadow:
        0 12px 28px rgba(255, 122, 0, 0.16) !important;

    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    letter-spacing: 0.04em !important;
    text-align: center !important;
    text-transform: uppercase !important;
}


/* Comparatif, Nos offres et Questions fréquentes */

.trocbuy-sponsored-comparison
.trocbuy-sponsored-section-header
> .trocbuy-sponsored-eyebrow,

.trocbuy-sponsored-pricing
.trocbuy-sponsored-section-header
> .trocbuy-sponsored-eyebrow,

.trocbuy-sponsored-faq
.trocbuy-sponsored-section-header
> .trocbuy-sponsored-eyebrow {

    display: table !important;

    width: auto !important;
    min-width: 180px !important;
    min-height: 48px !important;

    margin: 0 auto 22px !important;
    padding: 14px 25px !important;

    border: 0 !important;
    border-radius: 999px !important;

    background:
        linear-gradient(
            135deg,
            #ff7200,
            #ff941f
        ) !important;

    color: #ffffff !important;

    box-shadow:
        0 14px 32px rgba(255, 122, 0, 0.28) !important;

    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    letter-spacing: 0.04em !important;
    text-align: center !important;
    text-transform: uppercase !important;
}


/* Mobile */

@media (max-width: 650px) {

    .trocbuy-sponsored-benefits-section
    .trocbuy-sponsored-benefits-header
    > .trocbuy-sponsored-eyebrow,

    .trocbuy-sponsored-comparison
    .trocbuy-sponsored-section-header
    > .trocbuy-sponsored-eyebrow,

    .trocbuy-sponsored-pricing
    .trocbuy-sponsored-section-header
    > .trocbuy-sponsored-eyebrow,

    .trocbuy-sponsored-faq
    .trocbuy-sponsored-section-header
    > .trocbuy-sponsored-eyebrow {

        min-width: 0 !important;
        min-height: 43px !important;

        padding: 12px 19px !important;

        font-size: 14px !important;
    }
}

/* ==========================================================
   COMPARATIF — VERSION PREMIUM RENFORCÉE
========================================================== */

.trocbuy-sponsored-page .trocbuy-sponsored-comparison {
    width: 100%;
    padding: 105px 24px;
    background:
        radial-gradient(
            circle at 8% 10%,
            rgba(255, 122, 0, 0.07),
            transparent 28%
        ),
        #f8fafc;
}


/* En-tête */

.trocbuy-sponsored-page
.trocbuy-sponsored-comparison
.trocbuy-sponsored-section-header {
    max-width: 900px;
    margin: 0 auto 58px;
    text-align: center;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-comparison
.trocbuy-sponsored-section-header h2 {
    margin: 0 0 22px;
    color: #14263d;
    font-size: clamp(38px, 4.3vw, 54px);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-comparison
.trocbuy-sponsored-section-header p {
    max-width: 760px;
    margin: 0 auto;
    color: #667085;
    font-size: 18px;
    line-height: 1.75;
}


/* Grille */

.trocbuy-sponsored-page
.trocbuy-sponsored-comparison-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch;
    gap: 32px;

    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}


/* Cartes */

.trocbuy-sponsored-page .trocbuy-sponsored-card {
    position: relative;

    display: block !important;
    min-width: 0;
    padding: 40px 38px !important;

    overflow: hidden;

    border: 1px solid #e5eaf0 !important;
    border-radius: 28px !important;

    background: #ffffff !important;

    box-shadow:
        0 20px 55px rgba(20, 38, 61, 0.10) !important;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.trocbuy-sponsored-page .trocbuy-sponsored-card:hover {
    transform: translateY(-7px);

    box-shadow:
        0 30px 70px rgba(20, 38, 61, 0.15) !important;
}


/* Carte publicité */

.trocbuy-sponsored-page
.trocbuy-sponsored-card-negative {
    border-top: 6px solid #d64545 !important;

    background:
        radial-gradient(
            circle at 100% 0,
            rgba(214, 69, 69, 0.08),
            transparent 34%
        ),
        linear-gradient(
            180deg,
            #fffafa,
            #ffffff
        ) !important;
}


/* Carte article sponsorisé */

.trocbuy-sponsored-page
.trocbuy-sponsored-card-positive {
    border-top: 6px solid #1f9d55 !important;

    background:
        radial-gradient(
            circle at 100% 0,
            rgba(31, 157, 85, 0.09),
            transparent 34%
        ),
        linear-gradient(
            180deg,
            #f7fff9,
            #ffffff
        ) !important;
}


/* En-tête des cartes */

.trocbuy-sponsored-page
.trocbuy-sponsored-card-header {
    display: flex !important;
    align-items: center;
    gap: 17px;

    margin: 0 0 30px !important;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-card-icon {
    display: flex !important;
    flex: 0 0 56px;
    align-items: center;
    justify-content: center;

    width: 56px;
    height: 56px;

    border-radius: 50%;

    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-card-negative
.trocbuy-sponsored-card-icon {
    background: #ffe7e7 !important;
    color: #c93434 !important;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-card-positive
.trocbuy-sponsored-card-icon {
    background: #e6f7ed !important;
    color: #16833c !important;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-card h3 {
    margin: 0 !important;

    color: #14263d !important;

    font-size: 29px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
}


/* Listes */

.trocbuy-sponsored-page
.trocbuy-sponsored-card ul {
    display: grid !important;
    gap: 15px;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-card li {
    position: relative;

    margin: 0 !important;
    padding: 14px 16px 14px 48px !important;

    border-radius: 14px;

    color: #526176 !important;

    font-size: 16px !important;
    line-height: 1.6 !important;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-card-negative li {
    background: rgba(214, 69, 69, 0.055);
}

.trocbuy-sponsored-page
.trocbuy-sponsored-card-positive li {
    background: rgba(31, 157, 85, 0.06);
}

.trocbuy-sponsored-page
.trocbuy-sponsored-card li::before {
    position: absolute;
    top: 50%;
    left: 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 23px;
    height: 23px;

    border-radius: 50%;

    font-size: 13px;
    font-weight: 900;
    line-height: 1;

    transform: translateY(-50%);
}

.trocbuy-sponsored-page
.trocbuy-sponsored-card-negative li::before {
    content: "×";

    background: #ffe4e4;
    color: #c93434;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-card-positive li::before {
    content: "✓";

    background: #e5f7ec;
    color: #16833c;
}


/* Bloc de conclusion */

.trocbuy-sponsored-page
.trocbuy-sponsored-comparison-highlight {
    position: relative;

    width: 100%;
    max-width: 980px;
    margin: 65px auto 0;
    padding: 43px 48px;

    overflow: hidden;

    border: 1px solid rgba(255, 122, 0, 0.22);
    border-radius: 28px;

    background:
        radial-gradient(
            circle at 100% 0,
            rgba(255, 122, 0, 0.14),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #fff4e8,
            #ffffff
        );

    box-shadow:
        0 20px 55px rgba(255, 122, 0, 0.12);

    text-align: center;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-comparison-highlight h3 {
    max-width: 800px;
    margin: 0 auto 17px;

    color: #14263d !important;

    font-size: clamp(27px, 3vw, 36px) !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
}

.trocbuy-sponsored-page
.trocbuy-sponsored-comparison-highlight p {
    max-width: 800px;
    margin: 0 auto;

    color: #667085 !important;

    font-size: 17px !important;
    line-height: 1.75 !important;
}


/* TABLETTE */

@media (max-width: 900px) {

    .trocbuy-sponsored-page
    .trocbuy-sponsored-comparison-grid {
        grid-template-columns: 1fr !important;
        max-width: 680px;
    }
}


/* MOBILE */

@media (max-width: 650px) {

    .trocbuy-sponsored-page
    .trocbuy-sponsored-comparison {
        padding: 75px 16px;
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-card {
        padding: 30px 22px !important;
        border-radius: 23px !important;
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-card-header {
        align-items: flex-start;
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-card h3 {
        font-size: 25px !important;
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-card li {
        padding-right: 12px !important;
        font-size: 15px !important;
    }

    .trocbuy-sponsored-page
    .trocbuy-sponsored-comparison-highlight {
        margin-top: 45px;
        padding: 32px 22px;
        border-radius: 23px;
    }
}

/* ==========================================================
   CORRECTIFS FINAUX 2026-09-05
   FAQ + CTA FINAL — À CONSERVER EN FIN DE FICHIER
   ========================================================== */

/* ==========================================================
   CORRECTION FINALE — FAQ + CTA FINAL
   PAGE ARTICLE SPONSORISÉ
========================================================== */


/* ==========================================================
   FAQ
========================================================== */

.trocbuy-sponsored-page .trocbuy-sponsored-faq{
    width:100% !important;
    padding:100px 24px !important;
    background:#f8fafc !important;
}


/* En-tête FAQ */

.trocbuy-sponsored-page
.trocbuy-sponsored-faq
.trocbuy-sponsored-section-header{
    width:100% !important;
    max-width:820px !important;

    margin:0 auto 54px !important;

    text-align:center !important;
}


.trocbuy-sponsored-page
.trocbuy-sponsored-faq
.trocbuy-sponsored-eyebrow{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    margin:0 0 16px !important;
    padding:8px 14px !important;

    border-radius:999px !important;

    background:#fff1e5 !important;
    color:#e96f00 !important;

    font-size:12px !important;
    font-weight:900 !important;

    letter-spacing:.08em !important;
    text-transform:uppercase !important;
}


.trocbuy-sponsored-page
.trocbuy-sponsored-faq
.trocbuy-sponsored-section-header h2{
    margin:0 0 18px !important;

    color:#14263d !important;

    font-size:clamp(34px,4vw,48px) !important;
    font-weight:900 !important;
    line-height:1.12 !important;

    letter-spacing:-.035em !important;
}


.trocbuy-sponsored-page
.trocbuy-sponsored-faq
.trocbuy-sponsored-section-header p{
    max-width:760px !important;

    margin:0 auto !important;

    color:#667085 !important;

    font-size:17px !important;
    line-height:1.75 !important;
}


/* ==========================================================
   GRILLE FAQ
========================================================== */

.trocbuy-sponsored-page
.trocbuy-sponsored-faq-grid{
    display:grid !important;

    grid-template-columns:
        repeat(2,minmax(0,1fr)) !important;

    align-items:start !important;

    width:100% !important;
    max-width:1180px !important;

    margin:0 auto !important;

    gap:20px !important;
}


/* ==========================================================
   CARTE FAQ
========================================================== */

.trocbuy-sponsored-page
.trocbuy-sponsored-faq-item{
    display:block !important;

    width:100% !important;

    margin:0 !important;
    padding:0 !important;

    overflow:hidden !important;

    border:1px solid #e4e9ef !important;
    border-radius:20px !important;

    background:#ffffff !important;

    box-shadow:
        0 14px 38px rgba(20,38,61,.06) !important;
}


/* ==========================================================
   QUESTION
========================================================== */

.trocbuy-sponsored-page
button.trocbuy-sponsored-faq-question{
    display:grid !important;

    grid-template-columns:
        minmax(0,1fr) 42px !important;

    align-items:center !important;

    gap:18px !important;

    width:100% !important;
    min-height:88px !important;

    margin:0 !important;
    padding:22px 24px !important;

    border:0 !important;
    border-radius:0 !important;

    background:#ffffff !important;
    color:#14263d !important;

    box-shadow:none !important;

    font-family:inherit !important;
    font-size:17px !important;
    font-weight:900 !important;
    line-height:1.4 !important;

    text-align:left !important;

    cursor:pointer !important;
}


.trocbuy-sponsored-page
button.trocbuy-sponsored-faq-question:hover{
    background:#fffaf5 !important;
}


/* ==========================================================
   ICÔNE +
========================================================== */

.trocbuy-sponsored-page
.trocbuy-sponsored-faq-icon{
    display:flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:42px !important;
    height:42px !important;

    border-radius:50% !important;

    background:#fff1e5 !important;
    color:#e96f00 !important;

    font-size:25px !important;
    font-weight:500 !important;
    line-height:1 !important;

    transition:
        transform .25s ease,
        background .25s ease,
        color .25s ease !important;
}


.trocbuy-sponsored-page
.trocbuy-sponsored-faq-question[aria-expanded="true"]
.trocbuy-sponsored-faq-icon{
    transform:rotate(45deg) !important;

    background:#ff7a00 !important;
    color:#ffffff !important;
}


/* ==========================================================
   RÉPONSE
========================================================== */

.trocbuy-sponsored-page
.trocbuy-sponsored-faq-answer{
    display:block;

    width:100% !important;

    padding:0 24px 24px !important;
}


.trocbuy-sponsored-page
.trocbuy-sponsored-faq-answer[hidden]{
    display:none !important;
}


.trocbuy-sponsored-page
.trocbuy-sponsored-faq-answer p{
    margin:0 !important;
    padding-top:19px !important;

    border-top:1px solid #edf0f4 !important;

    color:#667085 !important;

    font-size:15.5px !important;
    line-height:1.75 !important;
}


/* ==========================================================
   CTA FINAL
========================================================== */

.trocbuy-sponsored-page
.trocbuy-sponsored-final-cta{
    position:relative;

    width:100% !important;

    padding:90px 24px 110px !important;

    overflow:hidden;

    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(255,122,0,.08),
            transparent 28%
        ),
        #ffffff !important;
}


.trocbuy-sponsored-page
.trocbuy-sponsored-final-cta-inner{
    position:relative;

    width:100% !important;
    max-width:1080px !important;

    margin:0 auto !important;
    padding:64px 58px !important;

    overflow:hidden;

    border:1px solid rgba(255,122,0,.20) !important;
    border-radius:32px !important;

    background:
        radial-gradient(
            circle at 100% 0,
            rgba(255,122,0,.14),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #fff8f1,
            #ffffff
        ) !important;

    box-shadow:
        0 28px 75px rgba(20,38,61,.11) !important;

    text-align:center !important;
}


/* Badge */

.trocbuy-sponsored-page
.trocbuy-sponsored-final-cta-badge{
    display:inline-flex !important;

    margin:0 0 20px !important;
    padding:9px 16px !important;

    border:1px solid rgba(255,122,0,.22) !important;
    border-radius:999px !important;

    background:#fff1e5 !important;
    color:#e96f00 !important;

    font-size:12px !important;
    font-weight:900 !important;

    letter-spacing:.08em !important;
    text-transform:uppercase !important;
}


/* Titre */

.trocbuy-sponsored-page
.trocbuy-sponsored-final-cta h2{
    max-width:800px !important;

    margin:0 auto 20px !important;

    color:#14263d !important;

    font-size:clamp(36px,4vw,50px) !important;
    font-weight:900 !important;
    line-height:1.1 !important;

    letter-spacing:-.04em !important;
}


/* Description */

.trocbuy-sponsored-page
.trocbuy-sponsored-final-cta-inner > p{
    max-width:720px !important;

    margin:0 auto 30px !important;

    color:#667085 !important;

    font-size:17px !important;
    line-height:1.75 !important;
}


/* Points */

.trocbuy-sponsored-page
.trocbuy-sponsored-final-cta-benefits{
    display:flex !important;

    align-items:center !important;
    justify-content:center !important;
    flex-wrap:wrap !important;

    gap:12px 24px !important;

    margin:0 auto 34px !important;
}


.trocbuy-sponsored-page
.trocbuy-sponsored-final-cta-benefits span{
    color:#526176 !important;

    font-size:14px !important;
    font-weight:750 !important;
}


/* Bouton */

.trocbuy-sponsored-page
.trocbuy-sponsored-final-cta-button{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:245px !important;
    min-height:58px !important;

    padding:17px 32px !important;

    border:0 !important;
    border-radius:16px !important;

    background:
        linear-gradient(
            135deg,
            #ff7200,
            #ff941f
        ) !important;

    color:#ffffff !important;

    box-shadow:
        0 17px 38px rgba(255,122,0,.30) !important;

    font-size:15px !important;
    font-weight:900 !important;

    text-decoration:none !important;

    transition:
        transform .25s ease,
        box-shadow .25s ease !important;
}


.trocbuy-sponsored-page
.trocbuy-sponsored-final-cta-button:hover{
    transform:translateY(-3px) !important;

    box-shadow:
        0 23px 48px rgba(255,122,0,.40) !important;
}


/* Note */

.trocbuy-sponsored-page
.trocbuy-sponsored-final-cta-note{
    margin:20px auto 0 !important;

    color:#98a2b3 !important;

    font-size:12.5px !important;
}


/* ==========================================================
   TABLETTE
========================================================== */

@media(max-width:850px){

    .trocbuy-sponsored-page
    .trocbuy-sponsored-faq-grid{
        grid-template-columns:1fr !important;

        max-width:700px !important;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media(max-width:650px){

    .trocbuy-sponsored-page
    .trocbuy-sponsored-faq{
        padding:70px 16px !important;
    }


    .trocbuy-sponsored-page
    button.trocbuy-sponsored-faq-question{
        grid-template-columns:
            minmax(0,1fr) 38px !important;

        min-height:80px !important;

        padding:20px !important;

        font-size:16px !important;
    }


    .trocbuy-sponsored-page
    .trocbuy-sponsored-faq-icon{
        width:38px !important;
        height:38px !important;
    }


    .trocbuy-sponsored-page
    .trocbuy-sponsored-faq-answer{
        padding:0 20px 21px !important;
    }


    .trocbuy-sponsored-page
    .trocbuy-sponsored-final-cta{
        padding:60px 16px 75px !important;
    }


    .trocbuy-sponsored-page
    .trocbuy-sponsored-final-cta-inner{
        padding:40px 22px !important;

        border-radius:25px !important;
    }


    .trocbuy-sponsored-page
    .trocbuy-sponsored-final-cta h2{
        font-size:32px !important;
    }


    .trocbuy-sponsored-page
    .trocbuy-sponsored-final-cta-benefits{
        align-items:flex-start !important;
        flex-direction:column !important;

        width:max-content;
        max-width:100%;

        text-align:left;
    }


    .trocbuy-sponsored-page
    .trocbuy-sponsored-final-cta-button{
        width:100% !important;
        min-width:0 !important;
    }

}
 