.brussels-page main {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.brussels-hero {
    position: relative;
    padding: 5rem 0 4rem 0;
    background: linear-gradient(135deg, #e43f3f 0%, #ff8a5c 50%, #ffe7c4 100%);
    color: #ffffff;
}

.brussels-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.25), transparent 55%),
        radial-gradient(circle at bottom right, rgba(0, 0, 0, 0.25), transparent 60%);
    opacity: 0.85;
}

.brussels-hero .brussels-hero-inner {
    position: relative;
    z-index: 1;
}

.brussels-hero h1 {
    font-size: 2.6rem;
    font-weight: 700;
}

.brussels-hero p {
    font-size: 1.05rem;
}

.brussels-hero .brussels-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.brussels-hero .btn-primary {
    border-radius: 999px;
    padding-inline: 2.2rem;
    font-weight: 600;
}

.brussels-hero-visual {
    position: relative;
}

.brussels-hero-visual img {
    border-radius: 1.5rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.brussels-hero-stat {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    font-size: 0.85rem;
}

/* Generic layout for Brussels content sections */
.brussels-section {
    padding: 3.5rem 0;
}

.brussels-section-alt {
    padding: 3.5rem 0;
    background: #f7f7f9;
}

.brussels-section h2 {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.brussels-section h3,
.brussels-section-alt h3 {
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.brussels-highlight {
    background: #fff7f4;
    border-left: 4px solid #e43f3f;
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
}

/* Table styling */
.brussels-table-wrapper {
    overflow-x: auto;
}

.brussels-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.5rem;
    background: #ffffff;
    border-radius: 0.75rem;
    overflow: hidden;
}

.brussels-table thead {
    background: #e43f3f;
    color: #ffffff;
}

.brussels-table th,
.brussels-table td {
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
}

.brussels-table tbody tr:nth-child(even) {
    background: #f9f9fb;
}

.brussels-table tbody tr:hover {
    background: #ffe9e5;
}

/* Lists */
.brussels-checklist {
    list-style: none;
    padding-left: 0;
}

.brussels-checklist li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
}

.brussels-checklist li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0.1rem;
    font-size: 0.9rem;
    color: #e43f3f;
}

.brussels-steps {
    counter-reset: brussels-step;
    list-style: none;
    padding-left: 0;
}

.brussels-steps li {
    counter-increment: brussels-step;
    position: relative;
    padding-left: 2.4rem;
    margin-bottom: 1.25rem;
}

.brussels-steps li::before {
    content: counter(brussels-step);
    position: absolute;
    left: 0;
    top: 0.05rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 999px;
    background: #e43f3f;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 600;
}

