/* Squeeze pages — condensed Lead Pages (Post-Discharge Squeeze, Save-Hours Squeeze) */

body.squeeze-landing {
    --sq-purple: #785788;
    --sq-purple-dark: #4E3360;
    --sq-purple-deep: #2E1B3A;
    --sq-purple-light: #F3EDF6;
    --sq-gold: #F1C677;
    --sq-gold-dark: #C99A3E;
    --sq-off-white: #FBF9FC;
    --sq-ink: #241B2B;
    --sq-gray: #6E6678;
    --sq-rule: #E5DCEB;
    color: var(--sq-ink);
    font-family: 'DM Sans', sans-serif;
    line-height: 1.6;
}

body.squeeze-landing .elementor-widget-heading .elementor-heading-title,
body.squeeze-landing .sq-h1 {
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    line-height: 1.15;
}

/* Hero: two-column row */
body.squeeze-landing .sq-hero {
    background: linear-gradient(160deg, var(--sq-purple-deep) 0%, var(--sq-purple-dark) 60%, var(--sq-purple) 100%);
    padding: 64px 0;
}

body.squeeze-landing .sq-hero-left {
    color: #fff;
}

body.squeeze-landing .sq-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sq-gold);
    margin: 0 0 14px;
}

body.squeeze-landing .sq-hero-left .elementor-heading-title {
    font-size: clamp(30px, 4vw, 44px);
    color: #fff;
    margin-bottom: 18px;
}

body.squeeze-landing .sq-intro {
    font-size: 18px;
    color: #E6DCEF !important;
    margin-bottom: 26px;
}

body.squeeze-landing .sq-closing {
    font-size: 16px;
    color: #E6DCEF !important;
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid rgba(241, 198, 119, 0.3);
}

/* Checklist */
body.squeeze-landing .sq-checklist .elementor-icon-list-items {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

body.squeeze-landing .sq-checklist .elementor-icon-list-item {
    align-items: flex-start;
}

body.squeeze-landing .sq-checklist .elementor-icon-list-icon {
    color: var(--sq-gold);
    margin-top: 2px;
}

body.squeeze-landing .sq-checklist .elementor-icon-list-icon i {
    font-size: 16px;
}

body.squeeze-landing .sq-checklist .elementor-icon-list-text {
    color: #F2ECF7;
    font-size: 16px;
    line-height: 1.5;
}

/* Form card (right column) */
body.squeeze-landing .sq-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 38px;
    box-shadow: 0 18px 50px rgba(78, 51, 96, 0.25);
}

body.squeeze-landing .sq-form-card .elementor-heading-title {
    color: var(--sq-purple-deep);
    font-size: 24px;
    margin-bottom: 6px;
}

body.squeeze-landing .sq-form-card .sq-form-sub {
    color: var(--sq-gray);
    font-size: 14px;
    margin-bottom: 18px;
}

body.squeeze-landing .sq-privacy {
    text-align: center;
    font-size: 12px;
    color: var(--sq-gray);
    margin-top: 14px;
}

body.squeeze-landing .gform_wrapper .gform_button,
body.squeeze-landing .gform_wrapper input[type="submit"] {
    background: var(--sq-gold) !important;
    color: var(--sq-purple-deep) !important;
    border: none !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
    padding: 14px 32px !important;
    font-family: 'DM Sans', sans-serif !important;
    transition: transform 0.15s ease;
}

body.squeeze-landing .gform_wrapper .gform_button:hover,
body.squeeze-landing .gform_wrapper input[type="submit"]:hover {
    transform: translateY(-2px);
}

/* Supporting image band */
body.squeeze-landing .sq-band {
    background: var(--sq-off-white);
    padding: 56px 0;
}

body.squeeze-landing .sq-band-image img {
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(78, 51, 96, 0.15);
}

body.squeeze-landing .sq-band-stat {
    font-family: 'DM Serif Display', serif;
    font-size: 40px;
    color: var(--sq-purple-deep);
    line-height: 1;
    margin-bottom: 8px;
}

body.squeeze-landing .sq-band-caption {
    color: var(--sq-gray);
    font-size: 16px;
    line-height: 1.6;
}

body.squeeze-landing .sq-band-caption strong {
    color: var(--sq-purple-deep);
}

/* Desktop two-column enforcement (mirrors post-discharge/save-hours pattern) */
@media (min-width: 861px) {
    body.squeeze-landing .sq-hero-row {
        --flex-wrap: nowrap !important;
    }

    body.squeeze-landing .sq-hero-row > .e-con-inner {
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
    }

    body.squeeze-landing .sq-hero-left {
        --width: 56% !important;
        flex: 0 0 56% !important;
        width: 56% !important;
        max-width: 56% !important;
    }

    body.squeeze-landing .sq-hero-right {
        --width: 44% !important;
        flex: 0 0 44% !important;
        width: 44% !important;
        max-width: 44% !important;
    }

    body.squeeze-landing .sq-band-row > .e-con-inner {
        flex-wrap: nowrap !important;
        align-items: center !important;
    }

    body.squeeze-landing .sq-band-image {
        --width: 42% !important;
        flex: 0 0 42% !important;
        width: 42% !important;
        max-width: 42% !important;
    }

    body.squeeze-landing .sq-band-text {
        --width: 52% !important;
        flex: 0 0 52% !important;
        width: 52% !important;
        max-width: 52% !important;
    }
}

@media (max-width: 860px) {
    body.squeeze-landing .sq-hero {
        padding: 44px 0;
    }

    body.squeeze-landing .sq-form-card {
        margin-top: 32px;
        padding: 28px;
    }

    body.squeeze-landing .sq-band-row {
        flex-direction: column;
    }
}
