/* Choréame — parcours d'inscription administrateur.
 * Double isolation: the file is enqueued only in demo mode and every rule is
 * scoped under body.fpr-demo-mode. It must never alter the public journey.
 */
body.fpr-demo-mode {
    --fpr-demo-ink: #231f20;
    --fpr-demo-muted: #6f6269;
    --fpr-demo-cream: #fffaf4;
    --fpr-demo-blush: #fff4ef;
    --fpr-demo-lilac: #f3eaf4;
    --fpr-demo-accent: #a370a8;
    --fpr-demo-accent-strong: #7d4a83;
    --fpr-demo-green: #2f8f64;
    --fpr-demo-green-soft: #e8f5ee;
    --fpr-demo-line: rgba(35, 31, 32, .12);
    --fpr-demo-shadow: 0 20px 55px rgba(35, 31, 32, .09);
    --fpr-enfold-header-height: 0px;
    --fpr-enfold-sticky-bottom: 0px;
    --fpr-admin-bar-height: 0px;
    --fpr-enfold-header-clearance: 0px;
    --fpr-enfold-cart-right: 4px;
}

body.fpr-demo-mode.fpr-demo-journey-page .fpr-demo-journey {
    width: min(1180px, calc(100% - 32px));
    margin: calc(24px + var(--fpr-enfold-header-clearance)) auto 30px;
    scroll-margin-top: calc(var(--fpr-enfold-sticky-bottom) + 16px);
    color: var(--fpr-demo-ink);
    font-family: inherit;
}

/* Legacy cart.css used to add 100px to every Enfold `.container`, including
 * the logo row. Keep the header flush even if an older cached stylesheet is
 * still present while the new asset version propagates. */
body.fpr-demo-mode.fpr-demo-journey-page #header_main .av-logo-container {
    margin-top: 0;
}

body.fpr-demo-mode.fpr-demo-journey-page.woocommerce-cart #main .container_wrap_first > .container {
    margin-top: 0;
}

body.fpr-demo-mode.fpr-demo-journey-page #main .content {
    padding-top: 0;
}

/* Enfold's cart is a header child positioned outside the viewport by default.
 * Keep it in the header and align it only while the demo journey is active. */
body.fpr-demo-mode.fpr-demo-journey-page #header .cart_dropdown {
    right: var(--fpr-enfold-cart-right);
    left: auto;
    z-index: 102;
}

body.fpr-demo-mode .fpr-demo-journey__intro {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    overflow: hidden;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid var(--fpr-demo-line);
    border-radius: 30px 30px 0 0;
    background:
        radial-gradient(circle at 8% 15%, rgba(163, 112, 168, .22), transparent 31%),
        radial-gradient(circle at 94% 82%, rgba(47, 143, 100, .11), transparent 26%),
        linear-gradient(135deg, var(--fpr-demo-cream), var(--fpr-demo-blush));
    box-shadow: var(--fpr-demo-shadow);
}

body.fpr-demo-mode .fpr-demo-journey__intro::after {
    position: absolute;
    z-index: -1;
    right: -46px;
    top: -70px;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(163, 112, 168, .17);
    border-radius: 50%;
    content: '';
}

body.fpr-demo-mode .fpr-demo-journey__eyebrow,
body.fpr-demo-mode .fpr-demo-card-heading::before,
body.fpr-demo-mode .fpr-demo-complete__eyebrow {
    display: block;
    margin: 0 0 8px;
    color: var(--fpr-demo-accent-strong);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 1.3;
    text-transform: uppercase;
}

body.fpr-demo-mode .fpr-demo-journey h1 {
    max-width: 780px;
    margin: 0 0 12px;
    color: var(--fpr-demo-ink);
    font-size: clamp(30px, 3.5vw, 44px);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.03;
}

body.fpr-demo-mode .fpr-demo-journey__copy > p {
    max-width: 740px;
    margin: 0;
    color: var(--fpr-demo-muted);
    font-size: clamp(15px, 1.7vw, 18px);
    line-height: 1.58;
}

body.fpr-demo-mode .fpr-demo-journey__badge {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    min-width: 206px;
    padding: 16px 18px;
    border: 1px solid rgba(47, 143, 100, .18);
    border-radius: 20px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 12px 28px rgba(35, 31, 32, .07);
    backdrop-filter: blur(10px);
}

