html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


html, body {
    overflow-x: hidden;
    max-width: 100vw;
    background-color: #eee;
    font-family: Verdana, sans-serif;
    font-size: small;
    position: relative;
    min-height: 100%;
    margin-bottom: 60px;
    margin-top: 20px;
    color: rgb(30,104,133);
}


h1 {
    font-family: Verdana;
}

h3 {
    text-align: center;
    font-family: Verdana;
    font-size: small;
}


h4 {
    text-align: left;
    font-family: Verdana;
    font-size: medium;
}

h5 {
    text-align: center;
    font-family: Verdana;
    font-size: xx-large;
}

h6 {
    font-family: Verdana;
    text-align: center;
}

h7 {
    font-family: Verdana;
    text-align: center;
    font-size: medium;
}

.member-button {
    font-size: medium;
    background-color: #5c95cd;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    padding: 5px 15px;
}


.more-button {
    font-size: large;
    background-color: #5c95cd;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    padding: 10px 20px;
}


.more-button-light {
    font-size: large;
    background-color: white;
    border: none;
    color: #5c95cd;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    padding: 10px 20px;
}


.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

*, *::before, *::after {
    box-sizing: border-box;
}


.larger-text {
    font-size: 1.1rem; /* or 18px */
    line-height: 1.6; /* optional, improves readability */
}

.media-heading {
    text-align: center;
}


.row.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}


.careers-section {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-left: calc(-50vw + 50%);
}

.sugaringlight-section,
.sugaringdark-section {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-color: #faf8f5;
}

.sugaringdark-section {
    background-color: rgb(30,104,133);
    color: white;
}

    .sugaringlight-section .media img,
    .sugaringdark-section .media img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        border-radius: 0;
    }

.media-body {
    padding: 0 5ch;
}


.sugaring-advantages {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #faf8f5;
}

    .sugaring-advantages h2 {
        text-align: center;
        font-size: 2.5rem;
        margin-bottom: 10px;
    }

    .sugaring-advantages .intro {
        text-align: center;
        font-size: 1.1rem;
        margin-bottom: 40px;
    }

.features-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.feature {
    flex: 1 1 22%;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.2s ease;
}

    .feature:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .feature img {
        max-width: 160px;
        height: auto;
        margin-bottom: 15px;
    }

    .feature h3 {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .feature p {
        font-size: 0.95rem;
        line-height: 1.4;
    }



.media-centered {
    align-items: center; /* vertical alignment */
}

button1 {
    border: none;
}

.book-button {
    background-color: #5c95cd;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    padding: 8px 14px;
    margin-top: 4px;
}


.nav-link-book {
    background-color: #5c95cd;
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}


footer {
    background-color: rgb(218, 214, 205);
}


body1 {
    font-family: Verdana;
    text-align: center;
    color: dimgrey;
}


.custom-link {
    color: rgb(66,106,143) !Important;
    font-size: medium;
}

.snb-referral-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #5c95cd;
    color: white;
    padding: 10px;
    text-align: center;
    z-index: 9999;
}


.container-field {
    padding-top: 50px;
}

.vertical-center-container {
    display: flex; /* Enable flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    text-align: center; /* Optional: center text inside */
    flex-direction: column; /* Stack items vertically */
}





.pricing-section {
    max-width: 1200px;
    margin: 80px auto;
    text-align: center;
    padding: 0 20px;
    border-radius: 12px;
    background-color: #faf8f5;
    ;
}

    .pricing-section h2 {
        font-size: 2.5rem;
        margin-bottom: 10px;
    }


    .pricing-section h4 {
        font-size: large;
        margin-bottom: 15px;
    }

    .pricing-section p {
        font-size: 1.1rem;
        margin-bottom: 50px;
    }

    .pricing-section p1 {
        font-size: medium;
        margin-bottom: 50px;
    }

    .pricing-section p2 {
        font-size: medium;
    }


    .pricing-section price {
        font-size: large;
        margin-bottom: 10px;
    }

