/*
Theme Name: Tigers Landing V17 — Entity Layout Fix
Theme URI: https://tigers-group.com
Author: IAM.tigers
Description: Compact premium portal theme for TIGERS GROUP OFFICIAL with fixed hero and corrected entity layout.
Version: 17.0
License: GNU General Public License v2 or later
Text Domain: tigers-landing
*/

*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background: #050505;
    color: #f5f5f5;
    line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img, iframe, video { max-width: 100%; }

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 999;
    background: rgba(0,0,0,.78);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(217,173,98,.22);
}

.site-header-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 12px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.site-brand { display: flex; align-items: center; gap: 14px; }
.site-logo { width: 54px; height: 54px; object-fit: contain; }

.site-title {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.site-tagline {
    margin-top: 2px;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .75;
}

.btn-header {
    padding: 9px 18px;
    border-radius: 999px;
    border: 1px solid rgba(217,173,98,.65);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .14em;
    background: rgba(0,0,0,.7);
    color: #d9ad62;
    white-space: nowrap;
    transition: all .18s ease;
}

.btn-header:hover {
    background: linear-gradient(135deg,#c89238,#d9ad62);
    color: #101010;
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(0,0,0,.55);
}

.tg-row { padding: 74px 20px; position: relative; }
.tg-row-inner { max-width: 1200px; margin: 0 auto; }

.tg-row-hero {
    min-height: 100vh;
    padding-top: 120px;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at top, rgba(200,146,56,.13), transparent 30%),
        radial-gradient(circle at bottom, rgba(95,95,95,.20), transparent 38%),
        #000000;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tg-claw {
    position: absolute;
    width: 290px;
    height: 290px;
    opacity: .16;
    pointer-events: none;
}
.tg-claw-left { left: -80px; top: 180px; transform: rotate(-22deg); }
.tg-claw-right { right: -80px; bottom: 70px; transform: rotate(158deg); }
.tg-claw svg { width: 100%; height: 100%; fill: url(#tgGoldGradient); }

.tg-hero-media {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.tg-media-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 28px;
    overflow: hidden;
    background: #000;
    border: 1px solid rgba(217,173,98,.42);
    box-shadow: 0 30px 90px rgba(0,0,0,.78);
}

.tg-media-frame iframe,
.tg-media-frame video,
.tg-media-frame img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.tg-embed-holder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.tg-embed-holder iframe,
.tg-embed-holder video {
    width: 100%;
    height: 100%;
}

.tg-row-text {
    background: linear-gradient(180deg,#000000 0%,#050505 100%);
    border-top: 1px solid rgba(255,255,255,.06);
}

.tg-text-card,
.tg-newsletter-card {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(145deg, rgba(18,18,18,.96), rgba(5,5,5,.96));
    border-radius: 24px;
    border: 1px solid rgba(217,173,98,.22);
    padding: 32px 26px;
    box-shadow: 0 18px 48px rgba(0,0,0,.65);
}

.tg-text-card h1,
.tg-text-card h2,
.tg-newsletter-card h2,
.tg-section-heading h2 {
    text-transform: uppercase;
    letter-spacing: .16em;
    color: #d9ad62;
    margin-bottom: 14px;
}

.tg-text-card p,
.tg-newsletter-card p { opacity: .9; }

.tg-row-ecosystem {
    background:
        radial-gradient(circle at center, rgba(200,146,56,.12), transparent 30%),
        radial-gradient(circle at top, #101115 0,#050505 55%,#000000 100%);
    border-top: 1px solid rgba(255,255,255,.06);
}

.tg-section-heading { text-align: center; margin-bottom: 36px; }
.tg-section-heading p { margin-top: 8px; font-size: 12px; opacity: .75; }

.tg-ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 22px;
}

.tg-entity-card {
    min-height: 240px;
    background: linear-gradient(145deg, rgba(18,18,18,.96), rgba(5,5,5,.96));
    border-radius: 22px;
    border: 1px solid rgba(217,173,98,.18);
    padding: 24px 20px;
    box-shadow: 0 14px 42px rgba(0,0,0,.65);
    position: relative;
    overflow: hidden;
    transition: all .18s ease;
}

.tg-entity-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(200,146,56,.20), transparent 58%);
    opacity: 0;
    transition: opacity .2s ease;
}

.tg-entity-card:hover {
    transform: translateY(-4px);
    border-color: rgba(217,173,98,.55);
}
.tg-entity-card:hover::before { opacity: 1; }

.tg-entity-content { position: relative; z-index: 2; }
.tg-entity-logo {
    width: 140px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 22px;
    display: block;
}

.tg-entity-card h3 {
    color: #d9ad62;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: 17px;
    margin-bottom: 8px;
}

.tg-entity-card p {
    font-size: 13px;
    opacity: .86;
    min-height: 58px;
    margin-top: 8px;
}

.tg-entity-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(217,173,98,.55);
    color: #111;
    background: linear-gradient(135deg,#c89238,#d9ad62);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 800;
}

.tg-row-newsletter {
    background: #000000;
    border-top: 1px solid rgba(255,255,255,.06);
    padding-bottom: 90px;
}

.tg-newsletter-content { margin-top: 18px; }

.site-footer {
    padding: 26px 20px 30px;
    background: #000000;
    border-top: 1px solid rgba(217,173,98,.18);
}

.site-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 22px;
    align-items: center;
}

.footer-title {
    color: #d9ad62;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-weight: 800;
}

.footer-text {
    margin-top: 6px;
    font-size: 11px;
    opacity: .72;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.footer-socials a {
    border: 1px solid rgba(217,173,98,.32);
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 11px;
    color: #d9ad62;
    text-transform: uppercase;
    letter-spacing: .10em;
}

@media (max-width: 900px) {
    .tg-row { padding: 56px 16px; }
    .tg-row-hero { min-height: auto; padding-top: 125px; }
    .tg-ecosystem-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .site-header-inner { flex-direction: column; align-items: flex-start; }
    .site-brand { align-items: flex-start; }
    .btn-header { width: 100%; text-align: center; }
    .site-footer-inner { grid-template-columns: 1fr; }
    .footer-socials { justify-content: flex-start; }
}

@media (max-width: 620px) {
    .tg-ecosystem-grid { grid-template-columns: 1fr; }
    .site-title { font-size: 15px; }
    .site-tagline { font-size: 10px; }
    .site-logo { width: 46px; height: 46px; }
}


/* FOOTER SOCIAL ICONS AND CUSTOM LINKS */

.footer-socials a.footer-social-icon {
    width: 42px;
    height: 42px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-socials svg {
    width: 20px;
    height: 20px;
    fill: #d9ad62;
}

.footer-socials a.footer-custom-link {
    width: auto;
    height: 42px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d9ad62;
}


/* V6: entity cards are fully clickable, no internal discover button */
.tg-entity-button {
    display: none !important;
}

.tg-entity-card {
    cursor: pointer;
}

.tg-entity-card h3 {
    margin-top: 4px;
}


/* V9: default hero has no generated claw decoration */
.tg-claw,
.tg-claw-left,
.tg-claw-right {
    display: none !important;
}


/* V10: professional public refinement */

.tg-row-hero {
    background:
        linear-gradient(180deg, rgba(0,0,0,.96) 0%, rgba(15,15,15,.96) 46%, rgba(0,0,0,.98) 100%);
}

.tg-media-frame {
    border-radius: 18px;
    border: 1px solid rgba(217,173,98,.38);
    box-shadow:
        0 36px 90px rgba(0,0,0,.82),
        0 0 0 1px rgba(255,255,255,.035) inset;
}

.tg-media-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255,255,255,.05);
    z-index: 3;
    pointer-events: none;
}

.tg-hero-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #d9ad62;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 12px;
    text-align: center;
    padding: 24px;
}

