/* ========================================
   FEATURES
======================================== */

.features-section {
    position: relative;

    padding: 130px 40px;

    background: #fafafa;

    overflow: hidden;
}


/* ========================================
   CONTAINER
======================================== */

.features-container {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;
}


/* ========================================
   HEADER
======================================== */

.features-header {
    max-width: 700px;

    margin: 0 auto 70px;

    text-align: center;
}

.section-label {
    display: inline-block;

    margin-bottom: 18px;

    color: #888;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 2px;
}

.features-header h2 {
    margin: 0;

    color: #111;

    font-size: clamp(38px, 4vw, 56px);
    line-height: 1.08;

    letter-spacing: -2.5px;

    font-weight: 600;
}

.features-header p {
    max-width: 600px;

    margin: 22px auto 0;

    color: #777;

    font-family: 'Poppins', sans-serif;

    font-size: 16px;
    line-height: 1.7;
}


/* ========================================
   FEATURES GRID
======================================== */

.features-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 16px;
}


/* ========================================
   CARD
======================================== */

.feature-card {
    position: relative;

    min-height: 240px;

    padding: 30px;

    display: flex;
    flex-direction: column;

    background: #fff;

    border: 1px solid #e8e8e8;

    border-radius: 20px;

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.feature-card:hover {
    transform: translateY(-4px);

    border-color: #dcdcdc;

    box-shadow:
        0 15px 40px rgba(0, 0, 0, .06);
}


/* ========================================
   ICON
======================================== */

.feature-icon {
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 24px;

    border-radius: 14px;

    background: #f4f4f4;

    color: #111;

    font-size: 18px;
}


/* ========================================
   CONTENT
======================================== */

.feature-content {
    display: flex;
    flex-direction: column;

    height: 100%;
}

.feature-content h3 {
    margin: 0;

    color: #111;

    font-size: 18px;
    font-weight: 600;

    letter-spacing: -.3px;
}

.feature-content p {
    margin: 10px 0 0;

    color: #777;

    font-family: 'Poppins', sans-serif;

    font-size: 14px;
    line-height: 1.7;
}


/* ========================================
   INTEGRATION CARDS
======================================== */

.feature-card-integration {
    overflow: hidden;
}

.integration-logo {
    position: absolute;

    top: 24px;
    right: 24px;

    width: 48px;
    height: 28px;

    object-fit: contain;
    object-position: right center;
}


/* ========================================
   CHECKOUT SECTION
======================================== */

.checkout-section {
    margin-top: 80px;
}


/* ========================================
   CHECKOUT HEADER
======================================== */

.checkout-section-header {
    max-width: 700px;

    margin: 0 auto 30px;

    text-align: center;
}

.checkout-section-header .section-label {
    margin-bottom: 14px;
}

.checkout-section-header h3 {
    margin: 0;

    color: #111;

    font-size: 30px;
    line-height: 1.15;

    letter-spacing: -1px;

    font-weight: 600;
}

.checkout-section-header p {
    max-width: 600px;

    margin: 14px auto 0;

    color: #777;

    font-family: 'Poppins', sans-serif;

    font-size: 14px;
    line-height: 1.7;
}


/* ========================================
   CHECKOUT GRID
======================================== */

.checkout-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 16px;
}


/* ========================================
   CHECKOUT CARD
======================================== */

.checkout-card {
    position: relative;

    min-height: 330px;

    padding: 34px;

    display: flex;
    flex-direction: column;

    background: #111;

    border: 1px solid #111;

    border-radius: 22px;

    box-shadow:
        0 20px 50px rgba(0, 0, 0, .10);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.checkout-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 25px 60px rgba(0, 0, 0, .15);
}


/* ========================================
   CHECKOUT TOP
======================================== */

.checkout-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;
}

.checkout-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 15px;

    background: #252525;

    color: #fff;

    font-size: 21px;
}


/* ========================================
   CHECKOUT BADGE
======================================== */

.checkout-badge {
    padding: 6px 10px;

    border-radius: 999px;

    background: #292929;

    color: #aaa;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 1px;
}


/* ========================================
   CHECKOUT CONTENT
======================================== */

.checkout-content {
    margin-top: 28px;
}

.checkout-content h3 {
    margin: 0;

    color: #fff;

    font-size: 24px;

    font-weight: 600;

    letter-spacing: -.6px;
}

.checkout-content p {
    max-width: 480px;

    margin: 12px 0 0;

    color: #aaa;

    font-family: 'Poppins', sans-serif;

    font-size: 13px;
    line-height: 1.7;
}


/* ========================================
   CHECKOUT FOOTER
======================================== */

.checkout-footer {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;

    margin-top: auto;
    padding-top: 28px;
}

.checkout-footer span {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    padding: 8px 11px;

    border: 1px solid #333;

    border-radius: 999px;

    color: #bbb;

    font-family: 'Poppins', sans-serif;

    font-size: 10px;
}

.checkout-footer i {
    color: #fff;

    font-size: 8px;
}


/* ========================================
   ONLINE CHECKOUT METHODS
======================================== */

.checkout-methods {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;

    margin-top: auto;
    padding-top: 28px;
}

.checkout-methods span {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    padding: 8px 11px;

    border: 1px solid #333;

    border-radius: 999px;

    color: #bbb;

    font-family: 'Poppins', sans-serif;

    font-size: 10px;
}

.checkout-methods i {
    color: #fff;

    font-size: 10px;
}


/* ========================================
   WHATSAPP
======================================== */

.checkout-card-whatsapp .checkout-icon {
    color: #fff;
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 950px) {

    .features-section {
        padding: 100px 24px;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .checkout-grid {
        grid-template-columns: 1fr;
    }

    .checkout-card {
        min-height: 300px;
    }
}


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

@media (max-width: 600px) {

    .features-section {
        padding: 80px 20px;
    }

    .features-header {
        margin-bottom: 45px;
    }

    .features-header h2 {
        font-size: 38px;

        letter-spacing: -1.8px;
    }

    .features-header p {
        font-size: 14px;
    }

    .features-grid {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .feature-card {
        min-height: 220px;

        padding: 25px;

        border-radius: 18px;
    }

    .integration-logo {
        top: 20px;
        right: 20px;

        width: 44px;
        height: 25px;
    }

    .checkout-section {
        margin-top: 60px;
    }

    .checkout-section-header h3 {
        font-size: 27px;
    }

    .checkout-section-header p {
        font-size: 13px;
    }

    .checkout-card {
        min-height: 0;

        padding: 26px;

        border-radius: 19px;
    }

    .checkout-content h3 {
        font-size: 22px;
    }

    .checkout-content p {
        font-size: 12px;
    }
}