
/* ============================================================
   WBC PREMIUM FOOTER - UNIQUE CSS
   ============================================================ */

.wbcx-footer {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    color: #26384a;
    border-top: 1px solid #e7edf2;
    font-family: Arial, Helvetica, sans-serif;
}


/* ============================================================
   LIGHT HEALTHCARE / BRAIN WAVE BACKGROUND
   ============================================================ */

.wbcx-footer::before {
    content: "";
    position: absolute;
    width: 900px;
    height: 280px;
    right: -300px;
    top: -155px;
    border: 1px solid rgba(9,47,98,.055);
    border-radius: 50%;
    transform: rotate(-8deg);
    box-shadow:
        0 38px 0 -8px rgba(9,47,98,.025),
        0 76px 0 -18px rgba(9,47,98,.018);
    pointer-events: none;
}

.wbcx-footer::after {
    content: "";
    position: absolute;
    width: 850px;
    height: 230px;
    left: -330px;
    bottom: -150px;
    border: 1px solid rgba(9,47,98,.045);
    border-radius: 50%;
    transform: rotate(8deg);
    box-shadow:
        0 -30px 0 -8px rgba(255,105,0,.018);
    pointer-events: none;
}


/* ============================================================
   SUBTLE ECG LINE
   ============================================================ */

.wbcx-ecg {
    position: absolute;
    left: 0;
    bottom: 48px;
    width: 290px;
    height: 70px;
    opacity: .10;
    pointer-events: none;
}

.wbcx-ecg svg {
    width: 100%;
    height: 100%;
}

.wbcx-ecg path {
    fill: none;
    stroke: #092f62;
    stroke-width: 2;
}


/* ============================================================
   FOOTER CONTAINER
   ============================================================ */

.wbcx-footer-inner {
    position: relative;
    z-index: 2;
}


/* ============================================================
   BRAND / INTRO AREA
   ============================================================ */

.wbcx-footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 28px 0 24px;
    border-bottom: 1px solid #e7edf2;
}

.wbcx-brand-area {
    display: flex;
    align-items: center;
    gap: 24px;
    min-width: 0;
}

.wbcx-logo {
    display: block;
    width: 98px;
    max-width: 100%;
    height: auto;
}

.wbcx-brand-divider {
    width: 1px;
    height: 68px;
    background: #dce4ea;
}

.wbcx-brand-content {
    max-width: 620px;
}

.wbcx-brand-content h2 {
    margin: 0 0 7px;
    color: #092f62;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 700;
}

.wbcx-brand-content p {
    margin: 0;
    color: #637486;
    font-size: 13px;
    line-height: 1.65;
}


/* ============================================================
   APPOINTMENT BUTTON
   ============================================================ */

.wbcx-appointment {
    flex: 0 0 auto;
}

.wbcx-appointment a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 190px;
    padding: 13px 18px;
    color: #ffffff;
    background: #092f62;
    border: 1px solid #092f62;
    border-radius: 6px;
    box-shadow: 0 5px 14px rgba(9,47,98,.12);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
    transition: all .25s ease;
}

.wbcx-appointment a:hover {
    color: #092f62;
    background: #ffffff;
    border-color: #092f62;
    box-shadow: 0 5px 16px rgba(9,47,98,.16);
}

.wbcx-appointment-icon {
    display: inline-flex;
    width: 17px;
    height: 17px;
}


/* ============================================================
   MAIN FOUR-COLUMN AREA
   ============================================================ */

.wbcx-footer-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr .9fr 1.25fr;
    gap: 0;
    padding: 27px 0 25px;
}

.wbcx-footer-column {
    min-width: 0;
    padding: 0 25px;
}

.wbcx-footer-column:first-child {
    padding-left: 0;
}

.wbcx-footer-column:last-child {
    padding-right: 0;
}

.wbcx-footer-column + .wbcx-footer-column {
    border-left: 1px solid #e4eaf0;
}


/* ============================================================
   COLUMN HEADINGS
   ============================================================ */

