/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #0f0f0f;
    color: #f5f5f5;
}

/* HEADER */
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 40px;
    background: #000;
    border-bottom: 1px solid #2a2a2a;
}

.logo img {
    height: 48px;
    filter: drop-shadow(0 0 6px rgba(255,215,0,0.5));
}

.auth a {
    color: #f5f5f5;
    text-decoration: none;
    margin-left: 20px;
    font-weight: 500;
}

.btn-add {
    background: linear-gradient(135deg, #fbbf24, #d97706);
    color: #000 !important;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
}

/* HERO */
.hero {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #1a1a1a, #000);
    color: #fbbf24;
}

.hero h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 10px;
}

.hero p {
    color: #f5f5f5;
    font-size: 18px;
}

.search {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.search input,
.search select {
    padding: 10px;
    border-radius: 6px;
    border: none;
    width: 200px;
}

.search button {
    background: #fbbf24;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 700;
}

/* CATEGORIES */
.categories-bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px 20px;
    background: #111;
}

.cat-item {
    text-align: center;
    color: #f5f5f5;
    text-decoration: none;
}

.cat-item img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    filter: drop-shadow(0 0 4px rgba(255,215,0,0.4));
    transition: transform 0.3s ease, filter 0.3s ease;
}

.cat-item:hover img {
    transform: scale(1.1);
    filter: drop-shadow(0 0 8px rgba(255,215,0,0.6));
}

/* VIP SECTION */
.block {
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
}

.block-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.block-header h2 {
    color: #fbbf24;
    font-size: 28px;
}

.more-link {
    color: #fbbf24;
    text-decoration: none;
}

.vip-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.ad-card.vip {
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(255,215,0,0.2);
    position: relative;
}

.ad-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.badge-vip {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fbbf24;
    color: #000;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 999px;
}

.ad-body {
    padding: 16px;
}

.ad-body h3 {
    font-size: 20px;
    margin-bottom: 6px;
}

.price {
    color: #fbbf24;
    font-size: 18px;
    font-weight: 700;
}

.meta {
    font-size: 14px;
    color: #ccc;
}

/* FOOTER */
.footer {
    background: #000;
    color: #f5f5f5;
    padding: 40px 20px;
    margin-top: 60px;
    border-top: 1px solid #2a2a2a;
}

.footer-inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-left h3 {
    color: #fbbf24;
    font-size: 24px;
}

.footer-links a {
    color: #fbbf24;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
}

.footer-copy {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #777;
}
tikvip.eu – Skelbimai+ 13 skirtukai (-ų)