.pco-has-bulk-page {
    --pco-navy: #082b4c;
    --pco-navy-deep: #051f3b;
    --pco-blue: #153b68;
    --pco-accent: #f36f21;
    --pco-paper: #f4f7fb;
    --pco-ink: #18324b;
    background: var(--pco-paper);
}
.pco-has-bulk-page main.site-main {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    overflow: hidden;
    background: var(--pco-paper);
}
.pco-has-bulk-page main > .page-content,
.pco-has-bulk-page main > .entry-content { max-width: none; margin: 0; padding: 0; background: var(--pco-paper); }
.pco-bulk-landing { width: 100%; margin: 0; color: var(--pco-ink); background: var(--pco-paper); }
.pco-bulk-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.pco-bulk-section { padding: clamp(64px, 7vw, 104px) 0; }

.pco-bulk-hero {
    position: relative;
    isolation: isolate;
    padding: clamp(72px, 8vw, 124px) 0 clamp(70px, 8vw, 118px);
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(128deg, rgb(5 31 59 / 96%), rgb(8 43 76 / 88%) 60%, rgb(18 60 105 / 82%)),
        radial-gradient(circle at 82% 18%, rgb(243 111 33 / 22%), transparent 26%),
        radial-gradient(circle at 92% 82%, rgb(37 91 145 / 50%), transparent 30%),
        var(--pco-bulk-hero, linear-gradient(128deg, var(--pco-navy-deep), var(--pco-navy) 60%, #123c69));
    background-position: center;
    background-size: cover;
}
.pco-bulk-hero::before,
.pco-bulk-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    border: 1px solid rgb(255 255 255 / 9%);
    border-radius: 50%;
}
.pco-bulk-hero::before { width: 440px; height: 440px; right: -110px; top: -180px; }
.pco-bulk-hero::after { width: 620px; height: 620px; right: -220px; bottom: -430px; }
.pco-bulk-kicker {
    margin: 0 0 18px;
    color: #ff9b61;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.pco-bulk-kicker-dark { color: var(--pco-accent); }
.pco-has-bulk-page main .pco-bulk-hero h1 {
    max-width: 880px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.45rem, 4vw, 3.5rem);
    line-height: 1.02;
    letter-spacing: -.045em;
}
.pco-bulk-hero h1 span { color: var(--pco-accent); }
.pco-bulk-lead { max-width: 820px; margin: 26px 0 0; color: #dce8f4; font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.7; }
.pco-bulk-highlights { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 900px; margin: 38px 0 34px; }
.pco-bulk-highlights div { padding: 17px 19px; border: 1px solid rgb(255 255 255 / 15%); border-radius: 12px; background: rgb(255 255 255 / 7%); backdrop-filter: blur(8px); }
.pco-bulk-highlights strong,
.pco-bulk-highlights span { display: block; }
.pco-bulk-highlights strong { margin-bottom: 4px; color: #fff; font-size: .98rem; }
.pco-bulk-highlights span { color: #bfcfe0; font-size: .85rem; }
.pco-bulk-cta { display: inline-flex; align-items: center; min-height: 50px; padding: 0 24px; border-radius: 8px; background: var(--pco-accent); color: #fff !important; font-weight: 800; text-decoration: none !important; }
.pco-bulk-cta:hover,
.pco-bulk-cta:focus-visible { background: #d95b10; transform: translateY(-1px); }

.pco-has-bulk-page main .pco-bulk-section h2 { max-width: 820px; margin: 0 0 28px; color: var(--pco-navy); font-size: clamp(1.85rem, 2.7vw, 2.4rem); line-height: 1.12; letter-spacing: -.03em; }
.pco-bulk-uses { background: #fff; }
.pco-bulk-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.pco-bulk-cards article { position: relative; min-height: 245px; padding: 34px 30px; overflow: hidden; border: 1px solid #dce6ef; border-radius: 18px; background: #fff; box-shadow: 0 20px 55px rgb(8 43 76 / 8%); }
.pco-bulk-card-number { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 28px; border-radius: 10px; background: #fff0e8; color: var(--pco-accent); font-weight: 900; }
.pco-bulk-cards h3 { margin: 0 0 12px; color: var(--pco-navy); font-size: 1.35rem; }
.pco-bulk-cards p { margin: 0; color: #607184; line-height: 1.65; }

.pco-bulk-process { color: #fff; background: linear-gradient(135deg, var(--pco-navy-deep), var(--pco-navy)); }
.pco-bulk-process .pco-bulk-shell { display: grid; grid-template-columns: .9fr 1.2fr; gap: clamp(40px, 7vw, 100px); align-items: start; }
.pco-has-bulk-page main .pco-bulk-process h2 { color: #fff; }
.pco-bulk-process-intro > p:last-child { max-width: 520px; color: #bfd0e1; line-height: 1.7; }
.pco-bulk-steps { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.pco-bulk-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: center; padding: 17px 20px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 13px; background: rgb(255 255 255 / 6%); }
.pco-bulk-steps li > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--pco-accent); color: #fff; font-weight: 900; }
.pco-bulk-steps strong { color: #fff; font-size: 1rem; }
.pco-bulk-steps p { margin: 2px 0 0; color: #bfd0e1; font-size: .9rem; }

.pco-bulk-request { background: var(--pco-paper); }
.pco-bulk-request-grid { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(34px, 6vw, 78px); align-items: start; }
.pco-bulk-request-copy { position: sticky; top: 28px; }
.pco-bulk-request-copy > p:not(.pco-bulk-kicker) { color: #607184; font-size: 1.05rem; line-height: 1.7; }
.pco-bulk-assurance { display: grid; gap: 5px; margin-top: 28px; padding: 20px; border-left: 4px solid var(--pco-accent); border-radius: 0 12px 12px 0; background: #fff; box-shadow: 0 12px 35px rgb(8 43 76 / 7%); }
.pco-bulk-assurance strong { color: var(--pco-navy); }
.pco-bulk-assurance span { color: #607184; font-size: .9rem; line-height: 1.5; }
.pco-bulk-form-wrap { min-width: 0; }
.pco-bulk-form { margin: 0; padding: clamp(24px, 4vw, 42px); border: 1px solid #dbe4ec; border-radius: 20px; background: #fff; box-shadow: 0 20px 65px rgb(8 43 76 / 10%); }
.pco-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 22px; }
.pco-bulk-form p { margin: 0 0 18px; }
.pco-bulk-form label { display: grid; gap: 7px; color: var(--pco-navy); font-weight: 700; }
.pco-bulk-form input,
.pco-bulk-form select,
.pco-bulk-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #bac8d6; border-radius: 8px; background: #fbfcfe; color: #24364b; font: inherit; }
.pco-bulk-form textarea { resize: vertical; }
.pco-bulk-form input:focus,
.pco-bulk-form select:focus,
.pco-bulk-form textarea:focus { outline: 3px solid rgb(243 111 33 / 20%); border-color: var(--pco-accent); background: #fff; }
.pco-bulk-form input[type="checkbox"] { display: inline-block; width: 18px; min-height: 18px; height: 18px; margin: 2px 8px 0 0; padding: 0; vertical-align: top; accent-color: var(--pco-accent); }
.pco-bulk-form label:has(> input[type="checkbox"]) { display: block; font-size: .9rem; line-height: 1.55; }
.pco-bulk-form button { min-height: 50px; padding: 12px 24px; border: 0; border-radius: 8px; background: var(--pco-accent); color: #fff; font-weight: 800; letter-spacing: .04em; cursor: pointer; }
.pco-bulk-form button:hover,
.pco-bulk-form button:focus-visible { background: #d85a0d; }
.pco-bulk-help { color: #68798a; font-size: .88rem; line-height: 1.55; }
.pco-custom-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; margin: 0 0 22px; padding: 20px; border: 1px solid #dbe4ec; border-radius: 12px; background: #f7f9fc; }
.pco-custom-options legend { padding: 0 8px; color: var(--pco-navy); font-weight: 800; }
.pco-custom-options label { display: block; color: #435a70; font-size: .92rem; font-weight: 650; line-height: 1.45; }
.pco-custom-landing { width: 100%; color: var(--pco-ink); background: var(--pco-paper); }
.pco-custom-hero { padding: clamp(58px, 7vw, 100px) 0; color: #fff; background: linear-gradient(135deg, var(--pco-navy-deep), var(--pco-navy) 65%, #123f6f); }
.pco-custom-hero-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(440px, 1.12fr); gap: clamp(36px, 6vw, 78px); align-items: center; }
.pco-custom-hero h1 { max-width: 680px; margin: 0; color: #fff; font-size: clamp(2.45rem, 4vw, 3.5rem); line-height: 1.02; letter-spacing: -.045em; }
.pco-custom-hero h1 span { color: var(--pco-accent); }
.pco-custom-hero p:not(.pco-bulk-kicker) { max-width: 650px; color: #dce8f4; font-size: clamp(1.03rem, 1.4vw, 1.2rem); line-height: 1.7; }
.pco-custom-hero figure { margin: 0; overflow: hidden; border: 1px solid rgb(255 255 255 / 18%); border-radius: 18px; background: #fff; box-shadow: 0 28px 70px rgb(0 0 0 / 28%); }
.pco-custom-hero img { display: block; width: 100%; height: auto; }
.pco-custom-hero figcaption { padding: 11px 16px; color: #587087; font-size: .78rem; text-align: center; }
.pco-custom-pillars { background: #fff; }
.pco-custom-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.pco-custom-grid article { padding: 30px; border: 1px solid #dce6ef; border-radius: 18px; background: #fff; box-shadow: 0 18px 50px rgb(8 43 76 / 8%); }
.pco-custom-grid .pco-custom-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 22px; border-radius: 12px; background: #fff0e8; color: var(--pco-accent); font-weight: 900; }
.pco-custom-grid h3 { margin: 0 0 12px; color: var(--pco-navy); font-size: 1.3rem; }
.pco-custom-grid p { margin: 0; color: #607184; line-height: 1.65; }
.pco-custom-options-section { background: var(--pco-paper); }
.pco-custom-option-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin-top: 34px; }
.pco-custom-option-grid div { min-height: 150px; padding: 24px 18px; border-top: 4px solid var(--pco-accent); border-radius: 12px; background: #fff; box-shadow: 0 14px 38px rgb(8 43 76 / 7%); }
.pco-custom-option-grid strong { display: block; margin-bottom: 9px; color: var(--pco-navy); }
.pco-custom-option-grid span { color: #607184; font-size: .9rem; line-height: 1.55; }
.pco-custom-process { color: #fff; background: linear-gradient(135deg, var(--pco-navy-deep), var(--pco-navy)); }
.pco-custom-process h2 { color: #fff !important; }
.pco-custom-process > .pco-bulk-shell > p { max-width: 780px; color: #bfd0e1; line-height: 1.7; }
.pco-custom-process ol { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin: 36px 0 0; padding: 0; list-style: none; counter-reset: custom-step; }
.pco-custom-process li { counter-increment: custom-step; padding: 22px 18px; border: 1px solid rgb(255 255 255 / 13%); border-radius: 13px; background: rgb(255 255 255 / 6%); }
.pco-custom-process li::before { content: counter(custom-step); display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 18px; border-radius: 50%; background: var(--pco-accent); color: #fff; font-weight: 900; }
.pco-custom-process strong { display: block; margin-bottom: 7px; color: #fff; }
.pco-custom-process span { color: #bfd0e1; font-size: .88rem; line-height: 1.5; }
.pco-custom-guardrails { background: #fff; }
.pco-custom-guardrails-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pco-custom-guardrails article { padding: 28px; border-radius: 16px; background: #f4f7fb; }
.pco-custom-guardrails h3 { margin-top: 0; color: var(--pco-navy); }
.pco-custom-guardrails ul { margin-bottom: 0; padding-left: 20px; color: #526a80; line-height: 1.75; }
.pco-custom-request { background: var(--pco-paper); }
.pco-custom-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.pco-custom-links a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 17px; border: 1px solid #cbd8e4; border-radius: 8px; background: #fff; color: var(--pco-navy); font-weight: 750; text-decoration: none; }
.pco-custom-links a:first-child { border-color: var(--pco-accent); background: var(--pco-accent); color: #fff; }
.pco-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.pco-bulk-notice,
.pco-bulk-error { margin: 0 0 20px; padding: 14px 18px; border-radius: 9px; }
.pco-bulk-notice { border-left: 4px solid #238636; background: #edf8f0; }
.pco-bulk-error { border-left: 4px solid #b42318; background: #fff0ef; }

@media (max-width: 900px) {
    .pco-bulk-process .pco-bulk-shell,
    .pco-bulk-request-grid,
    .pco-custom-hero-grid { grid-template-columns: 1fr; }
    .pco-bulk-request-copy { position: static; }
    .pco-custom-option-grid,
    .pco-custom-process ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
    .pco-bulk-shell { width: min(100% - 28px, 1180px); }
    .pco-bulk-highlights,
    .pco-bulk-cards,
    .pco-grid,
    .pco-custom-grid,
    .pco-custom-options,
    .pco-custom-option-grid,
    .pco-custom-process ol,
    .pco-custom-guardrails-grid { grid-template-columns: 1fr; }
    .pco-bulk-highlights { gap: 8px; }
    .pco-bulk-cards article { min-height: 0; }
    .pco-bulk-form { padding: 22px 18px; border-radius: 14px; }
}

/*
 * Le panier joint a une demande de devis.
 *
 * Le client arrive du panier : il doit reconnaitre ce qu'il a choisi
 * avant d'envoyer sa demande, sinon il doute d'avoir ete compris.
 */
.pco-devis-panier {
    margin: 0 0 22px;
    padding: 18px 20px;
    border: 1px solid #dce3ea;
    border-radius: 14px;
    background: #f8fafc;
}

.pco-devis-panier legend {
    padding: 0 8px;
    color: #051f38;
    font-size: .92rem;
    font-weight: 800;
}

.pco-devis-panier ul { margin: 0; padding: 0; list-style: none; }

.pco-devis-panier li {
    display: flex;
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px solid #e6ecf2;
    color: #051f38;
    font-size: .9rem;
}

.pco-devis-panier li:last-child { border-bottom: 0; }
.pco-devis-panier li strong { color: #f36f21; font-weight: 800; }
.pco-devis-panier li span { margin-left: auto; font-weight: 700; white-space: nowrap; }

.pco-hors-zone {
    margin: 0;
    padding: 14px 16px;
    border: 1px solid #dce3ea;
    border-left: 4px solid #f36f21;
    border-radius: 10px;
    background: #f8fafc;
    color: #051f38;
    line-height: 1.5;
}

.pco-hors-zone a { color: #f36f21; font-weight: 800; }

.pco-devis-bouton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 24px;
    border-radius: 10px;
    background: #f36f21;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}
