/* ==================================================
   Massage Google Ads Landing Page
   Revive colour: #A8B1DB
   ================================================== */

.massage-lp {
    background: #f7f5f0;
    color: #171717;
}


/* ==================================================
   Hero
   ================================================== */

.mlp-hero {
    position: relative;
    min-height: 640px;
    padding: 85px 0 95px;
    background-image:
        linear-gradient(
            270deg,
            rgba(247,245,240,1) 0%,
            rgba(247,245,240,0.98) 27%,
            rgba(247,245,240,0.90) 42%,
            rgba(247,245,240,0.55) 58%,
            rgba(247,245,240,0.12) 76%,
            rgba(247,245,240,0) 100%
        ),
        url("https://bodyunity.co.uk/wp-content/uploads/2026/08/Massage-at-Body-Unity-Hero-Image.png");
    background-position: center, left center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.mlp-hero > .wrapper {
    position: relative;
    width: 100%;
}

.mlp-hero-content {
    position: relative;
    z-index: 2;
    width: min(680px, 56%);
    max-width: 680px;
    margin-left: auto;
    padding: 38px 42px;
    border: 1px solid rgba(168,177,219,0.22);
    border-radius: 28px;
    background: rgba(247,245,240,0.76);
    box-shadow: 0 18px 50px rgba(23,23,23,0.06);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.mlp-eyebrow {
    margin: 0 0 18px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #59618c;
}

.mlp-hero h1 {
    max-width: 640px;
    margin: 0 0 24px;
    font-size: clamp(44px, 4.8vw, 66px);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.mlp-hero-text {
    max-width: 580px;
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 1.55;
}

.mlp-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.mlp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 24px;
    border: 2px solid #171717;
    border-radius: 100px;
    font-weight: 700;
    text-decoration: none;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

button.mlp-btn {
    font: inherit;
    cursor: pointer;
}

.mlp-btn:hover {
    transform: translateY(-2px);
}

.mlp-btn-primary {
    background: #171717;
    color: #fff;
}

.mlp-btn-primary:hover {
    background: #59618c;
    border-color: #59618c;
    color: #fff;
}

.mlp-btn-secondary {
    background: transparent;
    color: #171717;
}

.mlp-btn-secondary:hover {
    background: #A8B1DB;
    border-color: #A8B1DB;
    color: #171717;
}

.mlp-reassurance {
    max-width: 580px;
    margin: 0;
    padding-left: 16px;
    border-left: 4px solid #A8B1DB;
    font-size: 15px;
    line-height: 1.5;
    opacity: 0.78;
}


/* ==================================================
   Massage chooser
   ================================================== */

.mlp-chooser {
    padding: 100px 0;
    background:
        linear-gradient(
            140deg,
            #171717 0%,
            #171717 70%,
            #25283b 100%
        );
    color: #fff;
}

.mlp-section-heading {
    max-width: 720px;
    margin-bottom: 48px;
}

.mlp-section-heading h2 {
    margin: 0 0 20px;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1;
    letter-spacing: -0.035em;
}

.mlp-section-heading > p:last-child {
    max-width: 620px;
    margin: 0;
    font-size: 18px;
    line-height: 1.55;
    opacity: 0.75;
}

.mlp-chooser .mlp-eyebrow {
    color: #A8B1DB;
}

.mlp-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.mlp-choice {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 150px;
    padding: 28px;
    border: 1px solid rgba(168,177,219,0.35);
    border-radius: 22px;
    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.07),
            rgba(168,177,219,0.08)
        );
    color: #fff;
    text-decoration: none;
    transition:
        background 0.2s ease,
        transform 0.2s ease,
        border-color 0.2s ease;
}

.mlp-choice:hover {
    transform: translateY(-3px);
    border-color: #A8B1DB;
    background:
        linear-gradient(
            135deg,
            rgba(168,177,219,0.16),
            rgba(255,255,255,0.08)
        );
    color: #fff;
}

.mlp-choice-icon {
    display: flex;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #A8B1DB;
    color: #171717;
    font-size: 24px;
    font-weight: 700;
}

.mlp-choice-content {
    display: block;
}

.mlp-choice-content strong {
    display: block;
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 1.25;
}

.mlp-choice-content small {
    display: block;
    color: #cbd0eb;
    font-size: 14px;
}

.mlp-choice-note {
    max-width: 720px;
    margin: 28px 0 0;
    padding-left: 16px;
    border-left: 3px solid #A8B1DB;
    font-size: 15px;
    line-height: 1.55;
    opacity: 0.72;
}


/* ==================================================
   Massage services
   ================================================== */

.mlp-services {
    padding: 110px 0;
    background: #f7f5f0;
}

.mlp-services-heading {
    max-width: 760px;
    margin-bottom: 56px;
}

.mlp-services-heading h2 {
    margin: 0 0 20px;
    font-size: clamp(40px, 5vw, 66px);
    line-height: 1;
    letter-spacing: -0.035em;
}

.mlp-services-heading > p:last-child {
    max-width: 650px;
    margin: 0;
    font-size: 18px;
    line-height: 1.55;
    opacity: 0.75;
}

.mlp-service-card {
    position: relative;
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 36px;
    padding: 42px;
    margin-bottom: 22px;
    border: 1px solid rgba(89,97,140,0.16);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 10px 34px rgba(23,23,23,0.035);
    scroll-margin-top: 120px;
    overflow: hidden;
}

.mlp-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background:
        linear-gradient(
            90deg,
            #A8B1DB 0%,
            #cbd0eb 100%
        );
}