.tg-row-text {
    padding-top: 58px;
    padding-bottom: 58px;
}

.tg-text-card,
.tg-newsletter-card {
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(14,14,14,.98), rgba(4,4,4,.98));
    border: 1px solid rgba(217,173,98,.18);
    box-shadow: 0 22px 55px rgba(0,0,0,.72);
}

.tg-text-card h1,
.tg-text-card h2,
.tg-newsletter-card h2,
.tg-section-heading h2 {
    color: #d9ad62;
    font-weight: 800;
    letter-spacing: .18em;
}

.tg-row-ecosystem {
    background:
        linear-gradient(180deg, #050505 0%, #0b0b0b 48%, #000 100%);
}

.tg-ecosystem-grid {
    gap: 26px;
}

.tg-entity-card {
    min-height: 285px;
    border-radius: 18px;
    padding: 28px 24px;
    background: linear-gradient(145deg, rgba(16,16,16,.98), rgba(3,3,3,.98));
    border: 1px solid rgba(217,173,98,.20);
    box-shadow: 0 22px 55px rgba(0,0,0,.70);
}

.tg-entity-card::before {
    background: linear-gradient(135deg, rgba(217,173,98,.16), transparent 36%);
}

.tg-entity-logo {
    width: 210px !important;
    height: 122px !important;
    max-width: 100%;
    object-fit: contain;
    margin-bottom: 24px;
}

.tg-entity-card h3 {
    font-size: 18px;
    letter-spacing: .16em;
    color: #d9ad62;
}

.tg-entity-card p {
    font-size: 13px;
    line-height: 1.65;
    color: rgba(245,245,245,.78);
}

.site-header {
    background: rgba(0,0,0,.86);
}

.site-title {
    letter-spacing: .18em;
}

.footer-socials a,
.footer-socials a.footer-custom-link,
.footer-socials a.footer-social-icon {
    border-color: rgba(217,173,98,.38);
    background: rgba(0,0,0,.28);
}


/* V11 — MAJOR PREMIUM PUBLIC DESIGN */

:root {
    --tg-black: #000000;
    --tg-graphite: #070707;
    --tg-graphite-soft: #111111;
    --tg-line: rgba(217,173,98,.22);
    --tg-line-soft: rgba(255,255,255,.075);
    --tg-gold: #d9ad62;
    --tg-gold-soft: rgba(217,173,98,.72);
    --tg-text: #f3f3f3;
    --tg-muted: rgba(243,243,243,.68);
}

body {
    background: var(--tg-black);
    color: var(--tg-text);
    letter-spacing: .01em;
}

.site-header {
    background: rgba(0,0,0,.92);
    border-bottom: 1px solid var(--tg-line);
    backdrop-filter: blur(14px);
}

.site-header-inner {
    max-width: 1440px;
    padding: 16px 34px;
}

.site-logo {
    width: 76px;
    height: 76px;
}

.site-title {
    font-size: 18px;
    letter-spacing: .22em;
    font-weight: 800;
}

.site-tagline {
    color: var(--tg-muted);
    letter-spacing: .16em;
}

.btn-header {
    border-radius: 0;
    border-color: var(--tg-line);
    background: transparent;
    color: var(--tg-gold);
    padding: 12px 18px;
    font-weight: 700;
}

.btn-header:hover {
    background: var(--tg-gold);
    color: #000;
    box-shadow: none;
}

.tg-row {
    padding-left: 34px;
    padding-right: 34px;
}

.tg-row-inner {
    max-width: 1340px;
}

.tg-row-hero {
    min-height: 92vh;
    padding-top: 142px;
    background:
        linear-gradient(180deg, rgba(0,0,0,.98) 0%, rgba(10,10,10,.96) 48%, rgba(0,0,0,.99) 100%);
}

.tg-hero-media {
    max-width: 1180px;
}

.tg-media-frame {
    border-radius: 0;
    border: 1px solid var(--tg-line);
    box-shadow: 0 42px 105px rgba(0,0,0,.86);
    background: #000;
}

.tg-media-frame::after {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--tg-gold), transparent);
    opacity: .58;
    z-index: 4;
    pointer-events: none;
}