.pricing-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.pricing-card {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    width: 320px;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .pricing-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .pricing-card h3 {
        font-size: 1.5rem;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .pricing-card ul {
        list-style: none;
        padding: 0;
        margin: 20px 0;
    }

        .pricing-card ul li {
            margin: 10px 0;
        }

.price {
    font-weight: bold;
    margin: 5px 0;
}

.subline {
    font-weight: bold;
    margin: 5px 0;
}

.minpricing-section {
    max-width: 1200px;
    margin: 80px auto;
    text-align: center;
    padding: 0 20px;
    background-color: #faf8f5;
    border-radius: 12px;
}

    .minpricing-section h2 {
        font-size: 2.5rem;
        margin-bottom: 10px;
    }

    .minpricing-section p {
        font-size: 1.1rem;
        margin-bottom: 50px;
    }

.minpricing-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.minpricing-card {
    background-color: #fff;
    border: 0px;
    box-shadow: none;
    flex: 1 1 180px;
    padding: 1px;
    height: 300px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.minpricing-section minprice {
    font-size: large;
    margin-bottom: 10px;
}

.minpricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.minpricing-card h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin: 10px 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.minprice {
    font-weight: bold;
    margin: 5px 0;
}

.minpricing-card ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

    .minpricing-card ul li {
        margin: 1px 0;
    }

.pricing-list li.section-title {
    margin-bottom: 1.6em; /* extra space after first line */
}

.pricing-list li + li {
    margin-top: 0.3em; /* spacing between the other items */
}

.minpricing-card minprice {
    display: block;
    margin: 0.8em 0;
}


.saltpricing-card {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    width: 240px;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


    .saltpricing-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .saltpricing-card h3 {
        font-size: 1.5rem;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .saltpricing-card ul {
        list-style: none;
        padding: 0;
        margin: 20px 0;
    }

        .saltpricing-card ul li {
            margin: 10px 0;
        }

.saltmemberpricing-card {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    width: 1060px;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


    .saltmemberpricing-card ul {
        list-style: none;
        padding: 0;
        margin: 20px 0;
    }

        .saltmemberpricing-card ul li {
            margin: 10px 0;
        }

    .saltmemberpricing-card h3 {
        font-size: 1.5rem;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }



details {
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
}

/* Question */
summary {
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    position: relative;
    padding-left: 22px;
}

    /* Hide default triangle */
    summary::marker {
        content: "";
    }

    /* Plus icon */
    summary::before {
        content: "+";
        position: absolute;
        left: 0;
        font-size: 18px;
        font-weight: bold;
        transition: transform .2s ease;
    }

/* Rotate icon when open */
details[open] summary::before {
    content: "-";
}

/* Answer animation */
details div {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
    margin-left: 22px;
}

/* Expanded answer */
details[open] div {
    max-height: 1000px;
    margin-top: 8px;
}

.faq-container {
    margin-left: 1in;
}

/* ============================================================
   SUGARING ESSENTIALS — Menu Layout (banner-style category headers)
   
   Matches the ServiceMenu page pattern from the screenshot:
   body-part headers as centered teal banners with gold borders
   above and below, services with name + description on the left,
   Member | À la Carte prices in the middle, Join button right.
   
   REPLACES all previous .essentials-* rules.
   ============================================================ */

/* Outer container */
.essentials-menu {
    margin: 0 auto;
    max-width: 1000px;
    padding: 20px 0;
}

/* Column headers row (Member | À la Carte) — appears once at the top */
.essentials-column-headers {
    display: flex;
    align-items: center;
    padding: 8px 0;
    gap: 24px;
}

.essentials-col-service {
    flex: 1;
}

.essentials-col-prices {
    min-width: 200px;
    text-align: center;
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #888;
}

.essentials-col-divider {
    margin: 0 8px;
    color: #ccc;
    font-weight: 400;
}

.essentials-col-action {
    min-width: 80px;
}

.essentials-col-label {
    display: inline-block;
    min-width: 70px;
}

/* Body-part banner: centered teal text with gold borders top + bottom */
.essentials-category-banner {
    text-align: center;
    color: #2a8a9a; /* teal — adjust to your stylesheet color */
    font-size: 1em;
    font-weight: 500;
    padding: 8px 0;
    margin-top: 32px;
    margin-bottom: 0;
    border-top: 1px solid #c9a87c;
    border-bottom: 1px solid #c9a87c;
    letter-spacing: 0.02em;
}

/* Service row */
.essentials-menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px dotted #ddd;
    gap: 24px;
}

/* Left column: service name + description */
.essentials-menu-item-left {
    flex: 1;
}

.essentials-menu-item-name {
    font-weight: 700;
    font-size: 1.05em;
    color: #2a8a9a; /* teal — matches the ServiceMenu name styling */
    margin-bottom: 4px;
}

.essentials-menu-item-desc {
    font-size: 0.9em;
    color: #555;
    line-height: 1.4;
}

/* Middle column: Member | À la Carte prices on one line */
.essentials-menu-item-price {
    min-width: 200px;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
    font-size: 1.05em;
    color: #2a8a9a;
}

.essentials-price-member {
    display: inline-block;
    min-width: 70px;
    text-align: right;
}

.essentials-price-cadence {
    font-weight: 400;
    font-size: 0.7em;
    color: #999;
    margin-left: 1px;
}

.essentials-price-divider {
    margin: 0 12px;
    color: #ccc;
    font-weight: 400;
}

.essentials-price-alacarte {
    display: inline-block;
    min-width: 50px;
    text-align: left;
    color: #888;
    font-weight: 500;
}

/* Right column: Join button — small, filled, teal */
.essentials-join-button {
    min-width: 80px;
    padding: 5px 10px;
    font-size: 0.9em;
    font-weight: 500;
    color: #fff;
    background-color: #5c95cd;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.15s ease, transform 0.1s ease;
}

    .essentials-join-button:hover {
        background: #237685;
        transform: translateY(-1px);
    }

/* Optional note (e.g., Brazilian crossreference) */
.essentials-menu-note {
    font-size: 0.85em;
    color: #888;
    font-style: italic;
    margin: 12px 0 0 0;
    text-align: center;
}

/* Tablet/mobile: collapse to stacked rows */
@media (max-width: 720px) {
    .essentials-column-headers {
        display: none; /* hide column labels on small screens */
    }

    .essentials-menu-item {
        flex-wrap: wrap;
        gap: 12px;
    }

    .essentials-menu-item-left {
        flex: 1 1 100%;
    }

    .essentials-menu-item-price {
        flex: 1;
        text-align: left;
        min-width: 0;
        font-size: 0.95em;
    }

    .essentials-price-member,
    .essentials-price-alacarte {
        min-width: 0;
    }

    .essentials-join-button {
        min-width: 70px;
        padding: 7px 16px;
    }
}


/* Ocean MEMBERSHIPS*/
.Ocean-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 0;
}

.Ocean-card {
    background: #ffffff;
    border: 1px solid #e8e0d4;
    border-radius: 8px;
    padding: 24px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.Ocean-card ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
    .Ocean-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    }

    .Ocean-card.featured {
        border: 2px solid #c9a87c;
    }

.Ocean-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #c9a87c;
    color: #ffffff;
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 4px 14px;
    border-radius: 100px;
    white-space: nowrap;
}

.Ocean-badge-secondary {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    color: #888;
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 4px 14px;
    border: 1px solid #e8e0d4;
    border-radius: 100px;
    white-space: nowrap;
}

.Ocean-icon {
    margin-bottom: 16px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Ocean-card h3 {
    margin: 0 0 4px 0;
    font-size: 1.4em;
}

.Ocean-tagline {
    font-size: 0.9em;
    font-style: italic;
    color: #888;
    margin: 0 0 16px 0;
}

.Ocean-includes {
    font-size: 0.85em;
    color: #555;
    line-height: 1.5;
    margin: 0 0 10px 0;
    flex-grow: 1;
    min-height: 30px;
}

.Ocean-price-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 8px 0;
    border-top: 1px solid #f0e8dc;
}

.Ocean-card .Ocean-price-row:first-of-type {
    border-top: 1px solid #c9a87c;
    margin-top: 8px;
}

.Ocean-card .member-button {
    width: 100%;
    margin: 12px 0;
    padding: 10px;
    font-size: 0.85em;
}

/* Responsive: 2x2 layout on tablet */
@media (max-width: 992px) {
    .Ocean-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Responsive: stack on mobile */
@media (max-width: 600px) {
    .Ocean-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .Ocean-includes {
        min-height: auto;
    }
}

/* SALT ROOM*/
.salt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
    padding: 24px 0;
}

.salt-card {
    background: #ffffff;
    border: 1px solid #e8e0d4;
    border-radius: 8px;
    padding: 24px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .salt-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    }

    .salt-card.featured {
        border: 2px solid #c9a87c;
    }

.salt-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #c9a87c;
    color: #ffffff;
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 4px 14px;
    border-radius: 100px;
    white-space: nowrap;
}

.salt-icon {
    margin-bottom: 16px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.salt-card h3 {
    margin: 0 0 4px 0;
    font-size: 1.4em;
}

.salt-tagline {
    font-size: 0.9em;
    font-style: italic;
    color: #888;
    margin: 0 0 16px 0;
}

.salt-includes {
    font-size: 0.85em;
    color: #555;
    line-height: 1.5;
    margin: 0 0 20px 0;
    flex-grow: 1;
    min-height: 80px;
}

.salt-price-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 8px 0;
    border-top: 1px solid #f0e8dc;
}

.salt-card .salt-price-row:first-of-type {
    border-top: 1px solid #c9a87c;
    margin-top: 8px;
}

.salt-card .member-button {
    width: 100%;
    margin: 12px 0;
    padding: 10px;
    font-size: 0.85em;
}

.salt-savings {
    font-size: 0.8em;
    font-weight: 700;
    color: #c9a87c;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 4px;
}

/* Responsive: stack on mobile */
@media (max-width: 768px) {
    .salt-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .salt-includes {
        min-height: auto;
    }
}

/* BODY WRAPS*/
.wraps-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 700px;
    margin: 0 auto;
    padding: 24px 0;
}

.wraps-card {
    background: #ffffff;
    border: 1px solid #e8e0d4;
    border-radius: 8px;
    padding: 24px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .wraps-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    }

    .wraps-card.featured {
        border: 2px solid #c9a87c;
    }

.wraps-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #c9a87c;
    color: #ffffff;
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 4px 14px;
    border-radius: 100px;
    white-space: nowrap;
}