body.fpr-demo-mode .fpr-demo-journey__badge > span {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--fpr-demo-green);
    color: #fff;
    font-size: 17px;
    font-weight: 900;
}

body.fpr-demo-mode .fpr-demo-journey__badge strong,
body.fpr-demo-mode .fpr-demo-journey__badge small {
    display: block;
}

body.fpr-demo-mode .fpr-demo-journey__badge strong {
    color: var(--fpr-demo-ink);
    font-size: 14px;
    line-height: 1.25;
}

body.fpr-demo-mode .fpr-demo-journey__badge small {
    margin-top: 2px;
    color: var(--fpr-demo-muted);
    font-size: 12px;
}

body.fpr-demo-mode .fpr-demo-progress {
    position: relative;
    padding: 0 28px;
    border-right: 1px solid var(--fpr-demo-line);
    border-left: 1px solid var(--fpr-demo-line);
    background: #fff;
}

body.fpr-demo-mode .fpr-demo-progress ol {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 20px 0;
    list-style: none;
}

body.fpr-demo-mode .fpr-demo-progress ol::before {
    position: absolute;
    top: 37px;
    left: 11%;
    right: 11%;
    height: 2px;
    background: var(--fpr-demo-line);
    content: '';
}

body.fpr-demo-mode .fpr-demo-progress__step {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 8px;
    min-width: 0;
    color: var(--fpr-demo-muted);
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

body.fpr-demo-mode .fpr-demo-progress__marker {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 2px solid #e7dfe7;
    border-radius: 50%;
    background: #fff;
    color: var(--fpr-demo-muted);
    font-size: 11px;
    font-weight: 900;
    box-shadow: 0 0 0 6px #fff;
}

body.fpr-demo-mode .fpr-demo-progress__step.is-current {
    color: var(--fpr-demo-accent-strong);
}

body.fpr-demo-mode .fpr-demo-progress__step.is-current .fpr-demo-progress__marker {
    border-color: var(--fpr-demo-accent);
    background: var(--fpr-demo-accent);
    color: #fff;
    box-shadow: 0 0 0 6px #fff, 0 0 0 9px rgba(163, 112, 168, .16);
}

body.fpr-demo-mode .fpr-demo-progress__step.is-complete .fpr-demo-progress__marker {
    border-color: var(--fpr-demo-green);
    background: var(--fpr-demo-green);
    color: #fff;
}

body.fpr-demo-mode .fpr-demo-assurance {
    display: flex;
    justify-content: center;
    gap: 10px 24px;
    flex-wrap: wrap;
    padding: 12px 20px;
    border: 1px solid rgba(47, 143, 100, .18);
    border-radius: 0 0 22px 22px;
    background: var(--fpr-demo-green-soft);
    color: #286b4e;
    font-size: 12px;
    font-weight: 800;
}

body.fpr-demo-mode .fpr-demo-assurance span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

body.fpr-demo-mode .fpr-demo-assurance i {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--fpr-demo-green);
    color: #fff;
    font-size: 10px;
    font-style: normal;
}

/* Keep the planning language and selection dock visually tied to the journey. */
body.fpr-demo-mode.fpr-demo-stage-courses #fpr-ux-shell,
body.fpr-demo-mode.fpr-demo-stage-courses .fpr-planning-wrapper {
    width: min(1180px, calc(100% - 32px));
    margin-right: auto;
    margin-left: auto;
}

body.fpr-demo-mode.fpr-demo-stage-courses .fpr-ux-hero {
    display: none;
}

body.fpr-demo-mode.fpr-demo-stage-courses .fpr-ux-toolbar {
    margin-bottom: 18px;
    padding: 16px;
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(35, 31, 32, .08);
}

body.fpr-demo-mode #fpr-ux-dock {
    border-color: rgba(163, 112, 168, .25);
    background: rgba(255, 250, 244, .97);
}

body.fpr-demo-mode #fpr-ux-continue,
body.fpr-demo-mode #fpr-float-button button {
    background: var(--fpr-demo-accent) !important;
    color: #fff !important;
}

