.elementor-72 .elementor-element.elementor-element-a519c96{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-129aa7c *//* =====================================================
   WOUND CARE PAGE
===================================================== */

.wc-wound,
.wc-wound *,
.wc-wound *::before,
.wc-wound *::after {
    box-sizing: border-box;
}

.wc-wound {
    width: 100%;
    overflow: hidden;
    color: #5f7079;
    background: #ffffff;
    font-family: "Inter", Arial, sans-serif;
}

.wc-wound a {
    text-decoration: none;
}

.wc-wound__container {
    width: 100% !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding-right: 32px !important;
    padding-left: 32px !important;
}

.wc-wound__eyebrow {
    display: block;
    margin: 0 0 17px;
    color: #c9a24d;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.wc-wound h1,
.wc-wound h2 {
    color: #183a5a;
    font-family: "DM Serif Display", Georgia, serif;
    font-weight: 400;
    letter-spacing: -0.025em;
}

.wc-wound__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 15px 28px;
    border: 1px solid #c9a24d;
    border-radius: 3px;
    color: #102b43 !important;
    background: #c9a24d;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.3;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.wc-wound__button:hover {
    border-color: #d5ae57;
    background: #d5ae57;
    transform: translateY(-2px);
}

.wc-wound__button--outline {
    border-color: rgba(255, 255, 255, 0.55);
    color: #ffffff !important;
    background: transparent;
}

.wc-wound__button--outline:hover {
    border-color: #ffffff;
    color: #183a5a !important;
    background: #ffffff;
}

/* =====================================================
   HERO
===================================================== */

.wc-wound-hero {
    width: 100%;
    padding: 92px 0;
    background:
        radial-gradient(
            circle at 12% 15%,
            rgba(76, 154, 138, 0.18),
            transparent 32%
        ),
        linear-gradient(135deg, #102b43 0%, #183a5a 100%);
}

.wc-wound-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
    gap: clamp(50px, 7vw, 90px);
    align-items: center;
}

.wc-wound-hero__content {
    max-width: 690px;
}

.wc-wound-hero h1 {
    max-width: 680px;
    margin: 0 0 24px;
    color: #ffffff;
    font-size: clamp(2.1rem, 3.3vw, 4.8rem);
    line-height: 1.03;
}

.wc-wound-hero__lead {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.05rem;
    line-height: 1.8;
}

.wc-wound-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 32px;
}

.wc-wound-hero__image {
    position: relative;
    min-height: 480px;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.03)
        );
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.wc-wound-hero__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
}

.wc-wound-hero__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    text-align: center;
}

/* =====================================================
   INTRO
===================================================== */

.wc-wound-intro {
    width: 100%;
    padding: 100px 0;
    background: #ffffff;
}

.wc-wound-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(45px, 7vw, 95px);
    align-items: start;
}

.wc-wound-intro h2 {
    margin: 0;
    font-size: clamp(2.35rem, 4vw, 3.55rem);
    line-height: 1.08;
}

.wc-wound-intro__content p {
    margin: 0 0 19px;
    color: #64757e;
    font-size: 1rem;
    line-height: 1.85;
}

.wc-wound-intro__content p:last-child {
    margin-bottom: 0;
}

/* =====================================================
   FEES
===================================================== */

.wc-wound-fees {
    width: 100%;
    padding: 88px 0;
    background: #eef3f4;
}

.wc-wound-fees__box {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
    gap: 60px;
    align-items: center;
    padding: clamp(35px, 6vw, 62px);
    border-top: 4px solid #c9a24d;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(24, 58, 90, 0.08);
}

.wc-wound-fees h2 {
    margin: 0 0 18px;
    font-size: clamp(2.2rem, 4vw, 3.35rem);
    line-height: 1.08;
}

.wc-wound-fees__content p {
    margin: 0;
    color: #63747d;
    font-size: 1rem;
    line-height: 1.85;
}

.wc-wound-fees__highlights {
    display: grid;
    gap: 15px;
}

.wc-wound-fees__item {
    padding: 21px 23px;
    border-left: 3px solid #c9a24d;
    background: #f5f8f8;
}

.wc-wound-fees__item strong {
    display: block;
    margin-bottom: 5px;
    color: #183a5a;
    font-size: 1rem;
}

.wc-wound-fees__item span {
    color: #667780;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* =====================================================
   INSURANCE
===================================================== */

.wc-wound-insurance {
    width: 100%;
    padding: 88px 0;
    background: #183a5a;
}

.wc-wound-insurance__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 65px;
    align-items: center;
}

.wc-wound-insurance h2 {
    margin: 0 0 17px;
    color: #ffffff;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1.08;
}

.wc-wound-insurance p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.98rem;
    line-height: 1.8;
}

