﻿.vin-search-container {
    text-align: center;
    padding: 60px 20px 40px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    max-width: 720px;
    margin: 60px auto;
}

.vin-title {
    font-size: 2.2rem;
    color: #1E3A8A;
    font-weight: 800;
    margin-bottom: 16px;
}

.vin-subtitle {
    color: #374151;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.vin-input-wrapper {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1.5px solid #d1d5db;
    border-radius: 12px;
    padding: 6px 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: 0.25s ease;
}

    .vin-input-wrapper:hover {
        border-color: #2563EB;
        box-shadow: 0 3px 10px rgba(37,99,235,0.15);
    }

.vin-input {
    border: none;
    outline: none;
    font-size: 1rem;
    padding: 10px;
    width: 260px;
    border-radius: 8px;
}



.vin-btn:hover {
    background: linear-gradient(90deg, #1E40AF, #1D4ED8);
    box-shadow: 0 0 8px rgba(37, 99, 235, 0.4);
}

.vin-counter {
    font-size: 0.9rem;
    color: #6B7280;
    margin-top: 10px;
}

/* 📱 Responsive */
@media (max-width: 600px) {
    .vin-search-container {
        padding: 40px 15px;
    }

    .vin-title {
        font-size: 1.8rem;
    }

    .vin-subtitle {
        font-size: 0.95rem;
    }


    .vin-btn {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        padding: 0 35px;
        background: linear-gradient(90deg, #2563EB, #1E3A8A);
        color: white;
        border: none;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        font-size: 1rem;
        font-weight: 600;
        cursor: pointer;
        transition: background 0.3s ease, box-shadow 0.3s ease;
    }
}




.info-card {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: min(92%,720px);
    background: linear-gradient(135deg,#f1f6ff,#e5eeff);
    border: 1px solid #d8e6ff;
    border-radius: 16px;
    padding: 16px 22px;
    box-shadow: 0 6px 16px rgba(0,0,0,.12);
    color: #0f2167;
    z-index: 2;
    animation: fadeIn .4s ease-in-out;
    overflow: hidden;
}

.info-title {
    margin: 0 0 4px 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0a2a80;
}

.info-sub {
    margin: 0 0 10px;
    font-size: .95rem;
    color: #334155;
}

.flag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    transition: max-height .4s ease;
    max-height: 100px; /* vetëm disa rreshta në fillim */
    overflow: hidden;
}

    .flag-row.expanded {
        max-height: 400px;
    }

.flag-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #d7e6ff;
    border-radius: 999px;
    padding: 6px 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    font-size: .9rem;
    color: #10337f;
    transition: transform .2s ease;
}

    .flag-pill:hover {
        transform: translateY(-2px);
    }

    .flag-pill img {
        width: 24px;
        height: 16px;
        border-radius: 3px;
    }

.flag-text {
    font-weight: 600;
}

.hidden-flag {
    display: inline-flex;
}
/* fillimisht të gjitha, por maskohen nga max-height */

.show-more-btn {
    margin-top: 10px;
    background: linear-gradient(90deg,#3b82f6,#2563eb);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 6px 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(37,99,235,.3);
    transition: all .25s ease;
}

    .show-more-btn:hover {
        transform: scale(1.03);
        box-shadow: 0 6px 16px rgba(59,130,246,.4);
    }



























.info-card {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: min(92%,720px);
    background: linear-gradient(135deg,#f1f6ff,#e5eeff);
    border: 1px solid #d8e6ff;
    border-radius: 16px;
    padding: 16px 22px;
    box-shadow: 0 6px 16px rgba(0,0,0,.12);
    color: #0f2167;
    z-index: 2;
    animation: fadeIn .4s ease-in-out;
    overflow: hidden;
}

.info-title {
    margin: 0 0 4px 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0a2a80;
}

.info-sub {
    margin: 0 0 10px;
    font-size: .95rem;
    color: #334155;
}

.flag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    transition: max-height .4s ease;
    max-height: 100px; /* vetëm disa rreshta në fillim */
    overflow: hidden;
}

    .flag-row.expanded {
        max-height: 400px;
    }

.flag-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #d7e6ff;
    border-radius: 999px;
    padding: 6px 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    font-size: .9rem;
    color: #10337f;
    transition: transform .2s ease;
}

    .flag-pill:hover {
        transform: translateY(-2px);
    }

    .flag-pill img {
        width: 24px;
        height: 16px;
        border-radius: 3px;
    }

.flag-text {
    font-weight: 600;
}

.hidden-flag {
    display: inline-flex;
}
/* fillimisht të gjitha, por maskohen nga max-height */

.show-more-btn {
    margin-top: 10px;
    background: linear-gradient(90deg,#3b82f6,#2563eb);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 6px 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(37,99,235,.3);
    transition: all .25s ease;
}

    .show-more-btn:hover {
        transform: scale(1.03);
        box-shadow: 0 6px 16px rgba(59,130,246,.4);
    }


/* ===== Banner poshtë VIN (stil profesional, ngjitur) ===== */
.vin-info-banner {
    margin-top: 2px !important; /* ngjitet direkt poshtë VIN */
    background: linear-gradient(90deg, #ffffff, #f3f6fb);
    color: #2c3e50;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    text-align: left;
    line-height: 1.7;
    padding: 18px 26px;
    border-radius: 14px;
    border-left: 5px solid #2563eb;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.05);
    width: 90%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeIn 0.6s ease-in-out;
    position: relative;
    top: -6px; /* e ngjit edhe më afër vizualisht */
}

    .vin-info-banner p {
        margin: 8px 0;
    }

    .vin-info-banner strong {
        color: #1e3a8a;
    }

    .vin-info-banner .highlight {
        color: #2563eb;
        font-weight: 600;
    }

    .vin-info-banner .korea-highlight {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-weight: 600;
        color: #1e3a8a;
    }

    .vin-info-banner .flag-korea {
        width: 22px;
        height: auto;
        border-radius: 3px;
        box-shadow: 0 0 5px rgba(37, 99, 235, 0.25);
    }

    /* Seksioni paralajmërues */
    .vin-info-banner .warning {
        margin-top: 12px;
        background: #fef9c3;
        border-left: 4px solid #facc15;
        color: #5b4c00;
        font-size: 0.9rem;
        padding: 10px 14px;
        border-radius: 10px;
        line-height: 1.6;
        box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.05);
    }

/* Efekti i animimit */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsivitet */
@media (max-width: 600px) {
    .vin-info-banner {
        font-size: 0.88rem;
        padding: 14px 18px;
        top: -4px;
    }

        .vin-info-banner .flag-korea {
            width: 18px;
        }

        .vin-info-banner .warning {
            font-size: 0.82rem;
        }
}







.vin-search-container {
    text-align: center;
    margin-top: 40px;
}

.vin-title {
    color: #1e3a8a;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 8px;
}

.vin-subtitle {
    color: #334155;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 20px auto;
}

.vin-input-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.vin-input {
    width: 100%;
    padding: 16px 140px 16px 20px;
    border: 2px solid #2563EB;
    border-radius: 50px;
    font-size: 1.05rem;
    outline: none;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}



.vin-btn {
    background: linear-gradient(90deg, #2563eb, #3b82f6);
    color: white;
    font-weight: 600;
    border: none;
    padding: 11px 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.25s;
}



.biz-toggle-btn {
    background: #f3f6fc;
    color: #1e3a8a;
    border: 2px solid #93c5fd;
    border-radius: 10px;
    padding: 11px 16px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.25s;
}

    .biz-toggle-btn:hover {
        background: #e0ecff;
        border-color: #2563eb;
    }

.vin-counter {
    margin-top: 8px;
    font-size: 0.9rem;
    color: #475569;
}

/* ===== Popup i biznesit ===== */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    animation: fadeIn 0.25s ease-in-out;
}

.popup-card {
    background: white;
    border-radius: 14px;
    padding: 24px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    width: 90%;
    max-width: 400px;
    text-align: left;
    animation: scaleIn 0.25s ease-out;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .popup-header h3 {
        color: #1e3a8a;
        margin: 0;
        font-size: 1.2rem;
    }

.popup-close {
    background: none;
    border: none;
    font-size: 1.6rem;
    color: #64748b;
    cursor: pointer;
}

.popup-desc {
    color: #475569;
    font-size: 0.95rem;
    margin-bottom: 14px;
}

.popup-input {
    width: 100%;
    padding: 10px 14px;
    border-radius: 8px;
    border: 2px solid #93c5fd;
    outline: none;
    font-size: 1rem;
    margin-bottom: 14px;
}

.popup-btn {
    width: 100%;
    background: linear-gradient(90deg, #2563eb, #3b82f6);
    color: white;
    font-weight: 600;
    padding: 10px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.25s;
}

    .popup-btn:hover {
        background: linear-gradient(90deg, #1d4ed8, #2563eb);
    }

.biz-info {
    margin-top: 14px;
    color: #2563eb;
    font-size: 0.95rem;
    font-weight: 500;
}

/* ===== Animacione ===== */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0.95);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.biz-info {
    margin-top: 12px;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 0.95rem;
    line-height: 1.6;
    animation: fadeIn 0.3s ease-in-out;
}

    /* ✅ Sukses */
    .biz-info.success {
        background: #ecfdf5;
        border-left: 4px solid #10b981;
        color: #065f46;
        box-shadow: 0 2px 8px rgba(16, 185, 129, 0.1);
    }

.biz-status {
    margin-top: 14px;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    animation: fadeIn 0.3s ease-in-out;
}

.biz-info {
    margin: 6px 0;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.6;
}

    .biz-info.valid {
        background: #ecfdf5;
        border-left: 4px solid #10b981;
        color: #065f46;
        display: inline-block;
        padding: 10px 16px;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(16, 185, 129, 0.08);
    }

    .biz-info.invalid {
        background: #fef2f2;
        border-left: 4px solid #dc2626;
        color: #991b1b;
        display: inline-block;
        padding: 10px 16px;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(220, 38, 38, 0.08);
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* === Overlay i errët me efekt blur & glow === */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease-in-out;
}

/* === Karta moderne === */
.popup-card-modern {
    background: linear-gradient(145deg, #ffffff, #f1f5f9);
    border-radius: 22px;
    padding: 2.2rem 2.5rem;
    width: 380px;
    max-width: 90%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 0 20px rgba(0, 150, 255, 0.2);
    text-align: center;
    animation: scaleIn 0.25s ease-out;
    transform-origin: center;
    border: 1px solid rgba(0, 123, 255, 0.1);
}

/* === Header modern me logo dhe emër === */
.popup-header-modern {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}

.popup-logo-modern {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
    padding: 8px;
    box-shadow: 0 0 20px rgba(0, 150, 255, 0.25);
    margin-bottom: 10px;
    animation: glowPulse 2s infinite ease-in-out;
}

.popup-header-modern h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0;
}

.popup-header-modern p {
    color: #475569;
    font-size: 0.95rem;
}

/* === Trupi i popup-it === */
.popup-body-modern {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 14px;
    padding: 1rem;
    margin-top: 1rem;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.05);
}

.popup-year-modern {
    font-size: 1.05rem;
    color: #0f172a;
    margin-bottom: 0.7rem;
}

    .popup-year-modern strong {
        color: #0284c7;
    }

/* === Ndajtesi elegant === */
.popup-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #0284c7, transparent);
    margin: 1rem 0;
}

/* === Teksti poshtë === */
.popup-text {
    font-size: 0.9rem;
    color: #334155;
    font-style: italic;
}

/* === Butoni kryesor === */
.popup-btn-modern {
    margin-top: 1.4rem;
    width: 100%;
    padding: 0.9rem 1rem;
    background: linear-gradient(135deg, #0284c7, #0369a1);
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(3, 105, 161, 0.3);
}

    .popup-btn-modern:hover {
        background: linear-gradient(135deg, #0ea5e9, #0284c7);
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(3, 105, 161, 0.4);
    }

/* === Animacione === */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes glowPu
/* Overlay i errët me transparencë elegante */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    backdrop-filter: blur(6px);
    animation: fadeIn 0.3s ease;
}

/* Karta moderne */
.popup-card-modern {
    background: linear-gradient(160deg, #ffffff 0%, #f2f7ff 100%);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    width: 95%;
    max-width: 400px;
    text-align: center;
    overflow: hidden;
    transform: scale(0.97);
    transition: transform 0.2s ease;
}

    .popup-card-modern:hover {
        transform: scale(1.02);
    }

/* Logo + header elegant */
.popup-header-modern {
    background: linear-gradient(145deg, #0078ff, #004aad);
    color: white;
    padding: 25px 15px;
}

.popup-logo-modern {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 10px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

.popup-brand-name {
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.popup-country {
    font-size: 0.95rem;
    color: #e0e0e0;
    margin-bottom: 0;
}

/* Përmbajtja */
.popup-body-modern {
    padding: 25px 20px;
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
}

.popup-text {
    color: #555;
}

/* Butoni */
.popup-btn-modern {
    display: block;
    width: 100%;
    background: linear-gradient(90deg, #0078ff, #00b0ff);
    color: white;
    border: none;
    padding: 14px 0;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0 0 20px 20px;
    transition: background 0.3s ease;
}

    .popup-btn-modern:hover {
        background: linear-gradient(90deg, #005bcc, #0090e6);
    }

/* Animacion i butë */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.35s ease forwards;
}



.btn-pack {
    margin: 5px;
    background: #0066cc;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    cursor: pointer;
}

    .btn-pack:hover {
        background: #004c99;
    }

.btn-confirm {
    margin-top: 10px;
    background: #22c55e;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    cursor: pointer;
    font-weight: bold;
}

    .btn-confirm:hover {
        background: #16a34a;
    }

.vin-info-link {
    text-align: center;
    margin-bottom: 12px;
}

    .vin-info-link a {
        color: #1E3A8A;
        font-weight: 600;
        font-size: 16px;
        text-decoration: none;
        transition: 0.3s;
    }

        .vin-info-link a:hover {
            color: #2563EB;
            text-decoration: underline;
        }




.loading-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top-color: #2563eb;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.report-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.report-card {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: transform .2s;
}

    .report-card:hover {
        transform: translateY(-3px);
    }

    .report-card h3 {
        margin: 0 0 .25rem;
        color: #1e3a8a;
    }

.price {
    font-size: 1.2rem;
    font-weight: bold;
    color: #111827;
    margin-bottom: .75rem;
}

.popup-btn-korea, .popup-btn-eu {
    width: 100%;
    padding: .6rem 1rem;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
}

.popup-btn-korea {
    background: linear-gradient(90deg,#0ea5e9,#0284c7);
}

.popup-btn-eu {
    background: linear-gradient(90deg,#2563eb,#1e40af);
}

    .popup-btn-korea:hover, .popup-btn-eu:hover {
        opacity: .9;
    }


.popup-card-modern.clean {
    background: #fff;
    border-radius: 14px;
    padding: 1.5rem 2rem;
    max-width: 420px;
    width: 90%;
    margin: auto;
    box-shadow: 0 8px 40px rgba(0,0,0,0.08);
    text-align: center;
}

.popup-logo-clean {
    width: 90px;
    height: auto;
    margin-bottom: .5rem;
    image-rendering: crisp-edges;
}

.popup-brand-name {
    margin: 0;
    font-size: 1.4rem;
    color: #111827;
    font-weight: 600;
}

.popup-country {
    font-size: .9rem;
    color: #6b7280;
}

.report-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
    margin-top: 1.2rem;
}

.report-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

    .report-card h3 {
        margin: 0 0 .25rem;
        color: #1e3a8a;
    }

.price {
    font-size: 1.1rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: .75rem;
}

.popup-btn-korea, .popup-btn-eu {
    width: 100%;
    padding: .6rem 1rem;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    transition: background .2s;
}

.popup-btn-korea {
    background: linear-gradient(90deg,#0ea5e9,#0369a1);
}

.popup-btn-eu {
    background: linear-gradient(90deg,#2563eb,#1e40af);
}

    .popup-btn-korea:hover, .popup-btn-eu:hover {
        opacity: .9;
    }

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #d1d5db;
    border-top-color: #2563eb;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.popup-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
}

.spinner {
    width: 45px;
    height: 45px;
    border: 4px solid #d1d5db;
    border-top-color: #2563eb;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.popup-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
    text-align: center;
}

.report-options.horizontal {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 1.5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.report-card {
    flex: 1 1 200px;
    max-width: 220px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    text-align: center;
}

.popup-card-modern.clean {
    background: #fff;
    border-radius: 14px;
    padding: 1.5rem 2rem;
    max-width: 460px;
    width: 95%;
    margin: auto;
    box-shadow: 0 8px 40px rgba(0,0,0,0.08);
}

.popup-loading p {
    color: #1e3a8a;
    font-weight: 500;
    animation: fadeText 1s ease-in-out infinite alternate;
}

@keyframes fadeText {
    from {
        opacity: 0.6;
    }

    to {
        opacity: 1;
    }
}



.report-options.horizontal {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.report-card.big {
    flex: 1 1 260px;
    max-width: 280px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    text-align: center;
    transition: all .25s ease;
}

    .report-card.big:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    }

    .report-card.big h3 {
        font-size: 1.25rem;
        color: #1e3a8a;
        margin-bottom: .75rem;
    }

.price-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .6rem;
    margin-bottom: .25rem;
}

.old-price {
    text-decoration: line-through;
    color: #9ca3af;
    font-size: 1rem;
}

.discount-badge {
    background: #dc2626;
    color: #fff;
    font-size: .85rem;
    padding: .15rem .5rem;
    border-radius: 6px;
    font-weight: 600;
}

.final-price {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: .75rem;
}

.popup-btn-korea, .popup-btn-eu {
    width: 100%;
    padding: .7rem 1rem;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    transition: opacity .2s;
}

.popup-btn-korea {
    background: linear-gradient(90deg,#0ea5e9,#0284c7);
}

.popup-btn-eu {
    background: linear-gradient(90deg,#2563eb,#1e40af);
}

    .popup-btn-korea:hover, .popup-btn-eu:hover {
        opacity: .9;
    }


.popup-card-modern.clean.small-header {
    background: #fff;
    border-radius: 14px;
    padding: 1.2rem 1.5rem 2rem;
    max-width: 600px;
    width: 95%;
    margin: auto;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    text-align: center;
}

.popup-header-small {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.popup-logo-mini {
    width: 48px;
    height: auto;
    filter: grayscale(0.3);
}

.brand-info h3 {
    font-size: 1.1rem;
    margin: 0;
    color: #111827;
}

.brand-info p {
    margin: 0;
    font-size: 0.85rem;
    color: #6b7280;
}

.popup-intro {
    font-size: 0.95rem;
    color: #1f2937;
    margin-top: 0.75rem;
    margin-bottom: 1.2rem;
    line-height: 1.4;
}

/* FOKUS te kartat */
.report-options.focus-cards {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.report-card.big {
    flex: 1 1 260px;
    max-width: 270px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 1.25rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    text-align: center;
    transition: all .25s ease;
}

    .report-card.big:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    }

    .report-card.big h3 {
        font-size: 1.25rem;
        color: #1e3a8a;
        margin-bottom: 0.5rem;
    }

.price-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    margin-bottom: .3rem;
}

.old-price {
    text-decoration: line-through;
    color: #9ca3af;
    font-size: .9rem;
}

.discount-badge {
    background: #dc2626;
    color: #fff;
    font-size: .8rem;
    padding: .1rem .45rem;
    border-radius: 6px;
    font-weight: 600;
}

.final-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: .75rem;
}

.popup-btn-korea, .popup-btn-eu {
    width: 100%;
    padding: .7rem 1rem;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    transition: opacity .2s;
}

.popup-btn-korea {
    background: linear-gradient(90deg,#0ea5e9,#0284c7);
}

.popup-btn-eu {
    background: linear-gradient(90deg,#2563eb,#1e40af);
}

    .popup-btn-korea:hover, .popup-btn-eu:hover {
        opacity: .9;
    }



    .main-content > * {
        position: relative;
        z-index: 1;
    }





/* ===============================
   Seksioni Kryesor i VIN Search
   =============================== */

.vin-input-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-top: 3rem;
}

/* ===============================
   Input + Butoni Verifiko
   =============================== */




.vin-input {
    width: 100%;
    padding: 16px 120px 16px 20px;
    border: 2px solid #2563EB;
    border-radius: 50px;
    font-size: 1.05rem;
    outline: none;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    /* Fokus pa lëvizje */
    .vin-input:focus {
        border-color: #1E3A8A;
        box-shadow: 0 2px 10px rgba(37, 99, 235, 0.3);
    }

/* Butoni Verifiko */
.vin-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #1E3A8A, #2563EB);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 28px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}




/* ===============================
   Butoni Kodi Biznesi
   =============================== */

.biz-toggle-btn {
    display: inline-block;
    margin-top: 5px;
    background: linear-gradient(90deg, #2563EB, #1E3A8A);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 16px 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.25);
}

    .biz-toggle-btn:hover {
        transform: scale(1.03);
        box-shadow: 0 6px 14px rgba(37, 99, 235, 0.35);
    }

/* ===============================
   Linku Informues
   =============================== */

.vin-info-link a {
    color: #1E3A8A;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

    .vin-info-link a:hover {
        color: #2563EB;
        text-decoration: underline;
    }

/* ===============================
   Responsivitet për Telefone
   =============================== */

@media (max-width: 600px) {
    .vin-input-container {
        position: relative;
        width: 100%;
        max-width: 500px;
    }

    .vin-input {
        font-size: 1rem;
        padding: 14px 110px 14px 18px;
    }

    .vin-btn {
        padding: 10px 25px;
        font-size: 0.95rem;
    }

    .biz-toggle-btn {
        width: 92%;
        font-size: 1rem;
        padding: 16px 0;
    }
}

.captcha-container {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 5px;
    transform: scale(0.95);
}


.grecaptcha-badge {
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    bottom: 10px !important;
    right: 10px !important;
    z-index: 9999 !important;
}


.vin-left-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 3rem 4rem;
    background: linear-gradient(145deg, #f8fafc, #e0e7ff);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    max-width: 550px;
    margin-left: 3rem;
    margin-top: 2.5rem;
    transition: all 0.3s ease;
}

.vin-left-wrapper {
    width: 100%;
}

.vin-left-container {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 0.6rem;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

.vin-left-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 1.1rem;
    padding: 0.9rem 1.2rem;
    border-radius: 8px;
    background: transparent;
    color: #1e3a8a;
    font-weight: 500;
    letter-spacing: 1px;
}

    .vin-left-input::placeholder {
        color: #9ca3af;
        font-weight: 400;
    }

.vin-left-btn {
    background: linear-gradient(90deg, #1E3A8A, #2563EB);
    color: #fff;
    border: none;
    padding: 0.9rem 1.8rem;
    font-size: 1rem;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    margin-left: 0.5rem;
    transition: background 0.3s, transform 0.2s;
}

    .vin-left-btn:hover {
        background: linear-gradient(90deg, #2563EB, #1E3A8A);
        transform: scale(1.04);
    }

.vin-left-business-btn {
    margin-top: 1.4rem;
    background: transparent;
    border: 2px solid #1E3A8A;
    color: #1E3A8A;
    padding: 0.6rem 1.4rem;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .vin-left-business-btn:hover {
        background: #1E3A8A;
        color: white;
    }

.vin-left-info {
    margin-top: 1.2rem;
}

    .vin-left-info a {
        color: #2563EB;
        text-decoration: none;
        font-size: 0.95rem;
        transition: color 0.2s;
    }

        .vin-left-info a:hover {
            color: #1E3A8A;
            text-decoration: underline;
        }













.coverage-card {
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    max-width: 620px;
    margin: 40px auto;
    font-family: 'Poppins', sans-serif;
    color: white;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

    /* animim i dritës */
    .coverage-card::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(120deg, rgba(30, 58, 138, 0.2), rgba(59, 130, 246, 0.3), rgba(30, 58, 138, 0.2));
        animation: rotateLight 10s linear infinite;
        z-index: 0;
    }

@keyframes rotateLight {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.coverage-card * {
    position: relative;
    z-index: 1;
}

.coverage-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.coverage-subtitle {
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 20px;
}

.coverage-flags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 20px;
}

.flag-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.95rem;
}

    .flag-item img {
        width: 48px;
        height: 32px;
        border-radius: 6px;
        margin-bottom: 6px;
        box-shadow: 0 2px 6px rgba(0,0,
    }


