/* RREGULLAT BAZË */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background-color: #f4f6f9;
    color: #1e293b;
    scroll-behavior: smooth;
}

/* NAVBAR (MENUA) */
.navbar {
    background-color: #0f172a;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.nav-container {
    max-w: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 70px;
}

.logo {
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1px;
}

.logo span {
    color: #a855f7;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 25px;
}

.nav-menu a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-menu a:hover, .nav-menu a.active {
    color: #a855f7;
}

/* DROPDOWN KATEGORITË */
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    width: 260px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-radius: 12px;
    padding: 10px 0;
    display: none;
    border: 1px solid #e2e8f0;
    margin-top: 10px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li a {
    color: #334155;
    padding: 12px 20px;
    display: flex;
}

.dropdown-menu li a:hover {
    background-color: #f8fafc;
    color: #a855f7;
}

.btn-shto {
    background-color: #a855f7;
    color: white;
    text-decoration: none;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    transition: background-color 0.2s;
}

.btn-shto:hover {
    background-color: #9333ea;
}

/* HERO SECTION & AI FORMULA */
.hero-section {
    background-color: #0f172a;
    color: white;
    padding: 60px 20px;
    text-align: center;
}

.hero-container {
    max-w: 700px;
    margin: 0 auto;
}

.hero-section h1 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px;
}

.hero-section p {
    color: #94a3b8;
    margin-bottom: 30px;
    font-size: 16px;
}

.form-kartela {
    background-color: #1e293b;
    border-radius: 16px;
    padding: 25px;
    text-align: left;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3);
    border: 1px solid #334155;
}

.input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.form-Rreshti {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.input-group-gjysme {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

label {
    font-size: 13px;
    color: #94a3b8;
    font-weight: 500;
}

textarea, input, select {
    background-color: #0f172a;
    border: 1px solid #334155;
    border-radius: 8px;
    padding: 12px;
    color: white;
    font-size: 14px;
    outline: none;
    width: 100%;
}

textarea {
    height: 100px;
    resize: none;
}

textarea:focus, input:focus, select:focus {
    border-color: #a855f7;
}

.Veprimet-formës {
    display: flex;
    gap: 15px;
}

.btn-ai {
    background: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    justify-content: center;
}

.btn-publiko {
    background-color: #22c55e;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    flex: 1;
}

.btn-publiko:disabled {
    background-color: #64748b;
    cursor: not-allowed;
}

/* GRIDI I NJOFTIMEVE */
.main-content {
    max-w: 1200px;
    margin: 50px auto;
    padding: 0 20px;
}

.section-header {
    margin-bottom: 30px;
}

.section-header h2 {
    font-size: 24px;
    font-weight: 700;
}

.section-header p {
    color: #64748b;
}

.produket-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
}

.karta {
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
    transition: transform 0.2s;
}

.karta:hover {
    transform: translateY(-4px);
}

.karta-imazhi {
    position: relative;
    height: 200px;
}

.karta-imazhi img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* BADGES E VLERËSIMIT */
.badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    gap: 6px;
}

.vleresimi-shkelqyer { background-color: #10b981; }
.vleresimi-mire { background-color: #f59e0b; }
.vleresimi-larte { background-color: #ef4444; }

.karta-permbajtja {
    padding: 20px;
}

.karta-kategoria {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #a855f7;
}

.karta-permbajtja h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 8px 0;
}

.karta-lokacioni {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 12px;
}

.karta-fundi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f1f5f9;
}

.qmimi {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
}

.krahasimi-tekst {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
}

.tekst-jeshil { color: #10b981; background-color: #ecfdf5; }
.tekst-portokalli { color: #f59e0b; background-color: #fffbeb; }
.tekst-kuq { color: #ef4444; background-color: #fef2f2; }