.elementor-189 .elementor-element.elementor-element-6c1c5bf{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-56440d2 *//* ===== THANK YOU CLEAN RESPONSIVE ===== */

.thank-you-hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background: #0f0f10;
}

.thank-you-box {
    width: 100%;
    max-width: 720px;
    padding: 50px 40px;
    background: #171718;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.06);
}

/* Titolo */
.thank-you-box h1 {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}

/* Sottotitolo */
.thank-you-sub {
    font-size: 18px;
    color: #c8a15a;
    margin-bottom: 35px;
}

/* Lista pulita */
.thank-you-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.thank-you-list li {
    font-size: 17px;
    color: #e8e8e8;
    margin-bottom: 14px;
    padding-left: 22px;
    position: relative;
}

.thank-you-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #c8a15a;
    font-weight: 600;
}

/* CTA */
.thank-you-cta p {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8e8e8e;
    margin-bottom: 18px;
}

/* Bottone */
.btn-call {
    display: inline-block;
    padding: 16px 36px;
    background: #c8a15a;
    color: #111;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.25s ease;
}

.btn-call:hover {
    background: #b08c4c;
}

/* ===== MOBILE OPTIMIZATION ===== */

@media (max-width: 768px) {

    .thank-you-box {
        padding: 35px 25px;
    }

    .thank-you-box h1 {
        font-size: 26px;
    }

    .thank-you-sub {
        font-size: 16px;
    }

    .thank-you-list li {
        font-size: 15px;
    }

    .btn-call {
        width: 100%;
        text-align: center;
        padding: 18px;
    }

}/* End custom CSS */