body {
    background: #f6f8f9;
    color: #182026;
}

a {
    color: #0b7f77;
}

.site-header.nav-layout-split {
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(16, 20, 24, .08);
    box-shadow: 0 12px 32px rgba(16, 20, 24, .04);
}

.site-header.nav-layout-split .header-split-container {
    box-sizing: border-box;
    width: 100%;
    max-width: min(var(--container-width, 1440px), 100vw);
    min-height: 82px;
    padding-inline: clamp(1rem, 2.5vw, 2rem);
}

.site-header.nav-layout-split .nav-split.left {
    padding-right: clamp(1.25rem, 3vw, 3rem);
}

.site-header.nav-layout-split .nav-split.right {
    padding-left: clamp(1.25rem, 3vw, 3rem);
}

.site-header.nav-layout-split .nav-split ul {
    gap: clamp(.9rem, 1.7vw, 1.75rem);
}

.site-header.nav-layout-split .nav-split a {
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: 0;
    color: #243039;
}

.site-header.nav-layout-split .nav-split a:hover,
.site-header.nav-layout-split .btn-search-toggle:hover {
    color: #0b7f77;
}

.logo-split a {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.logo-split img {
    display: block;
    width: min(260px, 28vw);
    max-height: 64px;
    object-fit: contain;
}

.pb-block.pi-home-hero-signature {
    background: #f6f8f9;
    overflow: hidden;
}

.pi-home-hero-signature .hero-section {
    position: relative;
    isolation: isolate;
    background-size: min(42vw, 620px) auto !important;
    background-repeat: no-repeat !important;
    background-position: right clamp(24px, 5vw, 92px) center !important;
    border-bottom: 1px solid rgba(16, 20, 24, .08);
}

.pi-home-hero-signature .hero-section::before {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: min(48vw, 720px);
    background:
        linear-gradient(90deg, rgba(246, 248, 249, 0) 0%, rgba(239, 246, 255, .8) 100%),
        repeating-linear-gradient(0deg, rgba(16, 20, 24, .06) 0 1px, transparent 1px 32px);
    z-index: -2;
}

.pi-home-hero-signature .hero-section::after {
    content: "format | puissance | pose | confort";
    position: absolute;
    right: clamp(18px, 4vw, 64px);
    bottom: clamp(18px, 5vw, 70px);
    color: rgba(16, 20, 24, .42);
    font: 800 .76rem/1 var(--font-body);
    text-transform: uppercase;
    letter-spacing: 0;
}

.pi-home-hero-signature .container {
    width: min(92%, 1240px);
}

.pi-home-hero-signature h1 {
    max-width: 8.8ch;
    font-size: clamp(3.6rem, 7vw, 7rem);
    line-height: .86 !important;
    color: #101418 !important;
}

.pi-home-hero-signature .hero-content-wrapper {
    max-width: 580px !important;
    transform: translateY(-8px);
}

.pi-home-hero-signature .hero-content-wrapper::before {
    content: "guide d'achat independant";
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 12px;
    margin-bottom: 18px;
    background: #101418;
    color: #eff6ff;
    font: 900 .76rem/1 var(--font-body);
    text-transform: uppercase;
    letter-spacing: 0;
}

.pi-home-hero-signature .hero-subtitle {
    max-width: 620px;
    color: #36424a !important;
    font-size: clamp(1.05rem, 1.5vw, 1.32rem);
    line-height: 1.58;
}

.pi-home-hero-signature .hero-buttons {
    margin-top: 30px;
}

.hero .hero-buttons .btn,
.hero-section .hero-buttons .btn,
.block-hero .hero-buttons .btn,
.product-feed-card-cta,
.pi-choice-intro a {
    border-radius: 8px !important;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 850;
}

.hero .hero-buttons .btn.btn-primary,
.hero-section .hero-buttons .btn.btn-primary,
.block-hero .hero-buttons .btn.btn-primary {
    background: #22d3c5;
    border-color: #22d3c5;
    color: #071111 !important;
}

.hero .hero-buttons .btn.btn-primary:hover,
.hero-section .hero-buttons .btn.btn-primary:hover,
.block-hero .hero-buttons .btn.btn-primary:hover {
    background: #101418;
    border-color: #101418;
    color: #ffffff !important;
}

.hero .hero-buttons .btn.btn-outline-dark,
.hero-section .hero-buttons .btn.btn-outline-dark,
.block-hero .hero-buttons .btn.btn-outline-dark {
    color: #101418 !important;
    border-color: rgba(16, 20, 24, .32);
    background: rgba(255, 255, 255, .72);
}

.hero .hero-buttons .btn.btn-outline-dark:hover,
.hero-section .hero-buttons .btn.btn-outline-dark:hover,
.block-hero .hero-buttons .btn.btn-outline-dark:hover {
    color: #ffffff !important;
    border-color: #101418;
    background: #101418;
}

.pi-decision-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(1180px, 100%);
    margin: 0 auto;
    border: 1px solid rgba(16, 20, 24, .1);
    background: #ffffff;
}

