.placement-page {
    background: #f8faf3;
}

.placement-hero {
    position: relative;
    padding: 90px 0 80px;
    background: linear-gradient(135deg, #021e40 0%, #0a3a6d 55%, #021e40 100%);
    color: #fff;
    overflow: hidden;
}

.placement-hero::after {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(169, 206, 56, 0.18);
}

.placement-hero .hero-kicker {
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(169, 206, 56, 0.18);
    color: #d9f08a;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.placement-hero h1 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.15;
    margin-bottom: 18px;
}

.placement-hero p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    max-width: 720px;
}

.placement-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.placement-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 24px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 0;
}

.placement-btn-primary {
    background: #a9ce38;
    color: #021e40;
}

.placement-btn-primary:hover {
    background: #fff;
    color: #021e40;
}

.placement-btn-secondary {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.placement-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.placement-btn-dark {
    background: #021e40;
    color: #fff;
}

.placement-btn-dark:hover {
    background: #a9ce38;
    color: #021e40;
}

.placement-section {
    padding: 70px 0;
}

.placement-section-title {
    margin-bottom: 36px;
}

.placement-section-title .sub-title {
    color: #a9ce38;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.placement-section-title h2,
.placement-section-title h1 {
    color: #021e40;
}

.placement-stat-grid,
.placement-highlight-grid,
.placement-job-grid,
.placement-student-grid,
.placement-partner-grid {
    display: grid;
    gap: 24px;
}

.placement-stat-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.placement-highlight-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.placement-job-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.placement-student-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.placement-partner-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.placement-partner-grid > *,
.placement-showcase-grid > * {
    min-width: 0;
    max-width: 100%;
}

.placement-stat-card,
.placement-highlight-card,
.placement-job-card,
.placement-student-card,
.placement-partner-card,
.placement-faq-item,
.placement-empty-state {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(2, 30, 64, 0.08);
}

.placement-stat-card {
    padding: 24px;
    text-align: center;
}

.placement-stat-card strong {
    display: block;
    font-size: 2rem;
    color: #021e40;
    line-height: 1.1;
}

.placement-stat-card span {
    color: #5d6b7d;
}

.placement-highlight-card {
    padding: 28px;
    height: 100%;
}

.placement-highlight-card .icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(169, 206, 56, 0.18);
    color: #021e40;
    font-size: 22px;
    margin-bottom: 18px;
}

.placement-highlight-card h3 {
    color: #021e40;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.placement-highlight-card p {
    color: #5d6b7d;
    margin-bottom: 18px;
}

.placement-job-card,
.placement-student-card {
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.placement-job-card h3,
.placement-student-card h3 {
    color: #021e40;
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.placement-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0;
}

.placement-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef4d8;
    color: #021e40;
    font-size: 12px;
    font-weight: 600;
}

.placement-job-card p,
.placement-student-card p {
    color: #5d6b7d;
    margin-bottom: 8px;
}

.placement-job-card .job-desc {
    flex-grow: 1;
}

.placement-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.placement-student-photo {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    object-fit: cover;
    margin: 0 auto 16px;
    display: block;
    border: 3px solid #eef4d8;
    background: #eef4d8;
}

.placement-student-card {
    text-align: center;
}

.placement-partner-card {
    padding: 16px 12px;
    min-height: 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    text-align: center;
    color: #021e40;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.placement-page .placement-partner-name {
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 6px;
    padding: 0;
    color: #021e40;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
}

.placement-page .placement-partner-industry {
    font-size: 0.78rem;
    font-weight: 500;
    color: #5d6b7d;
    margin: 0 0 6px;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.placement-page .placement-partner-link {
    font-size: 0.75rem;
    font-weight: 600;
    color: #a9ce38;
    text-decoration: none;
    margin-top: auto;
    padding-top: 4px;
    word-break: break-all;
}

.placement-page .placement-partner-link:hover {
    color: #021e40;
    text-decoration: underline;
}

.placement-partner-logo-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

.placement-partner-logo-card {
    padding: 18px 14px;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.placement-partner-logo {
    display: block;
    width: 100%;
    max-width: 140px;
    height: 70px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}

.placement-partner-name-card {
    justify-content: center;
}

.placement-breadcrumb {
    padding: 18px 0 0;
}

.placement-breadcrumb a {
    color: #a9ce38;
    text-decoration: none;
}

.placement-breadcrumb span {
    color: #5d6b7d;
}

.placement-empty-state {
    padding: 48px 24px;
    text-align: center;
    color: #5d6b7d;
}

.placement-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 36px;
    flex-wrap: wrap;
}

.placement-pagination .page-info {
    color: #5d6b7d;
    font-weight: 600;
}

.placement-faq-item {
    padding: 22px 24px;
    margin-bottom: 16px;
}

.placement-faq-item h3 {
    color: #021e40;
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.placement-faq-item p {
    color: #5d6b7d;
    margin: 0;
}

.placement-inline-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 18px;
}

.placement-inline-links a {
    color: #021e40;
    font-weight: 600;
    text-decoration: underline;
}

/* Landing showcase boxes */
.placement-showcase-section {
    padding-top: 20px;
}

.placement-showcase-stack {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.placement-showcase-box {
    background: #fff;
    border: 2px solid #eef4d8;
    border-left: 5px solid #a9ce38;
    border-radius: 20px;
    box-shadow: 0 16px 44px rgba(2, 30, 64, 0.1);
    padding: 28px 28px 24px;
    overflow: hidden;
}

.placement-showcase-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #eef4d8;
}

.placement-showcase-heading .sub-title {
    display: block;
    color: #a9ce38;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
    font-size: 0.85rem;
}

.placement-showcase-heading h2 {
    color: #021e40;
    margin: 0 0 8px;
    font-size: clamp(1.4rem, 2.5vw, 1.85rem);
}

.placement-showcase-heading p {
    color: #5d6b7d;
    margin: 0;
    max-width: 640px;
}

.placement-showcase-count {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eef4d8;
    color: #021e40;
    font-weight: 700;
    font-size: 0.9rem;
    white-space: nowrap;
}

.placement-showcase-body {
    padding: 4px 0 8px;
    overflow: hidden;
}

.placement-showcase-grid {
    gap: 18px;
}

.placement-showcase-footer {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid #eef4d8;
}

.placement-view-all-btn,
.placement-view-all-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 560px;
    padding: 16px 28px;
    border-radius: 12px;
    background: linear-gradient(135deg, #a9ce38 0%, #8fb82e 100%);
    color: #021e40 !important;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none !important;
    text-transform: none;
    letter-spacing: 0.01em;
    border: 2px solid #8fb82e;
    box-shadow: 0 8px 22px rgba(169, 206, 56, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.placement-view-all-btn:hover,
.placement-view-all-link:hover {
    color: #021e40 !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(169, 206, 56, 0.45);
    background: linear-gradient(135deg, #b8db4f 0%, #a9ce38 100%);
}

.placement-view-all-btn i,
.placement-view-all-link i {
    font-size: 0.95rem;
    transition: transform 0.2s ease;
}

.placement-view-all-btn:hover i,
.placement-view-all-link:hover i {
    transform: translateX(4px);
}

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

    .placement-hero p {
        font-size: 16px;
    }

    .placement-section {
        padding: 50px 0;
    }

    .placement-btn {
        width: 100%;
    }

    .placement-showcase-box {
        padding: 20px 16px;
    }

    .placement-showcase-stack {
        gap: 24px;
    }

    .placement-showcase-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .placement-showcase-count {
        font-size: 0.85rem;
    }

    .placement-partner-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

    .placement-view-all-btn,
    .placement-view-all-link {
        font-size: 0.95rem;
        padding: 14px 18px;
    }
}
