/**
 * Modern Pulses homepage composition styles.
 */

.mpt-home {
    color: var(--mpt-color-body);
}

.mpt-home--finalised,
.mpt-home--finalised .mpt-home {
    --mpt-home-section-tight: clamp(2.25rem, 5vw, 4.5rem);
}

.mpt-home-hero,
.mpt-home-trust-wrap,
.mpt-home-intro,
.mpt-home-categories,
.mpt-home-divisions,
.mpt-home-solutions,
.mpt-home-services,
.mpt-home-why,
.mpt-home-products,
.mpt-home-audiences,
.mpt-home-channels,
.mpt-home-faq,
.mpt-home-insights-wrap,
.mpt-home-blog-band,
.mpt-home section {
    width: 100%;
    max-width: var(--mpt-container);
    margin-inline: auto;
    padding-inline: var(--mpt-gutter-desktop);
    padding-block: clamp(2.75rem, 6vw, 5.5rem);
}

.mpt-home-section--compact,
.mpt-home-about-divisions,
.mpt-home-solutions-services,
.mpt-home-faq-resources,
.mpt-home-why-audiences,
.mpt-home-blog-band {
    padding-block: var(--mpt-home-section-tight, clamp(2.75rem, 6vw, 5.5rem));
}

.mpt-home-hero {
    display: grid;
    grid-template-columns: minmax(0, 55fr) minmax(320px, 45fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
    min-height: clamp(540px, 68vh, 760px);
    padding-block: clamp(3.5rem, 8vw, 6.5rem);
}

.mpt-home-hero-shell {
    max-width: none;
    padding-inline: 0;
    padding-block: 0;
}

.mpt-home-slide__content {
    max-width: 760px;
}

.mpt-home-slide__trust {
    margin-top: var(--mpt-space-5);
    color: var(--mpt-color-muted);
    font-weight: 800;
}

.mpt-home-slide__visual {
    position: relative;
    display: grid;
    align-content: end;
    min-height: clamp(300px, 40vw, 500px);
    padding: clamp(1.5rem, 4vw, 2.75rem);
    overflow: hidden;
    border-radius: var(--mpt-radius-panel);
    background:
        radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.34), transparent 32%),
        linear-gradient(135deg, var(--mpt-color-deep) 0%, var(--mpt-color-primary-dark) 46%, var(--mpt-color-primary) 100%);
    box-shadow: var(--mpt-shadow-card);
}

.mpt-home-slide__visual::before,
.mpt-home-slide__visual::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.mpt-home-slide__visual::before {
    top: 13%;
    right: 11%;
    width: clamp(9rem, 18vw, 15rem);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.12);
}

.mpt-home-slide__visual::after {
    bottom: -4rem;
    left: -3rem;
    width: 12rem;
    aspect-ratio: 1;
    background: rgba(215, 223, 35, 0.18);
}

.mpt-home-slide__visual-card {
    position: relative;
    z-index: 1;
    display: grid;
    gap: var(--mpt-space-2);
    padding: var(--mpt-space-5);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: var(--mpt-radius-card);
    background: rgba(255, 255, 255, 0.15);
    color: var(--mpt-color-white);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset;
    backdrop-filter: blur(8px);
}

.mpt-home-slide__visual-card span {
    font-size: var(--mpt-font-size-sm);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mpt-home-slide__visual-card strong {
    font-size: clamp(1.35rem, 3vw, 2.4rem);
    line-height: 1.08;
}

.mpt-home-hero-shell .mpt-home-trust-shell {
    max-width: none;
    margin-top: 0;
    padding-block: clamp(2.5rem, 5.5vw, 4rem);
}

.mpt-home-hero__content,
.mpt-home-section__header {
    max-width: 760px;
}

.mpt-home-lede,
.mpt-home-answer,
.mpt-home-section__header > p:not(.mpt-eyebrow) {
    font-size: var(--mpt-font-size-md);
    line-height: var(--mpt-line-height-relaxed);
}

.mpt-home-answer {
    color: var(--mpt-color-heading);
    font-weight: 700;
}

.mpt-home-hero__actions,
.mpt-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--mpt-space-3);
    align-items: center;
    margin-top: var(--mpt-space-5);
}

.mpt-home-hero__actions a,
.mpt-home-actions a,
.mpt-home-audiences__grid .mpt-chip,
.mpt-home-faq summary {
    min-height: 44px;
}

.mpt-home-text-link {
    display: inline-flex;
    align-items: center;
    font-weight: 800;
    text-decoration: none;
}

.mpt-home-text-link::after {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0.45rem;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform var(--mpt-transition);
}

.mpt-home-text-link:hover::after,
.mpt-home-text-link:focus-visible::after {
    transform: translateX(3px) rotate(45deg);
}

.mpt-home-hero__visual {
    position: relative;
    display: grid;
    align-content: end;
    min-height: clamp(330px, 42vw, 540px);
    padding: clamp(1.5rem, 4vw, 2.75rem);
    overflow: hidden;
    border-radius: var(--mpt-radius-panel);
    background:
        radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.34), transparent 32%),
        linear-gradient(135deg, var(--mpt-color-deep) 0%, var(--mpt-color-primary-dark) 46%, var(--mpt-color-primary) 100%);
    box-shadow: var(--mpt-shadow-card);
}

.mpt-home-hero__visual::before,
.mpt-home-hero__visual::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.mpt-home-hero__visual::before {
    top: 13%;
    right: 11%;
    width: clamp(9rem, 18vw, 15rem);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.12);
}

.mpt-home-hero__visual::after {
    bottom: -4rem;
    left: -3rem;
    width: 12rem;
    aspect-ratio: 1;
    background: rgba(215, 223, 35, 0.18);
}

.mpt-home-hero__visual-inner {
    position: relative;
    z-index: 1;
}

.mpt-home-hero__labels {
    display: grid;
    gap: var(--mpt-space-3);
    max-width: 24rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mpt-home-hero__labels li {
    padding: 0.78rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: var(--mpt-radius-pill);
    background: rgba(255, 255, 255, 0.15);
    color: var(--mpt-color-white);
    font-weight: 800;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset;
    backdrop-filter: blur(8px);
}

.mpt-home-trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--mpt-space-4);
}

.mpt-home-trust__item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: var(--mpt-space-2) var(--mpt-space-3);
    align-items: start;
    min-height: 100%;
    padding: var(--mpt-space-5);
    border: 1px solid var(--mpt-color-border);
    border-radius: var(--mpt-radius-card);
    background: var(--mpt-color-surface);
    box-shadow: var(--mpt-shadow-soft);
}

.mpt-home-trust__icon {
    grid-row: span 2;
    width: 28px;
    height: 28px;
    color: var(--mpt-color-primary-dark);
}

.mpt-home-trust__title {
    margin: 0;
    font-size: 1rem;
}

.mpt-home-trust__text {
    grid-column: 2;
    margin: 0;
    color: var(--mpt-color-muted);
    font-size: var(--mpt-font-size-sm);
    line-height: 1.55;
}

.mpt-home-intro__grid,
.mpt-home-divisions__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
}

.mpt-home-capabilities {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--mpt-space-4);
}

.mpt-home-capability,
.mpt-home-benefits article {
    padding: var(--mpt-space-5);
    border: 1px solid var(--mpt-color-border);
    border-radius: var(--mpt-radius-card);
    background: var(--mpt-color-surface);
    box-shadow: var(--mpt-shadow-soft);
}

.mpt-home-capability h3,
.mpt-home-benefits h3 {
    margin-bottom: var(--mpt-space-2);
    font-size: 1.05rem;
}

.mpt-home-capability p,
.mpt-home-benefits p,
.mpt-home-division li {
    margin: 0;
    color: var(--mpt-color-muted);
}

.mpt-home-categories .mpt-category-grid,
.mpt-home-card-grid,
.mpt-home-products__grid,
.mpt-home-insights__grid,
.mpt-home-channels__grid,
.mpt-home-benefits {
    display: grid;
    gap: var(--mpt-space-5);
}

.mpt-home-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
}

.mpt-home-card-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--mpt-space-4);
}

.mpt-home-card-grid--compact .mpt-card {
    min-height: 100%;
}

.mpt-home-card-grid--compact h4 {
    margin-bottom: var(--mpt-space-2);
    font-size: 1rem;
}

.mpt-home-categories .mpt-category-grid {
    margin-top: var(--mpt-space-6);
}

.mpt-home-card-grid--four,
.mpt-home-benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mpt-home-products__grid,
.mpt-home-insights__grid,
.mpt-home-channels__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mpt-home-division {
    min-height: 100%;
}

.mpt-home-division ul,
.mpt-home-division__points {
    display: grid;
    gap: var(--mpt-space-2);
    margin: var(--mpt-space-4) 0 0;
    padding-left: 1.15rem;
}

.mpt-home-insights--compact {
    margin-top: var(--mpt-space-4);
}

.mpt-home-insights__label {
    margin: 0 0 var(--mpt-space-2);
    font-size: var(--mpt-font-size-sm);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mpt-color-muted);
}

.mpt-home-insights__list {
    margin: 0;
    padding-left: 1.15rem;
}

.mpt-home-insights__list a {
    color: var(--mpt-color-heading);
    font-weight: 700;
    text-decoration: none;
}

.mpt-home-insights__list a:hover,
.mpt-home-insights__list a:focus-visible {
    color: var(--mpt-color-primary);
    text-decoration: underline;
}

.mpt-home-division .mpt-card__cta,
.mpt-card--solution .mpt-card__cta,
.mpt-card--service .mpt-card__cta,
.mpt-home-channel .mpt-card__cta {
    margin-top: auto;
}

.mpt-home-services {
    counter-reset: mpt-service;
}

.mpt-home-services .mpt-card--service {
    position: relative;
    padding-top: clamp(3.75rem, 6vw, 4.75rem);
}

.mpt-home-services .mpt-card--service::before {
    counter-increment: mpt-service;
    content: counter(mpt-service, decimal-leading-zero);
    position: absolute;
    top: var(--mpt-space-5);
    left: var(--mpt-space-5);
    color: var(--mpt-color-primary-dark);
    font-size: var(--mpt-font-size-sm);
    font-weight: 900;
    letter-spacing: 0.12em;
}

.mpt-home-why {
    max-width: calc(var(--mpt-container) + (2 * var(--mpt-gutter-desktop)));
    border-radius: var(--mpt-radius-panel);
}

.mpt-home-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: var(--mpt-space-6);
}

.mpt-home-audiences__grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--mpt-space-3);
    margin-top: var(--mpt-space-5);
}

.mpt-home-audiences__grid .mpt-chip {
    text-decoration: none;
}

.mpt-home-audiences__note {
    max-width: 760px;
    margin-top: var(--mpt-space-5);
}

.mpt-home-audiences--compact {
    margin-top: var(--mpt-space-7);
}

.mpt-home-resource-links {
    display: flex;
    flex-wrap: wrap;
    gap: var(--mpt-space-3);
    margin-top: var(--mpt-space-5);
}

.mpt-home-resource-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0.65rem 1rem;
    border: 1px solid var(--mpt-color-border);
    border-radius: var(--mpt-radius-pill);
    background: var(--mpt-color-surface);
    color: var(--mpt-color-heading);
    font-weight: 800;
    text-decoration: none;
}

.mpt-home-channel {
    min-height: 100%;
}

.mpt-product-grid--compact,
.mpt-home-sourcing {
    max-width: 840px;
}

.mpt-home-sourcing {
    display: grid;
    gap: var(--mpt-space-4);
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border: 1px solid var(--mpt-color-border);
    border-radius: var(--mpt-radius-panel);
    background: var(--mpt-color-surface-blue);
}

.mpt-home-faq .mpt-faq {
    display: grid;
    gap: var(--mpt-space-3);
    max-width: 920px;
}

.mpt-home-faq details {
    border: 1px solid var(--mpt-color-border);
    border-radius: var(--mpt-radius-card);
    background: var(--mpt-color-surface);
    box-shadow: var(--mpt-shadow-soft);
}

.mpt-home-faq summary {
    position: relative;
    display: flex;
    align-items: center;
    padding: var(--mpt-space-4) calc(var(--mpt-space-6) + 1rem) var(--mpt-space-4) var(--mpt-space-5);
    cursor: pointer;
    color: var(--mpt-color-heading);
    font-weight: 800;
    list-style: none;
}

.mpt-home-faq summary::-webkit-details-marker {
    display: none;
}

.mpt-home-faq summary::after {
    content: "+";
    position: absolute;
    right: var(--mpt-space-5);
    color: var(--mpt-color-primary-dark);
    font-size: 1.35rem;
    line-height: 1;
}

.mpt-home-faq details[open] summary::after {
    content: "-";
}

.mpt-home-faq__answer p,
.mpt-home-faq details > p {
    margin: 0;
    padding: 0 var(--mpt-space-5) var(--mpt-space-5);
}

.mpt-home-faq summary:focus-visible {
    border-radius: var(--mpt-radius-card);
}

.mpt-home-insights-wrap:empty {
    display: none;
}

@media (max-width: 1024px) {
    .mpt-home-card-grid--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mpt-home-trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mpt-home-slide,
    .mpt-home-split,
    .mpt-home-hero,
    .mpt-home-intro__grid,
    .mpt-home-divisions__grid {
        grid-template-columns: 1fr;
    }

    .mpt-home-hero {
        min-height: auto;
    }

    .mpt-home-hero__content {
        order: 1;
    }

    .mpt-home-slide__visual {
        min-height: 300px;
    }

    .mpt-home-hero .elementor-widget-shortcode,
    .mpt-home-hero__visual {
        order: 2;
    }

    .mpt-home-products__grid,
    .mpt-home-insights__grid,
    .mpt-home-channels__grid,
    .mpt-home-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .mpt-home-trust-shell:not([data-mpt-trust-slider]) .mpt-home-trust--compact {
        padding-inline: var(--mpt-gutter-mobile);
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .mpt-home-trust-shell:not([data-mpt-trust-slider]) .mpt-home-trust--compact .mpt-home-trust__item {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .mpt-home-hero,
    .mpt-home-trust-wrap,
    .mpt-home-intro,
    .mpt-home-categories,
    .mpt-home-divisions,
    .mpt-home-solutions,
    .mpt-home-services,
    .mpt-home-why,
    .mpt-home-products,
    .mpt-home-audiences,
    .mpt-home-channels,
    .mpt-home-faq,
    .mpt-home-insights-wrap,
    .mpt-home section {
        padding-inline: var(--mpt-gutter-mobile);
        padding-block: var(--mpt-section-spacing-mobile);
    }

    .mpt-home-hero {
        gap: var(--mpt-space-6);
        min-height: auto;
        padding-top: var(--mpt-space-7);
    }

    .mpt-home-hero__visual {
        min-height: 300px;
    }

    .mpt-home-trust,
    .mpt-home-capabilities,
    .mpt-home-card-grid--compact,
    .mpt-home-card-grid--four,
    .mpt-home-products__grid,
    .mpt-home-insights__grid,
    .mpt-home-channels__grid,
    .mpt-home-benefits {
        grid-template-columns: 1fr;
    }

    .mpt-home-hero__actions,
    .mpt-home-actions {
        align-items: stretch;
    }

    .mpt-home-hero__actions .mpt-button,
    .mpt-home-actions .mpt-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mpt-home *,
    .mpt-home *::before,
    .mpt-home *::after,
    .mpt-home-hero *,
    .mpt-home-hero *::before,
    .mpt-home-hero *::after {
        animation: none !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/**
 * Homepage visual polish — full-width banner slides + section media rhythm.
 */
.mpt-hero-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--mpt-color-white);
    background: linear-gradient(135deg, var(--mpt-color-deep), var(--mpt-color-primary-dark));
}

.mpt-hero-slider.is-enhanced,
.mpt-hero-slider.is-enhanced .mpt-hero-slider__viewport,
.mpt-hero-slider.is-enhanced .mpt-hero-slider__track,
.mpt-hero-slider.is-enhanced .mpt-hero-slider__slide {
    margin: 0;
    padding: 0;
}

.mpt-home-band--hero .elementor-element:has(.mpt-hero-slider),
.mpt-home-band--hero .elementor-widget:has(.mpt-hero-slider),
.mpt-home-band--hero .elementor-widget-container:has(.mpt-hero-slider),
.mpt-home-hero-shell .elementor-element:has(.mpt-hero-slider),
.mpt-home-hero-shell .elementor-widget:has(.mpt-hero-slider),
.mpt-home-hero-shell .elementor-widget-container:has(.mpt-hero-slider) {
    margin: 0 !important;
    padding: 0 !important;
}

.mpt-hero-slider__viewport {
    width: 100%;
    max-width: none;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.mpt-hero-slider__viewport--swipeable {
    touch-action: pan-y;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.mpt-hero-slider.is-dragging .mpt-hero-slider__viewport--swipeable {
    cursor: grabbing;
}

.mpt-hero-slider.is-dragging .mpt-hero-slider__slide {
    transition: none !important;
}

.mpt-hero-slider.is-dragging .mpt-hero-slider__slide:not(.is-active) {
    pointer-events: none;
    z-index: 0;
}

.mpt-hero-slider.is-dragging .mpt-hero-slider__slide.is-active {
    z-index: 2;
}

.mpt-hero-slider:focus {
    outline: none;
}

.mpt-hero-slider:focus-visible {
    outline: 3px solid var(--mpt-color-lime);
    outline-offset: -6px;
}

.mpt-hero-slider__track {
    display: grid;
    gap: 0;
}

.mpt-hero-slider.is-enhanced .mpt-hero-slider__track {
    position: relative;
    display: block;
    min-height: clamp(454px, 47vw, 551px);
}

.mpt-hero-slider__slide {
    position: relative;
    display: grid;
    align-items: stretch;
    min-height: clamp(454px, 47vw, 551px);
    padding: 0;
    color: var(--mpt-color-white);
    background: linear-gradient(135deg, #003e5b 0%, #00597d 55%, #1296b0 100%);
}

.mpt-hero-slider.is-enhanced .mpt-hero-slider__slide {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(1rem, 0, 0);
    transition:
        opacity 500ms ease,
        transform 500ms ease;
}

.mpt-hero-slider.is-enhanced .mpt-hero-slider__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
}

.mpt-hero-slider__banner {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

/* Beat Elementor `.elementor img { height: auto }` so cover fills the slide. */
.elementor .mpt-hero-slider__banner-img,
.mpt-hero-slider__banner > .mpt-hero-slider__banner-img,
.mpt-hero-slider__banner-img,
.mpt-hero-slider__banner-fallback {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    transition: opacity 0.55s ease;
}

.mpt-hero-slider__video {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none !important;
}

/* Blocks hover/click so YouTube never shows title, buttons, or branding chrome. */
.mpt-hero-slider__video-shield {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: auto;
    background: transparent;
}

.mpt-hero-slider__video-frame,
.mpt-hero-slider__video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: max(100%, 177.78vh);
    height: max(100%, 56.25vw);
    min-width: 100%;
    min-height: 100%;
    border: 0;
    transform: translate(-50%, -50%) scale(1.25);
    transform-origin: center center;
    pointer-events: none !important;
}

.mpt-hero-slider__video-el,
.mpt-hero-slider__video video {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: 0;
    pointer-events: none !important;
}

.mpt-hero-slider__banner.is-video-ready .mpt-hero-slider__video {
    z-index: 1;
}

.mpt-hero-slider__banner.is-video-ready .mpt-hero-slider__banner-img,
.mpt-hero-slider__banner.is-video-ready .mpt-hero-slider__banner-fallback {
    z-index: 0;
    opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
    .mpt-hero-slider__banner-img,
    .mpt-hero-slider__banner-fallback {
        transition: none;
    }

    .mpt-hero-slider__video {
        display: none !important;
    }

    .mpt-hero-slider__banner.is-video-ready .mpt-hero-slider__banner-img,
    .mpt-hero-slider__banner.is-video-ready .mpt-hero-slider__banner-fallback {
        opacity: 1;
    }
}

.mpt-hero-slider__banner-fallback {
    background:
        radial-gradient(circle at 78% 28%, rgba(185, 229, 251, 0.28), transparent 34%),
        linear-gradient(135deg, #003e5b, #1296b0 58%, #00b9b5);
}

.mpt-hero-slider__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    /* Opaque teal on the left for copy; fades clear so image reads on the right. */
    background: linear-gradient(
        95deg,
        rgba(0, 36, 52, 0.97) 0%,
        rgba(0, 48, 68, 0.94) 18%,
        rgba(0, 72, 100, 0.72) 36%,
        rgba(0, 89, 125, 0.38) 52%,
        rgba(0, 89, 125, 0.14) 68%,
        rgba(0, 89, 125, 0.04) 82%,
        transparent 100%
    );
}

.mpt-hero-slider__inner {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: center;
    width: 100%;
    max-width: var(--mpt-container);
    min-height: inherit;
    margin-inline: auto;
    padding: clamp(1.5rem, 3.5vw, 2.75rem) var(--mpt-gutter-desktop);
}

.mpt-hero-slider__content,
.mpt-hero-slider__slide-content,
.mpt-hero-slider__copy,
.mpt-home-slide__content {
    display: flex;
    flex-direction: column;
    max-width: 40rem;
}

.mpt-hero-slider__slide .mpt-eyebrow {
    margin-bottom: var(--mpt-space-3);
}

.mpt-hero-slider__slide .mpt-hero-slider__heading,
.mpt-hero-slider__slide h1.mpt-hero-slider__heading,
.mpt-hero-slider__slide h2.mpt-hero-slider__heading,
.elementor .mpt-hero-slider__slide .mpt-hero-slider__heading {
    max-width: 20ch;
    margin: 0 0 var(--mpt-space-4);
    color: var(--mpt-color-white);
    font-family: var(--mpt-font-display);
    font-weight: 600;
    font-size: clamp(2.05rem, 4.1vw, 3.25rem);
    line-height: 1.14;
    letter-spacing: -0.028em;
    text-wrap: balance;
    text-shadow: 0 1px 2px rgba(0, 32, 48, 0.28);
}

.mpt-hero-slider__slide .mpt-home-lede {
    max-width: 36rem;
    margin: 0 0 var(--mpt-space-5);
    font-size: clamp(1rem, 1.35vw, 1.125rem);
    line-height: 1.55;
    font-weight: 400;
}

.mpt-hero-slider__slide .mpt-home-lede,
.mpt-hero-slider__slide .mpt-home-slide__trust {
    color: rgba(255, 255, 255, 0.9);
}

.mpt-eyebrow--on-dark {
    color: var(--mpt-color-pale-blue);
}

.mpt-hero-slider__actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--mpt-space-3);
    margin-top: 0;
}

.mpt-hero-slider__actions .mpt-button {
    min-width: 10.5rem;
    justify-content: center;
}

.mpt-home-slide__trust {
    margin: var(--mpt-space-4) 0 0;
    font-size: 0.9rem;
    font-weight: 600;
}

.mpt-hero-slider__visual,
.mpt-hero-slider__media,
.mpt-home-slide__visual,
.mpt-home-slide__visual-card {
    display: none;
}

.mpt-hero-slider__navigation {
    position: absolute;
    left: 50%;
    bottom: clamp(0.85rem, 2.2vw, 1.35rem);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateX(-50%);
    pointer-events: none;
}

.mpt-hero-slider__navigation > * {
    pointer-events: auto;
}

.mpt-hero-slider__arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 28, 42, 0.28);
    color: rgba(255, 255, 255, 0.92);
    cursor: pointer;
    font: inherit;
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
    opacity: 0.72;
    transition:
        opacity 0.2s ease,
        background-color 0.2s ease,
        transform 0.2s ease;
}

