.tgr-page-insight-kr {
    background:
        linear-gradient(rgba(31, 86, 214, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(31, 86, 214, 0.07) 1px, transparent 1px),
        #f7faff;
    background-size: 48px 48px;
    color: #0b1732;
}

.tgr-page-insight-kr section {
    padding: 96px 24px;
}

.tgr-insight-shell {
    max-width: 1240px;
    margin: 0 auto;
}

.tgr-insight-eyebrow,
.tgr-insight-overview-card__eyebrow,
.tgr-insight-feature-card__eyebrow,
.tgr-insight-resource-card__eyebrow {
    display: inline-block;
    color: #2f7cf6;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.tgr-insight-section-head {
    max-width: 760px;
    margin-bottom: 40px;
}

.tgr-insight-hero {
    padding-top: 52px;
    padding-bottom: 32px;
}

.tgr-insight-hero__inner {
    max-width: 900px;
}

.tgr-insight-hero__inner h1,
.tgr-insight-section-head h2 {
    margin: 14px 0 18px;
    color: #0b1732;
    font-size: clamp(38px, 4.8vw, 64px);
    font-weight: 800;
    line-height: 1.06;
}

.tgr-insight-hero__inner p,
.tgr-insight-section-head p,
.tgr-insight-overview-card__body p,
.tgr-insight-feature-card__content p,
.tgr-insight-resource-card p {
    margin: 0;
    color: #4c5a76;
    font-size: 18px;
    line-height: 1.8;
}

.tgr-insight-hero__inner p + p {
    margin-top: 10px;
}

.tgr-insight-overview__grid,
.tgr-insight-feature__grid,
.tgr-insight-resource-grid {
    display: grid;
    gap: 24px;
}

.tgr-insight-overview__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tgr-insight-feature__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tgr-insight-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tgr-insight-overview-card,
.tgr-insight-feature-card,
.tgr-insight-resource-card {
    border: 1px solid rgba(35, 77, 166, 0.12);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 44px rgba(16, 37, 84, 0.08);
    overflow: hidden;
}

.tgr-insight-overview-card__image-link,
.tgr-insight-feature-card__media a {
    display: block;
    position: relative;
    overflow: hidden;
}

.tgr-insight-overview-card__image-link img,
.tgr-insight-feature-card__media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.tgr-insight-overview-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 26, 53, 0.45);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.tgr-insight-overview-card:hover .tgr-insight-overview-card__image-link img,
.tgr-insight-feature-card:hover .tgr-insight-feature-card__media img {
    transform: scale(1.03);
}

.tgr-insight-overview-card:hover .tgr-insight-overview-card__overlay {
    opacity: 1;
}

.tgr-insight-overview-card__body,
.tgr-insight-feature-card__content,
.tgr-insight-resource-card {
    padding: 28px;
}

.tgr-insight-overview-card__body h3,
.tgr-insight-feature-card__content h3,
.tgr-insight-resource-card h3 {
    margin: 12px 0 14px;
    color: #0b1732;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.18;
}

.tgr-insight-overview-card__body h3 {
    font-size: 22px;
}

.tgr-insight-overview-card__body p {
    font-size: 15px;
    line-height: 1.72;
}

.tgr-insight-link {
    display: inline-flex;
    align-items: center;
    margin-top: 22px;
    color: #1f56d6;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-decoration: none;
}

.tgr-insight-link::before {
    content: '';
    width: 42px;
    height: 2px;
    margin-right: 12px;
    background: currentColor;
}

.tgr-insight-feature {
    background: #0d1a35;
}

.tgr-insight-feature .tgr-insight-section-head h2,
.tgr-insight-feature .tgr-insight-section-head p {
    color: #fff;
}

.tgr-insight-feature .tgr-insight-section-head p {
    color: rgba(255, 255, 255, 0.72);
}

.tgr-insight-feature-card {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: stretch;
}

.tgr-insight-feature-card__media img {
    height: 100%;
    min-height: 100%;
}

.tgr-insight-resource-card {
    min-height: 100%;
}

@media (max-width: 1100px) {
    .tgr-insight-overview__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tgr-insight-feature__grid,
    .tgr-insight-resource-grid {
        grid-template-columns: 1fr;
    }

    .tgr-insight-feature-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .tgr-page-insight-kr section {
        padding: 72px 18px;
    }

    .tgr-insight-hero {
        padding-top: 40px;
    }

    .tgr-insight-overview-card__image-link img,
    .tgr-insight-feature-card__media img {
        height: 220px;
    }

    .tgr-insight-overview__grid {
        grid-template-columns: 1fr;
    }

    .tgr-insight-overview-card__body,
    .tgr-insight-feature-card__content,
    .tgr-insight-resource-card {
        padding: 22px;
    }

    .tgr-insight-overview-card__body h3,
    .tgr-insight-feature-card__content h3,
    .tgr-insight-resource-card h3 {
        font-size: 24px;
    }

    .tgr-insight-hero__inner p,
    .tgr-insight-section-head p,
    .tgr-insight-overview-card__body p,
    .tgr-insight-feature-card__content p,
    .tgr-insight-resource-card p {
        font-size: 16px;
    }
}