/* WooCommerce shell: neutralise legacy blue/green cards for this demo only. */
body.fpr-demo-mode.fpr-demo-stage-formula .woocommerce,
body.fpr-demo-mode.fpr-demo-stage-checkout .woocommerce,
body.fpr-demo-mode.fpr-demo-stage-confirmation .woocommerce {
    width: min(1180px, calc(100% - 32px));
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    color: var(--fpr-demo-ink);
}

body.fpr-demo-mode .fpr-demo-card-heading {
    color: var(--fpr-demo-ink) !important;
    font-size: clamp(20px, 2vw, 24px) !important;
    font-weight: 800 !important;
    letter-spacing: -.025em;
    line-height: 1.15;
}

body.fpr-demo-mode .fpr-demo-card-heading::before {
    content: attr(data-fpr-label);
}

body.fpr-demo-mode .woocommerce-message,
body.fpr-demo-mode .woocommerce-info,
body.fpr-demo-mode .woocommerce-error {
    padding: 16px 18px 16px 50px !important;
    border: 1px solid var(--fpr-demo-line) !important;
    border-top: 0 !important;
    border-radius: 16px !important;
    background: #fff !important;
    color: var(--fpr-demo-ink) !important;
    box-shadow: 0 10px 28px rgba(35, 31, 32, .06);
}

body.fpr-demo-mode .woocommerce-message::before,
body.fpr-demo-mode .woocommerce-info::before {
    color: var(--fpr-demo-green) !important;
}

body.fpr-demo-mode .button,
body.fpr-demo-mode button.button,
body.fpr-demo-mode input.button,
body.fpr-demo-mode .wc-block-components-button {
    min-height: 46px;
    border: 1px solid var(--fpr-demo-line) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--fpr-demo-ink) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease !important;
}

body.fpr-demo-mode .button:hover,
body.fpr-demo-mode button.button:hover,
body.fpr-demo-mode input.button:hover,
body.fpr-demo-mode .wc-block-components-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(35, 31, 32, .1);
}

body.fpr-demo-mode .wc-proceed-to-checkout .checkout-button,
body.fpr-demo-mode #place_order,
body.fpr-demo-mode .wc-block-cart__submit-button,
body.fpr-demo-mode .wc-block-components-checkout-place-order-button {
    width: 100% !important;
    min-height: 56px !important;
    padding: 15px 24px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--fpr-demo-accent) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    letter-spacing: .01em !important;
    box-shadow: 0 12px 28px rgba(125, 74, 131, .25) !important;
}

body.fpr-demo-mode .wc-proceed-to-checkout .checkout-button:hover,
body.fpr-demo-mode #place_order:hover,
body.fpr-demo-mode .wc-block-cart__submit-button:hover,
body.fpr-demo-mode .wc-block-components-checkout-place-order-button:hover {
    background: var(--fpr-demo-accent-strong) !important;
    transform: translateY(-2px);
}

/* Cart / formula selection. */
body.fpr-demo-mode.fpr-demo-stage-formula .fpr-selected-courses-summary,
body.fpr-demo-mode.fpr-demo-stage-formula .fpr-courses-summary,
body.fpr-demo-mode.fpr-demo-stage-formula .fpr-payment-plan-selector,
body.fpr-demo-mode.fpr-demo-stage-formula .cart_totals {
    overflow: hidden;
    padding: clamp(18px, 2.2vw, 22px) !important;
    border: 1px solid var(--fpr-demo-line) !important;
    border-top: 1px solid var(--fpr-demo-line) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 12px 32px rgba(35, 31, 32, .065) !important;
}

body.fpr-demo-mode.fpr-demo-stage-formula .fpr-selected-courses-summary,
body.fpr-demo-mode.fpr-demo-stage-formula .fpr-courses-summary,
body.fpr-demo-mode.fpr-demo-stage-formula .fpr-payment-plan-selector {
    margin: 0 0 16px !important;
}

body.fpr-demo-mode.fpr-demo-stage-formula .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, .85fr);
    gap: 18px 24px;
    align-items: start;
    padding: 0 !important;
    background: transparent !important;
}