.mpt-hero-slider__arrow span {
    display: block;
    margin-top: -0.08em;
}

.mpt-hero-slider__arrow--prev {
    left: clamp(0.65rem, 1.8vw, 1.25rem);
}

.mpt-hero-slider__arrow--next {
    right: clamp(0.65rem, 1.8vw, 1.25rem);
}

body.mpt-theme .mpt-hero-slider__arrow,
body.mpt-theme .mpt-hero-slider__arrow:hover,
body.mpt-theme .mpt-hero-slider__arrow:focus,
body.mpt-theme .mpt-hero-slider__arrow:focus-visible,
body.mpt-theme .mpt-hero-slider__arrow:active {
    border: 0;
    background: rgba(0, 28, 42, 0.28);
    color: rgba(255, 255, 255, 0.92);
    outline: none;
}

body.mpt-theme .mpt-hero-slider__arrow:hover,
body.mpt-theme .mpt-hero-slider__arrow:focus,
body.mpt-theme .mpt-hero-slider__arrow:focus-visible,
body.mpt-theme .mpt-hero-slider__arrow:active {
    opacity: 1;
    background: rgba(0, 89, 125, 0.72);
    color: var(--mpt-color-white);
}

body.mpt-theme .mpt-hero-slider__arrow:focus-visible {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7);
}

.mpt-hero-slider__dots {
    display: inline-flex;
    gap: 0.4rem;
    align-items: center;
    justify-content: center;
    padding: 0.2rem;
}

.mpt-hero-slider__dot {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.95);
    cursor: pointer;
    border-radius: 999px;
}

body.mpt-theme .mpt-hero-slider__dot,
body.mpt-theme .mpt-hero-slider__dot:hover,
body.mpt-theme .mpt-hero-slider__dot:focus,
body.mpt-theme .mpt-hero-slider__dot:focus-visible,
body.mpt-theme .mpt-hero-slider__dot:active {
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.95);
    box-shadow: none;
}

.mpt-hero-slider__dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.38rem;
    height: 0.38rem;
    border-radius: inherit;
    background: currentColor;
    opacity: 0.45;
    transform: translate(-50%, -50%);
    transition:
        width 0.2s ease,
        opacity 0.2s ease,
        background-color 0.2s ease;
}

.mpt-hero-slider__dot[aria-current="true"]::before,
.mpt-hero-slider__dot.is-active::before {
    width: 1rem;
    height: 0.28rem;
    opacity: 1;
    background: var(--mpt-color-white);
    border-radius: 999px;
}

.mpt-hero-slider__dot:hover::before,
.mpt-hero-slider__dot:focus-visible::before {
    opacity: 0.9;
}

.mpt-hero-slider__dot:focus-visible {
    outline: none;
}

.mpt-hero-slider__dot:focus-visible::after {
    content: "";
    position: absolute;
    inset: 0.2rem;
    border-radius: 999px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.mpt-hero-slider__toggle {
    /* Kept for screen-reader / keyboard pause control; visually hidden via utility class. */
}

.mpt-hero-slider__counter {
    display: none;
}

.mpt-hero-slider:hover .mpt-hero-slider__arrow,
.mpt-hero-slider:focus-within .mpt-hero-slider__arrow {
    opacity: 0.95;
}

.mpt-home-hero-shell .mpt-home-trust--compact {
    /* Legacy selector retained; compact trust now lives in .mpt-home-trust-shell */
    max-width: var(--mpt-container);
    margin: 0 auto;
}

.mpt-home-trust-shell {
    position: relative;
    z-index: 1;
    isolation: isolate;
    overflow: visible;
    width: 100%;
    margin-top: 0;
    padding-block: clamp(2.5rem, 5.5vw, 4rem);
    padding-inline: 0;
    background:
        linear-gradient(180deg, #f4fafc 0%, #ffffff 100%);
}

.mpt-home-trust-slider__viewport {
    width: 100%;
}

.mpt-home-trust-slider__nav {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 1rem;
    padding-inline: var(--mpt-gutter-mobile);
}

.mpt-home-trust-slider__dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

.mpt-home-trust-slider__dot {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 89, 125, 0.28);
    cursor: pointer;
    transition:
        width 0.2s ease,
        background-color 0.2s ease;
}

.mpt-home-trust-slider__dot.is-active {
    width: 1.35rem;
    background: var(--mpt-color-primary-dark);
}

.mpt-home-trust-slider__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(0, 89, 125, 0.18);
    border-radius: 999px;
    background: #ffffff;
    color: var(--mpt-color-deep);
    box-shadow: 0 6px 16px rgba(0, 40, 58, 0.1);
    cursor: pointer;
    font-size: 1.35rem;
    line-height: 1;
}

.mpt-home-trust-slider__arrow:hover,
.mpt-home-trust-slider__arrow:focus-visible {
    border-color: rgba(0, 185, 181, 0.45);
    color: var(--mpt-color-primary-dark);
    outline: none;
}

.mpt-home-hero-shell .mpt-home-trust-shell .mpt-home-trust--compact,
.mpt-home-trust-shell .mpt-home-trust--compact {
    position: relative;
    z-index: 1;
    max-width: var(--mpt-container);
    margin: 0 auto;
    padding: 0 var(--mpt-gutter-desktop);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.75rem, 1.6vw, 1.15rem);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    overflow: visible;
}

.mpt-home-trust-shell .mpt-home-trust--compact .mpt-home-trust__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: clamp(11.5rem, 18vw, 14.5rem);
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    overflow: hidden;
    background: #05384f;
    box-shadow: 0 16px 34px rgba(0, 24, 36, 0.22);
    color: var(--mpt-color-white);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.mpt-js .mpt-home-trust-shell .mpt-home-trust__item {
    opacity: 0;
    transform: translateY(22px) scale(0.98);
}

.mpt-js-reduced .mpt-home-trust-shell .mpt-home-trust__item,
.mpt-home-trust-shell .mpt-home-trust__item.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition:
        opacity 0.55s ease,
        transform 0.55s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.mpt-home-trust-shell .mpt-home-trust__item:nth-child(1).is-visible { transition-delay: 0.04s; }
.mpt-home-trust-shell .mpt-home-trust__item:nth-child(2).is-visible { transition-delay: 0.12s; }
.mpt-home-trust-shell .mpt-home-trust__item:nth-child(3).is-visible { transition-delay: 0.2s; }
.mpt-home-trust-shell .mpt-home-trust__item:nth-child(4).is-visible { transition-delay: 0.28s; }

.mpt-home-trust-shell .mpt-home-trust__item.is-visible:hover,
.mpt-home-trust-shell .mpt-home-trust__item.is-visible:focus-within {
    transform: translateY(-6px) scale(1);
    border-color: rgba(255, 255, 255, 0.34);
    box-shadow: 0 22px 40px rgba(0, 24, 36, 0.3);
}

.mpt-home-trust__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

/* Beat Elementor `.elementor img { height: auto }` so the photo fills the card. */
.elementor .mpt-home-trust__item .mpt-home-trust__bg-img,
.mpt-home-trust__media .mpt-home-trust__bg-img,
.mpt-home-trust__bg-img,
.mpt-home-trust__bg-fallback {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.04);
    transition: transform 0.65s ease;
}

.mpt-home-trust__bg-fallback {
    background:
        radial-gradient(circle at 30% 20%, rgba(185, 229, 251, 0.35), transparent 42%),
        linear-gradient(145deg, #05384f, #1296b0 55%, #00b9b5);
}

.mpt-home-trust__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(2, 28, 40, 0.18) 0%, rgba(2, 28, 40, 0.55) 42%, rgba(2, 28, 40, 0.88) 100%),
        linear-gradient(135deg, rgba(0, 89, 125, 0.28), transparent 55%);
    transition: background 0.35s ease, opacity 0.35s ease;
}

.mpt-home-trust-shell .mpt-home-trust__item:hover .mpt-home-trust__bg-img,
.mpt-home-trust-shell .mpt-home-trust__item:focus-within .mpt-home-trust__bg-img {
    transform: scale(1.12);
}

.mpt-home-trust-shell .mpt-home-trust__item:hover .mpt-home-trust__shade,
.mpt-home-trust-shell .mpt-home-trust__item:focus-within .mpt-home-trust__shade {
    background:
        linear-gradient(180deg, rgba(2, 28, 40, 0.28) 0%, rgba(2, 28, 40, 0.62) 40%, rgba(2, 28, 40, 0.92) 100%),
        linear-gradient(135deg, rgba(0, 185, 181, 0.22), transparent 50%);
}

.mpt-home-trust__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: clamp(1rem, 2vw, 1.35rem);
}

