.company-about-page .section-title {
    font-size: clamp(1.8rem, 3vw, 2.3rem);
    line-height: 1.2;
    font-weight: 800;
}

.company-about-page .text-gradient {
    background: linear-gradient(90deg, #f97316, #dc2626);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.company-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #09090b;
}

.company-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--company-hero-bg);
    background-size: cover;
    background-position: center;
    opacity: .2;
}

.company-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(234, 88, 12, .45) 0%, rgba(220, 38, 38, .2) 50%, rgba(9, 9, 11, .92) 100%);
}

.company-hero-content {
    position: relative;
    z-index: 1;
    color: #fff;
}

.company-badge {
    display: inline-flex;
    border: 1px solid rgba(249, 115, 22, .4);
    color: #fb923c;
    background: rgba(249, 115, 22, .12);
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
}

.company-stat {
    text-align: center;
}

.company-stat .value {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 900;
    margin: 0;
}

.company-stat .label {
    color: #6b7280;
    font-size: 14px;
    margin: 0;
}

.company-timeline-item {
    display: flex;
    gap: 20px;
    margin-bottom: 22px;
}

.company-timeline-year {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    background: linear-gradient(135deg, #f97316, #dc2626);
}

.company-value-card {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    background: rgba(255, 255, 255, .05);
    padding: 22px;
    color: #fff;
    height: 100%;
}

.company-value-card h5 {
    color: #fff;
}

.company-investor {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px 18px;
    font-weight: 700;
    color: #374151;
}
