:root {
    --pxp-blue: #002b6e;
    --pxp-blue-2: #0b4a99;
    --pxp-blue-3: #eaf2ff;
    --pxp-ink: #10213b;
    --pxp-muted: #5e6e83;
    --pxp-line: #dbe4ef;
    --pxp-soft: #f5f8fc;
    --pxp-white: #ffffff;
    --pxp-success: #157347;
    --pxp-danger: #b42318;
    --pxp-shadow: 0 22px 65px rgba(0, 43, 110, .13);
    --pxp-radius: 20px;
    --pxp-header-height: 78px;
}

body.pxp-site-ui {
    color: var(--pxp-ink);
    background: var(--pxp-white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.pxp-site-ui *,
body.pxp-site-ui *::before,
body.pxp-site-ui *::after { box-sizing: border-box; }

body.pxp-hide-theme-chrome #header,
body.pxp-hide-theme-chrome header#header,
body.pxp-hide-theme-chrome .ct-footer,
body.pxp-hide-theme-chrome footer.ct-footer,
body.pxp-hide-theme-chrome .hero-section,
body.pxp-hide-theme-chrome .entry-header .page-title,
body.pxp-hide-theme-chrome .entry-header .entry-title {
    display: none !important;
}

.pxp-site-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.pxp-skip-link {
    position: fixed;
    z-index: 100000;
    top: 8px;
    left: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    color: #fff !important;
    background: var(--pxp-blue);
    transform: translateY(-150%);
    transition: transform .15s ease;
}
.pxp-skip-link:focus { transform: translateY(0); }

/* Global header */
.pxp-site-header {
    position: sticky;
    z-index: 9990;
    top: 0;
    min-height: var(--pxp-header-height);
    border-bottom: 1px solid rgba(0, 43, 110, .11);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 28px rgba(0, 43, 110, .07);
    backdrop-filter: blur(14px);
}
.admin-bar .pxp-site-header { top: 32px; }

.pxp-site-header .pxp-site-shell {
    min-height: var(--pxp-header-height);
    display: grid;
    grid-template-columns: 220px 1fr auto;
    align-items: center;
    gap: 28px;
}

.pxp-site-brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}
.pxp-site-brand img {
    display: block;
    width: 205px;
    max-width: 100%;
    height: auto;
}

.pxp-site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.pxp-site-nav a,
.pxp-account-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 12px;
    border-radius: 10px;
    color: #31465f !important;
    font-size: 14px;
    font-weight: 780;
    text-decoration: none !important;
    transition: color .18s ease, background .18s ease;
}
.pxp-site-nav a:hover,
.pxp-site-nav a:focus-visible,
.pxp-account-link:hover,
.pxp-account-link:focus-visible {
    color: var(--pxp-blue) !important;
    background: var(--pxp-blue-3);
}

.pxp-site-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
}

.pxp-site-languages {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 3px;
    border: 1px solid #cbd8e8;
    border-radius: 999px;
    background: #fff;
}
.pxp-site-languages a,
.pxp-site-languages span {
    min-width: 31px;
    min-height: 29px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    color: var(--pxp-blue) !important;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .04em;
    text-decoration: none !important;
}
.pxp-site-languages a:hover { background: var(--pxp-blue-3); }
.pxp-site-languages span { color: #fff !important; background: var(--pxp-blue); }

.pxp-cart-link {
    position: relative;
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 12px;
    border-radius: 11px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--pxp-blue), var(--pxp-blue-2));
    box-shadow: 0 9px 22px rgba(0, 43, 110, .2);
    font-size: 13px;
    font-weight: 850;
    text-decoration: none !important;
}
.pxp-cart-link:hover { color: #fff !important; transform: translateY(-1px); }
.pxp-cart-link svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.pxp-cart-count {
    min-width: 20px;
    min-height: 20px;
    display: inline-grid;
    place-items: center;
    padding-inline: 5px;
    border-radius: 999px;
    color: var(--pxp-blue);
    background: #fff;
    font-size: 10px;
    line-height: 1;
}

.pxp-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 43px;
    padding: 8px 11px;
    border: 1px solid #cbd8e8;
    border-radius: 10px;
    color: var(--pxp-blue);
    background: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 850;
    cursor: pointer;
}
.pxp-menu-toggle__icon { width: 20px; display: grid; gap: 4px; }
.pxp-menu-toggle__icon i { height: 2px; border-radius: 99px; background: currentColor; transition: transform .18s ease, opacity .18s ease; }
.pxp-menu-toggle[aria-expanded="true"] .pxp-menu-toggle__icon i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.pxp-menu-toggle[aria-expanded="true"] .pxp-menu-toggle__icon i:nth-child(2) { opacity: 0; }
.pxp-menu-toggle[aria-expanded="true"] .pxp-menu-toggle__icon i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* WooCommerce page hero */
.pxp-commerce-hero {
    color: #fff;
    background:
        radial-gradient(circle at 82% 15%, rgba(102, 169, 255, .27), transparent 30%),
        linear-gradient(125deg, #001e4f, #064994);
}
.pxp-commerce-hero__inner {
    min-height: 235px;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
    align-items: center;
    gap: 50px;
    padding-block: 52px;
}
.pxp-commerce-hero__inner > div:first-child > span {
    display: block;
    margin-bottom: 8px;
    color: #bcd7ff;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 11px;
    font-weight: 900;
}
.pxp-commerce-hero h1 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(34px, 4.5vw, 54px);
    line-height: 1.06;
    letter-spacing: -.035em;
}
.pxp-commerce-hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.79);
    font-size: 17px;
}
.pxp-commerce-hero__trust {
    padding: 20px 22px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 16px;
    color: rgba(255,255,255,.9);
    background: rgba(255,255,255,.09);
    font-size: 13px;
    font-weight: 760;
    line-height: 1.55;
}