.wbcx-footer-heading {
    position: relative;
    margin: 0 0 14px;
    padding-bottom: 9px;
    color: #092f62;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.wbcx-footer-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #ff6900;
    border-radius: 2px;
}


/* ============================================================
   STANDARD FOOTER LINKS
   ============================================================ */

.wbcx-footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wbcx-footer-links li {
    margin: 0;
    padding: 0;
}

.wbcx-footer-links li a {
    position: relative;
    display: block;
    padding: 4px 0 4px 13px;
    color: #617285;
    font-size: 12px;
    line-height: 1.4;
    text-decoration: none;
    transition: all .2s ease;
}

.wbcx-footer-links li a::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #ff6900;
    border-radius: 50%;
}

.wbcx-footer-links li a:hover {
    padding-left: 16px;
    color: #092f62;
}


/* ============================================================
   QUICK LINKS
   ============================================================ */

.wbcx-quick-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wbcx-quick-links li {
    margin: 0 0 8px;
    padding: 0;
}

.wbcx-quick-links li a {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #617285;
    font-size: 12px;
    line-height: 1.35;
    text-decoration: none;
    transition: color .2s ease;
}

.wbcx-quick-links li a:hover {
    color: #092f62;
}

.wbcx-quick-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    color: #ff6900;
    background: #fff7f1;
    border: 1px solid #ffe1cf;
    border-radius: 5px;
}


/* ============================================================
   CONTACT INFORMATION
   ============================================================ */

.wbcx-contact-card {
    padding: 14px 15px;
    background: #f8fafc;
    border: 1px solid #e4ebf0;
    border-radius: 7px;
}

.wbcx-contact-name {
    margin: 0 0 8px;
    color: #092f62;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
}

.wbcx-contact-card p {
    margin: 0 0 8px;
    color: #667788;
    font-size: 11.5px;
    line-height: 1.55;
}

.wbcx-contact-card p:last-child {
    margin-bottom: 0;
}

.wbcx-contact-card strong {
    color: #092f62;
    font-weight: 700;
}

.wbcx-contact-card a {
    color: #536779;
    text-decoration: none;
}

.wbcx-contact-card a:hover {
    color: #ff6900;
}


/* ============================================================
   CONTACT ICONS
   ============================================================ */

.wbcx-contact-line {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.wbcx-contact-symbol {
    width: 17px;
    flex: 0 0 17px;
    color: #ff6900;
    font-size: 12px;
    text-align: center;
}


/* ============================================================
   SOCIAL MEDIA
   ============================================================ */

.wbcx-follow {
    margin-top: 15px;
}

.wbcx-follow-title {
    margin: 0 0 9px;
    color: #092f62;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
}

.wbcx-social {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.wbcx-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #ff6900;
    background: #ffffff;
    border: 1px solid #ffd9c2;
    border-radius: 6px;
    text-decoration: none;
    transition: all .2s ease;
}

.wbcx-social a:hover {
    color: #ffffff;
    background: #092f62;
    border-color: #092f62;
    transform: translateY(-2px);
}

.wbcx-social svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}


/* ============================================================
   LEGAL BOTTOM BAR
   COPYRIGHT REMOVED AS REQUESTED
   ============================================================ */

.wbcx-footer-bottom {
    position: relative;
    z-index: 2;
    border-top: 1px solid #e4eaf0;
    background: #f8fafc;
}

.wbcx-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
}

.wbcx-legal-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wbcx-legal-links li {
    margin: 0;
    padding: 0;
}

.wbcx-legal-links li:not(:last-child)::after {
    content: "|";
    margin: 0 14px;
    color: #b7c2cb;
}

.wbcx-legal-links a {
    color: #526678;
    font-size: 11px;
    line-height: 1.4;
    text-decoration: none;
}

.wbcx-legal-links a:hover {
    color: #ff6900;
}


/* ============================================================
   WHATSAPP FLOATING BUTTON
   ============================================================ */

.wbcx-whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9999;
}

.wbcx-whatsapp a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #ffffff;
    background: #168c55;
    border: 3px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 5px 18px rgba(0,0,0,.18);
    transition: transform .2s ease;
}

