@charset "UTF-8";

/* Imali Diamond — alternating dark / light sections */

:root {
    --mwc-section-dark: #000000;
    --mwc-section-dark-elevated: #111111;
    --mwc-heading-blue: #007a92;
    --mwc-green-bright: #0099B5;
}

/* Sentence case + scale (main.css forces uppercase on .section-title h2) */
.mwc-section-light .section-title h2,
.mwc-section-dark .section-title h2 {
    text-transform: none;
    font-size: clamp(1.55rem, 2.4vw, 2.1rem);
    line-height: 1.35;
    letter-spacing: 0.02em;
}

/* ---- Hero (cinematic banner + contact notch) ---- */
.mwc-hero-marketing.section {
    --background-color: var(--mwc-section-dark);
    --default-color: rgba(255, 255, 255, 0.92);
    --heading-color: #ffffff;
    background: var(--mwc-section-dark);
    padding-top: calc(var(--header-offset, 72px) + 1rem);
    padding-bottom: 4rem;
}

.mwc-hero-cinematic.section {
    position: relative;
    overflow: hidden;
    min-height: clamp(520px, 72vh, 780px);
    padding-top: calc(var(--header-offset, 56px) + 0.75rem);
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.mwc-hero-cinematic .hero-banner-content {
    z-index: 2;
    padding-bottom: clamp(7.5rem, 14vw, 10.5rem);
}

/* Welcome block in first content section (below hero) */
.home-welcome-intro {
    margin-bottom: 2rem;
    padding-bottom: 1.75rem;
    border-bottom: 2px solid color-mix(in srgb, var(--mwc-green-bright) 35%, transparent);
}

.home-welcome-intro__title {
    font-family: var(--heading-font);
    font-size: clamp(1.85rem, 3.2vw, 2.65rem);
    font-weight: 700;
    line-height: 1.15;
    color: var(--mwc-heading-blue);
    margin: 0 0 0.65rem;
}

.home-welcome-intro__title span {
    color: var(--mwc-green-bright);
    font-style: italic;
}

.home-welcome-intro__lead {
    font-size: 1.15rem;
    color: #5c5c5c;
    margin: 0 0 1rem;
}

.home-welcome-intro__bullets {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-welcome-intro__bullets li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.45rem;
    font-size: 1rem;
    color: #231f20;
}

.home-welcome-intro__bullets li i {
    color: var(--mwc-green-bright);
    font-size: 1.15rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

/* Crossfade + Ken Burns banner slides */
.hero-banner-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-banner-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 25%;
    opacity: 0;
    animation: heroBannerFade 14s ease-in-out infinite;
    will-change: opacity, transform;
}

.hero-banner-slide--1 {
    background-image: url("/assets/img/banner/1.jpg");
    animation-delay: 0s;
}

.hero-banner-slide--2 {
    background-image: url("/assets/img/banner/2.jpg");
    animation-delay: -7s;
}

@keyframes heroBannerFade {
    0% {
        opacity: 0;
        transform: scale(1.04);
    }
    8% {
        opacity: 1;
    }
    42% {
        opacity: 1;
        transform: scale(1.1);
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: scale(1.04);
    }
}

.hero-banner-scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(105deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.45) 42%, rgba(0, 0, 0, 0.15) 68%, rgba(0, 0, 0, 0.35) 100%),
        linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.2) 38%, transparent 62%);
    pointer-events: none;
}

/* Bottom-left contact notch */
.hero-contact-notch {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: min(100%, 420px);
    margin: 0;
    padding: 1.35rem 1.75rem 1.5rem 1.5rem;
    color: #fff;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 90, 108, 0.88) 55%, rgba(166, 128, 68, 0.35) 100%);
    border-top: 3px solid #A68044;
    border-right: 1px solid rgba(0, 153, 181, 0.45);
    border-top-right-radius: 28px;
    box-shadow:
        0 -8px 40px rgba(0, 153, 181, 0.2),
        8px 0 32px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(14px);
}

