.tpg-about-page {
    width: 100%;
}

.tpg-about {
    --tpg-about-ink: #071a36;
    --tpg-about-muted: #607089;
    --tpg-about-blue: #183569;
    --tpg-about-sky: #1f80d0;
    --tpg-about-green: #329f2b;
    --tpg-about-orange: #f58218;
    --tpg-about-border: rgba(24, 53, 105, 0.12);
    --tpg-about-shadow: 0 18px 45px rgba(18, 38, 74, 0.14);
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 22px 30px 42px;
    color: var(--tpg-about-ink);
    font-family: Arial, Helvetica, sans-serif;
}

.tpg-about *,
.tpg-about *::before,
.tpg-about *::after {
    box-sizing: border-box;
}

.tpg-about section {
    color: inherit !important;
    font-size: inherit !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: inherit !important;
    text-transform: none !important;
    padding: 0 !important;
}

.tpg-about .tpg-about-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
    gap: 26px;
    align-items: center;
    min-height: 190px;
    overflow: hidden;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(24, 53, 105, 0.97), rgba(31, 128, 208, 0.88)),
        linear-gradient(45deg, #183569, #329f2b) !important;
    color: #fff !important;
    padding: 18px 28px !important;
}

.tpg-about-hero__copy {
    max-width: 760px;
}

.tpg-about-hero__eyebrow {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.tpg-about-hero h1 {
    margin: 16px 0 12px;
    color: #fff;
    font-size: 64px;
    line-height: 0.96;
    font-weight: 900;
    letter-spacing: 0;
}

.tpg-about-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.55;
}

.tpg-about-hero__brand {
    display: grid;
    aspect-ratio: 16 / 7;
    place-items: center;
}

.tpg-about-hero__brand img {
    display: block;
    width: min(54%, 260px);
    height: auto;
    filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.22));
}

.tpg-about-intro {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
    width: 100%;
}

.tpg-about .tpg-about-copy-block,
.tpg-about .tpg-about-link-card {
    min-width: 0;
    border: 1px solid var(--tpg-about-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--tpg-about-shadow);
}

.tpg-about .tpg-about-copy-block {
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    align-items: flex-start;
    padding: 24px !important;
}

.tpg-about-copy-block__icon,
.tpg-about-link-card__icon {
    display: grid !important;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 8px;
    background: #e9f4fc;
    color: var(--tpg-about-sky);
    font-size: 18px;
}

.tpg-about-copy-block__icon i,
.tpg-about-link-card__icon i {
    display: block;
    width: 1em;
    height: 1em;
    color: inherit;
    font-size: 18px;
    line-height: 1;
    text-align: center;
}

.tpg-about-copy-block__body {
    min-width: 0;
}

.tpg-about-copy-block:nth-child(2) .tpg-about-copy-block__icon {
    background: #eaf7e8;
    color: var(--tpg-about-green);
}

.tpg-about-copy-block:nth-child(3) .tpg-about-copy-block__icon {
    background: #fff2e6;
    color: var(--tpg-about-orange);
}

.tpg-about-copy-block h2,
.tpg-about-links h2 {
    margin: 0 0 9px;
    color: var(--tpg-about-ink);
    font-size: 25px;
    line-height: 1.12;
    font-weight: 900;
}

.tpg-about-copy-block p {
    margin: 0;
    color: var(--tpg-about-muted);
    font-size: 14px;
    line-height: 1.58;
}

.tpg-about-links {
    display: block !important;
    width: 100%;
    margin-top: 24px;
}

.tpg-about-links h2 {
    display: block !important;
    width: 100%;
    max-width: none;
    margin: 0 0 14px;
    padding: 0 !important;
    background: none !important;
    color: var(--tpg-about-ink) !important;
    text-transform: none !important;
}

.tpg-about-links__grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
}

