.page-trade-commissioner .page-main {
    background: linear-gradient(180deg, #fbfcfd 0%, #ffffff 100%);
}

.tc-hero {
    padding: 84px 0 48px;
    border-bottom: 1px solid #e5e7eb;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 250, 252, 0.98) 100%);
}

.tc-hero__wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 340px);
    gap: 44px;
    align-items: center;
}

.tc-kicker,
.tc-section-kicker {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #b91c1c;
}

.tc-title {
    margin: 0;
    font-size: 50px;
    line-height: 1.02;
    letter-spacing: 0;
    color: #0f172a;
}

.tc-role {
    margin: 14px 0 0;
    font-size: 21px;
    font-weight: 700;
    color: #1f2937;
}

.tc-descriptor {
    margin: 8px 0 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #64748b;
}

.tc-divider {
    width: 96px;
    height: 3px;
    border-radius: 999px;
    background: #b91c1c;
    margin: 24px 0;
}

.tc-intro {
    margin: 0 0 14px;
    max-width: 760px;
    font-size: 18px;
    line-height: 1.9;
    color: #334155;
}

.tc-intro--secondary {
    color: #475569;
}

.tc-hero__portrait {
    display: flex;
    justify-content: center;
}

.tc-portrait-frame {
    width: 100%;
    max-width: 320px;
    aspect-ratio: 1 / 1;
    padding: 14px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #dbe2ea;
    box-shadow:
        0 24px 48px rgba(15, 23, 42, .10),
        inset 0 0 0 1px rgba(255, 255, 255, .75);
    position: relative;
}

.tc-portrait-frame::before {
    content: '';
    position: absolute;
    inset: 10px;
    border-radius: 18px;
    border: 1px solid rgba(185, 28, 28, .18);
    pointer-events: none;
}

.tc-portrait-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    border-radius: 18px;
}

.tc-portrait-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #eef2f7 0%, #e5e7eb 100%);
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.tc-profile {
    padding: 38px 0 22px;
}

.tc-panel {
    max-width: 980px;
    margin: 0 auto;
    border-radius: 24px;
    padding: 34px;
}

.tc-panel--formal {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .05);
}

.tc-panel--accent {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border: 1px solid #e5e7eb;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .05);
}

.tc-section-head {
    max-width: 980px;
    margin: 0 auto 18px;
}

.tc-section-title {
    margin: 0 0 18px;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #0f172a;
}

.tc-paragraph {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.95;
    color: #374151;
}

.tc-highlights {
    padding: 12px 0 24px;
}

.tc-grid {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.tc-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .04);
}

.tc-card__title {
    margin: 0 0 10px;
    font-size: 20px;
    color: #0f172a;
}

.tc-card__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.85;
    color: #4b5563;
}

.tc-recognition {
    padding: 12px 0 76px;
}

.tc-statement {
    margin: 0;
    font-size: 18px;
    line-height: 1.95;
    color: #111827;
}

@media (max-width: 980px) {
    .tc-hero__wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .tc-hero__portrait {
        justify-content: flex-start;
    }

    .tc-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .tc-hero {
        padding: 62px 0 38px;
    }

    .tc-title {
        font-size: 36px;
    }

    .tc-role {
        font-size: 18px;
    }

    .tc-descriptor {
        font-size: 12px;
    }

    .tc-section-title {
        font-size: 24px;
    }

    .tc-intro,
    .tc-paragraph,
    .tc-statement {
        font-size: 15px;
        line-height: 1.85;
    }

    .tc-panel,
    .tc-card {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .tc-portrait-frame {
        max-width: 280px;
    }
}