.pi-decision-strip a {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4px 12px;
    align-items: center;
    min-height: 82px;
    padding: 18px 20px;
    color: #101418;
    text-decoration: none;
    border-right: 1px solid rgba(16, 20, 24, .1);
    transition: background .18s ease, color .18s ease;
}

.pi-decision-strip a:last-child {
    border-right: 0;
}

.pi-decision-strip a:hover {
    background: #101418;
    color: #ffffff;
}

.pi-decision-strip span {
    grid-row: span 2;
    color: #0b7f77;
    font-weight: 900;
}

.pi-decision-strip a:hover span {
    color: #22d3c5;
}

.pi-decision-strip strong {
    display: block;
    font-size: .98rem;
    line-height: 1.2;
}

.pi-decision-strip em {
    color: inherit;
    opacity: .68;
    font-style: normal;
    font-size: .86rem;
}

.pi-choice-panel {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: start;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.pi-choice-intro {
    position: sticky;
    top: 110px;
}

.pi-choice-intro p {
    margin: 0 0 24px;
    color: #35414a;
    font-size: clamp(1.02rem, 1.3vw, 1.18rem);
    line-height: 1.72;
}

.pi-choice-intro a {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 18px;
    background: #101418;
    color: #ffffff;
    text-decoration: none;
}

.pi-choice-intro a:hover {
    background: #0b7f77;
    color: #ffffff;
}

.pi-path-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(16, 20, 24, .12);
    border-left: 1px solid rgba(16, 20, 24, .12);
}

.pi-path-grid a {
    min-height: 178px;
    padding: clamp(22px, 3vw, 34px);
    border-right: 1px solid rgba(16, 20, 24, .12);
    border-bottom: 1px solid rgba(16, 20, 24, .12);
    color: #101418;
    background: #ffffff;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.pi-path-grid a:hover {
    background: #eff6ff;
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(16, 20, 24, .08);
}

.pi-path-grid span {
    display: block;
    margin-bottom: 18px;
    color: #0b7f77;
    font-weight: 900;
    text-transform: uppercase;
    font-size: .76rem;
    letter-spacing: 0;
}

.pi-path-grid strong {
    display: block;
    max-width: 18ch;
    font-family: var(--font-heading);
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    line-height: 1.06;
}

.pi-brand-showcase {
    display: grid;
    grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: start;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.pi-brand-intro p {
    margin: 0 0 24px;
    color: #35414a;
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    line-height: 1.72;
}

.pi-brand-intro a {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 8px;
    background: #101418;
    color: #ffffff;
    font-weight: 850;
    text-decoration: none;
}

.pi-brand-intro a:hover {
    background: #0b7f77;
    color: #ffffff;
}

.pi-brand-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(16, 20, 24, .12);
    border-left: 1px solid rgba(16, 20, 24, .12);
    background: #ffffff;
}

