.search_description.\--bottom.\--skeleton.cm {
    padding: 0;
    margin-top: 32px;
}

.search_description.\--bottom.\--skeleton.cm .search_description__wrapper {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    color: #1f2937;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    box-sizing: border-box;
}

.search_description.\--bottom.\--skeleton.cm h2 {
    max-width: 860px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #111827;
    margin: 56px 0 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
}

.search_description.\--bottom.\--skeleton.cm h2:first-child {
    margin-top: 0;
}

.search_description.\--bottom.\--skeleton.cm h3 {
    max-width: 860px;
    font-size: 22px !important;
    line-height: 1.35;
    font-weight: 500;
    color: #111827;
    margin: 34px 0 10px;
    padding: 18px 20px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    scroll-margin-top: 100px;
}

.search_description.\--bottom.\--skeleton.cm p {
    margin: 0 0 18px;
    color: #374151;
    max-width: 860px;
}

.search_description.\--bottom.\--skeleton.cm strong {
    color: #111827;
    font-weight: 700;
}

.search_description.\--bottom.\--skeleton.cm a {
    color: #0f766e;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.search_description.\--bottom.\--skeleton.cm a:hover {
    color: #134e4a;
}

.search_description.\--bottom.\--skeleton.cm ul {
    margin: 20px 0 24px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
    max-width: 860px;
}

.search_description.\--bottom.\--skeleton.cm ul li {
    position: relative;
    padding: 14px 16px 14px 48px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    color: #1f2937;
    line-height: 1.6;
}

.search_description.\--bottom.\--skeleton.cm ul li::before {
    content: "✓";
    position: absolute;
    left: 16px;
    top: 13px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_description.\--bottom.\--skeleton.cm h2 + p {
    font-size: 17px;
}

.search_description.\--bottom.\--skeleton.cm h2:last-of-type {
    margin-top: 64px;
}

.search_description.\--bottom.\--skeleton.cm h3 + p {
    margin-top: 0;
    padding: 0 4px 8px;
}

/* Box kontaktowy */

.projector_ask_wrapper {
    margin-top: 56px;
    padding: 36px 24px !important;
    border-radius: 24px !important;
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    border: 1px solid #fed7aa;
    text-align: center;
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
    max-width: 860px;
}

.projector_ask_title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    color: #111827;
    margin-bottom: 10px;
}

.projector_ask_subtitle {
    max-width: 700px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
    color: #374151;
}

.projector_ask_buttons {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.projector_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    min-height: 56px;
    padding: 14px 22px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.projector_button.solid {
    background: #111827;
    color: #ffffff !important;
    border: 2px solid #111827;
}

.projector_button.outline {
    background: #ffffff;
    color: #111827 !important;
    border: 2px solid #d1d5db;
}

.projector_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.10);
}

/* MOBILE */

@media (max-width: 768px) {

    .search_description.\--bottom.\--skeleton.cm .search_description__wrapper {
        padding: 0 16px;
        font-size: 16px;
        line-height: 1.75;
    }

    .search_description.\--bottom.\--skeleton.cm h2 {
        font-size: 24px;
        margin: 40px 0 16px;
        padding-bottom: 8px;
    }

    .search_description.\--bottom.\--skeleton.cm h3 {
        font-size: 19px;
        padding: 16px;
        margin: 26px 0 10px;
    }

    .search_description.\--bottom.\--skeleton.cm p {
        margin-bottom: 16px;
    }

    .search_description.\--bottom.\--skeleton.cm ul li {
        padding: 13px 14px 13px 44px;
        border-radius: 12px;
    }

    .search_description.\--bottom.\--skeleton.cm ul li::before {
        left: 14px;
        top: 12px;
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .projector_ask_wrapper {
        padding: 28px 18px !important;
        border-radius: 18px !important;
        margin-top: 42px;
    }

    .projector_ask_title {
        font-size: 24px;
    }

    .projector_ask_subtitle {
        font-size: 16px;
    }

    .projector_button {
        width: 100%;
        min-width: 0;
    }
}