/* Content frame and typography */
body.pxp-commerce-mode .site-main,
body.pxp-commerce-mode main#main {
    min-height: 48vh;
    padding-block: 68px;
}
body.pxp-commerce-mode .site-main > .ct-container,
body.pxp-commerce-mode main#main > .ct-container,
body.pxp-commerce-mode .content-area,
body.pxp-commerce-mode .woocommerce,
body.pxp-commerce-mode .woocommerce-page .site-main {
    width: min(1180px, calc(100% - 40px));
    max-width: 1180px;
    margin-inline: auto;
}
body.pxp-commerce-mode .entry-content { margin: 0; }
body.pxp-commerce-mode .page-title,
body.pxp-commerce-mode .woocommerce-products-header__title {
    color: var(--pxp-ink);
    font-size: clamp(32px, 4vw, 45px);
    letter-spacing: -.03em;
}
body.pxp-commerce-mode .woocommerce-breadcrumb {
    margin: 0 0 24px;
    color: var(--pxp-muted);
    font-size: 13px;
}
body.pxp-commerce-mode .woocommerce-breadcrumb a { color: var(--pxp-blue) !important; }

/* Universal Woo buttons */
body.pxp-commerce-mode .woocommerce a.button,
body.pxp-commerce-mode .woocommerce button.button,
body.pxp-commerce-mode .woocommerce input.button,
body.pxp-commerce-mode .woocommerce #respond input#submit,
body.pxp-commerce-mode .wp-element-button,
body.pxp-commerce-mode .wc-block-components-button,
body.pxp-commerce-mode .wc-block-cart__submit-button,
body.pxp-commerce-mode .wc-block-components-checkout-place-order-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px !important;
    border: 0 !important;
    border-radius: 11px !important;
    color: #fff !important;
    background: linear-gradient(135deg, var(--pxp-blue), var(--pxp-blue-2)) !important;
    box-shadow: 0 10px 25px rgba(0,43,110,.18);
    font-weight: 850 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease;
}
body.pxp-commerce-mode .woocommerce a.button:hover,
body.pxp-commerce-mode .woocommerce button.button:hover,
body.pxp-commerce-mode .woocommerce input.button:hover,
body.pxp-commerce-mode .wp-element-button:hover,
body.pxp-commerce-mode .wc-block-components-button:hover {
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(0,43,110,.24);
}
body.pxp-commerce-mode .woocommerce a.button.alt,
body.pxp-commerce-mode .woocommerce button.button.alt { background: linear-gradient(135deg, var(--pxp-blue), var(--pxp-blue-2)) !important; }
body.pxp-commerce-mode .woocommerce button.button:disabled,
body.pxp-commerce-mode .woocommerce button.button.disabled { opacity: .52; }