.pi-brand-grid a {
    display: flex;
    min-height: 190px;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding: clamp(20px, 2.4vw, 30px);
    border-right: 1px solid rgba(16, 20, 24, .12);
    border-bottom: 1px solid rgba(16, 20, 24, .12);
    color: #101418;
    text-decoration: none;
    transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.pi-brand-grid a:hover {
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(16, 20, 24, .08);
    transform: translateY(-3px);
}

.pi-brand-grid span {
    color: #0b7f77;
    font-weight: 900;
    text-transform: uppercase;
    font-size: .76rem;
}

.pi-brand-grid strong {
    display: block;
    font-family: var(--font-heading);
    font-size: clamp(1.2rem, 1.7vw, 1.65rem);
    line-height: 1.08;
}

.pi-brand-grid em {
    color: rgba(16, 20, 24, .68);
    font-style: normal;
    line-height: 1.5;
}

.pi-brand-showcase--commerce {
    grid-template-columns: minmax(250px, .34fr) minmax(0, 1fr);
}

.pi-brand-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 28px);
}

.pi-brand-feature {
    position: relative;
    display: flex;
    min-height: 250px;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: clamp(22px, 2.8vw, 34px);
    border-radius: 8px;
    color: #101418;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}

.pi-brand-feature::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 8px;
    pointer-events: none;
}

.pi-brand-feature:hover {
    color: #101418;
    transform: translateY(-4px);
    box-shadow: 0 24px 46px rgba(16, 20, 24, .12);
}

.pi-brand-feature span {
    position: relative;
    display: grid;
    width: min(100%, 220px);
    aspect-ratio: 1 / .74;
    place-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, .82);
    color: #101418;
    font-family: var(--font-heading);
    font-size: clamp(1.55rem, 2.4vw, 2.5rem);
    font-weight: 900;
    line-height: .95;
    text-align: center;
}

.pi-brand-feature strong,
.pi-brand-feature em {
    position: relative;
    display: block;
}

.pi-brand-feature strong {
    max-width: 20ch;
    margin-top: clamp(24px, 5vw, 58px);
    font-family: var(--font-heading);
    font-size: clamp(1.24rem, 1.8vw, 1.85rem);
    line-height: 1.06;
}

.pi-brand-feature em {
    max-width: 30ch;
    margin-top: 10px;
    color: rgba(16, 20, 24, .72);
    font-style: normal;
    line-height: 1.52;
}

.pi-brand-feature--bosch {
    background: #a8b8ad;
}

.pi-brand-feature--siemens {
    background: #d7a070;
}

.pi-brand-feature--electrolux {
    background: #aaa6a0;
}

.pi-brand-mini-grid {
    grid-column: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.pi-brand-mini-grid a {
    display: flex;
    min-height: 88px;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 16px 18px;
    border: 1px solid rgba(16, 20, 24, .1);
    border-radius: 8px;
    background: #f6f8f9;
    color: #101418;
    text-decoration: none;
}

.pi-brand-mini-grid a:hover {
    background: #101418;
    color: #ffffff;
}

.pi-brand-mini-grid span {
    color: #0b7f77;
    font-weight: 900;
}

.pi-brand-mini-grid a:hover span {
    color: #22d3c5;
}

.pi-brand-mini-grid strong {
    font-size: .92rem;
    line-height: 1.25;
}

.pi-editorial-products {
    display: grid;
    grid-template-columns: minmax(280px, .55fr) minmax(0, 1fr);
    gap: clamp(34px, 6vw, 96px);
    align-items: center;
    width: min(1240px, 100%);
    margin: 0 auto;
}

.pi-editorial-products__copy span {
    display: inline-flex;
    margin-bottom: 16px;
    color: #0b7f77;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.pi-editorial-products__copy h3 {
    max-width: 12ch;
    margin: 0 0 22px;
    color: #101418;
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3.2vw, 3.35rem);
    line-height: 1;
}

.pi-editorial-products__copy p {
    max-width: 600px;
    margin: 0 0 18px;
    color: #35414a;
    font-size: clamp(1rem, 1.25vw, 1.13rem);
    line-height: 1.78;
}

.pi-editorial-products__copy a {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    margin-top: 12px;
    padding: 0 18px;
    border-radius: 8px;
    background: #101418;
    color: #ffffff;
    font-weight: 850;
    text-decoration: none;
}

.pi-editorial-products__copy a:hover {
    background: #0b7f77;
    color: #ffffff;
}

