/*
Theme Name: Aqualine Child Theme
Theme URI: http://aqualine.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Aqualine
Template: aqualine
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: aqualine

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* MBC Cleaning Company brand and homepage */
:root {
    --mb-blue: #00a8ed;
    --mb-blue-dark: #078fc8;
    --mb-ink: #303030;
    --mb-muted: #707070;
    --main: #00a8ed !important;
    --main-darker: #078fc8 !important;
    --main-lighter: rgba(0, 168, 237, .5) !important;
}

body {
    --main: #00a8ed !important;
    --main-darker: #078fc8 !important;
    --main-lighter: rgba(0, 168, 237, .5) !important;
}

.home .page-header {
    display: none;
}

.home .main-wrapper {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
}

.home .main-wrapper > .mb-home {
    margin: 0;
}

/* Elementor wraps migrated page HTML in a boxed root container by default. */
body.elementor-page > .elementor,
body.elementor-page > .elementor > .e-con.e-con-boxed,
body.elementor-page > .elementor > .e-con.e-con-boxed > .e-con-inner {
    --content-width: 100%;
    width: 100%;
    max-width: none;
}

body.elementor-page > .elementor > .e-con.e-con-boxed,
body.elementor-page > .elementor > .e-con.e-con-boxed > .e-con-inner {
    padding-left: 0;
    padding-right: 0;
}

.home nav.navbar .navbar-logo .logo img,
.home nav.navbar .toggle-wrap .logo img {
    content: url('assets/mbwindowclean/logo.png');
    max-height: 80px;
    width: auto;
}

.mb-container {
    width: min(1160px, calc(100% - 48px));
    margin: 0 auto;
}

.mb-home {
    color: var(--mb-ink);
    font-family: 'Ubuntu', Arial, sans-serif;
}

.mb-home h1,
.mb-home h2,
.mb-home h3,
.mb-home p {
    margin-top: 0;
}

.mb-home h1,
.mb-home h2,
.mb-home h3 {
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
}

.mb-hero {
    min-height: 680px;
    position: relative;
    overflow: hidden;
    background: #26323a;
}

.mb-hero__slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    opacity: 0;
    pointer-events: none;
    animation: mbHeroFade 14s infinite;
}

.mb-hero__slide--two {
    animation-delay: 7s;
}

.mb-hero__overlay,
.mb-quote-band__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .54);
}

.mb-hero__content {
    position: relative;
    z-index: 1;
    color: #fff;
}

.mb-kicker {
    color: var(--mb-blue);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.mb-hero h1,
.mb-hero h2 {
    max-width: 650px;
    color: #fff;
    font-size: clamp(38px, 4.2vw, 58px);
    font-weight: 300;
    line-height: 1;
    margin-bottom: 30px;
}

.mb-hero h1 strong,
.mb-hero h2 strong {
    font-weight: 700;
}

.mb-hero__services {
    list-style: none;
    padding: 0;
    margin: 0 0 34px;
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    line-height: 1.8;
}

.mb-hero__services li::before {
    content: '+';
    color: var(--mb-blue);
    font-weight: 700;
    margin-right: 12px;
}

.mb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 26px;
    border: 2px solid var(--mb-blue);
    background: var(--mb-blue);
    color: #fff;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .4px;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.mb-button span,
.mb-text-link span {
    margin-left: 8px;
}

.mb-button:hover,
.mb-button:focus {
    border-color: #fff;
    background: #fff;
    color: var(--mb-blue-dark);
}

.mb-button--outline {
    border-color: rgba(255, 255, 255, .78);
    background: transparent;
    color: #fff;
}

.mb-section {
    padding: 84px 0 72px;
}

.mb-intro {
    background: #fff;
}

.mb-section-heading {
    margin-bottom: 42px;
}

.mb-section-heading h2 {
    color: var(--mb-ink);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
}

.mb-rule {
    display: block;
    width: 50px;
    height: 4px;
    background: var(--mb-blue);
}

.mb-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.mb-feature__image-link {
    display: block;
    overflow: hidden;
}

.mb-feature__image-link:focus-visible {
    outline: 3px solid var(--mb-blue-dark);
    outline-offset: 3px;
}

.mb-feature img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    margin-bottom: 22px;
    transition: transform .2s ease;
}

.mb-feature__image-link:hover img,
.mb-feature__image-link:focus-visible img {
    transform: scale(1.025);
}

.mb-feature h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 12px;
}

.mb-feature p,
.mb-quote-band p,
.mb-testimonial p {
    color: var(--mb-muted);
    font-size: 16px;
    line-height: 1.7;
}

.mb-feature__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.mb-text-link {
    color: var(--mb-blue-dark);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.mb-text-link:hover,
.mb-text-link:focus {
    color: var(--mb-ink);
}

.mb-quote-band {
    position: relative;
    overflow: hidden;
    padding: 74px 0;
    background-position: center;
    background-size: cover;
}

.mb-quote-band__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 64px;
    align-items: center;
}

.mb-quote-band__copy {
    align-self: center;
}

.mb-quote-band .mb-kicker {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.mb-quote-band h2 {
    max-width: 560px;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .45);
}

.mb-quote-band h2 strong {
    font-weight: 700;
}

.mb-quote-band .mb-quote-band__intro {
    max-width: 430px;
    color: rgba(255, 255, 255, .92);
    margin-bottom: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .45);
}

.mb-quote-band__form {
    width: 100%;
    max-width: 500px;
    min-width: 0;
    justify-self: end;
}

.mb-quote-band__form .wpcf7-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.mb-quote-band__form .wpcf7-form > p {
    min-width: 0;
    padding: 0;
    margin: 0;
}

.mb-quote-band__form .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    margin-top: 12px;
}

.mb-geoapify-suggestions {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 1px solid var(--mb-blue);
    background: #252525;
    list-style: none;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .35);
}

.mb-geoapify-suggestions li {
    padding: 0;
    margin: 0;
}

.mb-geoapify-suggestions button {
    display: block;
    width: 100%;
    padding: 10px 12px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    background: transparent;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    line-height: 1.35;
    text-align: left;
}

.mb-geoapify-suggestions li:last-child button {
    border-bottom: 0;
}

.mb-geoapify-suggestions button:hover,
.mb-geoapify-suggestions button:focus,
.mb-geoapify-suggestions button.is-active {
    background: var(--mb-blue);
    color: #fff;
    outline: none;
}

.mb-quote-band__form label {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
}

.mb-quote-band__form input:not([type="submit"]),
.mb-quote-band__form select,
.mb-quote-band__form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 40px !important;
    min-height: 0 !important;
    margin-top: 0;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, .24);
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    font: inherit;
    font-size: 16px;
    line-height: 1.35;
    padding: 6px 12px !important;
}

.mb-quote-band__form input:-webkit-autofill,
.mb-quote-band__form input:-webkit-autofill:hover,
.mb-quote-band__form input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    box-shadow: 0 0 0 1000px #303030 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.mb-quote-band__form input:not([type="submit"]):focus,
.mb-quote-band__form select:focus,
.mb-quote-band__form textarea:focus {
    outline: none;
    border-color: var(--mb-blue) !important;
}

.mb-quote-band__form input::placeholder,
.mb-quote-band__form textarea::placeholder {
    color: rgba(255, 255, 255, .78);
}

.mb-quote-band__form .wpcf7-submit {
    width: 100%;
    min-height: 46px;
    padding: 10px 28px;
    border: 2px solid var(--mb-blue);
    border-radius: 0 !important;
    background: var(--mb-blue);
    color: #fff !important;
    cursor: pointer;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
}

.mb-quote-band__form .mb-required {
    color: #ff5b5b;
    font-weight: 700;
}

.mb-quote-band__form .wpcf7-submit:hover,
.mb-quote-band__form .wpcf7-submit:focus {
    border-color: var(--mb-blue-dark);
    background: var(--mb-blue-dark);
    color: #fff !important;
}

.mb-quote-band__form .wpcf7-not-valid-tip,
.mb-quote-band__form .wpcf7-response-output {
    color: #fff;
}

.mb-quote-band__form .wpcf7-response-output {
    grid-column: 1 / -1;
    margin: 0;
    border-color: #fff;
}

.mb-quote-band__form .cf7-cf-turnstile {
    grid-column: 1 / -1;
    min-height: 65px;
}

.mb-quote-band__form .cf7-cf-turnstile p {
    color: #fff;
}

.mb-proof {
    background: #f4f4f4;
}

.mb-proof__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
}

.mb-testimonial {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 22px;
    margin-bottom: 30px;
}

.mb-testimonial img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    object-fit: cover;
}

.mb-testimonial p {
    margin-bottom: 10px;
}

.mb-testimonial h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 2px;
}

.mb-testimonial span {
    color: #999;
    font-size: 13px;
    font-weight: 700;
}

.mb-video__frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #222;
}

.mb-video iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

/* About Us page */
.mb-about {
    color: var(--mb-ink);
    font-family: 'Ubuntu', Arial, sans-serif;
}

.mb-about h1,
.mb-about h2,
.mb-about p {
    margin-top: 0;
}

.mb-about h1,
.mb-about h2 {
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
}

.mb-page-hero {
    padding: 74px 0 68px;
    background: #f3f6f7;
    border-bottom: 4px solid var(--mb-blue);
}

