﻿html, body {
    overflow-x: hidden;
}

.company-overview-page {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.section-lead {
    max-width: 860px;
}

.py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.icon-badge {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.company-profile-list dt {
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.company-profile-list dd {
    color: #475569;
    margin-bottom: 12px;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: opacity, transform;
}

    .reveal-on-scroll.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

.reveal-delay-1 {
    transition-delay: 0.08s;
}

.reveal-delay-2 {
    transition-delay: 0.16s;
}

.reveal-delay-3 {
    transition-delay: 0.24s;
}

.hover-lift {
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background-color 0.35s ease;
    will-change: transform, box-shadow;
}

.company-data-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.company-data-side-card {
    background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.company-data-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    height: 100%;
    padding: 18px 14px;
    border: 1px solid #e9eef6;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.company-data-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.company-data-item > div:last-child {
    flex: 1;
    min-width: 0;
}

.company-data-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    color: #64748b;
    margin-bottom: 6px;
}

.company-data-value {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    color: #0f172a;
    margin: 0;
    word-break: normal;
    overflow-wrap: normal;
}

@media (hover: hover) and (pointer: fine) {
    .hover-lift {
        cursor: pointer;
    }

        .hover-lift:hover {
            transform: translateY(-8px);
            box-shadow: 0 22px 42px rgba(15, 23, 42, 0.12) !important;
        }
}

.timeline-item {
    display: flex;
    gap: 16px;
    margin-bottom: 22px;
}

.timeline-no {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #eaf2ff;
    color: #2563eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .py-lg-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
}

@media (max-width: 767.98px) {
    .company-data-item {
        gap: 8px;
        padding: 16px 14px;
        border-radius: 18px;
    }

    .company-data-icon {
        width: 38px;
        height: 38px;
    }

    .company-data-value {
        font-size: 15px;
        line-height: 1.65;
    }
}

@media (max-width: 767.98px) {
    .company-data-item {
        padding: 16px 14px;
        border-radius: 18px;
    }

    .company-data-icon {
        width: 46px;
        height: 46px;
    }

    .company-data-value {
        font-size: 15px;
        line-height: 1.65;
    }
}