/* ==========================================================
   SVD 4.5.0 — Programme / Parcours Premium components
   Reference visual: Tour Eiffel & Trocadéro
   ========================================================== */

/* Route timeline */
.svd-route {
    margin: 28px 0 36px;
    padding: 30px 34px 34px;
    background: #f5f8fb;
    border: 1px solid #d7dde5;
    border-left: 6px solid #2f6b98;
    border-radius: 22px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.04);
}
.svd-route > :first-child { margin-top: 0; }
.svd-route > :last-child { margin-bottom: 0; }
.svd-route h2 { margin-top: 0; margin-bottom: 10px; }
.svd-route-intro { margin-bottom: 30px; font-size: 1.04em; }
.svd-route-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--svd-route-columns, 5), minmax(0, 1fr));
    gap: 18px;
}
.svd-route-steps:before {
    content: "";
    position: absolute;
    top: 23px;
    left: 8%;
    right: 8%;
    height: 1px;
    background: #b9cad8;
    z-index: 0;
}
.svd-route-step { position: relative; z-index: 1; text-align: center; }
.svd-route-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin: 0 auto 15px;
    background: #fff;
    border: 2px solid #2f6b98;
    border-radius: 50%;
    color: #1f497d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .05em;
    box-sizing: border-box;
}
.svd-route-step h3 {
    margin: 0 0 7px;
    font-size: 16px;
    line-height: 1.25;
    text-transform: none;
    letter-spacing: 0;
}
.svd-route-step p { margin: 0; font-size: 13px; line-height: 1.45; color: #606973; }

/* Programme options */
.svd-options-block {
    margin: 40px 0;
    padding: 32px 36px;
    background: #f5f8fb;
    border: 1px solid #d7dde5;
    border-left: 6px solid #2f6b98;
    border-radius: 22px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.04);
}
.svd-options-block > :first-child { margin-top: 0; }
.svd-options-block > :last-child { margin-bottom: 0; }
.svd-options-block h2 { margin-top: 0; }
.svd-options-intro { margin: 18px 0 22px; font-size: 1.05em; }
.svd-options-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin: 20px 0 30px;
    padding: 0;
    background: transparent;
}
.svd-options-summary span {
    display: inline-block;
    padding: 8px 14px;
    background: #fff;
    border: 1px solid #dfe5eb;
    border-radius: 999px;
    font-weight: 600;
    line-height: 1.3;
}
.svd-options-block h3 { margin-top: 26px; }
.svd-options-footer { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(0,0,0,.1); }

/* Sidebar reminder */
.svd-sidebar-options {
    margin-top: 24px;
    padding: 20px 18px;
    background: #f5f8fb;
    border: 1px solid #d7dde5;
    border-left: 4px solid #2f6b98;
    border-radius: 14px;
}
.svd-sidebar-options > :first-child { margin-top: 0; }
.svd-sidebar-options > :last-child { margin-bottom: 0; }
.svd-sidebar-options h3 { margin-top: 0; margin-bottom: 12px; }
.svd-sidebar-options ul { margin: 12px 0 14px 18px; padding: 0; }
.svd-sidebar-options li { margin-bottom: 7px; }
.svd-sidebar-note { margin: 10px 0 16px; color: #666; }
.svd-sidebar-cta-wrap { margin: 18px 0 0; text-align: left; }
.svd-sidebar-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 20px;
    background: #2f6b98;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1 !important;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
}
.svd-sidebar-cta:hover,
.svd-sidebar-cta:focus,
.svd-sidebar-cta:visited { color: #fff !important; text-decoration: none !important; }

@media (max-width: 900px) and (min-width: 768px) {
    .svd-route-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 28px; }
    .svd-route-steps:before { display: none; }
}

@media (max-width: 767px) {
    .svd-route { padding: 24px 22px 28px; border-radius: 18px; }
    .svd-route-steps { display: block; }
    .svd-route-steps:before {
        display: block;
        top: 22px;
        bottom: 22px;
        left: 22px;
        right: auto;
        width: 1px;
        height: auto;
    }
    .svd-route-step { min-height: 75px; padding: 0 0 22px 66px; text-align: left; }
    .svd-route-number { position: absolute; left: 0; top: 0; margin: 0; }
    .svd-route-step h3 { padding-top: 3px; }
    .svd-options-block { padding: 24px 22px; border-radius: 16px; }
}

/* V4.5.10 — Gourmet highlight inside the editorial sidebar panel */
.svd-gourmet-sidebar-reminder {
    margin: 18px 0 4px;
    padding: 13px 14px;
    background: #fffdf8;
    border: 1px solid #e4d5b5;
    border-left: 3px solid #c79a45;
    border-radius: 10px;
    color: #2f4354;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 700;
    box-shadow: 0 3px 12px rgba(35,61,84,.05);
}

/* Give the conversion CTA its own final rhythm, distinct from the gourmet option. */
.svd-sidebar-options .svd-sidebar-cta-wrap {
    margin-top: 21px;
    padding-top: 20px;
    border-top: 1px solid rgba(47,107,152,.14);
}
