

body {
    background: url('/images/massage-backdrop.png') no-repeat center center fixed;
    background-size: cover;
}

    body::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255,255,255,.50); /* tweak opacity here */
        z-index: -1;
    }



.trusted-note {
    color: #414d66;
    font-size: 1rem;
    margin: -5px 0 20px 0;
}

.trusted-check {
    color: #2a9d8f; /* soft green checkmark */
    margin-right: 4px;
}


.hero-massage {
    /*    background: #55637f;*/
    color: #414d66;
    padding: 4rem 0 3.5rem;
}

    .hero-massage h1 {
        font-size: 2.3rem;
        font-weight: 700;
        line-height: 1.2;
    }

    .hero-massage .lead {
        margin-top: 1rem;
        font-size: 1.4rem;
        max-width: 82rem;
    }

.btn-massage-primary {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.8rem 1.8rem;
    border-radius: 999px;
    font-weight: 600;
    border: none;
    background: #f7b04b; /* warm gold accent */
    color: #213243;
    text-decoration: none;
}

    .btn-massage-primary:hover,
    .btn-massage-primary:focus {
        background: #f4a326;
        color: #18232f;
        text-decoration: none;
    }

.hero-subtext {
    margin-top: 0.75rem;
    font-size: 1.4rem;
    opacity: 0.9;
}

.hero-card-wrap {
    margin-top: 2rem;
}

.hero-card-massage {
    background: #414d66; /* darker version of hero bg */
    border-radius: 16px;
    padding: 1.75rem 1.5rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32);
}

    .hero-card-massage h2 {
        font-size: 1.6rem;
        margin-bottom: 0.75rem;
    }

    .hero-card-massage p {
        font-size: 1.2rem;
        line-height: 1.4;
        opacity: 0.96;
    }

.hero-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: #f7b04b;
    color: #213243;
    margin-bottom: 1rem;
}

    .hero-card-icon .emoji {
        font-size: 1.6rem;
    }

/* SECTIONS */

.section-massage {
    padding: 3.5rem 0;
   /* background: #f7f8fb;*/
}

    .section-massage.section-muted {
        /*background: #eef2f7;*/ /* light, soft blue-gray */
    }

    .section-massage.section-accent {
        /* background: #414d66;*/ /* dark accent band */
        color: #414d66;
    }

    .section-massage.section-faq {
        /*background: #f7f8fb;*/
    }

    .section-massage.section-cta-final {
        /*background: #3b465f;*/ /* slightly darker for footer CTA */
        color: #414d66;
        padding-bottom: 4rem;
    }

.section-title {
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: inherit;
}

.section-intro {
    max-width: 40rem;
    margin: 0.5rem auto 0;
    font-size: 1rem;
    opacity: 0.9;
}

/* TEXT & LISTS */

.feature-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .feature-list li::before {
        content: "•";
        color: #f7b04b;
        display: inline-block;
        width: 1.1rem;
        margin-left: 0.1rem;
    }

    .feature-list li {
        margin-bottom: 0.35rem;
    }

/* FEATURE CARDS */

.massage-feature-card {
    background: #414d66;
    border-radius: 14px;
    padding: 1.4rem 1.25rem;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    border: 1px solid #d4dde9; /* subtle cool border */
    /*height: 100%;*/
}

    .massage-feature-card h3 {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
        font-weight: 600;
        color: #ffffff;
    }

    .massage-feature-card p {
        font-size: 1.3rem;
        line-height: 1.55;
        color: #ffffff;
    }

/* ACCENT SECTION LIST */

.section-accent .reason-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .section-accent .reason-list li {
        margin-bottom: 0.6rem;
        line-height: 1.5;
    }

/* FAQ ITEMS */

.section-faq .faq-item {
    background: #414d66;
    border-radius: 12px;
    padding: 1.2rem 1.3rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #dbe3f0;
}

    .section-faq .faq-item + .faq-item {
        margin-top: 1rem;
    }

    .section-faq .faq-item h3 {
        font-size: 1.6rem;
        margin-bottom: 0.4rem;
        font-weight: 600;
        color: #ffffff;
    }

    .section-faq .faq-item p {
        font-size: 1.3rem;
        line-height: 1.55;
        color: #ffffff;
    }

/* FINAL CTA */

.section-cta-final .btn-massage-primary {
    margin-top: 1.25rem;
}

.section-cta-final .cta-footnote {
    margin-top: 0.75rem;
    font-size: 0.95rem;
    opacity: 0.9;
}

/* RESPONSIVE */

@media (max-width: 991.98px) {
    .hero-massage {
        padding-top: 3rem;
    }

    .hero-card-wrap {
        margin-top: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .hero-massage h1 {
        font-size: 1.9rem;
    }
}