.tg-row-text {
    background: #000;
    border-top: 1px solid var(--tg-line-soft);
    padding-top: 82px;
    padding-bottom: 82px;
}

.tg-text-card {
    max-width: 1040px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.tg-text-card h1 {
    font-size: clamp(26px, 4vw, 54px);
    letter-spacing: .20em;
    line-height: 1.15;
    margin-bottom: 26px;
    color: var(--tg-gold);
}

.tg-text-card p {
    max-width: 820px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.9;
    color: var(--tg-muted);
}

.tg-row-ecosystem {
    background: linear-gradient(180deg, #050505 0%, #0a0a0a 46%, #000 100%);
    border-top: 1px solid var(--tg-line-soft);
    padding-top: 96px;
    padding-bottom: 96px;
}

.tg-section-heading {
    margin-bottom: 54px;
}

.tg-section-heading h2 {
    font-size: clamp(22px, 2.6vw, 38px);
    letter-spacing: .24em;
    color: var(--tg-gold);
}

.tg-section-heading p {
    color: var(--tg-muted);
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tg-ecosystem-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--tg-line);
    border: 1px solid var(--tg-line);
}

.tg-entity-card {
    min-height: 360px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #070707;
    padding: 42px 34px;
    display: flex;
    align-items: center;
}

.tg-entity-card::before {
    display: none;
}

.tg-entity-card:hover {
    transform: none;
    background: #0f0f0f;
    border: 0;
}

.tg-entity-content {
    width: 100%;
}

.tg-entity-logo {
    width: 260px !important;
    height: 140px !important;
    margin-bottom: 34px;
    filter: none;
}

.tg-entity-card h3 {
    font-size: 20px;
    letter-spacing: .20em;
    color: var(--tg-gold);
    margin-bottom: 16px;
}

.tg-entity-card p {
    min-height: auto;
    color: var(--tg-muted);
    font-size: 14px;
    line-height: 1.85;
}

.tg-row-newsletter {
    background: #000;
    border-top: 1px solid var(--tg-line-soft);
    padding-top: 86px;
    padding-bottom: 100px;
}

.tg-newsletter-card {
    max-width: 840px;
    background: transparent;
    border: 1px solid var(--tg-line);
    border-radius: 0;
    box-shadow: none;
    padding: 46px 34px;
}

.tg-newsletter-card h2 {
    color: var(--tg-gold);
    letter-spacing: .22em;
}

.tg-newsletter-card p {
    color: var(--tg-muted);
}

.site-footer {
    background: #000;
    border-top: 1px solid var(--tg-line);
    padding: 34px;
}

.site-footer-inner {
    max-width: 1340px;
}

.footer-title {
    color: var(--tg-gold);
    letter-spacing: .20em;
}

.footer-text {
    color: var(--tg-muted);
}

.footer-socials a,
.footer-socials a.footer-custom-link,
.footer-socials a.footer-social-icon {
    border-radius: 0;
    border-color: var(--tg-line);
    background: transparent;
}

.footer-socials a:hover,
.footer-socials a.footer-custom-link:hover,
.footer-socials a.footer-social-icon:hover {
    background: rgba(217,173,98,.10);
}

.footer-socials svg {
    fill: var(--tg-gold);
}

@media (max-width: 900px) {
    .site-header-inner {
        padding: 16px 20px;
    }

    .site-logo {
        width: 58px;
        height: 58px;
    }

    .tg-row {
        padding-left: 18px;
        padding-right: 18px;
    }

    .tg-row-hero {
        padding-top: 150px;
    }

    .tg-ecosystem-grid {
        grid-template-columns: 1fr;
    }

    .tg-entity-card {
        min-height: 270px;
        padding: 34px 24px;
    }

    .tg-entity-logo {
        width: 220px !important;
        height: 120px !important;
    }
}


/* V12 — FIXED HERO + PREMIUM PORTAL WITHOUT CARD BORDERS */

.tg-media-frame {
    min-height: 320px;
}

.tg-media-frame iframe,
.tg-media-frame video,
.tg-media-frame img,
.tg-embed-holder,
.tg-embed-holder iframe,
.tg-embed-holder video {
    display: block;
    width: 100%;
    height: 100%;
}

.tg-media-frame img {
    object-fit: cover;
}

.tg-hero-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #d9ad62;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 12px;
    text-align: center;
    padding: 24px;
}