.mpt-home-trust__index {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
    color: rgba(185, 229, 251, 0.95);
    font-family: var(--mpt-font-display);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

.mpt-home-trust__index::after {
    content: "";
    width: 1.5rem;
    height: 1px;
    background: rgba(185, 229, 251, 0.7);
    transition: width 0.35s ease;
}

.mpt-home-trust-shell .mpt-home-trust__item:hover .mpt-home-trust__index::after,
.mpt-home-trust-shell .mpt-home-trust__item:focus-within .mpt-home-trust__index::after {
    width: 2.4rem;
}

.mpt-home-trust-shell .mpt-home-trust__title {
    margin: 0;
    color: var(--mpt-color-white);
    font-size: 1.02rem;
    line-height: 1.28;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}

.mpt-home-trust-shell .mpt-home-trust__text {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.86rem;
    line-height: 1.45;
}

@media (prefers-reduced-motion: reduce) {
    .mpt-home-trust-shell .mpt-home-trust__item,
    .mpt-js .mpt-home-trust-shell .mpt-home-trust__item,
    .mpt-home-trust__bg-img,
    .mpt-home-trust__index::after {
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

.mpt-home-band {
    width: 100%;
    max-width: var(--mpt-container);
    margin-inline: auto;
    padding: clamp(3rem, 5.5vw, 4.75rem) var(--mpt-gutter-desktop);
    display: block;
}

.mpt-home-hero-shell.mpt-home-band,
.mpt-home-band--hero {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.mpt-home-band--hero.e-con,
.mpt-home-hero-shell.e-con,
.mpt-home-band--hero > .e-con-inner,
.mpt-home-hero-shell > .e-con-inner {
    --container-max-width: 100%;
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.mpt-home-band--hero .elementor-widget-html,
.mpt-home-band--hero .elementor-widget-container,
.mpt-home-hero-shell .elementor-widget-html,
.mpt-home-hero-shell .elementor-widget-container {
    max-width: none;
    padding: 0;
    margin: 0;
}

.mpt-home-band--hero .mpt-hero-slider,
.mpt-home-hero-shell .mpt-hero-slider,
.mpt-home-band--hero .mpt-hero-slider.is-enhanced,
.mpt-home-hero-shell .mpt-hero-slider.is-enhanced {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.mpt-home-band--about,
.mpt-home-band--categories,
.mpt-home-band--catalogue,
.mpt-home-band--products,
.mpt-home-band--partners,
.mpt-home-band--why,
.mpt-home-band--why-audience,
.mpt-home-band--serve,
.mpt-home-band--divisions,
.mpt-home-band--services,
.mpt-home-band--solutions-services,
.mpt-home-band--faq-resources,
.mpt-home-band--blog {
    display: block;
    grid-template-columns: none;
}

/* Homepage section layout (background rhythm in UI redesign block below). */
.mpt-home-band--about,
.mpt-home-band--categories,
.mpt-home-band--serve,
.mpt-home-band--services,
.mpt-home-band--divisions,
.mpt-home-band--faq-resources {
    max-width: none;
    padding-inline: 0;
    padding-block: clamp(3.75rem, 7.5vw, 6.25rem) !important;
}

.mpt-home-band--partners {
    max-width: none;
    padding-inline: 0;
    padding-block: 0.09rem !important;
    background: #ffffff;
    border-block: 1px solid #e8eef1;
}

/* Trusted Partners — slim strip: label left, infinite logos right */
.mpt-partners-marquee {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: stretch;
    gap: 0;
    width: min(100% - 2rem, 1200px);
    margin-inline: auto;
    min-height: 0;
    padding-block: 0.14rem;
}

.mpt-partners-marquee__label {
    display: grid;
    align-content: center;
    gap: 0.12rem;
    flex-shrink: 0;
    padding: 0.14rem 1.1rem 0.14rem 0;
    border-right: 1px solid #d5dee3;
    text-align: left;
}

.mpt-partners-marquee__eyebrow,
.mpt-partners-marquee__title {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.25;
    color: #8a9aa3;
    white-space: nowrap;
}

.mpt-partners-marquee__title {
    font-size: 0.78rem;
    font-weight: 700;
    color: #6b7c86;
}

.mpt-partners-marquee__viewport {
    overflow: hidden;
    min-width: 0;
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.mpt-partners-marquee__rail {
    display: flex;
    width: max-content;
    height: 100%;
    animation: mpt-partners-scroll 32s linear infinite;
    will-change: transform;
}

.mpt-partners-marquee.is-paused .mpt-partners-marquee__rail {
    animation-play-state: paused;
}

.mpt-partners-marquee__track {
    display: flex;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}

.mpt-partners-marquee__item {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: clamp(7rem, 11vw, 8.75rem);
    min-height: 3.1rem;
    padding: 0.11rem 1rem;
    border-right: 1px solid #e8eef1;
}

.mpt-partners-marquee__logo,
.mpt-partners-marquee__item img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 2.35rem;
    object-fit: contain;
    filter: none;
    opacity: 0.9;
}

@keyframes mpt-partners-scroll {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (max-width: 640px) {
    .mpt-partners-marquee {
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 0.35rem;
    }

    .mpt-partners-marquee__label {
        border-right: 0;
        border-bottom: 1px solid #e8eef1;
        padding: 0.11rem 0;
        text-align: left;
        grid-auto-flow: column;
        grid-template-columns: auto auto;
        justify-content: start;
        column-gap: 0.45rem;
        align-items: baseline;
    }

    .mpt-partners-marquee__item {
        width: 6.5rem;
        min-height: 2.75rem;
        padding: 0.09rem 0.75rem;
    }

    .mpt-partners-marquee__logo,
    .mpt-partners-marquee__item img {
        max-height: 2rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mpt-partners-marquee__rail {
        animation: none;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .mpt-partners-marquee__track:last-child {
        display: none;
    }
}


/* Dark bands: catalogue + products only (categories stays light). */
.mpt-home-band--catalogue,
.mpt-home-band--products {
    --mpt-dark-band-bg:
        radial-gradient(circle at 88% 8%, rgba(0, 185, 181, 0.22), transparent 34%),
        radial-gradient(circle at 8% 90%, rgba(18, 150, 176, 0.18), transparent 32%),
        linear-gradient(145deg, #042f42 0%, #0a5a74 48%, #0d7a88 100%);
    position: relative;
    isolation: isolate;
    max-width: none;
    padding-inline: 0;
    padding-block: clamp(3.75rem, 7.5vw, 6.25rem) !important;
    color: var(--mpt-color-white);
    --background-color: #042f42;
    --e-con-background-color: #042f42;
    /* Solid color survives Elementor lazy-load (it only clears background-image). */
    background-color: #042f42 !important;
    background-image: var(--mpt-dark-band-bg) !important;
}

.mpt-home-band--catalogue::before,
.mpt-home-band--products::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-color: #042f42;
    background-image: var(--mpt-dark-band-bg);
}

body.mpt-theme .elementor .e-con.mpt-home-band--catalogue,
body.mpt-theme .elementor-element.mpt-home-band--catalogue,
body.mpt-theme .mpt-home-band--catalogue,
.elementor .e-con.mpt-home-band--catalogue,
.elementor-element.mpt-home-band--catalogue,
.e-con.e-parent.mpt-home-band--catalogue,
body.mpt-theme .elementor .e-con.mpt-home-band--products,
body.mpt-theme .elementor-element.mpt-home-band--products,
body.mpt-theme .mpt-home-band--products,
.elementor .e-con.mpt-home-band--products,
.elementor-element.mpt-home-band--products,
.e-con.e-parent.mpt-home-band--products {
    --background-color: #042f42 !important;
    background-color: #042f42 !important;
    background-image: var(--mpt-dark-band-bg) !important;
}

.mpt-home-band--catalogue > .e-con-inner,
.mpt-home-band--catalogue .e-con-inner,
.mpt-home-band--products > .e-con-inner,
.mpt-home-band--products .e-con-inner {
    position: relative;
    z-index: 1;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}

.mpt-home-band--categories > .elementor-widget,
.mpt-home-band--categories > .e-con,
.mpt-home-band--catalogue > .elementor-widget,
.mpt-home-band--catalogue > .e-con,
.mpt-home-band--products > .elementor-widget,
.mpt-home-band--products > .e-con {
    position: relative;
    z-index: 1;
}

.mpt-home-band--categories .mpt-home-categories,
.mpt-home-band--categories > .e-con-inner,
.mpt-home-band--categories .elementor-widget-container,
.mpt-home-band--catalogue .mpt-home-categories,
.mpt-home-band--catalogue > .e-con-inner,
.mpt-home-band--catalogue .elementor-widget-container {
    max-width: none;
}

.mpt-home-band--categories .mpt-home-catalogue__intro,
.mpt-home-band--categories .mpt-category-slider,
.mpt-home-band--categories .mpt-category-grid:not(.mpt-category-slider__track),
.mpt-home-band--catalogue .mpt-home-catalogue__intro,
.mpt-home-band--catalogue .mpt-category-slider,
.mpt-home-band--catalogue .mpt-category-grid:not(.mpt-category-slider__track),
.mpt-home-band--catalogue .mpt-home-products,
.mpt-home-band--catalogue .mpt-featured-products,
.mpt-home-band--catalogue .woocommerce {
    max-width: var(--mpt-container);
    margin-inline: auto;
    padding-inline: var(--mpt-gutter-desktop);
}

.mpt-home-band--catalogue .mpt-home-products--inline {
    margin-top: clamp(1.75rem, 4vw, 2.75rem);
    padding-top: clamp(1.25rem, 3vw, 1.75rem);
    border-top: 1px solid rgba(185, 229, 251, 0.16);
}

.mpt-home-band--catalogue .mpt-home-products--inline .mpt-home-section__header h3 {
    margin: 0 0 1rem;
    color: var(--mpt-color-white);
    font-size: clamp(1.15rem, 2vw, 1.35rem);
}

.mpt-home-catalogue__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.85fr);
    gap: clamp(1.25rem, 3vw, 2.5rem);
    align-items: end;
    margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.mpt-home-catalogue__copy {
    display: grid;
    gap: 0.55rem;
    min-width: 0;
}

.mpt-home-catalogue__copy .mpt-eyebrow {
    margin: 0;
    color: var(--mpt-color-pale-blue);
}

.mpt-home-catalogue__copy h2 {
    margin: 0;
    color: var(--mpt-color-white);
    font-size: clamp(1.7rem, 3.1vw, 2.4rem);
    line-height: 1.14;
    letter-spacing: -0.02em;
}

.mpt-home-catalogue__copy > p {
    margin: 0;
    color: rgba(232, 244, 248, 0.9);
    font-size: 1.02rem;
    line-height: 1.55;
}

.mpt-home-catalogue__aside {
    display: grid;
    gap: 0.85rem;
    align-content: end;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(185, 229, 251, 0.18);
    border-radius: 6px;
    background: rgba(1, 22, 32, 0.35);
}

.mpt-home-catalogue__aside-note {
    margin: 0;
    color: rgba(232, 244, 248, 0.88);
    font-size: 0.92rem;
    line-height: 1.45;
}

.mpt-home-catalogue__aside .mpt-home-actions {
    margin: 0;
}

.mpt-home-band--products .mpt-home-products-intro {
    max-width: var(--mpt-container);
    margin-inline: auto;
    padding-inline: var(--mpt-gutter-desktop);
}

.mpt-home-products-intro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem 2rem;
    margin-bottom: 0;
}

.mpt-home-products-intro__copy {
    flex: 1 1 min(100%, 48rem);
    display: grid;
    gap: 0.55rem;
    min-width: 0;
    max-width: min(100%, 58rem);
}

.mpt-home-products-intro__copy .mpt-eyebrow {
    margin: 0;
    color: var(--mpt-color-pale-blue, #b9e5fb);
}

.mpt-home-products-intro__copy h2 {
    margin: 0;
    max-width: none;
    color: var(--mpt-color-white, #fff);
    font-size: clamp(1.7rem, 3.1vw, 2.4rem);
    line-height: 1.14;
    letter-spacing: -0.02em;
}

.mpt-home-products-intro__copy > p:not(.mpt-eyebrow) {
    margin: 0;
    max-width: 42rem;
    color: rgba(232, 244, 248, 0.9);
    font-size: 1.02rem;
    line-height: 1.55;
}

.mpt-home-products-intro__aside {
    flex: 0 0 auto;
    margin-left: auto;
    text-align: right;
}

.mpt-home-products-intro__aside .mpt-home-actions {
    margin: 0;
}

.mpt-home-serve__intro,
.mpt-home-divisions__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) auto;
    gap: 1.25rem 2rem;
    align-items: end;
    margin-bottom: clamp(1.35rem, 3vw, 2rem);
}

.mpt-home-serve__copy,
.mpt-home-divisions__copy {
    min-width: 0;
}

.mpt-home-serve__copy h2,
.mpt-home-divisions__copy h2 {
    margin: 0.35rem 0 0.65rem;
}

.mpt-home-serve__copy > p:not(.mpt-eyebrow),
.mpt-home-divisions__copy > p:not(.mpt-eyebrow) {
    margin: 0;
    max-width: 42rem;
    color: var(--mpt-color-text-muted, #4b6470);
}

.mpt-home-serve__tags .mpt-home-audiences__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.mpt-home-ss--services-only .mpt-home-ss__solutions {
    display: none;
}

.mpt-home-ss--services-only .mpt-home-ss__services {
    margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

.mpt-home-band--services {
    max-width: none;
    padding-inline: 0;
    padding-block: clamp(3.75rem, 7.5vw, 6.25rem) !important;
    border-radius: 0;
    background:
        radial-gradient(circle at 100% 0%, rgba(185, 229, 251, 0.35), transparent 36%),
        linear-gradient(180deg, #ffffff 0%, #f3fafc 100%);
}

.mpt-home-band--solutions-services {
    max-width: none;
    padding-inline: 0;
    padding-block: clamp(3.75rem, 7.5vw, 6.25rem) !important;
    border-radius: 0;
    background:
        radial-gradient(circle at 100% 0%, rgba(185, 229, 251, 0.35), transparent 36%),
        linear-gradient(180deg, #ffffff 0%, #f3fafc 100%);
}

.mpt-home-band--faq-resources {
    max-width: none;
    padding-inline: 0;
    padding-block: clamp(2.75rem, 5.5vw, 4.5rem) !important;
    background:
        radial-gradient(circle at 90% 0%, rgba(0, 185, 181, 0.08), transparent 36%),
        linear-gradient(180deg, #eef6fa 0%, #e4f1f6 100%);
}

.mpt-home-band--blog {
    max-width: none;
    padding-inline: 0;
    padding-block: clamp(2.75rem, 5.5vw, 4.75rem) !important;
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 185, 181, 0.1), transparent 34%),
        linear-gradient(180deg, #f5fafc 0%, #ffffff 58%);
}

.mpt-home-band--about .mpt-home-about,
.mpt-home-band--products .mpt-home-products-intro,
.mpt-home-band--serve .mpt-home-serve,
.mpt-home-band--divisions .mpt-home-divisions,
.mpt-home-band--services .mpt-home-ss,
.mpt-home-band--solutions-services .mpt-home-ss,
.mpt-home-band--why .mpt-home-why,
.mpt-home-band--why-audience .mpt-home-why,
.mpt-home-band--faq-resources .mpt-home-cq,
.mpt-home-band--blog .mpt-home-blog__intro,
.mpt-home-band--blog .mpt-home-section__header,
.mpt-home-band--blog .mpt-home-blog {
    max-width: var(--mpt-container);
    margin-inline: auto;
    padding-inline: var(--mpt-gutter-desktop);
}

/* About — compact intro + slim division lanes */
.mpt-home-about {
    display: grid;
    gap: clamp(1.25rem, 2.5vw, 1.75rem);
}

.mpt-home-about__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 3.5vw, 2.5rem);
    align-items: stretch;
}

.mpt-home-about__copy {
    display: grid;
    gap: 0.75rem;
    align-content: center;
    width: 100%;
    max-width: none;
}

.mpt-home-about__copy h2 {
    margin: 0;
    max-width: none;
    width: 100%;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.mpt-home-about__body {
    display: grid;
    gap: 0.85rem;
}

.mpt-home-about__body > p,
.mpt-home-about__copy > p:not(.mpt-eyebrow):not(.mpt-home-actions) {
    margin: 0;
    max-width: none;
    width: 100%;
    color: var(--mpt-color-body);
    font-size: 1rem;
    line-height: 1.6;
}

.mpt-home-actions--tight {
    margin-top: 0.35rem;
}

.mpt-home-about__media {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
    align-self: stretch;
    justify-self: stretch;
    background: linear-gradient(145deg, #00597d, #00b9b5);
    box-shadow: 0 14px 32px rgba(13, 51, 71, 0.12);
}

.mpt-home-about__img,
.mpt-home-about__media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0;
    object-fit: cover;
    object-position: center;
}

.mpt-home-about__divisions-wrap {
    display: grid;
    gap: 1rem;
}

.mpt-home-about__divisions-head {
    display: grid;
    gap: 0.3rem;
    max-width: 36rem;
}

.mpt-home-about__divisions-kicker {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--mpt-color-primary-dark);
}

.mpt-home-about__divisions-head h3 {
    margin: 0;
    font-size: clamp(1.15rem, 2vw, 1.4rem);
    line-height: 1.25;
    color: var(--mpt-color-heading);
}

.mpt-home-about__divisions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.mpt-home-about__division {
    position: relative;
    display: grid;
    grid-template-columns: minmax(110px, 0.72fr) minmax(0, 1.28fr);
    align-items: stretch;
    min-height: 12.5rem;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: #04384d;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 14px 32px rgba(13, 51, 71, 0.14);
    overflow: hidden;
    isolation: isolate;
    cursor: default;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.mpt-home-about__division:hover,
.mpt-home-about__division:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(13, 51, 71, 0.2);
    color: inherit;
    text-decoration: none;
    outline: none;
}

.mpt-home-about__division:focus-visible {
    box-shadow:
        0 0 0 2px var(--mpt-color-white),
        0 0 0 4px var(--mpt-color-primary),
        0 20px 40px rgba(13, 51, 71, 0.2);
}

.mpt-home-about__division-media {
    position: relative;
    display: block;
    align-self: stretch;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    background: linear-gradient(160deg, #00597d, #00b9b5);
}

.mpt-home-about__division-media--fallback {
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.28), transparent 45%),
        linear-gradient(160deg, #00597d, #00b9b5);
}

.mpt-home-about__division--analytics .mpt-home-about__division-media,
.mpt-home-about__division--analytics .mpt-home-about__division-media--fallback {
    background: linear-gradient(160deg, #0a4a68, #1296b0);
}

.mpt-home-about__division-img,
.mpt-home-about__division-media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: cover;
    transform: scale(1.04);
    transition: transform 0.55s ease;
}

.mpt-home-about__division-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 35%, rgba(4, 40, 56, 0.28) 100%);
    pointer-events: none;
}

.mpt-home-about__division:hover .mpt-home-about__division-img,
.mpt-home-about__division:focus-visible .mpt-home-about__division-img,
.mpt-home-about__division:hover .mpt-home-about__division-media img,
.mpt-home-about__division:focus-visible .mpt-home-about__division-media img {
    transform: scale(1.1);
}

.mpt-home-about__division-body {
    position: relative;
    display: grid;
    gap: 0.45rem;
    align-content: center;
    padding: 1.15rem 1.2rem 1.2rem;
    background:
        linear-gradient(160deg, rgba(5, 56, 77, 0.96) 0%, rgba(10, 95, 125, 0.94) 100%);
    color: var(--mpt-color-white);
}

.mpt-home-about__division--analytics .mpt-home-about__division-body {
    background:
        linear-gradient(160deg, rgba(6, 48, 68, 0.96) 0%, rgba(12, 110, 130, 0.94) 100%);
}

.mpt-home-about__division-index {
    position: absolute;
    top: 0.85rem;
    right: 1rem;
    font-family: var(--mpt-font-display);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.14);
}

.mpt-home-about__division-kicker {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--mpt-color-pale-blue);
}

.mpt-home-about__division-title {
    max-width: 18ch;
    font-family: var(--mpt-font-display);
    font-size: clamp(1.05rem, 1.5vw, 1.2rem);
    font-weight: 700;
    line-height: 1.28;
    color: var(--mpt-color-white);
}

.mpt-home-about__division-focus {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.2rem;
}

.mpt-home-about__division-focus span {
    display: inline-flex;
    align-items: center;
    min-height: 1.6rem;
    padding: 0.15rem 0.55rem;
    border: 1px solid rgba(185, 229, 251, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(232, 244, 248, 0.92);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.mpt-home-about__division-action {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.35rem;
    color: var(--mpt-color-pale-blue);
    font-size: 0.86rem;
    font-weight: 800;
    white-space: nowrap;
    line-height: 1.3;
}

.mpt-home-about__division-action span {
    display: inline-block;
    transition: transform 0.28s ease;
}

.mpt-home-about__division:hover .mpt-home-about__division-action,
.mpt-home-about__division:focus-visible .mpt-home-about__division-action {
    color: var(--mpt-color-white);
}

.mpt-home-about__division:hover .mpt-home-about__division-action span,
.mpt-home-about__division:focus-visible .mpt-home-about__division-action span {
    transform: translateX(4px);
}

.mpt-home-figure {
    margin: 0;
    overflow: hidden;
    border-radius: var(--mpt-radius-panel);
    box-shadow: var(--mpt-shadow-card);
}

.mpt-home-figure__img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
}

/* Solutions & Services — homepage composition */
.mpt-home-ss {
    display: grid;
    gap: clamp(1.75rem, 3.5vw, 2.75rem);
}

.mpt-home-ss__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.95fr);
    gap: clamp(1.25rem, 3vw, 2.25rem);
    align-items: stretch;
    max-width: none;
}

.mpt-home-ss__intro-copy {
    display: grid;
    gap: 0.7rem;
    align-content: start;
}

.mpt-home-ss__intro-copy h2 {
    margin: 0;
    font-size: clamp(1.7rem, 3.1vw, 2.4rem);
    line-height: 1.14;
    letter-spacing: -0.02em;
}

.mpt-home-ss__intro-copy > p:not(.mpt-eyebrow):not(.mpt-home-actions) {
    margin: 0;
    color: var(--mpt-color-body);
    font-size: 1.02rem;
    line-height: 1.55;
}

.mpt-home-ss__intro-actions {
    display: grid;
    gap: 0.85rem;
    margin-top: 0.25rem;
}

.mpt-home-ss__intro-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.mpt-home-ss__intro-chip {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 2rem;
    padding: 0.3rem 0.75rem;
    border: 1px solid rgba(0, 89, 125, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    color: var(--mpt-color-deep);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
}

.mpt-home-ss__intro-chip:hover,
.mpt-home-ss__intro-chip:focus-visible {
    border-color: rgba(0, 185, 181, 0.45);
    color: var(--mpt-color-primary-dark);
    text-decoration: none;
}

.mpt-home-ss__intro-actions .mpt-home-actions {
    margin-top: 0;
}

.mpt-home-ss__intro > .mpt-home-ss__media {
    min-height: 0;
    height: 100%;
    align-self: stretch;
}

.mpt-home-ss__solutions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.1rem;
    align-items: start;
    padding: clamp(1.15rem, 2.4vw, 1.5rem);
    border: 1px solid rgba(0, 89, 125, 0.1);
    border-radius: 6px;
    background:
        linear-gradient(135deg, rgba(0, 89, 125, 0.04), rgba(0, 185, 181, 0.06)),
        #f7fcfd;
}

.mpt-home-ss__media {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 6px;
    min-height: 0;
    background: linear-gradient(160deg, #00597d, #00b9b5);
    box-shadow: 0 16px 34px rgba(13, 51, 71, 0.14);
}

.mpt-home-ss__media--fallback {
    min-height: 14rem;
}

.mpt-home-ss__img,
.mpt-home-ss__media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: cover;
}

.mpt-home-ss__solutions-main {
    display: grid;
    gap: 1.1rem;
    align-content: start;
}

.mpt-home-ss__rail-head {
    display: grid;
    gap: 0.35rem;
}

.mpt-home-ss__rail-head h3 {
    margin: 0;
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    line-height: 1.25;
    color: var(--mpt-color-heading);
}

.mpt-home-ss__rail-head p:not(.mpt-home-ss__kicker) {
    margin: 0;
    max-width: 48ch;
    color: var(--mpt-color-muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

.mpt-home-ss__kicker {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--mpt-color-primary-dark);
}

.mpt-home-ss__pathways {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.mpt-home-ss__pathway {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
    padding: 0.9rem 0.95rem;
    border: 1px solid rgba(13, 51, 71, 0.08);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.92);
    color: inherit;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}

.mpt-home-ss__pathway:hover,
.mpt-home-ss__pathway:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(0, 185, 181, 0.4);
    box-shadow: 0 12px 24px rgba(13, 51, 71, 0.1);
    color: inherit;
    text-decoration: none;
    outline: none;
    background: var(--mpt-color-white);
}

.mpt-home-ss__pathway-index {
    font-family: var(--mpt-font-display);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: rgba(0, 89, 125, 0.35);
    line-height: 1;
}

.mpt-home-ss__pathway:hover .mpt-home-ss__pathway-index,
.mpt-home-ss__pathway:focus-visible .mpt-home-ss__pathway-index {
    color: var(--mpt-color-primary-dark);
}

.mpt-home-ss__pathway-body {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.mpt-home-ss__pathway-title {
    font-family: var(--mpt-font-display);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--mpt-color-heading);
}

.mpt-home-ss__pathway-text {
    color: var(--mpt-color-muted);
    font-size: 0.84rem;
    line-height: 1.4;
}

.mpt-home-ss__pathway-action {
    color: var(--mpt-color-deep);
    font-size: 1.05rem;
    font-weight: 700;
    transition: transform 0.25s ease;
}

.mpt-home-ss__pathway:hover .mpt-home-ss__pathway-action,
.mpt-home-ss__pathway:focus-visible .mpt-home-ss__pathway-action {
    transform: translateX(3px);
}

.mpt-home-ss__services {
    display: grid;
    gap: 1.15rem;
    padding: clamp(1.15rem, 2.4vw, 1.5rem);
    border: 1px solid rgba(0, 89, 125, 0.1);
    border-radius: 6px;
    background: var(--mpt-color-white);
    box-shadow: 0 10px 28px rgba(13, 51, 71, 0.05);
}

.mpt-home-ss__rail-head--services {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    gap: 1rem 1.5rem;
}

.mpt-home-ss__rail-head--services > div {
    display: grid;
    gap: 0.35rem;
    max-width: 36rem;
}

.mpt-home-band--solutions-services .mpt-service-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.mpt-home-band--services .mpt-card--service, .mpt-home-band--solutions-services .mpt-card--service {
    position: relative;
    gap: 0.55rem;
    min-height: 15.5rem;
    padding: 1.15rem 1.15rem 1.2rem;
    border: 1px solid rgba(13, 51, 71, 0.08);
    border-radius: 6px;
    background:
        linear-gradient(180deg, #f8fcfd 0%, #ffffff 55%);
    box-shadow: none;
    overflow: hidden;
    isolation: isolate;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.mpt-home-band--services .mpt-card--service::before, .mpt-home-band--solutions-services .mpt-card--service::before {
    content: none;
}

.mpt-home-band--services .mpt-card--service-has-media, .mpt-home-band--solutions-services .mpt-card--service-has-media {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-color: transparent;
    background: #04384d;
    color: var(--mpt-color-white);
}

.mpt-home-band--services .mpt-card--service .mpt-card__media, .mpt-home-band--solutions-services .mpt-card--service .mpt-card__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    margin: 0;
    overflow: hidden;
    background: linear-gradient(160deg, #00597d, #00b9b5);
}

.mpt-home-band--services .mpt-card--service .mpt-card__img, .mpt-home-band--solutions-services .mpt-card--service .mpt-card__img,
.mpt-home-band--services .mpt-card--service .mpt-card__media, .mpt-home-band--solutions-services .mpt-card--service .mpt-card__media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0;
    object-fit: cover;
    transform: scale(1.03);
    transition: transform 0.55s ease;
}

.mpt-home-band--services .mpt-card--service .mpt-card__shade, .mpt-home-band--solutions-services .mpt-card--service .mpt-card__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            rgba(4, 47, 66, 0.28) 0%,
            rgba(4, 47, 66, 0.52) 42%,
            rgba(2, 28, 40, 0.92) 100%
        );
}

.mpt-home-band--services .mpt-card--service .mpt-card__body, .mpt-home-band--solutions-services .mpt-card--service .mpt-card__body {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 0.45rem;
    align-content: end;
}

.mpt-home-band--services .mpt-card--service:hover, .mpt-home-band--solutions-services .mpt-card--service:hover,
.mpt-home-band--services .mpt-card--service:focus-within, .mpt-home-band--solutions-services .mpt-card--service:focus-within {
    transform: translateY(-3px);
    border-color: rgba(0, 185, 181, 0.35);
    box-shadow: 0 14px 28px rgba(13, 51, 71, 0.14);
}

.mpt-home-band--services .mpt-card--service-has-media:hover .mpt-card__img,
.mpt-home-band--solutions-services .mpt-card--service-has-media:hover .mpt-card__img,
.mpt-home-band--services .mpt-card--service-has-media:focus-within .mpt-card__img,
.mpt-home-band--solutions-services .mpt-card--service-has-media:focus-within .mpt-card__img {
    transform: scale(1.07);
}

.mpt-home-band--services .mpt-card--service .mpt-card__icon, .mpt-home-band--solutions-services .mpt-card--service .mpt-card__icon {
    margin: 0;
    color: var(--mpt-color-pale-blue);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mpt-home-band--services .mpt-card--service .mpt-card__title, .mpt-home-band--solutions-services .mpt-card--service .mpt-card__title {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.25;
}

body.mpt-theme .mpt-home-band--services .mpt-card--service .mpt-card__title a,
body.mpt-theme .mpt-home-band--solutions-services .mpt-card--service .mpt-card__title a,
body.mpt-theme .mpt-home-band--services .mpt-card--service .mpt-card__title a:link,
body.mpt-theme .mpt-home-band--solutions-services .mpt-card--service .mpt-card__title a:link,
body.mpt-theme .mpt-home-band--services .mpt-card--service .mpt-card__title a:visited,
body.mpt-theme .mpt-home-band--solutions-services .mpt-card--service .mpt-card__title a:visited {
    color: var(--mpt-color-white);
    text-decoration: none;
}

body.mpt-theme .mpt-home-band--services .mpt-card--service .mpt-card__title a:hover,
body.mpt-theme .mpt-home-band--solutions-services .mpt-card--service .mpt-card__title a:hover,
body.mpt-theme .mpt-home-band--services .mpt-card--service .mpt-card__title a:focus,
body.mpt-theme .mpt-home-band--solutions-services .mpt-card--service .mpt-card__title a:focus,
body.mpt-theme .mpt-home-band--services .mpt-card--service .mpt-card__title a:focus-visible,
body.mpt-theme .mpt-home-band--solutions-services .mpt-card--service .mpt-card__title a:focus-visible,
body.mpt-theme .mpt-home-band--services .mpt-card--service .mpt-card__title a:active,
body.mpt-theme .mpt-home-band--solutions-services .mpt-card--service .mpt-card__title a:active {
    color: var(--mpt-color-pale-blue);
    text-decoration: none;
}

.mpt-home-band--services .mpt-card--service .mpt-card__text, .mpt-home-band--solutions-services .mpt-card--service .mpt-card__text {
    margin: 0;
    color: rgba(232, 244, 248, 0.9);
    font-size: 0.9rem;
    line-height: 1.45;
}

.mpt-home-band--services .mpt-card--service .mpt-card__cta, .mpt-home-band--solutions-services .mpt-card--service .mpt-card__cta {
    margin-top: 0.15rem;
    padding-top: 0.2rem;
}

body.mpt-theme .mpt-home-band--services .mpt-card--service .mpt-card__cta a,
body.mpt-theme .mpt-home-band--solutions-services .mpt-card--service .mpt-card__cta a,
body.mpt-theme .mpt-home-band--services .mpt-card--service .mpt-card__cta a:link,
body.mpt-theme .mpt-home-band--solutions-services .mpt-card--service .mpt-card__cta a:link,
body.mpt-theme .mpt-home-band--services .mpt-card--service .mpt-card__cta a:visited,
body.mpt-theme .mpt-home-band--solutions-services .mpt-card--service .mpt-card__cta a:visited {
    color: var(--mpt-color-pale-blue);
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
}

body.mpt-theme .mpt-home-band--services .mpt-card--service .mpt-card__cta a:hover,
body.mpt-theme .mpt-home-band--solutions-services .mpt-card--service .mpt-card__cta a:hover,
body.mpt-theme .mpt-home-band--services .mpt-card--service .mpt-card__cta a:focus,
body.mpt-theme .mpt-home-band--solutions-services .mpt-card--service .mpt-card__cta a:focus,
body.mpt-theme .mpt-home-band--services .mpt-card--service .mpt-card__cta a:focus-visible,
body.mpt-theme .mpt-home-band--solutions-services .mpt-card--service .mpt-card__cta a:focus-visible,
body.mpt-theme .mpt-home-band--services .mpt-card--service .mpt-card__cta a:active,
body.mpt-theme .mpt-home-band--solutions-services .mpt-card--service .mpt-card__cta a:active {
    color: var(--mpt-color-white);
    text-decoration: none;
}

.mpt-home-section__header--with-media {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: end;
    margin-bottom: var(--mpt-space-6);
}

.mpt-home-card-icon {
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    margin-bottom: var(--mpt-space-3);
    border-radius: 50%;
    background: var(--mpt-gradient-primary);
    box-shadow: 0 0 0 6px rgba(0, 185, 181, 0.12);
}

.mpt-home-band--catalogue .mpt-card--category {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
    gap: 0;
    min-height: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    background: #03293a;
    box-shadow: 0 14px 32px rgba(0, 18, 28, 0.22);
    isolation: isolate;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.35s ease;
}

.mpt-js .mpt-home-band--catalogue .mpt-card--category:not(.is-clone) {
    opacity: 0;
    transform: translateY(18px);
}

.mpt-js .mpt-home-band--catalogue .mpt-category-slider .mpt-card--category,
.mpt-js .mpt-home-band--catalogue .mpt-card--category.is-visible,
.mpt-js-reduced .mpt-home-band--catalogue .mpt-card--category {
    opacity: 1;
    transform: none;
}

.mpt-home-band--catalogue .mpt-card--category.is-visible {
    transition:
        opacity 0.5s ease,
        transform 0.45s ease,
        box-shadow 0.4s ease,
        border-color 0.35s ease;
}

.mpt-home-band--catalogue .mpt-card--category:hover,
.mpt-home-band--catalogue .mpt-card--category:focus-within,
.mpt-home-band--catalogue .mpt-card--category.is-visible:hover,
.mpt-home-band--catalogue .mpt-card--category.is-visible:focus-within,
.mpt-js .mpt-home-band--catalogue .mpt-category-slider .mpt-card--category:hover,
.mpt-js .mpt-home-band--catalogue .mpt-category-slider .mpt-card--category:focus-within {
    transform: translateY(-6px);
    border-color: rgba(0, 185, 181, 0.45);
    box-shadow: 0 22px 40px rgba(0, 18, 28, 0.32);
}

.mpt-home-band--catalogue .mpt-card--category__hit {
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    min-height: clamp(20rem, 28vw, 24rem);
    height: 100%;
    color: inherit;
    text-decoration: none;
    outline: none;
}

.mpt-home-band--catalogue .mpt-card--category__hit:focus-visible {
    box-shadow: inset 0 0 0 2px var(--mpt-color-primary), inset 0 0 0 4px rgba(255, 255, 255, 0.85);
}

.mpt-home-band--catalogue .mpt-card--category .mpt-card__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    aspect-ratio: auto;
    border-radius: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 15%, rgba(32, 196, 244, 0.35), transparent 42%),
        linear-gradient(145deg, #00597d, #00b9b5);
}

.mpt-home-band--catalogue .mpt-card--category .mpt-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    transition: transform 0.7s ease;
}

.mpt-home-band--catalogue .mpt-card--category__shade {
    display: block;
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 28, 42, 0.12) 0%, rgba(0, 28, 42, 0.2) 38%, rgba(0, 22, 34, 0.82) 72%, rgba(0, 16, 26, 0.96) 100%);
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.mpt-home-band--catalogue .mpt-card--category:hover .mpt-card__media img,
.mpt-home-band--catalogue .mpt-card--category:focus-within .mpt-card__media img {
    transform: scale(1.1);
}

.mpt-home-band--catalogue .mpt-card--category__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.5rem;
    align-self: end;
    width: 100%;
    min-height: 100%;
    padding: 1.25rem 1.15rem 1.2rem;
    color: var(--mpt-color-white);
}