.tpg-about-link-card {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 16px !important;
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.tpg-about-link-card:hover,
.tpg-about-link-card:focus {
    border-color: rgba(31, 128, 208, 0.34);
    box-shadow: 0 24px 54px rgba(18, 38, 74, 0.18);
    color: inherit;
    text-decoration: none;
    transform: translateY(-3px);
}

.tpg-about-link-card__body {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.tpg-about-link-card__title {
    color: var(--tpg-about-ink);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.15;
}

.tpg-about-link-card__copy {
    color: var(--tpg-about-muted);
    font-size: 13px;
    line-height: 1.35;
}

.tpg-about-link-card__arrow {
    color: var(--tpg-about-sky);
    font-size: 15px;
}

html[data-theme="dark"] .tpg-about,
body[data-theme="dark"] .tpg-about,
html.dark-mode .tpg-about,
body.dark-mode .tpg-about,
.dark-mode .tpg-about {
    --tpg-about-ink: #f8fafc;
    --tpg-about-muted: #cbd5e1;
    --tpg-about-border: rgba(148, 163, 184, 0.24);
}

html[data-theme="dark"] .tpg-about-copy-block,
body[data-theme="dark"] .tpg-about-copy-block,
html.dark-mode .tpg-about-copy-block,
body.dark-mode .tpg-about-copy-block,
.dark-mode .tpg-about-copy-block,
html[data-theme="dark"] .tpg-about-link-card,
body[data-theme="dark"] .tpg-about-link-card,
html.dark-mode .tpg-about-link-card,
body.dark-mode .tpg-about-link-card,
.dark-mode .tpg-about-link-card {
    background: #111827;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.38);
}

html[data-theme="dark"] .tpg-about-copy-block__icon,
body[data-theme="dark"] .tpg-about-copy-block__icon,
html.dark-mode .tpg-about-copy-block__icon,
body.dark-mode .tpg-about-copy-block__icon,
.dark-mode .tpg-about-copy-block__icon,
html[data-theme="dark"] .tpg-about-link-card__icon,
body[data-theme="dark"] .tpg-about-link-card__icon,
html.dark-mode .tpg-about-link-card__icon,
body.dark-mode .tpg-about-link-card__icon,
.dark-mode .tpg-about-link-card__icon {
    background: rgba(31, 128, 208, 0.18);
    color: #7dd3fc;
}

html[data-theme="dark"] .tpg-about-copy-block:nth-child(2) .tpg-about-copy-block__icon,
body[data-theme="dark"] .tpg-about-copy-block:nth-child(2) .tpg-about-copy-block__icon,
html.dark-mode .tpg-about-copy-block:nth-child(2) .tpg-about-copy-block__icon,
body.dark-mode .tpg-about-copy-block:nth-child(2) .tpg-about-copy-block__icon,
.dark-mode .tpg-about-copy-block:nth-child(2) .tpg-about-copy-block__icon {
    background: rgba(50, 159, 43, 0.2);
    color: #86efac;
}

html[data-theme="dark"] .tpg-about-copy-block:nth-child(3) .tpg-about-copy-block__icon,
body[data-theme="dark"] .tpg-about-copy-block:nth-child(3) .tpg-about-copy-block__icon,
html.dark-mode .tpg-about-copy-block:nth-child(3) .tpg-about-copy-block__icon,
body.dark-mode .tpg-about-copy-block:nth-child(3) .tpg-about-copy-block__icon,
.dark-mode .tpg-about-copy-block:nth-child(3) .tpg-about-copy-block__icon {
    background: rgba(245, 130, 24, 0.2);
    color: #fdba74;
}

html[data-theme="dark"] .tpg-about-link-card__arrow,
body[data-theme="dark"] .tpg-about-link-card__arrow,
html.dark-mode .tpg-about-link-card__arrow,
body.dark-mode .tpg-about-link-card__arrow,
.dark-mode .tpg-about-link-card__arrow {
    color: #7dd3fc;
}

@media (max-width: 980px) {
    .tpg-about-hero {
        grid-template-columns: 1fr;
        padding: 18px 22px !important;
    }

    .tpg-about-hero h1 {
        font-size: 50px;
    }

    .tpg-about-hero__brand {
        max-width: 520px;
        width: 100%;
    }

    .tpg-about-intro,
    .tpg-about-links__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .tpg-about {
        padding: 12px 10px 28px;
    }

    .tpg-about-hero {
        min-height: 0;
        padding: 16px !important;
    }

    .tpg-about-hero h1 {
        font-size: 38px;
    }

    .tpg-about-hero p {
        font-size: 15px;
    }

    .tpg-about-intro,
    .tpg-about-links__grid {
        grid-template-columns: 1fr;
    }

    .tpg-about-link-card {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .tpg-about-link-card__arrow {
        display: none;
    }
}