.tg-ecosystem-grid {
    background: transparent !important;
    border: 0 !important;
    gap: 0 !important;
}

.tg-entity-card {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    min-height: 300px;
    padding: 46px 34px;
    position: relative;
}

.tg-entity-card::after {
    content: "";
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 0;
    height: 1px;
    background: rgba(217,173,98,.20);
}

.tg-entity-card:hover {
    background: rgba(217,173,98,.035) !important;
}

.tg-entity-card:hover::after {
    background: rgba(217,173,98,.72);
}

.tg-entity-logo {
    width: 280px !important;
    height: 145px !important;
}

@media (max-width: 900px) {
    .tg-entity-card {
        padding: 38px 8px;
        min-height: 250px;
    }

    .tg-entity-card::after {
        left: 8px;
        right: 8px;
    }

    .tg-entity-logo {
        width: 230px !important;
        height: 125px !important;
    }
}


/* V14 — COMPACT LAYOUT, V12 HERO LOGIC PRESERVED */

.site-header {
    position: relative !important;
}

.site-header-inner {
    min-height: 92px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.site-logo {
    width: 64px !important;
    height: 64px !important;
}

.site-title {
    font-size: 17px !important;
}

.site-tagline {
    font-size: 10px !important;
}

.btn-header {
    padding: 10px 16px !important;
    font-size: 10px !important;
}

.tg-row {
    padding-left: 34px !important;
    padding-right: 34px !important;
}

.tg-row-hero {
    min-height: auto !important;
    padding-top: 34px !important;
    padding-bottom: 34px !important;
    display: block !important;
}

.tg-hero-media {
    width: 100%;
    max-width: 760px !important;
    margin: 0 auto !important;
}

.tg-media-frame {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    min-height: 0 !important;
    height: auto !important;
    position: relative !important;
    overflow: hidden !important;
}

.tg-media-frame iframe,
.tg-media-frame video,
.tg-media-frame img,
.tg-embed-holder {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.tg-embed-holder iframe,
.tg-embed-holder video {
    width: 100% !important;
    height: 100% !important;
}

.tg-row-text {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

.tg-text-card h1 {
    font-size: clamp(20px, 2.1vw, 34px) !important;
    margin-bottom: 8px !important;
}

.tg-text-card p {
    font-size: 13px !important;
    line-height: 1.55 !important;
}

.tg-row-ecosystem {
    padding-top: 28px !important;
    padding-bottom: 32px !important;
}

.tg-section-heading {
    margin-bottom: 22px !important;
}

.tg-section-heading h2 {
    font-size: clamp(18px, 1.7vw, 26px) !important;
}

.tg-section-heading p {
    display: none !important;
}

.tg-ecosystem-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.tg-entity-card {
    min-height: 210px !important;
    padding: 26px 26px !important;
}

.tg-entity-logo {
    width: 190px !important;
    height: 95px !important;
    margin-bottom: 14px !important;
}

.tg-entity-card h3 {
    font-size: 15px !important;
    margin-bottom: 8px !important;
}

.tg-entity-card p {
    font-size: 12px !important;
    line-height: 1.5 !important;
}

.tg-row-newsletter {
    display: none !important;
}

.site-footer {
    padding: 16px 34px !important;
}

.footer-title {
    font-size: 11px !important;
}

.footer-text {
    font-size: 9px !important;
}

@media (min-width: 1500px) {
    .tg-hero-media {
        max-width: 820px !important;
    }
}

@media (max-width: 1100px) {
    .tg-ecosystem-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 900px) {
    .tg-row {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .tg-hero-media {
        max-width: 100% !important;
    }

    .tg-ecosystem-grid {
        grid-template-columns: 1fr !important;
    }

    .tg-row-newsletter {
        display: block !important;
    }
}


/* V15 — ENTITIES 3 BY 2 */

.tg-ecosystem-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
}

.tg-entity-card {
    min-height: 230px !important;
    padding: 28px 28px !important;
}

.tg-entity-logo {
    width: 210px !important;
    height: 105px !important;
    margin-bottom: 16px !important;
}

.tg-entity-card h3 {
    font-size: 16px !important;
    letter-spacing: .17em !important;
}

.tg-entity-card p {
    font-size: 12px !important;
    line-height: 1.55 !important;
    max-height: none !important;
}

@media (max-width: 1100px) {
    .tg-ecosystem-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 700px) {
    .tg-ecosystem-grid {
        grid-template-columns: 1fr !important;
    }
}


/* V16 — COMPACT ENTITY LINES : LOGO LEFT / TEXT RIGHT */

.tg-row-ecosystem {
    padding-top: 24px !important;
    padding-bottom: 28px !important;
}

.tg-section-heading {
    margin-bottom: 18px !important;
}

.tg-section-heading h2 {
    font-size: clamp(18px, 1.7vw, 26px) !important;
    margin-bottom: 0 !important;
}

.tg-section-heading p {
    display: none !important;
}

.tg-ecosystem-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 34px 48px !important;
    background: transparent !important;
    border: 0 !important;
}

.tg-entity-card {
    min-height: 118px !important;
    height: auto !important;
    padding: 0 0 22px 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
}

.tg-entity-card::before {
    display: none !important;
}

.tg-entity-card::after {
    content: "";
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    bottom: 0;
    height: 1px;
    background: rgba(217,173,98,.22);
    transition: background .18s ease, opacity .18s ease;
}

.tg-entity-card:hover {
    background: transparent !important;
    transform: none !important;
}

.tg-entity-card:hover::after {
    background: rgba(217,173,98,.78);
}

.tg-entity-content {
    width: 100%;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
}

.tg-entity-logo {
    width: 92px !important;
    height: 72px !important;
    margin: 0 !important;
    object-fit: contain !important;
}

.tg-entity-card h3 {
    font-size: 15px !important;
    line-height: 1.25 !important;
    letter-spacing: .16em !important;
    margin: 0 0 8px 0 !important;
    color: #d9ad62 !important;
}

.tg-entity-card p {
    font-size: 12px !important;
    line-height: 1.45 !important;
    color: rgba(245,245,245,.68) !important;
    margin: 0 !important;
    max-height: 38px;
    overflow: hidden;
}

.tg-entity-card:hover h3 {
    color: #f0c978 !important;
}

@media (max-width: 1100px) {
    .tg-ecosystem-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 28px 38px !important;
    }
}

@media (max-width: 700px) {
    .tg-ecosystem-grid {
        grid-template-columns: 1fr !important;
    }

    .tg-entity-content {
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 16px;
    }

    .tg-entity-logo {
        width: 78px !important;
        height: 62px !important;
    }

    .tg-entity-card {
        min-height: 104px !important;
    }
}


/* V17 — FIX ENTITY LAYOUT LOGO LEFT / TEXT RIGHT */

.tg-ecosystem-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 34px 52px !important;
}