.wraps-icon {
    margin-bottom: 16px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wraps-card h3 {
    margin: 0 0 4px 0;
    font-size: 1.4em;
}

.wraps-tagline {
    font-size: 0.9em;
    font-style: italic;
    color: #888;
    margin: 0 0 16px 0;
}

.wraps-includes {
    font-size: 0.85em;
    color: #555;
    line-height: 1.5;
    margin: 0 0 20px 0;
    flex-grow: 1;
    min-height: 80px;
}

.wraps-price-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 8px 0;
    border-top: 1px solid #f0e8dc;
}

.wraps-card .wraps-price-row:first-of-type {
    border-top: 1px solid #c9a87c;
    margin-top: 8px;
}

.wraps-card .member-button {
    width: 100%;
    margin: 12px 0;
    padding: 10px;
    font-size: 0.85em;
}

.wraps-savings {
    font-size: 0.8em;
    font-weight: 700;
    color: #c9a87c;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 4px;
}

/* Responsive: stack on mobile */
@media (max-width: 600px) {
    .wraps-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .wraps-includes {
        min-height: auto;
    }
}

/* SPECIALTY PACKAGES PAGE */
.specialty-cta-block ul {
    list-style: none; /* or keep bullets and remove this line */
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

.specialty-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 16px;
}