.mlp-service-number {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #59618c;
}

.mlp-service-main {
    min-width: 0;
}

.mlp-service-label {
    margin: 0 0 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #59618c;
}

.mlp-service-card h3 {
    max-width: 760px;
    margin: 0 0 22px;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1;
    letter-spacing: -0.03em;
}

.mlp-service-intro {
    max-width: 720px;
    margin: 0 0 32px;
    font-size: 19px;
    line-height: 1.55;
}

.mlp-service-details {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
    gap: 30px;
    margin-bottom: 32px;
}

.mlp-service-detail > span,
.mlp-summary-item span {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #59618c;
}

.mlp-service-detail ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mlp-service-detail li {
    position: relative;
    margin: 0;
    padding: 11px 14px 11px 42px;
    border: 1px solid rgba(168,177,219,0.22);
    border-radius: 12px;
    background: rgba(168,177,219,0.07);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.mlp-service-detail li::before {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 13px;
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #A8B1DB;
    color: #171717;
    font-size: 12px;
    font-weight: 800;
    transform: translateY(-50%);
}

.mlp-service-summary {
    align-self: start;
    padding: 24px;
    border: 1px solid rgba(168,177,219,0.45);
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            rgba(168,177,219,0.27),
            rgba(168,177,219,0.09)
        );
}

.mlp-summary-item + .mlp-summary-item {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(89,97,140,0.20);
}

.mlp-summary-item span {
    margin-bottom: 7px;
}

.mlp-summary-item strong {
    display: block;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -0.015em;
}

.mlp-service-card .mlp-btn {
    margin-top: 2px;
}

.mlp-services-reassurance {
    max-width: 760px;
    padding: 46px;
    margin-top: 34px;
    border-radius: 26px;
    background:
        linear-gradient(
            135deg,
            #171717 0%,
            #242739 100%
        );
    color: #fff;
}

.mlp-services-reassurance h3 {
    margin: 0 0 16px;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.mlp-services-reassurance p {
    max-width: 620px;
    margin: 0 0 26px;
    font-size: 18px;
    line-height: 1.55;
    opacity: 0.78;
}

.mlp-services-reassurance .mlp-btn-primary {
    background: #A8B1DB;
    color: #171717;
    border-color: #A8B1DB;
}

.mlp-services-reassurance .mlp-btn-primary:hover {
    background: #cbd0eb;
    border-color: #cbd0eb;
    color: #171717;
}


/* ==================================================
   Team
   ================================================== */

.mlp-team {
    padding: 110px 0;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            rgba(168,177,219,0.13) 100%
        );
    color: #171717;
}

.mlp-team-heading {
    max-width: 720px;
    margin-bottom: 56px;
}

.mlp-team-heading h2 {
    margin: 0 0 20px;
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1;
    letter-spacing: -0.035em;
}

.mlp-team-intro {
    max-width: 620px;
    margin-bottom: 26px;
    font-size: 18px;
    line-height: 1.55;
}

.mlp-team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px 20px;
}

.mlp-team-card {
    min-width: 0;
}

.mlp-team-image {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 16px;
    overflow: hidden;
    border: 3px solid rgba(168,177,219,0.4);
    border-radius: 16px;
    background: #ece9e3;
}

.mlp-team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mlp-team-card-content h3 {
    margin: 0 0 7px;
    font-size: 21px;
    line-height: 1.25;
}

.mlp-team-card-content h3 a {
    color: #171717;
    text-decoration: none;
}

.mlp-team-card-content h3 a:hover {
    color: #59618c;
}

.mlp-team-role {
    min-height: 38px;
    margin: 0 0 14px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #59618c;
}

.mlp-team-card .mlp-btn {
    min-height: 44px;
    padding: 10px 18px;
    font-size: 14px;
}


/* ==================================================
   Reviews
   ================================================== */

.mlp-reviews {
    padding: 110px 0;
    background: #f7f5f0;
    color: #171717;
}

.mlp-reviews-heading {
    max-width: 720px;
    margin-bottom: 48px;
}

