/* Homepage section refinements */
.home-page .home-about .section-kicker,
.home-page .home-news .section-kicker,
.home-page .home-partners .section-kicker,
.home-page .home-investment-kicker,
.home-page .home-portfolio-kicker {
    margin: 0 0 9px !important;
    color: #e1c885 !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 1.2px !important;
    line-height: 1.4 !important;
    text-transform: uppercase !important;
}

.home-page .home-about .about-text h2,
.home-page .home-news .section-title,
.home-page .home-partners .section-title {
    margin: 0;
    color: #e1c885 !important;
    font-size: clamp(30px, 4vw, 46px) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.home-page .home-news .container,
.home-page .home-partners .container {
    text-align: center;
}

.home-page .home-news .section-title,
.home-page .home-partners .section-title {
    margin-bottom: clamp(24px, 3vw, 38px);
}

.home-page .home-partners .section-title {
    margin-bottom: 12px;
}

/* Homepage investment image panel */
.home-page .home-investment-visual {
    min-height: clamp(430px, 38vw, 560px) !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    border-color: rgba(225, 200, 133, .24) !important;
    background: #071a22;
    box-shadow: 0 34px 90px rgba(0, 0, 0, .36), 0 0 0 1px rgba(255, 255, 255, .04) inset !important;
    isolation: isolate;
}

.home-page .home-investment-visual img {
    min-height: inherit;
    object-position: 58% center;
    transform: scale(1.01) !important;
}

.home-page .home-investment-visual::after {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(7, 26, 34, .86) 0%, rgba(7, 26, 34, .56) 38%, rgba(7, 26, 34, .14) 74%),
        linear-gradient(180deg, rgba(7, 26, 34, .06), rgba(7, 26, 34, .76)) !important;
}

.home-investment-floating-cards {
    position: absolute;
    z-index: 2;
    top: clamp(22px, 4vw, 48px);
    left: clamp(18px, 3vw, 34px);
    width: min(440px, 52%);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    pointer-events: none;
}

.investment-float-card {
    --accent: #e1c885;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 12px 13px 12px 15px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(8, 29, 37, .88), rgba(10, 54, 63, .72));
    box-shadow: 0 16px 38px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
}

.investment-float-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 3px;
    border-radius: 0 999px 999px 0;
    background: var(--accent);
}

.investment-float-card i {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--accent);
    background: rgba(255, 255, 255, .08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
    font-size: 13px;
}

.investment-float-card strong {
    color: #f4fbfc;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
}

.investment-float-card--gold {
    --accent: #e1c885;
    background: linear-gradient(135deg, rgba(83, 71, 32, .86), rgba(9, 42, 50, .74));
}

.investment-float-card--teal {
    --accent: #55d6c2;
}

.investment-float-card--blue {
    --accent: #7eb6ff;
}

.investment-float-card--green {
    --accent: #7bdc93;
}

.investment-float-card--rose {
    --accent: #ef9aaf;
}

.investment-float-card--slate {
    --accent: #c8d8dd;
}

/* Scoped homepage video section */
.home-watch-events.home-values {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    background: transparent !important;
    color: #edf5f7 !important;
    text-align: center !important;
}

.home-watch-events .watch-events-media {
    position: relative;
    width: 100%;
    min-height: clamp(210px, 23vw, 320px);
    display: grid;
    place-items: center;
    overflow: hidden;
    border-top: 1px solid rgba(225, 200, 133, .16);
    border-bottom: 1px solid rgba(225, 200, 133, .16);
    background:
        linear-gradient(90deg, rgba(7, 26, 34, .72), rgba(7, 26, 34, .22), rgba(7, 26, 34, .68)),
        linear-gradient(180deg, rgba(7, 26, 34, .18), rgba(7, 26, 34, .48)),
        url('/GT-Website/assets/images/home-hero-business-v2.png') center/cover no-repeat;
    box-shadow: inset 0 34px 80px rgba(0, 0, 0, .28), inset 0 -34px 80px rgba(0, 0, 0, .28);
}