.mb-page-hero__eyebrow {
    color: var(--mb-blue-dark);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.mb-page-hero h1 {
    color: var(--mb-ink);
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 14px;
}

.mb-page-hero p:last-child {
    max-width: 620px;
    color: var(--mb-muted);
    font-size: 19px;
    line-height: 1.55;
    margin-bottom: 0;
}

.mb-about-section {
    padding: 78px 0 70px;
    background: #fff;
}

.mb-about-overview {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 68px;
    align-items: start;
}

.mb-about .mb-section-heading {
    margin-bottom: 30px;
}

.mb-about .mb-section-heading h2,
.mb-about-story h2 {
    color: var(--mb-ink);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
}

.mb-about-image-column img {
    display: block;
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
}

.mb-benefit-list {
    display: grid;
    gap: 13px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mb-benefit-list li {
    position: relative;
    padding-left: 28px;
    color: #4b4b4b;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
}

.mb-benefit-list li::before {
    position: absolute;
    left: 0;
    color: var(--mb-blue);
    content: '+';
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
}

.mb-about-story {
    padding: 0 0 78px;
    background: #fff;
}

.mb-about-story__content {
    max-width: 920px;
}

.mb-about-story p {
    color: #5d5d5d;
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 20px;
}

.mb-about-story p strong {
    color: var(--mb-ink);
    font-weight: 700;
}

.mb-about-story h2 {
    margin: 38px 0 15px;
}

.mb-about-cta {
    position: relative;
    overflow: hidden;
    padding: 76px 0;
    background-position: center;
    background-size: cover;
}

.mb-about-cta__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .65);
}

.mb-about-cta__content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    color: #fff;
}

.mb-about-cta .mb-button:hover,
.mb-about-cta .mb-button:focus {
    border-color: var(--mb-blue-dark);
    background: var(--mb-blue-dark);
    color: #fff;
}

.mb-about-cta .mb-kicker {
    color: var(--mb-blue);
    margin-bottom: 12px;
}

.mb-about-cta h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.mb-about-cta p:last-child {
    color: rgba(255, 255, 255, .92);
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 0;
}

.mb-services-page {
    color: var(--mb-ink);
    font-family: 'Ubuntu', Arial, sans-serif;
}

.mb-services-page h1,
.mb-services-page h2,
.mb-services-page p {
    margin-top: 0;
}

.mb-services-page h1,
.mb-services-page h2 {
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
}

.mb-services-list {
    padding: 78px 0;
    background: #fff;
}

.mb-services-list__heading {
    margin-bottom: 38px;
}

.mb-services-list__heading h2 {
    color: var(--mb-ink);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
}

.mb-services-row,
.mb-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    align-items: start;
}

.mb-services-row {
    align-items: stretch;
    margin-bottom: 30px;
}

.mb-services-column {
    display: grid;
    align-content: start;
    gap: 30px;
}

.mb-service-card {
    overflow: hidden;
    background: #f4f4f4;
}

.mb-service-card img {
    display: block;
    width: 100%;
    aspect-ratio: 13 / 7;
    object-fit: cover;
}

.mb-service-card__content {
    padding: 30px;
}

.mb-service-card h2 {
    color: var(--mb-ink);
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.mb-service-card p {
    color: #777;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.mb-service-card p:last-child {
    margin-bottom: 0;
}

.mb-service-card strong {
    color: var(--mb-blue-dark);
    font-weight: 700;
}

.mb-services-contact {
    padding: 64px 0;
    background: var(--mb-ink);
}

.mb-services-contact__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
}

.mb-services-contact .mb-kicker {
    margin-bottom: 12px;
}

.mb-services-contact h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 10px;
}

.mb-services-contact p:last-child {
    color: rgba(255, 255, 255, .88);
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 0;
}

.mb-services-contact .mb-button:hover,
.mb-services-contact .mb-button:focus {
    border-color: var(--mb-blue-dark);
    background: var(--mb-blue-dark);
    color: #fff;
}

.mb-pricing-page {
    color: var(--mb-ink);
    font-family: 'Ubuntu', Arial, sans-serif;
}

.mb-pricing-page h1,
.mb-pricing-page h2,
.mb-pricing-page p {
    margin-top: 0;
}

.mb-pricing-page h1,
.mb-pricing-page h2 {
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
}

.mb-pricing-section {
    padding: 78px 0;
    background: #fff;
}

.mb-pricing-section__heading {
    margin-bottom: 38px;
}

.mb-pricing-section__heading h2,
.mb-pricing-extras h2 {
    color: var(--mb-ink);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
}

.mb-pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.mb-price-group {
    padding: 32px;
    border-top: 5px solid var(--mb-blue);
    background: #f4f4f4;
}

.mb-price-group h2 {
    color: var(--mb-ink);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 24px;
}

.mb-price-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 7px 18px;
    padding: 19px 0;
    border-top: 1px solid #d9d9d9;
}

.mb-price-row span {
    color: #555;
    font-size: 17px;
    font-weight: 700;
}

.mb-price-row strong {
    color: var(--mb-blue-dark);
    font-size: 17px;
    text-align: right;
}

.mb-price-row small {
    grid-column: 1 / -1;
    color: #6b6b6b;
    font-size: 15px;
    line-height: 1.4;
}

.mb-pricing-extras {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(230px, 2fr);
    gap: 50px;
    margin-top: 54px;
    padding-top: 48px;
    border-top: 1px solid #dedede;
}

.mb-pricing-extras ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mb-pricing-extras li {
    position: relative;
    padding-left: 25px;
    color: #626262;
    font-size: 17px;
    line-height: 1.55;
}

.mb-pricing-extras li::before {
    position: absolute;
    left: 0;
    color: var(--mb-blue);
    content: '+';
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
}

.mb-pricing-extras li strong {
    color: var(--mb-ink);
}

.mb-pricing-services {
    padding-left: 50px;
    border-left: 1px solid #dedede;
}

.mb-pricing-disclaimer {
    margin: 44px 0 0;
    color: var(--mb-blue-dark);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.mb-pricing-disclaimer span {
    color: #d12323;
    font-size: 21px;
    line-height: 0;
    vertical-align: -2px;
}

.mb-pricing-contact {
    padding: 64px 0;
    background: var(--mb-ink);
}

.mb-pricing-contact__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
}

.mb-pricing-contact .mb-kicker {
    margin-bottom: 12px;
}

.mb-pricing-contact h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 10px;
}

.mb-pricing-contact p:last-child {
    color: rgba(255, 255, 255, .88);
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 0;
}

.mb-pricing-contact .mb-button:hover,
.mb-pricing-contact .mb-button:focus {
    border-color: var(--mb-blue-dark);
    background: var(--mb-blue-dark);
    color: #fff;
}

.mb-system-page {
    color: var(--mb-ink);
    font-family: 'Ubuntu', Arial, sans-serif;
}

.mb-system-page h1,
.mb-system-page h2,
.mb-system-page p {
    margin-top: 0;
}

.mb-system-page h1,
.mb-system-page h2 {
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
}

.mb-system-intro {
    padding: 78px 0;
    background: #fff;
}

.mb-system-intro__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 64px;
    align-items: center;
}

.mb-system-page .mb-section-heading {
    margin-bottom: 30px;
}

.mb-system-page .mb-section-heading h2,
.mb-system-pure-water > .mb-container > h2 {
    color: var(--mb-ink);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
}

.mb-system-intro__copy p,
.mb-system-pure-water__content > p {
    color: #5d5d5d;
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 20px;
}

.mb-system-intro__copy p:first-of-type {
    color: var(--mb-ink);
    font-size: 19px;
    font-weight: 700;
}

.mb-system-intro img {
    display: block;
    width: 100%;
    aspect-ratio: 114 / 43;
    object-fit: cover;
}

.mb-system-pure-water {
    padding: 0 0 78px;
    background: #fff;
}

.mb-system-pure-water__content {
    max-width: 920px;
}

.mb-system-privacy {
    margin-top: 42px;
    padding: 30px 34px;
    border-left: 5px solid var(--mb-blue);
    background: #f3f6f7;
}

.mb-system-privacy h2 {
    color: var(--mb-blue-dark);
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
}

.mb-system-privacy p {
    color: #555;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 0;
}

.mb-system-contact {
    padding: 64px 0;
    background: var(--mb-ink);
}

.mb-system-contact__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
}

.mb-system-contact .mb-kicker {
    margin-bottom: 12px;
}

.mb-system-contact h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 10px;
}

.mb-system-contact p:last-child {
    color: rgba(255, 255, 255, .88);
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 0;
}

.mb-system-contact .mb-button:hover,
.mb-system-contact .mb-button:focus {
    border-color: var(--mb-blue-dark);
    background: var(--mb-blue-dark);
    color: #fff;
}

.mb-contact-page {
    color: var(--mb-ink);
    font-family: 'Ubuntu', Arial, sans-serif;
}

.mb-contact-page h1,
.mb-contact-page h2,
.mb-contact-page p {
    margin-top: 0;
}

.mb-contact-page h1,
.mb-contact-page h2 {
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
}

.mb-contact-details {
    padding: 50px 0;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
}

.mb-contact-details__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mb-contact-detail {
    min-width: 0;
    padding: 0 34px;
    border-left: 1px solid #dfdfdf;
}

.mb-contact-detail:first-child {
    padding-left: 0;
    border-left: 0;
}

.mb-contact-detail:last-child {
    padding-right: 0;
}

.mb-contact-detail h2 {
    color: var(--mb-blue-dark);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 9px;
}

.mb-contact-detail a,
.mb-contact-detail address {
    color: #5e5e5e;
    font-size: 16px;
    font-style: normal;
    line-height: 1.65;
    text-decoration: none;
}

.mb-contact-detail a:hover,
.mb-contact-detail a:focus {
    color: var(--mb-blue-dark);
}

.mb-contact-main {
    padding: 78px 0;
    background: #fff;
}

.mb-contact-main__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 42px;
    align-items: stretch;
}

.mb-contact-form {
    padding: 32px;
    background: #f4f4f4;
}

.mb-contact-form .mb-section-heading {
    margin-bottom: 28px;
}

.mb-contact-form .mb-section-heading h2 {
    color: var(--mb-ink);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
}

.mb-contact-form .wpcf7-form {
    display: grid;
    gap: 16px;
}

