/* ──────────────────────────────────────────
   Akamedik Listing Page
   ────────────────────────────────────────── */

/* Hero */
.aka-hero {
    background: linear-gradient(140deg, #0d3fa6 0%, #1967d2 45%, #1f8ae0 100%);
    padding: 56px 0 52px;
    position: relative;
    overflow: hidden;
}
.aka-hero::before {
    content: '';
    position: absolute;
    width: 420px; height: 420px;
    border-radius: 50%;
    background: rgba(255,255,255,0.055);
    top: -160px; right: -80px;
}
.aka-hero::after {
    content: '';
    position: absolute;
    width: 240px; height: 240px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    bottom: -80px; left: 4%;
}
.aka-hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
}
.aka-breadcrumb {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 16px;
}
.aka-breadcrumb a { color: rgba(255,255,255,0.75); text-decoration: none; }
.aka-breadcrumb a:hover { color: #fff; }
.aka-breadcrumb i { font-size: 11px; margin: 0 5px; }
.aka-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255,255,255,0.13);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.22);
    padding: 5px 16px;
    border-radius: 50px;
    font-size: 11.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 18px;
}
.aka-hero h1 {
    font-size: 44px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.15;
}
.aka-hero-desc {
    font-size: 16px !important;
    color: rgba(255,255,255,0.78) !important;
    margin-bottom: 30px !important;
    max-width: 560px;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.65;
}
.aka-search-wrap {
    max-width: 540px;
    margin: 0 auto 36px;
}
.aka-search-wrap .input-group {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    border: none;
}
.aka-search-wrap input.form-control {
    border: none !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
    box-shadow: none !important;
    background: transparent;
    color: #0f172a;
    height: auto;
}
.aka-search-wrap input.form-control::placeholder { color: #94a3b8; }
.aka-search-wrap button.btn {
    background: #1967d2;
    border: none;
    padding: 0 24px;
    color: #fff;
    font-size: 18px;
    border-radius: 0;
    transition: background 0.2s;
}
.aka-search-wrap button.btn:hover { background: #1358c9; }
.aka-stats-row {
    display: flex;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap;
}
.aka-stat {
    text-align: center;
}
.aka-stat-num {
    display: block;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}
.aka-stat-lbl {
    font-size: 11.5px;
    color: rgba(255,255,255,0.65);
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-top: 2px;
    display: block;
}

/* Filter bar */
.aka-filter-bar {
    background: #fff;
    border-bottom: 1px solid #e8ecf3;
    position: sticky;
    top: 68px;
    z-index: 90;
    box-shadow: 0 2px 14px rgba(25,103,210,0.07);
}
.aka-filter-inner {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 0;
    overflow-x: auto;
    scrollbar-width: none;
}
.aka-filter-inner::-webkit-scrollbar { display: none; }
.aka-filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 18px;
    border-radius: 50px;
    font-size: 13.5px;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.18s;
    border: 1.5px solid #e2e8f0;
    color: #64748b;
    background: #f8fafc;
    text-decoration: none !important;
    flex-shrink: 0;
}
.aka-filter-pill:hover {
    color: #1967d2;
    border-color: #1967d2;
    background: #eef4ff;
    text-decoration: none !important;
}
.aka-filter-pill .fp-count {
    padding: 1px 7px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    background: #e8ecf3;
    color: #64748b;
    transition: background 0.18s, color 0.18s;
}
.aka-pill-all.active  { background: #1967d2; color: #fff; border-color: #1967d2; }
.aka-pill-mes.active  { background: #059669; color: #fff; border-color: #059669; }
.aka-pill-uni.active  { background: #d97706; color: #fff; border-color: #d97706; }
.aka-pill-sek.active  { background: #7c3aed; color: #fff; border-color: #7c3aed; }
.aka-filter-pill.active .fp-count { background: rgba(255,255,255,0.25); color: #fff; }

/* Content */
.aka-content {
    background: #f4f7fb;
    padding: 36px 0 64px;
    min-height: 60vh;
}
.aka-result-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}
.aka-result-count {
    font-size: 14px;
    color: #94a3b8;
}
.aka-result-count strong { color: #0f172a; font-weight: 700; }

/* Card */
.aka-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #edf1f7;
    box-shadow: 0 1px 8px rgba(25,103,210,0.05);
    transition: transform 0.22s, box-shadow 0.22s;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none !important;
    color: inherit !important;
}
.aka-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(25,103,210,0.14);
    text-decoration: none !important;
}
.aka-card-img {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #dbeafe;
    flex-shrink: 0;
}
.aka-card-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.35s;
}
.aka-card:hover .aka-card-img img { transform: scale(1.06); }
.aka-card-cat {
    position: absolute;
    top: 10px; left: 10px;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 10.5px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}
.cat-meslek    { background: #d1fae5; color: #065f46; }
.cat-universite { background: #fef3c7; color: #92400e; }
.cat-sektorel  { background: #ede9fe; color: #4c1d95; }
.cat-default   { background: #dbeafe; color: #1e3a8a; }

.aka-card-body {
    padding: 18px 18px 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.aka-card-title {
    font-size: 14.5px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
.aka-card-company {
    font-size: 12.5px;
    color: #dc2626;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}
.aka-card-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    color: #94a3b8;
    flex-wrap: wrap;
    margin-top: auto;
}
.aka-card-meta span { display: flex; align-items: center; gap: 4px; }
.aka-card-footer {
    padding: 10px 18px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f1f5f9;
    margin-top: 4px;
}
.aka-card-cta {
    font-size: 13px;
    font-weight: 600;
    color: #1967d2;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: gap 0.18s;
}
.aka-card:hover .aka-card-cta { gap: 8px; }
.aka-card-type {
    font-size: 10.5px;
    font-weight: 600;
    color: #7c3aed;
    background: #ede9fe;
    padding: 3px 9px;
    border-radius: 20px;
}

/* Empty */
.aka-empty {
    text-align: center;
    padding: 90px 20px;
    color: #94a3b8;
}
.aka-empty i { font-size: 60px; color: #cbd5e1; display: block; margin-bottom: 18px; }
.aka-empty h3 { font-size: 18px; color: #475569; font-weight: 600; margin-bottom: 8px; }
.aka-empty p { font-size: 14px !important; }

/* Pagination */
.aka-content .pagination { justify-content: center; gap: 4px; margin-top: 40px; }
.aka-content .pagination .page-link {
    border-radius: 8px !important;
    border: 1.5px solid #e2e8f0;
    color: #475569;
    font-weight: 500;
    width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    padding: 0;
    transition: all 0.15s;
    font-size: 14px;
}
.aka-content .pagination .page-item.active .page-link {
    background: #1967d2;
    border-color: #1967d2;
    color: #fff;
    box-shadow: 0 3px 10px rgba(25,103,210,0.3);
}
.aka-content .pagination .page-link:hover {
    background: #eef4ff;
    border-color: #1967d2;
    color: #1967d2;
}

@media (max-width: 576px) {
    .aka-hero h1 { font-size: 30px; }
    .aka-stats-row { gap: 20px; }
    .aka-stat-num { font-size: 22px; }
}