body.fpr-demo-mode.fpr-demo-stage-formula .woocommerce > .woocommerce-notices-wrapper,
body.fpr-demo-mode.fpr-demo-stage-formula .woocommerce > .woocommerce-message,
body.fpr-demo-mode.fpr-demo-stage-formula .woocommerce > .woocommerce-info,
body.fpr-demo-mode.fpr-demo-stage-formula .woocommerce > .woocommerce-error,
body.fpr-demo-mode.fpr-demo-stage-formula .woocommerce > .button,
body.fpr-demo-mode.fpr-demo-stage-formula .woocommerce > .return-to-shop {
    grid-column: 1 / -1;
}

body.fpr-demo-mode.fpr-demo-stage-formula .woocommerce > .button {
    justify-self: start;
    margin: 0 !important;
}

body.fpr-demo-mode.fpr-demo-stage-formula .woocommerce-cart-form {
    grid-column: 1;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    float: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.fpr-demo-mode.fpr-demo-stage-formula .cart-collaterals {
    grid-column: 2;
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}

body.fpr-demo-mode.fpr-demo-stage-formula .cart-collaterals::before,
body.fpr-demo-mode.fpr-demo-stage-formula .cart-collaterals::after {
    display: none;
}

body.fpr-demo-mode.fpr-demo-stage-formula .fpr-payment-plan-selector {
    margin: 16px 0 0 !important;
}

body.fpr-demo-mode.fpr-demo-stage-formula .cart_totals {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    float: none !important;
}

body.fpr-demo-mode.fpr-demo-stage-formula .cart_totals h2.fpr-demo-card-heading {
    margin: 0 0 8px !important;
    padding: 0 0 13px !important;
    border-bottom: 1px solid var(--fpr-demo-line);
    border-radius: 0;
    background: transparent;
    text-align: left;
}

body.fpr-demo-mode.fpr-demo-stage-formula .fpr-course-item,
body.fpr-demo-mode.fpr-demo-stage-formula .fpr-courses-list li {
    margin: 10px 0 !important;
    padding: 15px 16px !important;
    border: 1px solid var(--fpr-demo-line) !important;
    border-left: 4px solid var(--fpr-demo-accent) !important;
    border-radius: 14px !important;
    background: var(--fpr-demo-cream) !important;
    color: var(--fpr-demo-ink) !important;
}

body.fpr-demo-mode.fpr-demo-stage-formula table.shop_table,
body.fpr-demo-mode.fpr-demo-stage-formula table.cart {
    overflow: hidden;
    margin: 0 !important;
    border: 1px solid var(--fpr-demo-line) !important;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(35, 31, 32, .065) !important;
}

body.fpr-demo-mode.fpr-demo-stage-formula table.shop_table th,
body.fpr-demo-mode.fpr-demo-stage-formula table.cart th {
    padding: 13px 15px !important;
    border: 0 !important;
    background: var(--fpr-demo-lilac) !important;
    color: var(--fpr-demo-accent-strong) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.fpr-demo-mode.fpr-demo-stage-formula table.shop_table td,
body.fpr-demo-mode.fpr-demo-stage-formula table.cart td {
    padding: 16px 15px !important;
    border-color: var(--fpr-demo-line) !important;
    color: var(--fpr-demo-ink) !important;
}

body.fpr-demo-mode.fpr-demo-stage-formula select,
body.fpr-demo-mode.fpr-demo-stage-formula .fpr-payment-plan-selector select {
    width: 100%;
    min-height: 50px;
    padding: 0 44px 0 14px !important;
    border: 1px solid var(--fpr-demo-line) !important;
    border-radius: 12px !important;
    background-color: #fff !important;
    color: var(--fpr-demo-ink) !important;
    font-weight: 700;
    max-width: none !important;
    box-shadow: none !important;
}

body.fpr-demo-mode .fpr-demo-formula-note {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    margin: 0 0 14px;
    padding: 14px;
    border: 1px solid rgba(163, 112, 168, .22);
    border-radius: 14px;
    background: linear-gradient(135deg, var(--fpr-demo-lilac), var(--fpr-demo-blush));
    color: var(--fpr-demo-ink);
}

body.fpr-demo-mode .fpr-demo-formula-note > span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--fpr-demo-accent);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

body.fpr-demo-mode .fpr-demo-formula-note strong {
    display: block;
    margin: 1px 0 5px;
    font-size: 14px;
}

body.fpr-demo-mode .fpr-demo-formula-note p {
    margin: 0;
    color: var(--fpr-demo-muted);
    font-size: 12px;
    line-height: 1.45;
}

body.fpr-demo-mode.fpr-demo-stage-formula .cart_totals .order-total th,
body.fpr-demo-mode.fpr-demo-stage-formula .cart_totals .order-total td,
body.fpr-demo-mode.fpr-demo-stage-checkout .order-total th,
body.fpr-demo-mode.fpr-demo-stage-checkout .order-total td {
    color: var(--fpr-demo-accent-strong) !important;
    font-size: 19px !important;
    font-weight: 900 !important;
}

/* Student information, review and payment. */
body.fpr-demo-mode.fpr-demo-stage-checkout form.checkout.woocommerce-checkout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr) !important;
    grid-template-areas: 'left right' !important;
    gap: 22px !important;
    align-items: start;
}