.mlp-reviews-heading .mlp-eyebrow {
    color: #59618c;
}

.mlp-reviews-heading h2 {
    margin: 0 0 20px;
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1;
    letter-spacing: -0.035em;
}

.mlp-reviews-heading > p:last-child {
    max-width: 600px;
    margin: 0;
    font-size: 18px;
    line-height: 1.55;
    opacity: 0.72;
}

.mlp-reviews-embed {
    width: 100%;
    padding: 24px;
    border: 1px solid rgba(168,177,219,0.35);
    border-radius: 24px;
    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            rgba(168,177,219,0.10) 100%
        );
    overflow: hidden;
}

.mlp-reviews .embed-wrap,
.mlp-reviews .google-reviews {
    width: 100%;
    background: #fff;
    color: #171717;
}


/* ==================================================
   Location
   ================================================== */

.mlp-location {
    padding: 110px 0;
    background:
        linear-gradient(
            135deg,
            #171717 0%,
            #25283b 100%
        );
    color: #fff;
}

.mlp-location .mlp-eyebrow {
    color: #A8B1DB;
}

.mlp-location-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 70px;
    align-items: start;
}

.mlp-location-main {
    max-width: 720px;
}

.mlp-location-main h2 {
    max-width: 660px;
    margin: 0 0 22px;
    font-size: clamp(40px, 5vw, 66px);
    line-height: 1;
    letter-spacing: -0.035em;
}

.mlp-location-intro {
    max-width: 620px;
    margin: 0 0 32px;
    font-size: 19px;
    line-height: 1.6;
    opacity: 0.76;
}

.mlp-location-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.mlp-location .mlp-btn-primary {
    background: #A8B1DB;
    color: #171717;
    border-color: #A8B1DB;
}

.mlp-location .mlp-btn-primary:hover {
    background: #cbd0eb;
    border-color: #cbd0eb;
    color: #171717;
}

.mlp-location .mlp-btn-secondary {
    border-color: rgba(168,177,219,0.8);
    color: #fff;
}

.mlp-location .mlp-btn-secondary:hover {
    background: rgba(168,177,219,0.16);
    border-color: #A8B1DB;
    color: #fff;
}

.mlp-location-details {
    display: grid;
    gap: 18px;
}

.mlp-location-detail {
    padding: 28px;
    border: 1px solid rgba(168,177,219,0.35);
    border-radius: 22px;
    background:
        linear-gradient(
            145deg,
            rgba(168,177,219,0.14),
            rgba(255,255,255,0.05)
        );
}

.mlp-location-detail > span {
    display: block;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #A8B1DB;
}

.mlp-location-address {
    font-size: 18px;
    line-height: 1.55;
}

.mlp-location-address p {
    margin: 0;
}

.mlp-location-detail ul {
    margin: 0;
    padding-left: 20px;
}

.mlp-location-detail li {
    margin-bottom: 10px;
    line-height: 1.45;
}

.mlp-location-detail li::marker {
    color: #A8B1DB;
}

.mlp-location-detail li:last-child {
    margin-bottom: 0;
}


/* ==================================================
   Booking modal
   ================================================== */

.mlp-booking-modal {
    position: fixed;
    inset: 0;
    width: min(560px, calc(100vw - 32px));
    max-height: calc(100vh - 48px);
    margin: auto;
    padding: 0;
    border: 0;
    border-radius: 24px;
    background: transparent;
    color: #171717;
    box-shadow: 0 28px 80px rgba(0,0,0,0.35);
    overflow: visible;
}

.mlp-booking-modal::backdrop {
    background: rgba(10,10,14,0.72);
    backdrop-filter: blur(5px);
}

.mlp-booking-modal-inner {
    position: relative;
    max-height: calc(100vh - 48px);
    padding: 34px;
    border: 1px solid rgba(168,177,219,0.45);
    border-radius: 24px;
    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f7f5f0 60%,
            rgba(168,177,219,0.20) 100%
        );
    overflow-y: auto;
}

.mlp-booking-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: flex;
    width: 38px;
    height: 38px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23,23,23,0.16);
    border-radius: 50%;
    background: rgba(255,255,255,0.75);
    color: #171717;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.mlp-booking-modal-close:hover {
    background: #A8B1DB;
    transform: rotate(4deg);
}

.mlp-booking-modal .mlp-eyebrow {
    margin-bottom: 12px;
    padding-right: 45px;
    color: #59618c;
}

.mlp-booking-modal h2 {
    max-width: 440px;
    margin: 0 0 12px;
    padding-right: 35px;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1;
    letter-spacing: -0.035em;
}

.mlp-booking-modal-intro {
    max-width: 450px;
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.5;
    opacity: 0.72;
}

.mlp-booking-options {
    display: grid;
    gap: 9px;
}