.mb-contact-form .wpcf7-form > p {
    min-width: 0;
    padding: 0;
    margin: 0;
    color: #424242;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.mb-contact-form .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    margin-top: 9px;
}

.mb-contact-form .wpcf7-text,
.mb-contact-form .wpcf7-email,
.mb-contact-form .wpcf7-tel,
.mb-contact-form .wpcf7-select,
.mb-contact-form .wpcf7-textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #bcbcbc !important;
    border-radius: 0 !important;
    background: #fff;
    color: var(--mb-ink);
    font: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.mb-contact-form .select-wrap {
    box-sizing: border-box;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.mb-contact-form .select-wrap::after {
    display: none !important;
}

.mb-contact-form .select-wrap .wpcf7-select,
.mb-contact-form .wpcf7-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    box-shadow: none !important;
    background-image: linear-gradient(45deg, transparent 50%, #424242 50%), linear-gradient(135deg, #424242 50%, transparent 50%) !important;
    background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50% !important;
    background-repeat: no-repeat !important;
    background-size: 6px 6px, 6px 6px !important;
    padding-right: 38px;
}

.mb-contact-form .wpcf7-text,
.mb-contact-form .wpcf7-email,
.mb-contact-form .wpcf7-tel,
.mb-contact-form .wpcf7-select {
    min-height: 42px;
    padding: 9px 11px;
}

.mb-contact-form .wpcf7-textarea {
    min-height: 150px;
    padding: 11px;
    resize: vertical;
}

.mb-contact-form .wpcf7-text:focus,
.mb-contact-form .wpcf7-email:focus,
.mb-contact-form .wpcf7-tel:focus,
.mb-contact-form .wpcf7-select:focus,
.mb-contact-form .wpcf7-textarea:focus {
    border-color: var(--mb-blue-dark) !important;
    box-shadow: none !important;
    outline: none !important;
}

.mb-contact-form .mb-required {
    color: #d12323;
}

.mb-contact-form .cf7-cf-turnstile {
    min-height: 65px;
}

.mb-contact-form .wpcf7-submit {
    display: block;
    width: 100%;
    min-height: 46px;
    padding: 10px 28px;
    border: 2px solid var(--mb-blue);
    border-radius: 0 !important;
    background: var(--mb-blue);
    color: #fff;
    cursor: pointer;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.mb-contact-form .wpcf7-submit:hover,
.mb-contact-form .wpcf7-submit:focus {
    border-color: var(--mb-blue-dark);
    background: var(--mb-blue-dark);
    color: #fff;
}

.mb-contact-form .wpcf7-not-valid-tip {
    color: #d12323;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
}

.mb-contact-form .wpcf7-response-output {
    grid-column: 1 / -1;
    margin: 0;
    border-color: var(--mb-blue-dark);
    color: #424242;
    font-size: 14px;
}

.mb-contact-map {
    align-self: start;
    background: #e5e5e5;
}

.mb-contact-map iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: 0;
}

.mb-primary-navigation li.is-current a::after {
    transform: scaleX(1);
}

@keyframes mbHeroFade {
    0%, 46% {
        opacity: 1;
        pointer-events: auto;
    }

    50%, 96% {
        opacity: 0;
        pointer-events: none;
    }

    100% {
        opacity: 1;
        pointer-events: auto;
    }
}

@media (max-width: 767px) {
    .mb-container {
        width: min(100% - 32px, 560px);
    }

    .mb-hero {
        min-height: 620px;
    }

    .mb-hero h1,
    .mb-hero h2 {
        max-width: 520px;
        font-size: clamp(34px, 8.5vw, 43px);
        line-height: 1.02;
    }

    .mb-hero__services {
        font-size: 16px;
        line-height: 1.6;
    }

    .mb-section {
        padding: 60px 0 48px;
    }

    .mb-page-hero {
        padding: 58px 0 52px;
    }

    .mb-page-hero h1 {
        font-size: 43px;
    }

    .mb-page-hero p:last-child {
        font-size: 17px;
    }

    .mb-about-section {
        padding: 58px 0 48px;
    }

    .mb-about-overview {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .mb-about-story {
        padding-bottom: 58px;
    }

    .mb-about-story p {
        font-size: 16px;
    }

    .mb-about-cta {
        padding: 58px 0;
    }

    .mb-about-cta__content {
        display: block;
    }

    .mb-about-cta h2 {
        font-size: 34px;
    }

    .mb-about-cta .mb-button {
        margin-top: 28px;
    }

    .mb-services-list {
        padding: 58px 0;
    }

    .mb-services-row,
    .mb-services-grid {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .mb-services-row {
        margin-bottom: 24px;
    }

    .mb-services-column {
        display: contents;
    }

    .mb-service-card--1 {
        order: 1;
    }

    .mb-service-card--2 {
        order: 2;
    }

    .mb-service-card--3 {
        order: 3;
    }

    .mb-service-card--4 {
        order: 4;
    }

    .mb-service-card--5 {
        order: 5;
    }

    .mb-service-card__content {
        padding: 24px;
    }

    .mb-service-card h2 {
        font-size: 25px;
    }

    .mb-services-contact {
        padding: 54px 0;
    }

    .mb-services-contact__content {
        display: block;
    }

    .mb-services-contact h2 {
        font-size: 32px;
    }

    .mb-services-contact .mb-button {
        margin-top: 28px;
    }

    .mb-pricing-section {
        padding: 58px 0;
    }

    .mb-pricing-grid,
    .mb-pricing-extras {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .mb-price-group {
        padding: 26px 24px;
    }

    .mb-price-row {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .mb-price-row strong {
        text-align: left;
    }

    .mb-pricing-extras {
        margin-top: 40px;
        padding-top: 40px;
    }

    .mb-pricing-services {
        padding: 32px 0 0;
        border-top: 1px solid #dedede;
        border-left: 0;
    }

    .mb-pricing-disclaimer {
        margin-top: 34px;
    }

    .mb-pricing-contact {
        padding: 54px 0;
    }

    .mb-pricing-contact__content {
        display: block;
    }

    .mb-pricing-contact h2 {
        font-size: 32px;
    }

    .mb-pricing-contact .mb-button {
        margin-top: 28px;
    }

    .mb-system-intro {
        padding: 58px 0;
    }

    .mb-system-intro__grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .mb-system-intro__copy p,
    .mb-system-pure-water__content > p,
    .mb-system-privacy p {
        font-size: 16px;
    }

    .mb-system-pure-water {
        padding-bottom: 58px;
    }

    .mb-system-privacy {
        margin-top: 34px;
        padding: 25px 24px;
    }

    .mb-system-contact {
        padding: 54px 0;
    }

    .mb-system-contact__content {
        display: block;
    }

    .mb-system-contact h2 {
        font-size: 32px;
    }

    .mb-system-contact .mb-button {
        margin-top: 28px;
    }

    .mb-contact-details {
        padding: 40px 0;
    }

    .mb-contact-details__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .mb-contact-detail,
    .mb-contact-detail:first-child,
    .mb-contact-detail:last-child {
        padding: 0;
        border: 0;
    }

    .mb-contact-main {
        padding: 58px 0;
    }

    .mb-contact-main__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .mb-contact-form {
        padding: 26px 24px;
    }

    .mb-contact-map iframe {
        height: 360px;
    }

    .mb-feature-grid,
    .mb-quote-band__inner,
    .mb-proof__grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .mb-section-heading {
        margin-bottom: 30px;
    }

    .mb-quote-band h2 {
        font-size: 34px;
    }

    .mb-quote-band__form {
        max-width: none;
        justify-self: stretch;
    }

    .mb-quote-band__form .wpcf7-form {
        grid-template-columns: 1fr;
    }

    .mb-quote-band__form .wpcf7-form > p,
    .mb-quote-band__form .cf7-cf-turnstile {
        grid-column: auto;
    }
}

/* Source-site header and footer */
.mb-header-container,
.mb-footer-container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

.mb-skip-link {
    position: absolute;
    left: -9999px;
    z-index: 100;
    padding: 10px 16px;
    background: var(--mb-blue);
    color: #fff;
}

.mb-skip-link:focus {
    left: 16px;
    top: 16px;
}

.mb-site-header {
    position: sticky;
    top: -34px;
    z-index: 20;
    background: #fff;
    box-shadow: 0 1px 9px rgba(0, 0, 0, .08);
    font-family: 'Montserrat', Arial, sans-serif;
}

.mb-topbar {
    min-height: 34px;
    background: #f7f7f7;
    border-bottom: 1px solid #ededed;
}

.mb-topbar__inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 34px;
}

.mb-topbar__links {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #777;
    font-size: 12px;
}

.mb-topbar__links a {
    color: inherit;
    text-decoration: none;
}

.mb-topbar__links a:hover,
.mb-topbar__links a:focus {
    color: var(--mb-blue);
}

.mb-social-link,
.mb-footer-facebook {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: var(--mb-blue);
    color: #fff !important;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.mb-nav-row {
    background: #fff;
}

.mb-nav-row__inner {
    display: flex;
    align-items: center;
    min-height: 100px;
}

.mb-brand {
    display: block;
    flex: 0 0 auto;
    width: 255px;
    line-height: 0;
}

.mb-brand img,
.mb-footer-brand img {
    display: block;
    width: 100%;
    height: auto;
}

.mb-brand img {
    width: auto;
    max-width: 100%;
    max-height: 78px;
}

.mb-primary-navigation {
    margin-left: auto;
}

.mb-primary-navigation ul {
    display: flex;
    align-items: center;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mb-primary-navigation a {
    position: relative;
    display: block;
    padding: 18px 14px;
    color: #303030;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.mb-primary-navigation a::after {
    position: absolute;
    right: 14px;
    bottom: 8px;
    left: 14px;
    height: 2px;
    background: var(--mb-blue);
    content: '';
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .2s ease;
}

.mb-primary-navigation a:hover::after,
.mb-primary-navigation a:focus::after,
.home .mb-primary-navigation li:first-child a::after {
    transform: scaleX(1);
}

.mb-primary-navigation a:hover,
.mb-primary-navigation a:focus {
    color: var(--mb-blue-dark);
}

.mb-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
}

.mb-menu-toggle__bar {
    display: block;
    height: 2px;
    margin: 4px 0;
    background: #303030;
}

.mb-site-footer {
    color: #c4c4c4;
    font-family: 'Ubuntu', Arial, sans-serif;
}

.mb-footer-main {
    background: #252525;
    padding: 66px 0 58px;
}

.mb-footer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 100px;
}

.mb-footer-column {
    max-width: 440px;
}

.mb-footer-brand {
    display: block;
    width: 300px;
    margin-bottom: 24px;
}

.mb-footer-column p,
.mb-footer-contact dd {
    color: #b8b8b8;
    font-size: 15px;
    line-height: 1.75;
}

.mb-footer-column p {
    margin-bottom: 14px;
}

.mb-footer-contact__heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.mb-footer-contact h2 {
    color: #fff;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.mb-footer-contact dl {
    margin: 0;
}

.mb-footer-contact dt {
    color: var(--mb-blue);
    font-size: 13px;
    font-weight: 700;
    margin-top: 12px;
}

.mb-footer-contact dt:first-child {
    margin-top: 0;
}

.mb-footer-contact dd {
    margin: 0;
}

.mb-footer-contact a:not(.mb-footer-facebook) {
    color: #b8b8b8;
    text-decoration: none;
}

.mb-footer-contact a:not(.mb-footer-facebook):hover,
.mb-footer-contact a:not(.mb-footer-facebook):focus {
    color: #fff;
}

.mb-footer-facebook {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    margin: 0;
    text-decoration: none;
}

.mb-footer-bottom {
    min-height: 60px;
    display: flex;
    align-items: center;
    background: #1d1d1d;
}

.mb-footer-bottom p {
    color: #999;
    font-size: 13px;
    margin: 0;
}

.mb-scroll-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: var(--mb-blue);
    color: #fff;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity .2s ease, transform .2s ease;
}

.mb-scroll-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

@media (max-width: 1100px) {
    .mb-primary-navigation a {
        padding-right: 9px;
        padding-left: 9px;
        font-size: 12px;
    }

    .mb-primary-navigation a::after {
        right: 9px;
        left: 9px;
    }
}

@media (max-width: 820px) {
    .mb-header-container,
    .mb-footer-container {
        width: min(100% - 32px, 560px);
    }

    .mb-topbar__inner {
        justify-content: center;
    }

    .mb-topbar__links {
        gap: 14px;
        font-size: 11px;
    }

    .mb-nav-row__inner {
        min-height: 78px;
        justify-content: space-between;
    }

    .mb-brand {
        width: 190px;
    }

    .mb-menu-toggle {
        display: block;
    }

    .mb-primary-navigation {
        position: absolute;
        top: 112px;
        right: 16px;
        left: 16px;
        display: none;
        padding: 8px 0;
        background: #fff;
        border: 1px solid #e5e5e5;
        box-shadow: 0 5px 18px rgba(0, 0, 0, .12);
    }

    .mb-primary-navigation.is-open {
        display: block;
    }

    .mb-primary-navigation ul {
        display: block;
    }

    .mb-primary-navigation a {
        padding: 14px 18px;
        font-size: 13px;
    }

    .mb-primary-navigation a::after {
        right: 18px;
        bottom: 7px;
        left: 18px;
    }

    .mb-footer-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }
}

/* Aqualine demo visual alignment */
body {
    background: #fff;
    color: #282834;
    font-family: 'Ubuntu', Arial, sans-serif;
}

.mb-container,
.mb-header-container,
.mb-footer-container {
    width: min(1200px, calc(100% - 48px));
}

.mb-site-header {
    position: relative;
    top: auto;
    box-shadow: none;
    background: #1c252b;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
}

.home .mb-site-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 30;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .55), transparent);
}

