﻿/* Hero - seksioni hyrës */
.buy-hero {
    background: linear-gradient(120deg, , #1565c0);
    color: #fff;
    padding: 90px 20px 70px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.buy-hero-content h1 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}

.buy-hero-content p {
    font-size: 16px;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.6;
    opacity: 0.95;
}

/* Trupi i faqes */
.buy-container {
    max-width: 880px;
    margin: 60px auto;
    padding: 40px 50px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    font-family: "Poppins", "Segoe UI", sans-serif;
}

/* Kartat e hapave */
.step-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}

.step-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    color: #004aad;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 22px;
    flex-shrink: 0;
}

.step-content h3 {
    margin: 0 0 6px;
    color: #0d47a1;
    font-size: 18px;
    font-weight: 600;
}

.step-content p {
    margin: 0;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}

.step-content ul {
    margin: 8px 0 0 18px;
    color: #333;
    font-size: 14.5px;
}

/* Seksioni për raportet koreane */
.delay-info {
    background: #fff8e1;
    border-left: 5px solid #ffb300;
    padding: 20px 25px;
    border-radius: 12px;
    margin-top: 35px;
    color: #5d4a00;
    font-size: 15px;
    line-height: 1.7;
}

    .delay-info h4 {
        margin-bottom: 8px;
        color: #795548;
    }

/* Kutia e suportit */
.support-box {
    background: #e3f2fd;
    border-left: 5px solid #004aad;
    padding: 20px 25px;
    border-radius: 12px;
    margin-top: 35px;
    font-size: 15px;
    color: #0d47a1;
    line-height: 1.6;
}

    .support-box a {
        color: wheat;
        text-decoration: none;
        font-weight: 600;
    }

/* Butoni i fundit */
.buy-action {
    text-align: center;
    margin-top: 45px;
}

.buy-btn {
    background: linear-gradient(135deg, #004aad, #1976d2);
    color: #fff;
    padding: 14px 34px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

    .buy-btn:hover {
        background: linear-gradient(135deg, #1976d2, #004aad);
        transform: translateY(-2px);
    }

/* Responsivitet */
@media (max-width: 700px) {
    .buy-container {
        padding: 30px 20px;
    }

    .step-card {
        flex-direction: column;
        border-bottom: 1px solid #eee;
    }

    .step-icon {
        width: 45px;
        height: 45px;
        border-radius: 10px;
    }
}


.qr-info-box {
    background: linear-gradient(135deg, #f9fbff, #e3f2fd);
    border-left: 5px solid #004aad;
    border-radius: 12px;
    padding: 20px 25px;
    margin-top: 30px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.05);
    font-size: 15px;
    color: #0d47a1;
    line-height: 1.7;
    transition: all 0.3s ease;
}

    .qr-info-box:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .qr-info-box h4 {
        margin-bottom: 8px;
        color: #004aad;
        font-weight: 600;
    }

.qr-highlight {
    background: #004aad;
    color: #fff;
    padding: 2px 6px;
    border-radius: 6px;
}
