/* =====================================================
   ALWAYS INCLUDED SECTION
   ===================================================== */

.cp-always {
    padding: 0px 0 100px;
}

/* Heading */

.cp-always__heading {
    margin: 0 0 31px;
    font-family: "SF UI Display", sans-serif;
    color: #F7F7F7;
    text-transform: none;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    letter-spacing: -2%;
}

/* Feature cards — 4 columns */

.cp-always__swiper {
    margin-bottom: 30px;
}

.cp-always__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.cp-always__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 30px 26px;
    border: 1px solid #1E1E1F;
    border-radius: 22px;
    transition: border-color 0.22s ease;
}

.cp-always__card-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 40px;
    border-radius: 50%;
    flex: 0 0 auto;
    -webkit-backdrop-filter: blur(4px) saturate(1.4);
    box-shadow: inset 1px 1.5px 0px -1px rgba(255, 255, 255, 0.60), inset -2px -2px 0px -2px rgba(255, 255, 255, 0.55), inset 0 0 12px 2px rgb(0 0 0 / 0%);
    background: linear-gradient(135deg, #f7f7f700, #F7F7F71A);
}

.cp-always__card-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;    
}

.cp-always__card-title {
    margin: 0 0 12px;
    font-family: "SF UI Display", sans-serif;
    color: #FFFFFF;
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1%;
}

.cp-always__card-text {
    margin: 0;
    font-family: "SF UI Display", sans-serif;
    color: #B9B9BA;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1%;
}

/* Bottom two-column layout */

.cp-always__bottom {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 14px;
    align-items: start;
    border: 1px solid #1E1E1F;
    border-radius: 22px;
    padding: 33px 30px 36px;
}

/* Left — guarantees list */

.cp-always__guarantees {
    max-width: 510px;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.cp-always__guarantee {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px 12px;
    background-color: #141517;
    border-radius: 100px;
}

.cp-always__guarantee:last-child {
    border-bottom: none;
}

.cp-always__guarantee-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex: 0 0 auto;
    -webkit-backdrop-filter: blur(4px) saturate(1.4);
    box-shadow: inset 1px 1.5px 0px -1px rgba(255, 255, 255, 0.60), inset -2px -2px 0px -2px rgba(255, 255, 255, 0.55), inset 0 0 12px 2px rgb(0 0 0 / 0%);
    background: linear-gradient(135deg, #f7f7f700, #F7F7F71A);
}

.cp-always__guarantee-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.cp-always__guarantee-body {
    font-family: "SF UI Display", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #B9B9BA;
}

.cp-always__guarantee-label {
    font-weight: 400;
    color: #FF9626;
    margin-right: 6px;
}

.cp-always__guarantee-label span{
    font-weight: 700;
}

/* Right — CTA */

.cp-always__cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.cp-always__cta-heading {
    margin: 0 0 30px 0;
    font-family: "SF UI Display", sans-serif;
    color: #F7F7F7;
    text-transform: none;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    letter-spacing: -2%;
}

.cp-always__cta-text {
    margin: 0 0 30px 0;
    font-family: "SF UI Display", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1%;
    background: linear-gradient(90deg, #FF9626 0%, #FFB15D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.cp-always__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 4px 4px 4px 20px;
    background: #F7F7F7;
    border-radius: 100px;
    font-family: "SF UI Display", sans-serif;
    color: #0B0D0E !important;
    min-width: 280px;
    transition: background 0.3s ease, color 0.3s ease;
    margin-top: auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1%;
}

.cp-always__cta-btn:hover {
    background: #0B0D0F;
    color: #F7F7F7 !important;
}

.cp-always__cta-btn:hover .cp-always__cta-btn-icon {
    background: #F7F7F7;
}

.cp-always__cta-btn:hover .cp-always__cta-btn-icon svg path {
    fill: #0B0D0F;
}

.cp-always__cta-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #0B0D0F;
    flex-shrink: 0;
    transition: background 0.3s ease;
}

.cp-always__cta-btn-icon svg path {
    transition: fill 0.3s ease;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 1200px) {
    .cp-always__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 769px) {
    .cp-always__swiper-pagination {
        display: none;
    }
}

@media (max-width: 1024px) {
    .cp-always__bottom {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .cp-always__cta {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .cp-always {
        padding: 80px 0 100px;
    }

    .cp-always__heading {
        font-size: 32px;
    }

    /* Swiper container */
    .cp-always__swiper {
        overflow: hidden;
        position: relative;
        padding-bottom: 40px;
        margin-bottom: 20px;
    }

    /* Cards row becomes swiper-wrapper */
    .cp-always__cards {
        display: flex;
        flex-direction: row;
        gap: 0;
    }

    /* Each card = one full-width slide */
    .cp-always__card {
        flex: 0 0 100%;
        width: 100%;
        padding: 20px 18px 24px;
    }

    .cp-always__card-icon {
        margin-bottom: 24px;
    }

    /* Pagination dots */
    .cp-always__swiper-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        position: absolute;
        bottom: 12px;
        left: 0;
        right: 0;
        z-index: 10;
    }

    .cp-always__swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background: rgba(247, 247, 247, 0.3);
        border-radius: 50%;
        opacity: 1;
    }

    .cp-always__swiper-pagination .swiper-pagination-bullet-active {
        background: #FF9626;
        transform: scale(1.4);
    }

    .cp-always__cta-heading {
        font-size: 28px;
    }

    .cp-always__cta-text {
        font-size: 16px;
    }

    .cp-always__cta-btn {
        min-width: 0;
        width: 100%;
    }
}