body.fpr-demo-mode.fpr-demo-stage-checkout #customer_details,
body.fpr-demo-mode.fpr-demo-stage-checkout #order_review {
    padding: clamp(20px, 2.3vw, 25px) !important;
    border: 1px solid var(--fpr-demo-line) !important;
    border-top: 1px solid var(--fpr-demo-line) !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 18px 48px rgba(35, 31, 32, .08) !important;
}

body.fpr-demo-mode.fpr-demo-stage-checkout #customer_details {
    grid-area: left;
}

body.fpr-demo-mode.fpr-demo-stage-checkout #order_review {
    position: sticky !important;
    top: 84px !important;
    grid-area: right;
}

body.fpr-demo-mode.fpr-demo-stage-checkout #order_review_heading {
    display: none !important;
}

body.fpr-demo-mode.fpr-demo-stage-checkout #customer_details .col-1,
body.fpr-demo-mode.fpr-demo-stage-checkout #customer_details .col-2 {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}

body.fpr-demo-mode.fpr-demo-stage-checkout .form-row {
    margin: 0 0 16px !important;
}

body.fpr-demo-mode.fpr-demo-stage-checkout .form-row label,
body.fpr-demo-mode.fpr-demo-stage-checkout .wc-block-components-text-input label {
    display: block !important;
    width: 100%;
    margin-bottom: 7px !important;
    color: var(--fpr-demo-ink) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

body.fpr-demo-mode.fpr-demo-stage-checkout .form-row input,
body.fpr-demo-mode.fpr-demo-stage-checkout .form-row select,
body.fpr-demo-mode.fpr-demo-stage-checkout .form-row textarea,
body.fpr-demo-mode.fpr-demo-stage-checkout .select2-selection,
body.fpr-demo-mode.fpr-demo-stage-checkout .wc-block-components-text-input input {
    display: block !important;
    width: 100% !important;
    min-height: 50px !important;
    padding: 12px 14px !important;
    border: 1px solid var(--fpr-demo-line) !important;
    border-radius: 12px !important;
    background: #fffdf9 !important;
    color: var(--fpr-demo-ink) !important;
    font-size: 15px !important;
    box-shadow: none !important;
}

body.fpr-demo-mode.fpr-demo-stage-checkout .form-row textarea {
    min-height: 110px !important;
}

body.fpr-demo-mode.fpr-demo-stage-checkout .form-row input:focus,
body.fpr-demo-mode.fpr-demo-stage-checkout .form-row select:focus,
body.fpr-demo-mode.fpr-demo-stage-checkout .form-row textarea:focus,
body.fpr-demo-mode.fpr-demo-stage-checkout .select2-container--focus .select2-selection {
    outline: 0 !important;
    border-color: var(--fpr-demo-accent) !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(163, 112, 168, .15) !important;
}

body.fpr-demo-mode.fpr-demo-stage-checkout .woocommerce-invalid input,
body.fpr-demo-mode.fpr-demo-stage-checkout .woocommerce-invalid select,
body.fpr-demo-mode.fpr-demo-stage-checkout .woocommerce-invalid textarea {
    border-color: #b93a4c !important;
    box-shadow: 0 0 0 4px rgba(185, 58, 76, .12) !important;
}

body.fpr-demo-mode.fpr-demo-stage-checkout .fpr-courses-summary {
    margin: 0 0 20px !important;
    padding: 18px !important;
    border: 1px solid rgba(163, 112, 168, .18) !important;
    border-radius: 18px !important;
    background: var(--fpr-demo-cream) !important;
}

body.fpr-demo-mode.fpr-demo-stage-checkout .fpr-courses-list {
    margin: 12px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.fpr-demo-mode.fpr-demo-stage-checkout .fpr-courses-list li {
    margin: 7px 0 !important;
    padding: 10px 12px !important;
    border: 1px solid var(--fpr-demo-line) !important;
    border-radius: 11px !important;
    background: #fff !important;
}

body.fpr-demo-mode.fpr-demo-stage-checkout .woocommerce-checkout-review-order-table {
    overflow: hidden;
    border: 0 !important;
    border-radius: 16px !important;
    background: #fff !important;
}

body.fpr-demo-mode.fpr-demo-stage-checkout .woocommerce-checkout-review-order-table thead th {
    padding: 12px 13px !important;
    border: 0 !important;
    background: var(--fpr-demo-lilac) !important;
    color: var(--fpr-demo-accent-strong) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: .07em;
    text-transform: uppercase;
}

body.fpr-demo-mode.fpr-demo-stage-checkout .woocommerce-checkout-review-order-table td,
body.fpr-demo-mode.fpr-demo-stage-checkout .woocommerce-checkout-review-order-table tfoot th {
    padding: 12px 13px !important;
    border-color: var(--fpr-demo-line) !important;
    color: var(--fpr-demo-ink) !important;
}

body.fpr-demo-mode.fpr-demo-stage-checkout #payment {
    margin-top: 18px !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid var(--fpr-demo-line) !important;
    border-radius: 18px !important;
    background: #fff !important;
}

body.fpr-demo-mode .fpr-demo-payment-safety {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid rgba(47, 143, 100, .16);
    background: var(--fpr-demo-green-soft);
    color: #245e46;
}

body.fpr-demo-mode .fpr-demo-payment-safety__icon {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--fpr-demo-green);
    color: #fff;
    font-weight: 900;
}