.hero-contact-notch__gem {
    position: absolute;
    top: 0.85rem;
    right: 1.25rem;
    width: 36px;
    height: 36px;
    background: linear-gradient(145deg, #0099B5 0%, #007a92 100%);
    transform: rotate(45deg);
    border-radius: 4px;
    box-shadow: 0 0 0 2px rgba(166, 128, 68, 0.6);
    opacity: 0.9;
}

.hero-contact-notch__eyebrow {
    margin: 0 0 0.2rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0099B5;
}

.hero-contact-notch__title {
    margin: 0 0 1rem;
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
}

.hero-contact-notch__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.hero-contact-notch__item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.hero-contact-notch__icon {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(0, 153, 181, 0.25);
    color: #33adc4;
    font-size: 1.1rem;
}

.hero-contact-notch__icon--gold {
    background: rgba(166, 128, 68, 0.3);
    color: #e8c88a;
}

.hero-contact-notch__body {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.hero-contact-notch__label {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.3;
}

.hero-contact-notch__value {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: color 0.2s;
}

.hero-contact-notch__value:hover {
    color: #33adc4;
}

.hero-contact-notch__email {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    word-break: break-all;
}

.hero-contact-notch__email:hover {
    color: #A68044;
}

@media (max-width: 991.98px) {
    .mwc-hero-cinematic.section {
        min-height: clamp(480px, 70vh, 720px);
    }

    .mwc-hero-cinematic .hero-banner-content {
        padding-bottom: clamp(10rem, 22vw, 13rem);
    }

    .hero-contact-notch {
        width: 100%;
        max-width: none;
        border-top-right-radius: 20px;
        clip-path: none;
        padding: 1.1rem 1.25rem 1.25rem;
    }

    .hero-contact-notch__gem {
        width: 28px;
        height: 28px;
        top: 0.65rem;
        right: 1rem;
    }
}

@media (max-width: 575.98px) {
    .hero-contact-notch__title {
        font-size: 1.2rem;
    }

    .hero-contact-notch__value {
        font-size: 0.95rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-banner-slide {
        animation: none;
        opacity: 0;
    }

    .hero-banner-slide--1 {
        opacity: 1;
    }
}

.mwc-hero-title {
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: clamp(2rem, 4.2vw, 3.25rem);
    line-height: 1.12;
    color: #ffffff;
    margin-bottom: 1.25rem;
}

.mwc-hero-lead {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.92);
    max-width: 38rem;
}

.mwc-hero-lead .mwc-accent-dot {
    color: var(--mwc-green-bright);
    font-weight: 700;
}

.mwc-hero-bullets {
    list-style: none;
    padding: 0;
    margin: 1.75rem 0 0;
}

.mwc-hero-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-bottom: 0.65rem;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.05rem;
}

.mwc-hero-bullets .mwc-hero-check {
    color: var(--mwc-green-bright);
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.mwc-product-bullets {
    list-style: none;
    padding: 0;
    margin: 1.75rem 0 0;
}

.mwc-product-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.35rem;
    color: #231f20;
    font-size: 1.05rem;
}

.mwc-product-bullets .mwc-hero-check {
    color: var(--mwc-green-bright);
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.products-content-lists .services-content ul:not(.mwc-product-bullets) {
    list-style: none;
    padding-left: 1rem;
}

.products-content-lists .services-content ul:not(.mwc-product-bullets) li {
    position: relative;
    padding-left: 0.95rem;
}

.products-content-lists .services-content ul:not(.mwc-product-bullets) li::before {
    content: "-";
    position: absolute;
    left: 0;
    color: #0099B5;
    font-weight: 700;
}

.products-content-lists .table thead th {
    background-color: #000000;
    color: #0099B5;
}

.products-content-lists .table {
    border-color: #0099B5;
}

.products-content-lists .table th,
.products-content-lists .table td {
    border-color: #0099B5;
}

.mwc-btn-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 999px;
    padding: 1rem 2.25rem;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border: none;
    transition: background 0.2s, color 0.2s, transform 0.15s;
}

.mwc-btn-pill-primary {
    background: var(--mwc-green-bright);
    color: #ffffff;
}

.mwc-btn-pill-primary:hover {
    background: color-mix(in srgb, var(--mwc-green-bright), #000 14%);
    color: #ffffff;
}

.mwc-hero-phone {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -6rem;
}

.mwc-hero-highlight {
    color: var(--mwc-green-bright);
    font-weight: 600;
    font-style:italic;
}

.mwc-hero-marketing .btn-outline-light {
    border-width: 2px;
    font-weight: 600;
}

/* Subpage hero strip */
.mwc-hero-subpage.hero {
    min-height: 0;
    height: auto;
    max-height: none;
    padding: 5rem 0 3rem;
    background: #011223;
    position: relative;
    overflow: hidden;
}

/*.mwc-hero-subpage.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/assets/img/mwc/Phone-Graphic-Header-Image.webp") no-repeat 90% 60%;
    background-size: min(45vw, 380px);
    opacity: 0.16;
    pointer-events: none;
}*/

.hero-banner-half .mwc-hero-subpage.hero {
    min-height: 260px;
    height: 260px;
    max-height: 360px;
    padding: 0;
    display: block;
}

/* ---- Alternating section shells (pair with section.section from main.css) ---- */
section.mwc-section-light.section,
.mwc-section-light.section {
    --background-color: #ffffff;
    --default-color: #231f20;
    --heading-color: var(--mwc-heading-blue);
    background-color: #ffffff;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.mwc-section-light .section-title h2 {
    color: var(--mwc-heading-blue);
}

.mwc-section-light .section-title h2::after {
    background: var(--mwc-green-bright);
}

.mwc-section-light .section-title p {
    color: #5a5a5a;
}

.mwc-section-light h2.display-6 {
    color: var(--mwc-heading-blue);
}

section.mwc-section-dark.section,
.mwc-section-dark.section {
    --background-color: var(--mwc-section-dark);
    --default-color: rgba(255, 255, 255, 0.9);
    --heading-color: #ffffff;
    background-color: var(--mwc-section-dark);
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* What is Imali Diamond — sparkle background */
.mwc-why-it-matters.section {
    position: relative;
    overflow: hidden;
    background-color: #020810;
}

.mwc-why-it-matters.section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        url("/assets/img/bg1.jpg") center center / cover no-repeat;
    opacity: 0.85;
}

.mwc-why-it-matters.section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(180deg, rgba(0, 8, 16, 0.72) 0%, rgba(0, 20, 32, 0.55) 45%, rgba(0, 8, 16, 0.82) 100%),
        linear-gradient(105deg, rgba(0, 153, 181, 0.12) 0%, transparent 42%, rgba(166, 128, 68, 0.08) 100%);
    pointer-events: none;
}

.mwc-why-it-matters .container {
    position: relative;
    z-index: 1;
}

/* Get in Touch — text left, portrait image right, flush to bottom of light band */
.mwc-get-in-touch.mwc-section-light.section {
    padding-bottom: 0;
}

.mwc-get-in-touch .mwc-get-in-touch__row {
    align-items: stretch;
    margin-bottom: 0;
}

.mwc-get-in-touch__copy {
    align-self: flex-start;
    padding-bottom: 5rem;
}

.mwc-get-in-touch__media {
    min-height: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.mwc-get-in-touch__photo {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: min(100%, 560px);
    object-fit: contain;
    object-position: bottom center;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .mwc-get-in-touch__photo {
        max-height: min(78vh, 640px);
    }
}

@media (max-width: 991.98px) {
    /* Stacked layout: keep space under copy; image sits above text */
    .mwc-get-in-touch__copy {
        padding-bottom: 3rem;
    }
}

/* Voucher Partners carousel */
.mwc-partners-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.mwc-partners-section .section-title {
    margin-bottom: 2rem;
}

.mwc-partners-section .section-title h2 {
    color: var(--mwc-heading-blue);
    font-weight: 700;
}

.mwc-partners-swiper {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 2.75rem;
    overflow: hidden;
}

.mwc-partners-swiper .swiper-slide {
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: auto;
    box-sizing: border-box;
}

.mwc-partner-logo-card {
    width: 100%;
    min-height: 120px;
    padding: 1.25rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid color-mix(in srgb, var(--mwc-green-bright) 22%, #e8e8e8);
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.07),
        0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}

.mwc-partner-logo-card img {
    display: block;
    max-width: 100%;
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.mwc-partners-swiper .mwc-partners-pagination {
    bottom: 0 !important;
}

.mwc-partners-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--mwc-green-bright);
    opacity: 0.35;
    transition: opacity 0.25s, transform 0.25s;
}

.mwc-partners-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #A68044;
    transform: scale(1.15);
}