.wbcx-whatsapp a:hover {
    transform: scale(1.07);
}

.wbcx-whatsapp svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 1050px) {

    .wbcx-footer-grid {
        grid-template-columns: 1fr 1fr;
        row-gap: 25px;
    }

    .wbcx-footer-column:nth-child(3) {
        border-left: none;
        padding-left: 0;
    }

    .wbcx-footer-column:nth-child(2),
    .wbcx-footer-column:nth-child(4) {
        padding-right: 0;
    }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 767px) {

    .wbcx-footer-top {
        display: block;
        padding: 21px 12px 18px;
    }

    .wbcx-brand-area {
        display: block;
    }

    .wbcx-logo {
        width: 175px;
        margin-bottom: 13px;
    }

    .wbcx-brand-divider {
        display: none;
    }

    .wbcx-brand-content h2 {
        font-size: 18px;
    }

    .wbcx-brand-content p {
        font-size: 11.5px;
        line-height: 1.55;
    }

    .wbcx-appointment {
        margin-top: 13px;
    }

    .wbcx-appointment a {
        width: 100%;
        box-sizing: border-box;
    }

    .wbcx-footer-grid {
        grid-template-columns: 1fr 1fr;
        padding: 21px 12px 16px;
        row-gap: 20px;
    }

    .wbcx-footer-column {
        padding: 0 12px 15px 0;
    }

    .wbcx-footer-column:nth-child(2),
    .wbcx-footer-column:nth-child(4) {
        padding-left: 12px;
        padding-right: 0;
    }

    .wbcx-footer-column:nth-child(3) {
        padding-left: 0;
    }

    .wbcx-footer-column + .wbcx-footer-column {
        border-left: 1px solid #e4eaf0;
    }

    .wbcx-footer-column:nth-child(3) {
        border-left: none;
    }

    .wbcx-footer-heading {
        font-size: 11.5px;
        margin-bottom: 10px;
    }

    .wbcx-footer-links li a,
    .wbcx-quick-links li a {
        font-size: 10.8px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .wbcx-contact-card {
        padding: 11px;
    }

    .wbcx-contact-card p {
        font-size: 10.5px;
    }

    .wbcx-social a {
        width: 31px;
        height: 31px;
    }

    .wbcx-footer-bottom-inner {
        padding: 11px 12px;
    }

    .wbcx-legal-links a {
        font-size: 10px;
    }

    .wbcx-whatsapp {
        right: 12px;
        bottom: 12px;
    }

    .wbcx-whatsapp a {
        width: 46px;
        height: 46px;
    }

}


/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media (max-width: 480px) {

    .wbcx-footer-grid {
        grid-template-columns: 1fr;
        padding-top: 18px;
    }

    .wbcx-footer-column,
    .wbcx-footer-column:nth-child(2),
    .wbcx-footer-column:nth-child(3),
    .wbcx-footer-column:nth-child(4) {
        padding: 0 0 17px;
        border-left: none !important;
        border-bottom: 1px solid #e7edf2;
    }

    .wbcx-footer-column:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    .wbcx-footer-heading {
        font-size: 12px;
    }

    .wbcx-footer-bottom-inner {
        padding: 10px 8px;
    }

    .wbcx-legal-links {
        line-height: 1.8;
        text-align: center;
    }

    .wbcx-legal-links li:not(:last-child)::after {
        margin: 0 8px;
    }

}


/* ============================================================
   ACCESSIBILITY
   ============================================================ */

.wbcx-footer a:focus-visible {
    outline: 2px solid #ff6900;
    outline-offset: 2px;
}

/* ==========================================================
   WBC COMPACT PSYCHIATRY SERVICE DIRECTORY
   ========================================================== */

.wbc-service-directory {
    position: relative;
    overflow: hidden;
    padding: 20px 0 18px;
    background: #f7fafc;
    border-top: 1px solid #e7edf2;
    border-bottom: 1px solid #e7edf2;
}

/* Subtle neural / brain-wave inspired background */
.wbc-service-directory:before {
    content: "";
    position: absolute;
    width: 700px;
    height: 180px;
    right: -180px;
    top: -90px;
    border: 1px solid rgba(9,47,98,.045);
    border-radius: 50%;
    transform: rotate(-8deg);
    box-shadow:
        0 35px 0 -10px rgba(9,47,98,.025),
        0 70px 0 -20px rgba(9,47,98,.018);
    pointer-events: none;
}

.wbc-service-directory:after {
    content: "";
    position: absolute;
    width: 500px;
    height: 130px;
    left: -220px;
    bottom: -85px;
    border: 1px solid rgba(9,47,98,.04);
    border-radius: 50%;
    transform: rotate(8deg);
    pointer-events: none;
}

.wbc-service-inner {
    position: relative;
    z-index: 2;
}


/* ==========================================================
   HEADER
   ========================================================== */

.wbc-service-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 12px;
}