body.fpr-demo-mode .fpr-demo-payment-safety strong,
body.fpr-demo-mode .fpr-demo-payment-safety small {
    display: block;
}

body.fpr-demo-mode .fpr-demo-payment-safety strong {
    font-size: 14px;
}

body.fpr-demo-mode .fpr-demo-payment-safety small {
    margin-top: 3px;
    color: #46735e;
    font-size: 12px;
    line-height: 1.4;
}

body.fpr-demo-mode.fpr-demo-stage-checkout #payment ul.payment_methods {
    margin: 0 !important;
    padding: 16px 20px !important;
    border-bottom: 1px solid var(--fpr-demo-line) !important;
    background: #fff !important;
}

body.fpr-demo-mode.fpr-demo-stage-checkout #payment li.wc_payment_method {
    padding: 8px 0 !important;
}

body.fpr-demo-mode.fpr-demo-stage-checkout #payment div.payment_box {
    margin: 10px 0 0 !important;
    padding: 13px !important;
    border: 1px solid rgba(163, 112, 168, .18) !important;
    border-left: 4px solid var(--fpr-demo-accent) !important;
    border-radius: 12px !important;
    background: var(--fpr-demo-lilac) !important;
    color: var(--fpr-demo-ink) !important;
}

body.fpr-demo-mode.fpr-demo-stage-checkout #payment div.payment_box::before {
    display: none !important;
}

body.fpr-demo-mode.fpr-demo-stage-checkout #payment .place-order {
    margin: 0 !important;
    padding: 20px !important;
    background: var(--fpr-demo-cream) !important;
}

/* Order received. */
body.fpr-demo-mode .fpr-demo-complete {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    margin: 0 0 24px;
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid rgba(47, 143, 100, .19);
    border-radius: 24px;
    background: linear-gradient(135deg, var(--fpr-demo-green-soft), var(--fpr-demo-cream));
    color: var(--fpr-demo-ink);
    box-shadow: 0 16px 40px rgba(35, 31, 32, .07);
}