.mb-topbar {
    display: none;
}

.mb-nav-row {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.mb-nav-row__inner {
    min-height: 108px;
}

.mb-brand {
    width: 225px;
}

.mb-primary-navigation a {
    padding: 21px 14px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.mb-primary-navigation a::after {
    right: 14px;
    bottom: 14px;
    left: 14px;
    height: 3px;
    background: var(--mb-blue);
}

.mb-primary-navigation a:hover,
.mb-primary-navigation a:focus,
.mb-primary-navigation li.is-current a {
    color: #fff;
}

.mb-menu-toggle {
    border-color: rgba(255, 255, 255, .55);
    background: transparent;
}

.mb-menu-toggle__bar {
    background: #fff;
}

.mb-hero {
    min-height: 760px;
    background: #171f24;
}

.mb-hero__slide {
    align-items: center;
    background-position: center;
}

.mb-hero__overlay {
    background: linear-gradient(90deg, rgba(5, 13, 18, .78), rgba(5, 13, 18, .36));
}

.mb-hero__content {
    max-width: 900px;
    padding-top: 94px;
    text-align: center;
}

.mb-kicker,
.mb-demo-heading > p,
.mb-feature__eyebrow,
.mb-page-hero__eyebrow {
    margin-bottom: 13px;
    color: var(--mb-blue);
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.mb-hero h1,
.mb-hero h2 {
    max-width: 840px;
    margin: 0 auto 20px;
    color: #fff;
    font-size: clamp(46px, 5vw, 70px);
    font-weight: 700;
    line-height: .98;
    text-transform: uppercase;
}

.mb-hero h1 strong,
.mb-hero h2 strong {
    display: block;
    color: var(--mb-blue);
}

.mb-hero__lead {
    max-width: 620px;
    margin: 0 auto 27px;
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    line-height: 1.6;
}

.mb-hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.mb-button {
    min-height: 52px;
    padding: 13px 29px;
    border: 2px solid var(--mb-blue);
    border-radius: 0;
    background: var(--mb-blue);
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.mb-button--outline {
    border-color: #fff;
    background: transparent;
}

.mb-button--light {
    border-color: #fff;
    background: #fff;
    color: #1e292f;
}

.mb-button:hover,
.mb-button:focus,
.mb-button--light:hover,
.mb-button--light:focus {
    border-color: var(--mb-blue-dark);
    background: var(--mb-blue-dark);
    color: #fff;
}

.mb-hero__services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 20px;
    max-width: 840px;
    margin: 35px auto 0;
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
}

.mb-hero__services li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 8px 2px 0;
    background: var(--mb-blue);
}

.mb-demo-benefits {
    position: relative;
    z-index: 4;
    margin-top: -54px;
}

.mb-demo-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: #fff;
    box-shadow: 0 12px 34px rgba(17, 32, 40, .16);
}

.mb-demo-benefit {
    min-width: 0;
    padding: 31px 24px 28px;
    border-right: 1px solid #e0e4e6;
    text-align: center;
}

.mb-demo-benefit:last-child {
    border-right: 0;
}

.mb-demo-benefit i {
    display: block;
    margin-bottom: 14px;
    color: var(--mb-blue);
    font-size: 34px;
}

.mb-demo-benefit h2 {
    margin: 0 0 7px;
    color: #252d32;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.mb-demo-benefit p {
    margin: 0;
    color: #70787c;
    font-size: 14px;
    line-height: 1.55;
}

.mb-section,
.mb-services-list,
.mb-pricing-section,
.mb-system-intro,
.mb-contact-main,
.mb-about-section {
    padding: 106px 0;
}

.mb-intro,
.mb-proof,
.mb-services-list,
.mb-pricing-section,
.mb-system-intro,
.mb-contact-main,
.mb-about-section,
.mb-about-story,
.mb-system-pure-water {
    background: #fff;
}

.mb-demo-heading {
    margin-bottom: 40px;
}

.mb-demo-heading--center {
    text-align: center;
}

.mb-demo-heading > p {
    margin-top: 0;
}

.mb-demo-heading h2,
.mb-section-heading h2,
.mb-services-list__heading h2,
.mb-pricing-section__heading h2,
.mb-pricing-extras h2,
.mb-about-story h2,
.mb-system-privacy h2 {
    margin: 0;
    color: #252d32;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    font-size: clamp(34px, 3.3vw, 48px);
    font-weight: 700;
    line-height: 1.04;
    text-transform: uppercase;
}

.mb-rule {
    display: none;
}

.mb-feature-grid {
    gap: 30px;
}

.mb-feature {
    background: #f4f6f7;
    box-shadow: 0 8px 24px rgba(18, 39, 49, .08);
}

.mb-feature__image-link {
    position: relative;
}

.mb-feature__image-link::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(7, 33, 45, .32), transparent 55%);
    content: '';
}

.mb-feature img {
    aspect-ratio: 4 / 3;
    margin: 0;
    transition: transform .35s ease;
}

.mb-feature__body {
    padding: 27px 28px 30px;
}

.mb-feature h3 {
    margin: 0 0 12px;
    color: #252d32;
    font-size: 29px;
    line-height: 1.05;
    text-transform: uppercase;
}

.mb-feature p {
    color: #687277;
    font-size: 16px;
    line-height: 1.65;
}

.mb-text-link {
    display: inline-block;
    margin-top: 5px;
    color: var(--mb-blue-dark);
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    font-size: 16px;
}

.mb-quote-band {
    padding: 100px 0;
    background-position: center;
}

.mb-quote-band__overlay {
    background: rgba(8, 17, 21, .86);
}

.mb-quote-band__inner {
    grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
    align-items: start;
}

.mb-quote-band .mb-demo-heading > p {
    color: var(--mb-blue);
}

.mb-quote-band h2 {
    max-width: 560px;
    font-size: clamp(40px, 4vw, 58px);
    font-weight: 700;
    text-transform: uppercase;
}