@media (min-width: 1200px) {
    .mwc-partner-logo-card {
        min-height: 130px;
        padding: 1.5rem 1.15rem;
    }

    .mwc-partner-logo-card img {
        max-height: 80px;
    }
}

.mwc-section-dark .section-title h2 {
    color: #ffffff;
    font-weight: 700;
}

.mwc-section-dark.mwc-title-faq .section-title h2 {
    font-style: italic;
    font-weight: 600;
}

.mwc-section-dark .section-title h2::after {
    background: var(--mwc-green-bright);
}

.mwc-section-dark .section-title p {
    color: rgba(255, 255, 255, 0.78);
}

/* "Why" band: white pillar cards on dark */
.mwc-pillar-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: visible;
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.26);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    border-bottom: 6px solid #ff3838;
    padding-top: 2.65rem;
}

.mwc-pillar-tab {
    width: 128px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.45rem;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--pillar-accent, #ff4d4d);
    border-radius: 0 0 1rem 1rem;
    clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 100%, 0 72%);
}

.mwc-pillar-inner {
    flex: 1;
    padding: 4rem 1.35rem 1.6rem;
}

.mwc-pillar-inner h3 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.05;
    color: #231f20;
    margin-bottom: 1rem;
    text-transform: none;
    letter-spacing: 0;
}

