/*
 * Condition Pages – Stylesheet
 * Theme: Estatika Clean
 * Prefix: .cond-
 */

/* ═══════════════════════════════════════════
   CSS CUSTOM PROPERTIES
═══════════════════════════════════════════ */
:root {
    --cond-bg-light    : #F6F4F1;
    --cond-bg-white    : #FFFFFF;
    --cond-bg-muted    : #EAE6E1;
    --cond-bg-dark     : #1E2820;
    --cond-accent      : #7FB13D;
    --cond-gold        : #C7A87A;
    --cond-gold-dark   : #b2945f;
    --cond-text        : #1A1A1A;
    --cond-text-muted  : #666666;
    --cond-border      : #DDD8D2;
    --cond-radius      : 4px;
    --cond-radius-lg   : 8px;
    --cond-transition  : 0.28s ease;
    --cond-shadow-sm   : 0 2px 12px rgba(0,0,0,0.06);
    --cond-shadow-md   : 0 8px 32px rgba(0,0,0,0.10);
}


/* ═══════════════════════════════════════════
   SHARED UTILITIES
═══════════════════════════════════════════ */
.cond-label {
    display        : inline-block;
    font-family    : 'Inter', sans-serif;
    font-size      : 0.7rem;
    font-weight    : 700;
    letter-spacing : 0.16em;
    text-transform : uppercase;
    color          : var(--cond-accent);
    margin-bottom  : 14px;
}

.cond-btn {
    display         : inline-block;
    padding         : 14px 26px;
    font-family     : 'Inter', sans-serif;
    font-size       : 14px;
    font-weight     : 500;
    letter-spacing  : 0.06em;
    text-transform  : uppercase;
    text-decoration : none;
    border-radius   : var(--cond-radius);
    border          : 2px solid transparent;
    cursor          : pointer;
    transition      : background-color var(--cond-transition),
                      color            var(--cond-transition),
                      border-color     var(--cond-transition),
                      box-shadow       var(--cond-transition);
    line-height     : 1;
    white-space     : nowrap;
}
.cond-btn--primary {
    background-color : var(--cond-gold);
    color            : #FFFFFF !important;
    border-color     : var(--cond-gold);
}
.cond-btn--primary:hover,
.cond-btn--primary:focus-visible {
    background-color : var(--cond-gold-dark);
    border-color     : var(--cond-gold-dark);
    color            : #FFFFFF;
    box-shadow       : 0 4px 18px rgba(199,168,122,0.4);
}
.cond-btn--outline {
    background-color : transparent;
    color            : #333333;
    border-color     : #333333;
}
.cond-btn--outline:hover,
.cond-btn--outline:focus-visible {
    background-color : #333333;
    color            : #FFFFFF;
}
.cond-btn--whatsapp {
    background-color : #4a8c2a;
    color            : #FFFFFF !important;
    border-color     : #4a8c2a;
    display          : inline-flex;
    align-items      : center;
    gap              : 8px;
}
.cond-btn--whatsapp:hover,
.cond-btn--whatsapp:focus-visible {
    background-color : #3d7522;
    border-color     : #3d7522;
    color            : #FFFFFF;
    box-shadow       : 0 4px 18px rgba(37,211,102,0.35);
}
.cond-btn--secondary {
    background-color : transparent;
    color            : var(--cond-gold);
    border-color     : var(--cond-gold);
}
.cond-btn--secondary:hover,
.cond-btn--secondary:focus-visible {
    background-color : var(--cond-gold);
    border-color     : var(--cond-gold);
    color            : #FFFFFF;
    box-shadow       : 0 4px 18px rgba(199,168,122,0.35);
}


/* ═══════════════════════════════════════════
   1. HERO SECTION
═══════════════════════════════════════════ */
.cond-hero {
    background-color : #FFF;
    padding          : 40px 24px 64px;
    border-bottom    : 1px solid var(--cond-border);
}