.wbc-service-heading {
    margin: 0;
}

.wbc-service-heading h2 {
    margin: 0;
    color: #092f62;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.wbc-service-heading p {
    margin: 4px 0 0;
    color: #7a8791;
    font-size: 11.5px;
    line-height: 1.4;
}


/* ==========================================================
   VIEW ALL BUTTON
   ========================================================== */

.wbc-service-button {
    flex: 0 0 auto;
}

.wbc-service-button a {
    display: inline-block;
    padding: 7px 13px;
    color: #fff;
    background: #092f62;
    border: 1px solid #092f62;
    border-radius: 4px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease;
}

.wbc-service-button a:hover {
    color: #092f62;
    background: #fff;
}


/* ==========================================================
   LINK AREA
   ========================================================== */

.wbc-service-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 0;
    padding: 9px 0;
    background: rgba(255,255,255,.76);
    border-top: 1px solid #e2e9ee;
    border-bottom: 1px solid #e2e9ee;
}

.wbc-service-item {
    position: relative;
    min-width: 0;
    margin: 0;
    padding: 0 13px;
    list-style: none;
}

.wbc-service-item:not(:last-child) {
    border-right: 1px solid #e5ebef;
}


/* ==========================================================
   LINKS
   ========================================================== */

.wbc-service-item a {
    position: relative;
    display: block;
    padding: 4px 0 4px 10px;
    color: #61717e;
    font-size: 11.5px;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition: color .2s ease;
}

/* Small professional navigation marker */
.wbc-service-item a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    background: #9aabba;
    border-radius: 50%;
}

.wbc-service-item a:hover {
    color: #092f62;
}

.wbc-service-item a:hover:before {
    background: #092f62;
}


/* ==========================================================
   BOTTOM CONTEXT
   ========================================================== */

.wbc-service-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 8px;
}

.wbc-service-context {
    margin: 0;
    color: #89939b;
    font-size: 10.5px;
    line-height: 1.4;
}

.wbc-service-context strong {
    color: #667681;
    font-weight: 600;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1100px) {

    .wbc-service-list {
        grid-template-columns: repeat(4, 1fr);
    }

}


/* ==========================================================
   SMALL TABLET
   ========================================================== */

@media (max-width: 850px) {

    .wbc-service-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .wbc-service-item:nth-child(3n) {
        border-right: none;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .wbc-service-directory {
        padding: 17px 10px;
    }

    .wbc-service-header {
        align-items: flex-start;
    }

    .wbc-service-heading h2 {
        font-size: 17px;
    }

    .wbc-service-heading p {
        font-size: 11px;
    }

    .wbc-service-button a {
        padding: 6px 9px;
        font-size: 10px;
    }

    .wbc-service-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .wbc-service-item {
        padding: 0 10px;
    }

    .wbc-service-item:nth-child(3n) {
        border-right: 1px solid #e5ebef;
    }

    .wbc-service-item:nth-child(2n) {
        border-right: none;
    }

    .wbc-service-item a {
        font-size: 11px;
    }

}


/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 480px) {

    .wbc-service-header {
        display: block;
    }

    .wbc-service-button {
        margin-top: 8px;
    }

    .wbc-service-list {
        grid-template-columns: 1fr;
    }

    .wbc-service-item {
        border-right: none !important;
        border-bottom: 1px solid #edf1f4;
    }

    .wbc-service-item:last-child {
        border-bottom: none;
    }

    .wbc-service-item a {
        padding: 5px 0 5px 11px;
    }

}