.tg-entity-card {
    min-height: 116px !important;
    padding: 0 0 22px 0 !important;
    display: flex !important;
    align-items: center !important;
}

.tg-entity-content {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    gap: 22px !important;
}

.tg-entity-logo-wrap {
    width: 104px !important;
    min-width: 104px !important;
    height: 78px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.tg-entity-logo {
    width: 104px !important;
    height: 78px !important;
    max-width: 104px !important;
    object-fit: contain !important;
    margin: 0 !important;
}

.tg-entity-text {
    min-width: 0 !important;
    flex: 1 1 auto !important;
}

.tg-entity-card h3 {
    display: block !important;
    width: 100% !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    letter-spacing: .15em !important;
    margin: 0 0 8px 0 !important;
    color: #d9ad62 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    white-space: normal !important;
}

.tg-entity-card p {
    display: block !important;
    width: 100% !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    color: rgba(245,245,245,.68) !important;
    max-height: none !important;
    overflow: visible !important;
}

.tg-entity-no-logo .tg-entity-content {
    display: block !important;
}

.tg-entity-no-logo .tg-entity-text {
    width: 100% !important;
}

.tg-entity-no-logo h3,
.tg-entity-no-logo p {
    width: 100% !important;
}

@media (max-width: 1100px) {
    .tg-ecosystem-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 30px 42px !important;
    }
}

@media (max-width: 700px) {
    .tg-ecosystem-grid {
        grid-template-columns: 1fr !important;
    }

    .tg-entity-content {
        gap: 16px !important;
    }

    .tg-entity-logo-wrap {
        width: 82px !important;
        min-width: 82px !important;
        height: 62px !important;
    }

    .tg-entity-logo {
        width: 82px !important;
        height: 62px !important;
        max-width: 82px !important;
    }
}
