/* ========================================================================== 
   HealthClinicMD — Weight Loss Page
   Screenshot-matched responsive styles
   ========================================================================== */

.hcmd-wl {
    --wl-navy: #2A2F6F;
    --wl-navy-deep: #252a69;
    --wl-teal: #40A6C2;
    --wl-gold: #EFB030;
    --wl-green: #a8cf52;
    --wl-ice: #eaf5fa;
    --wl-sky: #dceff5;
    --wl-copy: #59637c;
    --wl-muted: #7a8498;
    --wl-mist: #f4f8fa;
    --wl-line: #e3e9ee;
    --wl-container: 1200px;
    color: var(--wl-copy);
    line-height: 1.55;
    overflow-x: hidden;
    background: #fff;
}

.hcmd-wl,
.hcmd-wl h1,
.hcmd-wl h2,
.hcmd-wl h3,
.hcmd-wl h4,
.hcmd-wl p,
.hcmd-wl a,
.hcmd-wl li,
.hcmd-wl span {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

.hcmd-wl * { box-sizing: border-box; }

.hcmd-wl .hcmd-wl-container {
    width: min(var(--wl-container), calc(100% - 40px));
    margin-inline: auto;
}

.hcmd-wl-teal { color: var(--wl-teal) !important; }
.hcmd-wl-gold { color: var(--wl-gold) !important; }

/* Shared typography */
.hcmd-wl-eyebrow {
    display: block;
    margin: 0 0 12px;
    color: #EFB030 !important;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600 !important;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.hcmd-wl-eyebrow-center { text-align: center; }

.hcmd-wl-h2 {
    margin: 0 0 12px;
    color: #2A2F6F !important;
    font-size: clamp(36px, 3vw, 34px);
    line-height: 1.18;
    font-weight: 700 !important;
    letter-spacing: -0.7px;
}

.hcmd-wl-h2-center { text-align: center; }

.hcmd-wl-subtitle {
    max-width: 755px;
    margin: 0 0 38px;
    color: #59637c !important;
    font-size: 17px;
    line-height: 1.65;
    font-weight: 400 !important;
}

.hcmd-wl-subtitle-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hcmd-wl-section {
    padding: 70px 0;
    background: #fff;
}

.hcmd-wl-section-alt { background: var(--wl-mist); }

/* Buttons */
.hcmd-wl-btn {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 18px 30px;
    border-radius: 5px;
    font-size: 17px;
    line-height: 1;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.hcmd-wl-btn:hover { transform: translateY(-1px); }

.hcmd-wl-btn-teal {
    background: var(--wl-teal);
    border: 1px solid var(--wl-teal);
    color: #fff !important;
}

.hcmd-wl-btn-teal:hover { background: #369ab4; border-color: #369ab4; }

.hcmd-wl-btn-outline {
    background: #fff;
    border: 1px solid var(--wl-navy);
    color: var(--wl-navy) !important;
}

.hcmd-wl-btn-outline:hover { background: var(--wl-navy); color: #fff !important; }

.hcmd-wl-btn-gold {
    background: var(--wl-gold);
    border: 1px solid var(--wl-gold);
    color: var(--wl-navy-deep) !important;
}

.hcmd-wl-btn-gold:hover { background: #df9a0d; border-color: #df9a0d; }

.hcmd-wl-btn-outline-white {
    background: transparent;
    border: 1px solid rgba(255,255,255,.52);
    color: #fff !important;
}

.hcmd-wl-btn-outline-white:hover { background: rgba(255,255,255,.1); }

/* Hero */
.hcmd-wl-hero {
    padding: 70px 0 70px;
    background: #E8F2F7;
}

.hcmd-wl-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.34fr) minmax(330px, 0.99fr);
    gap: 50px;
    align-items: center;
}

.hcmd-wl-hero h1 {
    margin: 0 0 18px;
    color: var(--wl-navy) !important;
    font-size: clamp(52px, 4.35vw, 52px);
    line-height: 1.1;
    letter-spacing: 1.3px;
    font-weight: 800 !important;
}

.hcmd-wl-hero-lede {
    max-width: 530px;
    margin: 0 0 25px;
    color: #59637c !important;
    font-size: 17px;
    line-height: 1.62;
    letter-spacing: 0.40px;
}

.hcmd-wl-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 15px;
}

.hcmd-wl-trust-strip {
    margin: 0;
    color: #69748a !important;
    font-size: 14.5px;
    line-height: 1.5;
    font-weight: 400 !important;
}

.hcmd-wl-included-card {
    padding: 38px 40px 38px;
    background: #2A2F6F;
    border-radius: 20px;
    box-shadow: none;
}

.hcmd-wl-included-card h3 {
    margin: 0 0 17px;
    color: #fff !important;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.hcmd-wl-included-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hcmd-wl-included-card li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin: 0 0 10px;
    color: #fff !important;
    font-size: 17px;
    line-height: 1.70;
}

.hcmd-wl-included-card li:last-child { margin-bottom: 0; }

.hcmd-wl-included-card li i {
    width: 18px !important;
    height: 22px;
    margin-top: 5px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 21px;
    background: #40A6C2;
    color: #fff;
    font-size: 10px;
}

h2.hcmd-wl-h2.hcmd-wl-h2-center.bottom-space {
    margin-bottom: 50px !important;
}

/* Standard cards */
.hcmd-wl-grid-2,
.hcmd-wl-grid-3,
.hcmd-wl-grid-4 {
    display: grid;
    gap: 18px;
}

.hcmd-wl-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hcmd-wl-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hcmd-wl-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.hcmd-wl-card {
    min-width: 0;
    padding: 35px 21px 35px;
    background: #fff;
    border: 1px solid #e3e9ee;
    border-top: 5px solid #40A6C2;
    border-radius: 15px;
}
.hcmd-wl-cards {
    min-width: 0;
    padding: 30px 21px 30px;
    background: #fff;
    border: 1px solid #e3e9ee;
    border-top: 5px solid #40A6C2;
    border-radius: 15px;
}

.hcmd-wl-card-teal { border-top-color: var(--wl-teal); }
.hcmd-wl-card-gold { border-top-color: var(--wl-gold); }
.hcmd-wl-card-navy { border-top-color: var(--wl-navy); }
.hcmd-wl-card-green { border-top-color: var(--wl-green); }

.hcmd-wl-card-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2A2F6F;
    color: #fff;
    font-size: 18px;
}

.hcmd-wl-card h3 {
    margin: 0 0 8px;
    color: #2A2F6F !important;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600 !important;
    letter-spacing: 0.0px;
}

.hcmd-wl-grid-3 {
    max-width: 1200px !important;
}

.hcmd-wl-card p,
.hcmd-wl-plain-list li {
    color: var(--wl-copy) !important;
    font-size: 17.5px;
    line-height: 1.55;
}

.hcmd-wl-card p { margin: 0; }

.hcmd-wl-plain-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hcmd-wl-plain-list li {
    position: relative;
    margin: 0 0 7px;
    padding-left: 13px;
}

.hcmd-wl-plain-list li:last-child { margin-bottom: 0; }

.hcmd-wl-plain-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .62em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--wl-gold);
}