.mb-quote-band h2 strong {
    color: var(--mb-blue);
}

.mb-quote-band__form {
    max-width: 560px;
    padding: 35px;
    background: rgba(255, 255, 255, .06);
    border-top: 4px solid var(--mb-blue);
}

.mb-quote-band__form .wpcf7-form > p {
    color: #fff;
}

.mb-quote-band__form .select-wrap {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.mb-quote-band__form .select-wrap::after {
    display: none !important;
}

.mb-quote-band__form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0 !important;
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%) !important;
    background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50% !important;
    background-repeat: no-repeat !important;
    background-size: 6px 6px, 6px 6px !important;
    padding-right: 38px !important;
}

.mb-proof {
    padding: 104px 0;
    background: #edf3f5;
}

.mb-proof__grid {
    gap: 76px;
}

.mb-testimonial {
    grid-template-columns: 72px 1fr;
    gap: 19px;
    padding: 21px 0;
    margin: 0;
    border-top: 1px solid #d2dde1;
}

.mb-testimonial:first-of-type {
    border-top: 0;
}

.mb-testimonial img {
    width: 72px;
    height: 72px;
    border: 3px solid #fff;
}

.mb-testimonial h3 {
    color: #273036;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    font-size: 19px;
    text-transform: uppercase;
}

.mb-video__frame {
    box-shadow: 0 14px 32px rgba(22, 43, 51, .18);
}

/* Inner pages: image-led Aqualine headers */
.mb-page-hero {
    padding: 108px 0 94px;
    border: 0;
    background-color: #1d2b32;
    background-position: center;
    background-size: cover;
}

.mb-about .mb-page-hero { background-image: linear-gradient(rgba(6, 22, 29, .74), rgba(6, 22, 29, .74)), url('assets/mbwindowclean/pole.jpg'); }
.mb-services-page .mb-page-hero { background-image: linear-gradient(rgba(6, 22, 29, .74), rgba(6, 22, 29, .74)), url('assets/mbwindowclean/services.jpg'); }
.mb-pricing-page .mb-page-hero { background-image: linear-gradient(rgba(6, 22, 29, .74), rgba(6, 22, 29, .74)), url('assets/mbwindowclean/home_banner.jpg'); }
.mb-system-page .mb-page-hero { background-image: linear-gradient(rgba(6, 22, 29, .74), rgba(6, 22, 29, .74)), url('assets/mbwindowclean/system.jpg'); }
.mb-contact-page .mb-page-hero { background-image: linear-gradient(rgba(6, 22, 29, .74), rgba(6, 22, 29, .74)), url('assets/mbwindowclean/home_banner.jpg'); }

.mb-page-hero__eyebrow {
    color: var(--mb-blue);
}

.mb-page-hero h1 {
    color: #fff;
    font-size: clamp(48px, 5vw, 70px);
    text-transform: uppercase;
}

.mb-page-hero p:last-child {
    color: rgba(255, 255, 255, .9);
}

.mb-about-overview,
.mb-system-intro__grid {
    align-items: center;
    gap: 72px;
}

.mb-about-image-column img,
.mb-system-intro img {
    aspect-ratio: 4 / 3;
    box-shadow: 0 14px 34px rgba(21, 45, 57, .17);
}

.mb-benefit-list {
    gap: 0;
    border-top: 1px solid #dbe2e5;
}

.mb-benefit-list li {
    padding: 14px 0 14px 34px;
    border-bottom: 1px solid #dbe2e5;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    font-size: 19px;
    text-transform: uppercase;
}

.mb-benefit-list li::before {
    top: 12px;
    color: var(--mb-blue);
    content: '+';
}

.mb-about-story,
.mb-system-pure-water {
    padding: 0 0 105px;
}

.mb-about-story__content,
.mb-system-pure-water__content {
    max-width: 950px;
}

.mb-about-story p,
.mb-system-intro__copy p,
.mb-system-pure-water__content > p {
    color: #687277;
    font-size: 17px;
    line-height: 1.78;
}

.mb-about-cta,
.mb-services-contact,
.mb-pricing-contact,
.mb-system-contact {
    padding: 82px 0;
    background-color: #152127;
}

.mb-about-cta__overlay {
    background: rgba(6, 17, 23, .78);
}

.mb-about-cta h2,
.mb-services-contact h2,
.mb-pricing-contact h2,
.mb-system-contact h2 {
    font-size: clamp(36px, 4vw, 52px);
    text-transform: uppercase;
}

.mb-service-card {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    background: #f1f5f6;
    box-shadow: 0 10px 30px rgba(24, 48, 60, .1);
}

.mb-services-row,
.mb-services-grid {
    grid-template-columns: 1fr;
    gap: 36px;
}

.mb-services-row {
    margin-bottom: 36px;
}

.mb-services-column {
    display: contents;
}

.mb-service-card img {
    height: 100%;
    min-height: 310px;
    aspect-ratio: auto;
}

.mb-service-card__content {
    padding: 38px;
}

.mb-service-card h2 {
    color: #273036;
    font-size: 34px;
    text-transform: uppercase;
}

.mb-service-card strong {
    color: var(--mb-blue-dark);
}

.mb-service-card:nth-child(even) img {
    order: 2;
}

.mb-pricing-section {
    background: #eef3f5;
}

.mb-pricing-grid {
    gap: 30px;
}

.mb-price-group {
    position: relative;
    overflow: hidden;
    padding: 38px 36px;
    border: 0;
    background: #fff;
    box-shadow: 0 11px 30px rgba(25, 49, 59, .12);
}

.mb-price-group::before {
    display: block;
    width: 56px;
    height: 4px;
    margin-bottom: 23px;
    background: var(--mb-blue);
    content: '';
}

.mb-price-group h2 {
    font-size: 34px;
    text-transform: uppercase;
}

.mb-price-row strong {
    color: var(--mb-blue-dark);
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    font-size: 20px;
}

.mb-pricing-extras {
    padding: 48px;
    border: 0;
    background: #fff;
}

.mb-pricing-services {
    border-left-color: #dce4e6;
}

.mb-system-privacy {
    border-left-color: var(--mb-blue);
    background: #edf4f6;
}

.mb-contact-details {
    padding: 0;
    border: 0;
    background: #fff;
}

.mb-contact-details__grid {
    box-shadow: 0 8px 22px rgba(29, 52, 63, .1);
}

.mb-contact-detail {
    position: relative;
    padding: 32px 36px 32px 74px;
    border: 0;
    background: #fff;
}

.mb-contact-detail::before {
    position: absolute;
    top: 36px;
    left: 35px;
    width: 18px;
    height: 18px;
    background: var(--mb-blue);
    content: '';
}

.mb-contact-detail h2 {
    color: #263036;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    font-size: 21px;
    text-transform: uppercase;
}

.mb-contact-main {
    background: #edf3f5;
}

.mb-contact-main__grid {
    align-items: start;
    gap: 30px;
}

.mb-contact-form {
    padding: 42px;
    border-top: 4px solid var(--mb-blue);
    background: #1b272d;
}

.mb-contact-form .mb-section-heading h2,
.mb-contact-form .wpcf7-form > p {
    color: #fff;
}

.mb-contact-form .wpcf7-text,
.mb-contact-form .wpcf7-email,
.mb-contact-form .wpcf7-tel,
.mb-contact-form .wpcf7-select,
.mb-contact-form .wpcf7-textarea {
    border-color: rgba(255, 255, 255, .68) !important;
    background-color: transparent !important;
    color: #fff;
}

.mb-contact-form .select-wrap .wpcf7-select,
.mb-contact-form .wpcf7-select {
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%) !important;
}

.mb-contact-map {
    box-shadow: 0 10px 30px rgba(29, 52, 63, .13);
}

.mb-footer-contact-band {
    background: var(--mb-blue);
}

.mb-footer-contact-band__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mb-footer-contact-band__item {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 14px;
    padding: 27px 18px;
    border-right: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    text-decoration: none;
}

.mb-footer-contact-band__item:last-child {
    border-right: 0;
}

.mb-footer-contact-band__item i {
    flex: 0 0 auto;
    font-size: 24px;
}

.mb-footer-contact-band__item span {
    min-width: 0;
}

.mb-footer-contact-band__item strong,
.mb-footer-contact-band__item small {
    display: block;
}

