.tp-market-human-section {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.45fr);
    gap: clamp(24px, 4vw, 56px);
    align-items: center;
    margin: 36px 0;
    padding: clamp(30px, 4.5vw, 64px);
    overflow: hidden;
    border: 1px solid rgba(9, 24, 45, .08);
    border-radius: 26px;
    background-color: #fff;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .95) 42%, rgba(255, 255, 255, .68) 72%, rgba(255, 255, 255, .48) 100%),
        url('../assets/images/tradin-home/tradin-home-background.webp');
    background-position: center, center;
    background-size: cover, cover;
    box-shadow: 0 18px 48px rgba(9, 24, 45, .08);
}

.tp-market-human-section:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px;
    content: '';
    background: linear-gradient(90deg, #09182d 0 34%, #ffd400 34% 83%, #d62d20 83% 100%);
}

.tp-market-human-copy,
.tp-market-human-icons {
    position: relative;
    z-index: 2;
}

.tp-market-human-copy h2 {
    max-width: 620px;
    margin: 12px 0 18px;
    color: #09182d;
    font-size: clamp(32px, 3.1vw, 50px);
    line-height: 1.04;
    letter-spacing: -.045em;
}

.tp-market-human-copy p {
    max-width: 610px;
    margin: 0;
    color: #536176;
    font-size: 16px;
    line-height: 1.7;
}

.tp-market-human-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.tp-market-human-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid #09182d;
    border-radius: 999px;
    background: #09182d;
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}

.tp-market-human-actions a:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(9, 24, 45, .15);
}

.tp-market-human-actions a.is-secondary {
    border-color: #d3b000;
    background: #ffd400;
    color: #111 !important;
}

.tp-market-human-icons {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.tp-market-human-icons article {
    min-width: 0;
    padding: 14px 12px 16px;
    border: 1px solid rgba(9, 24, 45, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 8px 22px rgba(9, 24, 45, .045);
    text-align: center;
    backdrop-filter: blur(7px);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.tp-market-human-icons article:hover {
    transform: translateY(-3px);
    border-color: rgba(211, 176, 0, .45);
    box-shadow: 0 14px 30px rgba(9, 24, 45, .09);
}

.tp-market-human-icons img {
    display: block;
    width: 86px;
    max-width: 72%;
    height: auto;
    margin: 0 auto 8px;
    border-radius: 14px;
}

.tp-market-human-icons strong,
.tp-market-human-icons small {
    display: block;
}

.tp-market-human-icons strong {
    color: #09182d;
    font-size: 13px;
    line-height: 1.25;
}

.tp-market-human-icons small {
    margin-top: 5px;
    color: #68758a;
    font-size: 10px;
    line-height: 1.45;
}

.tp-market-showcase-business {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;
    background: radial-gradient(circle at 82% 16%, rgba(255, 212, 0, .46), rgba(255, 212, 0, .12) 24%, transparent 48%), linear-gradient(135deg, #07111d, #0b1420 54%, #191b12 84%, #2a2200) !important;
    color: #fff !important;
    align-items: flex-end !important;
    border-color: #232b35 !important;
}

.tp-market-showcase-business:before {
    content: '' !important;
    position: absolute !important;
    right: -18% !important;
    top: -12% !important;
    width: 62% !important;
    height: 70% !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, rgba(255, 212, 0, .85) 1px, transparent 1.7px), radial-gradient(circle at 50% 50%, rgba(255, 212, 0, .35), transparent 52%) !important;
    background-size: 13px 13px, 100% 100% !important;
    opacity: .55 !important;
    z-index: -1 !important;
}

.tp-market-showcase-business:after {
    content: '' !important;
    position: absolute !important;
    right: 5% !important;
    bottom: 8% !important;
    width: 50% !important;
    height: 28% !important;
    border-bottom: 1px solid rgba(255, 212, 0, .32) !important;
    border-radius: 50% !important;
    transform: rotate(-10deg) !important;
    box-shadow: 0 -22px 0 -21px rgba(255, 212, 0, .22), 0 -50px 0 -49px rgba(255, 212, 0, .16) !important;
    z-index: -1 !important;
}

.tp-market-business-copy {
    position: relative !important;
    z-index: 2 !important;
    max-width: 560px !important;
}

.tp-market-business-copy .tp-market-kicker {
    display: inline-flex !important;
    background: transparent !important;
    color: #ffd400 !important;
    text-shadow: none !important;
}

.tp-market-business-copy h2 {
    color: #fff !important;
    text-shadow: 0 8px 26px rgba(0, 0, 0, .48) !important;
}

.tp-market-business-copy p {
    color: #f4f7fa !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .36) !important;
}

.tp-market-business-copy > a {
    background: #ffd400 !important;
    color: #111 !important;
    box-shadow: 0 12px 28px rgba(255, 212, 0, .18) !important;
}

@media (max-width: 1180px) {
    .tp-market-human-section {
        grid-template-columns: 1fr;
    }

    .tp-market-human-icons {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .tp-market-human-icons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 540px) {
    .tp-market-human-section {
        margin: 24px 0;
        padding: 28px 16px 34px;
        border-radius: 20px;
        background-image:
            linear-gradient(180deg, rgba(255, 255, 255, .99), rgba(255, 255, 255, .91)),
            url('../assets/images/tradin-home/tradin-home-background.webp');
    }

    .tp-market-human-copy h2 {
        font-size: 33px;
    }

    .tp-market-human-icons {
        gap: 9px;
    }

    .tp-market-human-icons article {
        padding: 12px 8px 14px;
    }

    .tp-market-human-icons img {
        width: 76px;
    }
}
