/* Blocks under the catalogue cards (snippet catalogLanding). */

.catalog-cta {
    padding: 8px 0 32px;
}

.catalog-cta__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px 40px;
    overflow: hidden;
    padding: 32px 40px;
    color: #fff;
    border-radius: 20px;
    background: linear-gradient(120deg, #2b2724 0%, #3a302a 55%, #5a3a24 100%);
}

.catalog-cta__inner::after {
    position: absolute;
    top: -80px;
    right: -60px;
    z-index: 0;
    width: 280px;
    height: 280px;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 89, 0, .45) 0%, rgba(255, 89, 0, 0) 70%);
    pointer-events: none;
}

.catalog-cta__text {
    position: relative;
    z-index: 1;
    max-width: 640px;
}

.catalog-cta__title {
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.02em;
    text-transform: none;
}

.catalog-cta__text p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    line-height: 1.5;
}

.catalog-cta__actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-shrink: 0;
    gap: 12px;
    width: 340px;
}

.catalog-cta__button {
    padding: 15px 26px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    border-radius: 14px;
    background: #ff5900;
    box-shadow: 0 10px 24px rgba(255, 89, 0, .32);
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.catalog-cta__button:hover {
    background: #e85100;
    transform: translateY(-1px);
}

.catalog-cta__phones {
    display: flex;
    gap: 8px;
}

.catalog-cta__phone {
    flex: 1 1 0;
    padding: 8px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 12px;
}

.catalog-cta__phone span {
    display: block;
    color: rgba(255, 255, 255, .6);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.catalog-cta__phone:hover {
    color: #fff;
    border-color: #ff5900;
}

.catalog-landing {
    padding: 0 0 36px;
}

.catalog-landing__title {
    margin: 0 0 18px;
    color: #242424;
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.02em;
    text-transform: none;
}

.catalog-landing__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 24px;
    margin-bottom: 18px;
}

.catalog-landing__head .catalog-landing__title {
    margin: 0;
}

.catalog-landing__links {
    display: flex;
    gap: 20px;
}

.catalog-landing__links a {
    color: #d95813;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.catalog-landing__note {
    margin: 14px 0 0;
    color: #8a8179;
    font-size: 13px;
    line-height: 1.5;
}

.catalog-facts {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.catalog-facts li {
    padding: 16px 18px;
    border: 1px solid #eee7df;
    border-radius: 16px;
    background: #fff;
}

.catalog-facts b {
    display: block;
    color: #242424;
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.catalog-facts span {
    display: block;
    margin-top: 4px;
    color: #8a8179;
    font-size: 13px;
}

.catalog-packages {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.catalog-package {
    padding: 24px;
    border: 1px solid #eee7df;
    border-radius: 18px;
    background: #fff;
}

.catalog-package--turnkey {
    border-color: rgba(255, 89, 0, .35);
    box-shadow: 0 10px 30px rgba(255, 89, 0, .08);
}

.catalog-package__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.catalog-package__head h3 {
    margin: 0;
    color: #242424;
    font-size: 20px;
    font-weight: 800;
    text-transform: none;
}

.catalog-package__head b {
    color: #ff5900;
    font-size: 18px;
    font-weight: 800;
    white-space: nowrap;
}

.catalog-package p {
    margin: 6px 0 14px;
    color: #6e6761;
    font-size: 14px;
}

.catalog-package ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalog-package li {
    position: relative;
    margin: 0 0 8px;
    padding-left: 24px;
    color: #39342f;
    font-size: 14px;
    line-height: 1.45;
}

.catalog-package li::before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    content: "";
    border-radius: 50%;
    background: #ff5900 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m4.5 8.2 2.3 2.3 4.7-5' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 16px no-repeat;
}

.catalog-package--cold li::before {
    background-color: #9b928a;
}

.catalog-terms__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalog-term {
    position: relative;
    padding: 18px 18px 18px 64px;
    border: 1px solid #eee7df;
    border-radius: 16px;
    background: #fff;
}

.catalog-term::before {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 32px;
    height: 32px;
    content: "";
    border-radius: 10px;
    background: rgba(255, 89, 0, .1) var(--term-icon) center / 18px no-repeat;
}

.catalog-term b {
    display: block;
    color: #242424;
    font-size: 16px;
    font-weight: 800;
}

.catalog-term b a {
    color: inherit;
    text-decoration: none;
}

.catalog-term b a:hover {
    color: #ff5900;
}

.catalog-term span {
    display: block;
    margin-top: 4px;
    color: #6e6761;
    font-size: 13px;
    line-height: 1.45;
}

.catalog-term--prepay { --term-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff5900' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='6' width='20' height='13' rx='2'/%3E%3Cpath d='M2 10h20M6 15h4'/%3E%3C/svg%3E"); }
.catalog-term--contract { --term-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff5900' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 3H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z'/%3E%3Cpath d='M14 3v6h6M8 13h8M8 17h5'/%3E%3C/svg%3E"); }
.catalog-term--warranty { --term-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff5900' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 4 6v6c0 5 3.5 8 8 9 4.5-1 8-4 8-9V6z'/%3E%3Cpath d='m8.5 12 2.5 2.5 4.5-5'/%3E%3C/svg%3E"); }
.catalog-term--installment { --term-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff5900' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='17' rx='2'/%3E%3Cpath d='M3 9h18M8 2v4M16 2v4M8 14h2M14 14h2M8 17h2'/%3E%3C/svg%3E"); }
.catalog-term--mortgage { --term-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff5900' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11 12 4l9 7'/%3E%3Cpath d='M5 10v10h14V10M10 20v-5h4v5'/%3E%3C/svg%3E"); }
.catalog-term--factory { --term-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff5900' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21V10l6 3V10l6 3V6l6 3v12z'/%3E%3Cpath d='M7 17h2M13 17h2'/%3E%3C/svg%3E"); }

.catalog-works__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.catalog-work {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 3 / 2;
    border-radius: 16px;
    background: #eee7df;
}

.catalog-work img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.catalog-work:hover img {
    transform: scale(1.04);
}

.catalog-work span {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 28px 16px 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    background: linear-gradient(0deg, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, 0) 100%);
}

.catalog-faq__list {
    display: grid;
    gap: 10px;
    max-width: 980px;
}

.catalog-faq__item {
    border: 1px solid #eee7df;
    border-radius: 14px;
    background: #fff;
}

.catalog-faq__item summary {
    position: relative;
    padding: 16px 52px 16px 20px;
    color: #242424;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    list-style: none;
    cursor: pointer;
}

.catalog-faq__item summary::-webkit-details-marker {
    display: none;
}

.catalog-faq__item summary::after {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    content: "";
    border-radius: 50%;
    background: rgba(255, 89, 0, .1) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 6v12M6 12h12' stroke='%23ff5900' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E") center / 14px no-repeat;
    transition: transform .2s ease;
}

.catalog-faq__item[open] summary::after {
    transform: rotate(45deg);
}

.catalog-faq__answer {
    padding: 0 20px 16px;
}

.catalog-faq__answer p {
    margin: 0;
    color: #5c5752;
    font-size: 15px;
    line-height: 1.55;
}

.catalog-seo--landing .catalog-seo__intro p + p {
    margin-top: 8px;
}

.catalog-seo--landing .catalog-seo__body ol {
    padding-left: 20px;
}

.catalog-related {
    padding-bottom: 48px;
}

.catalog-related__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.catalog-related__item {
    display: block;
    padding: 18px 20px;
    color: #242424;
    text-decoration: none;
    border: 1px solid #eee7df;
    border-radius: 16px;
    background: #fff;
    transition: border-color .2s ease, transform .2s ease;
}

.catalog-related__item:hover {
    color: #242424;
    border-color: #ff5900;
    transform: translateY(-2px);
}

.catalog-related__item b {
    display: block;
    font-size: 16px;
    font-weight: 800;
}

.catalog-related__item b::after {
    content: " →";
    color: #ff5900;
}

.catalog-related__item span {
    display: block;
    margin-top: 4px;
    color: #6e6761;
    font-size: 13px;
    line-height: 1.4;
}

@media (max-width: 1199.98px) {
    .catalog-facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .catalog-works__grid,
    .catalog-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .catalog-cta__inner {
        flex-direction: column;
        align-items: stretch;
        padding: 28px;
    }

    .catalog-cta__actions {
        width: auto;
    }

    .catalog-packages,
    .catalog-terms__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-packages {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .catalog-cta {
        padding: 4px 0 24px;
    }

    .catalog-cta__inner {
        padding: 22px 18px;
        border-radius: 16px;
    }

    .catalog-cta__title {
        font-size: 22px;
    }

    .catalog-cta__text p {
        font-size: 14px;
    }

    .catalog-landing {
        padding-bottom: 28px;
    }

    .catalog-landing__title {
        margin-bottom: 14px;
        font-size: 22px;
    }

    .catalog-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .catalog-facts li {
        padding: 12px 14px;
        border-radius: 14px;
    }

    .catalog-facts li:first-child {
        grid-column: 1 / -1;
    }

    .catalog-facts b {
        font-size: 18px;
    }

    .catalog-package {
        padding: 18px;
        border-radius: 16px;
    }

    .catalog-package__head h3 {
        font-size: 18px;
    }

    .catalog-package__head b {
        font-size: 16px;
    }

    .catalog-terms__list {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .catalog-term {
        padding: 14px 14px 14px 58px;
        border-radius: 14px;
    }

    .catalog-term::before {
        top: 14px;
        left: 14px;
    }

    .catalog-works__grid {
        gap: 8px;
    }

    .catalog-work {
        border-radius: 12px;
    }

    .catalog-work span {
        padding: 20px 10px 8px;
        font-size: 13px;
    }

    .catalog-landing__links {
        gap: 14px;
    }

    .catalog-landing__links a {
        font-size: 14px;
    }

    .catalog-faq__item summary {
        padding: 14px 48px 14px 16px;
        font-size: 15px;
    }

    .catalog-faq__answer {
        padding: 0 16px 14px;
    }

    .catalog-faq__answer p {
        font-size: 14px;
    }

    .catalog-related__grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}