.pi-editorial-products__rail {
    display: grid;
    grid-template-columns: 2.2fr .9fr .9fr;
    gap: clamp(16px, 2vw, 28px);
    min-height: 470px;
}

.pi-editorial-products__rail a {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 22px;
    border-radius: 8px;
    background: #ffffff;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 22px 54px rgba(16, 20, 24, .08);
}

.pi-editorial-products__rail a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 20, 24, 0) 38%, rgba(16, 20, 24, .82) 100%);
}

.pi-editorial-products__rail img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .22s ease;
}

.pi-editorial-products__rail a:hover img {
    transform: scale(1.04);
}

.pi-editorial-products__rail strong,
.pi-editorial-products__rail em {
    position: relative;
    z-index: 1;
    display: block;
}

.pi-editorial-products__rail strong {
    max-width: 18ch;
    font-family: var(--font-heading);
    font-size: clamp(1.1rem, 1.6vw, 1.55rem);
    line-height: 1.08;
}

.pi-editorial-products__rail em {
    margin-top: 7px;
    color: rgba(255, 255, 255, .78);
    font-style: normal;
    font-weight: 750;
}

.pi-buying-matrix {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    width: min(1180px, 100%);
    margin: 0 auto;
    border: 1px solid rgba(16, 20, 24, .12);
}

.pi-buying-matrix div {
    min-height: 216px;
    padding: clamp(22px, 2.8vw, 34px);
    background: #101418;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, .14);
}

.pi-buying-matrix div:nth-child(even) {
    background: #172027;
}

.pi-buying-matrix div:last-child {
    border-right: 0;
}

.pi-buying-matrix span {
    display: block;
    margin-bottom: 36px;
    color: #22d3c5;
    font-weight: 900;
    text-transform: uppercase;
    font-size: .78rem;
    letter-spacing: 0;
}

.pi-buying-matrix p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    line-height: 1.62;
}

.block-product-feed {
    border-top: 1px solid rgba(16, 20, 24, .08);
}

.pi-products-section-priority .block-product-feed,
.pb-block.pi-products-section-priority {
    border-top: 0;
}

.pi-products-section-priority .product-feed-intro p {
    max-width: 820px;
}

.pi-products-section-priority .product-feed-card {
    box-shadow: 0 18px 44px rgba(16, 20, 24, .08) !important;
}

.product-feed-intro p {
    max-width: 690px;
    color: #4d5a63;
}

.product-feed-card {
    border-radius: 8px !important;
    border-color: rgba(16, 20, 24, .1) !important;
    box-shadow: 0 18px 44px rgba(16, 20, 24, .06) !important;
}

.product-feed-card-image-frame {
    background: #f1f5f9 !important;
}

.product-feed-card-score,
.product-feed-card-badge,
.product-feed-card-signal-label {
    border-radius: 7px !important;
}

.product-feed-card-cta--merchant {
    background: #101418 !important;
    color: #ffffff !important;
}

.pi-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(24px, 5vw, 72px);
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: clamp(28px, 5vw, 52px);
    border-radius: 8px;
    background: #101418;
    color: #eff6ff;
}

.pi-final-cta span {
    display: block;
    margin-bottom: 10px;
    color: #22d3c5;
    font-weight: 900;
    text-transform: uppercase;
    font-size: .78rem;
}

.pi-final-cta strong {
    display: block;
    max-width: 760px;
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 3.2vw, 3.25rem);
    line-height: 1;
}

.pi-final-cta p {
    max-width: 650px;
    margin: 18px 0 0;
    color: rgba(239, 246, 255, .76);
    line-height: 1.65;
}

.pi-final-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 8px;
    background: #22d3c5;
    color: #071111;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.pi-final-cta a:hover {
    background: #ffffff;
    color: #101418;
}

.section-header h2 {
    color: #101418;
    font-size: clamp(1.9rem, 3vw, 3.25rem);
    line-height: 1.05;
    letter-spacing: 0;
}

.pb-block[style*="#101418"] .section-header h2,
.pb-block.pi-matrix-section .section-header h2 {
    color: #eff6ff;
}

.section-header.underline-left h2::after,
.section-header.underline-center h2::after {
    background: #22d3c5 !important;
    width: clamp(64px, 7vw, 96px) !important;
    height: 3px !important;
}