.home-watch-events .watch-events-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 26, 34, .7), transparent 30%, transparent 70%, rgba(7, 26, 34, .7));
    pointer-events: none;
}

.home-watch-events .watch-events-play {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 2;
    order: 0 !important;
    place-self: center !important;
    width: clamp(82px, 8vw, 118px) !important;
    height: clamp(82px, 8vw, 118px) !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #e1c885 !important;
    color: #071a22 !important;
    box-shadow: 0 20px 54px rgba(0, 0, 0, .32), 0 0 0 10px rgba(225, 200, 133, .13) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: none !important;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.home-watch-events .watch-events-play::before,
.home-watch-events .watch-events-play::after {
    content: "" !important;
    position: absolute;
    inset: -12px;
    z-index: -1;
    border: 1px solid rgba(225, 200, 133, .52);
    border-radius: 50%;
    opacity: 0;
    animation: watchEventsRipple 2.35s ease-out infinite;
}

.home-watch-events .watch-events-play::after {
    animation-delay: 1.15s;
}

.home-watch-events .watch-events-play:hover,
.home-watch-events .watch-events-play:focus-visible {
    background: #efd78f !important;
    box-shadow: 0 26px 64px rgba(0, 0, 0, .38), 0 0 0 14px rgba(225, 200, 133, .16) !important;
    transform: scale(1.04) !important;
}

.home-watch-events .watch-events-play-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 6px;
    font-size: clamp(22px, 2.2vw, 32px);
}

.home-watch-events .watch-events-play-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

@keyframes watchEventsRipple {
    0% {
        transform: scale(.72);
        opacity: .65;
    }

    65% {
        opacity: .22;
    }

    100% {
        transform: scale(1.62);
        opacity: 0;
    }
}

@media (max-width: 760px) {
    .home-page .home-about .about-text h2,
    .home-page .home-news .section-title,
    .home-page .home-partners .section-title {
        font-size: clamp(28px, 9vw, 38px) !important;
    }

    .home-watch-events.home-values {
        padding: 0 !important;
    }

    .home-watch-events .watch-events-media {
        min-height: 205px;
    }

    .home-watch-events .watch-events-play {
        width: 76px !important;
        height: 76px !important;
    }
}

@media (max-width: 620px) {
    .home-page .home-investment-visual {
        min-height: 500px !important;
    }

    .home-page .home-investment-visual img {
        object-position: 66% center;
    }

    .home-investment-floating-cards {
        top: 14px;
        left: 14px;
        right: 14px;
        width: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .investment-float-card {
        min-height: 48px;
        padding: 10px 10px 10px 12px;
        gap: 8px;
        border-radius: 8px;
    }

    .investment-float-card i {
        width: 26px;
        height: 26px;
        flex-basis: 26px;
        font-size: 11px;
    }

    .investment-float-card strong {
        font-size: 11.5px;
    }

}

@media (max-width: 420px) {
    .home-page .home-investment-visual {
        min-height: 470px !important;
    }

    .home-watch-events .watch-events-media {
        min-height: 185px;
    }

    .home-watch-events .watch-events-play {
        width: 68px !important;
        height: 68px !important;
    }
}

/* Creative orbit investment panel */
.home-page .home-investment-visual {
    position: relative !important;
    min-height: clamp(600px, 45vw, 710px) !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background:
        radial-gradient(circle at 54% 38%, rgba(225, 200, 133, .18), transparent 24%),
        radial-gradient(circle at 20% 78%, rgba(85, 214, 194, .12), transparent 24%),
        transparent !important;
    box-shadow: none !important;
    isolation: isolate;
}

.home-page .home-investment-visual img {
    position: absolute !important;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: clamp(330px, 31vw, 450px) !important;
    height: clamp(330px, 31vw, 450px) !important;
    min-height: 0 !important;
    display: block;
    object-fit: cover;
    object-position: 63% center;
    border: 4px solid rgba(225, 200, 133, .58);
    border-radius: 50%;
    transform: translate(-50%, -50%) !important;
    box-shadow:
        0 24px 70px rgba(0, 0, 0, .36),
        0 0 0 9px rgba(225, 200, 133, .055),
        inset 0 0 0 1px rgba(255, 255, 255, .14);
}

.home-page .home-investment-visual::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: clamp(380px, 37vw, 540px);
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(225, 200, 133, .14) 0 52%, rgba(85, 214, 194, .10) 62%, transparent 73%);
    transform: translate(-50%, -50%);
    filter: blur(16px);
    opacity: .72;
    animation: investmentHaloSpin 8s ease-in-out infinite;
}

