.tgr-page-about-en {
    background:
        radial-gradient(circle at top left, rgba(49, 145, 255, 0.12), transparent 34%),
        linear-gradient(rgba(33, 92, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(33, 92, 255, 0.05) 1px, transparent 1px),
        #f4f7fb;
    background-size: auto, 48px 48px, 48px 48px, auto;
    color: #0d1b3d;
}

.tgr-page-about-en section {
    padding: 110px 24px;
}

.tgr-about-en-bio {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 245, 255, 0.96) 100%);
}

.tgr-about-en-bio__inner,
.tgr-about-en-media__inner,
.tgr-about-en-contact__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.tgr-about-en-section-header {
    margin-bottom: 52px;
}

.tgr-about-en-section-header--center {
    text-align: center;
}

.tgr-about-en-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #3191ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.tgr-about-en-title {
    margin: 0;
    color: #0f192d;
    font-size: clamp(2rem, 4vw, 3.3rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.tgr-about-en-section-header p {
    max-width: 760px;
    margin: 18px 0 0;
    color: #516688;
    font-size: 1rem;
    line-height: 1.85;
}

.tgr-about-en-section-header--center p {
    margin-left: auto;
    margin-right: auto;
}

.tgr-about-en-bio__grid {
    display: grid;
    grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}

.tgr-about-en-bio__photo img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 28px 60px rgba(13, 27, 61, 0.14);
}

.tgr-about-en-bio__content {
    padding: 6px 0;
}

.tgr-about-en-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #3191ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.tgr-about-en-bio__content h3 {
    margin: 0 0 10px;
    color: #081733;
    font-size: clamp(1.9rem, 3vw, 2.5rem);
    font-weight: 800;
}

.tgr-about-en-bio__summary {
    margin: 0 0 28px;
    color: #516688;
    line-height: 1.85;
}

.tgr-about-en-bio__lists {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.tgr-about-en-list-card {
    padding: 28px;
    border: 1px solid rgba(33, 92, 255, 0.12);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 24px 50px rgba(13, 27, 61, 0.08);
}

.tgr-about-en-list-card__title {
    display: block;
    margin-bottom: 14px;
    color: #0f192d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.tgr-about-en-list-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tgr-about-en-list-card li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 18px;
    color: #435978;
    line-height: 1.7;
}

.tgr-about-en-list-card li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3191ff;
}

.tgr-about-en-media {
    padding-top: 40px;
}

.tgr-about-en-contact {
    padding-top: 40px;
}

.tgr-about-en-contact__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.tgr-about-en-contact-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 30px 28px;
    border: 1px solid rgba(33, 92, 255, 0.12);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(228, 237, 255, 0.92) 100%);
    box-shadow: 0 24px 50px rgba(13, 27, 61, 0.08);
}

.tgr-about-en-contact-card__label {
    display: inline-block;
    margin-bottom: 14px;
    color: #3191ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tgr-about-en-contact-card h3 {
    margin: 0 0 14px;
    color: #081733;
    font-size: 1.45rem;
    line-height: 1.35;
}

.tgr-about-en-contact-card p {
    margin: 0 0 24px;
    color: #516688;
    line-height: 1.8;
}

.tgr-about-en-contact-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    background: #215cff;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tgr-about-en-contact-card a:hover,
.tgr-about-en-contact-card a:focus-visible,
.tgr-about-en-contact__button:hover,
.tgr-about-en-contact__button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(33, 92, 255, 0.25);
}

.tgr-about-en-contact__cta {
    margin-top: 34px;
    text-align: center;
}

.tgr-about-en-contact__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    background: #0f192d;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media (max-width: 980px) {
    .tgr-page-about-en section {
        padding: 88px 20px;
    }

    .tgr-about-en-bio__grid,
    .tgr-about-en-bio__lists,
    .tgr-about-en-contact__grid {
        grid-template-columns: 1fr;
    }

    .tgr-about-en-title {
        font-size: clamp(1.9rem, 8vw, 2.9rem);
    }
}

@media (max-width: 640px) {
    .tgr-page-about-en section {
        padding: 74px 16px;
    }

    .tgr-about-en-list-card,
    .tgr-about-en-contact-card {
        padding: 24px 20px;
    }
}