/* Callout boxes */
.brussels-tip-box {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.brussels-tip-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.brussels-city-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.brussels-city-tags span {
    font-size: 0.85rem;
    border-radius: 999px;
    padding: 0.25rem 0.9rem;
    background: #f1f1f6;
}

/* Final CTA */
.brussels-cta-section {
    padding: 4rem 0 4.5rem 0;
    background: linear-gradient(135deg, #1f1f2e 0%, #4c2b4f 50%, #e43f3f 100%);
    color: #ffffff;
    text-align: center;
}

.brussels-cta-section h2 {
    color: #ffffff;
}

.brussels-cta-section p {
    max-width: 720px;
    margin-inline: auto;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .brussels-hero {
        padding-top: 4rem;
    }

    .brussels-hero h1 {
        font-size: 2.1rem;
    }

    .brussels-hero-visual {
        margin-top: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .brussels-hero {
        padding-top: 3.25rem;
        padding-bottom: 3rem;
    }

    .brussels-hero h1 {
        font-size: 1.8rem;
    }

    .brussels-table thead {
        display: none;
    }

    .brussels-table,
    .brussels-table tbody,
    .brussels-table tr,
    .brussels-table td {
        display: block;
        width: 100%;
    }

    .brussels-table tr {
        margin-bottom: 1.25rem;
        border-radius: 0.75rem;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
        overflow: hidden;
    }

    .brussels-table td {
        padding: 0.6rem 0.9rem;
    }

    .brussels-table td[data-label]::before {
        content: attr(data-label) " : ";
        font-weight: 600;
        display: inline-block;
        width: 48%;
        max-width: 10rem;
        color: #555555;
    }
}

/* Antwerp page scoped styles */
.antwerp-page main {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.antwerp-hero {
    position: relative;
    padding: 5rem 0 4rem 0;
    background: linear-gradient(135deg, #1b1f3b 0%, #5b3d8a 45%, #f0b400 100%);
    color: #ffffff;
}

.antwerp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 55%),
        radial-gradient(circle at bottom left, rgba(0, 0, 0, 0.25), transparent 60%);
    opacity: 0.9;
}

.antwerp-hero .antwerp-hero-inner {
    position: relative;
    z-index: 1;
}

.antwerp-hero h1 {
    font-size: 2.6rem;
    font-weight: 700;
}

.antwerp-hero p {
    font-size: 1.05rem;
}

.antwerp-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.antwerp-hero .btn-primary {
    border-radius: 999px;
    padding-inline: 2.2rem;
    font-weight: 600;
}

.antwerp-hero-visual {
    position: relative;
}

.antwerp-hero-visual img {
    border-radius: 1.5rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.antwerp-hero-stat {
    position: absolute;
    left: 0.75rem;
    bottom: 0.75rem;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    font-size: 0.85rem;
}

.antwerp-section {
    padding: 3.5rem 0;
}

.antwerp-section-alt {
    padding: 3.5rem 0;
    background: #f6f6fb;
}

.antwerp-section h2 {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.antwerp-section h3,
.antwerp-section-alt h3 {
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.antwerp-highlight {
    background: #fff9f0;
    border-left: 4px solid #f0b400;
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
}

.antwerp-table-wrapper {
    overflow-x: auto;
}

.antwerp-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.5rem;
    background: #ffffff;
    border-radius: 0.75rem;
    overflow: hidden;
}

.antwerp-table thead {
    background: #1b1f3b;
    color: #ffffff;
}

.antwerp-table th,
.antwerp-table td {
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
}

.antwerp-table tbody tr:nth-child(even) {
    background: #f4f4fa;
}

.antwerp-table tbody tr:hover {
    background: #fff0d9;
}

.antwerp-checklist {
    list-style: none;
    padding-left: 0;
}

.antwerp-checklist li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
}

.antwerp-checklist li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0.1rem;
    font-size: 0.9rem;
    color: #f0b400;
}

.antwerp-steps {
    counter-reset: antwerp-step;
    list-style: none;
    padding-left: 0;
}

.antwerp-steps li {
    counter-increment: antwerp-step;
    position: relative;
    padding-left: 2.4rem;
    margin-bottom: 1.25rem;
}

.antwerp-steps li::before {
    content: counter(antwerp-step);
    position: absolute;
    left: 0;
    top: 0.05rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 999px;
    background: #1b1f3b;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 600;
}

.antwerp-tip-box {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.antwerp-tip-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.antwerp-city-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.antwerp-city-tags span {
    font-size: 0.85rem;
    border-radius: 999px;
    padding: 0.25rem 0.9rem;
    background: #ececf6;
}

.antwerp-cta-section {
    padding: 4rem 0 4.5rem 0;
    background: linear-gradient(135deg, #111321 0%, #3a285c 45%, #f0b400 100%);
    color: #ffffff;
    text-align: center;
}

.antwerp-cta-section h2 {
    color: #ffffff;
}

.antwerp-cta-section p {
    max-width: 720px;
    margin-inline: auto;
}

@media (max-width: 991.98px) {
    .antwerp-hero {
        padding-top: 4rem;
    }

    .antwerp-hero h1 {
        font-size: 2.1rem;
    }

    .antwerp-hero-visual {
        margin-top: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .antwerp-hero {
        padding-top: 3.25rem;
        padding-bottom: 3rem;
    }

    .antwerp-hero h1 {
        font-size: 1.8rem;
    }

    .antwerp-table thead {
        display: none;
    }

    .antwerp-table,
    .antwerp-table tbody,
    .antwerp-table tr,
    .antwerp-table td {
        display: block;
        width: 100%;
    }

    .antwerp-table tr {
        margin-bottom: 1.25rem;
        border-radius: 0.75rem;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
        overflow: hidden;
    }

    .antwerp-table td {
        padding: 0.6rem 0.9rem;
    }

    .antwerp-table td[data-label]::before {
        content: attr(data-label) " : ";
        font-weight: 600;
        display: inline-block;
        width: 48%;
        max-width: 10rem;
        color: #555555;
    }
}

/* Gand page scoped styles */
.gand-page main {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.gand-hero {
    position: relative;
    padding: 5rem 0 4rem 0;
    background: linear-gradient(135deg, #2c3e50 0%, #4a69bd 50%, #f6b93b 100%);
    color: #ffffff;
}

.gand-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.15), transparent 55%),
        radial-gradient(circle at bottom left, rgba(0, 0, 0, 0.3), transparent 60%);
    opacity: 0.9;
}

.gand-hero .gand-hero-inner {
    position: relative;
    z-index: 1;
}

.gand-hero h1 {
    font-size: 2.6rem;
    font-weight: 700;
}

.gand-hero p {
    font-size: 1.05rem;
}

.gand-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gand-hero .btn-primary {
    border-radius: 999px;
    padding-inline: 2.2rem;
    font-weight: 600;
}

.gand-hero-visual {
    position: relative;
}

.gand-hero-visual img {
    border-radius: 1.5rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.gand-hero-stat {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    font-size: 0.85rem;
}

.gand-section {
    padding: 3.5rem 0;
}

.gand-section-alt {
    padding: 3.5rem 0;
    background: #fdfcf5;
}

.gand-section h2 {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.gand-section h3,
.gand-section-alt h3 {
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.gand-highlight {
    background: #eef2f5;
    border-left: 4px solid #4a69bd;
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
}

.gand-table-wrapper {
    overflow-x: auto;
}

.gand-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.5rem;
    background: #ffffff;
    border-radius: 0.75rem;
    overflow: hidden;
}

.gand-table thead {
    background: #2c3e50;
    color: #ffffff;
}

.gand-table th,
.gand-table td {
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
}

.gand-table tbody tr:nth-child(even) {
    background: #f4f6f9;
}

.gand-table tbody tr:hover {
    background: #e6eaf0;
}

.gand-checklist {
    list-style: none;
    padding-left: 0;
}

.gand-checklist li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
}

.gand-checklist li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0.1rem;
    font-size: 0.9rem;
    color: #4a69bd;
}

.gand-steps {
    counter-reset: gand-step;
    list-style: none;
    padding-left: 0;
}

.gand-steps li {
    counter-increment: gand-step;
    position: relative;
    padding-left: 2.4rem;
    margin-bottom: 1.25rem;
}

.gand-steps li::before {
    content: counter(gand-step);
    position: absolute;
    left: 0;
    top: 0.05rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 999px;
    background: #2c3e50;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 600;
}

.gand-tip-box {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.gand-tip-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.gand-city-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.gand-city-tags span {
    font-size: 0.85rem;
    border-radius: 999px;
    padding: 0.25rem 0.9rem;
    background: #e3e8ee;
}

.gand-cta-section {
    padding: 4rem 0 4.5rem 0;
    background: linear-gradient(135deg, #1e272e 0%, #3c40c6 50%, #0fbcf9 100%);
    color: #ffffff;
    text-align: center;
}

.gand-cta-section h2 {
    color: #ffffff;
}

.gand-cta-section p {
    max-width: 720px;
    margin-inline: auto;
}

@media (max-width: 991.98px) {
    .gand-hero {
        padding-top: 4rem;
    }

    .gand-hero h1 {
        font-size: 2.1rem;
    }

    .gand-hero-visual {
        margin-top: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .gand-hero {
        padding-top: 3.25rem;
        padding-bottom: 3rem;
    }

    .gand-hero h1 {
        font-size: 1.8rem;
    }

    .gand-table thead {
        display: none;
    }

    .gand-table,
    .gand-table tbody,
    .gand-table tr,
    .gand-table td {
        display: block;
        width: 100%;
    }

    .gand-table tr {
        margin-bottom: 1.25rem;
        border-radius: 0.75rem;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
        overflow: hidden;
    }

    .gand-table td {
        padding: 0.6rem 0.9rem;
    }

    .gand-table td[data-label]::before {
        content: attr(data-label) " : ";
        font-weight: 600;
        display: inline-block;
        width: 48%;
        max-width: 10rem;
        color: #555555;
    }
}

/* Liege page scoped styles */
.liege-page main {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.liege-hero {
    position: relative;
    padding: 5rem 0 4rem 0;
    background: linear-gradient(135deg, #4a0000 0%, #b71c1c 50%, #ff6b6b 100%);
    color: #ffffff;
}

.liege-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.1), transparent 55%),
        radial-gradient(circle at bottom left, rgba(0, 0, 0, 0.4), transparent 60%);
    opacity: 0.9;
}

.liege-hero .liege-hero-inner {
    position: relative;
    z-index: 1;
}

.liege-hero h1 {
    font-size: 2.6rem;
    font-weight: 700;
}

.liege-hero p {
    font-size: 1.05rem;
}

.liege-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.liege-hero .btn-primary {
    border-radius: 999px;
    padding-inline: 2.2rem;
    font-weight: 600;
    background-color: #ffffff;
    color: #b71c1c;
    border: none;
}
.liege-hero .btn-primary:hover {
    background-color: #f0f0f0;
}

.liege-hero-visual {
    position: relative;
}

.liege-hero-visual img {
    border-radius: 1.5rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.liege-hero-stat {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    font-size: 0.85rem;
}

.liege-section {
    padding: 3.5rem 0;
}

.liege-section-alt {
    padding: 3.5rem 0;
    background: #fff5f5;
}

.liege-section h2 {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.liege-section h3,
.liege-section-alt h3 {
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.liege-highlight {
    background: #ffebee;
    border-left: 4px solid #b71c1c;
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
}

.liege-table-wrapper {
    overflow-x: auto;
}

.liege-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.5rem;
    background: #ffffff;
    border-radius: 0.75rem;
    overflow: hidden;
}

.liege-table thead {
    background: #8b0000;
    color: #ffffff;
}

.liege-table th,
.liege-table td {
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
}

.liege-table tbody tr:nth-child(even) {
    background: #fff0f0;
}

.liege-table tbody tr:hover {
    background: #ffdbdb;
}

.liege-checklist {
    list-style: none;
    padding-left: 0;
}

.liege-checklist li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
}

.liege-checklist li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0.1rem;
    font-size: 0.9rem;
    color: #b71c1c;
}

.liege-steps {
    counter-reset: liege-step;
    list-style: none;
    padding-left: 0;
}

.liege-steps li {
    counter-increment: liege-step;
    position: relative;
    padding-left: 2.4rem;
    margin-bottom: 1.25rem;
}

.liege-steps li::before {
    content: counter(liege-step);
    position: absolute;
    left: 0;
    top: 0.05rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 999px;
    background: #8b0000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 600;
}

.liege-tip-box {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.liege-tip-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.liege-city-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.liege-city-tags span {
    font-size: 0.85rem;
    border-radius: 999px;
    padding: 0.25rem 0.9rem;
    background: #fde8e8;
}

.liege-cta-section {
    padding: 4rem 0 4.5rem 0;
    background: linear-gradient(135deg, #2d0000 0%, #6d0000 50%, #d32f2f 100%);
    color: #ffffff;
    text-align: center;
}

.liege-cta-section h2 {
    color: #ffffff;
}

.liege-cta-section p {
    max-width: 720px;
    margin-inline: auto;
}

@media (max-width: 991.98px) {
    .liege-hero {
        padding-top: 4rem;
    }

    .liege-hero h1 {
        font-size: 2.1rem;
    }

    .liege-hero-visual {
        margin-top: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .liege-hero {
        padding-top: 3.25rem;
        padding-bottom: 3rem;
    }

    .liege-hero h1 {
        font-size: 1.8rem;
    }

    .liege-table thead {
        display: none;
    }

    .liege-table,
    .liege-table tbody,
    .liege-table tr,
    .liege-table td {
        display: block;
        width: 100%;
    }

    .liege-table tr {
        margin-bottom: 1.25rem;
        border-radius: 0.75rem;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
        overflow: hidden;
    }

    .liege-table td {
        padding: 0.6rem 0.9rem;
    }

    .liege-table td[data-label]::before {
        content: attr(data-label) " : ";
        font-weight: 600;
        display: inline-block;
        width: 48%;
        max-width: 10rem;
        color: #555555;
    }
}

/* Bruges page scoped styles */
.bruges-page main {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.bruges-hero {
    position: relative;
    padding: 5rem 0 4rem 0;
    background: linear-gradient(135deg, #4a1c1c 0%, #a0522d 50%, #deb887 100%);
    color: #ffffff;
}

.bruges-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.1), transparent 55%),
        radial-gradient(circle at bottom left, rgba(0, 0, 0, 0.4), transparent 60%);
    opacity: 0.9;
}

.bruges-hero .bruges-hero-inner {
    position: relative;
    z-index: 1;
}

.bruges-hero h1 {
    font-size: 2.6rem;
    font-weight: 700;
}

.bruges-hero p {
    font-size: 1.05rem;
}

.bruges-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.bruges-hero .btn-primary {
    border-radius: 999px;
    padding-inline: 2.2rem;
    font-weight: 600;
    background-color: #ffffff;
    color: #a0522d;
    border: none;
}
.bruges-hero .btn-primary:hover {
    background-color: #f0f0f0;
}

.bruges-hero-visual {
    position: relative;
}

.bruges-hero-visual img {
    border-radius: 1.5rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.bruges-hero-stat {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    font-size: 0.85rem;
}

.bruges-section {
    padding: 3.5rem 0;
}

.bruges-section-alt {
    padding: 3.5rem 0;
    background: #fff8f5;
}

.bruges-section h2 {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.bruges-section h3,
.bruges-section-alt h3 {
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.bruges-highlight {
    background: #fff0e6;
    border-left: 4px solid #a0522d;
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
}

.bruges-table-wrapper {
    overflow-x: auto;
}

.bruges-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.5rem;
    background: #ffffff;
    border-radius: 0.75rem;
    overflow: hidden;
}

.bruges-table thead {
    background: #5d4037;
    color: #ffffff;
}

.bruges-table th,
.bruges-table td {
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
}

.bruges-table tbody tr:nth-child(even) {
    background: #faf5f2;
}

.bruges-table tbody tr:hover {
    background: #efebe9;
}

.bruges-checklist {
    list-style: none;
    padding-left: 0;
}

.bruges-checklist li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
}

.bruges-checklist li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0.1rem;
    font-size: 0.9rem;
    color: #a0522d;
}

.bruges-steps {
    counter-reset: bruges-step;
    list-style: none;
    padding-left: 0;
}

.bruges-steps li {
    counter-increment: bruges-step;
    position: relative;
    padding-left: 2.4rem;
    margin-bottom: 1.25rem;
}

.bruges-steps li::before {
    content: counter(bruges-step);
    position: absolute;
    left: 0;
    top: 0.05rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 999px;
    background: #5d4037;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 600;
}

.bruges-tip-box {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.bruges-tip-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.bruges-city-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.bruges-city-tags span {
    font-size: 0.85rem;
    border-radius: 999px;
    padding: 0.25rem 0.9rem;
    background: #efebe9;
}

.bruges-cta-section {
    padding: 4rem 0 4.5rem 0;
    background: linear-gradient(135deg, #3e2723 0%, #8d6e63 50%, #d7ccc8 100%);
    color: #ffffff;
    text-align: center;
}

.bruges-cta-section h2 {
    color: #ffffff;
}

.bruges-cta-section p {
    max-width: 720px;
    margin-inline: auto;
}

@media (max-width: 991.98px) {
    .bruges-hero {
        padding-top: 4rem;
    }

    .bruges-hero h1 {
        font-size: 2.1rem;
    }

    .bruges-hero-visual {
        margin-top: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .bruges-hero {
        padding-top: 3.25rem;
        padding-bottom: 3rem;
    }

    .bruges-hero h1 {
        font-size: 1.8rem;
    }

    .bruges-table thead {
        display: none;
    }

    .bruges-table,
    .bruges-table tbody,
    .bruges-table tr,
    .bruges-table td {
        display: block;
        width: 100%;
    }

    .bruges-table tr {
        margin-bottom: 1.25rem;
        border-radius: 0.75rem;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
        overflow: hidden;
    }

    .bruges-table td {
        padding: 0.6rem 0.9rem;
    }

    .bruges-table td[data-label]::before {
        content: attr(data-label) " : ";
        font-weight: 600;
        display: inline-block;
        width: 48%;
        max-width: 10rem;
        color: #555555;
    }
}

/* =========================================
   Charleroi Page Specific Styles
   Theme: Industrial Chic (Charcoal & Orange)
   ========================================= */

.charleroi-page main {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.charleroi-hero {
    position: relative;
    padding: 5rem 0 4rem 0;
    background: linear-gradient(135deg, #212529 0%, #424242 50%, #e65100 100%);
    color: #ffffff;
}

.charleroi-hero-inner {
    position: relative;
    z-index: 2;
}

.charleroi-badge {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.charleroi-hero .btn-primary {
    background-color: #ff6d00;
    color: #ffffff;
    border: none;
    border-radius: 2rem;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.charleroi-hero .btn-primary:hover {
    background-color: #e65100;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(230, 81, 0, 0.4);
}

.charleroi-hero-visual img {
    border-radius: 1.5rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.charleroi-hero-stat {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    background: rgba(33, 37, 41, 0.85);
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    font-size: 0.85rem;
    border: 1px solid rgba(255, 109, 0, 0.3);
}

.charleroi-section {
    padding: 3.5rem 0;
}

.charleroi-section-alt {
    padding: 3.5rem 0;
    background: #fff3e0; /* Very light orange */
}

.charleroi-section h2 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #212529;
}

.charleroi-section h3 {
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #e65100;
}

.charleroi-checklist {
    list-style: none;
    padding-left: 0;
}

.charleroi-checklist li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
}

.charleroi-checklist li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0.1rem;
    font-size: 0.9rem;
    color: #e65100;
}

.charleroi-tip-box {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    border-top: 4px solid #e65100;
}

.charleroi-tip-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #212529;
}

.charleroi-city-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.charleroi-city-tags span {
    font-size: 0.85rem;
    border-radius: 999px;
    padding: 0.25rem 0.9rem;
    background: #ffe0b2;
    color: #bf360c;
}

.charleroi-table-wrapper {
    overflow-x: auto;
}

.charleroi-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.5rem;
    background: #ffffff;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.charleroi-table thead {
    background: #212529;
    color: #ffffff;
}

.charleroi-table th,
.charleroi-table td {
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
}

.charleroi-table tbody tr:nth-child(even) {
    background: #fff8e1;
}

.charleroi-table tbody tr:hover {
    background: #ffe0b2;
}

.charleroi-feature-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
    border-bottom: 3px solid #e65100;
}

.charleroi-faq-item {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.charleroi-highlight {
    background: #fff3e0;
    border-left: 4px solid #e65100;
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
}

.charleroi-cta-section {
    padding: 4rem 0 4.5rem 0;
    background: linear-gradient(135deg, #e65100 0%, #bf360c 100%);
    color: #ffffff;
    text-align: center;
}

.charleroi-cta-section h2 {
    color: #ffffff;
}

.charleroi-cta-section p {
    max-width: 720px;
    margin-inline: auto;
}

@media (max-width: 991.98px) {
    .charleroi-hero {
        padding-top: 4rem;
    }
    .charleroi-hero h1 {
        font-size: 2.1rem;
    }
    .charleroi-hero-visual {
        margin-top: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .charleroi-hero {
        padding-top: 3.25rem;
        padding-bottom: 3rem;
    }
    .charleroi-hero h1 {
        font-size: 1.8rem;
    }
    .charleroi-table thead {
        display: none;
    }
    .charleroi-table,
    .charleroi-table tbody,
    .charleroi-table tr,
    .charleroi-table td {
        display: block;
        width: 100%;
    }
    .charleroi-table tr {
        margin-bottom: 1.25rem;
        border-radius: 0.75rem;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
        overflow: hidden;
    }
    .charleroi-table td {
        padding: 0.6rem 0.9rem;
    }
    .charleroi-table td[data-label]::before {
        content: attr(data-label) " : ";
        font-weight: 600;
        display: inline-block;
        width: 40%;
        color: #e65100;
    }
}

/* Sugar Daddy page scoped styles */
.sugar-daddy-page main {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.sugar-daddy-page p {
    font-family: 'Lexend', sans-serif;
}

.sugar-daddy-hero {
    position: relative;
    padding: 5rem 0 4rem 0;
    background: linear-gradient(135deg, #000000 0%, #434343 50%, #c0392b 100%);
    color: #ffffff;
}

.sugar-daddy-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255, 215, 0, 0.1), transparent 55%),
        radial-gradient(circle at bottom left, rgba(0, 0, 0, 0.5), transparent 60%);
    opacity: 0.9;
}

.sugar-daddy-hero .sugar-daddy-hero-inner {
    position: relative;
    z-index: 1;
}

.sugar-daddy-hero h1 {
    font-size: 2.6rem;
    font-weight: 700;
}

.sugar-daddy-hero p {
    font-size: 1.05rem;
}

.sugar-daddy-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.sugar-daddy-hero .btn-primary {
    border-radius: 999px;
    padding-inline: 2.2rem;
    font-weight: 600;
}

.sugar-daddy-hero-visual {
    position: relative;
}

.sugar-daddy-hero-visual img {
    border-radius: 1.5rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.sugar-daddy-hero-stat {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    font-size: 0.85rem;
}

.sugar-daddy-section {
    padding: 3.5rem 0;
}

.sugar-daddy-section-alt {
    padding: 3.5rem 0;
    background: #f8f9fa;
}

.sugar-daddy-section h2 {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.sugar-daddy-section h3,
.sugar-daddy-section-alt h3 {
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.sugar-daddy-highlight {
    background: #fff5f5;
    border-left: 4px solid #c0392b;
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
}

.sugar-daddy-table-wrapper {
    overflow-x: auto;
}

.sugar-daddy-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.5rem;
    background: #ffffff;
    border-radius: 0.75rem;
    overflow: hidden;
}

.sugar-daddy-table thead {
    background: #2c3e50;
    color: #ffffff;
}

.sugar-daddy-table th,
.sugar-daddy-table td {
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
}

.sugar-daddy-table tbody tr:nth-child(even) {
    background: #f4f6f9;
}

.sugar-daddy-table tbody tr:hover {
    background: #e6eaf0;
}

.sugar-daddy-checklist {
    list-style: none;
    padding-left: 0;
}

.sugar-daddy-checklist li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
}

.sugar-daddy-checklist li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0.1rem;
    font-size: 0.9rem;
    color: #c0392b;
}

.sugar-daddy-steps {
    counter-reset: sd-step;
    list-style: none;
    padding-left: 0;
}

.sugar-daddy-steps li {
    counter-increment: sd-step;
    position: relative;
    padding-left: 2.4rem;
    margin-bottom: 1.25rem;
}

.sugar-daddy-steps li::before {
    content: counter(sd-step);
    position: absolute;
    left: 0;
    top: 0.05rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 999px;
    background: #2c3e50;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 600;
}

.sugar-daddy-tip-box {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.sugar-daddy-tip-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.sugar-daddy-cta-section {
    padding: 4rem 0 4.5rem 0;
    background: linear-gradient(135deg, #000000 0%, #434343 100%);
    color: #ffffff;
    text-align: center;
}

.sugar-daddy-cta-section h2 {
    color: #ffffff;
}

.sugar-daddy-cta-section p {
    max-width: 720px;
    margin-inline: auto;
}

@media (max-width: 991.98px) {
    .sugar-daddy-hero {
        padding-top: 4rem;
    }

    .sugar-daddy-hero h1 {
        font-size: 2.1rem;
    }

    .sugar-daddy-hero-visual {
        margin-top: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .sugar-daddy-hero {
        padding-top: 3.25rem;
        padding-bottom: 3rem;
    }

    .sugar-daddy-hero h1 {
        font-size: 1.8rem;
    }

    .sugar-daddy-table thead {
        display: none;
    }

    .sugar-daddy-table,
    .sugar-daddy-table tbody,
    .sugar-daddy-table tr,
    .sugar-daddy-table td {
        display: block;
        width: 100%;
    }

    .sugar-daddy-table tr {
        margin-bottom: 1.25rem;
        border-radius: 0.75rem;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
        overflow: hidden;
    }

    .sugar-daddy-table td {
        padding: 0.6rem 0.9rem;
    }

    .sugar-daddy-table td[data-label]::before {
        content: attr(data-label) " : ";
        font-weight: 600;
        display: inline-block;
        width: 48%;
        max-width: 10rem;
        color: #555555;
    }
}

/* Sugar Baby Page Scoped Styles */
.sugar-baby-page {
    /* Font inherited from theme/body to match Gand page */
    color: #4a4a4a;
    line-height: 1.7;
    background-color: #fcfcfc;
}

.sugar-baby-page main {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.sugar-baby-page main p {
    font-family: 'Lexend', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    color: #4a4a4a;
}

@media (max-width: 992px) {
    .sugar-baby-page main p {
        font-size: 1rem;
    }
}

.sugar-baby-page a {
    color: #d63384;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sugar-baby-page a:hover {
    color: #a61e63;
    text-decoration: underline;
}

.sugar-baby-page .sb-hero {
    position: relative;
    padding: 5rem 0 4rem; /* Adjusted to match Gand */
    background: linear-gradient(135deg, #fff0f5 0%, #ffe4e1 100%);
    overflow: hidden;
}

.sugar-baby-page .sb-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.8), transparent 70%);
    pointer-events: none;
}

.sugar-baby-page .sb-hero-content {
    position: relative;
    z-index: 2;
}

.sugar-baby-page .sb-badge {
    display: inline-block;
    padding: 0.5rem 1.2rem;
    background: #fff;
    color: #d63384;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(214, 51, 132, 0.15);
}

.sugar-baby-page .sb-hero h1 {
    color: #2c2c2c;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-size: 2.6rem; /* Match Gand */
}

.sugar-baby-page .sb-hero .lead {
    color: #555;
    font-size: 1.05rem; /* Match Gand */
    margin-bottom: 2rem;
}

.sugar-baby-page .btn-secondary {
    background-color: #d63384;
    border-color: #d63384;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.sugar-baby-page .btn-secondary:hover {
    background-color: #b02a6b;
    border-color: #b02a6b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(176, 42, 107, 0.3);
}

.sugar-baby-page .sb-image-wrapper img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.sugar-baby-page .sb-section {
    padding: 3.5rem 0; /* Match Gand */
}

.sugar-baby-page .sb-bg-alt {
    background-color: #fff0f5;
}

.sugar-baby-page h2 {
    color: #2c2c2c;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
}

.sugar-baby-page h3 {
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #2c2c2c;
}

.sugar-baby-page .sb-divider {
    height: 4px;
    width: 60px;
    background: #d63384;
    border-radius: 2px;
    margin-bottom: 2rem;
}

.sugar-baby-page .sb-list {
    list-style: none;
    padding: 0;
}

.sugar-baby-page .sb-list li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
}

.sugar-baby-page .sb-list li::before {
    content: "•";
    color: #d63384;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 1.5rem;
}

.sugar-baby-page .sb-card {
    background: #fff;
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.3s ease;
    border-bottom: 4px solid transparent;
}

.sugar-baby-page .sb-card:hover {
    transform: translateY(-5px);
    border-bottom-color: #d63384;
}

.sugar-baby-page .sb-icon {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.sugar-baby-page .sb-card h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #2c2c2c;
}

.sugar-baby-page .sb-tips-box {
    background: #fff;
    border-radius: 15px;
    padding: 2.5rem;
    border-left: 5px solid #d63384;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    margin-top: 2rem;
}

.sugar-baby-page .sb-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sugar-baby-page .sb-check-list li {
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
}

.sugar-baby-page .sb-check-list li::before {
    content: "✓";
    color: #d63384;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

.sugar-baby-page .sb-cta-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #d63384 0%, #a61e63 100%);
    color: #fff;
}

.sugar-baby-page .sb-cta-section h2 {
    color: #fff;
}

.sugar-baby-page .btn-light {
    background-color: #fff;
    color: #d63384;
    font-weight: 700;
    padding: 15px 40px;
    border-radius: 50px;
    border: none;
    margin-top: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.sugar-baby-page .btn-light:hover {
    background-color: #f8f9fa;
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

@media (max-width: 991.98px) {
    .sugar-baby-page .sb-hero {
        padding: 6rem 0 4rem;
        text-align: center;
    }
    
    .sugar-baby-page .sb-hero h1 {
        font-size: 2.5rem;
    }
    
    .sugar-baby-page .sb-image-wrapper {
        margin-top: 2rem;
    }
}

@media (max-width: 767.98px) {
    .sugar-baby-page .sb-hero {
        padding: 5rem 0 3rem;
    }
    
    .sugar-baby-page .sb-hero h1 {
        font-size: 2rem;
    }
    
    .sugar-baby-page .sb-section {
        padding: 4rem 0;
    }
    
    .sugar-baby-page h2 {
        font-size: 1.8rem;
    }
}

/* Sugar Mommy Page Scoped Styles */
.sugar-mommy-page {
    color: #4a4a4a;
    line-height: 1.7;
    background-color: #fcfcfc;
}

.sugar-mommy-page main {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.sugar-mommy-page main p {
    font-family: 'Lexend', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    color: #4a4a4a;
}

@media (max-width: 992px) {
    .sugar-mommy-page main p {
        font-size: 1rem;
    }
}

.sugar-mommy-page a {
    color: #d63384;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sugar-mommy-page a:hover {
    color: #a61e63;
    text-decoration: underline;
}

.sugar-mommy-page .sm-hero {
    position: relative;
    padding: 5rem 0 4rem;
    background: linear-gradient(135deg, #fff0f5 0%, #ffe4e1 100%);
    overflow: hidden;
}

.sugar-mommy-page .sm-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.8), transparent 70%);
    pointer-events: none;
}

.sugar-mommy-page .sm-hero-content {
    position: relative;
    z-index: 2;
}

.sugar-mommy-page .sm-badge {
    display: inline-block;
    padding: 0.5rem 1.2rem;
    background: #fff;
    color: #d63384;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(214, 51, 132, 0.15);
}

.sugar-mommy-page .sm-hero h1 {
    color: #2c2c2c;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-size: 2.6rem;
}

.sugar-mommy-page .sm-hero .lead {
    color: #555;
    font-size: 1.05rem;
    margin-bottom: 2rem;
}

.sugar-mommy-page .btn-secondary {
    background-color: #d63384;
    border-color: #d63384;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.sugar-mommy-page .btn-secondary:hover {
    background-color: #b02a6b;
    border-color: #b02a6b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(176, 42, 107, 0.3);
}

.sugar-mommy-page .sm-image-wrapper img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.sugar-mommy-page .sm-section {
    padding: 3.5rem 0;
}

.sugar-mommy-page .sm-bg-alt {
    background-color: #fff0f5;
}

.sugar-mommy-page h2 {
    color: #2c2c2c;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
}

.sugar-mommy-page h3 {
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #2c2c2c;
}

.sugar-mommy-page .sm-card {
    background: #fff;
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.3s ease;
    border-bottom: 4px solid transparent;
}

.sugar-mommy-page .sm-card:hover {
    transform: translateY(-5px);
    border-bottom-color: #d63384;
}

.sugar-mommy-page .sm-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sugar-mommy-page .sm-check-list li {
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
}

.sugar-mommy-page .sm-check-list li::before {
    content: "✓";
    color: #d63384;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

.sugar-mommy-page .sm-steps {
    counter-reset: step;
    list-style: none;
    padding: 0;
}

.sugar-mommy-page .sm-steps li {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.sugar-mommy-page .sm-steps li::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    background-color: #d63384;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 2rem;
    font-weight: bold;
}

.sugar-mommy-page .sm-table-wrapper {
    overflow-x: auto;
}

.sugar-mommy-page .sm-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-radius: 10px;
    overflow: hidden;
}

.sugar-mommy-page .sm-table th,
.sugar-mommy-page .sm-table td {
    padding: 1rem 1.5rem;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.sugar-mommy-page .sm-table th {
    background-color: #d63384;
    color: #fff;
    font-weight: 600;
}

.sugar-mommy-page .sm-table tr:last-child td {
    border-bottom: none;
}

.sugar-mommy-page .sm-cta-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #d63384 0%, #a61e63 100%);
    color: #fff;
}

.sugar-mommy-page .sm-cta-section h2 {
    color: #fff;
}

.sugar-mommy-page .btn-light {
    background-color: #fff;
    color: #d63384;
    font-weight: 700;
    padding: 15px 40px;
    border-radius: 50px;
    border: none;
    margin-top: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.sugar-mommy-page .btn-light:hover {
    background-color: #f8f9fa;
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

@media (max-width: 991.98px) {
    .sugar-mommy-page .sm-hero {
        padding: 6rem 0 4rem;
        text-align: center;
    }
    
    .sugar-mommy-page .sm-hero h1 {
        font-size: 2.5rem;
    }
    
    .sugar-mommy-page .sm-image-wrapper {
        margin-top: 2rem;
    }
}

@media (max-width: 767.98px) {
    .sugar-mommy-page .sm-hero {
        padding: 5rem 0 3rem;
    }
    
    .sugar-mommy-page .sm-hero h1 {
        font-size: 2rem;
    }
    
    .sugar-mommy-page .sm-section {
        padding: 4rem 0;
    }
    
    .sugar-mommy-page h2 {
        font-size: 1.8rem;
    }
}