/* ==========================================================
   WBC HOMEPAGE RESOURCE DIRECTORY
   Compact Healthcare / Psychiatry Navigation
   ========================================================== */

.wbc-resource-section {
    position: relative;
    overflow: hidden;
    padding: 28px 0 22px;
    background:
        linear-gradient(135deg, rgba(244,249,253,.98), rgba(255,255,255,.98)),
        #f5f9fc;
}

/* Subtle psychiatry / neural-wave background */
.wbc-resource-section:before,
.wbc-resource-section:after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: .22;
    border: 1px solid #b9d2e4;
    border-radius: 50%;
}

.wbc-resource-section:before {
    width: 520px;
    height: 180px;
    top: -80px;
    right: -130px;
    transform: rotate(-12deg);
    box-shadow:
        0 25px 0 -12px rgba(70,120,150,.08),
        0 50px 0 -22px rgba(70,120,150,.06);
}

.wbc-resource-section:after {
    width: 460px;
    height: 160px;
    bottom: -80px;
    left: -130px;
    transform: rotate(12deg);
    box-shadow:
        0 -25px 0 -12px rgba(70,120,150,.07),
        0 -50px 0 -22px rgba(70,120,150,.05);
}

.wbc-resource-inner {
    position: relative;
    z-index: 2;
}

/* Header */

.wbc-resource-heading {
    margin: 0 0 18px;
    text-align: center;
}

.wbc-resource-heading span {
    display: block;
    margin-bottom: 4px;
    color: #7b8b98;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.wbc-resource-heading h2 {
    margin: 0;
    color: #092f62;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
}

.wbc-resource-heading p {
    max-width: 900px;
    margin: 6px auto 0;
    color: #697681;
    font-size: 13px;
    line-height: 1.5;
}

/* ==========================================================
   BOX GRID
   ========================================================== */

.wbc-resource-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

/* Individual boxes */

.wbc-resource-box {
    min-width: 0;
    padding: 12px 13px;
    background: rgba(255,255,255,.94);
    border: 1px solid #dce7ee;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(9,47,98,.035);
}

.wbc-resource-box h3 {
  margin: 0 0 8px;
    padding-bottom: 6px;
    color: #092f62;
    font-size: 14px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #e2eaf0;
}

/* Links */

.wbc-resource-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wbc-resource-box li {
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 1.25;
}

.wbc-resource-box li + li {
    margin-top: 3px;
}

.wbc-resource-box a {
    display: block;
    padding: 1px 0;
    color: #68747d;
    font-size: 12px;
    line-height: 1.35;
    text-align: left;
    text-decoration: none;
}

.wbc-resource-box a:hover {
    color: #092f62;
    text-decoration: underline;
}

/* Wider boxes */

.wbc-resource-box.wbc-wide {
    grid-column: span 2;
}

/* Small visual separator */

.wbc-resource-divider {
    width: 45px;
    height: 2px;
    margin: 0 auto 16px;
    background: #092f62;
    opacity: .75;
}

/* Bottom note */

.wbc-resource-bottom {
    margin-top: 16px;
    padding-top: 10px;
    border-top: 1px solid #dce7ee;
    text-align: center;
    color: #7b858d;
    font-size: 11px;
    line-height: 1.5;
}

/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1100px) {

    .wbc-resource-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .wbc-resource-box.wbc-wide {
        grid-column: span 2;
    }

}

/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .wbc-resource-section {
        padding: 22px 10px 18px;
    }

    .wbc-resource-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .wbc-resource-box {
        padding: 10px;
    }

    .wbc-resource-box.wbc-wide {
        grid-column: span 2;
    }

    .wbc-resource-heading h2 {
        font-size: 19px;
    }

    .wbc-resource-heading p {
        font-size: 12px;
    }

    .wbc-resource-box h3 {
        font-size: 13px;
    }

    .wbc-resource-box a {
        font-size: 11.5px;
    }

}

