.company-header {
    position: relative;
    background: linear-gradient(135deg, #0e50b3 0%, #000920 100%);
    padding: 35px 0;
    overflow: hidden;
}

.company-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 50%, rgba(86, 132, 202, 0.25) 0%, transparent 70%);
    pointer-events: none;
}

.company-header__logo {
    position: relative;
}

.company-header__verified-badge {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f5a623;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    border: 2.5px solid var(--white);
    cursor: default;
}

.company-header__verified-badge svg {
    width: 18px;
    height: 18px;
}

.company-header__verified-badge::after {
    content: 'Verified';
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.80);
    color: var(--white);
    font-size: 11px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 150ms ease;
}

.company-header__verified-badge::before {
    content: '';
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.80) transparent transparent;
    opacity: 0;
    pointer-events: none;
    transition: opacity 150ms ease;
}

.company-header__verified-badge:hover::after,
.company-header__verified-badge:hover::before {
    opacity: 1;
}

.company-header__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 40px;
    align-items: start;
}

.company-header__identity {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.company-header__identity > .company-header__logo {
    margin-bottom: 5px;
}

.company-header__logo {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: 14px;
    padding: 16px;
}

.company-header__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.company-header__logo-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: transparent;
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-header__name {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    color: var(--white);
}

.company-header__location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
}

.company-header__flag {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.30);
    display: flex;
}

.company-header__flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.company-header__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.company-header__tag {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    color: var(--white);
    text-decoration: none;
    transition: background 150ms ease;
}

.company-header__tag:hover {
    background: rgba(255, 255, 255, 0.15);
    color: var(--white);
    text-decoration: none;
}

.company-header__links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.company-header__website {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 150ms ease;
}

.company-header__website:hover {
    color: var(--white);
    text-decoration: none;
}

.company-header__website svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.company-contact-card {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(8px);
}

.company-contact-card__label {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    color: var(--white);
}

.company-contact-card__qr {
    width: 185px;
    height: 185px;
    background: var(--white);
    border-radius: 8px;
    padding: 8px;
}

.company-contact-card__qr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.company-contact-card__sublabel {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
}

.company-contact-card__id {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.company-trust-bar {
    background: var(--background-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 12px 0;
}

.company-trust-bar .container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.company-trust-bar__item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--text-color);
    opacity: 0.75;
}

.company-trust-bar__item svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.company-tabs {
    background: linear-gradient(135deg, #0c48a8 0%, #00071a 100%);
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 10;
}

.company-tabs__nav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
}

.company-tabs__nav::-webkit-scrollbar {
    display: none;
}

.company-tabs__tab {
    display: flex;
    align-items: center;
    padding: 7px 20px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.60);
    text-decoration: none;
    white-space: nowrap;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: transparent;
    transition: all 150ms ease;
    flex-shrink: 0;
}

.company-tabs__tab:hover {
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.10);
    text-decoration: none;
}

.company-tabs__tab.is-active {
    background: var(--white);
    color: var(--primary-color);
    border-color: var(--white);
    font-weight: 700;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.20);
}

.company-info-strip {
    background: var(--white);
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.company-info-strip__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.company-info-strip__tag {
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
    background: rgba(86, 132, 202, 0.10);
    color: var(--primary-color);
    font-weight: 500;
}

.company-info-strip__tag--link {
    text-decoration: none;
    transition: background 150ms ease;
}

.company-info-strip__tag--link:hover {
    background: rgba(86, 132, 202, 0.20);
    color: var(--primary-color);
    text-decoration: none;
}

.company-info-strip__item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--text-color);
    padding: 0 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.company-info-strip__item:first-child {
    border-left: none;
}

.company-info-strip__label {
    font-weight: 600;
    color: var(--text-color);
    opacity: 0.55;
    flex-shrink: 0;
}

.company-intro-section {
    background: var(--white);
    padding: 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.company-intro-section__text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-color);
    margin: 0;
    max-width: 800px;
}

.company-modules {
    background: var(--background-color);
}

.company-modules .module {
    background: var(--white);
}

.company-modules .module.bg-gray {
    background: var(--background-color);
}

@media (max-width: 900px) {
    .company-header__inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .company-header__contact {
        display: none;
    }

    .company-header__name {
        font-size: 22px;
    }
}

@media (max-width: 640px) {
    .company-header {
        padding: 20px 0;
    }

    .company-header__logo {
        width: 100px;
        height: 100px;
    }

    .company-header__name {
        font-size: 18px;
    }

    .company-header__tags {
        gap: 5px;
    }

    .company-header__tag {
        font-size: 11px;
        padding: 3px 8px;
    }

    .company-trust-bar .container {
        gap: 10px;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
    }

    .company-tabs__tab {
        padding: 10px 14px;
        font-size: 13px;
    }

    .company-info-strip__inner {
        gap: 8px;
    }

    .company-info-strip__item {
        font-size: 12px;
        padding: 0 8px;
    }

    .company-intro-section__text {
        font-size: 14px;
    }
}