/* How it works */
.hcmd-wl-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.hcmd-wl-step { text-align: left; }

.hcmd-wl-step-number {
    width: 50px;
    height: 50px;
    margin: 0 0 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #40A6C2;
    color: #fff;
    font-size: 19px;
    font-weight: 600 !important;
}

.hcmd-wl-step h3 {
    margin: 0px 0 13px;
    color: #2A2F6F !important;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600 !important;
}

.hcmd-wl-step p {
    margin: 0;
    color: #59637c !important;
    font-size: 17px;
    line-height: 1.55;
}

/* Semaglutide / Tirzepatide */
.hcmd-wl-compare {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-bottom: 18px;
    overflow: hidden;
    
    border-radius: 20px;
    background: #f4f7f9;
}

.hcmd-wl-compare-col {
    padding: 35px 40px 35px;
    background: #f4f7f9;
    border-radius: 0;
}

.hcmd-wl-compare-col:first-child {
    background: #eaf5fa;
}

.hcmd-wl-compare-col h3 {
    margin: 0px 0 12px;
    color: #2A2F6F !important;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600 !important;
}

.hcmd-wl-compare-col > p,
.hcmd-wl-compare-col li {
    color: var(--wl-copy) !important;
    font-size: 17px;
    line-height: 1.55;
}