@media (max-width: 480px) {

    .wbc-resource-grid {
        grid-template-columns: 1fr;
    }

    .wbc-resource-box.wbc-wide {
        grid-column: span 1;
    }

}

/* ============================================================
   MAIN WBC SEO CONTENT WRAPPER
   ============================================================ */

.wbc-seo-section {
    position: relative;
    overflow: hidden;
    padding: 28px 0 30px;
    background:
        radial-gradient(circle at 10% 15%, rgba(9,47,98,0.035) 0, rgba(9,47,98,0) 32%),
        radial-gradient(circle at 92% 80%, rgba(255,105,0,0.035) 0, rgba(255,105,0,0) 30%),
        #f8fafc;
    border-top: 1px solid #e8edf2;
    border-bottom: 1px solid #e8edf2;
}

/* subtle healthcare-inspired wave */
.wbc-seo-section:before {
    content: "";
    position: absolute;
    width: 620px;
    height: 180px;
    right: -180px;
    top: -80px;
    border: 1px solid rgba(9,47,98,0.045);
    border-radius: 50%;
    transform: rotate(-8deg);
    pointer-events: none;
}

.wbc-seo-section:after {
    content: "";
    position: absolute;
    width: 500px;
    height: 150px;
    left: -190px;
    bottom: -90px;
    border: 1px solid rgba(255,105,0,0.04);
    border-radius: 50%;
    transform: rotate(8deg);
    pointer-events: none;
}

.wbc-seo-inner {
    position: relative;
    z-index: 2;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 18px;
    box-sizing: border-box;
}


/* ============================================================
   INTRODUCTION
   ============================================================ */

.wbc-seo-intro {
    margin-bottom: 20px;
}

.wbc-seo-kicker {
    display: block;
    margin-bottom: 5px;
    color: #ff6900;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.wbc-seo-title {
    margin: 0 0 9px;
    color: #092f62;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 700;
}

.wbc-seo-lead {
    margin: 0;
    color: #526477;
    font-size: 14px;
    line-height: 1.65;
}


/* ============================================================
   CONTENT CARDS
   ============================================================ */

.wbc-seo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.wbc-seo-card {
    padding: 15px 17px;
    background: rgba(255,255,255,.92);
    border: 1px solid #e3e9ef;
    border-radius: 7px;
    box-shadow: 0 2px 8px rgba(9,47,98,.025);
}

.wbc-seo-card h3 {
    margin: 0 0 7px;
    color: #092f62;
    font-size: 16px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}

.wbc-seo-card p {
    margin: 0;
    color: #566575;
    font-size: 13px;
    line-height: 1.65;
}

.wbc-seo-card strong {
    color: #263f59;
}

.wbc-seo-card a {
    color: #092f62;
    font-weight: 600;
    text-decoration: none;
}

.wbc-seo-card a:hover {
    color: #ff6900;
    text-decoration: underline;
}


/* ============================================================
   FULL WIDTH CONTENT CARD
   ============================================================ */

.wbc-seo-wide {
    margin-top: 10px;
    padding: 16px 18px;
    background: rgba(255,255,255,.94);
    border: 1px solid #e3e9ef;
    border-radius: 7px;
}

.wbc-seo-wide h3 {
    margin: 0 0 7px;
    color: #092f62;
    font-size: 16px !important;
    line-height: 1.3 !important;
}

.wbc-seo-wide p {
    margin: 0;
    color: #566575;
    font-size: 13px;
    line-height: 1.65;
}

.wbc-seo-wide + .wbc-seo-wide {
    margin-top: 10px;
}


/* ============================================================
   APPOINTMENT CTA
   ============================================================ */

.wbc-inline-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 17px 0;
    padding: 12px 15px;
    background: #ffffff;
    border: 1px solid #dce5ed;
    border-left: 3px solid #ff6900;
    border-radius: 7px;
    box-shadow: 0 2px 8px rgba(9,47,98,.025);
}

