/* ============================================
   ZIEL - Placement Page Styles
   Premium Dark Theme Design
   ============================================ */

/* ---------- Page Banner (Hero) ---------- */
.placement-hero {
    position: relative;
    padding: 180px 0 100px;
    background: linear-gradient(rgba(15, 29, 53, 0.8), rgba(15, 29, 53, 0.8)), 
                url('../images/img-placement-banner.png');
    background-size: cover;
    background-position: center;
    text-align: center;
    color: var(--white);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.placement-hero .breadcrumb {
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    display: inline-flex;
    padding: 8px 20px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: var(--space-xl);
}

.placement-hero .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.7);
    font-size: var(--fs-sm);
}

.placement-hero .breadcrumb-item.active {
    color: var(--ziel-yellow);
    font-weight: var(--fw-medium);
}

.placement-hero h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: var(--space-lg);
    color: var(--white);
}

.placement-hero p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

/* ---------- Career Support at Zeil ---------- */
.career-support-zeil {
    padding: 100px 0;
    background-color: var(--white);
}

.career-img-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.career-img-wrapper img {
    width: 100%;
}

.career-content-zeil {
    padding-left: 40px;
}

.career-content-zeil h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--primary);
}

.career-content-zeil h2 span {
    color: var(--theme-blue);
}

.career-content-zeil .subtitle {
    display: block;
    font-size: 0.9rem;
    color: var(--gray-400);
    margin-bottom: 40px;
}

.support-list-item {
    margin-bottom: 28px;
    padding: 2px 0 2px 18px;
    border-left: 4px solid var(--secondary);
}

.support-text h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--primary);
}

.support-text p {
    font-size: 0.95rem;
    color: var(--gray-500);
    line-height: 1.6;
    margin-bottom: 0;
}

/* ---------- How We Help Section ---------- */
.how-we-help-section {
    padding: 100px 0;
    background-color: #F8FAFC;
}

.hwh-header {
    margin-bottom: 60px;
}

.hwh-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

.hwh-header h2 span {
    color: var(--theme-blue);
}

.hwh-header p {
    color: var(--gray-500);
}

.hwh-grid {
    display: flex;
    align-items: center;
    gap: 30px;
}

.hwh-col-left, .hwh-col-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hwh-col-center {
    flex: 1.2;
}