.home-page .home-investment-visual::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: clamp(430px, 42vw, 610px);
    aspect-ratio: 1;
    border: 1px solid rgba(225, 200, 133, .12);
    border-radius: 50%;
    background:
        radial-gradient(circle, transparent 60%, rgba(225, 200, 133, .035) 61%, transparent 63%) !important;
    transform: translate(-50%, -50%);
    opacity: .42;
    pointer-events: none;
    animation: investmentOrbitRing 12s ease-in-out infinite;
}

.home-investment-floating-cards {
    position: absolute !important;
    inset: 0 !important;
    z-index: 4 !important;
    display: block !important;
    width: auto !important;
    pointer-events: none;
}

.investment-float-card {
    --accent: #e1c885;
    --card-bg: rgba(8, 29, 37, .86);
    --x: 0px;
    --y: 0px;
    --fx: 8px;
    --fy: -8px;
    --fx2: -5px;
    --fy2: 5px;
    position: absolute !important;
    left: 50%;
    top: 50%;
    display: block;
    width: clamp(178px, 14vw, 220px);
    min-height: 64px;
    padding: 11px 13px !important;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--accent) 42%, rgba(255, 255, 255, .12));
    border-radius: 18px !important;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--accent) 24%, var(--card-bg)), var(--card-bg)) !important;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .1);
    backdrop-filter: blur(12px);
    transform: translate(-50%, -50%) translate(var(--x), var(--y)) scale(.98);
    animation: investmentCardFloat 9.6s ease-in-out infinite;
    will-change: transform, opacity;
}

.investment-float-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 14% 24%, color-mix(in srgb, var(--accent) 42%, transparent), transparent 42%),
        linear-gradient(90deg, color-mix(in srgb, var(--accent) 34%, transparent), transparent 48%);
    opacity: .64;
    pointer-events: none;
}

.investment-float-card i,
.investment-float-card-copy,
.investment-float-card-title,
.investment-float-card-copy strong,
.investment-float-card-copy small {
    position: relative;
    z-index: 1;
}

.investment-float-card i {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #071a22;
    font-size: 13px;
    background: var(--accent);
    box-shadow: 0 8px 18px color-mix(in srgb, var(--accent) 28%, rgba(0, 0, 0, .28));
}