.mpt-home-band--catalogue .mpt-card--category__index {
    display: none;
}

.mpt-home-band--catalogue .mpt-card--category .mpt-card__title {
    position: relative;
    margin: 0;
    padding: 0.55rem 0 0;
    font-family: var(--mpt-font-display);
    font-size: clamp(1.15rem, 1.5vw, 1.35rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--mpt-color-white);
    text-wrap: balance;
}

.mpt-home-band--catalogue .mpt-card--category .mpt-card__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.25rem;
    height: 2px;
    background: var(--mpt-color-primary);
    transition: width 0.35s ease, background-color 0.35s ease;
}

.mpt-home-band--catalogue .mpt-card--category:hover .mpt-card__title::before,
.mpt-home-band--catalogue .mpt-card--category:focus-within .mpt-card__title::before {
    width: 3.25rem;
    background: var(--mpt-color-primary-light);
}

.mpt-home-band--catalogue .mpt-card--category .mpt-card__text {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.9rem;
    line-height: 1.5;
}

.mpt-home-band--catalogue .mpt-card--category__count {
    margin: 0;
    color: rgba(185, 229, 251, 0.9);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mpt-home-band--catalogue .mpt-card--category__action {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.25rem;
    color: var(--mpt-color-pale-blue);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.mpt-home-band--catalogue .mpt-card--category__action span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.mpt-home-band--catalogue .mpt-card--category:hover .mpt-card--category__action,
.mpt-home-band--catalogue .mpt-card--category:focus-within .mpt-card--category__action {
    color: var(--mpt-color-white);
}

.mpt-home-band--catalogue .mpt-card--category:hover .mpt-card--category__action span,
.mpt-home-band--catalogue .mpt-card--category:focus-within .mpt-card--category__action span {
    transform: translateX(5px);
}

/* Catalogue slider */
.mpt-category-slider {
    position: relative;
    margin-top: 0;
    padding-inline: 0;
}

.mpt-category-slider__viewport {
    overflow: hidden;
    width: 100%;
    touch-action: pan-y;
    margin-inline: 0;
    border-radius: 6px;
}

.mpt-category-slider.is-slider .mpt-category-slider__track {
    display: flex;
    grid-template-columns: none;
    gap: 1rem;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: 0;
    transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
}

.mpt-category-slider.is-slider .mpt-card--category {
    opacity: 1;
    transform: none;
}

.mpt-category-slider__arrow {
    position: absolute;
    top: 46%;
    z-index: 3;
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--mpt-color-deep);
    box-shadow: 0 10px 24px rgba(0, 18, 28, 0.22);
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1;
    transform: translateY(-50%);
}

.mpt-category-slider.is-slider .mpt-category-slider__arrow {
    display: inline-flex;
}

.mpt-category-slider__arrow--prev {
    left: -0.15rem;
}

.mpt-category-slider__arrow--next {
    right: -0.15rem;
}

body.mpt-theme .mpt-category-slider__arrow,
body.mpt-theme .mpt-category-slider__arrow:hover,
body.mpt-theme .mpt-category-slider__arrow:focus,
body.mpt-theme .mpt-category-slider__arrow:focus-visible,
body.mpt-theme .mpt-category-slider__arrow:active {
    background: rgba(255, 255, 255, 0.96);
    color: var(--mpt-color-deep);
    border: 1px solid rgba(13, 51, 71, 0.12);
}

body.mpt-theme .mpt-category-slider__arrow:hover:not(:disabled),
body.mpt-theme .mpt-category-slider__arrow:focus:not(:disabled),
body.mpt-theme .mpt-category-slider__arrow:focus-visible:not(:disabled),
body.mpt-theme .mpt-category-slider__arrow:active:not(:disabled) {
    background: var(--mpt-color-white);
    border-color: rgba(0, 185, 181, 0.5);
    color: var(--mpt-color-deep);
    outline: none;
}

.mpt-category-slider__dots {
    display: none;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 1.25rem;
}

.mpt-category-slider.is-slider .mpt-category-slider__dots:not([hidden]) {
    display: flex;
}

.mpt-category-slider__dot {
    width: 0.4rem;
    height: 0.4rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition: width 0.25s ease, background-color 0.25s ease;
}

.mpt-category-slider__dot[aria-current="true"] {
    width: 1.15rem;
    background: var(--mpt-color-pale-blue);
}

.mpt-home-band--catalogue .mpt-home-actions--center {
    display: flex;
    justify-content: center;
    margin-top: var(--mpt-space-6);
    text-align: center;
}

.mpt-home-band--catalogue .mpt-home-section__header {
    max-width: none;
}

.mpt-home-categories .mpt-category-grid {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .mpt-category-slider.is-slider {
        padding-inline: 0;
    }

    .mpt-category-slider.is-slider .mpt-category-slider__viewport {
        touch-action: pan-y;
    }

    .mpt-category-slider.is-slider .mpt-category-slider__track {
        display: flex !important;
        grid-template-columns: none !important;
    }

    .mpt-category-slider.is-slider .mpt-category-slider__arrow {
        display: inline-flex !important;
        width: var(--mpt-touch-min, 44px);
        height: var(--mpt-touch-min, 44px);
        min-width: var(--mpt-touch-min, 44px);
        min-height: var(--mpt-touch-min, 44px);
        font-size: 1.25rem;
        top: 42%;
    }

    .mpt-category-slider.is-slider .mpt-category-slider__arrow--prev {
        left: 0.35rem;
    }

    .mpt-category-slider.is-slider .mpt-category-slider__arrow--next {
        right: 0.35rem;
    }

    .mpt-home-band--catalogue .mpt-card--category__hit {
        min-height: 18rem;
    }
}

@media (max-width: 767px) {
    .mpt-category-slider.is-slider .mpt-category-slider__track {
        display: flex !important;
        grid-template-columns: none !important;
    }

    .mpt-home-band--catalogue .mpt-card--category__hit {
        min-height: 16.5rem;
    }

    .mpt-category-slider.is-slider .mpt-category-slider__dots:not([hidden]) {
        margin-top: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mpt-home-band--catalogue .mpt-card--category,
    .mpt-home-band--catalogue .mpt-card--category .mpt-card__media img,
    .mpt-home-band--catalogue .mpt-card--category__action span,
    .mpt-category-slider.is-slider .mpt-category-slider__track {
        transition: none !important;
    }
}

.mpt-card__media--placeholder {
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.55), transparent 40%),
        linear-gradient(135deg, var(--mpt-color-deep), var(--mpt-color-primary));
}

.mpt-home-band--why-audience {
    --mpt-dark-band-bg:
        radial-gradient(circle at 88% 12%, rgba(32, 196, 244, 0.22), transparent 34%),
        radial-gradient(circle at 8% 80%, rgba(0, 185, 181, 0.18), transparent 32%),
        linear-gradient(145deg, #042f42 0%, #0a5a74 48%, #0d7a88 100%);
    position: relative;
    isolation: isolate;
    max-width: none;
    padding-inline: 0;
    border-radius: 0;
    color: var(--mpt-color-white);
    --background-color: #042f42;
    --e-con-background-color: #042f42;
    background-color: #042f42 !important;
    background-image: var(--mpt-dark-band-bg) !important;
}

.mpt-home-band--why-audience::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-color: #042f42;
    background-image: var(--mpt-dark-band-bg);
}

body.mpt-theme .elementor .e-con.mpt-home-band--why-audience,
body.mpt-theme .elementor-element.mpt-home-band--why-audience,
body.mpt-theme .mpt-home-band--why-audience,
.elementor .e-con.mpt-home-band--why-audience,
.elementor-element.mpt-home-band--why-audience,
.e-con.e-parent.mpt-home-band--why-audience {
    --background-color: #042f42 !important;
    background-color: #042f42 !important;
    background-image: var(--mpt-dark-band-bg) !important;
}

body.mpt-theme .mpt-home-band--why-audience > .e-con-inner,
body.mpt-theme .mpt-home-band--why-audience .e-con-inner,
.mpt-home-band--why-audience > .e-con-inner,
.mpt-home-band--why-audience .e-con-inner {
    position: relative;
    z-index: 1;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}

