.elementor-787 .elementor-element.elementor-element-1e9b2fe{--display:flex;}/* Start custom CSS for html, class: .elementor-element-284a5b8 */#hh-home-care-conf {
        --primary: #2e7d32;
        --secondary: #fbc02d;
        --accent: #1b5e20;
        --bg-light: #f9fbf9;
        --text-dark: #2c3e50;
        --text-muted: #6c757d;
        --white: #ffffff;
        
        font-family: 'Source Sans Pro', sans-serif;
        color: var(--text-dark);
        line-height: 1.5;
        background-color: var(--bg-light);
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .hh-conf-hero {
        padding: 80px 5%;
        text-align: center;
        background: linear-gradient(135deg, #f1f8e9 0%, #ffffff 100%);
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hh-success-icon {
        width: 80px;
        height: 80px;
        background: var(--primary);
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.5rem;
        margin-bottom: 30px;
        box-shadow: 0 10px 20px rgba(46, 125, 50, 0.2);
    }

    .hh-conf-hero h1 {
        font-family: 'Playfair Display', serif;
        font-size: clamp(2.5rem, 5vw, 3.5rem);
        color: var(--primary);
        margin-bottom: 20px;
    }

    .hh-conf-hero p {
        font-size: 1.25rem;
        color: var(--text-muted);
        max-width: 600px;
        margin-bottom: 40px;
    }

    .hh-guidance-card {
        background: var(--white);
        padding: 40px;
        border-radius: 20px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.05);
        max-width: 800px;
        width: 90%;
        margin-bottom: 60px;
        text-align: left;
    }

    .hh-guidance-card h2 {
        font-family: 'Playfair Display', serif;
        font-size: 1.8rem;
        color: var(--primary);
        margin-bottom: 25px;
        border-bottom: 2px solid #f1f8e9;
        padding-bottom: 10px;
    }

    .hh-step {
        display: flex;
        gap: 20px;
        margin-bottom: 25px;
    }

    .hh-step-number {
        background: var(--secondary);
        color: #000;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        flex-shrink: 0;
    }

    .hh-step-text h3 {
        margin: 0 0 5px 0;
        font-size: 1.1rem;
        color: var(--text-dark);
    }

    .hh-step-text p {
        margin: 0;
        font-size: 0.95rem;
        color: var(--text-muted);
    }

    .hh-urgent-call {
        margin-top: 50px;
        padding: 30px;
        background: #fff;
        border: 2px dashed var(--secondary);
        border-radius: 15px;
        display: inline-block;
        text-align: center;
    }

    @media (max-width: 600px) {
        .hh-guidance-card { padding: 30px 20px; }
    }/* End custom CSS */