.mlp-booking-option {
    position: relative;
    display: block;
    padding: 16px 48px 16px 17px;
    border: 1px solid rgba(89,97,140,0.18);
    border-radius: 15px;
    background: rgba(255,255,255,0.82);
    color: #171717;
    text-decoration: none;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.mlp-booking-option::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: 17px;
    color: #59618c;
    font-size: 20px;
    transform: translateY(-50%);
}

.mlp-booking-option:hover {
    transform: translateY(-2px);
    border-color: #A8B1DB;
    background:
        linear-gradient(
            135deg,
            #fff,
            rgba(168,177,219,0.22)
        );
    color: #171717;
}

.mlp-booking-option strong {
    display: block;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 1.25;
}

.mlp-booking-option span {
    display: block;
    padding-right: 8px;
    font-size: 13px;
    line-height: 1.4;
    opacity: 0.64;
}

.mlp-booking-help {
    display: inline-block;
    margin-top: 18px;
    padding-bottom: 3px;
    border-bottom: 2px solid #A8B1DB;
    color: #171717;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.mlp-booking-help:hover {
    color: #59618c;
}


/* ==================================================
   Responsive
   ================================================== */

@media screen and (max-width: 1023px) {

    .mlp-hero {
        min-height: 590px;
        background-position: center, left center;
    }

    .mlp-hero-content {
        width: min(620px, 60%);
        max-width: 620px;
        padding: 32px;
    }

    .mlp-hero h1 {
        font-size: clamp(42px, 5vw, 58px);
    }

    .mlp-team-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mlp-location-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .mlp-location-details {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


@media screen and (max-width: 767px) {

    /*
     * Mobile hero:
     * image above, copy below.
     */

    .mlp-hero {
        display: block;
        min-height: 0;
        padding: 0 0 70px;
        background:
            linear-gradient(
                135deg,
                #f7f5f0 0%,
                #f7f5f0 70%,
                rgba(168,177,219,0.18) 100%
            );
    }

    .mlp-hero::before {
        content: "";
        display: block;
        width: 100%;
        height: clamp(280px, 72vw, 430px);
        background-image:
            url("https://bodyunity.co.uk/wp-content/uploads/2026/08/Massage-at-Body-Unity-Hero-Image.png");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .mlp-hero > .wrapper {
        display: block;
        width: 100%;
        padding-top: 30px;
    }

    .mlp-hero-content {
        width: 100%;
        max-width: none;
        margin-left: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .mlp-hero h1 {
        font-size: 46px;
    }

    .mlp-hero-text {
        font-size: 18px;
    }

    .mlp-hero-buttons {
        display: block;
    }

    .mlp-btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .mlp-chooser {
        padding: 70px 0;
    }

    .mlp-choice-grid {
        grid-template-columns: 1fr;
    }

    .mlp-choice {
        min-height: 0;
        padding: 22px;
    }

    .mlp-choice-content strong {
        font-size: 18px;
    }

    .mlp-services {
        padding: 75px 0;
    }

    .mlp-service-card {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 26px;
        border-radius: 22px;
    }

    .mlp-service-details {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .mlp-service-intro {
        font-size: 17px;
    }

    .mlp-service-detail li {
        padding: 10px 12px 10px 40px;
        font-size: 15px;
    }

    .mlp-service-summary {
        padding: 20px;
    }

    .mlp-summary-item strong {
        font-size: 18px;
    }

    .mlp-services-reassurance {
        padding: 30px 24px;
    }

    .mlp-team {
        padding: 75px 0;
    }

    .mlp-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 14px;
    }

    .mlp-team-role {
        min-height: 0;
    }

    .mlp-reviews {
        padding: 75px 0;
    }

    .mlp-reviews-embed {
        padding: 14px;
        border-radius: 18px;
    }

    .mlp-location {
        padding: 75px 0;
    }

    .mlp-location-actions {
        display: block;
    }

    .mlp-location-details {
        grid-template-columns: 1fr;
    }

    .mlp-location-detail {
        padding: 24px;
    }

    .mlp-booking-modal {
        width: calc(100vw - 20px);
        max-height: calc(100vh - 20px);
        margin: auto;
    }

    .mlp-booking-modal-inner {
        max-height: calc(100vh - 20px);
        padding: 28px 18px 22px;
        border-radius: 20px;
    }

    .mlp-booking-modal-close {
        top: 11px;
        right: 11px;
        width: 36px;
        height: 36px;
    }

    .mlp-booking-option {
        padding: 15px 44px 15px 15px;
    }

}


@media screen and (max-width: 479px) {

    .mlp-hero::before {
        height: 300px;
        background-position: left center;
    }

    .mlp-hero h1 {
        font-size: 41px;
    }

    .mlp-team-grid {
        grid-template-columns: 1fr;
    }

}