.article-card,
.card {
    border-radius: 8px !important;
}

.pi-method-grid,
.pi-hub-grid,
.pi-audit-grid,
.pi-silo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 28px);
    max-width: 1180px;
    margin: 0 auto;
}

.pi-method-grid > div,
.pi-hub-grid > a,
.pi-audit-grid > div,
.pi-silo-grid > div {
    background: #fff;
    border: 1px solid rgba(16, 20, 24, .12);
    border-radius: 8px;
    padding: clamp(22px, 3vw, 34px);
    color: #101418;
    text-decoration: none;
}

.pi-method-grid span,
.pi-audit-grid strong {
    display: inline-block;
    margin-bottom: 16px;
    color: #0b7f77;
    font-weight: 900;
    letter-spacing: 0;
}

.pi-method-grid h3,
.pi-hub-grid h3,
.pi-silo-grid h3 {
    margin: 0 0 10px;
    font-size: clamp(1.15rem, 1.7vw, 1.55rem);
    line-height: 1.15;
}

.pi-method-grid p,
.pi-hub-grid p,
.pi-silo-grid p,
.pi-audit-grid p {
    margin: 0;
    color: rgba(16, 20, 24, .76);
}

.pi-keyword-table {
    width: 100%;
    max-width: 1040px;
    margin: 24px auto;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid rgba(16, 20, 24, .12);
}

.pi-keyword-table th,
.pi-keyword-table td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(16, 20, 24, .1);
    text-align: left;
    vertical-align: top;
}

.pi-keyword-table th {
    color: #101418;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: 0;
}

.pi-keyword-table td:last-child,
.pi-keyword-table th:last-child {
    text-align: right;
}

footer,
.site-footer {
    background: #101418 !important;
    color: #eff6ff !important;
}

.site-footer .footer-col h3 {
    color: #eff6ff !important;
}

.site-footer .footer-col a {
    color: #22d3c5;
}

.site-footer .footer-col a:hover {
    color: #ffffff;
}

.site-footer .footer-bottom {
    border-top-color: rgba(239, 246, 255, .18);
}