.mwc-pill-highlight,
.mwc-pill-subtitle {
    display: block;
}

.mwc-pill-highlight {
    width: fit-content;
    margin: 0 auto 0.18rem;
    background: #7abf2b;
    color: #101010;
    padding: 0.04em 0.2em;
    line-height: 1;
}

.mwc-pill-subtitle {
    color: #ff3838;
}

.mwc-pillar-inner p {
    font-size: 0.98rem;
    line-height: 1.6;
    color: #29323c;
    margin-bottom: 0;
}

.mwc-pillar-card--blue {
    border-bottom-color: #0099b5;
}
.mwc-pillar-card--gold {
    border-bottom-color: #a68044;
}
.mwc-pillar-card--red {
    border-bottom-color: #ff3838;
}

.mwc-pillar-card--orange {
    border-bottom-color: #ff9533;
}

.mwc-pillar-card--yellow {
    border-bottom-color: #ffd91a;
}

/* What you get — icon list on white */
.mwc-icon-row .mwc-icon-box {
    text-align: center;
    padding: 1rem 0.5rem;
}

.mwc-icon-row .mwc-icon-box img {
    width: 72px;
    height: auto;
    margin-bottom: 0.75rem;
}

.mwc-icon-row h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--mwc-heading-blue);
    margin-bottom: 0.35rem;
}

/* How it works — colored step orbs (reference: yellow / blue / red accents) */
.mwc-steps .mwc-step {
    text-align: center;
    padding: 1rem;
}

