:root {
    --ak-bg: #f8fafc;
    --ak-card: #ffffff;
    --ak-text: #0f172a;
    --ak-muted: #475569;
    --ak-border: #e5e7eb;
    --ak-primary: rgb(60, 120, 216);
    --ak-primary-soft: rgba(60, 120, 216, 0.08);
    --ak-shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.05);
    --ak-shadow-md: 0 20px 40px rgba(15, 23, 42, 0.10);
    --ak-shadow-lg: 0 20px 50px rgba(15, 23, 42, 0.12);
}

/* Global */
body {
    background: var(--ak-bg);
    color: var(--ak-text);
}

.section {
    padding-top: 72px;
    padding-bottom: 72px;
}

.section-title .title,
h1, h2, h3, h4, h5 {
    letter-spacing: -0.02em;
    color: var(--ak-text);
}

.text-muted {
    color: var(--ak-muted) !important;
}

/* Top Bar */
.top-bar {
    background: #f8fafc;
    border-bottom: 1px solid var(--ak-border);
}

.top-bar .fs-13,
.top-bar a,
.top-bar p {
    color: var(--ak-muted) !important;
}

/* Navbar */
.navbar {
    background: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--ak-border);
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.03);
}

.navbar .nav-link {
    font-weight: 500;
    color: #334155 !important;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--ak-primary) !important;
}

.navbar .btn-primary {
    border-radius: 14px;
    padding: 10px 18px;
    font-weight: 600;
}

/* Hero */
.bg-home2 {
    background:
        radial-gradient(circle at top right, rgba(60, 120, 216, 0.12), transparent 35%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    padding-top: 90px;
    padding-bottom: 90px;
}

.bg-home2 .sub-title {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #dbeafe;
    color: #2563eb;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
}

.bg-home2 h1 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.12;
    color: var(--ak-text);
}

.bg-home2 .lead {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--ak-muted) !important;
    max-width: 700px;
}

.home-img {
    max-width: 360px;
    width: 100%;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 20px 40px rgba(15, 23, 42, 0.10));
}

/* Search Box */
.registration-form {
    margin-top: 32px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 14px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.filter-search-form {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid var(--ak-border);
    min-height: 62px;
    display: flex;
    align-items: center;
    padding: 0 14px;
}

.filter-search-form i {
    color: #64748b;
    font-size: 20px;
    margin-right: 8px;
}

.filter-input-box {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    color: var(--ak-text) !important;
    font-size: 15px;
}

.submit-btn,
.btn.btn-primary {
    border-radius: 18px !important;
    font-weight: 600;
    min-height: 62px;
    box-shadow: none !important;
}

/* Shape */
.shape svg {
    display: block;
    opacity: 0.7;
}

/* Standard sections */
.section.bg-light {
    background: #f8fafc !important;
}

/* Post a job CTA */
.section .btn-hover {
    padding: 12px 22px;
    border-radius: 14px;
    font-weight: 600;
}

/* Video */
.youtube-iframe iframe {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--ak-shadow-lg);
}

/* Tabs */
.job-list-menu {
    background: #ffffff;
    border: 1px solid var(--ak-border);
    border-radius: 18px;
    padding: 8px;
}

.job-list-menu .nav-link {
    border-radius: 14px !important;
    color: var(--ak-muted);
    font-weight: 600;
}

.job-list-menu .nav-link.active {
    background: var(--ak-primary) !important;
    color: #ffffff !important;
}

/* Job cards */
.job-box.card {
    border: 1px solid var(--ak-border);
    border-radius: 24px;
    box-shadow: var(--ak-shadow-sm);
    transition: transform .2s ease, box-shadow .2s ease;
    overflow: hidden;
}

.job-box.card:hover {
    transform: translateY(-4px);
    box-shadow: var(--ak-shadow-md);
}

.job-box .p-4 {
    padding: 1.5rem !important;
}

.job-box .p-3.bg-light {
    background: #f8fafc !important;
    border-top: 1px solid var(--ak-border);
}

/* Categories */
.popu-category-box {
    background: #ffffff;
    border: 1px solid var(--ak-border);
    border-radius: 24px;
    padding: 32px 20px;
    transition: transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.popu-category-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.popu-category-icon {
    background: var(--ak-primary-soft);
    width: 84px;
    height: 84px;
    margin: 0 auto;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Testimonials */
.testimonial-box {
    border: 1px solid var(--ak-border);
    border-radius: 24px;
    box-shadow: var(--ak-shadow-sm);
    height: 100%;
}

.testimonial-box .card-body {
    padding: 28px;
}

.testimonial-content {
    font-size: 1rem !important;
    line-height: 1.8 !important;
    color: var(--ak-muted) !important;
}

/* Footer */
.bg-footer {
    background: #0f172a !important;
}

.footer-alt {
    background: #020617 !important;
}

/* Buttons */
.btn {
    transition: all .2s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

/* Modal */
.modal-content {
    border-radius: 24px;
    border: 1px solid var(--ak-border);
    box-shadow: var(--ak-shadow-lg);
}

.modal-body {
    padding: 32px !important;
}

.form-control {
    border-radius: 14px;
    border-color: var(--ak-border);
    min-height: 48px;
}

textarea.form-control {
    min-height: 120px;
}

.form-label {
    color: var(--ak-text);
    font-weight: 600;
}

/* Mobile */
@media (max-width: 991.98px) {
    .bg-home2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .registration-form {
        padding: 12px;
    }

    .home-img {
        max-width: 240px;
        margin-top: 32px;
    }
}
/* ===== Jobcards Conversion Upgrade ===== */
.job-box.card {
    border-radius: 26px !important;
    padding: 6px;
    position: relative;
}

.job-box .row.align-items-center {
    align-items: center !important;
}

.job-box h4,
.job-box h5,
.job-title {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
}

/* Firma + Ort dezenter */
.job-box .text-muted {
    font-size: 14px !important;
    color: #64748b !important;
}

/* CTA verbessern */
.job-box a,
.job-box .btn {
    font-weight: 600 !important;
}

/* “Şimdi başvur” stärker */
.job-box .btn,
.job-box a[href*="jobs"] {
    color: rgb(60,120,216) !important;
    font-weight: 700 !important;
}

/* Badge verbessern */
.job-box .badge {
    border-radius: 999px !important;
    padding: 6px 12px !important;
    font-size: 12px !important;
}

/* Hover Effekt stärker */
.job-box.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(15,23,42,0.12);
}
/* Testimonials kürzer & stärker */
.testimonial-content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-box {
    text-align: center;
}

.testimonial-box p.fw-bold {
    margin-top: 10px;
}
/* Arbeitgeber CTA stärker */
.section.bg-light {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%) !important;
}

.section .text-center h2.text-primary {
    color: #1e40af !important;
    font-weight: 800 !important;
}

.section .btn-hover {
    background: rgb(60,120,216) !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 16px 28px !important;
    border-radius: 16px !important;
}

.section .btn-hover:hover {
    background: #1e40af !important;
}
.page-id-2 .accordion-button:not(.collapsed) {
    background: rgba(60,120,216,0.08);
    color: #0f172a;
    box-shadow: none;
}

.page-id-2 .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(60,120,216,0.20);
}

.page-id-2 .accordion-item {
    border-color: #e5e7eb !important;
}

.page-id-2 .btn-lg {
    min-height: 60px;
}

.page-id-2 .display-4 {
    letter-spacing: -0.03em;
}

.page-id-2 .shadow-lg {
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12) !important;
}

.page-id-2 .shadow-sm {
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06) !important;
}