body.fpr-demo-mode .fpr-demo-complete__check {
    display: grid;
    place-items: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: var(--fpr-demo-green);
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    box-shadow: 0 0 0 9px rgba(47, 143, 100, .11);
}

body.fpr-demo-mode .fpr-demo-complete h2 {
    margin: 0 0 7px;
    color: var(--fpr-demo-ink);
    font-size: clamp(23px, 3vw, 34px);
    letter-spacing: -.03em;
    line-height: 1.1;
}

body.fpr-demo-mode .fpr-demo-complete p {
    margin: 0;
    color: var(--fpr-demo-muted);
    line-height: 1.5;
}

body.fpr-demo-mode.fpr-demo-stage-confirmation .woocommerce-thankyou-order-received {
    margin: 0 0 18px !important;
    color: var(--fpr-demo-green) !important;
    font-size: 20px !important;
    font-weight: 800 !important;
}

body.fpr-demo-mode.fpr-demo-stage-confirmation .woocommerce-order-overview,
body.fpr-demo-mode.fpr-demo-stage-confirmation .woocommerce-order-details,
body.fpr-demo-mode.fpr-demo-stage-confirmation .woocommerce-customer-details {
    margin: 0 0 22px !important;
    padding: clamp(18px, 3vw, 28px) !important;
    border: 1px solid var(--fpr-demo-line) !important;
    border-radius: 22px !important;
    background: #fff !important;
    color: var(--fpr-demo-ink) !important;
    box-shadow: 0 14px 38px rgba(35, 31, 32, .07) !important;
}

body.fpr-demo-mode.fpr-demo-stage-confirmation .woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    list-style: none;
}

body.fpr-demo-mode.fpr-demo-stage-confirmation .woocommerce-order-overview li {
    width: auto !important;
    margin: 0 !important;
    padding: 14px !important;
    border: 1px solid var(--fpr-demo-line) !important;
    border-radius: 13px;
    background: var(--fpr-demo-cream);
    color: var(--fpr-demo-muted);
    font-size: 10px !important;
    font-weight: 800;
    letter-spacing: .06em;
}

body.fpr-demo-mode.fpr-demo-stage-confirmation .woocommerce-order-overview li strong {
    display: block;
    margin-top: 7px;
    color: var(--fpr-demo-ink);
    font-size: 14px !important;
    letter-spacing: 0;
}

body.fpr-demo-mode.fpr-demo-stage-confirmation table.shop_table {
    border: 0 !important;
    border-radius: 14px !important;
    overflow: hidden;
}

body.fpr-demo-mode.fpr-demo-stage-confirmation table.shop_table th,
body.fpr-demo-mode.fpr-demo-stage-confirmation table.shop_table td {
    padding: 13px !important;
    border-color: var(--fpr-demo-line) !important;
}

body.fpr-demo-mode .fpr-page-loader {
    background: rgba(255, 250, 244, .95) !important;
}

body.fpr-demo-mode .fpr-loader-spinner {
    border-color: rgba(163, 112, 168, .2) !important;
    border-top-color: var(--fpr-demo-accent) !important;
}

@media (max-width: 1099px) {
    body.fpr-demo-mode.fpr-demo-stage-formula .woocommerce {
        display: block;
    }

    body.fpr-demo-mode.fpr-demo-stage-formula .woocommerce-cart-form,
    body.fpr-demo-mode.fpr-demo-stage-formula .cart-collaterals {
        width: 100% !important;
    }

    body.fpr-demo-mode.fpr-demo-stage-formula .cart-collaterals {
        margin-top: 18px !important;
    }
}

@media (max-width: 990px) {
    body.fpr-demo-mode.fpr-demo-stage-checkout form.checkout.woocommerce-checkout {
        display: block !important;
    }

    body.fpr-demo-mode.fpr-demo-stage-checkout #customer_details,
    body.fpr-demo-mode.fpr-demo-stage-checkout #order_review {
        width: 100% !important;
        max-width: none !important;
        margin: 0 0 22px !important;
        float: none !important;
    }

    body.fpr-demo-mode.fpr-demo-stage-checkout #order_review {
        position: static !important;
    }
}