.wc-wound-insurance__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.wc-wound-insurance__item {
    position: relative;
    padding: 15px 18px 15px 43px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    color: rgba(255, 255, 255, 0.86);
    background: rgba(255, 255, 255, 0.05);
    font-size: 0.9rem;
    line-height: 1.5;
}

.wc-wound-insurance__item::before {
    content: "✓";
    position: absolute;
    top: 15px;
    left: 17px;
    color: #c9a24d;
    font-weight: 700;
}

.wc-wound-insurance__note {
    grid-column: 1 / -1;
    margin-top: 5px !important;
    font-size: 0.8rem !important;
}

/* =====================================================
   CONDITIONS
===================================================== */

.wc-wound-conditions {
    width: 100%;
    padding: 100px 0;
    background: #ffffff;
}

.wc-wound-section-header {
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center;
}

.wc-wound-section-header h2 {
    margin: 0 0 17px;
    font-size: clamp(2.3rem, 4vw, 3.55rem);
    line-height: 1.08;
}

.wc-wound-section-header p {
    margin: 0;
    color: #687983;
    font-size: 1rem;
    line-height: 1.75;
}

.wc-wound-conditions__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.wc-wound-condition {
    position: relative;
    min-height: 62px;
    padding: 19px 18px 18px 47px;
    border: 1px solid #dfe7e9;
    color: #4f6672;
    background: #f8fafa;
    font-size: 0.91rem;
    line-height: 1.5;
}

.wc-wound-condition::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 21px;
    width: 9px;
    height: 9px;
    border: 2px solid #c9a24d;
    border-radius: 50%;
}

/* =====================================================
   TREATMENTS
===================================================== */

.wc-wound-treatments {
    width: 100%;
    padding: 100px 0;
    background: #f4f7f7;
}

.wc-wound-treatments__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.wc-wound-treatment {
    padding: 31px 28px;
    border-top: 3px solid #c9a24d;
    background: #ffffff;
}

.wc-wound-treatment h3 {
    margin: 0 0 12px;
    color: #183a5a;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 1.55rem;
    font-weight: 400;
    line-height: 1.22;
}

.wc-wound-treatment p {
    margin: 0;
    color: #687983;
    font-size: 0.91rem;
    line-height: 1.75;
}

/* =====================================================
   ULTRAMIST
===================================================== */

.wc-wound-ultramist {
    width: 100%;
    padding: 100px 0;
    background: #ffffff;
}

.wc-wound-ultramist__grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(50px, 7vw, 90px);
    align-items: center;
}

.wc-wound-ultramist__image {
    padding: 35px;
    background: #f1f5f5;
}

.wc-wound-ultramist__image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: contain;
}

.wc-wound-ultramist h2 {
    margin: 0 0 20px;
    font-size: clamp(2.3rem, 4vw, 3.5rem);
    line-height: 1.08;
}

.wc-wound-ultramist__content > p {
    margin: 0 0 20px;
    color: #64757e;
    font-size: 1rem;
    line-height: 1.82;
}

.wc-wound-ultramist__list {
    display: grid;
    gap: 11px;
    margin: 26px 0 31px;
    padding: 0;
    list-style: none;
}

.wc-wound-ultramist__list li {
    position: relative;
    padding-left: 29px;
    color: #526a76;
    font-size: 0.94rem;
    line-height: 1.6;
}

.wc-wound-ultramist__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4c9a8a;
    font-weight: 700;
}

.wc-wound-ultramist__source {
    margin-top: 17px !important;
    color: #849198 !important;
    font-size: 0.76rem !important;
}

.wc-wound-ultramist__source a {
    color: #2f6f9f !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* =====================================================
   OFFICE
===================================================== */

.wc-wound-office {
    width: 100%;
    padding: 82px 0;
    background: #eef3f4;
}

.wc-wound-office__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.wc-wound-office__item {
    padding: 30px;
    background: #ffffff;
}

.wc-wound-office__item strong {
    display: block;
    margin-bottom: 9px;
    color: #183a5a;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 1.45rem;
    font-weight: 400;
}

.wc-wound-office__item p {
    margin: 0;
    color: #687983;
    font-size: 0.91rem;
    line-height: 1.7;
}

/* =====================================================
   FINAL CTA
===================================================== */

.wc-wound-cta {
    width: 100%;
    padding: 86px 0;
    background: #102b43;
}

.wc-wound-cta__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.wc-wound-cta__content {
    max-width: 740px;
}

.wc-wound-cta h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1.08;
}