.mpt-home-band--why .mpt-home-why, .mpt-home-band--why-audience .mpt-home-why {
    max-width: var(--mpt-container);
    margin-inline: auto;
    padding-inline: var(--mpt-gutter-desktop);
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.mpt-home-band--why-audience .mpt-eyebrow {
    color: var(--mpt-color-pale-blue);
}

.mpt-home-band--why-audience h2,
.mpt-home-band--why-audience h3 {
    color: var(--mpt-color-white);
}

.mpt-home-band--why-audience p {
    color: rgba(255, 255, 255, 0.9);
}

.mpt-home-why__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
    gap: clamp(1.25rem, 3vw, 2.25rem);
    align-items: stretch;
    margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.mpt-home-why__copy {
    display: grid;
    gap: 0.75rem;
    align-content: start;
    min-width: 0;
}

.mpt-home-why__copy h2 {
    margin: 0;
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    line-height: 1.16;
    letter-spacing: -0.02em;
}

.mpt-home-why__copy > p:not(.mpt-eyebrow):not(.mpt-home-actions) {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.02rem;
    line-height: 1.55;
}

.mpt-home-why__points {
    list-style: none;
    margin: 0.15rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}

.mpt-home-why__points li {
    display: grid;
    gap: 0.15rem;
    padding: 0.65rem 0.8rem;
    border: 1px solid rgba(185, 229, 251, 0.16);
    border-radius: 4px;
    background: rgba(1, 22, 32, 0.35);
}

.mpt-home-why__points strong {
    color: var(--mpt-color-white);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.mpt-home-why__points span {
    color: rgba(232, 244, 248, 0.86);
    font-size: 0.88rem;
    line-height: 1.4;
}

.mpt-home-why__copy .mpt-home-actions {
    margin: 0.25rem 0 0;
}

.mpt-home-why__media {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 6px;
    background: linear-gradient(160deg, #00597d, #00b9b5);
    box-shadow: 0 18px 40px rgba(0, 18, 28, 0.28);
}

.mpt-home-why__media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(160deg, transparent 40%, rgba(4, 47, 66, 0.35) 100%);
    pointer-events: none;
}

.mpt-home-why__img,
.mpt-home-why__media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.7s ease;
}

.mpt-home-why__media:hover .mpt-home-why__img {
    transform: scale(1.06);
}

.mpt-home-why__media--fallback {
    min-height: 14rem;
    background:
        radial-gradient(circle at 30% 20%, rgba(185, 229, 251, 0.35), transparent 45%),
        linear-gradient(135deg, #0a5f7d, #00b9b5);
}

.mpt-home-why__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--mpt-space-4);
    margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.mpt-home-why__card {
    position: relative;
    display: flex;
    gap: var(--mpt-space-3);
    min-height: 100%;
    padding: var(--mpt-space-5);
    border: 1px solid rgba(185, 229, 251, 0.18);
    border-radius: 12px;
    background: rgba(2, 28, 40, 0.55);
    box-shadow: 0 12px 28px rgba(0, 12, 20, 0.22);
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.mpt-js .mpt-home-why__card {
    opacity: 0;
    transform: translateY(18px);
    transition:
        opacity 0.55s ease,
        transform 0.55s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.mpt-js-reduced .mpt-home-why__card,
.mpt-home-why__card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.mpt-home-why__card:nth-child(1).is-visible { transition-delay: 0.02s; }
.mpt-home-why__card:nth-child(2).is-visible { transition-delay: 0.08s; }
.mpt-home-why__card:nth-child(3).is-visible { transition-delay: 0.14s; }
.mpt-home-why__card:nth-child(4).is-visible { transition-delay: 0.2s; }
.mpt-home-why__card:nth-child(5).is-visible { transition-delay: 0.26s; }
.mpt-home-why__card:nth-child(6).is-visible { transition-delay: 0.32s; }

.mpt-home-why__card:hover,
.mpt-home-why__card:focus-within {
    background: rgba(2, 36, 52, 0.78);
    border-color: rgba(0, 185, 181, 0.45);
    box-shadow: 0 16px 32px rgba(0, 12, 20, 0.28);
    transform: translateY(-4px);
}

.mpt-home-why__card.is-visible:hover,
.mpt-home-why__card.is-visible:focus-within {
    transform: translateY(-4px);
}

.mpt-home-why__index {
    flex-shrink: 0;
    font-family: var(--mpt-font-display);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--mpt-color-primary-light);
    line-height: 1.2;
}

.mpt-home-why__card-body {
    display: flex;
    flex-direction: column;
    gap: var(--mpt-space-2);
    min-width: 0;
}

.mpt-home-why__card h3 {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.3;
    color: var(--mpt-color-white);
}

.mpt-home-why__card p {
    margin: 0;
    color: rgba(232, 244, 248, 0.92);
    font-size: 0.9rem;
    line-height: 1.45;
}

.mpt-home-why__audiences {
    display: grid;
    gap: 1.15rem;
    padding: clamp(1.2rem, 2.8vw, 1.65rem);
    border: 1px solid rgba(185, 229, 251, 0.18);
    border-radius: 6px;
    background:
        linear-gradient(135deg, rgba(0, 185, 181, 0.08), transparent 42%),
        rgba(1, 22, 32, 0.72);
}

.mpt-js .mpt-home-why__audiences {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.55s ease 0.12s, transform 0.55s ease 0.12s;
}

.mpt-js-reduced .mpt-home-why__audiences,
.mpt-home-why__audiences.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.mpt-home-why__audiences-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem 1.5rem;
}

.mpt-home-why__audiences-copy {
    display: grid;
    gap: 0.4rem;
    flex: 1 1 18rem;
    min-width: 0;
}

.mpt-home-why__audiences-copy .mpt-eyebrow {
    margin: 0;
    color: var(--mpt-color-pale-blue);
}

.mpt-home-why__audiences-copy h3 {
    margin: 0;
    color: var(--mpt-color-white);
    font-size: clamp(1.15rem, 2vw, 1.4rem);
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.mpt-home-why__audiences-copy p {
    margin: 0;
    color: rgba(232, 244, 248, 0.9);
    font-size: 0.95rem;
    line-height: 1.5;
}

.mpt-home-why__audiences .mpt-home-actions {
    margin: 0;
    flex: 0 0 auto;
}

.mpt-home-why__audiences-tags {
    padding-top: 1rem;
    border-top: 1px solid rgba(185, 229, 251, 0.14);
}

.mpt-home-why__audiences .mpt-home-audiences__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
}

.mpt-home-band--why-audience .mpt-home-why__audiences .mpt-chip,
.mpt-home-band--serve .mpt-home-audiences__grid .mpt-chip {
    min-height: 2.1rem;
    padding: 0.4rem 0.85rem;
    border: 1px solid rgba(185, 229, 251, 0.22);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.96);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: none;
    line-height: 1.2;
}

.mpt-home-band--why-audience .mpt-home-why__audiences .mpt-chip:hover,
.mpt-home-band--serve .mpt-home-audiences__grid .mpt-chip:hover {
    border-color: rgba(0, 185, 181, 0.45);
    background: rgba(0, 185, 181, 0.16);
}

@media (prefers-reduced-motion: reduce) {
    .mpt-home-why__card,
    .mpt-home-why__audiences,
    .mpt-home-why__img {
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

.mpt-home-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
    gap: clamp(1.5rem, 4vw, 2.5rem);
    align-items: start;
}

.mpt-home-resource-panel {
    padding: var(--mpt-space-5);
    border: 1px solid var(--mpt-color-border);
    border-radius: var(--mpt-radius-panel);
    background:
        radial-gradient(circle at 100% 0%, rgba(185, 229, 251, 0.55), transparent 42%),
        var(--mpt-color-surface-soft);
}

.mpt-home-resource-links {
    display: grid;
    gap: var(--mpt-space-2);
}

.mpt-home-resource-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 0.75rem 1rem;
    border: 1px solid var(--mpt-color-border);
    border-radius: var(--mpt-radius-button);
    background: var(--mpt-color-surface);
    color: var(--mpt-color-heading);
    font-weight: 700;
    text-decoration: none;
}

.mpt-home-resource-link:hover,
.mpt-home-resource-link:focus-visible {
    border-color: var(--mpt-color-primary);
    color: var(--mpt-color-deep);
}

/* Common Questions — homepage composition */
.mpt-home-cq {
    display: grid;
    gap: clamp(1.1rem, 2.4vw, 1.65rem);
}

.mpt-home-cq__intro {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    max-width: none;
}

.mpt-home-cq__copy {
    display: grid;
    gap: 0.4rem;
    flex: 1 1 18rem;
    min-width: 0;
}

.mpt-home-cq__copy .mpt-eyebrow {
    margin: 0;
}

.mpt-home-cq__copy h2 {
    margin: 0;
    font-size: clamp(1.55rem, 2.8vw, 2.15rem);
    line-height: 1.16;
    letter-spacing: -0.02em;
}

.mpt-home-cq__copy > p:not(.mpt-eyebrow) {
    margin: 0;
    color: var(--mpt-color-body);
    font-size: 0.98rem;
    line-height: 1.5;
}

.mpt-home-cq__intro .mpt-home-actions {
    margin: 0;
    flex: 0 0 auto;
}

.mpt-home-cq__body {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(240px, 0.8fr);
    gap: clamp(1rem, 2.5vw, 1.5rem);
    align-items: start;
}

.mpt-home-cq__faqs .mpt-faq {
    display: grid;
    gap: 0.5rem;
}

.mpt-home-cq__faqs .mpt-faq__item {
    position: relative;
    margin: 0;
    border: 1px solid rgba(0, 89, 125, 0.12);
    border-radius: 4px;
    background: var(--mpt-color-white);
    box-shadow: none;
    overflow: hidden;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.mpt-home-cq__faqs .mpt-faq__item[open] {
    border-color: rgba(0, 185, 181, 0.4);
    box-shadow: 0 10px 22px rgba(13, 51, 71, 0.08);
}

.mpt-home-cq__faqs .mpt-faq__question {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
    padding: 0.85rem 1rem;
    cursor: pointer;
    color: var(--mpt-color-heading);
    font-family: var(--mpt-font-display);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.35;
    list-style: none;
}

.mpt-home-cq__faqs .mpt-faq__question::-webkit-details-marker {
    display: none;
}

.mpt-home-cq__faqs .mpt-faq__question::before {
    content: none;
}

.mpt-home-cq__faqs .mpt-faq__question::after {
    content: "+";
    color: var(--mpt-color-deep);
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
    transition: transform 0.2s ease;
}

.mpt-home-cq__faqs .mpt-faq__item[open] .mpt-faq__question::after {
    content: "–";
}

.mpt-home-cq__faqs .mpt-faq__question:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 2px var(--mpt-color-primary);
}

.mpt-home-cq__faqs .mpt-faq__answer {
    padding: 0 1rem 0.95rem;
    color: var(--mpt-color-body);
    font-size: 0.92rem;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .mpt-home-about__division {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        grid-template-columns: none;
        min-height: 12rem;
    }

    .mpt-home-about__division-media {
        flex: 0 0 clamp(7.25rem, 34%, 10.5rem);
        align-self: stretch;
        width: clamp(7.25rem, 34%, 10.5rem);
        height: unset;
        min-height: unset;
        aspect-ratio: auto;
    }

    .mpt-home-about__division-body {
        flex: 1 1 auto;
        min-width: 0;
    }

    .mpt-home-cq__intro .mpt-home-actions {
        width: 100%;
    }

    .mpt-home-cq__intro .mpt-home-actions .mpt-button {
        width: 100%;
        justify-content: center;
    }
}

.mpt-home-cq__faqs .mpt-faq__answer > *:first-child {
    margin-top: 0;
}

.mpt-home-cq__faqs .mpt-faq__answer > *:last-child {
    margin-bottom: 0;
}

.mpt-home-cq__aside {
    position: sticky;
    top: calc(var(--mpt-header-height-sticky, 4.5rem) + 0.75rem);
    display: grid;
    gap: 0.55rem;
    align-content: start;
    padding: 1.1rem 1.1rem 1.15rem;
    border-radius: 6px;
    background:
        radial-gradient(circle at 100% 0%, rgba(32, 196, 244, 0.22), transparent 42%),
        linear-gradient(160deg, #05384d 0%, #0a5f7d 55%, #0d7a88 100%);
    color: var(--mpt-color-white);
    box-shadow: 0 14px 28px rgba(13, 51, 71, 0.14);
}

.mpt-home-cq__aside-kicker {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--mpt-color-pale-blue);
}

.mpt-home-cq__aside h3 {
    margin: 0;
    color: var(--mpt-color-white);
    font-size: 1.12rem;
    line-height: 1.25;
}

.mpt-home-cq__aside > p:not(.mpt-home-cq__aside-kicker):not(.mpt-home-actions) {
    margin: 0;
    color: rgba(232, 244, 248, 0.9);
    font-size: 0.88rem;
    line-height: 1.45;
}

.mpt-home-cq__links {
    display: grid;
    gap: 0.35rem;
    margin-top: 0.2rem;
}

body.mpt-theme .mpt-home-cq__link,
body.mpt-theme .mpt-home-cq__link:link,
body.mpt-theme .mpt-home-cq__link:visited {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 2.5rem;
    padding: 0.45rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--mpt-color-white);
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.mpt-home-cq__link::after {
    content: "→";
    opacity: 0.75;
    transition: transform 0.2s ease;
}

body.mpt-theme .mpt-home-cq__link:hover,
body.mpt-theme .mpt-home-cq__link:focus,
body.mpt-theme .mpt-home-cq__link:focus-visible,
body.mpt-theme .mpt-home-cq__link:active {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(0, 185, 181, 0.55);
    color: var(--mpt-color-white);
    text-decoration: none;
    outline: none;
}

.mpt-home-cq__link:hover::after,
.mpt-home-cq__link:focus-visible::after {
    transform: translateX(3px);
}

.mpt-home-cq__aside .mpt-home-actions {
    margin-top: 0.35rem;
}

.mpt-home-band--blog .mpt-home-section__header {
    margin-bottom: var(--mpt-space-6);
}

.mpt-home-band--blog .mpt-home-section__header p:last-child {
    max-width: 40rem;
    color: var(--mpt-color-muted);
}

.mpt-home-blog__intro {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    margin-bottom: clamp(1.15rem, 2.5vw, 1.75rem);
}

.mpt-home-blog__copy {
    display: grid;
    gap: 0.4rem;
    flex: 1 1 18rem;
    min-width: 0;
}

.mpt-home-blog__copy .mpt-eyebrow {
    margin: 0;
}

.mpt-home-blog__copy h2 {
    margin: 0;
    font-size: clamp(1.55rem, 2.8vw, 2.15rem);
    line-height: 1.16;
    letter-spacing: -0.02em;
}

.mpt-home-blog__copy > p {
    margin: 0;
    color: var(--mpt-color-body);
    font-size: 0.98rem;
    line-height: 1.5;
}

.mpt-home-blog__intro .mpt-home-actions {
    margin: 0;
    flex: 0 0 auto;
}

.mpt-home-blog__grid {
    display: grid;
    grid-template-columns: repeat(var(--mpt-card-cols, 3), minmax(0, 1fr));
    gap: 1rem;
}

.mpt-home-blog--featured .mpt-home-blog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 1rem;
    min-height: 0;
}

.mpt-home-blog--featured .mpt-card--article-featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.2fr);
    align-items: stretch;
    min-height: 0;
    color: inherit;
    background: var(--mpt-color-white);
}

.mpt-home-blog .mpt-card--article {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    gap: 0;
    min-height: 0;
    height: 100%;
    border: 1px solid rgba(0, 89, 125, 0.1);
    border-radius: 6px;
    background: var(--mpt-color-white);
    box-shadow: 0 10px 24px rgba(13, 51, 71, 0.05);
    isolation: isolate;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.mpt-home-blog .mpt-card--article:hover,
.mpt-home-blog .mpt-card--article:focus-within {
    transform: translateY(-3px);
    border-color: rgba(0, 185, 181, 0.35);
    box-shadow: 0 16px 30px rgba(13, 51, 71, 0.1);
}

.mpt-home-blog .mpt-card--article .mpt-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
    flex: 0 0 auto;
    border-radius: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(32, 196, 244, 0.28), transparent 42%),
        linear-gradient(145deg, #00597d, #00b9b5);
}

.mpt-home-blog--featured .mpt-card--article-featured .mpt-card__media {
    position: relative;
    inset: auto;
    z-index: 0;
    aspect-ratio: auto;
    min-height: 12.5rem;
    height: 100%;
}

.mpt-home-blog .mpt-card--article .mpt-card__media a {
    display: block;
    width: 100%;
    height: 100%;
}

.mpt-home-blog .mpt-card--article .mpt-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.5s ease;
}

.mpt-home-blog .mpt-card__media-shade {
    display: none;
}

.mpt-home-blog .mpt-card--article:hover .mpt-card__media img,
.mpt-home-blog .mpt-card--article:focus-within .mpt-card__media img {
    transform: scale(1.05);
}

.mpt-home-blog .mpt-card--article .mpt-card__body {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.35rem;
    padding: 0.95rem 1rem 1.05rem;
    flex: 1 1 auto;
    align-content: start;
}

.mpt-home-blog--featured .mpt-card--article-featured .mpt-card__body {
    align-content: center;
    padding: 1.15rem 1.25rem;
    gap: 0.45rem;
}

.mpt-home-blog .mpt-card--article .mpt-eyebrow {
    margin: 0;
    color: var(--mpt-color-primary-dark);
}

.mpt-home-blog .mpt-card--article .mpt-card__title {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.mpt-home-blog--featured .mpt-card--article-featured .mpt-card__title {
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    line-height: 1.22;
}

body.mpt-theme .mpt-home-blog .mpt-card--article .mpt-card__title a,
body.mpt-theme .mpt-home-blog .mpt-card--article .mpt-card__title a:link,
body.mpt-theme .mpt-home-blog .mpt-card--article .mpt-card__title a:visited {
    color: var(--mpt-color-heading);
    text-decoration: none;
}

body.mpt-theme .mpt-home-blog .mpt-card--article .mpt-card__title a:hover,
body.mpt-theme .mpt-home-blog .mpt-card--article .mpt-card__title a:focus,
body.mpt-theme .mpt-home-blog .mpt-card--article .mpt-card__title a:focus-visible,
body.mpt-theme .mpt-home-blog .mpt-card--article .mpt-card__title a:active {
    color: var(--mpt-color-primary-dark);
    text-decoration: none;
}

.mpt-home-blog .mpt-card--article .mpt-card__meta {
    margin: 0;
    color: var(--mpt-color-muted);
    font-size: 0.8rem;
}

.mpt-home-blog .mpt-card--article .mpt-card__text {
    margin: 0;
    color: var(--mpt-color-muted);
    font-size: 0.88rem;
    line-height: 1.45;
}

.mpt-home-blog--featured .mpt-card--article:not(.mpt-card--article-featured) .mpt-card__text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mpt-home-blog--featured .mpt-card--article-featured .mpt-card__text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mpt-home-blog .mpt-card--article .mpt-card__cta {
    margin: 0.2rem 0 0;
}

body.mpt-theme .mpt-home-blog .mpt-card--article .mpt-card__cta a,
body.mpt-theme .mpt-home-blog .mpt-card--article .mpt-card__cta a:link,
body.mpt-theme .mpt-home-blog .mpt-card--article .mpt-card__cta a:visited {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--mpt-color-primary-dark);
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
}

body.mpt-theme .mpt-home-blog .mpt-card--article .mpt-card__cta a:hover,
body.mpt-theme .mpt-home-blog .mpt-card--article .mpt-card__cta a:focus,
body.mpt-theme .mpt-home-blog .mpt-card--article .mpt-card__cta a:focus-visible,
body.mpt-theme .mpt-home-blog .mpt-card--article .mpt-card__cta a:active {
    color: var(--mpt-color-deep);
    text-decoration: none;
}

.mpt-home-blog--empty {
    padding: var(--mpt-space-6);
    border: 1px dashed var(--mpt-color-border);
    border-radius: var(--mpt-radius-card);
    background: var(--mpt-color-white);
}

.mpt-home-blog .mpt-home-actions {
    margin-top: var(--mpt-space-6);
    display: flex;
    justify-content: center;
    text-align: center;
}

@media (prefers-reduced-motion: reduce) {
    .mpt-home-blog .mpt-card--article,
    .mpt-home-blog .mpt-card--article .mpt-card__media img {
        transition: none;
    }

    .mpt-home-blog .mpt-card--article:hover,
    .mpt-home-blog .mpt-card--article:focus-within {
        transform: none;
    }

    .mpt-home-blog .mpt-card--article:hover .mpt-card__media img,
    .mpt-home-blog .mpt-card--article:focus-within .mpt-card__media img {
        transform: none;
    }
}