/* Form controls */
body.pxp-commerce-mode .woocommerce input.input-text,
body.pxp-commerce-mode .woocommerce textarea,
body.pxp-commerce-mode .woocommerce select,
body.pxp-commerce-mode .wc-block-components-text-input input,
body.pxp-commerce-mode .wc-block-components-textarea,
body.pxp-commerce-mode .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    min-height: 49px;
    width: 100%;
    border: 1px solid #c9d6e5 !important;
    border-radius: 10px !important;
    color: var(--pxp-ink) !important;
    background: #fff !important;
    box-shadow: none !important;
}
body.pxp-commerce-mode .woocommerce textarea { min-height: 125px; }
body.pxp-commerce-mode .woocommerce input.input-text:focus,
body.pxp-commerce-mode .woocommerce textarea:focus,
body.pxp-commerce-mode .woocommerce select:focus,
body.pxp-commerce-mode .wc-block-components-text-input input:focus {
    border-color: var(--pxp-blue-2) !important;
    outline: 3px solid rgba(11, 74, 153, .12) !important;
    outline-offset: 1px;
}
body.pxp-commerce-mode .select2-container--default .select2-selection--single {
    min-height: 49px;
    display: flex;
    align-items: center;
    border: 1px solid #c9d6e5;
    border-radius: 10px;
}
body.pxp-commerce-mode .select2-container--default .select2-selection--single .select2-selection__arrow { top: 11px; }

/* Notices */
body.pxp-commerce-mode .woocommerce-error,
body.pxp-commerce-mode .woocommerce-info,
body.pxp-commerce-mode .woocommerce-message,
body.pxp-commerce-mode .wc-block-components-notice-banner {
    margin: 0 0 24px !important;
    padding: 17px 19px !important;
    border: 1px solid #cedbed !important;
    border-left: 4px solid var(--pxp-blue) !important;
    border-radius: 12px !important;
    color: var(--pxp-ink) !important;
    background: #f3f7fd !important;
}
body.pxp-commerce-mode .woocommerce-error { border-left-color: var(--pxp-danger) !important; background: #fff4f2 !important; }
body.pxp-commerce-mode .woocommerce-message { border-left-color: var(--pxp-success) !important; background: #f2fbf6 !important; }
.pxp-commerce-trust-note {
    margin: 0 0 25px;
    padding: 14px 17px;
    border: 1px solid #cfe0f4;
    border-radius: 11px;
    color: #284f7d;
    background: #eef6ff;
    font-size: 13px;
    font-weight: 750;
}

/* Shop cards */
body.pxp-commerce-mode .woocommerce .woocommerce-result-count { color: var(--pxp-muted); }
body.pxp-commerce-mode .woocommerce .woocommerce-ordering select { min-width: 220px; }
body.pxp-commerce-mode .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 32px;
}
body.pxp-commerce-mode .woocommerce ul.products::before,
body.pxp-commerce-mode .woocommerce ul.products::after { display: none; }
body.pxp-commerce-mode .woocommerce ul.products li.product {
    width: auto !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    padding: 25px;
    border: 1px solid var(--pxp-line);
    border-radius: var(--pxp-radius);
    background: #fff;
    box-shadow: 0 10px 34px rgba(0,43,110,.07);
    transition: transform .18s ease, box-shadow .18s ease;
}
body.pxp-commerce-mode .woocommerce ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(0,43,110,.13);
}
body.pxp-commerce-mode .woocommerce ul.products li.product a img {
    margin-bottom: 20px;
    border-radius: 13px;
    background: var(--pxp-soft);
}
body.pxp-commerce-mode .woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0;
    color: var(--pxp-ink);
    font-size: 22px;
    line-height: 1.25;
}
body.pxp-commerce-mode .woocommerce ul.products li.product .price {
    margin: 13px 0 20px;
    color: var(--pxp-blue);
    font-size: 26px;
    font-weight: 900;
}
body.pxp-commerce-mode .woocommerce ul.products li.product .button { margin-top: auto; }
body.pxp-commerce-mode .woocommerce span.onsale {
    min-width: auto;
    min-height: auto;
    padding: 7px 11px;
    border-radius: 999px;
    background: var(--pxp-blue);
    line-height: 1;
}