.investment-float-card-copy {
    display: flex !important;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.investment-float-card-title {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.investment-float-card strong {
    display: block !important;
    color: #f7fbfc;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0;
}

.investment-float-card small {
    display: block;
    color: rgba(237, 245, 247, .78);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.25;
}

.investment-float-card--gold {
    --accent: #e1c885;
    --card-bg: rgba(61, 49, 22, .9);
    --x: clamp(-214px, -15vw, -174px);
    --y: clamp(-178px, -11vw, -130px);
    --fx: 9px;
    --fy: -9px;
    --fx2: -5px;
    --fy2: 6px;
    animation-delay: -1.2s;
}

.investment-float-card--teal {
    --accent: #55d6c2;
    --card-bg: rgba(7, 61, 59, .9);
    --x: clamp(172px, 14vw, 216px);
    --y: clamp(-154px, -9vw, -110px);
    --fx: -7px;
    --fy: -10px;
    --fx2: 6px;
    --fy2: 5px;
    animation-delay: -3.5s;
}

.investment-float-card--blue {
    --accent: #7eb6ff;
    --card-bg: rgba(7, 42, 72, .9);
    --x: clamp(-230px, -17vw, -188px);
    --y: clamp(-44px, -3vw, -18px);
    --fx: 10px;
    --fy: 6px;
    --fx2: -7px;
    --fy2: -5px;
    animation-delay: -5.1s;
}

.investment-float-card--green {
    --accent: #7bdc93;
    --card-bg: rgba(10, 64, 40, .9);
    --x: clamp(186px, 16vw, 238px);
    --y: clamp(28px, 3vw, 58px);
    --fx: -10px;
    --fy: 5px;
    --fx2: 7px;
    --fy2: -5px;
    animation-delay: -2.2s;
}

.investment-float-card--rose {
    --accent: #ef9aaf;
    --card-bg: rgba(72, 32, 48, .9);
    --x: clamp(-198px, -14vw, -154px);
    --y: clamp(136px, 9vw, 178px);
    --fx: 7px;
    --fy: 8px;
    --fx2: -7px;
    --fy2: -6px;
    animation-delay: -4.5s;
}

.investment-float-card--slate {
    --accent: #c8d8dd;
    --card-bg: rgba(40, 54, 63, .92);
    --x: clamp(146px, 13vw, 198px);
    --y: clamp(172px, 12vw, 214px);
    --fx: -8px;
    --fy: 8px;
    --fx2: 7px;
    --fy2: -6px;
    animation-delay: -.4s;
}

@keyframes investmentHaloSpin {
    0%, 100% {
        transform: translate(-50%, -50%) scale(.96);
        opacity: .5;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.04);
        opacity: .76;
    }
}

@keyframes investmentOrbitRing {
    0%, 100% {
        transform: translate(-50%, -50%) scale(.98);
        opacity: .45;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.04);
        opacity: .82;
    }
}

@keyframes investmentCardFloat {
    0%, 100% {
        opacity: .76;
        transform: translate(-50%, -50%) translate(var(--x), var(--y)) scale(.98);
    }

    34% {
        opacity: 1;
        transform: translate(-50%, -50%) translate(calc(var(--x) + var(--fx)), calc(var(--y) + var(--fy))) scale(1.03);
    }

    68% {
        opacity: .9;
        transform: translate(-50%, -50%) translate(calc(var(--x) + var(--fx2)), calc(var(--y) + var(--fy2))) scale(.99);
    }
}

@media (max-width: 620px) {
    .home-page .home-investment-visual {
        min-height: 570px !important;
        overflow: hidden !important;
    }

    .home-page .home-investment-visual img {
        top: 46%;
        width: min(74vw, 300px) !important;
        height: min(74vw, 300px) !important;
        border-width: 3px;
    }

    .home-page .home-investment-visual::before {
        top: 46%;
        width: min(86vw, 350px);
    }

    .home-page .home-investment-visual::after {
        top: 46%;
        width: min(96vw, 390px);
    }

    .investment-float-card {
        top: 46%;
        width: 130px;
        min-height: 54px;
        padding: 8px 9px !important;
        border-radius: 13px !important;
    }

    .investment-float-card i {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
        border-radius: 9px;
        font-size: 10px;
    }

    .investment-float-card strong {
        font-size: 10px;
    }

    .investment-float-card small {
        font-size: 8px;
        line-height: 1.15;
    }

    .investment-float-card-title {
        gap: 6px;
    }

    .investment-float-card--gold {
        --x: -82px;
        --y: -144px;
    }

    .investment-float-card--teal {
        --x: 92px;
        --y: -126px;
    }

    .investment-float-card--blue {
        --x: -88px;
        --y: -20px;
    }

    .investment-float-card--green {
        --x: 92px;
        --y: 34px;
    }

    .investment-float-card--rose {
        --x: -78px;
        --y: 132px;
    }

    .investment-float-card--slate {
        --x: 82px;
        --y: 158px;
    }

}