@media (max-width: 767px) {
    body.fpr-demo-mode.fpr-demo-journey-page .fpr-demo-journey {
        width: min(100% - 20px, 1180px);
        margin-top: calc(14px + var(--fpr-enfold-header-clearance));
        margin-bottom: 22px;
    }

    body.fpr-demo-mode.fpr-demo-journey-page {
        --fpr-enfold-cart-right: calc(7.5% + 82px);
    }

    body.fpr-demo-mode .fpr-demo-journey__intro {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px 19px;
        border-radius: 23px 23px 0 0;
    }

    body.fpr-demo-mode .fpr-demo-journey__badge {
        width: 100%;
        min-width: 0;
    }

    body.fpr-demo-mode .fpr-demo-progress {
        padding: 0 9px;
    }

    body.fpr-demo-mode .fpr-demo-progress ol {
        gap: 2px;
        padding: 20px 0 18px;
    }

    body.fpr-demo-mode .fpr-demo-progress ol::before {
        top: 36px;
        left: 12%;
        right: 12%;
    }

    body.fpr-demo-mode .fpr-demo-progress__step {
        gap: 7px;
        font-size: 10px;
        line-height: 1.15;
    }

    body.fpr-demo-mode .fpr-demo-progress__marker {
        width: 32px;
        height: 32px;
        box-shadow: 0 0 0 4px #fff;
    }

    body.fpr-demo-mode .fpr-demo-progress__step.is-current .fpr-demo-progress__marker {
        box-shadow: 0 0 0 4px #fff, 0 0 0 7px rgba(163, 112, 168, .14);
    }

    body.fpr-demo-mode .fpr-demo-assurance {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: start;
        gap: 8px;
        padding: 13px 17px;
    }

    body.fpr-demo-mode.fpr-demo-stage-courses #fpr-ux-shell,
    body.fpr-demo-mode.fpr-demo-stage-courses .fpr-planning-wrapper,
    body.fpr-demo-mode.fpr-demo-stage-formula .woocommerce,
    body.fpr-demo-mode.fpr-demo-stage-checkout .woocommerce,
    body.fpr-demo-mode.fpr-demo-stage-confirmation .woocommerce {
        width: min(100% - 20px, 1180px);
    }

    body.fpr-demo-mode.fpr-demo-stage-courses .fpr-ux-toolbar {
        align-items: stretch;
        padding: 13px;
        border-radius: 17px;
    }

    body.fpr-demo-mode.fpr-demo-stage-formula .fpr-selected-courses-summary,
    body.fpr-demo-mode.fpr-demo-stage-formula .fpr-courses-summary,
    body.fpr-demo-mode.fpr-demo-stage-formula .fpr-payment-plan-selector,
    body.fpr-demo-mode.fpr-demo-stage-formula .cart_totals,
    body.fpr-demo-mode.fpr-demo-stage-checkout #customer_details,
    body.fpr-demo-mode.fpr-demo-stage-checkout #order_review {
        padding: 18px !important;
        border-radius: 18px !important;
    }

    body.fpr-demo-mode .fpr-demo-formula-note {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 11px;
        padding: 15px;
    }

    body.fpr-demo-mode .fpr-demo-formula-note > span {
        width: 38px;
        height: 38px;
    }

    body.fpr-demo-mode.fpr-demo-stage-formula table.cart thead {
        display: none;
    }

    body.fpr-demo-mode .fpr-demo-complete {
        grid-template-columns: 1fr;
        justify-items: start;
        padding: 22px 19px;
        border-radius: 19px;
    }

    body.fpr-demo-mode .fpr-demo-complete__check {
        width: 54px;
        height: 54px;
        font-size: 23px;
    }

    body.fpr-demo-mode.fpr-demo-stage-confirmation .woocommerce-order-overview {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 430px) {
    body.fpr-demo-mode .fpr-demo-progress__label {
        max-width: 72px;
    }

    body.fpr-demo-mode .fpr-demo-journey h1 {
        font-size: 29px;
    }

    body.fpr-demo-mode.fpr-demo-stage-confirmation .woocommerce-order-overview {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.fpr-demo-mode *,
    body.fpr-demo-mode *::before,
    body.fpr-demo-mode *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