@media (max-width: 1024px) {
    .mpt-home-trust--compact,
    .mpt-home-trust-shell .mpt-home-trust--compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mpt-home-about__intro,
    .mpt-home-ss__intro,
    .mpt-home-ss__solutions,
    .mpt-home-catalogue__intro,
    .mpt-home-cq__body,
    .mpt-home-section__header--with-media,
    .mpt-home-faq-layout,
    .mpt-home-split--why,
    .mpt-home-split--solutions,
    .mpt-home-why__intro,
    .mpt-home-serve__intro,
    .mpt-home-divisions__intro {
        grid-template-columns: 1fr;
    }

    .mpt-home-serve__intro .mpt-home-actions,
    .mpt-home-divisions__intro .mpt-home-actions {
        width: 100%;
        justify-self: start;
    }

    .mpt-home-products-intro__aside {
        margin-left: 0;
        width: 100%;
        text-align: left;
    }

    .mpt-home-about__media {
        min-height: 12.5rem;
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .mpt-home-ss__intro > .mpt-home-ss__media,
    .mpt-home-ss__media {
        min-height: 14rem;
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .mpt-home-why__media {
        min-height: 14rem;
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .mpt-home-ss__pathways {
        grid-template-columns: 1fr;
    }

    .mpt-home-why__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mpt-home-why__audiences-head {
        align-items: stretch;
    }

    .mpt-home-why__audiences .mpt-home-actions {
        width: 100%;
    }

    .mpt-home-why__audiences .mpt-home-actions .mpt-button {
        width: 100%;
        justify-content: center;
    }

    .mpt-home-blog__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mpt-home-blog--featured .mpt-home-blog__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: 0;
    }

    .mpt-home-blog--featured .mpt-card--article-featured {
        grid-column: 1 / -1;
        grid-template-columns: minmax(180px, 0.85fr) minmax(0, 1.15fr);
        min-height: 0;
    }

    .mpt-home-blog--featured .mpt-card--article-featured .mpt-card__media {
        position: relative;
        min-height: 11rem;
        height: 100%;
    }
}

@media (max-width: 1024px) {
    .mpt-hero-slider.is-enhanced .mpt-hero-slider__track,
    .mpt-hero-slider__slide,
    .mpt-hero-slider.is-enhanced .mpt-hero-slider__slide.is-active {
        min-height: clamp(30rem, 70svh, 40rem);
    }

    .mpt-hero-slider__inner {
        min-height: inherit;
        align-content: center;
        box-sizing: border-box;
        padding-block: clamp(2.5rem, 7vw, 3.5rem) clamp(3.5rem, 9vw, 4.25rem);
        padding-inline: var(--mpt-gutter-desktop);
    }

    .mpt-hero-slider__banner,
    .mpt-hero-slider__overlay {
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .mpt-hero-slider__overlay {
        /* Keep left readable on narrower screens; soften leftover veil on the right. */
        background: linear-gradient(
            105deg,
            rgba(0, 36, 52, 0.96) 0%,
            rgba(0, 52, 74, 0.9) 28%,
            rgba(0, 72, 100, 0.58) 52%,
            rgba(0, 89, 125, 0.28) 72%,
            rgba(0, 89, 125, 0.1) 88%,
            transparent 100%
        );
    }

    .elementor .mpt-hero-slider__banner-img,
    .mpt-hero-slider__banner > .mpt-hero-slider__banner-img,
    .mpt-hero-slider__banner-img {
        position: absolute;
        inset: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .mpt-hero-slider__navigation {
        left: 50%;
        right: auto;
        bottom: 1rem;
        justify-content: center;
        max-width: none;
        transform: translateX(-50%);
    }

    .mpt-hero-slider__arrow {
        width: var(--mpt-touch-min, 44px);
        height: var(--mpt-touch-min, 44px);
        min-width: var(--mpt-touch-min, 44px);
        min-height: var(--mpt-touch-min, 44px);
        font-size: 1.25rem;
        opacity: 0.95;
    }

    .mpt-home-hero-shell .mpt-home-trust-shell {
        margin-top: 0;
        padding-block: clamp(1.75rem, 5vw, 2.75rem);
    }

    .mpt-home-trust-shell[data-mpt-trust-slider] .mpt-home-trust-slider__viewport {
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: var(--mpt-gutter-mobile);
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
    }

    .mpt-home-trust-shell[data-mpt-trust-slider] .mpt-home-trust-slider__viewport::-webkit-scrollbar {
        display: none;
    }

    .mpt-home-trust-shell[data-mpt-trust-slider] .mpt-home-trust--compact,
    .mpt-home-hero-shell .mpt-home-trust-shell[data-mpt-trust-slider] .mpt-home-trust--compact {
        display: flex;
        grid-template-columns: none;
        gap: 0.85rem;
        width: max-content;
        max-width: none;
        margin: 0;
        padding-inline: var(--mpt-gutter-mobile);
    }

    .mpt-home-trust-shell[data-mpt-trust-slider] .mpt-home-trust__item {
        flex: 0 0 min(82vw, 21.5rem);
        width: min(82vw, 21.5rem);
        min-height: 14.5rem;
        aspect-ratio: auto;
        scroll-snap-align: center;
        opacity: 1;
        transform: none;
    }

    .mpt-js .mpt-home-trust-shell[data-mpt-trust-slider] .mpt-home-trust__item {
        opacity: 1;
        transform: none;
    }

    .mpt-home-trust-shell[data-mpt-trust-slider] .mpt-home-trust__item.is-active-slide {
        border-color: rgba(255, 255, 255, 0.34);
        box-shadow: 0 20px 36px rgba(0, 24, 36, 0.28);
    }

    .mpt-home-trust-shell.is-slider .mpt-home-trust-slider__nav {
        display: flex;
    }

    .mpt-home-about__divisions:not(.mpt-home-about__divisions--large) {
        grid-template-columns: 1fr;
    }

    .mpt-home-about__divisions:not(.mpt-home-about__divisions--large) .mpt-home-about__division {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        grid-template-columns: none;
        min-height: 12rem;
    }

    .mpt-home-about__divisions:not(.mpt-home-about__divisions--large) .mpt-home-about__division-media {
        flex: 0 0 clamp(7.25rem, 34%, 10.5rem);
        align-self: stretch;
        width: clamp(7.25rem, 34%, 10.5rem);
        height: unset;
        min-height: unset;
        aspect-ratio: auto;
    }

    .mpt-home-about__divisions:not(.mpt-home-about__divisions--large) .mpt-home-about__division-body {
        flex: 1 1 auto;
        min-width: 0;
    }

    .mpt-home-band--solutions-services .mpt-service-card-grid {
        grid-template-columns: 1fr;
    }

    .mpt-home-blog--featured .mpt-card--article-featured {
        grid-template-columns: 1fr;
    }

    .mpt-home-band--catalogue .mpt-card--category__hit {
        min-height: 18rem;
    }
}

@media (max-width: 720px) {
    .mpt-home,
    .mpt-home-band {
        overflow-x: clip;
        max-width: 100%;
    }

    .mpt-hero-slider__inner,
    .mpt-home-trust-shell .mpt-home-trust--compact,
    .mpt-home-band--about .mpt-home-about,
    .mpt-home-band--solutions-services .mpt-home-ss,
    .mpt-home-band--why .mpt-home-why, .mpt-home-band--why-audience .mpt-home-why,
    .mpt-home-band--faq-resources .mpt-home-cq,
    .mpt-home-band--blog .mpt-home-blog__intro,
    .mpt-home-band--blog .mpt-home-section__header,
    .mpt-home-band--blog .mpt-home-blog,
    .mpt-home-band--catalogue .mpt-home-catalogue__intro,
    .mpt-home-band--catalogue .mpt-category-slider,
    .mpt-home-band--catalogue .mpt-home-products {
        padding-inline: var(--mpt-gutter-mobile);
    }

    .mpt-home-band--about,
    .mpt-home-band--catalogue,
    .mpt-home-band--solutions-services,
    .mpt-home-band--why-audience,
    .mpt-home-band--faq-resources,
    .mpt-home-band--blog {
        padding-block: clamp(2rem, 6vw, 3rem) !important;
    }

    .mpt-home-trust-shell {
        padding-block: clamp(1.5rem, 5vw, 2.25rem);
    }

    .mpt-home-trust-shell.is-slider .mpt-home-trust__item {
        flex-basis: min(88vw, 22rem);
        width: min(88vw, 22rem);
        min-height: 15rem;
    }

    .mpt-home-trust-shell[data-mpt-trust-slider] .mpt-home-trust__item {
        flex-basis: min(88vw, 22rem);
        width: min(88vw, 22rem);
        min-height: 15rem;
    }

    .mpt-hero-slider.is-enhanced .mpt-hero-slider__track,
    .mpt-hero-slider__slide,
    .mpt-hero-slider.is-enhanced .mpt-hero-slider__slide.is-active {
        min-height: clamp(32rem, 78svh, 44rem);
    }

    .mpt-hero-slider__slide .mpt-hero-slider__heading,
    .mpt-hero-slider__slide h1.mpt-hero-slider__heading,
    .mpt-hero-slider__slide h2.mpt-hero-slider__heading {
        max-width: none;
        font-size: clamp(1.7rem, 7.2vw, 2.15rem);
    }

    .mpt-hero-slider__slide .mpt-home-lede {
        font-size: 0.98rem;
        margin-bottom: var(--mpt-space-4);
    }

    .mpt-hero-slider__inner {
        min-height: inherit;
        align-content: center;
        padding-block: clamp(2.75rem, 8vw, 3.75rem) clamp(3.75rem, 10vw, 4.75rem);
        padding-inline: var(--mpt-gutter-mobile);
    }

    .mpt-hero-slider__actions {
        flex-direction: column;
        align-items: stretch;
        width: min(100%, 22rem);
        gap: 0.65rem;
    }

    .mpt-hero-slider__actions .mpt-button {
        width: 100%;
        min-width: 0;
    }

    .mpt-hero-slider__arrow {
        display: none;
    }

    .mpt-home-benefits--panel,
    .mpt-home-why__grid {
        grid-template-columns: 1fr;
    }

    .mpt-home-blog__intro .mpt-home-actions,
    .mpt-home-ss__intro-actions,
    .mpt-home-ss__intro-actions .mpt-home-actions,
    .mpt-home-catalogue__aside .mpt-home-actions,
    .mpt-home-serve__intro .mpt-home-actions {
        width: 100%;
    }

    .mpt-home-blog__intro .mpt-home-actions .mpt-button,
    .mpt-home-ss__intro-actions .mpt-button,
    .mpt-home-catalogue__aside .mpt-button,
    .mpt-home-serve__intro .mpt-home-actions .mpt-button {
        width: 100%;
        justify-content: center;
    }

    .mpt-home-band--services .mpt-card--service, .mpt-home-band--solutions-services .mpt-card--service {
        min-height: 13.5rem;
    }

    .mpt-home-blog__grid,
    .mpt-home-blog--featured .mpt-home-blog__grid {
        grid-template-columns: 1fr;
    }

    .mpt-home-blog--featured .mpt-card--article-featured {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .mpt-home-blog--featured .mpt-card--article-featured .mpt-card__media {
        min-height: 0;
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .mpt-home-why__card {
        padding: 1rem 1.05rem;
    }

    .mpt-home-cq__aside {
        position: static;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mpt-hero-slider.is-enhanced .mpt-hero-slider__slide {
        transform: none;
        transition:
            opacity 0.01ms linear,
            visibility 0.01ms linear;
    }

    .mpt-hero-slider__arrow,
    .mpt-hero-slider__dot,
    .mpt-hero-slider__toggle {
        transition: none;
    }
}

/* ==========================================================================
   Homepage UI redesign v2 — section rhythm, cards, audiences, services
   ========================================================================== */

.mpt-home--ui-redesign,
.elementor .mpt-home-band {
    --mpt-home-container: min(1240px, calc(100% - 2 * clamp(1rem, 4vw, 1.5rem)));
}

/* Background sequence: hero dark → categories white → products dark → about white → serve pale → divisions soft pale */
body.mpt-theme .elementor .e-con.mpt-home-band--categories,
.mpt-home-band--categories {
    --background-color: #ffffff !important;
    background: #ffffff !important;
    background-image: none !important;
    color: var(--mpt-color-deep, #04384d);
    padding-block: clamp(2.75rem, 5.5vw, 4.5rem) !important;
}

.mpt-home-band--categories::before {
    display: none !important;
}

body.mpt-theme .elementor .e-con.mpt-home-band--products,
.mpt-home-band--products {
    --background-color: #042f42 !important;
    background-color: #042f42 !important;
    background-image: var(--mpt-dark-band-bg) !important;
    color: var(--mpt-color-white, #fff);
    padding-block: clamp(2.75rem, 5.5vw, 4.25rem) !important;
}

body.mpt-theme .elementor .e-con.mpt-home-band--about,
.mpt-home-band--about,
body.mpt-theme .elementor .e-con.mpt-home-band--divisions,
.mpt-home-band--divisions {
    /* Seamless tile artwork is 604×154 (motif + bridge). */
    --mpt-about-pulse-height: clamp(3.5rem, 9vw, 6rem);
    --mpt-about-pulse-tile: calc(var(--mpt-about-pulse-height) * 604 / 154);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #ffffff !important;
    background-color: #ffffff !important;
    padding-block: clamp(2.75rem, 5.5vw, 4.5rem) !important;
}

/* Dual pulse rows: brand pulse wave at 0.1 opacity, infinite L→R flow */
body.mpt-theme .elementor .e-con.mpt-home-band--about::before,
.mpt-home-band--about::before,
body.mpt-theme .elementor .e-con.mpt-home-band--about::after,
.mpt-home-band--about::after,
body.mpt-theme .elementor .e-con.mpt-home-band--divisions::before,
.mpt-home-band--divisions::before,
body.mpt-theme .elementor .e-con.mpt-home-band--divisions::after,
.mpt-home-band--divisions::after {
    content: "";
    position: absolute;
    left: -10%;
    width: 120%;
    height: var(--mpt-about-pulse-height);
    pointer-events: none;
    z-index: 0;
    background-image: url("../images/brand/mpt-about-pulse-wave.webp");
    background-repeat: repeat-x;
    background-size: var(--mpt-about-pulse-tile) var(--mpt-about-pulse-height);
    background-position: 0 50%;
    opacity: 0.1;
    animation: mpt-about-pulse-flow 42s linear infinite;
}

body.mpt-theme .elementor .e-con.mpt-home-band--about::before,
.mpt-home-band--about::before,
body.mpt-theme .elementor .e-con.mpt-home-band--divisions::before,
.mpt-home-band--divisions::before {
    top: 18%;
}

body.mpt-theme .elementor .e-con.mpt-home-band--about::after,
.mpt-home-band--about::after,
body.mpt-theme .elementor .e-con.mpt-home-band--divisions::after,
.mpt-home-band--divisions::after {
    bottom: 14%;
    animation-duration: 54s;
    opacity: 0.1;
}

@keyframes mpt-about-pulse-flow {
    from {
        background-position: 0 50%;
    }

    to {
        background-position: var(--mpt-about-pulse-tile) 50%;
    }
}

body.mpt-theme .elementor .e-con.mpt-home-band--about > .e-con-inner,
.mpt-home-band--about > .e-con-inner,
.mpt-home-band--about .mpt-home-about,
body.mpt-theme .elementor .e-con.mpt-home-band--divisions > .e-con-inner,
.mpt-home-band--divisions > .e-con-inner,
.mpt-home-band--divisions .mpt-home-divisions {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    body.mpt-theme .elementor .e-con.mpt-home-band--about,
    .mpt-home-band--about,
    body.mpt-theme .elementor .e-con.mpt-home-band--divisions,
    .mpt-home-band--divisions {
        --mpt-about-pulse-height: 3.1rem;
    }

    body.mpt-theme .elementor .e-con.mpt-home-band--about::before,
    .mpt-home-band--about::before,
    body.mpt-theme .elementor .e-con.mpt-home-band--about::after,
    .mpt-home-band--about::after,
    body.mpt-theme .elementor .e-con.mpt-home-band--divisions::before,
    .mpt-home-band--divisions::before,
    body.mpt-theme .elementor .e-con.mpt-home-band--divisions::after,
    .mpt-home-band--divisions::after {
        opacity: 0.1;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.mpt-theme .elementor .e-con.mpt-home-band--about::before,
    .mpt-home-band--about::before,
    body.mpt-theme .elementor .e-con.mpt-home-band--about::after,
    .mpt-home-band--about::after,
    body.mpt-theme .elementor .e-con.mpt-home-band--divisions::before,
    .mpt-home-band--divisions::before,
    body.mpt-theme .elementor .e-con.mpt-home-band--divisions::after,
    .mpt-home-band--divisions::after {
        animation: none;
    }
}

body.mpt-theme .elementor .e-con.mpt-home-band--why,
body.mpt-theme .elementor-element.mpt-home-band--why,
.mpt-home-band--why {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        linear-gradient(180deg, #e8f3f7 0%, #f4fafc 55%, #eaf5f8 100%) !important;
    background-color: #e8f3f7 !important;
    color: var(--mpt-color-deep, #04384d);
    padding-block: clamp(2.75rem, 5.5vw, 4.75rem) !important;
}

body.mpt-theme .elementor .e-con.mpt-home-band--why::before,
.mpt-home-band--why::before,
body.mpt-theme .elementor .e-con.mpt-home-band--why::after,
.mpt-home-band--why::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
    background-image: url("../images/brand/mpt-brand-pulse-wave.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

body.mpt-theme .elementor .e-con.mpt-home-band--why::before,
.mpt-home-band--why::before {
    left: -4%;
    top: 12%;
    width: min(48vw, 30rem);
    aspect-ratio: 960 / 220;
    opacity: 0.2;
}

body.mpt-theme .elementor .e-con.mpt-home-band--why::after,
.mpt-home-band--why::after {
    right: -6%;
    bottom: 6%;
    width: min(54vw, 34rem);
    aspect-ratio: 960 / 220;
    opacity: 0.2;
    transform: scaleX(-1);
}

body.mpt-theme .elementor .e-con.mpt-home-band--why > .e-con-inner,
.mpt-home-band--why > .e-con-inner,
.mpt-home-band--why .mpt-home-why {
    position: relative;
    z-index: 1;
}

/* Why MPT — signal board (distinct from card grids elsewhere) */
.mpt-home-why--signal {
    max-width: var(--mpt-container, 1240px);
    margin-inline: auto;
    padding-inline: clamp(1rem, 4vw, 1.5rem);
}

.mpt-home-why--signal .mpt-home-why__board {
    display: grid;
    grid-template-columns: minmax(16rem, 0.95fr) minmax(0, 1.4fr);
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(4, 56, 77, 0.12);
    border-radius: 22px;
    box-shadow: 0 22px 50px rgba(13, 51, 71, 0.12);
}

.mpt-home-why--signal .mpt-home-why__mast {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
    padding: clamp(1.35rem, 2.8vw, 1.85rem);
    background:
        radial-gradient(circle at 18% 12%, rgba(215, 223, 35, 0.18), transparent 34%),
        radial-gradient(circle at 88% 88%, rgba(0, 185, 181, 0.28), transparent 40%),
        linear-gradient(160deg, #04384d 0%, #0a5a74 52%, #0d7a88 100%);
    color: #fff;
}

.mpt-home-why--signal .mpt-home-why__mast-top {
    display: grid;
    gap: 0.65rem;
}

.mpt-home-why--signal .mpt-home-why__mast .mpt-eyebrow {
    margin: 0;
    color: #d7df23;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mpt-home-why--signal .mpt-home-why__mast h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    line-height: 1.18;
    letter-spacing: -0.02em;
    max-width: 15ch;
}

.mpt-home-why--signal .mpt-home-why__mast-top > p:not(.mpt-eyebrow) {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.94rem;
    line-height: 1.55;
    max-width: 36ch;
}

.mpt-home-why--signal .mpt-home-why__pulse-mark {
    width: min(100%, 13rem);
    margin: 0.15rem 0 0;
    color: rgba(215, 223, 35, 0.92);
}

.mpt-home-why--signal .mpt-home-why__pulse-mark svg {
    display: block;
    width: 100%;
    height: auto;
}

.mpt-home-why--signal .mpt-home-why__mast-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.45rem;
}

.mpt-home-why--signal .mpt-home-why__mast-points li {
    display: grid;
    gap: 0.08rem;
    padding: 0.55rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
}

.mpt-home-why--signal .mpt-home-why__mast-points strong {
    color: #fff;
    font-size: 0.84rem;
    font-weight: 700;
}

.mpt-home-why--signal .mpt-home-why__mast-points span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.76rem;
    line-height: 1.35;
}

.mpt-home-why--signal .mpt-home-why__mast .mpt-home-actions {
    margin-top: 0.35rem;
    flex-wrap: wrap;
}

body.mpt-theme .mpt-home-why--signal .mpt-home-why__mast .mpt-button--outline {
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff;
    background: transparent;
}

body.mpt-theme .mpt-home-why--signal .mpt-home-why__mast .mpt-button--outline:hover,
body.mpt-theme .mpt-home-why--signal .mpt-home-why__mast .mpt-button--outline:focus-visible {
    border-color: #d7df23;
    color: #d7df23;
    background: rgba(215, 223, 35, 0.08);
}

.mpt-home-why--signal .mpt-home-why__signal-list {
    list-style: none;
    margin: 0;
    padding: clamp(0.9rem, 2vw, 1.15rem);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    align-content: start;
    align-items: start;
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 185, 181, 0.06), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}

.mpt-home-why--signal .mpt-home-why__row {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.55rem 0.65rem;
    align-items: start;
    align-self: start;
    height: auto;
    min-height: 0;
    padding: 0.75rem 0.8rem 0.8rem;
    border: 1px solid rgba(4, 56, 77, 0.08);
    border-left: 3px solid var(--mpt-color-primary, #00b9b5);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(13, 51, 71, 0.04);
}

.mpt-home-why--signal .mpt-home-why__index {
    grid-column: 1;
    grid-row: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.7rem;
    height: 1.7rem;
    margin: 0;
    padding: 0 0.3rem;
    border-radius: 8px;
    background: rgba(0, 185, 181, 0.12);
    color: var(--mpt-color-primary-dark, #00597d);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1;
}

.mpt-home-why--signal .mpt-home-why__row-body {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    display: grid;
    gap: 0.28rem;
}

.mpt-home-why--signal .mpt-home-why__row-head {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.mpt-home-why--signal .mpt-home-why__icon {
    flex: 0 0 auto;
    width: 1.55rem;
    height: 1.55rem;
    padding: 0.28rem;
    border-radius: 7px;
    background: rgba(0, 185, 181, 0.1);
    color: var(--mpt-color-primary-dark, #00597d);
    box-sizing: border-box;
}

.mpt-home-why--signal .mpt-home-why__row h3 {
    margin: 0;
    color: var(--mpt-color-deep, #04384d);
    font-size: 0.92rem;
    line-height: 1.25;
}

.mpt-home-why--signal .mpt-home-why__row p {
    margin: 0;
    color: #516874;
    font-size: 0.8rem;
    line-height: 1.4;
}

.mpt-home-why--signal .mpt-home-why__row:hover,
.mpt-home-why--signal .mpt-home-why__row:focus-within {
    border-color: rgba(0, 185, 181, 0.28);
    border-left-color: #d7df23;
    box-shadow: 0 8px 18px rgba(13, 51, 71, 0.08);
}

.mpt-home-why--signal .mpt-home-why__row:hover .mpt-home-why__index,
.mpt-home-why--signal .mpt-home-why__row:focus-within .mpt-home-why__index {
    background: rgba(215, 223, 35, 0.22);
    color: var(--mpt-color-deep, #04384d);
}

@media (max-width: 1024px) {
    .mpt-home-why--signal .mpt-home-why__board {
        grid-template-columns: 1fr;
    }

    .mpt-home-why--signal .mpt-home-why__mast h2 {
        max-width: none;
    }

    .mpt-home-why--signal .mpt-home-why__mast-top > p:not(.mpt-eyebrow) {
        max-width: 42rem;
    }

    .mpt-home-why--signal .mpt-home-why__mast-points {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .mpt-home-why--signal .mpt-home-why__signal-list {
        grid-template-columns: 1fr;
    }

    .mpt-home-why--signal .mpt-home-why__mast-points {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .mpt-home-why--signal .mpt-home-why__mast .mpt-home-actions .mpt-button {
        width: 100%;
        justify-content: center;
    }
}

/* Legacy light-card why styles retained for non-signal variants */
.mpt-home-why--light .mpt-home-why__intro {
    grid-template-columns: 1fr;
    margin-bottom: 1.5rem;
    text-align: center;
    justify-items: center;
}

.mpt-home-why--light .mpt-home-why__copy {
    max-width: 46rem;
    justify-items: center;
}

.mpt-home-why--light .mpt-home-why__copy .mpt-eyebrow--pill {
    margin: 0 0 0.35rem;
}

.mpt-home-why--light .mpt-home-why__copy h2 {
    color: var(--mpt-color-deep, #04384d);
    max-width: 18ch;
    text-wrap: balance;
}

.mpt-home-why--light .mpt-home-why__copy > p:not(.mpt-eyebrow):not(.mpt-home-actions) {
    color: #4b6470;
    max-width: 40rem;
}

.mpt-home-why--light .mpt-home-why__copy .mpt-home-actions {
    justify-content: center;
}

.mpt-home-why--light .mpt-home-why__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 0;
}

.mpt-home-why--light .mpt-home-why__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1.2rem 1.15rem 1.25rem;
    border: 1px solid rgba(0, 89, 125, 0.1);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(13, 51, 71, 0.06);
    color: inherit;
}

.mpt-home-why--light .mpt-home-why__card:hover,
.mpt-home-why--light .mpt-home-why__card:focus-within {
    border-color: rgba(0, 185, 181, 0.35);
    box-shadow: 0 16px 34px rgba(13, 51, 71, 0.1);
    transform: translateY(-4px);
    background: #ffffff;
}

.mpt-home-why--light .mpt-home-why__index {
    display: inline-flex;
    margin: 0;
    color: var(--mpt-color-primary, #00b9b5);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.mpt-home-why--light .mpt-home-why__icon {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.45rem;
    border-radius: 999px;
    background: rgba(0, 185, 181, 0.12);
    color: var(--mpt-color-primary-dark, #00597d);
    box-sizing: content-box;
}

.mpt-home-why--light .mpt-home-why__card-body {
    display: grid;
    gap: 0.35rem;
    min-width: 0;
    width: 100%;
}

.mpt-home-why--light .mpt-home-why__card h3 {
    margin: 0;
    color: var(--mpt-color-deep, #04384d);
    font-size: 1.02rem;
    line-height: 1.3;
}

.mpt-home-why--light .mpt-home-why__card p {
    margin: 0;
    color: #4b6470;
    font-size: 0.9rem;
    line-height: 1.45;
}

@media (max-width: 1024px) {
    .mpt-home-why--light .mpt-home-why__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .mpt-home-why--light .mpt-home-why__grid {
        grid-template-columns: 1fr;
    }

    .mpt-home-why--light .mpt-home-why__copy h2 {
        max-width: none;
    }
}

body.mpt-theme .elementor .e-con.mpt-home-band--serve,
.mpt-home-band--serve {
    background:
        radial-gradient(circle at 12% 0%, rgba(0, 185, 181, 0.08), transparent 40%),
        linear-gradient(180deg, #e6f3f7 0%, #eef7fa 100%) !important;
    background-color: #e6f3f7 !important;
    padding-block: clamp(2.5rem, 5vw, 3.75rem) !important;
}

/* Divisions pulse + white ground are defined with About above. */

body.mpt-theme .elementor .e-con.mpt-home-band--services,
.mpt-home-band--services {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%) !important;
    padding-block: clamp(2.75rem, 5.5vw, 4.25rem) !important;
}

body.mpt-theme .elementor .e-con.mpt-home-band--faq-resources,
.mpt-home-band--faq-resources {
    background:
        radial-gradient(circle at 90% 0%, rgba(0, 185, 181, 0.08), transparent 36%),
        linear-gradient(180deg, #eef6fa 0%, #e4f1f6 100%) !important;
    padding-block: clamp(2.5rem, 5vw, 4rem) !important;
}

body.mpt-theme .elementor .e-con.mpt-home-band--blog,
.mpt-home-band--blog {
    background: #ffffff !important;
    padding-block: clamp(2.5rem, 5vw, 4rem) !important;
}

/* Section typography scale */
.mpt-home-band h2 {
    font-size: clamp(1.65rem, 2.4vw, 2.15rem);
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.mpt-home-band .mpt-home-catalogue__copy > p:not(.mpt-eyebrow),
.mpt-home-band .mpt-home-products-intro__copy > p:not(.mpt-eyebrow),
.mpt-home-band .mpt-home-about__copy > p:not(.mpt-eyebrow):not(.mpt-home-actions),
.mpt-home-band .mpt-home-about__body > p,
.mpt-home-band .mpt-home-serve__copy > p:not(.mpt-eyebrow),
.mpt-home-band .mpt-home-divisions__copy > p:not(.mpt-eyebrow),
.mpt-home-band .mpt-home-ss__intro-copy > p:not(.mpt-eyebrow):not(.mpt-home-actions),
.mpt-home-band .mpt-home-cq__copy > p:not(.mpt-eyebrow),
.mpt-home-band .mpt-home-blog__copy > p:not(.mpt-eyebrow) {
    font-size: clamp(1.02rem, 1.15vw, 1.125rem);
    line-height: 1.55;
    max-width: 42rem;
}

/* Compact trust strip (placed below About) */
body.mpt-theme .elementor .e-con.mpt-home-band--trust,
body.mpt-theme .elementor-element.mpt-home-band--trust,
.mpt-home-band--trust {
    background: #042f42 !important;
    padding-block: 0;
}

.mpt-home-band--trust .elementor-widget-container,
.mpt-home-band--trust .e-con-inner {
    padding-block: 0;
}

.mpt-home-trust--inline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
    width: min(100%, var(--mpt-container, 1240px));
    margin: 0 auto;
    padding: 1.25rem clamp(1rem, 4vw, 1.5rem);
    background: transparent;
    color: #fff;
}

.mpt-home-trust--inline .mpt-home-trust__item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 0.7rem;
    row-gap: 0.2rem;
    align-items: start;
    padding: 0.85rem 0.9rem;
    border: 1px solid rgba(185, 229, 251, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    min-height: 0;
}

.mpt-home-trust--inline .mpt-home-trust__icon {
    grid-row: 1 / span 2;
    color: var(--mpt-color-primary, #00b9b5);
    margin-top: 0.15rem;
}

.mpt-home-trust--inline .mpt-home-trust__title {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.25;
    color: #fff;
}

.mpt-home-trust--inline .mpt-home-trust__text {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.4;
    color: rgba(232, 244, 248, 0.88);
}

/* Categories: full-bleed image cards in wrapping grid (or optional slider) */
.mpt-home-band--categories .mpt-home-catalogue__intro,
.mpt-home-band--categories .mpt-category-slider,
.mpt-home-band--categories .mpt-category-grid:not(.mpt-category-slider__track) {
    max-width: var(--mpt-container, 1240px);
    margin-inline: auto;
    padding-inline: clamp(1rem, 4vw, 1.5rem);
    color: inherit;
}

.mpt-home-band--categories .mpt-home-catalogue__copy .mpt-eyebrow,
.mpt-home-band--categories .mpt-home-catalogue__copy h2,
.mpt-home-band--categories .mpt-home-catalogue__copy > p {
    color: var(--mpt-color-deep, #04384d);
}

.mpt-home-band--categories > .elementor-widget-shortcode .mpt-category-grid:not(.mpt-category-slider__track),
.mpt-home-band--categories .mpt-home-categories > .mpt-category-grid:not(.mpt-category-slider__track) {
    margin-top: 0.35rem;
    gap: 18px;
}

.mpt-home-band--categories .mpt-category-slider {
    position: relative;
    width: 100%;
    max-width: var(--mpt-container, 1200px);
    margin-top: 0.35rem;
    margin-inline: auto;
    /* Arrow gutters — keep cards balanced between prev/next */
    padding-inline: clamp(2.5rem, 4vw, 3.25rem);
    box-sizing: border-box;
}

.mpt-home-band--categories .mpt-category-slider__viewport {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    overflow: hidden;
}

/* Track also has .mpt-category-grid — strip section padding/max-width so JS widths center cleanly */
.mpt-home-band--categories .mpt-category-slider .mpt-category-slider__track,
.mpt-home-band--categories .mpt-category-slider.is-slider .mpt-category-slider__track {
    display: flex;
    flex-wrap: nowrap;
    grid-template-columns: none;
    gap: 18px;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: 0;
    box-sizing: border-box;
    will-change: transform;
    transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.mpt-home-band--categories .mpt-card--category {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
    gap: 0;
    min-height: 0;
    border: 0;
    border-radius: 14px;
    background: #03293a;
    box-shadow: 0 14px 32px rgba(0, 18, 28, 0.16);
    isolation: isolate;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.mpt-home-band--categories .mpt-card--category:hover,
.mpt-home-band--categories .mpt-card--category:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 18, 28, 0.22);
}

.mpt-home-band--categories .mpt-card--category__hit {
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    /* ~25% shorter than prior clamp(22rem, 32vw, 28rem) */
    min-height: clamp(16.5rem, 24vw, 21rem);
    height: 100%;
    color: inherit;
    text-decoration: none;
    outline: none;
}

.mpt-home-band--categories .mpt-card--category__hit:focus-visible {
    box-shadow: inset 0 0 0 2px var(--mpt-color-primary), inset 0 0 0 4px rgba(255, 255, 255, 0.85);
}

.mpt-home-band--categories .mpt-card--category .mpt-card__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    aspect-ratio: auto;
    height: 100%;
    min-height: 0;
    border-radius: 0;
    overflow: hidden;
    background: linear-gradient(145deg, #00597d, #00b9b5);
}

.mpt-home-band--categories .mpt-card--category .mpt-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
    transition: transform 0.7s ease;
}

.mpt-home-band--categories .mpt-card--category:hover .mpt-card__media img,
.mpt-home-band--categories .mpt-card--category:focus-within .mpt-card__media img {
    transform: scale(1.08);
}

.mpt-home-band--categories .mpt-card--category__shade {
    display: block;
    position: absolute;
    inset: 0;
    opacity: 1;
    background:
        linear-gradient(180deg, rgba(0, 28, 42, 0.08) 0%, rgba(0, 28, 42, 0.18) 42%, rgba(0, 22, 34, 0.78) 70%, rgba(0, 16, 26, 0.94) 100%);
    pointer-events: none;
}

.mpt-home-band--categories .mpt-card--category__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.45rem;
    align-self: end;
    width: 100%;
    min-height: 100%;
    padding: 1.35rem 1.25rem 1.3rem;
    background: transparent;
    color: #fff;
}

.mpt-home-band--categories .mpt-card--category .mpt-card__title {
    position: relative;
    margin: 0;
    padding: 0.55rem 0 0;
    font-size: clamp(1.2rem, 1.7vw, 1.45rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #fff;
}

.mpt-home-band--categories .mpt-card--category .mpt-card__title::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.35rem;
    height: 2px;
    background: var(--mpt-color-primary, #00b9b5);
}

.mpt-home-band--categories .mpt-card--category .mpt-card__text {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.92rem;
    line-height: 1.5;
    max-width: 32ch;
}

.mpt-home-band--categories .mpt-card--category__action {
    margin-top: 0.35rem;
    color: #7ed7f0;
    font-size: 0.92rem;
    font-weight: 600;
}

.mpt-home-band--categories .mpt-category-slider__arrow {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    border: 1px solid rgba(4, 56, 77, 0.12);
    background: #fff;
    color: #00597d;
    box-shadow: 0 8px 20px rgba(13, 51, 71, 0.12);
}

.mpt-home-band--categories .mpt-category-slider__arrow--prev,
.mpt-home-band--categories .mpt-category-slider.is-slider .mpt-category-slider__arrow--prev {
    left: 0;
}

.mpt-home-band--categories .mpt-category-slider__arrow--next,
.mpt-home-band--categories .mpt-category-slider.is-slider .mpt-category-slider__arrow--next {
    right: 0;
}

.mpt-home-band--categories .mpt-category-slider__dots {
    display: none !important;
}

@media (max-width: 1024px) {
    .mpt-home-band--categories .mpt-category-slider {
        padding-inline: clamp(2.5rem, 5vw, 3rem);
    }

    .mpt-home-band--categories .mpt-card--category__hit {
        min-height: clamp(15rem, 36vw, 18rem);
    }

    .mpt-home-band--categories .mpt-category-slider.is-slider .mpt-category-slider__arrow--prev {
        left: 0;
    }

    .mpt-home-band--categories .mpt-category-slider.is-slider .mpt-category-slider__arrow--next {
        right: 0;
    }
}

@media (max-width: 767px) {
    .mpt-home-band--categories .mpt-category-slider {
        padding-inline: 2.5rem;
    }

    .mpt-home-band--categories .mpt-card--category__hit {
        min-height: 16.5rem;
    }
}


/* Catalogue empty-state panel */
.mpt-home-sourcing--panel {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
    gap: 1.5rem;
    align-items: stretch;
    padding: 1.5rem;
    border: 1px solid rgba(0, 89, 125, 0.1);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(13, 51, 71, 0.05);
}

.mpt-home-sourcing__types {
    display: grid;
    gap: 0.35rem;
    margin: 1rem 0 1.25rem;
    padding: 0;
    list-style: none;
}

.mpt-home-sourcing__types li {
    position: relative;
    padding-left: 1.1rem;
    color: #4b6470;
    font-size: 0.92rem;
}

.mpt-home-sourcing__types li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: var(--mpt-color-primary, #00b9b5);
}

.mpt-home-sourcing__media {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    min-height: 14rem;
}

.mpt-home-sourcing__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* About highlights */
.mpt-home-about__copy .mpt-eyebrow--pill {
    margin: 0 0 0.35rem;
}

.mpt-home-about__highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mpt-home-about__highlights li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    align-items: center;
    min-height: 100%;
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(4, 56, 77, 0.08);
    border-left: 3px solid var(--mpt-color-primary, #00b9b5);
    border-radius: 12px;
    background: #f5fafc;
    box-shadow: 0 6px 18px rgba(13, 51, 71, 0.04);
}

.mpt-home-about__highlight-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    background: rgba(0, 185, 181, 0.12);
    color: var(--mpt-color-primary, #00b9b5);
    flex-shrink: 0;
}

.mpt-home-about__highlight-copy {
    display: grid;
    gap: 0.12rem;
    min-width: 0;
}

.mpt-home-about__highlights strong {
    color: var(--mpt-color-deep, #04384d);
    font-size: 0.92rem;
    line-height: 1.25;
}

.mpt-home-about__highlights .mpt-home-about__highlight-copy > span {
    color: #4b6470;
    font-size: 0.84rem;
    line-height: 1.4;
}

@media (max-width: 1024px) {
    .mpt-home-about__highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .mpt-home-about__highlights {
        grid-template-columns: 1fr;
    }
}

.mpt-home-about__media {
    border-radius: 16px;
}

.mpt-home-why--no-media .mpt-home-why__intro {
    grid-template-columns: 1fr;
    margin-bottom: 1.35rem;
}

.mpt-home-why--no-media .mpt-home-why__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mpt-home-why__icon {
    flex-shrink: 0;
    color: var(--mpt-color-primary-light, #20c4f4);
}

.mpt-home-why--no-media:not(.mpt-home-why--light) .mpt-home-why__card {
    grid-template-columns: auto 1fr;
    align-items: start;
}

/* Who we serve icon grid */
.mpt-home-serve__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.85rem;
}

.mpt-home-serve__item {
    display: grid;
    gap: 0.4rem;
    justify-items: start;
    padding: 1rem 0.95rem;
    border: 1px solid rgba(0, 89, 125, 0.1);
    border-radius: 10px;
    background: #f7fbfd;
    min-height: 8.5rem;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.mpt-home-serve__item:hover {
    border-color: rgba(0, 185, 181, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(13, 51, 71, 0.06);
}

.mpt-home-serve__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: rgba(0, 89, 125, 0.1);
    color: var(--mpt-color-primary-dark, #00597d);
}

.mpt-home-serve__icon .mpt-home-serve__glyph,
.mpt-home-serve__icon > svg {
    display: block;
    width: 1.45rem;
    height: 1.45rem;
}

.mpt-home-serve__title {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.25;
    color: var(--mpt-color-deep, #04384d);
}

.mpt-home-serve__phrase {
    margin: 0;
    color: #4b6470;
    font-size: 0.84rem;
    line-height: 1.4;
}

/* Division panels — compact horizontal cards */
.mpt-home-divisions--panels .mpt-home-divisions__intro {
    grid-template-columns: 1fr;
    justify-items: start;
    margin-bottom: 1.25rem;
}

.mpt-home-divisions--panels .mpt-home-divisions__copy {
    max-width: 44rem;
}

.mpt-home-divisions--panels .mpt-home-divisions__copy .mpt-eyebrow--pill {
    margin: 0 0 0.35rem;
}

.mpt-home-divisions--panels .mpt-home-divisions__copy h2 {
    color: var(--mpt-color-deep, #04384d);
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    line-height: 1.15;
}

.mpt-home-about__divisions--large {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
}

.mpt-home-about__divisions--large .mpt-home-about__division {
    display: grid;
    grid-template-columns: minmax(7.5rem, 34%) minmax(0, 1fr);
    grid-template-rows: auto;
    min-height: 0;
    align-items: stretch;
    border: 1px solid rgba(0, 89, 125, 0.1);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(13, 51, 71, 0.06);
    overflow: hidden;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.mpt-home-about__divisions--large .mpt-home-about__division:hover,
.mpt-home-about__divisions--large .mpt-home-about__division:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(0, 185, 181, 0.35);
    box-shadow: 0 16px 34px rgba(13, 51, 71, 0.1);
}

.mpt-home-about__divisions--large .mpt-home-about__division-media {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    aspect-ratio: auto;
    align-self: stretch;
}

.mpt-home-about__divisions--large .mpt-home-about__division-img,
.mpt-home-about__divisions--large .mpt-home-about__division-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mpt-home-about__divisions--large .mpt-home-about__division-shade {
    background:
        linear-gradient(90deg, rgba(4, 40, 56, 0.05) 0%, rgba(4, 40, 56, 0.28) 100%);
}

.mpt-home-about__divisions--large .mpt-home-about__division--medical .mpt-home-about__division-media,
.mpt-home-about__divisions--large .mpt-home-about__division--medical .mpt-home-about__division-media--fallback {
    background: linear-gradient(160deg, #00597d, #00b9b5);
}

.mpt-home-about__divisions--large .mpt-home-about__division--analytics .mpt-home-about__division-media,
.mpt-home-about__divisions--large .mpt-home-about__division--analytics .mpt-home-about__division-media--fallback {
    background: linear-gradient(160deg, #04384d, #1296b0);
}

.mpt-home-about__divisions--large .mpt-home-about__division-body {
    display: grid;
    gap: 0.45rem;
    align-content: center;
    padding: 1rem 1.05rem 1.05rem;
    background: #fff;
    color: var(--mpt-color-deep, #04384d);
}

.mpt-home-about__divisions--large .mpt-home-about__division-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mpt-home-about__divisions--large .mpt-home-about__division-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.85rem;
    height: 1.85rem;
    padding: 0 0.35rem;
    border-radius: 8px;
    background: rgba(0, 185, 181, 0.12);
    color: var(--mpt-color-primary-dark, #00597d);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.mpt-home-about__divisions--large .mpt-home-about__division-kicker {
    margin: 0;
    color: var(--mpt-color-primary-dark, #007f7c);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mpt-home-about__divisions--large .mpt-home-about__division-title {
    margin: 0;
    font-family: var(--mpt-font-display, inherit);
    font-size: clamp(1.02rem, 1.5vw, 1.18rem);
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: -0.015em;
    color: var(--mpt-color-deep, #04384d);
}

.mpt-home-about__divisions--large .mpt-home-about__division-text {
    margin: 0;
    color: #5a6f7a;
    font-size: 0.86rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mpt-home-about__divisions--large .mpt-home-about__division-focus {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.05rem;
}

.mpt-home-about__divisions--large .mpt-home-about__division-focus > span {
    padding: 0.22rem 0.55rem;
    border: 1px solid rgba(0, 89, 125, 0.1);
    border-radius: 999px;
    background: #f5fafc;
    color: var(--mpt-color-deep, #04384d);
    font-size: 0.7rem;
    font-weight: 600;
}

.mpt-home-about__divisions--large .mpt-home-about__division-action {
    display: none;
}

.mpt-home-about__divisions--large .mpt-home-about__division:hover .mpt-home-about__division-action,
.mpt-home-about__divisions--large .mpt-home-about__division:focus-visible .mpt-home-about__division-action {
    display: none;
}

.mpt-home-about__divisions--large .mpt-home-about__division-action span[aria-hidden="true"] {
    display: none;
}

.mpt-home-about__divisions--large .mpt-home-about__division:hover .mpt-home-about__division-action span[aria-hidden="true"],
.mpt-home-about__divisions--large .mpt-home-about__division:focus-visible .mpt-home-about__division-action span[aria-hidden="true"] {
    display: none;
}

@media (max-width: 1024px) {
    .mpt-home-about__divisions--large {
        grid-template-columns: 1fr;
    }

    .mpt-home-about__divisions--large .mpt-home-about__division {
        grid-template-columns: minmax(8rem, 28%) minmax(0, 1fr);
        grid-template-rows: auto;
    }
}

@media (max-width: 640px) {
    .mpt-home-about__divisions--large .mpt-home-about__division {
        grid-template-columns: 1fr;
        grid-template-rows: 8.5rem auto;
    }

    .mpt-home-about__divisions--large .mpt-home-about__division-media {
        min-height: 8.5rem;
    }

    .mpt-home-about__divisions--large .mpt-home-about__division-shade {
        background:
            linear-gradient(180deg, rgba(4, 40, 56, 0.05) 0%, rgba(4, 40, 56, 0.35) 100%);
    }

    .mpt-home-about__divisions--large .mpt-home-about__division-body {
        padding: 0.9rem 0.95rem 1rem;
    }
}

/* Compact services (no collage) */
.mpt-home-ss--compact .mpt-home-ss__intro {
    grid-template-columns: 1fr;
    margin-bottom: 1.25rem;
}

/* Homepage services — compact single-row panels */
.mpt-home-ss--panels .mpt-home-ss__intro {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.85rem 1.25rem;
    margin: 0 0 1.1rem;
    max-width: none;
    text-align: left;
}

.mpt-home-ss--panels .mpt-home-ss__intro-copy {
    display: grid;
    gap: 0.35rem;
    justify-items: start;
    text-align: left;
    max-width: 42rem;
}

.mpt-home-ss--panels .mpt-home-ss__intro-copy .mpt-eyebrow--pill {
    margin: 0;
}

.mpt-home-ss--panels .mpt-home-ss__intro-copy h2 {
    margin: 0;
    color: var(--mpt-color-deep, #04384d);
    font-size: clamp(1.45rem, 2.4vw, 1.95rem);
    line-height: 1.2;
}

.mpt-home-ss--panels .mpt-home-ss__intro-copy > p:not(.mpt-eyebrow):not(.mpt-home-actions) {
    margin: 0;
    max-width: 40rem;
    color: #5a6f7a;
    font-size: 0.95rem;
    line-height: 1.45;
}

.mpt-home-ss--panels .mpt-home-ss__intro-cta {
    margin: 0;
}

.mpt-home-ss--panels .mpt-home-ss__intro-cta .mpt-button {
    min-width: 0;
    border-radius: 10px;
    padding: 0.7rem 1.2rem;
    font-weight: 700;
}

.mpt-home-ss--panels .mpt-home-ss__services {
    margin: 0;
}

.mpt-home-ss--panels .mpt-home-ss__footer-actions {
    display: none;
}

body.mpt-theme .elementor .e-con.mpt-home-band--services,
.mpt-home-band--services {
    background: #f5f7f9 !important;
    padding-block: clamp(2.25rem, 4.5vw, 3.5rem) !important;
}

.mpt-home-band--services .mpt-service-card-grid--panels,
.mpt-service-card-grid--panels {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
    max-width: none;
    margin-inline: 0;
}

.mpt-home-band--services .mpt-card--service-panel {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    padding: 1.05rem 1rem 1rem;
    border: 1px solid rgba(4, 56, 77, 0.08);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(13, 51, 71, 0.05);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease;
}

.mpt-home-band--services .mpt-card--service-panel:hover,
.mpt-home-band--services .mpt-card--service-panel:focus-within {
    transform: translateY(-2px);
    border-color: rgba(0, 185, 181, 0.28);
    box-shadow: 0 12px 26px rgba(13, 51, 71, 0.08);
}

.mpt-home-band--services .mpt-card--service-panel .mpt-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex: 1;
    position: relative;
    z-index: 1;
    padding: 0;
    color: inherit;
}

.mpt-home-band--services .mpt-card--service-panel .mpt-card__icon--panel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    margin: 0 0 0.15rem;
    border-radius: 999px;
    background: rgba(0, 185, 181, 0.12);
    color: var(--mpt-color-primary, #00b9b5);
}

.mpt-home-band--services .mpt-card--service-panel .mpt-card__icon--panel svg {
    width: 18px;
    height: 18px;
}

.mpt-home-band--services .mpt-card--service-panel .mpt-card__title,
.mpt-home-band--services .mpt-card--service-panel .mpt-card__title a,
body.mpt-theme .mpt-home-band--services .mpt-card--service-panel .mpt-card__title a,
body.mpt-theme .mpt-home-band--services .mpt-card--service-panel .mpt-card__title a:link,
body.mpt-theme .mpt-home-band--services .mpt-card--service-panel .mpt-card__title a:visited {
    margin: 0;
    color: var(--mpt-color-deep, #04384d) !important;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.28;
    text-decoration: none !important;
}

.mpt-home-band--services .mpt-card--service-panel .mpt-card__text {
    margin: 0;
    color: #5a6f7a !important;
    font-size: 0.84rem;
    line-height: 1.4;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mpt-home-band--services .mpt-card--service-panel .mpt-card__cta {
    margin: 0.25rem 0 0;
}

body.mpt-theme .mpt-home-band--services .mpt-card--service-panel .mpt-card__cta a,
body.mpt-theme .mpt-home-band--services .mpt-card--service-panel .mpt-card__cta a:link,
body.mpt-theme .mpt-home-band--services .mpt-card--service-panel .mpt-card__cta a:visited {
    color: var(--mpt-color-primary, #00b9b5) !important;
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none !important;
}

body.mpt-theme .mpt-home-band--services .mpt-card--service-panel .mpt-card__cta a:hover,
body.mpt-theme .mpt-home-band--services .mpt-card--service-panel .mpt-card__cta a:focus-visible {
    color: var(--mpt-color-primary-dark, #007f7c) !important;
}

@media (max-width: 1024px) {
    .mpt-home-band--services .mpt-service-card-grid--panels,
    .mpt-service-card-grid--panels {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .mpt-home-ss--panels .mpt-home-ss__intro {
        flex-direction: column;
        align-items: stretch;
    }

    .mpt-home-ss--panels .mpt-home-ss__intro-cta .mpt-button {
        width: 100%;
        justify-content: center;
    }

    .mpt-home-band--services .mpt-service-card-grid--panels,
    .mpt-service-card-grid--panels {
        grid-template-columns: 1fr;
    }
}
.mpt-home-band--services .mpt-service-card-grid--compact,
.mpt-service-card-grid--compact {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

.mpt-card--service-compact {
    min-height: 12.5rem;
    padding: 1.15rem 1.15rem 1.25rem;
    border: 1px solid rgba(0, 89, 125, 0.1);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(13, 51, 71, 0.04);
}

.mpt-card--service-compact .mpt-card__icon {
    color: var(--mpt-color-primary-dark, #00597d);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mpt-card--service-compact .mpt-card__title,
.mpt-card--service-compact .mpt-card__title a {
    color: var(--mpt-color-deep, #04384d) !important;
    font-size: 1.05rem;
}

.mpt-card--service-compact .mpt-card__text {
    color: #4b6470 !important;
    font-size: 0.9rem;
}

.mpt-card--service-compact .mpt-card__cta a {
    color: var(--mpt-color-primary-dark, #00597d) !important;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .mpt-home-trust--inline,
    .mpt-home-why--no-media .mpt-home-why__grid,
    .mpt-service-card-grid--compact,
    .mpt-service-card-grid--panels {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 767px) {
    .mpt-home-trust--inline,
    .mpt-home-serve__grid,
    .mpt-home-sourcing--panel,
    .mpt-home-why--no-media .mpt-home-why__grid,
    .mpt-service-card-grid--compact {
        grid-template-columns: 1fr 1fr;
    }

    .mpt-service-card-grid--panels {
        grid-template-columns: 1fr;
    }

    .mpt-home-sourcing--panel {
        grid-template-columns: 1fr;
    }

    .mpt-home-about__divisions--large {
        grid-template-columns: 1fr;
    }

    .mpt-home-about__divisions--large .mpt-home-about__division {
        grid-template-columns: 1fr;
        grid-template-rows: 8.5rem auto;
        min-height: 0;
    }
}

@media (max-width: 420px) {
    .mpt-home-trust--inline,
    .mpt-home-serve__grid,
    .mpt-home-why--no-media .mpt-home-why__grid,
    .mpt-service-card-grid--compact {
        grid-template-columns: 1fr;
    }
}

/* UI redesign: light-band category intro cleanup */
.mpt-home-band--categories .mpt-home-catalogue__intro {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    margin-bottom: 1.5rem;
}

.mpt-home-band--categories .mpt-home-catalogue__copy {
    flex: 1 1 min(100%, 36rem);
    max-width: 42rem;
}

.mpt-home-band--categories .mpt-home-catalogue__aside {
    flex: 0 0 auto;
    margin-left: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    box-shadow: none;
    justify-self: end;
    text-align: right;
}

.mpt-home-band--categories .mpt-home-catalogue__aside .mpt-home-actions {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.mpt-home-band--categories .mpt-home-catalogue__aside-note {
    display: none;
}

.mpt-home-band--products .mpt-home-products-intro {
    margin-bottom: 0;
}

/* Catalogue preview badges and notices */
.mpt-catalogue-preview-notice {
    margin: 0 0 1rem;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(0, 89, 125, 0.16);
    border-radius: 8px;
    background: #eef7fa;
    color: #04384d;
    font-size: 0.92rem;
    line-height: 1.45;
}

.mpt-catalogue-preview-notice--home {
    max-width: var(--mpt-container, 1240px);
    margin-inline: auto;
    margin-bottom: 1rem;
    padding-inline: clamp(1rem, 4vw, 1.5rem);
}

.mpt-catalogue-preview-scope {
    margin: 0 0 1.25rem;
    padding: 0.85rem 1rem;
    border-left: 3px solid var(--mpt-color-primary, #00b9b5);
    background: #f4fafc;
    color: #04384d;
}

.mpt-card--product-preview .mpt-card__media {
    position: relative;
}

.mpt-product-card__preview-badge {
    position: absolute;
    top: 0.65rem;
    left: 0.65rem;
    z-index: 2;
    padding: 0.28rem 0.55rem;
    border-radius: 4px;
    background: rgba(4, 47, 66, 0.88);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* Homepage featured product slider + standout cards */
.mpt-home-band--products .mpt-product-slider {
    position: relative;
    max-width: var(--mpt-container, 1240px);
    margin: 0 auto 1.35rem;
    padding-inline: clamp(2.25rem, 4vw, 3rem);
}

.mpt-home-band--products .mpt-product-slider__viewport {
    overflow: hidden;
    width: 100%;
}

.mpt-home-band--products .mpt-product-slider.is-slider .mpt-product-slider__track,
.mpt-home-band--products .mpt-product-slider.is-slider .mpt-product-grid {
    display: flex;
    flex-wrap: nowrap;
    grid-template-columns: none;
    gap: 18px;
    will-change: transform;
    transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
    margin: 0;
    padding: 0.35rem 0.15rem 0.85rem;
    max-width: none;
}

.mpt-home-band--products .mpt-product-slider__arrow {
    position: absolute;
    top: 42%;
    z-index: 3;
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    margin: 0;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(4, 56, 77, 0.12);
    background: #fff;
    color: #00597d;
    box-shadow: 0 8px 20px rgba(13, 51, 71, 0.12);
    cursor: pointer;
    transform: translateY(-50%);
}

.mpt-home-band--products .mpt-product-slider.is-slider .mpt-product-slider__arrow {
    display: inline-flex;
}

.mpt-home-band--products .mpt-product-slider__arrow--prev {
    left: 0;
}

.mpt-home-band--products .mpt-product-slider__arrow--next {
    right: 0;
}

body.mpt-theme .mpt-home-band--products .mpt-product-slider__arrow:hover,
body.mpt-theme .mpt-home-band--products .mpt-product-slider__arrow:focus-visible {
    background: #00597d;
    color: #fff;
    border-color: #00597d;
}

.mpt-home-band--products .mpt-card--product {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 89, 125, 0.1);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(13, 51, 71, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.mpt-home-band--products .mpt-card--product:hover,
.mpt-home-band--products .mpt-card--product:focus-within {
    transform: translateY(-4px);
    border-color: rgba(0, 185, 181, 0.3);
    box-shadow: 0 14px 30px rgba(13, 51, 71, 0.1);
}

.mpt-home-band--products .mpt-card--product .mpt-card__media {
    position: relative;
    aspect-ratio: 1 / 1;
    margin: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(0, 185, 181, 0.14), transparent 42%),
        linear-gradient(145deg, #e7f4f8, #f7fbfd);
}

.mpt-home-band--products .mpt-card--product .mpt-card__media::after {
    content: none;
}

.mpt-home-band--products .mpt-card--product .mpt-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.mpt-home-band--products .mpt-card--product:hover .mpt-card__media img,
.mpt-home-band--products .mpt-card--product:focus-within .mpt-card__media img {
    transform: scale(1.04);
}

.mpt-product-card__featured-badge {
    position: absolute;
    top: 0.7rem;
    left: 0.7rem;
    z-index: 2;
    padding: 0.28rem 0.55rem;
    border-radius: 4px;
    background: #d7df23;
    color: #12313d;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(13, 51, 71, 0.12);
}

.mpt-product-card__media-label {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 2;
    max-width: calc(100% - 1.5rem);
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #00597d;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.2;
    box-shadow: 0 4px 12px rgba(13, 51, 71, 0.12);
}

.mpt-home-band--products .mpt-card--product__body {
    display: grid;
    gap: 0.3rem;
    flex: 1 1 auto;
    padding: 0.85rem 0.95rem 0.95rem;
    background: #fff;
}

.mpt-home-band--products .mpt-product-card__meta {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.45rem;
    margin: 0;
}

.mpt-home-band--products .mpt-product-card__subtitle {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    color: #7a8f99;
    font-size: 0.625rem;
    line-height: 1.3;
}

.mpt-home-band--products .mpt-product-card__division {
    margin: 0;
    flex: 0 1 auto;
    max-width: 55%;
    color: var(--mpt-color-primary, #00b9b5);
    font-size: 0.5625rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-align: right;
    text-transform: uppercase;
}

.mpt-home-band--products .mpt-card--product .mpt-card__title {
    margin: 0.1rem 0 0;
    font-size: 1rem;
    line-height: 1.28;
}

.mpt-home-band--products .mpt-card--product .mpt-card__title a {
    color: var(--mpt-color-deep, #04384d);
    text-decoration: none;
}

.mpt-home-band--products .mpt-card--product .mpt-card__title a:hover,
.mpt-home-band--products .mpt-card--product .mpt-card__title a:focus-visible {
    color: var(--mpt-color-primary-dark, #00597d);
}

.mpt-home-band--products .mpt-card--product .mpt-card__text {
    margin: 0;
    color: #5a6f7a;
    font-size: 0.84rem;
    line-height: 1.4;
    min-height: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mpt-home-band--products .mpt-product-card__status {
    margin: 0.2rem 0 0;
}

.mpt-home-band--products .mpt-product-card__status span {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    background: rgba(0, 185, 181, 0.12);
    color: var(--mpt-color-primary-dark, #007f7c);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mpt-home-band--products .mpt-card--product .mpt-card__cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem;
    margin: 0.45rem 0 0;
    align-items: stretch;
}

.mpt-home-band--products .mpt-card--product .mpt-card__cta .mpt-button {
    width: 100%;
    justify-content: center;
    min-height: 2.35rem;
    padding: 0.45rem 0.6rem;
    font-size: 0.82rem;
    border-radius: 8px;
}

.mpt-home-band--products .mpt-card--product .mpt-card__cta .mpt-button--outline {
    border-color: rgba(0, 185, 181, 0.45);
    color: var(--mpt-color-primary-dark, #007f7c);
    background: #fff;
}

.mpt-home-band--products .mpt-card--product .mpt-card__cta .mpt-button--secondary {
    background: var(--mpt-color-primary, #00b9b5);
    border-color: transparent;
    color: #fff;
}

.mpt-home-band--products .mpt-home-actions {
    max-width: var(--mpt-container, 1240px);
    margin-inline: auto;
    padding-inline: clamp(1rem, 4vw, 1.5rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    text-align: center;
}

.mpt-home-band--products .mpt-catalogue-preview-notice--home {
    display: none;
}

@media (max-width: 767px) {
    .mpt-home-band--products .mpt-product-slider {
        padding-inline: 2.75rem;
    }
}

@media (max-width: 560px) {
    .mpt-home-band--products .mpt-card--product .mpt-card__cta {
        grid-template-columns: 1fr;
    }

    .mpt-home-band--products .mpt-product-grid {
        grid-template-columns: 1fr;
    }

    .mpt-home-band--products .mpt-product-slider {
        padding-inline: 2.35rem;
    }

    .mpt-home-band--products .mpt-product-slider__viewport,
    .mpt-home-band--categories .mpt-category-slider__viewport {
        max-width: 100%;
        overflow-x: hidden;
    }

    .mpt-home-trust-shell[data-mpt-trust-slider] .mpt-home-trust__item {
        flex: 0 0 min(88vw, 19.5rem);
        width: min(88vw, 19.5rem);
        min-height: 13.5rem;
    }

    .mpt-partners-marquee {
        max-width: 100%;
        overflow: hidden;
    }
}