/* Single product */
body.pxp-commerce-mode .woocommerce div.product {
    display: flow-root;
    padding: 34px;
    border: 1px solid var(--pxp-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--pxp-shadow);
}
body.pxp-commerce-mode .woocommerce div.product div.images img { border-radius: 16px; }
body.pxp-commerce-mode .woocommerce div.product .product_title {
    color: var(--pxp-ink);
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.05;
    letter-spacing: -.04em;
}
body.pxp-commerce-mode .woocommerce div.product p.price,
body.pxp-commerce-mode .woocommerce div.product span.price {
    color: var(--pxp-blue);
    font-size: 34px;
    font-weight: 900;
}
body.pxp-commerce-mode .woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 10px; }
body.pxp-commerce-mode .woocommerce .quantity .qty {
    min-height: 48px;
    border: 1px solid #c9d6e5;
    border-radius: 10px;
}
.pxp-product-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 22px 0 25px !important;
    padding: 18px !important;
    border: 1px solid #d4e2f2;
    border-radius: 14px;
    background: #f5f9ff;
    list-style: none !important;
}
.pxp-product-benefits li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    color: #3f536b;
    font-size: 13px;
    font-weight: 720;
}
.pxp-product-benefits li span { color: var(--pxp-blue-2); font-weight: 900; }
body.pxp-commerce-mode .woocommerce div.product .woocommerce-tabs {
    clear: both;
    padding-top: 55px;
}
body.pxp-commerce-mode .woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
body.pxp-commerce-mode .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid var(--pxp-line);
    border-radius: 10px 10px 0 0;
    background: var(--pxp-soft);
}

/* Classic cart and checkout */
body.pxp-commerce-mode .woocommerce table.shop_table {
    overflow: hidden;
    border: 1px solid var(--pxp-line);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 32px rgba(0,43,110,.06);
}
body.pxp-commerce-mode .woocommerce table.shop_table th {
    color: var(--pxp-ink);
    background: #f2f6fb;
    font-weight: 850;
}
body.pxp-commerce-mode .woocommerce table.shop_table td,
body.pxp-commerce-mode .woocommerce table.shop_table th { padding: 16px; }
body.pxp-commerce-mode .woocommerce-cart .cart-collaterals .cart_totals,
body.pxp-commerce-mode .woocommerce-checkout #order_review,
body.pxp-commerce-mode .woocommerce-checkout #order_review_heading,
body.pxp-commerce-mode .woocommerce form.checkout_coupon,
body.pxp-commerce-mode .woocommerce form.login,
body.pxp-commerce-mode .woocommerce form.register {
    border-radius: 16px;
}
body.pxp-commerce-mode .woocommerce-cart .cart-collaterals .cart_totals,
body.pxp-commerce-mode .woocommerce-checkout #order_review {
    padding: 25px;
    border: 1px solid var(--pxp-line);
    background: #fff;
    box-shadow: 0 10px 32px rgba(0,43,110,.07);
}
body.pxp-commerce-mode .woocommerce-checkout .col2-set {
    padding: 28px;
    border: 1px solid var(--pxp-line);
    border-radius: 17px;
    background: #fff;
}
body.pxp-commerce-mode .woocommerce-checkout #payment {
    border-radius: 14px;
    background: #f2f6fb;
}
body.pxp-commerce-mode .woocommerce-checkout #payment ul.payment_methods { border-bottom-color: #d4dfec; }
body.pxp-commerce-mode .woocommerce-checkout #payment div.payment_box { border-radius: 10px; background: #e6eef8; }

/* Cart and Checkout blocks: style public components without replacing markup. */
body.pxp-commerce-mode .wc-block-cart,
body.pxp-commerce-mode .wc-block-checkout {
    width: min(1180px, 100%);
    margin-inline: auto;
    color: var(--pxp-ink);
}
body.pxp-commerce-mode .wc-block-components-sidebar,
body.pxp-commerce-mode .wc-block-components-main,
body.pxp-commerce-mode .wc-block-components-order-summary,
body.pxp-commerce-mode .wc-block-checkout__order-notes,
body.pxp-commerce-mode .wc-block-checkout__terms,
body.pxp-commerce-mode .wc-block-checkout__actions {
    border-radius: 16px;
}
body.pxp-commerce-mode .wc-block-components-sidebar {
    padding: 24px !important;
    border: 1px solid var(--pxp-line);
    background: #fff;
    box-shadow: 0 12px 34px rgba(0,43,110,.07);
}
body.pxp-commerce-mode .wc-block-components-totals-wrapper { border-top-color: var(--pxp-line); }
body.pxp-commerce-mode .wc-block-components-product-name { color: var(--pxp-ink) !important; font-weight: 800; }
body.pxp-commerce-mode .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    border-color: #aebed1;
    border-radius: 4px;
}
body.pxp-commerce-mode .wc-block-components-radio-control__option {
    padding-block: 15px;
    border-bottom-color: var(--pxp-line);
}