.mb-footer-contact-band__item strong {
    overflow: hidden;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    font-size: 18px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.mb-footer-contact-band__item small {
    margin-top: 3px;
    font-size: 13px;
    line-height: 1.3;
}

.mb-footer-main {
    padding: 78px 0 66px;
    background: #152127;
}

.mb-footer-grid {
    grid-template-columns: 1.2fr .8fr 1fr;
    gap: 68px;
}

.mb-footer-links h2,
.mb-footer-contact h2 {
    color: #fff;
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}

.mb-footer-links ul {
    padding: 0;
    margin: 22px 0 0;
    list-style: none;
}

.mb-footer-links li {
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.mb-footer-links a {
    color: #b8c5ca;
    font-size: 15px;
    text-decoration: none;
}

.mb-footer-links a:hover,
.mb-footer-links a:focus {
    color: var(--mb-blue);
}

.mb-footer-bottom {
    background: #0d171c;
}

.mb-scroll-top {
    border-radius: 0;
}

@media (max-width: 900px) {
    .mb-nav-row__inner { min-height: 82px; }
    .mb-brand { width: 190px; }
    .mb-primary-navigation { top: 82px; right: 0; left: 0; padding: 13px 0; border: 0; background: #172329; box-shadow: 0 12px 24px rgba(0, 0, 0, .3); }
    .mb-primary-navigation a { padding: 13px 24px; color: #fff; }
    .mb-primary-navigation a::after { right: auto; bottom: 6px; left: 24px; width: 34px; }
    .mb-demo-benefits__grid, .mb-footer-contact-band__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mb-demo-benefit:nth-child(2) { border-right: 0; }
    .mb-demo-benefit:nth-child(-n + 2) { border-bottom: 1px solid #e0e4e6; }
    .mb-footer-contact-band__item:nth-child(2) { border-right: 0; }
    .mb-footer-contact-band__item:nth-child(-n + 2) { border-bottom: 1px solid rgba(255, 255, 255, .3); }
    .mb-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px; }
    .mb-quote-band__inner { grid-template-columns: 1fr; gap: 42px; }
    .mb-quote-band__form { justify-self: stretch; max-width: none; }
}

@media (max-width: 767px) {
    .mb-container, .mb-header-container, .mb-footer-container { width: min(100% - 32px, 560px); }
    .mb-hero { min-height: 690px; }
    .mb-hero__content { padding-top: 88px; }
    .mb-hero h1, .mb-hero h2 { font-size: 42px; }
    .mb-hero__lead { font-size: 16px; }
    .mb-hero__services { gap: 8px 13px; font-size: 12px; }
    .mb-demo-benefits { margin-top: 0; }
    .mb-demo-benefit { padding: 25px 15px; }
    .mb-demo-benefit h2 { font-size: 19px; }
    .mb-demo-benefit p { font-size: 13px; }
    .mb-section, .mb-services-list, .mb-pricing-section, .mb-system-intro, .mb-contact-main, .mb-about-section { padding: 68px 0; }
    .mb-proof { padding: 68px 0; }
    .mb-page-hero { padding: 72px 0 66px; }
    .mb-page-hero h1 { font-size: 48px; }
    .mb-feature__body, .mb-service-card__content, .mb-price-group, .mb-pricing-extras { padding: 25px; }
    .mb-service-card { grid-template-columns: 1fr; }
    .mb-service-card:nth-child(even) img { order: 0; }
    .mb-service-card img { min-height: 220px; height: auto; }
    .mb-about-overview, .mb-system-intro__grid { gap: 42px; }
    .mb-about-story, .mb-system-pure-water { padding-bottom: 68px; }
    .mb-about-cta, .mb-services-contact, .mb-pricing-contact, .mb-system-contact, .mb-quote-band { padding: 64px 0; }
    .mb-contact-detail { padding: 25px 24px 25px 60px; }
    .mb-contact-detail::before { top: 30px; left: 25px; }
    .mb-contact-form { padding: 28px 24px; }
    .mb-footer-contact-band__grid, .mb-footer-grid { grid-template-columns: 1fr; }
    .mb-footer-contact-band__item, .mb-footer-contact-band__item:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .3); }
    .mb-footer-contact-band__item:last-child { border-bottom: 0; }
    .mb-footer-grid { gap: 38px; }
    .mb-footer-main { padding: 62px 0; }
}

/* Aqualine composition pass: strong bands, image panels, and high-contrast content. */
:root {
    --mb-aqua-black: #19191b;
    --mb-aqua-gray: #f2f2f2;
    --mb-aqua-blue-deep: #008cc9;
}

.mb-site-header {
    background: var(--mb-aqua-black);
}

.home .mb-site-header {
    background: rgba(0, 0, 0, .74);
}

.mb-nav-row,
.home .mb-nav-row {
    border-bottom: 0;
}

.mb-nav-row__inner {
    min-height: 96px;
}

.mb-primary-navigation a {
    position: relative;
    padding: 36px 14px;
    font-size: 14px;
    letter-spacing: .3px;
}

.mb-primary-navigation a::after {
    right: 14px;
    bottom: 24px;
    left: 14px;
    height: 2px;
}

.mb-hero {
    min-height: 100svh;
    background: var(--mb-aqua-black);
}

.mb-hero__slide {
    justify-content: center;
}

.mb-hero__slide::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 110px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .35));
    content: '';
}

.mb-hero__overlay {
    background: rgba(0, 0, 0, .58);
}

.mb-hero__content {
    z-index: 2;
    max-width: 960px;
    padding: 80px 86px 20px;
}

.mb-kicker,
.mb-demo-heading > p,
.mb-feature__eyebrow,
.mb-page-hero__eyebrow {
    letter-spacing: 1.6px;
}

.mb-hero h1,
.mb-hero h2 {
    max-width: 920px;
    margin-bottom: 21px;
    font-size: clamp(52px, 5.7vw, 82px);
    line-height: .91;
    letter-spacing: 0;
}

.mb-hero__lead {
    max-width: 690px;
    margin-bottom: 31px;
    font-size: 18px;
}

.mb-button {
    position: relative;
    overflow: hidden;
    min-height: 56px;
    padding: 15px 30px;
    border: 0;
    background: var(--mb-blue);
    box-shadow: none;
    transition: color .25s ease, background-color .25s ease;
}

.mb-button:hover,
.mb-button:focus {
    border: 0;
    background: var(--mb-aqua-black);
    color: #fff;
}

.mb-button--outline {
    border: 2px solid #fff;
}

.mb-button--outline:hover,
.mb-button--outline:focus {
    border-color: #fff;
    background: #fff;
    color: var(--mb-aqua-black);
}

.mb-button--light {
    background: #fff;
    color: var(--mb-aqua-black);
}

.mb-button--light:hover,
.mb-button--light:focus {
    background: var(--mb-blue);
    color: #fff;
}

.mb-hero__navigation {
    position: absolute;
    top: 50%;
    right: 25px;
    left: 25px;
    z-index: 6;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    transform: translateY(-50%);
}

.mb-hero__arrow {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 50%;
    background: rgba(0, 0, 0, .18);
    color: #fff;
    font-size: 16px;
    opacity: .85;
    pointer-events: auto;
    transition: background-color .2s ease, border-color .2s ease;
}

.mb-hero__arrow:hover,
.mb-hero__arrow:focus {
    border-color: var(--mb-blue);
    background: var(--mb-blue);
}

.mb-hero__dots {
    position: absolute;
    bottom: 36px;
    left: 50%;
    z-index: 5;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
}