.wc-wound-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.98rem;
    line-height: 1.75;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1020px) {
    .wc-wound-hero__grid,
    .wc-wound-intro__grid,
    .wc-wound-fees__box,
    .wc-wound-insurance__inner,
    .wc-wound-ultramist__grid {
        grid-template-columns: 1fr;
    }

    .wc-wound-hero__image {
        min-height: 400px;
    }

    .wc-wound-hero__image img {
        min-height: 400px;
    }

    .wc-wound-conditions__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .wc-wound-treatments__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .wc-wound__container {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .wc-wound-hero,
    .wc-wound-intro,
    .wc-wound-conditions,
    .wc-wound-treatments,
    .wc-wound-ultramist {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .wc-wound-conditions__grid,
    .wc-wound-treatments__grid,
    .wc-wound-office__grid {
        grid-template-columns: 1fr;
    }

    .wc-wound-insurance__list {
        grid-template-columns: 1fr;
    }

    .wc-wound-cta__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
    }

    .wc-wound-cta .wc-wound__button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .wc-wound__container {
        padding-right: 17px !important;
        padding-left: 17px !important;
    }

    .wc-wound-hero__actions {
        display: grid;
    }

    .wc-wound-hero__actions .wc-wound__button {
        width: 100%;
    }

    .wc-wound-hero__image,
    .wc-wound-hero__image img {
        min-height: 310px;
    }
}

/* =====================================================
   MEDICAL WEIGHT LOSS - TREATMENT OPTIONS
===================================================== */

.mwl-options {
    width: 100%;
    padding: 100px 0;
    background: #ffffff;
}

.mwl-options__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: 55px;
}

.mwl-option-card {
    padding: 34px 30px;
    border-top: 3px solid #c9a24d;
    background: #f8fafa;
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.mwl-option-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(24,58,90,.08);
}

.mwl-option-card__number {
    display: inline-block;
    margin-bottom: 18px;
    color: #c9a24d;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .12em;
}

.mwl-option-card h3 {
    margin: 0 0 14px;
    color: #183a5a;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
}

.mwl-option-card p {
    margin: 0;
    color: #687983;
    font-size: .95rem;
    line-height: 1.8;
}

.mwl-options__notice {
    max-width: 900px;
    margin: 40px auto 0;
    color: #7b8a92;
    font-size: .88rem;
    line-height: 1.7;
    text-align: center;
}

@media (max-width:1020px){

    .mwl-options__grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

}

@media (max-width:760px){

    .mwl-options{
        padding:72px 0;
    }

    .mwl-options__grid{
        grid-template-columns:1fr;
        margin-top:40px;
    }

}

/* =====================================================
   MEDICAL WEIGHT LOSS - PROCESS
===================================================== */

.mwl-process {
    width: 100%;
    padding: 100px 0;
    background: #f4f7f7;
}

.mwl-process__grid {
    display: grid;
    grid-template-columns: minmax(0,1.15fr) minmax(340px,.85fr);
    gap: 55px;
    align-items: start;
}

.mwl-process__content h2,
.mwl-process__cta h2 {
    margin: 0 0 18px;
    color: #183a5a;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(2.2rem,4vw,3.4rem);
    font-weight: 400;
    line-height: 1.08;
}

.mwl-process__intro {
    margin: 0 0 38px;
    color: #667780;
    font-size: 1rem;
    line-height: 1.85;
}

/* Steps */

.mwl-process__steps {
    display: grid;
    gap: 22px;
}

.mwl-process__step {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    padding: 26px;
    background: #ffffff;
    border-left: 3px solid #c9a24d;
}

.mwl-process__number {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #183a5a;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
}

.mwl-process__step-content h3 {
    margin: 0 0 8px;
    color: #183a5a;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 1.45rem;
    font-weight: 400;
}

.mwl-process__step-content p {
    margin: 0;
    color: #687983;
    font-size: .95rem;
    line-height: 1.75;
}

/* CTA Card */

.mwl-process__cta {
    padding: 42px;
    background: #183a5a;
    color: #ffffff;
    position: sticky;
    top: 35px;
}

.mwl-process__cta h2 {
    color: #ffffff;
}

.mwl-process__cta p {
    margin: 0 0 30px;
    color: rgba(255,255,255,.78);
    line-height: 1.8;
}

.mwl-process__cta .wc-wound__button {
    width: 100%;
}

.mwl-process__phone {
    display: block;
    margin-top: 18px;
    color: rgba(255,255,255,.9);
    text-align: center;
    font-weight: 600;
}

.mwl-process__phone:hover {
    color: #ffffff;
}

/* Responsive */

@media (max-width:1020px){

    .mwl-process__grid{
        grid-template-columns:1fr;
    }

    .mwl-process__cta{
        position:static;
    }

}

@media (max-width:760px){

    .mwl-process{
        padding:72px 0;
    }

    .mwl-process__cta{
        padding:30px;
    }

    .mwl-process__step{
        padding:22px;
    }

}/* End custom CSS */