/* =========================================================
   Shared Blue Phoenix / XLP components for category, CMS and contact content
   Generated from xcustom-route-split-baseline.css
   Preserve load order: core, phoenix where required, then route bundle.
   ========================================================= */

.cms-page-view .page-main {
    padding-inline-start: 20px !important;
    padding-inline-end: 20px !important;
}


.cms-page-view .columns {
    padding: 0 10px;
    grid-column-gap: 20px !important;
}


/* =========================================================
   Phoenix / XLP Design System
   Merged from pheonix.css
   ========================================================= */


.xamax-landing-page {
    display: flex;
    flex-direction: column;
}

.xamax-landing-hero {
    order: 1;
}

.xamax-landing-trust-strip {
    order: 2;
}

.xamax-landing-team-workwear {
    order: 3;
}

.xamax-landing-garment-types {
    order: 4;
}

.xamax-landing-volume-discounts {
    order: 5;
}

.xamax-landing-logo-methods {
    order: 6;
}

.xamax-landing-logo-process {
    order: 7;
}

.xamax-landing-digital-sample {
    order: 8;
}

.xamax-landing-why-choose {
    order: 9;
}

.xamax-landing-quote-cta {
    order: 10;
}

.xamax-landing-faq {
    order: 11;
}

.xamax-landing-final-cta {
    order: 12;
}


.xlp-section {
    margin: var(--xlp-section-margin);
}

.xlp-section--final {
    margin: 46px 0 24px;
}

.xlp-section__inner {
    position: relative;
    overflow: hidden;
    padding: var(--xlp-section-padding);
    border: 1px solid var(--xlp-border-blue);
    border-radius: var(--xlp-radius);
    background: var(--xlp-gradient-surface);
    box-shadow: var(--xlp-shadow-section);
}

.xlp-section__inner--soft {
    background: var(--xlp-gradient-surface-warm);
}

.xlp-section__inner--blue {
    background: var(--xlp-gradient-blue);
    color: var(--xlp-white);
    box-shadow: var(--xlp-shadow-section-strong);
}

.xlp-section__inner--split {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 30px;
    align-items: center;
}

.xlp-section__inner--media-split {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: 34px;
    align-items: center;
}

.xlp-section__inner--cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
    gap: 28px;
    align-items: center;
    padding: 34px 36px;
}

.xlp-section__inner--cta > * {
    min-width: 0;
}

.xlp-section__inner--cta .xlp-panel {
    width: 100%;
    box-sizing: border-box;
}


.xamax-legal-copy {
    max-width: 980px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.75;
}

.xamax-legal-copy h3 {
    margin: 34px 0 14px;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.2;
}

.xamax-legal-copy h3:first-child {
    margin-top: 0;
}

.xamax-legal-copy p {
    margin: 0 0 18px;
}

.xamax-legal-copy ol {
    margin: 0 0 18px 1.35rem;
    padding: 0;
}

.xamax-legal-copy li {
    margin: 0 0 12px;
}

.xamax-legal-copy ol ol {
    margin-top: 12px;
    list-style-type: lower-alpha;
}

.xamax-legal-copy a {
    font-weight: 800;
    text-underline-offset: 3px;
}

.xamax-legal-copy :target {
    scroll-margin-top: 120px;
}