.mb-hero__dots span {
    display: block;
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.mb-hero__dots .is-active {
    background: var(--mb-blue);
    border-color: var(--mb-blue);
}

.mb-hero.is-manual .mb-hero__slide {
    animation: none;
}

.mb-hero.is-manual .mb-hero__slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.mb-demo-benefits {
    z-index: 3;
    margin: 0;
    background: #fff;
}

.mb-demo-benefits__grid {
    width: min(1280px, 100%);
    box-shadow: none;
}

.mb-demo-benefit {
    padding: 42px 25px 39px;
    border-color: #e7e7e7;
}

.mb-demo-benefit i {
    margin-bottom: 17px;
    font-size: 42px;
}

.mb-demo-benefit h2 {
    font-size: 21px;
    letter-spacing: .2px;
}

.mb-section,
.mb-services-list,
.mb-pricing-section,
.mb-system-intro,
.mb-contact-main,
.mb-about-section {
    padding: 120px 0;
}

.mb-demo-heading,
.mb-services-list__heading,
.mb-pricing-section__heading {
    position: relative;
    margin-bottom: 58px;
    text-align: center;
}

.mb-demo-heading::after,
.mb-services-list__heading::after,
.mb-pricing-section__heading::after {
    display: block;
    width: 44px;
    height: 3px;
    margin: 23px auto 0;
    background: var(--mb-blue);
    content: '';
}

.mb-demo-heading h2,
.mb-section-heading h2,
.mb-services-list__heading h2,
.mb-pricing-section__heading h2,
.mb-pricing-extras h2,
.mb-about-story h2,
.mb-system-privacy h2 {
    font-size: clamp(40px, 3.8vw, 58px);
    letter-spacing: 0;
    line-height: .95;
}

.mb-feature-grid {
    align-items: stretch;
    gap: 25px;
}

.mb-feature {
    display: flex;
    min-width: 0;
    flex-direction: column;
    position: relative;
    background: transparent;
    box-shadow: none;
}

.mb-feature__image-link::after {
    background: linear-gradient(to top, rgba(0, 0, 0, .5), transparent 58%);
}

.mb-feature img {
    aspect-ratio: 1 / 1.08;
    transition: transform .55s ease;
}

.mb-feature__image-link:hover img,
.mb-feature__image-link:focus-visible img {
    transform: scale(1.07);
}

.mb-feature__body {
    display: flex;
    width: calc(100% - 34px);
    min-height: 310px;
    flex: 1 0 auto;
    flex-direction: column;
    padding: 30px 30px 28px;
    margin: -48px auto 0;
    background: #fff;
    box-shadow: 0 10px 23px rgba(0, 0, 0, .09);
}

.mb-feature__number {
    align-self: flex-end;
    order: -2;
    min-height: 31px;
    margin: 0 0 6px;
    color: var(--mb-blue);
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    font-size: 31px;
    font-weight: 700;
    line-height: 1;
}

.mb-feature__eyebrow {
    order: -1;
}

.mb-feature__body h3 {
    margin-right: 0;
    font-size: 31px;
    line-height: .96;
}

.mb-feature__body .mb-text-link {
    margin-top: auto;
    padding-top: 20px;
}

.mb-feature p {
    font-size: 15px;
    line-height: 1.6;
}

.mb-text-link {
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.mb-quote-band {
    padding: 125px 0;
    background-color: var(--mb-aqua-black);
    background-image: url('../aqualine/assets/images/carbon_BG-20.png') !important;
}

.mb-quote-band__overlay {
    background: rgba(0, 0, 0, .76);
}

.mb-quote-band__inner {
    grid-template-columns: minmax(0, .85fr) minmax(440px, 1.15fr);
    gap: 88px;
}

.mb-quote-band__copy {
    align-self: center;
}

.mb-quote-band .mb-demo-heading {
    margin-bottom: 26px;
    text-align: left;
}

.mb-quote-band .mb-demo-heading::after {
    margin-left: 0;
}

.mb-quote-band h2 {
    font-size: clamp(46px, 4.5vw, 67px);
}

.mb-quote-band__form {
    padding: 46px;
    border-top: 0;
    background: #111113;
    box-shadow: 0 14px 36px rgba(0, 0, 0, .3);
}

.mb-quote-band__form::before {
    display: block;
    width: 48px;
    height: 4px;
    margin-bottom: 27px;
    background: var(--mb-blue);
    content: '';
}

.mb-proof {
    padding: 120px 0;
    background-color: var(--mb-aqua-black);
    background-image: url('../aqualine/assets/images/carbon_BG-20.png');
}

.mb-proof .mb-demo-heading h2,
.mb-proof .mb-demo-heading p,
.mb-proof .mb-testimonial h3 {
    color: #fff;
}

.mb-proof .mb-demo-heading {
    text-align: left;
}

.mb-proof .mb-demo-heading::after {
    margin-left: 0;
}

.mb-testimonial {
    grid-template-columns: 84px 1fr;
    padding: 26px 0;
    border-color: rgba(255, 255, 255, .16);
}

.mb-testimonial img {
    width: 84px;
    height: 84px;
    border-color: var(--mb-blue);
}

.mb-testimonial p,
.mb-testimonial span {
    color: rgba(255, 255, 255, .72);
}

.mb-video {
    padding: 38px;
    background: #fff;
}

.mb-video .mb-demo-heading h2 {
    color: var(--mb-aqua-black);
}

.mb-video .mb-demo-heading p {
    color: var(--mb-blue);
}

.mb-video .mb-demo-heading::after {
    background: var(--mb-blue);
}

.mb-page-hero {
    position: relative;
    min-height: 415px;
    display: flex;
    align-items: center;
    padding: 102px 0 72px;
}

.mb-page-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 6px;
    background: var(--mb-blue);
    content: '';
}

.mb-page-hero .mb-container {
    position: relative;
    z-index: 1;
}

.mb-page-hero h1 {
    max-width: 760px;
    margin-bottom: 18px;
    font-size: clamp(57px, 6vw, 84px);
    line-height: .9;
}

.mb-page-hero p:last-child {
    max-width: 580px;
    font-size: 18px;
}

.mb-about-section,
.mb-system-intro,
.mb-contact-main {
    position: relative;
    background: #fff;
}

.mb-about-overview,
.mb-system-intro__grid {
    gap: 100px;
}

.mb-about-image-column img,
.mb-system-intro img {
    box-shadow: none;
}

.mb-about-image-column,
.mb-system-intro__copy {
    position: relative;
}

.mb-about-image-column::before,
.mb-system-intro__copy::before {
    position: absolute;
    top: -16px;
    left: -16px;
    width: 92px;
    height: 92px;
    border-top: 5px solid var(--mb-blue);
    border-left: 5px solid var(--mb-blue);
    content: '';
}

.mb-section-heading h2 {
    font-size: clamp(38px, 3.7vw, 55px);
}

.mb-benefit-list {
    margin-top: 26px;
}

.mb-benefit-list li {
    padding: 16px 0 16px 38px;
    color: var(--mb-aqua-black);
}

.mb-about-story,
.mb-system-pure-water {
    padding: 112px 0 120px;
    background: var(--mb-aqua-gray);
}

.mb-about-story__content,
.mb-system-pure-water__content {
    max-width: 1040px;
}

.mb-about-story h2,
.mb-system-pure-water .mb-section-heading h2 {
    margin-top: 56px;
}

.mb-system-privacy {
    position: relative;
    padding: 44px 48px;
    border: 0;
    background: var(--mb-aqua-black);
    color: #fff;
}

.mb-system-privacy::before {
    display: block;
    width: 45px;
    height: 3px;
    margin-bottom: 24px;
    background: var(--mb-blue);
    content: '';
}

.mb-system-privacy h2,
.mb-system-privacy p {
    color: #fff;
}

.mb-system-privacy p {
    margin-bottom: 0;
}

.mb-about-cta,
.mb-services-contact,
.mb-pricing-contact,
.mb-system-contact {
    position: relative;
    overflow: hidden;
    padding: 96px 0;
    background-color: var(--mb-blue);
}

.mb-about-cta::after,
.mb-services-contact::after,
.mb-pricing-contact::after,
.mb-system-contact::after {
    position: absolute;
    top: -160px;
    right: -90px;
    width: 430px;
    height: 430px;
    border: 54px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    content: '';
}

.mb-about-cta__content,
.mb-services-contact__content,
.mb-pricing-contact__content,
.mb-system-contact__content {
    position: relative;
    z-index: 1;
}

.mb-about-cta__overlay {
    background: rgba(0, 0, 0, .67);
}

.mb-about-cta h2,
.mb-services-contact h2,
.mb-pricing-contact h2,
.mb-system-contact h2 {
    font-size: clamp(42px, 4.1vw, 61px);
}

.mb-about-cta .mb-button,
.mb-services-contact .mb-button,
.mb-pricing-contact .mb-button,
.mb-system-contact .mb-button {
    background: var(--mb-aqua-black);
}

.mb-services-list {
    background: #fff;
}

.mb-services-row,
.mb-services-grid {
    gap: 52px;
}

.mb-services-row {
    margin-bottom: 52px;
}

.mb-service-card {
    grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr);
    background: var(--mb-aqua-gray);
    box-shadow: none;
}

.mb-service-card__content {
    position: relative;
    padding: 56px 48px;
}

.mb-service-card__content::before {
    display: block;
    margin-bottom: 20px;
    color: var(--mb-blue);
    font-family: 'Barlow Semi Condensed', Arial, sans-serif;
    font-size: 23px;
    font-weight: 700;
    content: 'EXTERIOR CARE';
}

.mb-service-card h2 {
    margin-bottom: 23px;
    font-size: 43px;
    line-height: .94;
}

.mb-service-card p {
    font-size: 15px;
    line-height: 1.68;
}

.mb-service-card img {
    min-height: 390px;
}

.mb-service-card--2,
.mb-service-card--4 {
    background: var(--mb-aqua-black);
}

.mb-service-card--2 h2,
.mb-service-card--2 p,
.mb-service-card--4 h2,
.mb-service-card--4 p {
    color: #fff;
}

.mb-service-card--2 img,
.mb-service-card--4 img {
    order: 2;
}

.mb-pricing-section {
    position: relative;
    background: var(--mb-aqua-gray);
}

.mb-pricing-grid {
    align-items: stretch;
    gap: 0;
}

.mb-price-group {
    padding: 55px 48px;
    box-shadow: none;
}

.mb-price-group::before {
    width: 48px;
    margin-bottom: 28px;
}

.mb-price-group h2 {
    font-size: 42px;
}

.mb-price-group:nth-child(2) {
    background: var(--mb-aqua-black);
}

.mb-price-group:nth-child(2) h2,
.mb-price-group:nth-child(2) .mb-price-row span,
.mb-price-group:nth-child(2) .mb-price-row small {
    color: #fff;
}

.mb-price-row {
    padding: 20px 0;
}

.mb-price-row strong {
    font-size: 22px;
}

.mb-pricing-extras {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 0;
    margin-top: 50px;
    background: transparent;
}

.mb-pricing-extras > div {
    padding: 45px 48px;
    background: #fff;
}

.mb-pricing-services {
    border-left: 1px solid #dedede;
    background: var(--mb-blue) !important;
}

.mb-pricing-services h2,
.mb-pricing-services li {
    color: #fff;
}

.mb-contact-details {
    background: #fff;
}

.mb-contact-details__grid {
    box-shadow: none;
}

.mb-contact-detail {
    padding: 47px 32px 44px 92px;
    border-right: 1px solid #e5e5e5;
    background: transparent;
}

.mb-contact-detail:last-child {
    border-right: 0;
}

.mb-contact-detail::before {
    display: none;
}

.mb-contact-detail__icon {
    position: absolute;
    top: 47px;
    left: 37px;
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border: 2px solid var(--mb-blue);
    border-radius: 50%;
    color: var(--mb-blue);
    font-size: 13px;
    font-style: normal;
}

.mb-contact-main {
    padding-top: 70px;
    background: var(--mb-aqua-gray);
}

.mb-contact-form {
    padding: 54px;
    border-top: 0;
    background-color: var(--mb-aqua-black);
    background-image: url('../aqualine/assets/images/carbon_BG-20.png');
}

.mb-contact-form .mb-section-heading::after {
    display: block;
    width: 42px;
    height: 3px;
    margin-top: 20px;
    background: var(--mb-blue);
    content: '';
}

.mb-contact-map {
    min-height: 100%;
    box-shadow: none;
}

.mb-footer-contact-band {
    padding: 94px 0 65px;
    background-color: var(--mb-aqua-black);
    background-image: url('../aqualine/assets/images/carbon_BG-20.png');
}

.mb-footer-contact-band__intro {
    max-width: 640px;
    margin-bottom: 54px;
    text-align: center;
}

.mb-footer-contact-band__brand {
    display: inline-block;
    margin-bottom: 22px;
}

.mb-footer-contact-band__brand img {
    display: block;
    width: 220px;
    height: auto;
}

.mb-footer-contact-band__intro p {
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    line-height: 1.7;
}