.wbc-inline-cta-text {
    color: #607080;
    font-size: 12px;
    line-height: 1.5;
}

.wbc-inline-cta-text strong {
    display: block;
    margin-bottom: 2px;
    color: #092f62;
    font-size: 13px;
}

.wbc-inline-cta-actions {
    display: flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
}

.wbc-call-btn,
.wbc-online-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 7px 12px;
    border-radius: 4px;
    font-size: 11px !important;
    line-height: 1.2;
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: nowrap;
    box-sizing: border-box;
    transition: all .2s ease;
}

.wbc-call-btn {
    color: #ffffff !important;
    background: #092f62;
    border: 1px solid #092f62;
}

.wbc-online-btn {
    color: #ffffff !important;
    background: #ff6900;
    border: 1px solid #ff6900;
}

.wbc-call-btn:hover {
    color: #092f62 !important;
    background: #ffffff;
}

.wbc-online-btn:hover {
    color: #ff6900 !important;
    background: #ffffff;
}


/* ============================================================
   TREATMENT AREAS
   ============================================================ */

.wbc-treatment-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.wbc-treatment-list span {
    display: inline-block;
    padding: 5px 8px;
    color: #526477;
    background: #f5f8fb;
    border: 1px solid #e3e9ef;
    border-radius: 4px;
    font-size: 11px;
    line-height: 1.25;
}


/* ============================================================
   FINAL CTA
   ============================================================ */

.wbc-final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 20px;
    padding: 17px 18px;
    background: #092f62;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(9,47,98,.10);
}

.wbc-final-cta-content strong {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.3;
}

.wbc-final-cta-content span {
    display: block;
    color: rgba(255,255,255,.82);
    font-size: 12px;
    line-height: 1.55;
}

.wbc-final-cta-actions {
    display: flex;
    gap: 7px;
    flex: 0 0 auto;
}

.wbc-final-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
}

.wbc-final-call {
    color: #092f62 !important;
    background: #ffffff;
    border: 1px solid #ffffff;
}

.wbc-final-online {
    color: #ffffff !important;
    background: #ff6900;
    border: 1px solid #ff6900;
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 767px) {

    .wbc-seo-section {
        padding: 22px 0 24px;
    }

    .wbc-seo-inner {
        padding: 0 12px;
    }

    .wbc-seo-title {
        font-size: 20px;
    }

    .wbc-seo-lead {
        font-size: 13px;
        line-height: 1.6;
    }

    .wbc-seo-grid {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 13px;
    }

    .wbc-seo-card {
        padding: 12px 13px;
    }

    .wbc-seo-card h3,
    .wbc-seo-wide h3 {
        font-size: 15px;
    }

    .wbc-seo-card p,
    .wbc-seo-wide p {
        font-size: 12.5px;
        line-height: 1.6;
    }

    .wbc-seo-wide {
        padding: 13px;
        margin-top: 8px;
    }

    .wbc-inline-cta {
        display: block;
        padding: 11px;
        margin: 13px 0;
    }

    .wbc-inline-cta-text {
        margin-bottom: 9px;
        font-size: 11px;
    }

    .wbc-inline-cta-text strong {
        font-size: 12px;
    }

    .wbc-inline-cta-actions {
        width: 100%;
    }

    .wbc-call-btn,
    .wbc-online-btn {
        flex: 1;
        min-height: 31px;
        padding: 7px 5px;
        font-size: 10px !important;
    }

    .wbc-treatment-list {
        gap: 5px;
    }

    .wbc-treatment-list span {
        font-size: 10px;
        padding: 4px 6px;
    }

    .wbc-final-cta {
        display: block;
        padding: 14px;
        margin-top: 15px;
    }

    .wbc-final-cta-content {
        margin-bottom: 10px;
    }

    .wbc-final-cta-content strong {
        font-size: 15px;
    }

    .wbc-final-cta-content span {
        font-size: 11px;
    }

    .wbc-final-cta-actions {
        width: 100%;
    }

    .wbc-final-btn {
        flex: 1;
        min-height: 32px;
        padding: 7px 5px;
        font-size: 10px !important;
    }

}