/* Account */
body.pxp-commerce-mode .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 27%;
    padding: 14px;
    border: 1px solid var(--pxp-line);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,43,110,.06);
}
body.pxp-commerce-mode .woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
body.pxp-commerce-mode .woocommerce-account .woocommerce-MyAccount-navigation li + li { border-top: 1px solid #e7edf5; }
body.pxp-commerce-mode .woocommerce-account .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 12px 13px;
    border-radius: 9px;
    color: #3d536d !important;
    font-weight: 750;
    text-decoration: none !important;
}
body.pxp-commerce-mode .woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
body.pxp-commerce-mode .woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    color: var(--pxp-blue) !important;
    background: var(--pxp-blue-3);
}
body.pxp-commerce-mode .woocommerce-account .woocommerce-MyAccount-content {
    width: 69%;
    padding: 28px;
    border: 1px solid var(--pxp-line);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,43,110,.06);
}
body.pxp-commerce-mode .woocommerce form.login,
body.pxp-commerce-mode .woocommerce form.register {
    padding: 25px;
    border: 1px solid var(--pxp-line);
    background: #fff;
}

/* Footer */
.pxp-site-footer {
    padding: 39px 0;
    color: #bfcde0;
    background: #07162c;
    font-size: 13px;
}
.pxp-site-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr auto;
    align-items: center;
    gap: 36px;
}
.pxp-site-footer__company { display: grid; gap: 3px; }
.pxp-site-footer__company strong { color: #fff; font-size: 15px; }
.pxp-site-footer__company span { color: #aebdd1; }
.pxp-site-footer__links { display: flex; flex-wrap: wrap; gap: 9px 18px; }
.pxp-site-footer__links a { color: #dce7f6 !important; font-weight: 720; text-decoration: none !important; }
.pxp-site-footer__links a:hover { color: #fff !important; text-decoration: underline !important; text-underline-offset: 4px; }
.pxp-site-footer__copy { color: #8fa2ba; white-space: nowrap; text-align: right; }

/* Accessibility */
.pxp-site-header a:focus-visible,
.pxp-site-header button:focus-visible,
.pxp-site-footer a:focus-visible,
body.pxp-commerce-mode a:focus-visible,
body.pxp-commerce-mode button:focus-visible {
    outline: 3px solid #78aef2;
    outline-offset: 3px;
}

@media (max-width: 1080px) {
    .pxp-site-header .pxp-site-shell { grid-template-columns: 185px 1fr auto; gap: 14px; }
    .pxp-site-brand img { width: 180px; }
    .pxp-account-link { display: none; }
    .pxp-site-nav a { padding-inline: 9px; }
}

@media (max-width: 850px) {
    .admin-bar .pxp-site-header { top: 46px; }
    .pxp-site-header .pxp-site-shell {
        position: relative;
        grid-template-columns: minmax(150px, 1fr) auto auto;
        gap: 9px;
    }
    .pxp-menu-toggle { display: inline-flex; order: 2; }
    .pxp-site-actions { order: 3; }
    .pxp-site-languages { display: none; }
    .pxp-cart-label { display: none; }
    .pxp-site-nav {
        position: absolute;
        z-index: 2;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        display: none;
        align-items: stretch;
        flex-direction: column;
        gap: 3px;
        padding: 13px;
        border: 1px solid #d4dfec;
        border-top: 0;
        border-radius: 0 0 14px 14px;
        background: #fff;
        box-shadow: 0 20px 45px rgba(0,43,110,.14);
    }
    .pxp-site-header.pxp-menu-open .pxp-site-nav { display: flex; }
    .pxp-site-nav a { justify-content: flex-start; padding: 11px 13px; }
    .pxp-commerce-hero__inner { grid-template-columns: 1fr; gap: 22px; }
    .pxp-commerce-hero__trust { max-width: 620px; }
    body.pxp-commerce-mode .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pxp-site-footer__grid { grid-template-columns: 1fr 1fr; }
    .pxp-site-footer__copy { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 620px) {
    :root { --pxp-header-height: 68px; }
    .pxp-site-shell { width: min(100% - 26px, 1180px); }
    .pxp-site-header .pxp-site-shell { grid-template-columns: minmax(120px, 1fr) auto auto; }
    .pxp-site-brand img { width: 150px; }
    .pxp-menu-toggle__label { display: none; }
    .pxp-menu-toggle { min-width: 42px; padding: 8px 10px; }
    .pxp-cart-link { min-width: 42px; padding: 9px; }
    .pxp-cart-count { position: absolute; top: -6px; right: -6px; border: 2px solid #fff; }
    .pxp-commerce-hero__inner { min-height: 0; padding-block: 39px; }
    .pxp-commerce-hero h1 { font-size: 35px; }
    .pxp-commerce-hero p { font-size: 15px; }
    body.pxp-commerce-mode .site-main,
    body.pxp-commerce-mode main#main { padding-block: 45px; }
    body.pxp-commerce-mode .site-main > .ct-container,
    body.pxp-commerce-mode main#main > .ct-container,
    body.pxp-commerce-mode .content-area,
    body.pxp-commerce-mode .woocommerce { width: min(100% - 26px, 1180px); }
    body.pxp-commerce-mode .woocommerce ul.products { grid-template-columns: 1fr; }
    body.pxp-commerce-mode .woocommerce div.product { padding: 21px; }
    .pxp-product-benefits { grid-template-columns: 1fr; }
    body.pxp-commerce-mode .woocommerce-account .woocommerce-MyAccount-navigation,
    body.pxp-commerce-mode .woocommerce-account .woocommerce-MyAccount-content { width: 100%; float: none; }
    body.pxp-commerce-mode .woocommerce-account .woocommerce-MyAccount-content { margin-top: 20px; padding: 20px; }
    .pxp-site-footer__grid { grid-template-columns: 1fr; }
    .pxp-site-footer__copy { grid-column: auto; }
}

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

/* Legal and privacy pages */
.pxp-legal-hero {
    color: #fff;
    background:
        radial-gradient(circle at 82% 12%, rgba(102, 169, 255, .28), transparent 31%),
        linear-gradient(125deg, #001e4f, #064994);
}
.pxp-legal-hero__inner {
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-block: 54px 58px;
}
.pxp-legal-hero__inner > span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 11px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 999px;
    background: rgba(255, 255, 255, .11);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.pxp-legal-hero h1 {
    max-width: 900px;
    margin: 17px 0 12px;
    color: #fff;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.04;
    letter-spacing: -.035em;
}
.pxp-legal-hero p {
    max-width: 790px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.68;
}

body.pxp-legal-mode .site-main,
body.pxp-legal-mode main#main,
body.pxp-legal-mode #main {
    padding-block: 58px 82px;
    background: var(--pxp-soft);
}
body.pxp-legal-mode .site-main > .ct-container,
body.pxp-legal-mode main#main > .ct-container,
body.pxp-legal-mode #main > .ct-container,
body.pxp-legal-mode .ct-container-full {
    width: min(100% - 40px, 1020px);
    max-width: 1020px;
    margin-inline: auto;
    padding-inline: 0;
}
body.pxp-legal-mode article.page,
body.pxp-legal-mode article.type-page {
    margin: 0;
}
body.pxp-legal-mode .entry-header {
    display: none !important;
}
body.pxp-legal-mode .entry-content,
body.pxp-legal-mode .wp-block-post-content {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 64px);
    border: 1px solid rgba(0, 43, 110, .11);
    border-radius: 24px;
    color: #263a52;
    background: #fff;
    box-shadow: var(--pxp-shadow);
    font-size: 16px;
    line-height: 1.78;
}
body.pxp-legal-mode .entry-content > :first-child,
body.pxp-legal-mode .wp-block-post-content > :first-child {
    margin-top: 0;
}
body.pxp-legal-mode .entry-content > :last-child,
body.pxp-legal-mode .wp-block-post-content > :last-child {
    margin-bottom: 0;
}
body.pxp-legal-mode .entry-content h1,
body.pxp-legal-mode .wp-block-post-content h1 {
    color: var(--pxp-ink);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.12;
    letter-spacing: -.025em;
}
body.pxp-legal-mode .entry-content h2,
body.pxp-legal-mode .wp-block-post-content h2 {
    margin-top: 2.2em;
    margin-bottom: .7em;
    padding-top: .25em;
    color: var(--pxp-blue);
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.22;
    letter-spacing: -.02em;
}
body.pxp-legal-mode .entry-content h2::after,
body.pxp-legal-mode .wp-block-post-content h2::after {
    content: "";
    display: block;
    width: 52px;
    height: 3px;
    margin-top: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--pxp-blue), #3f8ee8);
}
body.pxp-legal-mode .entry-content h3,
body.pxp-legal-mode .wp-block-post-content h3 {
    margin-top: 1.8em;
    margin-bottom: .55em;
    color: #153b6b;
    font-size: 20px;
    line-height: 1.35;
}
body.pxp-legal-mode .entry-content p,
body.pxp-legal-mode .wp-block-post-content p {
    margin-block: 0 1.15em;
}
body.pxp-legal-mode .entry-content > p:first-child,
body.pxp-legal-mode .wp-block-post-content > p:first-child {
    display: inline-flex;
    margin-bottom: 24px;
    padding: 7px 12px;
    border-radius: 999px;
    color: var(--pxp-blue);
    background: var(--pxp-blue-3);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
}
body.pxp-legal-mode .entry-content ul,
body.pxp-legal-mode .entry-content ol,
body.pxp-legal-mode .wp-block-post-content ul,
body.pxp-legal-mode .wp-block-post-content ol {
    margin: 0 0 1.4em;
    padding-left: 1.35em;
}
body.pxp-legal-mode .entry-content li,
body.pxp-legal-mode .wp-block-post-content li {
    margin-bottom: .48em;
    padding-left: .25em;
}
body.pxp-legal-mode .entry-content li::marker,
body.pxp-legal-mode .wp-block-post-content li::marker {
    color: var(--pxp-blue-2);
    font-weight: 800;
}
body.pxp-legal-mode .entry-content a,
body.pxp-legal-mode .wp-block-post-content a {
    color: var(--pxp-blue) !important;
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
body.pxp-legal-mode .entry-content a:hover,
body.pxp-legal-mode .wp-block-post-content a:hover {
    color: var(--pxp-blue-2) !important;
}
body.pxp-legal-mode .entry-content strong,
body.pxp-legal-mode .wp-block-post-content strong {
    color: #102f57;
}
body.pxp-legal-mode .entry-content blockquote,
body.pxp-legal-mode .wp-block-post-content blockquote {
    margin: 1.6em 0;
    padding: 18px 22px;
    border-left: 4px solid var(--pxp-blue);
    border-radius: 0 14px 14px 0;
    background: var(--pxp-blue-3);
}
body.pxp-legal-mode .entry-content table,
body.pxp-legal-mode .wp-block-post-content table {
    width: 100%;
    margin: 1.5em 0;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid var(--pxp-line);
    border-radius: 14px;
}
body.pxp-legal-mode .entry-content th,
body.pxp-legal-mode .entry-content td,
body.pxp-legal-mode .wp-block-post-content th,
body.pxp-legal-mode .wp-block-post-content td {
    padding: 13px 15px;
    border-right: 1px solid var(--pxp-line);
    border-bottom: 1px solid var(--pxp-line);
    text-align: left;
    vertical-align: top;
}
body.pxp-legal-mode .entry-content th,
body.pxp-legal-mode .wp-block-post-content th {
    color: #12345e;
    background: #edf4fd;
}
body.pxp-legal-mode .entry-content tr:last-child > *,
body.pxp-legal-mode .wp-block-post-content tr:last-child > * { border-bottom: 0; }
body.pxp-legal-mode .entry-content tr > *:last-child,
body.pxp-legal-mode .wp-block-post-content tr > *:last-child { border-right: 0; }
body.pxp-legal-mode .entry-content h2,
body.pxp-legal-mode .entry-content h3,
body.pxp-legal-mode .wp-block-post-content h2,
body.pxp-legal-mode .wp-block-post-content h3 {
    scroll-margin-top: calc(var(--pxp-header-height) + 24px);
}

@media (max-width: 689px) {
    .pxp-legal-hero__inner {
        min-height: 230px;
        padding-block: 42px 46px;
    }
    body.pxp-legal-mode .site-main,
    body.pxp-legal-mode main#main,
    body.pxp-legal-mode #main {
        padding-block: 28px 52px;
    }
    body.pxp-legal-mode .site-main > .ct-container,
    body.pxp-legal-mode main#main > .ct-container,
    body.pxp-legal-mode #main > .ct-container,
    body.pxp-legal-mode .ct-container-full {
        width: min(100% - 24px, 1020px);
    }
    body.pxp-legal-mode .entry-content,
    body.pxp-legal-mode .wp-block-post-content {
        padding: 24px 20px 30px;
        border-radius: 18px;
        font-size: 15.5px;
    }
    body.pxp-legal-mode .entry-content h2,
    body.pxp-legal-mode .wp-block-post-content h2 {
        margin-top: 1.8em;
    }
}

/* Account licence dashboard */
.pxp-account-section-heading { margin-bottom: 24px; }
.pxp-account-section-heading > span {
    display: block;
    margin-bottom: 6px;
    color: var(--pxp-blue-2);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.pxp-account-section-heading h2 { margin: 0 0 8px; color: var(--pxp-ink); font-size: clamp(27px, 4vw, 38px); letter-spacing: -.025em; }
.pxp-account-section-heading p { margin: 0; color: var(--pxp-muted); }
.pxp-licence-grid { display: grid; gap: 20px; }
.pxp-licence-card {
    padding: 24px;
    border: 1px solid var(--pxp-line);
    border-radius: 17px;
    background: linear-gradient(180deg, #fff, #f9fbfe);
    box-shadow: 0 14px 38px rgba(0,43,110,.075);
}
.pxp-licence-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.pxp-licence-card__eyebrow { color: var(--pxp-blue-2); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pxp-licence-card h3 { margin: 3px 0 0; color: var(--pxp-ink); font-size: 22px; }
.pxp-status-badge { display: inline-flex; align-items: center; min-height: 29px; padding: 5px 10px; border-radius: 999px; color: #44576d; background: #edf2f7; font-size: 11px; font-weight: 850; text-align: center; }
.pxp-status--active { color: #0d6b42; background: #dcf6e9; }
.pxp-status--pending, .pxp-status--renewal_pending_acceptance { color: #875b00; background: #fff1c7; }
.pxp-status--expired, .pxp-status--revoked, .pxp-status--suspended { color: #9b2c2c; background: #fde4e4; }
.pxp-licence-key { margin-bottom: 22px; }
.pxp-licence-key label { display: block; margin-bottom: 7px; color: #40546d; font-size: 12px; font-weight: 800; }
.pxp-licence-key__row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 9px; }
.pxp-licence-key__row input {
    width: 100%;
    min-height: 46px;
    margin: 0;
    border: 1px solid #c8d5e5;
    border-radius: 10px;
    color: var(--pxp-ink);
    background: #fff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 14px;
    font-weight: 760;
    letter-spacing: .025em;
}
.pxp-copy-key { min-height: 46px; padding: 8px 15px; border: 0; border-radius: 10px; color: #fff; background: var(--pxp-blue); font: inherit; font-size: 13px; font-weight: 850; cursor: pointer; }
.pxp-copy-key:hover { background: var(--pxp-blue-2); }
.pxp-licence-pending-key { min-height: 46px; display: flex; align-items: center; padding: 10px 13px; border: 1px dashed #c8d5e5; border-radius: 10px; color: var(--pxp-muted); background: #f5f8fc; font-weight: 750; }
.pxp-licence-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 0 22px; border: 1px solid var(--pxp-line); border-radius: 12px; overflow: hidden; }
.pxp-licence-details > div { min-width: 0; padding: 13px 15px; background: #fff; }
.pxp-licence-details > div:nth-child(even) { border-left: 1px solid var(--pxp-line); }
.pxp-licence-details > div:nth-child(n+3) { border-top: 1px solid var(--pxp-line); }
.pxp-licence-details dt { margin: 0 0 3px; color: var(--pxp-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .055em; }
.pxp-licence-details dd { margin: 0; color: var(--pxp-ink); font-weight: 800; overflow-wrap: anywhere; }
.pxp-licence-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.pxp-licence-actions .button { margin: 0 !important; }
.pxp-licence-empty { padding: 28px; border: 1px dashed #bfd0e4; border-radius: 15px; color: var(--pxp-muted); background: #f7faff; }
.pxp-licence-empty strong { display: block; margin-bottom: 6px; color: var(--pxp-ink); font-size: 18px; }
.pxp-licence-empty p { margin: 0; }

body.pxp-commerce-mode #billing_vat_number_field .description { display: block; margin-top: 6px; color: var(--pxp-muted); font-size: 12px; }

@media (max-width: 620px) {
    .pxp-licence-card { padding: 18px; }
    .pxp-licence-card__top { flex-direction: column; }
    .pxp-licence-key__row { grid-template-columns: 1fr; }
    .pxp-licence-details { grid-template-columns: 1fr; }
    .pxp-licence-details > div:nth-child(even) { border-left: 0; }
    .pxp-licence-details > div + div { border-top: 1px solid var(--pxp-line); }
}