@media (max-width: 1020px) {
    .pi-home-hero-signature .hero-section {
        background-size: min(70vw, 620px) auto !important;
        background-position: right -72px bottom 28px !important;
        min-height: 680px !important;
    }

    .pi-home-hero-signature .hero-section::before {
        width: 70vw;
    }

    .pi-home-hero-signature .hero-content-wrapper {
        max-width: 560px !important;
    }

    .pi-choice-panel,
    .pi-brand-showcase,
    .pi-brand-showcase--commerce,
    .pi-editorial-products,
    .pi-buying-matrix {
        grid-template-columns: 1fr;
    }

    .pi-choice-intro {
        position: static;
    }

    .pi-brand-mini-grid {
        grid-column: auto;
    }

    .pi-brand-feature-grid {
        grid-template-columns: 1fr;
    }

    .pi-brand-feature {
        min-height: 220px;
    }

    .pi-editorial-products__rail {
        min-height: 420px;
    }

    .pi-buying-matrix div {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .14);
    }

    .pi-buying-matrix div:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 860px) {
    .site-header.nav-layout-split .header-split-container {
        min-height: 72px;
    }

    .logo-split img {
        width: min(210px, calc(100vw - 118px));
        max-height: 54px;
    }

    .pi-home-hero-signature .hero-section {
        background-size: 160vw auto !important;
        background-position: center bottom 26px !important;
        min-height: 640px !important;
        padding-top: 58px !important;
        padding-bottom: 235px !important;
    }

    .pi-home-hero-signature .hero-section::before {
        inset: auto 0 0 0;
        width: 100%;
        height: 320px;
        background:
            linear-gradient(180deg, rgba(246, 248, 249, 0) 0%, rgba(239, 246, 255, .92) 100%),
            repeating-linear-gradient(90deg, rgba(16, 20, 24, .06) 0 1px, transparent 1px 28px);
    }

    .pi-home-hero-signature .hero-section::after {
        display: none;
    }

    .pi-home-hero-signature h1 {
        max-width: 8ch;
        font-size: clamp(3.15rem, 16vw, 4.6rem);
    }

    .pi-home-hero-signature .hero-buttons {
        flex-direction: column;
        align-items: stretch;
        width: min(100%, 360px);
    }

    .pi-home-hero-signature .hero-buttons .btn {
        text-align: center;
    }

    .pi-decision-strip,
    .pi-path-grid,
    .pi-brand-grid,
    .pi-brand-mini-grid,
    .pi-method-grid,
    .pi-hub-grid,
    .pi-audit-grid,
    .pi-silo-grid {
        grid-template-columns: 1fr;
    }

    .pi-decision-strip a {
        border-right: 0;
        border-bottom: 1px solid rgba(16, 20, 24, .1);
    }

    .pi-decision-strip a:last-child {
        border-bottom: 0;
    }

    .pi-final-cta {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .pi-final-cta a {
        width: 100%;
    }

    .pi-path-grid a {
        min-height: 150px;
    }

    .pi-brand-feature span {
        width: min(100%, 180px);
    }

    .pi-brand-feature strong {
        margin-top: 28px;
    }

    .pi-editorial-products__copy h3 {
        max-width: 12ch;
        font-size: clamp(1.42rem, 6.4vw, 1.65rem) !important;
        line-height: 1.04;
    }

    .pi-editorial-products__rail {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .pi-editorial-products__rail a {
        min-height: 250px;
    }

    .section-header h2 {
        font-size: clamp(1.85rem, 8.8vw, 2.65rem);
        line-height: 1.08;
    }

    .pi-keyword-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (max-width: 420px) {
    .logo-split img {
        width: min(184px, calc(100vw - 104px));
    }

    .pi-home-hero-signature .hero-section {
        min-height: 620px !important;
        padding-bottom: 220px !important;
    }

    .pi-home-hero-signature .hero-content-wrapper::before {
        font-size: .7rem;
    }
}

/* Article decision blocks */
.article-hero {
    background: #101418;
}

.article-hero .hero-overlay {
    background: linear-gradient(90deg, rgba(16, 20, 24, .86), rgba(16, 20, 24, .36)) !important;
}

.article-hero .hero-content h1,
.article-header-simple h1 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 2.5vw, 3.1rem);
    letter-spacing: 0;
    line-height: 1.12;
}

.article-intro-box {
    border-radius: 8px !important;
    border-left: 4px solid #22d3c5 !important;
    background: #ffffff !important;
}

.pi-article-route-grid,
.pi-article-checklist {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    width: min(100%, 980px);
    margin: 0 auto;
    border: 1px solid rgba(16, 20, 24, .12);
}

.pi-article-route-grid a,
.pi-article-checklist div {
    min-height: 178px;
    padding: clamp(18px, 2.4vw, 28px);
    border-right: 1px solid rgba(16, 20, 24, .12);
    background: #ffffff;
    color: #101418;
    text-decoration: none;
}

.pi-article-route-grid a:last-child,
.pi-article-checklist div:last-child {
    border-right: 0;
}

.pi-article-route-grid a:hover {
    background: #101418;
    color: #ffffff;
}

.pi-article-route-grid span {
    display: block;
    margin-bottom: 18px;
    color: #0b7f77;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.pi-article-route-grid a:hover span {
    color: #22d3c5;
}

.pi-article-route-grid strong,
.pi-article-checklist strong {
    display: block;
    font-family: var(--font-heading);
    font-size: clamp(1.18rem, 1.8vw, 1.55rem);
    line-height: 1.08;
}

.pi-article-route-grid p,
.pi-article-checklist p {
    margin: 14px 0 0;
    color: inherit;
    opacity: .74;
    font-size: .94rem;
    line-height: 1.55;
}

.pi-article-checklist div {
    background: #101418;
    color: #ffffff;
}

.pi-article-checklist div:nth-child(even) {
    background: #172027;
}

.pi-article-checklist strong {
    color: #22d3c5;
}

.pi-article-note {
    width: min(100%, 900px);
    margin: 0 auto;
    padding: clamp(20px, 3vw, 34px);
    border-radius: 8px;
    background: #eff6ff;
    border: 1px solid rgba(34, 211, 197, .28);
    color: #172027;
}

.pi-article-note p {
    margin: 0;
    line-height: 1.7;
}

.article-content .pi-article-product-feed {
    margin-top: 20px;
}

.article-content .pi-article-product-feed .container {
    max-width: min(100%, 980px) !important;
}

/* Product page identity override */
.product-page-wrapper {
    background: #f6f8f9 !important;
}

.product-hero {
    background:
        linear-gradient(90deg, #f6f8f9 0%, #eff6ff 100%) !important;
    border-bottom: 1px solid rgba(16, 20, 24, .1) !important;
}

.product-hero-shell {
    border-radius: 8px !important;
    border-color: rgba(16, 20, 24, .12) !important;
    box-shadow: 0 28px 70px rgba(16, 20, 24, .08) !important;
}

.product-hero-title,
.product-verdict-title,
.product-decision-price-value,
.product-decision-score-value,
.product-verdict-price-value,
.product-verdict-score-integer,
.product-verdict-score-decimal {
    font-family: var(--font-heading) !important;
    color: #101418 !important;
    letter-spacing: 0 !important;
}

.product-hero-title {
    font-size: clamp(2.25rem, 4.8vw, 5rem) !important;
    line-height: .9 !important;
}

.product-hero-badge {
    border-radius: 8px !important;
    background: #101418 !important;
    color: #eff6ff !important;
}

.product-hero-badge-star {
    color: #22d3c5 !important;
}

.product-main-image-frame,
.product-decision-box,
.product-criteria-card,
.product-hero-highlight,
.product-hero-audience,
.product-verdict-shell,
.product-verdict-pros-cons-col,
.product-alt-card,
.product-specs-card,
.product-faq-item,
.product-related-guide-card {
    border-radius: 8px !important;
}

.product-main-image-frame {
    background: #f1f5f9 !important;
}

.product-decision-box {
    background: #ffffff !important;
    border-color: rgba(16, 20, 24, .12) !important;
}

.product-hero-primary-cta,
.product-verdict-primary-cta,
.sticky-cta-button {
    border-radius: 8px !important;
    background: #22d3c5 !important;
    color: #071111 !important;
    box-shadow: 0 16px 30px rgba(34, 211, 197, .22) !important;
}

.product-hero-primary-cta:hover,
.product-verdict-primary-cta:hover,
.sticky-cta-button:hover {
    background: #101418 !important;
    color: #ffffff !important;
}

.product-hero-primary-cta::before {
    content: "Lien marchand";
    margin-right: 8px;
    color: rgba(7, 17, 17, .7);
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.product-hero-disclaimer {
    display: block;
    padding: 12px 14px;
    border-radius: 8px;
    background: rgba(16, 20, 24, .06);
    color: #4d5a63 !important;
    font-size: .88rem !important;
    line-height: 1.55 !important;
}

.product-anchor-nav {
    background: rgba(255, 255, 255, .96) !important;
    border-bottom: 1px solid rgba(16, 20, 24, .08) !important;
}

.product-anchor-nav .nav-link.active,
.product-anchor-nav .nav-link:hover,
.product-related-guide-link,
.product-alt-price,
.product-alt-score,
.product-decision-score-value {
    color: #0b7f77 !important;
}

.product-criteria-bar {
    background: #22d3c5 !important;
}

.product-alt-link,
.product-alt-link--merchant {
    border-radius: 8px !important;
}

.product-alt-link--merchant {
    background: #101418 !important;
}

.product-verdict-section {
    background: #ffffff !important;
}

.sticky-cta-bar {
    border-radius: 8px !important;
}

@media (max-width: 920px) {
    .pi-article-route-grid,
    .pi-article-checklist {
        grid-template-columns: 1fr;
    }

    .pi-article-route-grid a,
    .pi-article-checklist div {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(16, 20, 24, .12);
    }

    .pi-article-route-grid a:last-child,
    .pi-article-checklist div:last-child {
        border-bottom: 0;
    }

    .product-hero-title {
        font-size: clamp(2.25rem, 14vw, 3.6rem) !important;
    }
}