.mwc-step-num {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 1.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.mwc-step-num--gold {
    background: linear-gradient(145deg, #ffc107, #e0a800);
    color: #1a1a1a;
}

.mwc-step-num--blue {
    background: linear-gradient(145deg, #197bff, #0d5fbf);
}

.mwc-step-num--coral {
    background: linear-gradient(145deg, #ff5c5c, #e04040);
}

.mwc-section-light .mwc-steps h3 {
    color: var(--mwc-heading-blue);
    font-weight: 700;
}

.mwc-subline-green {
    color: var(--mwc-green-bright);
    font-weight: 600;
    font-size: 1.1rem;
}

/* FAQ — dark band, white accordion panels */
.mwc-section-dark .mwc-faq .accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
}

.mwc-section-dark .mwc-faq .accordion-item {
    background: #ffffff;
    border: none;
    border-radius: 12px !important;
    margin-bottom: 0.85rem;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
}

.mwc-section-dark .mwc-faq .accordion-button {
    font-weight: 600;
    color: #231f20;
    background-color: #ffffff;
    padding: 1.1rem 1.25rem;
}

.mwc-section-dark .mwc-faq .accordion-button:not(.collapsed) {
    color: #231f20;
    background-color: #ffffff;
    box-shadow: none;
}

.mwc-section-dark .mwc-faq .accordion-button::after {
    filter: brightness(0) saturate(100%) invert(48%) sepia(65%) saturate(500%) hue-rotate(52deg) brightness(95%);
}

.mwc-section-dark .mwc-faq .accordion-body {
    background: #fafafa;
    color: #444;
    padding: 1rem 1.25rem 1.25rem;
}

/* Testimonials — white section, blue title */
.mwc-testimonial {
    background: #fff;
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    height: 100%;
    border: 1px solid #eee;
}

.mwc-testimonial .quote {
    font-size: 0.98rem;
    color: #333;
    margin-bottom: 1rem;
}

.mwc-testimonial .name {
    font-weight: 700;
    color: var(--mwc-heading-blue);
}

.mwc-stars {
    color: #ffc107;
    letter-spacing: 2px;
    font-size: 0.95rem;
}

/* Contact strip before footer */
.mwc-contact-strip.section {
    --background-color: var(--mwc-section-dark);
    background-color: var(--mwc-section-dark);
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.mwc-contact-strip .white-panel-45 {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
}

.mwc-contact-strip .contact-label,
.mwc-contact-strip h2,
.mwc-contact-strip h3 {
    color: #fff !important;
}

.mwc-contact-strip .sub-title {
    color: rgba(255, 255, 255, 0.75) !important;
    text-shadow: none !important;
}

.mwc-contact-strip a {
    color: var(--mwc-green-bright) !important;
}

/* ---- Inner content pages (About, etc.): dark page hero + white body ---- */
.mwc-page-hero.section {
    --background-color: var(--mwc-section-dark);
    background: var(--mwc-section-dark);
    padding-top: calc(var(--header-offset, 72px) + 2.5rem);
    padding-bottom: 2.75rem;
    text-align: center;
}

.mwc-page-hero-title {
    color: var(--mwc-green-bright);
    font-size: clamp(2rem, 4vw, 2.85rem);
    font-weight: 700;
    margin-bottom: 0.65rem;
    letter-spacing: 0.02em;
}

.mwc-breadcrumb {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.62);
}

.mwc-breadcrumb a {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
}

.mwc-breadcrumb a:hover {
    color: var(--mwc-green-bright);
}

.mwc-breadcrumb-sep {
    display: inline-block;
    margin: 0 0.4rem;
    opacity: 0.85;
}

.mwc-breadcrumb-current {
    color: rgba(255, 255, 255, 0.55);
}

.mwc-page-body {
    background: #ffffff;
}

.mwc-page-body section.mwc-section-light.section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.mwc-prose h2 {
    color: var(--mwc-heading-blue);
    font-size: clamp(1.35rem, 2vw, 1.65rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.mwc-prose p {
    color: #231f20;
    line-height: 1.7;
    margin-bottom: 0;
}

.mwc-prose .lead {
    font-size: 1.05rem;
}

/* Zigzag rows: Mission / Vision icon strips */
.mwc-icon-track {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem;
    flex-wrap: wrap;
    padding: 1rem 0;
}

.mwc-icon-track-node {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 2px solid var(--mwc-heading-blue);
    color: var(--mwc-heading-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    background: #fff;
    flex-shrink: 0;
}

.mwc-icon-track-line {
    flex: 1;
    min-width: 1rem;
    height: 0;
    border-top: 2px dotted var(--mwc-heading-blue);
    opacity: 0.65;
}

@media (max-width: 767px) {
    .mwc-icon-track {
        justify-content: center;
    }

    .mwc-icon-track-line {
        display: none;
    }
}

@media (max-width: 991px) {
    .mwc-hero-marketing.section {
        padding-top: calc(76px + 2rem);
        text-align: center;
    }

    .mwc-hero-bullets {
        text-align: left;
        max-width: 22rem;
        margin-left: auto;
        margin-right: auto;
    }

    .mwc-hero-phone {
        margin-top: 2rem;
    }

    .hero-banner-half .mwc-hero-subpage.hero {
        min-height: 200px;
        height: 200px;
    }

    .mwc-page-hero.section {
        padding-top: calc(76px + 2rem);
    }
}