.hcmd-wl-compare-col > p { margin: 0 0 12px; }

.hcmd-wl-compare-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hcmd-wl-compare-col li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 20px;
}

.hcmd-wl-compare-col li:last-child { margin-bottom: 0; }

.hcmd-wl-compare-col li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--wl-teal);
}

.hcmd-wl-callout {
    margin-bottom: 18px;
    padding: 23px 26px;
    background: #f6f9fb;
    border: 1px solid #edf1f4;
    border-radius: 8px;
}

.hcmd-wl-callout h4 {
    margin: 0 0 7px;
    color: #2A2F6F !important;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600 !important;
}

.hcmd-wl-callout p {
    margin: 0;
    color: #59637c !important;
    font-size: 17px;
    line-height: 1.58;
}

/* Exit box */
.hcmd-wl-exit-box {
    padding: 40px 40px 40px;
    background: #2A2F6F;
    border-radius: 8px;
}

.hcmd-wl-exit-box h3 {
    margin: 0px 0 12px;
    color: #EFB030 !important;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600 !important;
}

.hcmd-wl-exit-box > p {
    max-width: 1000px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .88) !important;
    font-size: 17px;
    line-height: 1.58;
}

.hcmd-wl-exit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 33px;
    padding-top: 0;
    border-top: 0;
}

.hcmd-wl-exit-grid h4 {
    margin: 0 0 12px;
    color: #fff !important;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600 !important;
}

.hcmd-wl-exit-grid p {
    margin: 0;
    color: rgba(255, 255, 255, .76) !important;
    font-size: 17px;
    line-height: 1.55;
}

/* FAQ */
.hcmd-wl-faq {
    max-width: 1035px;
    margin: 28px auto 0;
}

.hcmd-wl-faq-row {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 44px;
    padding: 26px 0;
    border-bottom: 1px solid #dde5ea;
}

.hcmd-wl-faq-row:first-child { padding-top: 0; }
.hcmd-wl-faq-row:last-child { border-bottom: 0; padding-bottom: 0; }

.hcmd-wl-faq-row h3 {
    margin: 0;
    color: #2A2F6F !important;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600 !important;
}

.hcmd-wl-faq-row p {
    margin: 0;
    color: #59637c !important;
    font-size: 17px;
    line-height: 1.55;
}

.hcmd-wl-faq-row p a {
    color: var(--wl-teal) !important;
    font-weight: 600 !important;
}

/* Closing CTA */
.hcmd-wl-cta {
    padding: 48px 0 47px;
    background: var(--wl-navy);
    text-align: center;
}

.hcmd-wl-cta h2 {
    margin: 0 0 12px;
    color: #fff !important;
    font-size: clamp(25px, 3vw, 36px);
    line-height: 1.2;
    letter-spacing: 1.2px;
    font-weight: 700 !important;
}

.hcmd-wl-cta > .hcmd-wl-container > p {
    margin: 0 0 30px;
    color: rgba(255,255,255,.86) !important;
    font-size: 17px;
}

.hcmd-wl-cta-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 11px;
}

/* Disclaimer */
.hcmd-wl-disclaimer {
    padding: 19px 0 18px;
    background: #fff;
    border-bottom: 2px solid #bfe8ee;
}