.xlp-section__inner--accent-left::before,
.xlp-section__inner--accent-right::before,
.xlp-section__inner--decorated::after,
.xlp-section__inner--cta::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.xlp-section__inner--accent-left::before {
    inset: 0 auto 0 0;
    width: 8px;
    background: var(--xamax-color-orange, #ffa61b);
}

.xlp-section__inner--accent-right::before {
    inset: 0 0 0 auto;
    width: 9px;
    background: var(--xamax-color-orange, #ffa61b);
}

.xlp-section__inner--decorated::after {
    top: -45%;
    right: 96px;
    bottom: -45%;
    width: var(--xlp-brand-strip-width);
    height: auto;
    border-radius: 0;
    background: var(--xlp-brand-strip-blue);
    transform: rotate(var(--xlp-brand-strip-angle));
    transform-origin: center;
}

.xlp-section__inner--blue.xlp-section__inner--decorated::after,
.xlp-section__inner--cta::after {
    top: -45%;
    right: 96px;
    bottom: -45%;
    width: var(--xlp-brand-strip-width);
    height: auto;
    border-radius: 0;
    background: var(--xlp-brand-strip-orange);
    transform: rotate(var(--xlp-brand-strip-angle));
    transform-origin: center;
}

.xlp-section__inner--cta::after {
    left: auto;
    right: 116px;
    background: var(--xlp-brand-strip-orange);
}

.xlp-section__layout,
.xlp-section__content,
.xlp-section__header,
.xlp-section__visual,
.xlp-grid,
.xlp-actions,
.xlp-faq,
.xlp-tier-grid,
.xlp-note,
.xamax-landing-volume-discounts__visual,
.xamax-landing-digital-sample__visual {
    position: relative;
    z-index: 1;
}

.xlp-section__layout--split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
    gap: 30px;
    align-items: center;
}

.xlp-section__header {
    max-width: 860px;
    margin: 0 auto 28px;
    text-align: center;
}

.xlp-section__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px 13px;
    border-radius: var(--xlp-radius-pill);
    background: var(--xlp-orange-soft);
    color: var(--xamax-color-blue, #004991);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.xlp-section__eyebrow--light {
    background: var(--xlp-orange-soft);
    color: var(--xamax-color-orange, #ffa61b);
}

.xlp-section__title {
    margin: 0 0 12px;
    color: var(--xamax-color-blue, #004991);
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 900;
    line-height: 1.08;
}

.xlp-section__title--light {
    color: var(--xlp-white)!important;
}

.xlp-section__intro {
    max-width: 820px;
    margin: 0 auto;
    color: var(--xlp-text-muted);
    font-size: 16px;
    line-height: 1.6;
}

.xlp-section__intro--left {
    max-width: 760px;
    margin: 0;
    color: var(--xlp-text-strong);
    font-size: 17px;
}

.xlp-section__intro--light {
    color: rgba(255, 255, 255, 0.88);
}

.xlp-grid {
    display: grid;
    gap: 16px;
}

.xlp-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.xlp-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.xlp-card {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    padding: 24px 20px 22px;
    border: 1px solid var(--xlp-border-blue);
    border-radius: var(--xlp-radius-card);
    background: var(--xlp-white);
    box-shadow: var(--xlp-shadow-card);
    transform: none;
    transition: border-color var(--xlp-transition-card), background-color var(--xlp-transition-card);
    will-change: auto;
}

.xlp-card::before,
.xlp-card::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.xlp-card::before {
    inset: 0 auto 0 0;
    width: 5px;
    background: var(--xamax-color-blue, #004991);
    opacity: 0.9;
}

.xlp-card::after {
    top: auto;
    right: -14px;
    bottom: -76px;
    width: var(--xlp-brand-strip-card-width);
    height: 210px;
    border-radius: 0;
    background: var(--xlp-brand-strip-orange);
    transform: rotate(var(--xlp-brand-strip-angle));
    transform-origin: center;
}

.xlp-card:hover {
    border-color: var(--xamax-color-orange, #ffa61b);
}

.xlp-card:hover::before {
    background: var(--xamax-color-orange, #ffa61b);
}

.xlp-card--highlight {
    border: 2px solid var(--xamax-color-orange, #ffa61b);
    background: var(--xlp-gradient-orange-soft);
    box-shadow: var(--xlp-shadow-orange-soft);
}

.xlp-card--highlight::before {
    background: var(--xamax-color-orange, #ffa61b);
}

.xlp-card--highlight:hover {
    border-color: var(--xamax-color-orange, #ffa61b);
}

.xlp-card--highlight:hover::before {
    background: var(--xamax-color-orange, #ffa61b);
}

.xlp-card--method {
    display: flex;
    flex-direction: column;
    min-height: 430px;
    padding: 26px 24px 24px;
    border-radius: var(--xlp-radius);
    box-shadow: var(--xlp-shadow-card);
}

.xlp-card--method::before {
    inset: 0 0 auto;
    width: auto;
    height: 7px;
}

.xlp-card--method::after {
    top: auto;
    right: -18px;
    bottom: -92px;
    width: var(--xlp-brand-strip-card-width);
    height: 270px;
}

.xlp-card--accent-orange::before {
    background: var(--xamax-color-orange, #ffa61b);
}

.xlp-card__top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.xamax-bsif-card-mark {
max-width:50px;
}

.xlp-cert-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.xlp-cert-logo img {
    display: block;
    width: auto;
    max-width: 42px;
    max-height: 42px;
    object-fit: contain;
}

.xlp-cert-logo--small img {
    max-width: 32px;
    max-height: 32px;
}

.xlp-cert-logo--panel {
    width: 74px;
    height: 74px;
    margin-bottom: 18px;
    padding: 9px;
    border-radius: var(--xlp-radius-card);
    background: var(--xlp-white);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.xlp-cert-logo--panel img {
    max-width: 56px;
    max-height: 56px;
}

.xlp-trust-strip__icon--logo {
    min-width: 42px;
    height: 42px;
    padding: 4px;
    background: var(--xlp-white);
}

.xlp-trust-strip__icon--logo img {
    display: block;
    max-width: 30px;
    max-height: 30px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.xlp-faq__cert {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.xlp-faq__cert p {
    margin: 0;
}

@media (max-width: 640px) {

    .xlp-faq__cert {
        display: block;
    }

    .xlp-faq__cert .xlp-cert-logo {
        margin-bottom: 10px;
    }
}


.xlp-card__image {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 132px;
    margin: 0 0 16px;
    padding: 14px;
    border-radius: var(--xlp-radius-mobile);
    background: linear-gradient(135deg, rgba(0, 73, 145, 0.06), rgba(255, 166, 27, 0.08));
}

.xlp-card__image img {
    display: block;
    max-width: 130px;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.xamax-landing-garment-card {
    display: flex;
    flex-direction: column;
    min-height: 360px;
}

.xamax-landing-garment-card .xlp-badge {
    position: relative;
    z-index: 1;
    align-self: flex-start;
    margin-bottom: 12px;
}

.xamax-landing-garment-card .xlp-card__text {
    margin-bottom: 20px;
}

.xamax-landing-garment-card .xlp-card__link-text {
    margin-top: auto;
}

@media (max-width: 640px) {

    .xlp-card__image {
        min-height: 112px;
        padding: 12px;
    }

    .xlp-card__image img {
        max-width: 110px;
        max-height: 100px;
    }

    .xamax-landing-garment-card {
        min-height: auto;
    }
}


.xamax-artwork-rv-grid {
    align-items: stretch;
}

.xamax-artwork-rv-card {
    display: flex;
    flex-direction: column;
    min-height: auto;
}

.xamax-artwork-rv-figure {
    position: relative;
    z-index: 1;
    margin: 0 0 18px;
}

.xamax-artwork-rv-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border-radius: var(--xlp-radius-card);
    background: linear-gradient(135deg, rgba(0, 73, 145, 0.06), rgba(255, 166, 27, 0.10));
    box-shadow: inset 0 0 0 1px rgba(0, 73, 145, 0.08);
}

.xamax-artwork-rv-image img {
    display: block;
    width: 100%;
    max-width: 360px;
    height: auto;
    border-radius: calc(var(--xlp-radius-card) - 6px);
    box-shadow: 0 10px 24px rgba(0, 73, 145, 0.12);
}

.xamax-artwork-rv-caption {
    margin-top: 10px;
    color: var(--xlp-text-muted);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
}

.xamax-artwork-rv-card .xlp-mini-panel {
    margin-top: auto;
}

@media (max-width: 640px) {

    .xamax-artwork-rv-image {
        padding: 10px;
    }

    .xamax-artwork-rv-image img {
        max-width: 100%;
    }
}

.xlp-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    margin-bottom: 18px;
    padding: 0 9px;
    border-radius: var(--xlp-radius-pill);
    background: var(--xamax-color-blue, #004991);
    color: var(--xlp-white);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    box-shadow: var(--xlp-shadow-blue);
}

.xlp-card__top .xlp-icon {
    min-width: 54px;
    height: 54px;
    margin-bottom: 0;
    padding: 0 10px;
    font-size: 20px;
}

.xlp-icon--orange,
.xlp-card--highlight .xlp-icon {
    background: var(--xamax-color-orange, #ffa61b);
    color: var(--xlp-black);
    box-shadow: var(--xlp-shadow-orange);
}

.xlp-card--highlight .xlp-icon {
    animation: none;
}

.xlp-card__top .xlp-icon--image {
    width: 58px;
    min-width: 58px;
    height: 58px;
    padding: 10px;
    border: 1px solid rgba(0, 73, 145, 0.14);
    background: var(--xlp-white) !important;
    box-shadow: var(--xlp-shadow-card);
overflow:hidden;
}

.xlp-card__top .xlp-icon--image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.xlp-card__top .xlp-icon--print {
    border-color: rgba(255, 166, 27, 0.45);
    background: rgba(255, 166, 27, 0.10) !important;
}

.xlp-icon--position {
    width: 74px;
    min-width: 74px;
    height: 74px;
    margin-bottom: 18px;
    padding: 8px;
    border: 1px solid rgba(0, 73, 145, 0.14);
    border-radius: var(--xlp-radius-card);
    background: var(--xlp-white) !important;
    box-shadow: var(--xlp-shadow-card);
}

.xlp-icon--position img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.xlp-card--highlight .xlp-icon--position {
    border-color: rgba(255, 166, 27, 0.55);
    background: rgba(255, 166, 27, 0.10) !important;
}

.xlp-icon--position-help {
    background: var(--xlp-white) !important;
}

@media (max-width: 640px) {

    .xlp-icon--position {
        width: 64px;
        min-width: 64px;
        height: 64px;
        padding: 7px;
    }
}


.xlp-card__title {
    position: relative;
    z-index: 1;
    margin: 0 0 9px;
    color: var(--xamax-color-blue, #004991);
    font-size: 19px;
    font-weight: 900;
    line-height: 1.22;
}

.xlp-card__title--large {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.12;
}

.xlp-card__text {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--xlp-text-muted);
    font-size: 14px;
    line-height: 1.5;
}

.xlp-card--method .xlp-card__text {
    color: var(--xlp-text-soft);
    font-size: 15px;
    line-height: 1.55;
}

.xlp-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 11px;
    border-radius: var(--xlp-radius-pill);
    background: var(--xlp-blue-soft);
    color: var(--xamax-color-blue, #004991);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.xlp-badge--orange {
    background: var(--xamax-color-orange, #ffa61b);
    color: var(--xlp-black);
}

.xlp-mini-panel {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    padding: 18px;
    border: 1px solid rgba(0, 73, 145, 0.10);
    border-radius: var(--xlp-radius-mobile);
    background: linear-gradient(135deg, rgba(0, 73, 145, 0.06) 0%, rgba(255, 166, 27, 0.08) 100%);
}

.xlp-mini-panel__title {
    display: block;
    margin-bottom: 10px;
    color: var(--xamax-color-blue, #004991);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.xlp-tags {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    padding-top: 20px;
}

.xlp-tags span,
.xlp-tags a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: var(--xlp-radius-pill);
    background: var(--xlp-blue-soft);
    color: var(--xamax-color-blue, #004991) !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
}

.xlp-tags a:hover,
.xlp-tags a:focus {
    background: var(--xamax-color-blue, #004991);
    color: var(--xlp-white) !important;
    text-decoration: none !important;
}
.xamax-category-hero-family-links .xamax-hero-route-links {
margin-top: 0;
padding-top: 0;
border-top: 0;
}

.xamax-category-hero-family-links .xamax-hero-route-links a:hover,
.xamax-category-hero-family-links .xamax-hero-route-links a:focus {
border-color: rgba(255, 255, 255, 0.34);
background: var(--xamax-color-blue, #004991) !important;
color: var(--xlp-white, #ffffff) !important;
}

.xlp-check-list {
    display: grid;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.xlp-check-list--compact {
    gap: 8px;
    margin: 0;
}

.xlp-check-list li {
    position: relative;
    margin: 0;
    padding-left: 34px;
    color: var(--xlp-text-soft);
    font-size: 15px;
    line-height: 1.45;
}

.xlp-check-list--compact li {
    padding-left: 28px;
    font-size: 14px;
    line-height: 1.4;
}

.xlp-check-list--light li {
    color: rgba(255, 255, 255, 0.90);
}

.xlp-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border-radius: var(--xlp-radius-pill);
    background: var(--xamax-color-orange, #ffa61b);
    color: var(--xlp-black);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.xlp-check-list--compact li::before {
    width: 20px;
    height: 20px;
    font-size: 12px;
}

.xlp-panel {
    position: relative;
    z-index: 1;
    padding: 26px 24px;
    border-radius: var(--xlp-radius);
}

.xlp-panel--blue {
    background: var(--xlp-gradient-blue);
    color: var(--xlp-white);
    box-shadow: 0 14px 30px rgba(0, 73, 145, 0.24);
}

.xlp-panel--horizontal {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    margin-top: 22px;
    padding: 24px;
}

.xamax-landing-logo-process .xlp-panel--horizontal {
    margin-top: 28px;
    padding: 22px 24px;
    border-radius: var(--xlp-radius-card);
    box-shadow: none;
}

.xlp-panel__title {
    margin: 0 0 10px;
    color: var(--xlp-white)!important;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.18;
}

.xlp-panel--horizontal .xlp-panel__title {
    margin-bottom: 7px;
    font-size: 23px;
}

.xamax-landing-logo-process .xlp-panel__title {
    margin-bottom: 6px;
    font-size: 21px;
    line-height: 1.25;
}

.xlp-panel__text {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    line-height: 1.55;
}

.xlp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.xlp-actions--end {
    justify-content: flex-end;
    margin-top: 0;
}

.xlp-actions--stacked {
    display: grid;
    gap: 11px;
    margin-top: 22px;
}

.xlp-panel--horizontal .xlp-actions {
    gap: 10px;
}

.xlp-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 20px;
    overflow: hidden;
    border-radius: var(--xlp-radius-pill);
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    transition: transform var(--xlp-transition-fast), box-shadow var(--xlp-transition-fast), background-color var(--xlp-transition-fast), color var(--xlp-transition-fast), border-color var(--xlp-transition-fast);
}

.xlp-btn:hover,
.xlp-btn:focus {
    transform: translateY(-1px);
    text-decoration: none;
}

.xlp-btn--primary {
    background: var(--xamax-color-orange, #ffa61b);
    color: var(--xlp-black);
    box-shadow: var(--xlp-shadow-orange);
}

.xlp-btn--primary:hover,
.xlp-btn--primary:focus {
    background: #ffb52f;
    color: var(--xlp-black)!important;
}

.xlp-btn--secondary {
    background: var(--xamax-color-blue, #004991);
    color: var(--xlp-white)!important;
    box-shadow: var(--xlp-shadow-blue);
}

.xlp-btn--secondary:hover,
.xlp-btn--secondary:focus {
    background: var(--xlp-blue-dark);
}

.xlp-btn--light {
    background: var(--xlp-white);
    color: var(--xamax-color-blue, #004991);
    box-shadow: 0 8px 18px rgba(255, 255, 255, 0.16);
}

.xlp-btn--light:hover,
.xlp-btn--light:focus {
    background: var(--xlp-surface-soft);
    color: var(--xlp-blue-dark);
}

.xlp-btn--ghost {
    border: 1px solid var(--xlp-border-white);
    background: var(--xlp-white-soft);
    color: var(--xlp-white)!important;
}

.xlp-btn--ghost:hover,
.xlp-btn--ghost:focus {
    background: rgba(255, 255, 255, 0.18);
    color: var(--xlp-white)!important;
}

.xlp-btn--sweep {
    min-height: 50px;
    padding: 13px 22px;
    box-shadow: 0 8px 20px rgba(255, 166, 27, 0.32);
}

.xlp-btn--sweep::after {
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 55%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.36) 50%, transparent 100%);
    transform: skewX(-18deg);
    animation: xlpFinalCtaSweep 4.6s ease-in-out infinite;
}

.xamax-landing-hero {
    position: relative;
    margin: 0 0 42px;
}

.xlp-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: 40px;
    align-items: center;
    min-height: 430px;
    padding: 48px 42px;
    overflow: hidden;
    border-radius: var(--xlp-radius);
    background: var(--xlp-gradient-blue);
    color: var(--xlp-white);
    box-shadow: var(--xlp-shadow-section-strong);
}

body.cms-index-index .xlp-hero__inner {
    border-radius: 0 0 var(--xlp-radius) var(--xlp-radius);
}

.xlp-hero__inner::before {
    content: "";
    position: absolute;
    top: -70%;
    right: 108px;
    bottom: -70%;
    width: var(--xlp-brand-strip-width, 200px);
    background: var(--xlp-brand-strip-orange, rgba(255, 166, 27, 0.16));
    transform: rotate(var(--xlp-brand-strip-angle, 35deg));
    transform-origin: center;
    pointer-events: none;
}

.xlp-hero__inner::after {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 9px;
    background: var(--xamax-color-orange, #ffa61b);
    pointer-events: none;
}
.xlp-hero__image-card.xamax-category-hero-visual-card::after {
    content: none;
    display: none;
}
.xlp-hero__content,
.xlp-hero__visual {
    position: relative;
    z-index: 1;
}

.xlp-hero__content {
    max-width: 700px;
}

.xlp-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 6px 14px;
    border-radius: var(--xlp-radius-pill);
    background: rgba(255, 166, 27, 0.18);
    color: var(--xamax-color-orange, #ffa61b);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.xlp-hero__title {
    max-width: 720px;
    margin: 0 0 16px !important;
    color: var(--xlp-white) !important;
    font-size: clamp(42px, 5.2vw, 68px) !important;
    font-weight: 900 !important;
    line-height: 0.98 !important;
    letter-spacing: -0.04em;
}

.xlp-hero__intro {
    max-width: 720px;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.90) !important;
    font-size: 18px;
    line-height: 1.6;
}

.xlp-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.xlp-hero__trust-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.xlp-hero__trust-line span {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: var(--xlp-radius-pill);
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
}

.xlp-hero__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
}

.xlp-hero__image-card {
    position: relative;
    box-sizing: border-box;
    width: min(100%, 400px);
    max-width: 400px;
    margin: 0 auto;
    padding: 14px;
    border-radius: var(--xlp-radius);
    background: var(--xlp-white);
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.24);
    transform: rotate(-1.5deg);
}

.xlp-hero__image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 400px !important;
    height: auto !important;
    object-fit: contain;
    border-radius: calc(var(--xlp-radius) - 6px);
}

.xlp-hero__image-caption {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 14px 0 0;
    padding: 13px 14px;
    border-radius: var(--xlp-radius-mobile);
    background: var(--xlp-blue-soft);
    color: var(--xlp-text-soft);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

.xlp-hero__image-caption::before {
    content: "✓";
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: var(--xlp-radius-pill);
    background: var(--xamax-color-orange, #ffa61b);
    color: var(--xlp-black);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.xlp-hero__sample-card {
    position: relative;
    width: min(100%, 380px);
    margin: 0 auto;
    padding: 18px 18px 20px;
    overflow: hidden;
    border-radius: var(--xlp-radius);
    background: var(--xlp-white);
    color: var(--xamax-color-blue, #004991);
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.24);
    transform: rotate(-1.5deg);
}

.xlp-hero__sample-card::after {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -86px;
    width: var(--xlp-brand-strip-card-width, 60px);
    height: 250px;
    background: var(--xlp-brand-strip-orange, rgba(255, 166, 27, 0.16));
    transform: rotate(var(--xlp-brand-strip-angle, 25deg));
    transform-origin: center;
    pointer-events: none;
}

.xlp-hero__sample-header,
.xlp-hero__sample-footer,
.xlp-hero__garment {
    position: relative;
    z-index: 1;
}

.xlp-hero__sample-header {
    display: flex;
    gap: 6px;
    margin-bottom: 18px;
}

.xlp-hero__sample-dot {
    width: 10px;
    height: 10px;
    border-radius: var(--xlp-radius-pill);
    background: rgba(0, 73, 145, 0.18);
}

.xlp-hero__sample-dot:first-child {
    background: var(--xamax-color-orange, #ffa61b);
}

.xlp-hero__garment {
    width: 250px;
    height: 250px;
    margin: 0 auto 18px;
}

.xlp-hero__garment-body {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 178px;
    height: 205px;
    transform: translateX(-50%);
    border-radius: 36px 36px 20px 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, transparent 42%),var(--xamax-color-blue, #004991);
    box-shadow: inset 0 -14px 0 rgba(0, 0, 0, 0.08);
}

.xlp-hero__garment-neck {
    position: absolute;
    top: 38px;
    left: 50%;
    z-index: 2;
    width: 62px;
    height: 34px;
    transform: translateX(-50%);
    border-radius: 0 0 40px 40px;
    background: var(--xlp-white);
}

.xlp-hero__garment-sleeve {
    position: absolute;
    top: 74px;
    width: 68px;
    height: 128px;
    border-radius: 28px 28px 18px 18px;
    background: var(--xamax-color-blue, #004991);
    box-shadow: inset 0 -10px 0 rgba(0, 0, 0, 0.08);
}

.xlp-hero__garment-sleeve--left {
    left: 5px;
    transform: rotate(14deg);
}

.xlp-hero__garment-sleeve--right {
    right: 5px;
    transform: rotate(-14deg);
}

.xlp-hero__logo-mark {
    position: absolute;
    left: 50%;
    top: 84px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    min-height: 38px;
    padding: 8px 12px;
    transform: translateX(-50%);
    border: 2px solid var(--xamax-color-orange, #ffa61b);
    border-radius: var(--xlp-radius-pill);
    background: rgba(255, 255, 255, 0.94);
    color: var(--xamax-color-blue, #004991);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
}

.xlp-hero__sample-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 14px;
    border-radius: var(--xlp-radius-mobile);
    background: var(--xlp-blue-soft);
}

.xlp-hero__sample-footer span {
    color: var(--xlp-text-soft);
    font-size: 13px;
    font-weight: 800;
}

.xlp-hero__sample-footer strong {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: var(--xlp-radius-pill);
    background: var(--xamax-color-orange, #ffa61b);
    color: var(--xlp-black);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.xlp-hero__proof-card {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 13px 10px 10px;
    border: 1px solid rgba(0, 73, 145, 0.12);
    border-radius: var(--xlp-radius-pill);
    background: rgba(255, 255, 255, 0.96);
    color: var(--xamax-color-blue, #004991);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.xlp-hero__proof-card--one {
    top: 128px;
    left: -60px;
}

.xlp-hero__proof-card--two {
    right: -38px;
    bottom: 216px;
}

.xlp-hero__proof-card--three {
    left: -38px;
    bottom: 134px;
}

.xlp-hero__proof-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 6px;
    border-radius: var(--xlp-radius-pill);
    background: var(--xamax-color-orange, #ffa61b);
    color: var(--xlp-black);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.xlp-hero__proof-text {
    color: var(--xamax-color-blue, #004991);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.15;
    white-space: nowrap;
}
.xlp-product-anchor {
display: block;
scroll-margin-top: 120px;
}

.xamax-category-hero-visual-card {
position: relative;
overflow: visible;
padding: 14px;
border-radius: var(--xlp-radius-card);
background:
linear-gradient(135deg, rgba(0, 73, 145, 0.08), rgba(255, 166, 27, 0.12)),
var(--xlp-white, #ffffff);
box-shadow: var(--xlp-shadow-card);
}

.xamax-category-hero-figure {
margin: 0;
}

.xamax-category-hero-image {
display: block;
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
border-radius: calc(var(--xlp-radius-card) - 8px);
}

.xamax-category-hero-caption {
margin: 10px 2px 10px 0;
color: var(--xlp-text-muted);
font-size: 13px;
font-weight: 800;
line-height: 1.4;
}

.xamax-category-hero-family-links {
position: relative;
z-index: 2;
margin: 14px 0 0;
padding: 16px;
border-radius: calc(var(--xlp-radius-card) - 8px);
background: var(--xamax-color-blue, #004991);
color: var(--xlp-white, #ffffff);
box-shadow: 0 12px 26px rgba(0, 73, 145, 0.22);
}

.xamax-category-hero-family-title {
display: block;
margin-bottom: 12px;
color: var(--xlp-white, #ffffff);
font-size: 13px;
font-weight: 900;
letter-spacing: 0.04em;
text-transform: uppercase;
}

.xamax-category-hero-family-links .xlp-tags {
margin: 0;
}

.xamax-category-hero-family-links .xlp-tags a {
background: var(--xamax-color-orange, #ffa61b) !important;
color: var(--xlp-black, #000000) !important;
border-color: var(--xamax-color-orange, #ffa61b) !important;
font-weight: 900;
}

.xamax-category-hero-family-links .xlp-tags a:hover,
.xamax-category-hero-family-links .xlp-tags a:focus {
background: var(--xlp-white, #ffffff) !important;
color: var(--xamax-color-blue, #004991) !important;
border-color: var(--xlp-white, #ffffff) !important;
}

@media (max-width: 768px) {

.xamax-category-hero-image {
aspect-ratio: 4 / 3;
}
}


.xamax-landing-garment-types .xlp-section__inner {
    padding-bottom: 32px;
}

.xamax-landing-garment-types__cards {
    position: relative;
    z-index: 1;
    margin-top: 28px;
}

.xamax-landing-garment-types__cards .first-row {
    padding-top: 0;
}

.xamax-landing-garment-types__cards .pagebuilder-column-group,
.xamax-landing-garment-types__cards [data-content-type="row"] > div {
    position: relative;
    z-index: 1;
}

.xamax-landing-garment-types .xlp-note {
    position: relative;
    z-index: 1;
    max-width: 960px;
    margin: 26px auto 0;
}


.xamax-route-card {
display: flex;
flex-direction: column;
}

.xamax-route-meta-list {
position: relative;
z-index: 1;
display: grid;
gap: 7px;
margin: 16px 0 18px;
padding: 13px 14px;
border: 1px solid rgba(0, 73, 145, 0.10);
border-radius: var(--xlp-radius-mobile);
background: linear-gradient(135deg, rgba(0, 73, 145, 0.045), rgba(255, 255, 255, 0.88));
list-style: none;
}

.xamax-route-meta-list li {
position: relative;
margin: 0;
padding-left: 17px;
color: var(--xlp-black, #000000);
font-size: 13px;
font-weight: 300;
line-height: 1.35;
}

.xamax-route-meta-list strong {
color: var(--xamax-color-blue, #004991);
font-weight: 700;
}

.xamax-route-meta-list--linked {
margin-bottom: 0;
}

.xamax-route-inline-link {
display: inline-flex;
align-items: center;
    margin-left: -4px;
    margin-right: -4px;
padding: 4px 8px 3px;
border: 1px solid rgba(0, 73, 145, 0.12);
border-radius: var(--xlp-radius-pill);
background: rgba(255, 255, 255, 0.82) !important;
color: var(--xamax-color-blue, #004991) !important;
font-size: 12px;
font-weight: 900;
line-height: 1.15;
text-decoration: none !important;
white-space: nowrap;
}

.xamax-route-inline-link:hover,
.xamax-route-inline-link:focus {
border-color: rgba(255, 166, 27, 0.32);
background: rgba(255, 166, 27, 0.14) !important;
color: var(--xlp-blue-dark, #00386f) !important;
text-decoration: none !important;
}


.xamax-route-links {
position: relative;
z-index: 1;
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: auto;
padding-top: 16px;
border-top: 1px solid rgba(0, 73, 145, 0.12);
}

.xamax-route-links a {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 7px 10px 6px;
border: 1px solid rgba(0, 73, 145, 0.12);
border-radius: var(--xlp-radius-pill);
background: rgba(255, 255, 255, 0.82) !important;
color: var(--xamax-color-blue, #004991) !important;
font-size: 12px;
font-weight: 900;
line-height: 1.2;
text-decoration: none !important;
box-shadow: none;
}

.xamax-route-links a:hover,
.xamax-route-links a:focus {
border-color: rgba(255, 166, 27, 0.32);
background: rgba(255, 166, 27, 0.14) !important;
color: var(--xlp-blue-dark, #00386f) !important;
text-decoration: none !important;
}

.xamax-route-links--bundle .xamax-route-link-main {
flex-basis: 100%;
width: max-content;
max-width: 100%;
margin-bottom: 2px;
border-color: rgba(0, 73, 145, 0.18);
background: rgba(0, 73, 145, 0.06) !important;
font-weight: 950;
}

.xamax-route-links--bundle .xamax-route-link-main:hover,
.xamax-route-links--bundle .xamax-route-link-main:focus {
border-color: rgba(255, 166, 27, 0.32);
background: rgba(255, 166, 27, 0.14) !important;
}

.xamax-route-link-break {
flex-basis: 100%;
width: 100%;
height: 0;
margin: 0;
padding: 0 !important;
border: 0 !important;
background: transparent !important;
}

.xamax-route-card--support {
background: linear-gradient(135deg, rgba(0, 73, 145, 0.06), rgba(255, 166, 27, 0.10)), var(--xlp-white, #ffffff);
}

.xamax-category-t-shirts-routes .xlp-tags {
position: relative;
z-index: 1;
gap: 8px;
margin-top: auto;
padding-top: 16px;
border-top: 1px solid rgba(0, 73, 145, 0.12);
}

.xamax-category-t-shirts-routes .xlp-tags a {
padding: 7px 10px 6px;
border: 1px solid rgba(0, 73, 145, 0.12);
border-radius: var(--xlp-radius-pill);
background: rgba(255, 255, 255, 0.82) !important;
color: var(--xamax-color-blue, #004991) !important;
font-size: 12px;
font-weight: 900;
text-decoration: none !important;
}

.xamax-category-t-shirts-routes .xlp-tags a:hover,
.xamax-category-t-shirts-routes .xlp-tags a:focus {
border-color: rgba(255, 166, 27, 0.32);
background: rgba(255, 166, 27, 0.14) !important;
color: var(--xlp-blue-dark, #00386f) !important;
}


@media (max-width: 640px) {

.xamax-route-meta-list {
display: grid;
}


.xamax-route-meta-list li {
    display: block;
}
}



@media (max-width: 1024px) {

    .xlp-hero__inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .xlp-hero__content {
        max-width: none;
    }

    .xlp-hero__visual {
        min-height: 350px;
    }

    .xlp-hero__sample-card {
        width: min(100%, 360px);
    }
}


@media (max-width: 640px) {

    .xamax-landing-hero {
        margin: 0 0 32px;
    }

    .xlp-hero__inner {
        min-height: auto;
        padding: 32px 18px 28px;
        border-radius: var(--xlp-radius-mobile);
    }

    .xlp-hero__inner::before {
            top: -45%;
            right: 52px;
            bottom: -45%;
            width: 72px;
        }

    .xlp-hero__inner::after {
        inset: 0 auto auto 0;
        width: 100%;
        height: 6px;
    }

    .xlp-hero__eyebrow {
        font-size: 12px;
    }

    .xlp-hero__title {
        font-size: clamp(34px, 11vw, 46px) !important;
        line-height: 1.02 !important;
    }

    .xlp-hero__intro {
        font-size: 15px;
    }

    .xlp-hero__actions {
        flex-direction: column;
        margin-top: 24px;
    }


    .xlp-hero__trust-line {
        gap: 7px;
    }

    .xlp-hero__trust-line span {
        font-size: 11px;
    }

    .xlp-hero__visual {
        display: grid;
        gap: 10px;
        min-height: auto;
    }

    .xlp-hero__sample-card {
        width: 100%;
        max-width: 300px;
        padding: 14px;
        transform: none;
        border-radius: var(--xlp-radius-mobile);
    }

    .xlp-hero__garment {
        width: 220px;
        height: 220px;
        margin-bottom: 14px;
    }

    .xlp-hero__garment-body {
        width: 154px;
        height: 178px;
    }

    .xlp-hero__garment-neck {
        top: 34px;
        width: 54px;
        height: 30px;
    }

    .xlp-hero__garment-sleeve {
        top: 66px;
        width: 58px;
        height: 110px;
    }

    .xlp-hero__logo-mark {
        top: 74px;
        min-width: 86px;
        min-height: 34px;
        font-size: 12px;
    }

    .xlp-hero__proof-card {
        position: static;
        justify-content: flex-start;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .xlp-hero__proof-text {
        white-space: normal;
    }
}



.xlp-microcopy {
    margin: 16px 0 0;
    font-size: 13px;
    line-height: 1.45;
}

.xlp-microcopy--light {
    color: rgba(255, 255, 255, 0.76);
}

.xlp-tier-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.xlp-tier {
    position: relative;
    min-height: 170px;
    padding: 22px 18px 20px;
    border: 1px solid var(--xlp-border-blue);
    border-radius: var(--xlp-radius-card);
    background: var(--xlp-white);
    box-shadow: var(--xlp-shadow-card);
    text-align: center;
}

.xlp-tier--highlight {
    border: 2px solid var(--xamax-color-orange, #ffa61b);
    background: var(--xlp-gradient-orange-soft);
    box-shadow: var(--xlp-shadow-orange-soft);
}

.xlp-tier__badge {
    position: absolute;
    top: -12px;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    transform: translateX(-50%);
    border-radius: var(--xlp-radius-pill);
    background: var(--xamax-color-orange, #ffa61b);
    color: var(--xlp-black);
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.xlp-tier__count {
    display: block;
    margin-bottom: 8px;
    color: var(--xamax-color-blue, #004991);
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
}

.xlp-tier__label {
    display: block;
    margin-bottom: 8px;
    color: var(--xlp-black);
    font-size: 16px;
    font-weight: 900;
}

.xlp-tier__text {
    display: block;
    color: var(--xlp-text-muted);
    font-size: 14px;
    line-height: 1.4;
}

.xlp-note {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: var(--xlp-radius-mobile);
    background: rgba(0, 73, 145, 0.08);
    color: #263442;
}

.xlp-note__icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: var(--xlp-radius-pill);
    background: var(--xamax-color-blue, #004991);
    color: var(--xlp-white);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

.xlp-note__text {
    font-size: 14px;
    line-height: 1.45;
}

.xlp-section__inner--blue .xlp-note {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.90);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.xlp-section__inner--blue .xlp-note__icon {
    background: var(--xamax-color-orange, #ffa61b);
    color: var(--xlp-black, #000000);
}

.xlp-section__inner--blue .xlp-note__text {
    color: rgba(255, 255, 255, 0.90);
}

.xlp-faq {
    display: grid;
    gap: 12px;
    max-width: 960px;
    margin: 0 auto;
}

.xlp-faq__item {
    overflow: hidden;
    border: 1px solid var(--xlp-border-blue);
    border-radius: var(--xlp-radius-mobile);
    background: var(--xlp-white);
    box-shadow: 0 7px 18px rgba(0, 73, 145, 0.07);
}

.xlp-faq__question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 14px;
    padding: 18px 56px 18px 20px;
    color: var(--xamax-color-blue, #004991);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.3;
    cursor: pointer;
    list-style: none;
}

.xlp-faq__question::-webkit-details-marker {
    display: none;
}

.xlp-faq__question::before {
    content: "Q";
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: var(--xlp-radius-pill);
    background: var(--xamax-color-orange, #ffa61b);
    color: var(--xlp-black);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

.xlp-faq__question::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
    border-radius: var(--xlp-radius-pill);
    background: var(--xlp-blue-soft);
    color: var(--xamax-color-blue, #004991);
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.xlp-faq__item[open] .xlp-faq__question {
    background: linear-gradient(135deg, rgba(0, 73, 145, 0.06) 0%, rgba(255, 166, 27, 0.08) 100%);
}

.xlp-faq__item[open] .xlp-faq__question::after {
    content: "−";
    background: var(--xamax-color-blue, #004991);
    color: var(--xlp-white);
}

.xlp-faq__answer {
    padding: 0 22px 20px 64px;
    color: var(--xlp-text-soft);
    font-size: 15px;
    line-height: 1.6;
}

.xlp-faq__answer p {
    margin: 0;
    padding: 10px 0 0 0;
}

.xlp-faq__question:hover,
.xlp-faq__question:focus {
    color: var(--xlp-blue-dark);
    outline: none;
}

.xlp-faq__question:focus-visible {
    box-shadow: var(--xlp-focus);
}

.xlp-trust-strip {
    position: relative;
    overflow: hidden;
    margin: 24px 0;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 166, 27, 0.95) 0%, rgba(255, 166, 27, 0.95) 4px, transparent 4px), var(--xlp-gradient-blue);
    box-shadow: 0 8px 22px rgba(0, 73, 145, 0.18);
}

.xlp-trust-strip__viewport {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 14px 0;
}

.xlp-trust-strip__viewport::before,
.xlp-trust-strip__viewport::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    width: 70px;
    height: 100%;
    pointer-events: none;
}

.xlp-trust-strip__viewport::before {
    left: 0;
    background: linear-gradient(90deg, var(--xamax-color-blue, #004991) 0%, rgba(0, 73, 145, 0) 100%);
}

.xlp-trust-strip__viewport::after {
    right: 0;
    background: linear-gradient(270deg, var(--xlp-blue-dark) 0%, rgba(0, 56, 111, 0) 100%);
}

.xlp-trust-strip__track {
    display: flex;
    width: max-content;
    animation: xlpTrustStripMarquee 38s linear infinite;
    will-change: transform;
}

.xlp-trust-strip:hover .xlp-trust-strip__track {
    animation-play-state: paused;
}

.xlp-trust-strip__group {
    display: flex;
    flex-shrink: 0;
    gap: 18px;
    align-items: center;
    padding-right: 18px;
}

.xlp-trust-strip__item {
    display: inline-flex;
    align-items: center;
    min-width: max-content;
    gap: 10px;
    padding: 8px 16px 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: var(--xlp-radius-pill);
    background: rgba(255, 255, 255, 0.10);
    color: var(--xlp-white);
    backdrop-filter: blur(3px);
}

.xlp-trust-strip__icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 6px;
    border-radius: var(--xlp-radius-pill);
    background: var(--xamax-color-orange, #ffa61b);
    color: var(--xlp-black);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.02em;
}

.xlp-trust-strip__content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.15;
}

.xlp-trust-strip__title,
.xlp-trust-strip__text {
    display: block;
    white-space: nowrap;
}

.xlp-trust-strip__title {
    color: var(--xlp-white);
    font-size: 14px;
    font-weight: 800;
}

.xlp-trust-strip__text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 500;
}

.xamax-landing-volume-discounts__visual {
    align-self: stretch;
}

.xamax-landing-volume-discounts__basket {
    min-height: 360px;
    height: 100%;
    padding: 24px;
    border-radius: var(--xlp-radius);
    background: var(--xlp-gradient-blue);
    color: var(--xlp-white);
    box-shadow: var(--xlp-shadow-blue);
    animation: none;
}


.xamax-landing-volume-discounts__basket-header,
.xamax-landing-volume-discounts__basket-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.xamax-landing-volume-discounts__basket-header {
    gap: 12px;
    margin-bottom: 18px;
}

.xamax-landing-volume-discounts__basket-title {
    color: var(--xlp-white);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
}

.xamax-landing-volume-discounts__basket-items {
    display: grid;
    gap: 10px;
}

.xamax-landing-volume-discounts__basket-item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--xlp-radius-mobile);
    background: rgba(255, 255, 255, 0.10);
}

.xamax-landing-volume-discounts__basket-count,
.xamax-landing-volume-discounts__basket-total-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--xlp-radius-pill);
    background: var(--xamax-color-orange, #ffa61b);
    color: var(--xlp-black);
    font-weight: 900;
    line-height: 1;
}

.xamax-landing-volume-discounts__basket-count {
    width: 42px;
    height: 42px;
    font-size: 20px;
}

.xamax-landing-volume-discounts__basket-label {
    color: rgba(255, 255, 255, 0.90);
    font-size: 15px;
    font-weight: 800;
}

.xamax-landing-volume-discounts__basket-total {
    margin-top: 18px;
    padding: 16px;
    border-radius: var(--xlp-radius-card);
    background: var(--xlp-white);
    color: var(--xamax-color-blue, #004991);
}

.xamax-landing-volume-discounts__basket-total-label {
    font-size: 14px;
    font-weight: 900;
}

.xamax-landing-volume-discounts__basket-total-count {
    width: 54px;
    height: 54px;
    font-size: 25px;
}


.xlp-basket-item--with-image {
    grid-template-columns: 48px 54px minmax(0, 1fr);
}

.xlp-basket-item__image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    padding: 6px;
    border-radius: var(--xlp-radius-mobile);
    background: rgba(255, 255, 255, 0.1);
}

.xlp-basket-item__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.xlp-basket-item__content {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.xlp-basket-item__note {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
}

.xlp-basket-result {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(150px, 0.75fr);
    gap: 14px;
    margin-top: 18px;
    padding: 16px;
    overflow: hidden;
    border-radius: var(--xlp-radius-card);
    background: linear-gradient(135deg, rgba(255, 166, 27, 0.20) 0%, rgba(255, 255, 255, 0.96) 48%, rgba(255, 255, 255, 0.98) 100%);
    color: var(--xamax-color-blue, #004991);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.xlp-basket-result__main,
.xlp-basket-result__unlock {
    position: relative;
    z-index: 1;
}

.xlp-basket-result__eyebrow {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 9px;
    border-radius: var(--xlp-radius-pill);
    background: rgba(0, 73, 145, 0.10);
    color: var(--xamax-color-blue, #004991);
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.xlp-basket-result__number-wrap {
    display: flex;
    align-items: flex-end;
    gap: 9px;
    margin-bottom: 8px;
}

.xlp-basket-result__number {
    color: var(--xamax-color-blue, #004991);
    font-size: 54px;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -0.06em;
}

.xlp-basket-result__number-label {
    max-width: 110px;
    padding-bottom: 4px;
    color: var(--xlp-text-soft);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.1;
}

.xlp-basket-result__text {
    margin: 0;
    color: var(--xlp-text-soft);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.xlp-basket-result__unlock {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 7px;
    padding: 14px 12px;
    border-radius: var(--xlp-radius-mobile);
    background: var(--xamax-color-blue, #004991);
    color: var(--xlp-white);
    text-align: center;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.xlp-basket-result__tick {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: var(--xlp-radius-pill);
    background: var(--xamax-color-orange, #ffa61b);
    color: var(--xlp-black);
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}

.xlp-basket-result__unlock-title {
    color: var(--xlp-white);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.15;
}

.xlp-basket-result__unlock-text {
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
}

.xlp-basket-result__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.xlp-basket-result__badges span {
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    border-radius: var(--xlp-radius-pill);
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
}

.xlp-basket-result__badges span::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    margin-right: 6px;
    border-radius: var(--xlp-radius-pill);
    background: var(--xamax-color-orange, #ffa61b);
    color: var(--xlp-black);
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
}

@media (max-width: 640px) {

    .xlp-basket-result {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .xlp-basket-result__number {
        font-size: 48px;
    }

    .xlp-basket-result__unlock {
        justify-items: start;
        text-align: left;
    }
}


@media (max-width: 640px) {

    .xlp-basket-item--with-image {
        grid-template-columns: 42px 46px minmax(0, 1fr);
        gap: 10px;
    }

    .xlp-basket-item__image {
        width: 46px;
        height: 46px;
        padding: 5px;
    }

    .xlp-basket-item__note {
        font-size: 11px;
    }
}


.xamax-landing-logo-process__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}

.xamax-landing-logo-process__step {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 230px;
    padding: 22px 18px;
    border: 1px solid var(--xlp-border-blue-strong);
    border-radius: var(--xlp-radius-card);
    background: var(--xlp-white);
    box-shadow: var(--xlp-shadow-card);
}

.xamax-landing-logo-process__step::after {
    content: "";
    position: absolute;
    top: 48px;
    right: -20px;
    z-index: 2;
    width: 24px;
    height: 2px;
    background: var(--xamax-color-orange, #ffa61b);
}

.xamax-landing-logo-process__step:last-child::after {
    display: none;
}

.xamax-landing-logo-process__step-marker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border-radius: var(--xlp-radius-pill);
    background: var(--xamax-color-blue, #004991);
    color: var(--xlp-white);
    box-shadow: 0 8px 18px rgba(0, 73, 145, 0.24);
}

.xamax-landing-logo-process__step-number {
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
}

.xamax-landing-logo-process__step-title {
    margin: 0 0 8px;
    color: var(--xamax-color-blue, #004991);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
}

.xamax-landing-logo-process__step-text {
    margin: 0;
    color: var(--xlp-text-muted);
    font-size: 14px;
    line-height: 1.5;
}

.xamax-landing-logo-process__steps--animated .xamax-landing-logo-process__step {
    transition: border-color 160ms ease, background-color 160ms ease;
    animation: none;
}

.xamax-landing-logo-process__steps--animated .xamax-landing-logo-process__step-marker {
    transition: background-color 160ms ease, color 160ms ease;
    animation: none;
}

.xamax-landing-logo-process__steps--animated .xamax-landing-logo-process__step:nth-child(1),
.xamax-landing-logo-process__steps--animated .xamax-landing-logo-process__step:nth-child(1) .xamax-landing-logo-process__step-marker {
    animation-delay: 0s;
}

.xamax-landing-logo-process__steps--animated .xamax-landing-logo-process__step:nth-child(2),
.xamax-landing-logo-process__steps--animated .xamax-landing-logo-process__step:nth-child(2) .xamax-landing-logo-process__step-marker {
    animation-delay: 3.75s;
}

.xamax-landing-logo-process__steps--animated .xamax-landing-logo-process__step:nth-child(3),
.xamax-landing-logo-process__steps--animated .xamax-landing-logo-process__step:nth-child(3) .xamax-landing-logo-process__step-marker {
    animation-delay: 7.5s;
}

.xamax-landing-logo-process__steps--animated .xamax-landing-logo-process__step:nth-child(4),
.xamax-landing-logo-process__steps--animated .xamax-landing-logo-process__step:nth-child(4) .xamax-landing-logo-process__step-marker {
    animation-delay: 11.25s;
}

.xamax-landing-logo-process:hover .xamax-landing-logo-process__step,
.xamax-landing-logo-process:hover .xamax-landing-logo-process__step-marker {
    animation-play-state: paused;
}

.xamax-landing-digital-sample__image-card {
    position: relative;
    overflow: hidden;
    max-width: 520px;
    margin: 0 auto;
    border-radius: var(--xlp-radius);
    background: var(--xlp-white);
    box-shadow: var(--xlp-shadow-section-strong);
    transform: rotate(-1.5deg);
    animation: none;
}

.xamax-landing-digital-sample__image {
    display: block;
    width: 100%;
    height: auto;
}

.xamax-landing-digital-sample__image-caption {
    position: absolute;
    left: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border-radius: var(--xlp-radius-pill);
    background: var(--xlp-white);
    color: var(--xamax-color-blue, #004991);
    box-shadow: 0 10px 22px rgba(0, 73, 145, 0.18);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
}

.xamax-landing-digital-sample__image-caption::before {
    content: "✓";
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: var(--xlp-radius-pill);
    background: var(--xamax-color-orange, #ffa61b);
    color: var(--xlp-black);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.xamax-landing-quote-cta .xlp-btn--primary {
    animation: xlpQuoteCtaGlow 3.6s ease-in-out infinite;
}


@media (max-width: 640px) {

    .xlp-section__inner--decorated::after,
    .xlp-section__inner--blue.xlp-section__inner--decorated::after,
    .xlp-section__inner--cta::after {
        top: -22%;
        right: 52px;
        bottom: -22%;
        width: 72px;
        height: auto;
    }

    .xlp-section__inner--cta::after {
        right: 64px;
    }

    .xlp-card::after {
        top: auto;
        right: -12px;
        bottom: -58px;
        width: 46px;
        height: 165px;
    }

    .xlp-card--method::after {
        top: auto;
        right: -14px;
        bottom: -76px;
        width: 46px;
        height: 215px;
    }
}



@media (max-width: 1024px) {

    .xlp-section__inner--split,
    .xlp-section__inner--media-split,
    .xlp-section__inner--cta,
    .xlp-section__layout--split,
    .xlp-panel--horizontal,
    .xlp-grid--2 {
        grid-template-columns: 1fr;
    }


    .xlp-grid--3,
    .xamax-landing-logo-process__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xlp-card--method,
    .xamax-landing-volume-discounts__basket {
        min-height: auto;
    }

    .xlp-actions--end,
    .xlp-panel--horizontal .xlp-actions {
        justify-content: flex-start;
    }

    .xamax-landing-logo-process__step::after {
        display: none;
    }

    .xamax-landing-digital-sample__visual {
        order: 2;
    }

    .xamax-landing-digital-sample .xlp-section__content {
        order: 1;
    }

    .xlp-trust-strip__track {
        animation-duration: 32s;
    }

    .xlp-trust-strip__item {
        padding-right: 14px;
    }

    .xlp-trust-strip__title {
        font-size: 13px;
    }

    .xlp-trust-strip__text {
        font-size: 11px;
    }
}



@media (max-width: 700px) {

    .xlp-tier-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .xlp-tier {
        min-height: auto;
    }

    .xamax-landing-volume-discounts__basket {
        padding: 20px 16px;
        border-radius: var(--xlp-radius-mobile);
        animation: none;
    }

    .xamax-landing-volume-discounts__basket-header {
        align-items: flex-start;
        flex-direction: column;
    }
}



@media (max-width: 640px) {



    .xlp-section {
        margin: var(--xlp-section-margin-mobile);
    }

    .xlp-section--final {
        margin: 34px 0 20px;
    }

    .xlp-section__inner,
    .xlp-section__inner--cta {
        padding: var(--xlp-section-padding-mobile);
        border-radius: var(--xlp-radius-mobile);
    }

    .xlp-section__inner--accent-left::before {
        width: 100%;
        height: 6px;
    }

    .xlp-section__inner--accent-right::before {
        inset: 0 auto auto 0;
        width: 100%;
        height: 6px;
    }

    .xlp-section__header {
        text-align: left;
    }

    .xlp-section__intro,
    .xlp-section__intro--left {
        font-size: 15px;
    }

    .xlp-grid--3,
    .xamax-landing-logo-process__steps {
        grid-template-columns: 1fr;
    }

    .xlp-card {
        min-height: auto;
        padding: 22px 18px 20px;
    }

    .xlp-card--method {
        padding: 24px 18px 20px;
        border-radius: var(--xlp-radius-mobile);
    }

    .xlp-card__top {
        align-items: flex-start;
        flex-direction: column;
    }

    .xlp-card__title--large {
        font-size: 25px;
    }

    .xlp-panel,
    .xlp-panel--horizontal {
        padding: 22px 18px;
        border-radius: var(--xlp-radius-mobile);
    }

    .xlp-panel__title {
        font-size: 22px;
    }

    .xlp-actions,
    .xlp-actions--end,
    .xlp-panel--horizontal .xlp-actions {
        flex-direction: column;
        justify-content: flex-start;
    }

    .xlp-btn {
        width: 86%!important;
    }

    .xlp-note {
        align-items: flex-start;
    }

    .xlp-faq__question {
        padding: 16px 50px 16px 16px;
        font-size: 15px;
    }

    .xlp-faq__question::before {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }

    .xlp-faq__question::after {
        right: 14px;
    }

    .xlp-faq__answer {
        padding: 0 16px 18px 58px;
        font-size: 14px;
    }

    .xlp-trust-strip {
        margin: 18px 0;
        border-radius: 10px;
    }

    .xlp-trust-strip__viewport {
        padding: 10px 0;
    }

    .xlp-trust-strip__viewport::before,
    .xlp-trust-strip__viewport::after {
        width: 42px;
    }

    .xlp-trust-strip__track {
        animation-duration: 28s;
    }

    .xlp-trust-strip__group {
        gap: 12px;
        padding-right: 12px;
    }

    .xlp-trust-strip__item {
        gap: 8px;
        padding: 7px 12px 7px 8px;
    }

    .xlp-trust-strip__icon {
        min-width: 30px;
        height: 30px;
        font-size: 11px;
    }

    .xlp-trust-strip__title {
        font-size: 12px;
    }

    .xlp-trust-strip__text {
        font-size: 10.5px;
    }

    .xamax-landing-logo-process__step {
        min-height: auto;
    }

    .xamax-landing-digital-sample__image-card {
        max-width: 100%;
        border-radius: var(--xlp-radius-mobile);
        transform: none;
        animation: none;
    }

    .xamax-landing-digital-sample__image-caption {
        left: 12px;
        right: 12px;
        bottom: 12px;
        justify-content: center;
        font-size: 11px;
        text-align: center;
    }
}



@media (prefers-reduced-motion: reduce) {

    .xlp-trust-strip__track {
        width: auto;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 12px;
        animation: none;
    }

    .xlp-hero__sample-card {
        transform: none;
    }

    .xlp-trust-strip__group {
        flex-wrap: wrap;
        justify-content: center;
    }

    .xlp-trust-strip__group[aria-hidden="true"] {
        display: none;
    }

    .xamax-landing-volume-discounts__basket,
    .xamax-landing-logo-process__steps--animated .xamax-landing-logo-process__step,
    .xamax-landing-logo-process__steps--animated .xamax-landing-logo-process__step-marker,
    .xamax-landing-digital-sample__image-card,
    .xlp-card--highlight .xlp-icon,
    .xamax-landing-quote-cta .xlp-btn--primary,
    .xlp-btn--sweep::after {
        animation: none;
    }

    .xlp-card,
    .xlp-btn {
        transition: none;
    }

    .xamax-landing-logo-process__steps--animated .xamax-landing-logo-process__step:nth-child(3) {
        transform: translateY(-6px);
        border-color: var(--xamax-color-orange, #ffa61b);
        background: var(--xlp-gradient-orange-soft);
        box-shadow: 0 14px 28px rgba(255, 166, 27, 0.22);
    }

    .xamax-landing-logo-process__steps--animated .xamax-landing-logo-process__step:nth-child(3) .xamax-landing-logo-process__step-marker {
        background: var(--xamax-color-orange, #ffa61b);
        color: var(--xlp-black);
        box-shadow: 0 8px 18px rgba(255, 166, 27, 0.30);
    }

    .xlp-btn--sweep::after {
        display: none;
    }
}



.xamax-category-work-clothing-routes .xlp-card,
.xamax-category-t-shirts-routes .xlp-card,
.xamax-category-sweatshirts-categories .xlp-card,
.xamax-category-hoodies-categories .xlp-card,
.xamax-category-coats-jackets-categories .xlp-card {
transition: border-color var(--xlp-transition-card);
}

.xamax-category-work-clothing-routes .xlp-card:hover,
.xamax-category-t-shirts-routes .xlp-card:hover,
.xamax-category-sweatshirts-categories .xlp-card:hover,
.xamax-category-hoodies-categories .xlp-card:hover,
.xamax-category-coats-jackets-categories .xlp-card:hover {
transform: none;
box-shadow: var(--xlp-shadow-card);
}

.xamax-category-work-clothing-routes .xlp-card--highlight:hover,
.xamax-category-t-shirts-routes .xlp-card--highlight:hover,
.xamax-category-sweatshirts-categories .xlp-card--highlight:hover,
.xamax-category-hoodies-categories .xlp-card--highlight:hover,
.xamax-category-coats-jackets-categories .xlp-card--highlight:hover {
border-color: var(--xamax-color-orange, #ffa61b);
box-shadow: var(--xlp-shadow-orange-soft);
}

.xamax-category-work-clothing-routes .xlp-card--highlight .xlp-icon,
.xamax-category-t-shirts-routes .xlp-card--highlight .xlp-icon,
.xamax-category-sweatshirts-categories .xlp-card--highlight .xlp-icon,
.xamax-category-hoodies-categories .xlp-card--highlight .xlp-icon,
.xamax-category-coats-jackets-categories .xlp-card--highlight .xlp-icon {
animation: none;
}


/* Hi Vis hero variant
Applies highlighted-routing-card styling to the hero inner panel.
Keep xlp-hero__inner in the HTML — it controls the hero layout.
*/

.xlp-hero--hi-vis .xlp-hero__inner {
background:
linear-gradient(160deg, #ffa61b 0%, #ffa61b 10%, #ffffff 60%) !important;
color: #111111 !important;
border: 2px solid var(--xamax-color-orange, #ffa61b);
box-shadow: var(--xlp-shadow-orange-soft);
}


.xlp-hero--hi-vis .xlp-hero__inner::before {
background: rgba(0, 73, 145, 0.12) !important;
}

.xlp-hero--hi-vis .xlp-hero__inner::after {
background: var(--xamax-color-blue, #004991) !important;
}

.xlp-hero--hi-vis .xlp-hero__title,
.xlp-hero--hi-vis .xlp-hero__intro,
.xlp-hero--hi-vis .xamax-category-hero-caption {
color: #111111 !important;
}

.xlp-hero--hi-vis .xlp-hero__eyebrow {
background: var(--xamax-color-blue, #004991) !important;
color: #ffffff !important;
}

.xlp-hero--hi-vis .xlp-hero__trust-line span {
background: rgba(255, 255, 255, 0.72) !important;
border-color: rgba(0, 73, 145, 0.22) !important;
color: #111111 !important;
}

.xlp-hero--hi-vis .xlp-hero__trust-line span:first-child,
.xlp-hero--hi-vis .xlp-btn--primary {
background: var(--xamax-color-blue, #004991) !important;
border-color: var(--xamax-color-blue, #004991) !important;
color: #ffffff !important;
}


.xlp-hero--hi-vis .xlp-btn--primary:hover,
.xlp-hero--hi-vis .xlp-btn--primary:focus {
background: #00386f !important;
border-color: #00386f !important;
color: #ffffff !important;
}

.xlp-hero--hi-vis .xlp-btn--ghost {
background: rgba(255, 255, 255, 0.78) !important;
border-color: rgba(0, 73, 145, 0.44) !important;
color: var(--xamax-color-blue, #004991) !important;
}

.xlp-hero--hi-vis .xlp-btn--ghost:hover,
.xlp-hero--hi-vis .xlp-btn--ghost:focus {
background: var(--xamax-color-blue, #004991) !important;
border-color: var(--xamax-color-blue, #004991) !important;
color: #ffffff !important;
}

.xamax-hi-vis-proof-mark {
    max-width: 75px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 999;
}

/* Hi Vis trust strip variant
   Safer, cleaner companion to the orange Hi Vis hero.
*/

.xlp-trust-strip--hi-vis {
    background:
        linear-gradient(135deg, rgba(255, 166, 27, 0.16), rgba(255, 255, 255, 0.96));
    border-top: 1px solid rgba(0, 73, 145, 0.10);
    border-bottom: 1px solid rgba(0, 73, 145, 0.10);
}

.xlp-trust-strip--hi-vis .xlp-trust-strip__item {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(0, 73, 145, 0.12);
}

.xlp-trust-strip--hi-vis .xlp-trust-strip__icon {
    background: var(--xamax-color-blue);
    color: #ffffff;
}

.xlp-trust-strip--hi-vis .xlp-trust-strip__icon--logo {
    background: #ffffff !important;
    border: 1px solid rgba(0, 73, 145, 0.14);
    box-shadow: 0 8px 18px rgba(0, 73, 145, 0.10);
}

.xlp-trust-strip--hi-vis .xlp-trust-strip__title {
    color: var(--xamax-color-blue);
}

.xlp-trust-strip--hi-vis .xlp-trust-strip__text {
    color: #222222;
}
/* Hi Vis trust strip edge fades
Replaces the default blue fades at either end of the scrolling trust strip.
*/

.xlp-trust-strip--hi-vis .xlp-trust-strip__viewport::before {
background: linear-gradient(
to right,
rgba(255, 246, 232, 1) 0%,
rgba(255, 246, 232, 0) 100%
) !important;
}

.xlp-trust-strip--hi-vis .xlp-trust-strip__viewport::after {
background: linear-gradient(
to left,
rgba(255, 246, 232, 1) 0%,
rgba(255, 246, 232, 0) 100%
) !important;
}

.xlp-trust-strip--hi-vis::before {
background: linear-gradient(
to right,
rgba(255, 246, 232, 1) 0%,
rgba(255, 246, 232, 0) 100%
) !important;
}

.xlp-trust-strip--hi-vis::after {
background: linear-gradient(
to left,
rgba(255, 246, 232, 1) 0%,
rgba(255, 246, 232, 0) 100%
) !important;
}


/* =========================================================
XAMAX Footwear Category Variant
Full-width subtle pinstripe / tread-style hero overlay
========================================================= */

.xlp-hero--footwear .xlp-hero__inner {
position: relative;
overflow: hidden;
isolation: isolate;
}

.xlp-hero--footwear .xlp-hero__content,
.xlp-hero--footwear .xlp-hero__visual {
position: relative;
z-index: 2;
}

.xlp-hero--footwear .xlp-hero__inner::before {
display: none !important;
}

.xlp-hero--footwear .xlp-hero__inner::after {
content: "" !important;
display: block !important;
position: absolute !important;
inset: 0 !important;
width: auto !important;
height: auto !important;
transform: none !important;
border-radius: 0 !important;
background-image:
    repeating-linear-gradient(
        35deg,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0) 12px,
        rgba(255, 255, 255, 0.11) 12px,
        rgba(255, 255, 255, 0.11) 14px,
        rgba(255, 162, 0, 0.10) 14px,
        rgba(255, 162, 0, 0.10) 15px,
        rgba(255, 255, 255, 0) 15px,
        rgba(255, 255, 255, 0) 28px
    ) !important;
pointer-events: none;
z-index: 1;
opacity: 0.4;
background:
repeating-linear-gradient(
35deg,
rgba(255, 255, 255, 0.00) 0,
rgba(255, 255, 255, 0.00) 14px,
rgba(255, 255, 255, 0.13) 14px,
rgba(255, 255, 255, 0.13) 16px,
rgba(255, 162, 0, 0.10) 16px,
rgba(255, 162, 0, 0.10) 17px,
rgba(255, 255, 255, 0.00) 17px,
rgba(255, 255, 255, 0.00) 30px
);
}


/*
Full-width footwear pinstripe.
Same visual angle as the standard hero stripe, but spread across
the whole hero so the gradient still shows through.
*/

.xlp-hero--footwear .xlp-hero__eyebrow,
.xlp-hero--footwear .xlp-hero__trust-line span {
color: #ffffff;
background: rgba(255, 162, 0, 0.18);
border-color: rgba(255, 162, 0, 0.42);
}


.xlp-hero--footwear .xlp-btn--primary {
background: #ffa200;
border-color: #ffa200;
color: #000000;
}

.xlp-hero--footwear .xlp-btn--ghost {
border-color: rgba(255, 255, 255, 0.78);
background: rgba(255, 255, 255, 0.08);
}

.xlp-hero--footwear .xlp-hero__image-card {
background: #ffffff;
border-color: rgba(255, 255, 255, 0.62);
box-shadow: 0 22px 46px rgba(0, 20, 45, 0.28);
}


/* =========================================================
XAMAX Footwear Trust Strip Variant
========================================================= */

.xlp-trust-strip--footwear {
background: linear-gradient(135deg, #f4f9fd 0%, #ffffff 60%, #eef5fb 100%);
}

.xlp-trust-strip--footwear .xlp-trust-strip__icon {
background: #004991;
color: #ffffff;
}

.xlp-trust-strip--footwear .xlp-trust-strip__title {
color: #004991;
}

.xlp-trust-strip--footwear .xlp-trust-strip__text {
color: #20231f;
}

.xlp-trust-strip--footwear .xlp-trust-strip__viewport::before {
background: linear-gradient(90deg, #f4f9fd 0%, rgba(244, 249, 253, 0) 100%);
}

.xlp-trust-strip--footwear .xlp-trust-strip__viewport::after {
background: linear-gradient(270deg, #eef5fb 0%, rgba(238, 245, 251, 0) 100%);
}


/* ==========================================================
XAMAX XLP Safety / PPE Theme
Used for Workplace Health & Safety and PPE category pages
========================================================== */

.xlp-hero--safety,
.xlp-trust-strip--safety,
.xlp-section--safety {
--xlp-safety-blue: #004991;
--xlp-safety-blue-dark: #06243d;
--xlp-safety-blue-deep: #031827;
--xlp-safety-blue-soft: #eaf3fb;
--xlp-safety-blue-pale: #f4f8fc;
--xlp-safety-orange: #ffa200;
--xlp-safety-orange-soft: #fff3d8;
--xlp-safety-text: #0f1720;
--xlp-safety-muted: #4f6070;
--xlp-safety-border: rgba(0, 73, 145, 0.18);
--xlp-safety-shadow: 0 18px 45px rgba(3, 24, 39, 0.16);
}

/* =========================
Safety Hero
========================= */

.xlp-hero--safety .xlp-hero__inner {
position: relative;
overflow: hidden;
isolation: isolate;
background:
radial-gradient(circle at 88% 18%, rgba(255, 162, 0, 0.28) 0, rgba(255, 162, 0, 0) 24%),
linear-gradient(135deg, var(--xlp-safety-blue-deep) 0%, var(--xlp-safety-blue-dark) 48%, var(--xlp-safety-blue) 100%);
color: #ffffff;
}

.xlp-hero--safety .xlp-hero__inner::before {
display:none;
}

.xlp-hero--safety .xlp-hero__inner::after {
    content: "";
    position: absolute;
    width: 36%;
    height: 200%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.18;
    transform: rotate(35deg);
    background: repeating-linear-gradient(1800deg, rgba(255, 162, 0, 0.95) 0, rgba(255, 162, 0, 0.95) 48px, rgba(0, 0, 0, 0.92) 48px, rgba(0, 0, 0, 0.92) 96px);
}

.xlp-hero--safety .xlp-hero__content,
.xlp-hero--safety .xlp-hero__visual {
position: relative;
z-index: 2;
}

.xlp-hero--safety .xlp-hero__eyebrow {
color: var(--xlp-safety-orange);
}


.xlp-hero--safety .xlp-btn--primary {
background: var(--xlp-safety-orange);
border-color: var(--xlp-safety-orange);
color: #111111;
}

.xlp-hero--safety .xlp-btn--primary:hover,
.xlp-hero--safety .xlp-btn--primary:focus {
background: #ffffff;
border-color: #ffffff;
}

.xlp-hero--safety .xlp-btn--ghost {
border-color: rgba(255, 255, 255, 0.7);
}

.xlp-hero--safety .xlp-btn--ghost:hover,
.xlp-hero--safety .xlp-btn--ghost:focus {
background: #20231f;
border-color: #ffffff;
}

.xlp-hero--safety .xlp-hero__trust-line span {
background: rgba(255, 255, 255, 0.11);
border: 1px solid rgba(255, 255, 255, 0.22);
color: #ffffff;
}

.xlp-hero--safety .xlp-hero__image-card {
background: #ffffff;
border: 1px solid rgba(255, 162, 0, 0.42);
box-shadow: var(--xlp-safety-shadow);
}

.xlp-hero--safety .xlp-hero__image-caption {
color: var(--xlp-safety-muted);
}

.xlp-hero--safety .xamax-category-hero-family-links {
background: #20231f;
}


.xlp-hero--safety .xamax-hero-route-link-main {
background: var(--xlp-safety-orange);
color: #111111;
}


/* =========================
Safety Trust Strip
========================= */

.xlp-trust-strip--safety {
background:
linear-gradient(135deg, #ffffff 0%, var(--xlp-safety-blue-pale) 100%);
border-top: 1px solid var(--xlp-safety-border);
border-bottom: 1px solid var(--xlp-safety-border);
}

.xlp-trust-strip--safety .xlp-trust-strip__viewport::before {
background: linear-gradient(90deg, var(--xlp-safety-blue-pale), rgba(244, 248, 252, 0));
}

.xlp-trust-strip--safety .xlp-trust-strip__viewport::after {
background: linear-gradient(270deg, var(--xlp-safety-blue-pale), rgba(244, 248, 252, 0));
}

.xlp-trust-strip--safety .xlp-trust-strip__item {
background: #ffffff;
border: 1px solid var(--xlp-safety-border);
box-shadow: 0 8px 24px rgba(0, 73, 145, 0.08);
}

.xlp-trust-strip--safety .xlp-trust-strip__icon {
background: var(--xlp-safety-blue);
color: #ffffff;
}

.xlp-trust-strip--safety .xlp-trust-strip__icon--logo {
background: none;
}

.xlp-trust-strip--safety .xlp-trust-strip__title {
color: var(--xlp-safety-blue);
}

.xlp-trust-strip--safety .xlp-trust-strip__text {
color: var(--xlp-safety-muted);
}

/* =========================
Safety Routing Sections
========================= */

.xlp-section--safety .xlp-section__inner {
background:
linear-gradient(180deg, #ffffff 0%, var(--xlp-safety-blue-pale) 100%);
}

.xlp-section--safety .xlp-section__eyebrow {
color: var(--xlp-safety-blue);
}

.xlp-section--safety .xlp-section__title {
color: var(--xlp-safety-blue-dark);
}

.xlp-section--safety .xlp-section__intro {
color: var(--xlp-safety-muted);
}

.xlp-section--safety .xlp-card {
border: 1px solid var(--xlp-safety-border);
box-shadow: 0 10px 28px rgba(0, 73, 145, 0.08);
}

.xlp-section--safety .xlp-card::before {
background: linear-gradient(135deg, var(--xlp-safety-blue) 0%, var(--xlp-safety-orange) 100%);
}

.xlp-section--safety .xlp-card--highlight {
border-color: rgba(255, 162, 0, 0.42);
background:
linear-gradient(180deg, #ffffff 0%, var(--xlp-safety-orange-soft) 100%);
}

.xlp-section--safety .xlp-card__title {
color: var(--xlp-safety-blue-dark);
}
.xlp-section--safety .xamax-route-card--support .xlp-card__title {
    color: #ffa61b !important;
font-weight: 900 !important;
}
.xlp-section--safety .xlp-card__text,
.xlp-section--safety .xamax-route-meta-list li {
color: var(--xlp-safety-muted);
}

.xlp-section--safety .xlp-icon {
background: var(--xlp-safety-blue-soft);
color: var(--xlp-safety-blue);
}

.xlp-section--safety .xlp-icon--image {
background: #ffffff;
border: 1px solid var(--xlp-safety-border);
}

.xlp-section--safety .xlp-badge {
background: var(--xlp-safety-blue);
color: #ffffff;
}

.xlp-section--safety .xlp-card--highlight .xlp-badge {
background: var(--xlp-safety-orange);
color: #111111;
}


.xlp-section--safety .xamax-route-card--support {
background:
linear-gradient(135deg, var(--xlp-safety-blue-dark) 0%, var(--xlp-safety-blue) 100%);
border-color: rgba(255, 162, 0, 0.42);
}

.xlp-section--safety .xamax-route-card--support .xlp-card__text,
.xlp-section--safety .xamax-route-card--support .xamax-route-meta-list li {
color: #ffffff;
}


/* =========================
Mobile refinements
========================= */

@media (max-width: 768px) {

.xlp-hero--safety .xlp-hero__inner::after {
opacity: 0.1;
width: 88%;
height: 42%;
inset: auto -28% -18% auto;
}

.xlp-hero--safety .xlp-hero__trust-line span {
    background: rgba(255, 255, 255, 0.14);
}
}


/* =========================================================
XAMAX Bundle Deals Theme
Scoped modifier for bundle/category buying shortcut pages
========================================================= */

.xlp-hero--bundle .xlp-hero__inner {
position: relative;
overflow: hidden;
background:
radial-gradient(circle at 18% 18%, rgba(255, 162, 0, 0.2) 0, rgba(255, 162, 0, 0) 34%),
linear-gradient(135deg, #004991 0%, #003a73 58%, #06263f 100%);
}

.xlp-hero--bundle .xlp-hero__inner::before {
content: "";
position: absolute;
top: -45%;
right: -8%;
bottom: -45%;
left: 8%;
background:
repeating-linear-gradient(
35deg,
rgba(255, 255, 255, 0.08) 0,
rgba(255, 255, 255, 0.08) 2px,
transparent 2px,
transparent 18px
);
opacity: 0.44;
pointer-events: none;
}


.xlp-hero--bundle .xlp-hero__content,
.xlp-hero--bundle .xlp-hero__visual {
position: relative;
z-index: 1;
}

.xlp-hero--bundle .xlp-hero__eyebrow {
background: rgba(255, 162, 0, 0.16);
color: #ffffff;
border-color: rgba(255, 162, 0, 0.55);
}

.xlp-hero--bundle .xlp-hero__image-card {
border-color: rgba(255, 162, 0, 0.42);
box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
}

.xamax-bundle-ladder {
display: flex;
flex-wrap: wrap;
gap: 0.55rem;
margin: 1.3rem 0 0;
padding: 0;
list-style: none;
}

.xamax-bundle-size-pill {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 4.25rem;
padding: 0.55rem 0.7rem;
border-radius: 999px;
background: rgba(255, 255, 255, 0.14);
border: 1px solid rgba(255, 255, 255, 0.28);
color: #ffffff;
font-weight: 800;
line-height: 1;
}

.xamax-bundle-size-pill--highlight {
background: #ffa200;
border-color: #ffa200;
color: #111111;
}

.xlp-section--bundle .xlp-section__inner {
position: relative;
}

.xlp-section--bundle .xlp-section__eyebrow {
color: #004991;
}

.xlp-section--bundle .xlp-card--highlight {
border-color: rgba(255, 162, 0, 0.5);
}

.xamax-bundle-card__sizes {
display: flex;
flex-wrap: wrap;
gap: 0.45rem;
margin: 1rem 0 0;
padding: 0;
list-style: none;
}

.xamax-bundle-card__sizes li {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 3.3rem;
padding: 0.38rem 0.55rem;
border-radius: 999px;
background: #f2f6fb;
border: 1px solid rgba(0, 73, 145, 0.14);
color: #004991;
font-size: 0.86rem;
font-weight: 800;
}

.xamax-bundle-card__sizes li.is-primary {
background: #ffa200;
border-color: #ffa200;
color: #111111;
}

.xamax-bundle-status {
display: inline-flex;
align-items: center;
width: fit-content;
margin: 1rem 0 0;
padding: 0.45rem 0.7rem;
border-radius: 999px;
background: rgba(0, 73, 145, 0.08);
color: #004991;
font-size: 0.86rem;
font-weight: 800;
}

.xamax-bundle-status--planned {
background: rgba(255, 162, 0, 0.16);
color: #3d2a00;
}

.xamax-bundle-flow {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 0.85rem;
margin: 1.4rem 0 0;
}

.xamax-bundle-flow__step {
padding: 1rem;
border-radius: 16px;
background: #ffffff;
border: 1px solid rgba(0, 73, 145, 0.12);
box-shadow: 0 10px 24px rgba(0, 73, 145, 0.08);
}

.xamax-bundle-flow__number {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2rem;
height: 2rem;
margin-bottom: 0.6rem;
border-radius: 999px;
background: #004991;
color: #ffffff;
font-weight: 800;
}

.xamax-bundle-flow__title {
display: block;
margin: 0 0 0.25rem;
color: #004991;
font-weight: 800;
}

.xamax-bundle-flow__text {
margin: 0;
font-size: 0.95rem;
line-height: 1.45;
}

@media (max-width: 900px) {

.xamax-bundle-flow {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}


@media (max-width: 560px) {

.xamax-bundle-flow {
grid-template-columns: 1fr;
}


.xamax-bundle-size-pill {
    min-width: 3.75rem;
}
}


/* =========================================================
   XAMAX Homepage Trust / Proof Grid
   Static homepage proof section, not animated trust strip
   ========================================================= */

.xamax-homepage-trust-strip {
    margin: 0;
}

.xamax-homepage-trust-strip .xlp-section__inner {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}


.xamax-homepage-proof-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    min-width: 0;
    padding: 1rem;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(0, 73, 145, 0.12);
    box-shadow: 0 8px 20px rgba(0, 73, 145, 0.06);
}

.xamax-homepage-proof-item .xlp-trust-strip__icon {
    flex: 0 0 auto;
    width: 2.7rem;
    height: 2.7rem;
    min-width: 2.7rem;
    border-radius: 999px;
    background: #ffa200;
    color: #111111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

.xamax-homepage-proof-item .xlp-trust-strip__icon--logo {
    background: #ffa200;
    padding: 0.18rem;
}

.xamax-homepage-proof-item .xlp-trust-strip__icon--logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.xamax-homepage-proof-item .xlp-trust-strip__content {
    display: block;
    min-width: 0;
}

.xamax-homepage-proof-item .xlp-trust-strip__title {
    display: block;
    margin: 0 0 0.2rem;
    color: #004991;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.2;
}

.xamax-homepage-proof-item .xlp-trust-strip__text {
    display: block;
    color: #25384f;
    font-size: 0.88rem;
    line-height: 1.38;
}

/* If the hidden heading utility is not already in core */
.xlp-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* =========================================================
   XAMAX Homepage Trust Strip
   Uses standard Blue Phoenix marquee trust-strip pattern
   ========================================================= */

.xlp-trust-strip--homepage {
    margin: 0;
}

.xlp-trust-strip--homepage .xlp-trust-strip__item {
    flex: 0 0 auto;
    width: clamp(18rem, 24vw, 25rem);
}

.xlp-trust-strip--homepage .xlp-trust-strip__content {
    min-width: 0;
}

.xlp-trust-strip--homepage .xlp-trust-strip__title,
.xlp-trust-strip--homepage .xlp-trust-strip__text {
    white-space: normal;
    overflow-wrap: anywhere;
}

.xlp-trust-strip--homepage .xlp-trust-strip__icon {
    flex: 0 0 auto;
}

.xlp-trust-strip--homepage .xlp-trust-strip__icon--logo img {
    display: block;
    max-width: 100%;
    height: auto;
}


/* =========================================================
   XAMAX Homepage Popular Category Shortcuts
   Compact Blue Phoenix mini route cards
   ========================================================= */

.xamax-homepage-popular-categories {
    margin: 0;
}

.xamax-homepage-shortcut-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.xamax-homepage-shortcut {
    position: relative;
    display: grid;
    grid-template-columns: 4.5rem minmax(0, 1fr);
    align-items: center;
    gap: 1.85rem;
    min-width: 0;
    padding: 0.75rem 0.9rem;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(0, 73, 145, 0.14);
    box-shadow: 0 8px 20px rgba(0, 73, 145, 0.06);
    color: #25384f;
    text-decoration: none !important;
    overflow: hidden;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.xamax-homepage-shortcut::after {
    content: "";
    position: absolute;
    right: -2.2rem;
    bottom: -3.8rem;
    width: 7.5rem;
    height: 10.5rem;
    background: rgba(255, 162, 0, 0.13);
    transform: rotate(35deg);
    pointer-events: none;
}

.xamax-homepage-shortcut__icon {
    position: relative;
    z-index: 1;
    display: block;
    width: 5rem;
    height: 5rem;
    border-radius: 14px;
    overflow: hidden;
    background: #eef4fb;
    border: 1px solid rgba(0, 73, 145, 0.12);
}

.xamax-homepage-shortcut__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xamax-homepage-shortcut__content {
    position: relative;
    z-index: 1;
    display: block;
    min-width: 0;
}

.xamax-homepage-shortcut strong {
    display: block;
    margin: 0 0 0.22rem;
    color: #004991;
    font-size: 2rem;
    font-weight: 850;
    line-height: 1.18;
}

.xamax-homepage-shortcut__content > span {
    display: block;
    color: #4d6076;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.32;
}

.xamax-homepage-shortcut:hover,
.xamax-homepage-shortcut:focus {
    transform: translateY(-2px);
    border-color: rgba(255, 162, 0, 0.7);
    box-shadow: 0 12px 26px rgba(0, 73, 145, 0.11);
    color: #25384f;
    text-decoration: none !important;
}

.xamax-homepage-shortcut:hover strong,
.xamax-homepage-shortcut:focus strong {
    color: #003a73;
}

.xamax-homepage-shortcut:focus-visible {
    outline: 3px solid rgba(255, 162, 0, 0.65);
    outline-offset: 3px;
}

@media (max-width: 1200px) {
    .xamax-homepage-shortcut-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .xamax-homepage-shortcut-grid {
        grid-template-columns: 1fr;
        margin-top: 1.4rem;
    }

    .xamax-homepage-shortcut {
        grid-template-columns: 4rem minmax(0, 1fr);
        padding: 0.7rem 0.8rem;
    }

    .xamax-homepage-shortcut__icon {
        width: 4rem;
        height: 3.1rem;
    }

    .xamax-homepage-shortcut strong {
        font-size: 1rem;
    }

    .xamax-homepage-shortcut__content > span {
        font-size: 0.9rem;
    }
}

/* =========================================================
   XAMAX Homepage Final CTA
   Strong closing conversion panel
   ========================================================= */

.xamax-homepage-final-cta {
    margin: 0;
}

.xlp-home-final-cta .xlp-section__inner {
    position: relative;
    overflow: hidden;
}


.xamax-homepage-final-cta__content {
    position: relative;
    z-index: 1;
    max-width: 58rem;
    margin: 0 auto;
    text-align: center;
}

.xamax-homepage-final-cta__actions {
    justify-content: center;
    gap: 0.85rem;
    margin-top: 1.6rem;
}

/* Strong second button for light backgrounds */
.xlp-home-final-cta .xlp-btn--secondary {
    background: #004991;
    color: #ffffff !important;
    border: 2px solid #004991;
    box-shadow: 0 10px 24px rgba(0, 73, 145, 0.18);
}

.xlp-home-final-cta .xlp-btn--secondary:hover,
.xlp-home-final-cta .xlp-btn--secondary:focus {
    background: #003a73;
    border-color: #003a73;
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Fix pale ghost buttons on light CTA backgrounds */
.xlp-home-final-cta .xlp-btn--ghost {
    background: #ffffff;
    color: #004991 !important;
    border: 2px solid rgba(0, 73, 145, 0.22);
    box-shadow: 0 8px 18px rgba(0, 73, 145, 0.08);
}

.xlp-home-final-cta .xlp-btn--ghost:hover,
.xlp-home-final-cta .xlp-btn--ghost:focus {
    background: #f5f9fd;
    color: #003a73 !important;
    border-color: rgba(255, 162, 0, 0.75);
    text-decoration: none !important;
}

.xamax-homepage-final-cta__proof {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    margin: 1.45rem auto 0;
}

.xamax-homepage-final-cta__proof span {
    display: inline-flex;
    align-items: center;
    min-height: 2.15rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(0, 73, 145, 0.07);
    border: 1px solid rgba(0, 73, 145, 0.12);
    color: #004991;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
}

.xamax-homepage-final-cta__links {
    justify-content: center;
    margin-top: 1.25rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(0, 73, 145, 0.12);
}

@media (max-width: 760px) {
    .xamax-homepage-final-cta__actions {
        align-items: stretch;
    }

    .xamax-homepage-final-cta__actions .xlp-btn {
        width: 100%;
        justify-content: center;
    }

    .xamax-homepage-final-cta__proof {
        flex-direction: column;
        align-items: stretch;
    }

    .xamax-homepage-final-cta__proof span {
        justify-content: center;
        text-align: center;
    }
}

@media (min-width: 900px) {
    .xamax-homepage-feature-content {
        display: grid;
        grid-template-columns: minmax(260px, 0.7fr) minmax(0, 2fr);
        grid-template-areas:
            "eyebrow eyebrow"
            "title title"
            "actions intro";
        column-gap: clamp(2rem, 6vw, 7rem);
        row-gap: 1rem;
        align-items: start;
    }

    .xamax-homepage-feature-content > .xlp-section__eyebrow {
        grid-area: eyebrow;
        justify-self: start;
    }

    .xamax-homepage-feature-content > .xlp-section__title {
        grid-area: title;
        margin-bottom: 0.5rem;
    }

    .xamax-homepage-feature-content > .xlp-section__intro {
        grid-area: intro;
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .xamax-homepage-feature-content > .xlp-hero__actions {
        grid-area: actions;
        align-self: start;
        justify-self: start;
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
    }
}