.specialty-card {
    background: #ffffff;
    border: 1px solid #e8e0d4;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .specialty-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }

    .specialty-card.inquiry {
        border-top: 4px solid #c9a87c;
    }

    .specialty-card.direct {
        border-top: 4px solid #a8a8a8;
    }

.specialty-image {
    width: 300px;
    height: 300px;
    overflow: hidden;
    background: #f9f5f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto 0;
}

    .specialty-image img {
        width: 300px;
        height: 300px;
        object-fit: cover;
        display: block;
    }

.specialty-content {
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.specialty-tag {
    display: inline-block;
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #c9a87c;
    margin-bottom: 8px;
}

.specialty-content h3 {
    margin: 0 0 6px 0;
    font-size: 1.6em;
}

.specialty-tagline {
    font-size: 1em;
    font-style: italic;
    color: #888;
    margin: 0 0 16px 0;
}

.specialty-narrative {
    font-size: 0.95em;
    color: #555;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.specialty-includes {
    margin-bottom: 24px;
    padding: 16px 20px;
    background: #faf6f0;
    border-radius: 8px;
}

    .specialty-includes h6 {
        font-size: 0.8em;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: #888;
        margin: 0 0 8px 0;
        font-weight: 700;
    }

    .specialty-includes ul {
        margin: 0;
        padding-left: 20px;
        font-size: 0.9em;
        color: #555;
        line-height: 1.7;
    }

    .specialty-includes li {
        margin-bottom: 4px;
    }

.addon-savings {
    color: #c9a87c;
    font-size: 0.9em;
    font-weight: 600;
}

.specialty-price-block {
    border-top: 1px solid #c9a87c;
    border-bottom: 1px solid #f0e8dc;
    padding: 16px 0;
    margin-bottom: 20px;
    text-align: center;
}

    .specialty-price-block .price-label {
        display: block;
        font-size: 0.75em;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: #888;
        margin-bottom: 4px;
    }

    .specialty-price-block .price-value {
        display: block;
        font-size: 2em;
        font-weight: 700;
        color: #2a2a2a;
        margin-bottom: 4px;
    }

    .specialty-price-block .price-savings {
        display: block;
        font-size: 0.8em;
        color: #c9a87c;
        font-style: italic;
    }

.specialty-cta-block {
    margin-bottom: 16px;
}

    .specialty-cta-block .cta-instructions {
        font-size: 0.85em;
        color: #555;
        margin: 0 0 12px 0;
        text-align: center;
    }

    .specialty-cta-block .member-button {
        width: 100%;
        margin-bottom: 8px;
        padding: 12px;
        font-size: 0.9em;
    }

        .specialty-cta-block .member-button.secondary {
            background: transparent;
            color: #c9a87c;
            border: 1px solid #c9a87c;
        }

            .specialty-cta-block .member-button.secondary:hover {
                background: #c9a87c;
                color: #ffffff;
            }

    .specialty-cta-block .cta-or {
        text-align: center;
        font-style: italic;
        color: #888;
        font-size: 0.85em;
        margin: 12px 0 0 0;
    }

.specialty-faq {
    margin-top: 16px;
    border-top: 1px solid #f0e8dc;
    padding-top: 16px;
}

    .specialty-faq summary {
        cursor: pointer;
        font-size: 0.9em;
        color: #888;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        padding: 8px 0;
    }

        .specialty-faq summary:hover {
            color: #c9a87c;
        }

.specialty-faq-content {
    padding: 16px 0;
    font-size: 0.9em;
    color: #555;
    line-height: 1.6;
}

    .specialty-faq-content p {
        margin: 0 0 12px 0;
    }

        .specialty-faq-content p:last-child {
            margin-bottom: 0;
        }

    .specialty-faq-content strong {
        color: #2a2a2a;
    }

/* Responsive: stack on mobile */
@media (max-width: 768px) {
    .specialty-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .specialty-image {
        width: 100%;
        max-width: 300px;
        height: auto;
        aspect-ratio: 1 / 1;
    }

        .specialty-image img {
            width: 100%;
            height: 100%;
            max-width: 300px;
        }
}

.spcpricing-section {
    max-width: 1200px;
    margin: 80px auto;
    text-align: center;
    padding: 32px 24px;
    border-radius: 12px;
    background-color: #faf8f5;
}

.next-button {
    font-size: medium;
    background-color: #5c95cd;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    padding: 5px 10px;
}



.mbrpricing-section {
    max-width: 1200px;
    margin: 80px auto;
    text-align: left;
    padding: 32px 24px;
    border-radius: 12px;
    background-color: #faf8f5;
}