@media (max-width: 390px) {
    .investment-float-card {
        width: 124px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-page .home-investment-visual::before,
    .home-page .home-investment-visual::after,
    .investment-float-card {
        animation: none !important;
    }
}

/* Homepage typography and spacing alignment */
.home-page .home-about .about-text h2,
.home-page .home-portfolio-header h2,
.home-page .home-investment-copy h2,
.home-page .home-watch-events-header h2,
.home-page .home-news .section-title,
.home-page .home-partners .section-title {
    color: #e1c885 !important;
    font-size: clamp(24px, 3vw, 34px) !important;
    font-weight: 600 !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.home-page .home-about,
.home-page .home-portfolio-section,
.home-page .home-investments.home-investments-gateway,
.home-page .home-news,
.home-page .home-partners {
    padding-top: clamp(46px, 5.2vw, 76px) !important;
    padding-bottom: clamp(46px, 5.2vw, 76px) !important;
}

.home-page .about-grid,
.home-page .home-investment-gateway {
    gap: clamp(24px, 4vw, 52px) !important;
}

.home-page .home-portfolio-header,
.home-page .home-news .section-title,
.home-page .home-partners .section-title {
    margin-bottom: clamp(18px, 2.4vw, 30px) !important;
}

.home-page .home-watch-events.home-values {
    padding: 0 !important;
    background: #082631 !important;
}

.home-page .home-watch-events-header {
    padding: clamp(28px, 3.2vw, 42px) 20px clamp(14px, 1.8vw, 20px);
    text-align: center;
    background:
        radial-gradient(circle at 50% 0%, rgba(225, 200, 133, .08), transparent 34%),
        #082631;
}

.home-page .home-watch-events-header h2 {
    margin: 0 !important;
}

.home-page .home-watch-events .watch-events-media {
    min-height: clamp(185px, 20vw, 280px) !important;
}

.home-page .home-watch-events .watch-events-play {
    width: clamp(76px, 8vw, 102px) !important;
    height: clamp(76px, 8vw, 102px) !important;
}

.home-page .partners-intro {
    display: none !important;
}

.home-page .partners-logos {
    margin-top: clamp(20px, 2.6vw, 32px) !important;
}

.home-page .news-grid {
    gap: clamp(18px, 2.4vw, 28px) !important;
}

.home-page .news-card-body .tag,
.home-page .news-card h3,
.home-page .news-card a {
    font-weight: 500 !important;
}

.home-page .news-card h3 {
    color: #d8e6ea !important;
    font-size: 15.5px !important;
    line-height: 1.65 !important;
}

.home-page .news-card-body p {
    color: #c8d8dd !important;
    font-size: 15.5px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
}

.home-page .home-investment-cta-btn {
    min-height: 44px !important;
    padding: 0 24px !important;
    font-size: 15px !important;
    line-height: 1 !important;
}

.home-page .partners-track {
    gap: clamp(18px, 2vw, 28px) !important;
}

.home-page .partner-logo-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025)) !important;
}

.home-page .partners-track .partner-logo-card img,
.home-page .partners-logos .partner-logo-card img {
    background: transparent !important;
    box-shadow: none !important;
}

@media (max-width: 760px) {
    .home-page .home-about .about-text h2,
    .home-page .home-portfolio-header h2,
    .home-page .home-investment-copy h2,
    .home-page .home-watch-events-header h2,
    .home-page .home-news .section-title,
    .home-page .home-partners .section-title {
        font-size: clamp(23px, 7vw, 30px) !important;
    }

    .home-page .home-about,
    .home-page .home-portfolio-section,
    .home-page .home-investments.home-investments-gateway,
    .home-page .home-news,
    .home-page .home-partners {
        padding-top: 44px !important;
        padding-bottom: 44px !important;
    }

    .home-page .home-watch-events-header {
        padding: 32px 18px 14px;
    }

    .home-page .home-watch-events .watch-events-media {
        min-height: 178px !important;
    }

    .home-page .home-investment-cta-btn {
        width: auto !important;
        min-height: 42px !important;
        padding: 0 22px !important;
    }
}

@media (max-width: 480px) {
    .home-page .home-watch-events .watch-events-play {
        width: 68px !important;
        height: 68px !important;
    }
}