.cond-hero__container {
    max-width             : 1180px;
    margin                : 0 auto;
    display               : grid;
    grid-template-columns : 1fr 1fr;
    gap                   : 72px;
    align-items           : center;
}

.cond-hero__title {
    font-family   : 'Playfair Display', Georgia, serif;
    font-size     : clamp(2.25rem, 4.5vw, 3.5rem);
    font-weight   : 600;
    color         : var(--cond-text);
    line-height   : 1.15;
    margin        : 0 0 24px;
    letter-spacing: -0.02em;
}

.cond-hero__description {
    font-family : 'Inter', sans-serif;
    font-size   : 17px;
    font-weight : 300;
    color       : var(--cond-text-muted);
    line-height : 1.85;
    margin      : 0 0 40px;
}

.cond-hero__actions {
    display     : flex;
    gap         : 16px;
    flex-wrap   : wrap;
    align-items : center;
}

.cond-hero__img-wrap {
    border-radius : var(--cond-radius-lg);
    overflow      : hidden;
    aspect-ratio  : 4 / 5;
}

.cond-hero__img {
    width      : 100%;
    height     : 100%;
    object-fit : cover;
    display    : block;
}

.cond-hero__img-wrap--placeholder {
    display          : flex;
    flex-direction   : column;
    align-items      : center;
    justify-content  : center;
    gap              : 14px;
    background       : linear-gradient(145deg, #F7F2ED 0%, #EDE5DA 100%);
    border           : 1.5px dashed #C8B49A;
}

.cond-hero__img-wrap--placeholder::before {
    content            : '';
    display            : block;
    width              : 52px;
    height             : 52px;
    background-image   : url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A8927A' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z'/%3E%3Ccircle cx='12' cy='13' r='4'/%3E%3C/svg%3E");
    background-size    : contain;
    background-repeat  : no-repeat;
    background-position: center;
    opacity            : 0.7;
}

.cond-hero__img-wrap--placeholder::after {
    content        : 'Add Photo';
    font-family    : 'Inter', sans-serif;
    font-size      : 0.6875rem;
    font-weight    : 500;
    color          : #A8927A;
    letter-spacing : 0.12em;
    text-transform : uppercase;
}

@media (max-width: 900px) {
    .cond-hero__container {
        grid-template-columns : 1fr;
        gap                   : 40px;
    }
    .cond-hero__img-wrap { aspect-ratio: 16 / 9; }
}
@media (max-width: 900px) {
    .cond-hero { padding-top: 64px; padding-bottom: 72px; }
}
@media (max-width: 480px) {
    .cond-hero             { padding-top: 48px; padding-bottom: 56px; }
    .cond-hero__description { margin-bottom: 28px; }
}


/* ═══════════════════════════════════════════
   2. CONCERNS SECTION
═══════════════════════════════════════════ */
.cond-concerns {
    background-color : var(--cond-bg-white);
    padding          : 72px 24px;
}

.cond-concerns__container {
    max-width : 1180px;
    margin    : 0 auto;
}

.cond-concerns__header {
    text-align    : center;
    margin-bottom : 56px;
}

.cond-concerns__title {
    font-family   : 'Playfair Display', Georgia, serif;
    font-size     : clamp(1.75rem, 3vw, 2.25rem);
    font-weight   : 600;
    color         : var(--cond-text);
    line-height   : 1.25;
    margin        : 0;
    letter-spacing: -0.01em;
}

.cond-concerns__grid {
    display               : grid;
    grid-template-columns : repeat(auto-fit, minmax(180px, 1fr));
    gap                   : 24px;
    list-style            : none;
    margin                : 0;
    padding               : 0;
}

.cond-concern-card {
    background-color : var(--cond-bg-light);
    border           : 1px solid var(--cond-border);
    border-radius    : var(--cond-radius);
    padding          : 32px 24px 28px;
    text-align       : center;
    display          : flex;
    flex-direction   : column;
    align-items      : center;
    transition       : box-shadow var(--cond-transition), transform var(--cond-transition);
    position         : relative;
}
.cond-concern-card:hover {
    box-shadow : var(--cond-shadow-md);
    transform  : translateY(-3px);
}

.cond-concern-card__link {
    color           : inherit;
    text-decoration : none;
}
.cond-concern-card__link::after {
    content       : '';
    position      : absolute;
    inset         : 0;
    border-radius : inherit;
}
.cond-concern-card--linked:hover {
    cursor     : pointer;
    box-shadow : var(--cond-shadow-md);
    transform  : translateY(-3px);
}
.cond-concern-card--linked:hover .cond-concern-card__title {
    color : var(--cond-accent);
}

.cond-concern-card__icon {
    width            : 52px;
    height           : 52px;
    background-color : rgba(127,177,61,0.1);
    color            : var(--cond-accent);
    border-radius    : 50%;
    display          : flex;
    align-items      : center;
    justify-content  : center;
    margin-bottom    : 20px;
    flex-shrink      : 0;
}
.cond-concern-card__icon--placeholder {
    background-color : transparent;
    background-image : linear-gradient(145deg, #F7F2ED 0%, #EDE5DA 100%);
    border           : 1.5px dashed #C8B49A;
}
.cond-concern-card__icon--placeholder::before {
    content            : '';
    display            : block;
    width              : 26px;
    height             : 26px;
    background-image   : url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A8927A' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z'/%3E%3Ccircle cx='12' cy='13' r='4'/%3E%3C/svg%3E");
    background-size    : contain;
    background-repeat  : no-repeat;
    background-position: center;
    opacity            : 0.8;
}
.cond-concern-card__icon img {
    width      : 28px;
    height     : 28px;
    object-fit : contain;
}

.cond-concern-card__title {
    font-family   : 'Inter', sans-serif;
    font-size     : 0.9375rem;
    font-weight   : 600;
    color         : var(--cond-text);
    margin        : 0 0 10px;
    line-height   : 1.3;
    letter-spacing: -0.01em;
}

.cond-concern-card__description {
    font-family : 'Inter', sans-serif;
    font-size   : 0.875rem;
    font-weight : 300;
    color       : var(--cond-text-muted);
    line-height : 1.65;
    margin      : 0;
}

@media (max-width: 768px) {
    .cond-concerns__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .cond-concerns__grid { grid-template-columns: 1fr; }
    .cond-concern-card { padding: 24px 16px 20px; }
}
@media (max-width: 600px) {
    .cond-concerns { padding-top: 56px; padding-bottom: 56px; }
    .cond-concerns__header { margin-bottom: 40px; }
}


/* ═══════════════════════════════════════════
   3. TREATMENTS
═══════════════════════════════════════════ */
.cond-treatments {
    background-color : var(--cond-bg-light);
    padding          : 72px 24px;
}

.cond-treatments__container {
    max-width : 1180px;
    margin    : 0 auto;
}

.cond-treatments__header {
    text-align    : center;
    margin-bottom : 56px;
}

.cond-treatments__title {
    font-family   : 'Playfair Display', Georgia, serif;
    font-size     : clamp(1.75rem, 3vw, 2.25rem);
    font-weight   : 600;
    color         : var(--cond-text);
    line-height   : 1.25;
    margin        : 0;
    letter-spacing: -0.01em;
}

.cond-treatments__grid {
    display               : grid;
    grid-template-columns : repeat(3, 1fr);
    gap                   : 32px;
}

@media (max-width: 1024px) {
    .cond-treatments__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .cond-treatments__grid { grid-template-columns: 1fr; gap: 24px; }
    .cond-treatments { padding-top: 56px; padding-bottom: 56px; }
    .cond-treatments__header { margin-bottom: 40px; }
}

.cond-treat-card {
    background-color : var(--cond-bg-white);
    border           : 1px solid var(--cond-border);
    border-radius    : var(--cond-radius);
    overflow         : hidden;
    display          : flex;
    flex-direction   : column;
    transition       : transform var(--cond-transition), box-shadow var(--cond-transition);
}
.cond-treat-card:hover {
    transform  : translateY(-5px);
    box-shadow : var(--cond-shadow-md);
}

.cond-treat-card__image-wrap {
    display      : block;
    overflow     : hidden;
    aspect-ratio : 3 / 2;
}
.cond-treat-card__img {
    width      : 100%;
    height     : 100%;
    object-fit : cover;
    display    : block;
    transition : transform var(--cond-transition);
}
.cond-treat-card:hover .cond-treat-card__img { transform: scale(1.04); }

.cond-treat-card__img-placeholder {
    width           : 100%;
    aspect-ratio    : 3 / 2;
    display         : flex;
    flex-direction  : column;
    align-items     : center;
    justify-content : center;
    gap             : 14px;
    background      : linear-gradient(145deg, #F7F2ED 0%, #EDE5DA 100%);
    border          : 1.5px dashed #C8B49A;
}

.cond-treat-card__img-placeholder::before {
    content           : '';
    display           : block;
    width             : 52px;
    height            : 52px;
    background-image  : url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A8927A' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z'/%3E%3Ccircle cx='12' cy='13' r='4'/%3E%3C/svg%3E");
    background-size   : contain;
    background-repeat : no-repeat;
    background-position: center;
    opacity           : 0.7;
}

.cond-treat-card__img-placeholder::after {
    content        : 'Add Photo';
    font-family    : 'Inter', sans-serif;
    font-size      : 0.6875rem;
    font-weight    : 500;
    color          : #A8927A;
    letter-spacing : 0.12em;
    text-transform : uppercase;
}

.cond-treat-card__body {
    padding        : 28px 28px 32px;
    flex           : 1;
    display        : flex;
    flex-direction : column;
}

.cond-treat-card__title {
    font-family   : 'Playfair Display', Georgia, serif;
    font-size     : 19px;
    font-weight   : 600;
    color         : var(--cond-text);
    line-height   : 1.3;
    margin        : 0 0 10px;
    letter-spacing: -0.01em;
}
.cond-treat-card__title-link {
    color           : inherit;
    text-decoration : none;
    transition      : color var(--cond-transition);
}
.cond-treat-card__title-link:hover,
.cond-treat-card:hover .cond-treat-card__title-link { color: var(--cond-accent); }

.cond-treat-card__text {
    font-family : 'Inter', sans-serif;
    font-size   : 15px;
    font-weight : 300;
    color       : var(--cond-text-muted);
    line-height : 1.65;
    margin      : 0 0 24px;
    flex        : 1;
}

.cond-treat-card__btn { align-self: flex-start; font-size: 0.8125rem; }


/* ═══════════════════════════════════════════
   3b. MID-PAGE CTA (after Treatments)
═══════════════════════════════════════════ */
.cond-cta-mid {
    background-color : var(--cond-bg-dark);
    padding          : 64px 24px;
    text-align       : center;
}

.cond-cta-mid__container {
    max-width : 700px;
    margin    : 0 auto;
}

.cond-cta-mid__heading {
    font-family   : 'Playfair Display', Georgia, serif;
    font-size     : clamp(1.625rem, 3vw, 2.25rem);
    font-weight   : 600;
    color         : #FFFFFF !important;
    line-height   : 1.25;
    margin        : 0 0 16px;
    letter-spacing: -0.01em;
}

.cond-cta-mid__subtext {
    font-family : 'Inter', sans-serif;
    font-size   : 16px;
    font-weight : 300;
    color       : rgba(255,255,255,0.75);
    line-height : 1.8;
    margin      : 0 0 32px;
}

.cond-cta-mid__actions {
    display         : flex;
    gap             : 16px;
    justify-content : center;
    flex-wrap       : wrap;
}

@media (max-width: 600px) {
    .cond-cta-mid { padding-top: 56px; padding-bottom: 56px; }
}
@media (max-width: 480px) {
    .cond-cta-mid          { padding-top: 48px; padding-bottom: 48px; }
    .cond-cta-mid__actions { flex-direction: column; }
    .cond-cta-mid__subtext { margin-bottom: 28px; }
}


/* ═══════════════════════════════════════════
   4. RECOMMENDED PROGRAMME
═══════════════════════════════════════════ */
.cond-programme {
    background-color : var(--cond-bg-light);
    padding          : 76px 24px;
    border-top       : 1px solid var(--cond-border);
}

.cond-programme__container {
    max-width  : 680px;
    margin     : 0 auto;
    text-align : center;
}

.cond-programme__container--with-image {
    max-width             : 1180px;
    text-align            : left;
    display               : grid;
    grid-template-columns : 1fr 1fr;
    gap                   : 80px;
    align-items           : center;
}

.cond-programme__title {
    font-family   : 'Playfair Display', Georgia, serif;
    font-size     : clamp(1.75rem, 3vw, 2.25rem);
    font-weight   : 600;
    color         : var(--cond-text);
    line-height   : 1.25;
    margin        : 0 0 12px;
    letter-spacing: -0.01em;
}

.cond-programme__subtitle {
    font-family : 'Inter', sans-serif;
    font-size   : 15px;
    font-weight : 500;
    color       : var(--cond-gold);
    line-height : 1.6;
    margin      : 0 0 32px;
}

.cond-programme__benefits {
    list-style     : none;
    margin         : 0 0 36px;
    padding        : 0;
    text-align     : left;
    display        : flex;
    flex-direction : column;
}

.cond-programme__container:not(.cond-programme__container--with-image) .cond-programme__benefits {
    display   : inline-flex;
    width     : 100%;
    max-width : 420px;
}

.cond-programme__benefit {
    display      : flex;
    align-items  : flex-start;
    gap          : 12px;
    padding      : 12px 0;
    border-bottom: 1px solid var(--cond-border);
    font-family  : 'Inter', sans-serif;
    font-size    : 15.4px;
    color        : #4a4a4a;
    line-height  : 1.55;
}
.cond-programme__benefit:last-child { border-bottom: none; }

.cond-programme__actions {
    display     : flex;
    gap         : 16px;
    flex-wrap   : wrap;
    align-items : center;
    margin-top  : 8px;
}

.cond-programme__container:not(.cond-programme__container--with-image) .cond-programme__actions {
    justify-content : center;
}

.cond-programme__img-wrap {
    border-radius : var(--cond-radius-lg);
    overflow      : hidden;
    aspect-ratio  : 4 / 5;
}
.cond-programme__img {
    width      : 100%;
    height     : 100%;
    object-fit : cover;
    display    : block;
}

.cond-programme__img-wrap--placeholder {
    display          : flex;
    flex-direction   : column;
    align-items      : center;
    justify-content  : center;
    gap              : 14px;
    background       : linear-gradient(145deg, #F7F2ED 0%, #EDE5DA 100%);
    border           : 1.5px dashed #C8B49A;
}
.cond-programme__img-wrap--placeholder::before {
    content           : '';
    display           : block;
    width             : 52px;
    height            : 52px;
    background-image  : url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A8927A' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z'/%3E%3Ccircle cx='12' cy='13' r='4'/%3E%3C/svg%3E");
    background-size   : contain;
    background-repeat : no-repeat;
    background-position: center;
    opacity           : 0.7;
}
.cond-programme__img-wrap--placeholder::after {
    content        : 'Add Photo';
    font-family    : 'Inter', sans-serif;
    font-size      : 0.6875rem;
    font-weight    : 500;
    color          : #A8927A;
    letter-spacing : 0.12em;
    text-transform : uppercase;
}

@media (max-width: 900px) {
    .cond-programme__container--with-image {
        grid-template-columns : 1fr;
        gap                   : 48px;
        text-align            : center;
    }
    .cond-programme__container--with-image .cond-programme__actions {
        justify-content : center;
    }
    .cond-programme__img-wrap { aspect-ratio: 16 / 9; }
    .cond-programme { padding: 64px 20px; }
}


/* ═══════════════════════════════════════════
   5. RESULTS — Before & After
═══════════════════════════════════════════ */
.cond-results {
    background-color : var(--cond-bg-white);
    padding          : 76px 24px;
    border-top       : 1px solid var(--cond-border);
}

.cond-results__container {
    max-width : 1180px;
    margin    : 0 auto;
}

.cond-results__header {
    text-align    : center;
    margin-bottom : 56px;
}

.cond-results__title {
    font-family   : 'Playfair Display', Georgia, serif;
    font-size     : clamp(1.75rem, 3vw, 2.25rem);
    font-weight   : 600;
    color         : var(--cond-text);
    line-height   : 1.25;
    margin        : 0;
    letter-spacing: -0.01em;
}

.cond-results__gallery {
    display               : grid;
    grid-template-columns : repeat(auto-fit, minmax(300px, 1fr));
    gap                   : 32px;
    margin-bottom         : 64px;
}

.cond-result-pair__images {
    display               : grid;
    grid-template-columns : 1fr 1fr;
    gap                   : 4px;
    border-radius         : var(--cond-radius);
    overflow              : hidden;
}

.cond-result-pair__image { position: relative; }

.cond-result-pair__image img {
    width        : 100%;
    aspect-ratio : 3 / 4;
    object-fit   : cover;
    display      : block;
}

.cond-result-pair__placeholder {
    width           : 100%;
    aspect-ratio    : 3 / 4;
    display         : flex;
    flex-direction  : column;
    align-items     : center;
    justify-content : center;
    gap             : 14px;
    background      : linear-gradient(145deg, #F7F2ED 0%, #EDE5DA 100%);
    border          : 1.5px dashed #C8B49A;
}

.cond-result-pair__placeholder::before {
    content          : '';
    display          : block;
    width            : 52px;
    height           : 52px;
    background-image : url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A8927A' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z'/%3E%3Ccircle cx='12' cy='13' r='4'/%3E%3C/svg%3E");
    background-size  : contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity          : 0.7;
}

.cond-result-pair__placeholder::after {
    content        : 'Add Photo';
    font-family    : 'Inter', sans-serif;
    font-size      : 0.6875rem;
    font-weight    : 500;
    color          : #A8927A;
    letter-spacing : 0.12em;
    text-transform : uppercase;
}

.cond-result-pair__label-before,
.cond-result-pair__label-after {
    position       : absolute;
    bottom         : 8px;
    left           : 8px;
    background     : rgba(0,0,0,0.52);
    color          : #FFFFFF;
    font-family    : 'Inter', sans-serif;
    font-size      : 0.6875rem;
    font-weight    : 600;
    letter-spacing : 0.10em;
    text-transform : uppercase;
    padding        : 4px 8px;
    border-radius  : 3px;
}

.cond-result-pair__caption {
    font-family : 'Inter', sans-serif;
    font-size   : 0.875rem;
    color       : var(--cond-text-muted);
    text-align  : center;
    margin-top  : 12px;
    font-style  : italic;
}

.cond-results__stats {
    display         : flex;
    justify-content : center;
    gap             : 64px;
    flex-wrap       : wrap;
    padding-top     : 56px;
    border-top      : 1px solid var(--cond-border);
}

.cond-stat-item { text-align: center; }

.cond-stat-item__value {
    font-family   : 'Playfair Display', Georgia, serif;
    font-size     : clamp(2.5rem, 5vw, 3.5rem);
    font-weight   : 700;
    color         : var(--cond-gold);
    line-height   : 1;
    margin-bottom : 10px;
}

.cond-stat-item__label {
    font-family    : 'Inter', sans-serif;
    font-size      : 14px;
    font-weight    : 400;
    color          : var(--cond-text-muted);
    letter-spacing : 0.04em;
    line-height    : 1.4;
}

@media (max-width: 600px) {
    .cond-results__stats { gap: 40px; }
    .cond-results { padding: 64px 20px; }
    .cond-results__header { margin-bottom: 40px; }
}
@media (max-width: 480px) {
    .cond-results__gallery { grid-template-columns: 1fr; gap: 24px; }
    .cond-results__stats   { gap: 28px; padding-top: 36px; }
    .cond-results          { padding-top: 56px; padding-bottom: 56px; }
}


/* ═══════════════════════════════════════════
   6. PRICING
═══════════════════════════════════════════ */
.cond-pricing {
    background-color : #FFF;
    padding          : 76px 24px;
    border-top       : 1px solid var(--cond-border);
}

.cond-pricing__container {
    max-width  : 1180px;
    margin     : 0 auto;
    text-align : center;
}

.cond-pricing__header {
    text-align    : center;
    margin-bottom : 52px;
}

.cond-pricing__title {
    font-family   : 'Playfair Display', Georgia, serif;
    font-size     : clamp(1.75rem, 3vw, 2.25rem);
    font-weight   : 600;
    color         : var(--cond-text);
    line-height   : 1.25;
    margin        : 0 0 12px;
    letter-spacing: -0.01em;
}

.cond-pricing__note {
    font-family : 'Inter', sans-serif;
    font-size   : 14px;
    color       : var(--cond-text-muted);
    line-height : 1.7;
    margin      : 20px 0;
    font-style  : italic;
}

.cond-pricing__grid {
    display               : grid;
    grid-template-columns : repeat(auto-fit, minmax(260px, 1fr));
    gap                   : 28px;
}

@media (max-width: 600px) {
    .cond-pricing__grid { grid-template-columns: 1fr; }
    .cond-pricing { padding: 64px 20px; }
    .cond-pricing__header { margin-bottom: 40px; }
}

.cond-pricing-card {
    background-color : var(--cond-bg-white);
    border           : 1px solid var(--cond-border);
    border-radius    : var(--cond-radius-lg);
    padding          : 36px 32px;
    position         : relative;
    display          : flex;
    flex-direction   : column;
    gap              : 12px;
    transition       : box-shadow var(--cond-transition), transform var(--cond-transition);
    text-align       : left;
}
.cond-pricing-card:hover {
    box-shadow : var(--cond-shadow-md);
    transform  : translateY(-4px);
}

.cond-pricing-card--highlight {
    border-color : var(--cond-gold);
    background   : linear-gradient(145deg, #fffdf8 0%, #fff8ec 100%);
}

.cond-pricing-card__badge {
    position       : absolute;
    top            : -13px;
    left           : 50%;
    transform      : translateX(-50%);
    background     : var(--cond-gold);
    color          : #FFFFFF;
    font-family    : 'Inter', sans-serif;
    font-size      : 0.6875rem;
    font-weight    : 600;
    letter-spacing : 0.09em;
    text-transform : uppercase;
    padding        : 5px 16px;
    border-radius  : 20px;
    white-space    : nowrap;
}

.cond-pricing-card__title {
    font-family : 'Inter', sans-serif;
    font-size   : 1rem;
    font-weight : 600;
    color       : var(--cond-text);
    margin      : 0;
    padding-top : 8px;
    line-height : 1.3;
}

.cond-pricing-card__price {
    font-family : 'Playfair Display', Georgia, serif;
    font-size   : clamp(1.5rem, 3vw, 1.875rem);
    font-weight : 600;
    color       : var(--cond-gold);
    line-height : 1.2;
}

.cond-pricing-card__description {
    font-family : 'Inter', sans-serif;
    font-size   : 0.875rem;
    font-weight : 300;
    color       : var(--cond-text-muted);
    line-height : 1.65;
    flex        : 1;
    margin      : 0;
}

@media (max-width: 480px) {
    .cond-pricing-card { padding: 28px 20px; }
}


/* ═══════════════════════════════════════════
   7. BOTTOM CTA SECTION  (dark green)
═══════════════════════════════════════════ */
.cond-cta {
    background-color : var(--cond-bg-dark);
    padding          : 80px 24px;
    text-align       : center;
}

.cond-cta__container {
    max-width : 720px;
    margin    : 0 auto;
}

.cond-cta__heading {
    font-family   : 'Playfair Display', Georgia, serif;
    font-size     : clamp(1.875rem, 4vw, 2.75rem);
    font-weight   : 600;
    color         : #FFFFFF !important;
    line-height   : 1.2;
    margin        : 0 0 20px;
    letter-spacing: -0.01em;
}

.cond-cta__subtext {
    font-family : 'Inter', sans-serif;
    font-size   : 16px;
    font-weight : 300;
    color       : rgba(255,255,255,0.72);
    line-height : 1.85;
    margin      : 0 0 40px;
}

.cond-cta__actions {
    display         : flex;
    gap             : 16px;
    justify-content : center;
    flex-wrap       : wrap;
}

@media (max-width: 560px) {
    .cond-cta { padding: 72px 20px; }
}


/* ═══════════════════════════════════════════
   TABLET — global condition tweaks
═══════════════════════════════════════════ */
@media (max-width: 1024px) {
    .cond-concerns    { padding: 52px 20px; }
    .cond-treatments  { padding: 52px 20px; }
    .cond-cta-mid     { padding: 52px 20px; }
    .cond-programme   { padding: 56px 20px; }
    .cond-results     { padding: 56px 20px; }
    .cond-pricing     { padding: 56px 20px; }
    .cond-cta         { padding: 60px 20px; }
    .cond-concerns__header,
    .cond-treatments__header,
    .cond-results__header,
    .cond-pricing__header { margin-bottom: 40px; }
}


/* ═══════════════════════════════════════════
   ACCESSIBILITY
═══════════════════════════════════════════ */
.cond-btn:focus-visible,
.cond-treat-card__btn:focus-visible,
.cond-pricing-card__btn:focus-visible {
    outline        : 3px solid var(--cond-accent);
    outline-offset : 3px;
}


/* ═══════════════════════════════════════════
   MOBILE — global button stacking
═══════════════════════════════════════════ */
@media (max-width: 480px) {
    .cond-hero__actions,
    .cond-cta-mid__actions,
    .cond-cta__actions,
    .cond-programme__actions {
        flex-direction : column;
    }
    .cond-btn {
        width           : 85%;
        text-align      : center;
        justify-content : center;
    }
}

/* ═══════════════════════════════════════════
   TYPOGRAPHY PASS — mobile
═══════════════════════════════════════════ */
@media (max-width: 768px) {
    .cond-label { font-size: 13px; }
    .cond-hero__title { font-size: clamp(24px, 6.5vw, 28px); }
    .cond-concerns__title,
    .cond-treatments__title,
    .cond-results__title,
    .cond-pricing__title,
    .cond-programme__title { font-size: clamp(20px, 5vw, 22px); }
    .cond-cta__heading { font-size: clamp(22px, 5.5vw, 26px); }
    .cond-cta-mid__heading { font-size: clamp(20px, 5vw, 24px); }
    .cond-concern-card__title { font-size: 17px; }
    .cond-pricing-card__title { font-size: 17px; }
    .cond-concern-card__description { font-size: 15px; }
    .cond-stat-item__value { font-size: clamp(28px, 7vw, 32px); }
    .cond-treat-card__btn { font-size: 14px; }
}

@media (max-width: 480px) {
    .cond-hero__title { font-size: clamp(22px, 6vw, 26px); }
    .cond-concerns__title,
    .cond-treatments__title,
    .cond-results__title,
    .cond-pricing__title,
    .cond-programme__title { font-size: 20px; }
    .cond-cta__heading     { font-size: 22px; }
    .cond-cta-mid__heading { font-size: 20px; }
}