.hwh-card {
    background: var(--white);
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.hwh-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.hwh-icon-wrap {
    width: 64px;
    height: 64px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.hwh-icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hwh-card h5 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.hwh-card p {
    font-size: 0.85rem;
    color: var(--gray-500);
    margin-bottom: 0;
}

.hwh-center-img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .hwh-grid { flex-direction: column; }
    .career-content-zeil { padding-left: 0; margin-top: 40px; }
    .placement-hero h1 { font-size: 2.8rem; }
}

@media (max-width: 767px) {
    .placement-hero {
        padding: 118px 0 56px;
    }

    .placement-hero h1 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .placement-hero p,
    .support-text p,
    .hwh-card p {
        font-size: 14.5px;
        line-height: 1.6;
    }

    .career-support-zeil,
    .how-we-help-section {
        padding: 56px 0;
    }

    .career-content-zeil h2,
    .hwh-header h2 {
        font-size: 26px;
        line-height: 1.25;
    }

    .hwh-header {
        text-align: left !important;
        margin-bottom: 32px;
    }

    .hwh-card {
        padding: 20px;
        border-radius: 12px;
    }

    .support-text h4 {
        font-size: 20px;
    }
}

/* ---------- Placement Page Premium Sync ---------- */
:root {
    --placement-title: #111827;
    --placement-text: #374151;
    --placement-blue: #0b5798;
    --placement-line: #dbe7f2;
    --placement-shadow: 0 16px 38px rgba(5, 31, 58, 0.08);
}

.placement-hero {
    min-height: 420px;
    padding: 150px 0 72px;
    background:
        linear-gradient(135deg, rgba(0, 26, 51, 0.82), rgba(8, 34, 63, 0.78)),
        url('../images/img-placement-banner.png');
    background-size: cover;
    background-position: center;
    border-top: 0;
}

.placement-hero .breadcrumb {
    margin-bottom: 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
}

.placement-hero h1 {
    font-family: var(--font-heading);
    font-size: 52px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.placement-hero p {
    max-width: 700px;
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.84);
}

.career-support-zeil,
.how-we-help-section,
.placement-partners-section {
    padding-top: 76px;
    padding-bottom: 76px;
}

.career-support-zeil {
    background: #ffffff;
}

.how-we-help-section {
    background:
        radial-gradient(circle at 10% 8%, rgba(13, 103, 174, 0.08), transparent 30%),
        linear-gradient(180deg, #f8fbfe 0%, #f1f8ff 100%);
}

.placement-partners-section {
    background: #ffffff !important;
}

.career-img-wrapper,
.hwh-center-img,
.hwh-card {
    border-radius: 8px;
}

.career-img-wrapper,
.hwh-center-img {
    border: 1px solid rgba(13, 103, 174, 0.12);
    box-shadow: var(--placement-shadow);
}

.career-content-zeil {
    padding-left: 28px;
}

.career-content-zeil h2,
.hwh-header h2 {
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
    color: var(--placement-title);
}

.career-content-zeil h2 span,
.hwh-header h2 span {
    color: var(--placement-blue);
}

.career-content-zeil .subtitle,
.hwh-header p,
.support-text p,
.hwh-card p {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65;
    color: var(--placement-text);
}

.career-content-zeil .subtitle {
    margin-bottom: 30px;
}

.support-list-item {
    margin-bottom: 28px;
    padding: 2px 0 2px 18px;
    border-left: 4px solid #b7b7b7;
    background: transparent;
    box-shadow: none;
}

.support-list-item:nth-child(2) {
    border-left-color: #0d67ae;
}

.hwh-icon-wrap {
    width: 52px;
    height: 52px;
}

.support-text h4,
.hwh-card h5 {
    font-family: var(--font-heading);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
    color: var(--placement-title);
}

.hwh-header {
    max-width: 760px;
    margin-right: auto;
    margin-bottom: 42px;
    margin-left: auto;
}

.hwh-card {
    border: 1px solid var(--placement-line);
    box-shadow: 0 10px 26px rgba(5, 31, 58, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.hwh-card:hover {
    transform: translateY(-3px);
    border-color: rgba(13, 103, 174, 0.28);
    box-shadow: var(--placement-shadow);
}

.hwh-card p {
    font-size: 15px;
}

@media (max-width: 991px) {
    .placement-hero {
        min-height: auto;
        padding: 126px 0 58px;
    }

    .placement-hero h1 {
        font-size: 40px;
    }

    .career-support-zeil,
    .how-we-help-section,
    .placement-partners-section {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .career-content-zeil {
        padding-left: 0;
        margin-top: 28px;
    }

    .career-content-zeil h2,
    .hwh-header h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .placement-hero {
        padding: 112px 0 48px;
        text-align: left;
    }

    .placement-hero .breadcrumb {
        justify-content: flex-start;
        margin-bottom: 18px;
    }

    .placement-hero h1 {
        font-size: 34px;
    }

    .placement-hero p,
    .career-content-zeil .subtitle,
    .hwh-header p,
    .support-text p,
    .hwh-card p {
        font-size: 15px;
        line-height: 1.62;
    }

    .career-support-zeil,
    .how-we-help-section,
    .placement-partners-section {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .career-content-zeil h2,
    .hwh-header h2 {
        font-size: 28px;
        line-height: 1.18;
    }

    .career-content-zeil .subtitle {
        margin-bottom: 20px;
    }

    .support-list-item {
        padding: 2px 0 2px 14px;
        margin-bottom: 22px;
    }

    .hwh-icon-wrap {
        width: 44px;
        height: 44px;
    }

    .support-text h4,
    .hwh-card h5 {
        font-size: 17px;
    }

    .hwh-grid {
        gap: 16px;
    }

    .hwh-col-left,
    .hwh-col-right {
        width: 100%;
        gap: 12px;
    }
}