.mb-footer-contact-band__grid {
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.mb-footer-contact-band__item {
    display: block;
    padding: 30px 18px 15px;
    border-color: rgba(255, 255, 255, .16);
    text-align: center;
}

.mb-footer-contact-band__item i {
    display: block;
    margin-bottom: 14px;
    color: var(--mb-blue);
    font-size: 27px;
}

.mb-footer-contact-band__item strong {
    font-size: 18px;
}

.mb-footer-main {
    padding: 52px 0 48px;
    background: #101011;
}

.mb-footer-grid {
    grid-template-columns: 1.35fr .8fr 1fr;
}

.mb-footer-brand img {
    width: 188px;
    height: auto;
}

.mb-footer-bottom {
    background: #080809;
}

@media (max-width: 1100px) {
    .mb-primary-navigation a { padding-right: 10px; padding-left: 10px; font-size: 13px; }
    .mb-hero__content { padding-right: 76px; padding-left: 76px; }
    .mb-about-overview, .mb-system-intro__grid { gap: 60px; }
    .mb-feature__body { padding: 25px; }
    .mb-service-card__content { padding: 40px 35px; }
}

@media (max-width: 900px) {
    .mb-nav-row__inner { min-height: 82px; }
    .mb-primary-navigation a { padding: 13px 24px; font-size: 15px; }
    .mb-hero__content { padding: 78px 82px 40px; }
    .mb-hero h1, .mb-hero h2 { font-size: clamp(48px, 8vw, 66px); }
    .mb-feature-grid { gap: 42px 24px; }
    .mb-feature__body { width: calc(100% - 24px); }
    .mb-pricing-grid, .mb-pricing-extras { grid-template-columns: 1fr; }
    .mb-pricing-services { border-top: 1px solid rgba(255, 255, 255, .35); border-left: 0; }
    .mb-contact-detail { padding-left: 75px; }
    .mb-contact-detail::before { left: 27px; }
}

@media (max-width: 767px) {
    .mb-hero { min-height: 720px; }
    .mb-hero__content { padding: 70px 42px 50px; }
    .mb-hero h1, .mb-hero h2 { font-size: 46px; }
    .mb-hero__navigation { right: 11px; left: 11px; }
    .mb-hero__arrow { width: 42px; height: 42px; font-size: 13px; }
    .mb-hero__dots { bottom: 23px; }
    .mb-demo-benefits__grid { width: 100%; }
    .mb-demo-benefit { padding: 30px 14px; }
    .mb-section, .mb-services-list, .mb-pricing-section, .mb-system-intro, .mb-contact-main, .mb-about-section, .mb-proof { padding: 76px 0; }
    .mb-demo-heading, .mb-services-list__heading, .mb-pricing-section__heading { margin-bottom: 42px; }
    .mb-demo-heading h2, .mb-section-heading h2, .mb-services-list__heading h2, .mb-pricing-section__heading h2 { font-size: 40px; }
    .mb-feature-grid { gap: 48px; }
    .mb-feature__body { min-height: 0; }
    .mb-feature__number { margin-bottom: 8px; }
    .mb-quote-band { padding: 78px 0; }
    .mb-quote-band__inner { grid-template-columns: 1fr; gap: 44px; }
    .mb-quote-band__form, .mb-contact-form { padding: 30px 24px; }
    .mb-proof__grid { gap: 50px; }
    .mb-video { padding: 24px; }
    .mb-page-hero { min-height: 340px; padding: 65px 0 55px; }
    .mb-page-hero h1 { font-size: 54px; }
    .mb-about-overview, .mb-system-intro__grid { gap: 50px; }
    .mb-about-story, .mb-system-pure-water { padding: 75px 0; }
    .mb-system-privacy { padding: 32px 27px; }
    .mb-service-card { grid-template-columns: 1fr; }
    .mb-service-card img, .mb-service-card--2 img, .mb-service-card--4 img { order: 0; min-height: 245px; }
    .mb-service-card__content { padding: 34px 26px; }
    .mb-service-card h2 { font-size: 36px; }
    .mb-price-group, .mb-pricing-extras > div { padding: 36px 27px; }
    .mb-contact-detail { padding: 30px 24px 30px 67px; border-right: 0; border-bottom: 1px solid #e5e5e5; }
    .mb-contact-detail__icon { top: 29px; left: 25px; width: 23px; height: 23px; font-size: 10px; }
    .mb-footer-contact-band { padding: 72px 0 45px; }
    .mb-footer-contact-band__item { padding: 24px 18px; }
}

/* Contact detail icons must not inherit legacy first/last-child spacing. */
.mb-contact-detail:first-child,
.mb-contact-detail:last-child {
    padding: 47px 32px 44px 92px;
}

.mb-contact-detail__icon.fas {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Free' !important;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 1;
    text-align: center;
}

.mb-contact-detail__icon.fas::before {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

@media (max-width: 900px) {
    .mb-contact-detail:first-child,
    .mb-contact-detail:last-child {
        padding: 47px 32px 44px 75px;
    }
}

@media (max-width: 767px) {
    .mb-contact-detail:first-child,
    .mb-contact-detail:last-child {
        padding: 30px 24px 30px 67px;
    }
}

/* MBC premium header — staging design */
.mb-site-header--premium {
    position: relative;
    z-index: 1000;
    width: 100%;
    background:
        linear-gradient(90deg, rgba(4, 18, 25, .98), rgba(16, 26, 31, .96)),
        repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 2px, transparent 2px 6px);
    border-bottom: 1px solid rgba(12, 174, 231, .28);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .22);
}
.mb-site-header--premium .mb-header-container { width: min(100% - 48px, 1480px); margin-inline: auto; }
.mb-site-header--premium .mb-nav-row__inner { position: relative; display: flex; align-items: center; min-height: 108px; gap: 28px; }
.mb-site-header--premium .mb-brand { flex: 0 0 170px; width: 170px; }
.mb-site-header--premium .mb-brand img { display: block; width: 100%; height: 86px; object-fit: contain; }
.mb-site-header--premium .mb-primary-navigation { margin-left: auto; }
.mb-site-header--premium .mb-primary-navigation ul { display: flex; align-items: center; gap: 2px; margin: 0; padding: 0; list-style: none; }
.mb-site-header--premium .mb-primary-navigation a { position: relative; display: block; padding: 43px 10px 41px; color: #fff; font-size: 13px; font-weight: 700; line-height: 24px; letter-spacing: .35px; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.mb-site-header--premium .mb-primary-navigation a::after { position: absolute; right: 10px; bottom: 27px; left: 10px; height: 3px; background: #0cafe7; content: ""; transform: scaleX(0); transition: transform .2s ease; }
.mb-site-header--premium .mb-primary-navigation a:hover,
.mb-site-header--premium .mb-primary-navigation a:focus { color: #16b9f1; }
.mb-site-header--premium .mb-primary-navigation a:hover::after,
.mb-site-header--premium .mb-primary-navigation a:focus::after,
.home .mb-site-header--premium .mb-primary-navigation li:first-child a::after { transform: scaleX(1); }
.mb-header-actions { display: flex; align-items: center; gap: 18px; flex: 0 0 auto; }
.mb-header-phone { color: #fff; font-size: 15px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.mb-header-phone span { margin-right: 6px; color: #0cafe7; font-size: 19px; }
.mb-header-phone:hover,
.mb-header-phone:focus { color: #16b9f1; }
.mb-header-quote { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 8px; background: linear-gradient(180deg, #17b9f0, #078ed0); box-shadow: 0 8px 20px rgba(4, 158, 219, .25); color: #fff; font-size: 14px; font-weight: 800; letter-spacing: .25px; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.mb-header-quote:hover,
.mb-header-quote:focus { background: linear-gradient(180deg, #29c5f7, #0798dd); color: #fff; transform: translateY(-1px); }
.mb-site-header--premium .mb-menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; padding: 10px; border: 1px solid rgba(255,255,255,.45); border-radius: 5px; background: transparent; }
.mb-site-header--premium .mb-menu-toggle__bar { display:block; height:2px; margin:5px 0; background: #fff; }
@media (max-width: 1320px) {
    .mb-site-header--premium .mb-nav-row__inner { gap: 18px; }
    .mb-site-header--premium .mb-brand { flex-basis: 145px; width: 145px; }
    .mb-site-header--premium .mb-primary-navigation a { padding-inline: 7px; font-size: 12px; }
    .mb-header-phone { display: none; }
    .mb-header-quote { padding-inline: 16px; font-size: 12px; }
}
@media (max-width: 1050px) {
    .mb-site-header--premium .mb-nav-row__inner { min-height: 88px; }
    .mb-site-header--premium .mb-brand { flex-basis: 145px; width: 145px; }
    .mb-site-header--premium .mb-brand img { height: 72px; }
    .mb-site-header--premium .mb-menu-toggle { display: block; order: 3; }
    .mb-site-header--premium .mb-primary-navigation { position: absolute; top: 100%; right: 0; left: 0; display: none; margin: 0; padding: 10px 0; background: #111d23; box-shadow: 0 16px 28px rgba(0,0,0,.34); }
    .mb-site-header--premium .mb-primary-navigation.is-open { display: block; }
    .mb-site-header--premium .mb-primary-navigation ul { display: block; }
    .mb-site-header--premium .mb-primary-navigation a { padding: 13px 24px; font-size: 14px; }
    .mb-site-header--premium .mb-primary-navigation a::after { right: auto; bottom: 7px; left: 24px; width: 36px; }
    .mb-header-actions { margin-left: auto; }
}
@media (max-width: 620px) {
    .mb-site-header--premium .mb-header-container { width: min(100% - 28px, 560px); }
    .mb-site-header--premium .mb-nav-row__inner { min-height: 78px; gap: 12px; }
    .mb-site-header--premium .mb-brand { flex-basis: 124px; width: 124px; }
    .mb-site-header--premium .mb-brand img { height: 64px; }
    .mb-header-quote { min-height: 42px; padding: 0 12px; font-size: 10px; border-radius: 6px; }
    .mb-site-header--premium .mb-menu-toggle { width: 42px; height: 42px; }
}
@media (max-width: 420px) {
    .mb-header-quote { display: none; }
}

/* Keep the premium texture above legacy Aqualine header backgrounds. */
body .mb-site-header.mb-site-header--premium {
    background-color: #07151c !important;
    background-image: linear-gradient(90deg, rgba(4,18,25,.96), rgba(16,26,31,.94)), repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 2px, transparent 2px 6px) !important;
}
