﻿.company-header {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
}

.company-header-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.company-header-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 60%, transparent 100%);
    z-index: 1;
}

.company-header-title {
    color: #fff;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.company-back-btn {
    color: #fff !important;
    width: fit-content;
}

.company-author-card {
    border-radius: 16px !important;
    position: sticky;
    top: 80px;
}

@media (max-width: 800px) {
    .company-header-title {
        font-size: 1.4rem !important;
    }
}

@media (max-width: 600px) {
    .company-header {
        height: 250px;
        border-radius: 0;
    }
}
