/* ===================================================================
   CSS DEDYKOWANY DLA STRONY WYCENIARKI (wyceniarka.php)
   Atlas Nieruchomości - Wycena SonarHome
   =================================================================== */

.valuation-page {
    background: #fff;
    overflow-x: hidden;
}

.valuation-intro {
    padding: 122px 0 22px;
    background: #fff;
}

.valuation-copy {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.valuation-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #435771;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.valuation-copy h1 {
    color: var(--primary-color);
    font-size: clamp(1.85rem, 2.4vw, 2.25rem);
    margin-bottom: 10px;
    letter-spacing: 0;
}

.valuation-copy p {
    max-width: 680px;
    margin: 0 auto;
    color: #4d5968;
    font-size: 1rem;
    line-height: 1.7;
}

.valuation-tool {
    padding: 10px 0 64px;
    background: #fff;
}

.valuation-widget {
    max-width: 760px;
    margin: 0 auto;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.valuation-frame {
    display: block;
    width: 100%;
    min-height: 900px;
    height: 1040px;
    border: 0;
    background: #fff;
    filter: saturate(0.6);
}

.valuation-note {
    max-width: 900px;
    margin: 18px auto 0;
    color: #526272;
    text-align: center;
    font-size: 0.9rem;
}

@media (max-width: 900px) {
    .valuation-intro {
        padding-top: 108px;
    }
}

@media (max-width: 720px) {
    .valuation-intro {
        padding: 96px 0 24px;
    }

    .valuation-page .container {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .valuation-copy {
        max-width: 100%;
    }

    .valuation-copy h1 {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.38rem;
        line-height: 1.28;
        overflow-wrap: anywhere;
    }

    .valuation-copy p {
        max-width: 300px;
        font-size: 0.88rem;
    }

    .valuation-widget {
        width: 100%;
        max-width: 100%;
    }

    .valuation-frame {
        min-height: 900px;
        height: 1000px;
    }
}

@media (max-width: 420px) {
    .valuation-intro {
        padding-top: 96px;
    }
}