.hcmd-wl-disclaimer p {
    max-width: 1035px;
    margin: 0 auto;
    color: #8b95a4 !important;
    font-size: 12.9px;
    line-height: 1.55;
    text-align: center;
}

.hcmd-wl ~ .site-footer { position: relative; }
.hcmd-wl ~ .site-footer::before { display: none; }

/* Desktop refinements matching supplied layout */
@media (min-width: 768px) {
    .hcmd-wl-section > .hcmd-wl-container > .hcmd-wl-eyebrow-center + .hcmd-wl-h2,
    .hcmd-wl-section > .hcmd-wl-container > .hcmd-wl-eyebrow-center + .hcmd-wl-h2 + .hcmd-wl-subtitle {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .hcmd-wl-section:nth-of-type(2) .hcmd-wl-grid-3 {
        max-width: 880px;
        margin-inline: auto;
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .hcmd-wl { --wl-container: 900px; }

    .hcmd-wl-hero-grid {
        grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
        gap: 38px;
    }

    .hcmd-wl-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
    .hcmd-wl-hero-grid { grid-template-columns: 1fr; }
    .hcmd-wl-hero-lede { max-width: 620px; }
    .hcmd-wl-included-card { max-width: 620px; }
    .hcmd-wl-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 34px; }
    .hcmd-wl-exit-grid { grid-template-columns: 1fr; gap: 18px; }
}

/* Mobile */
@media (max-width: 767px) {
    .hcmd-wl .hcmd-wl-container { width: min(100% - 32px, 620px); }

    .hcmd-wl-section { padding: 48px 0; }
    .hcmd-wl-hero { padding: 46px 0 48px; }

    .hcmd-wl-eyebrow { font-size: 9px; margin-bottom: 10px; }
    .hcmd-wl-h2 { font-size: clamp(25px, 8vw, 31px); text-align: center; }
    .hcmd-wl-subtitle { margin: 0 auto 30px; font-size: 12px; text-align: center; }

    .hcmd-wl-hero-grid { gap: 30px; }
    .hcmd-wl-hero h1 { font-size: clamp(30px, 11vw, 35px); }
    .hcmd-wl-hero-lede { font-size: 13px; }

    .hcmd-wl-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hcmd-wl-btn { width: 100%; }

    .hcmd-wl-grid-2,
    .hcmd-wl-grid-3,
    .hcmd-wl-grid-4,
    .hcmd-wl-steps,
    .hcmd-wl-compare,
    .hcmd-wl-faq-row {
        grid-template-columns: 1fr;
    }

    .hcmd-wl-grid-2,
    .hcmd-wl-grid-3,
    .hcmd-wl-grid-4 { gap: 14px; }

    .hcmd-wl-card { padding: 22px 19px; }

    .hcmd-wl-steps { gap: 24px; }
    .hcmd-wl-step { text-align: center; }
    .hcmd-wl-step-number { margin-left: auto; margin-right: auto; }

    .hcmd-wl-compare-col:first-child {
        border-right: 0;
        border-bottom: 1px solid #e0eaef;
    }

    .hcmd-wl-compare-col { padding: 24px 20px; }
    .hcmd-wl-callout { padding: 21px 20px; }

    .hcmd-wl-exit-box { padding: 28px 22px; }

    .hcmd-wl-faq { margin-top: 22px; }
    .hcmd-wl-faq-row { gap: 6px; padding: 17px 0; }

    .hcmd-wl-cta { padding: 44px 0; }
    .hcmd-wl-cta-actions { display: grid; grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
    .hcmd-wl .hcmd-wl-container { width: calc(100% - 28px); }
    .hcmd-wl-hero h1 { font-size: 36px; }
    .hcmd-wl-included-card { padding: 24px 20px; }
    .hcmd-wl-h2 { font-size: 26px; }
}