/* ============================================
   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(--accent);
}

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

.support-list-item {
    padding-left: 20px;
    border-left: 4px solid var(--accent);
    margin-bottom: 30px;
}

.support-list-item h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.support-list-item 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(--accent);
}

.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: 45px;
    height: 45px;
    background-color: var(--accent);
    color: var(--white);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.hwh-icon-wrap img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.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; }
}
