.tp-home-top-shell {
    margin-top: 24px !important;
}

.tp-home-top-layout {
    grid-template-columns: minmax(0, 1.72fr) minmax(330px, .82fr) !important;
    gap: 18px !important;
}

.tp-home-top-copy {
    position: relative !important;
    min-height: 520px !important;
    padding: 64px clamp(34px, 5.2vw, 78px) 56px !important;
    border: 1px solid rgba(13, 30, 52, .08) !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    isolation: isolate !important;
    color: #09182d !important;
    background-color: #f6f7f8 !important;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .97) 38%, rgba(255, 255, 255, .74) 52%, rgba(255, 255, 255, .08) 74%, rgba(255, 255, 255, 0) 100%),
        url('../assets/images/tradin-home/tradin-home-hero.webp') !important;
    background-position: center center, center center !important;
    background-size: cover, cover !important;
    background-repeat: no-repeat !important;
    box-shadow: 0 18px 52px rgba(5, 12, 19, .15) !important;
}

.tp-home-top-copy:before {
    content: '' !important;
    position: absolute !important;
    z-index: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 66% !important;
    height: 5px !important;
    background: linear-gradient(90deg, #ffd400 0%, #ffd400 72%, rgba(255, 212, 0, 0) 100%) !important;
}

.tp-home-top-copy:after {
    content: none !important;
    display: none !important;
}

.tp-home-top-copy .tp-market-kicker,
.tp-home-top-copy h1,
.tp-home-top-copy p,
.tp-home-top-copy > a {
    position: relative !important;
    z-index: 2 !important;
}

.tp-home-top-copy .tp-market-kicker {
    display: inline-flex !important;
    padding: 8px 13px !important;
    border: 1px solid rgba(9, 24, 45, .12) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .78) !important;
    color: #8a7000 !important;
    letter-spacing: .15em !important;
    text-shadow: none !important;
    backdrop-filter: blur(6px) !important;
}

.tp-home-top-copy h1 {
    max-width: 650px !important;
    margin: 20px 0 24px !important;
    color: #09182d !important;
    font-size: clamp(42px, 4.25vw, 66px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.055em !important;
    text-shadow: 0 4px 24px rgba(255, 255, 255, .88) !important;
}

.tp-home-top-copy p {
    max-width: 620px !important;
    margin: 0 !important;
    color: #35445b !important;
    font-size: 17px !important;
    line-height: 1.62 !important;
    text-shadow: 0 2px 18px rgba(255, 255, 255, .94) !important;
}

.tp-home-top-copy > a {
    min-height: 56px !important;
    margin-top: 32px !important;
    padding: 0 30px !important;
    border-radius: 999px !important;
    background: #09182d !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    box-shadow: 0 14px 32px rgba(9, 24, 45, .18) !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease !important;
}

.tp-home-top-copy > a:hover {
    transform: translateY(-2px) !important;
    background: #152b4a !important;
    box-shadow: 0 18px 38px rgba(9, 24, 45, .24) !important;
}

.tp-home-top-copy > a:after {
    content: none !important;
    display: none !important;
}

.tp-home-top-benefits {
    display: grid !important;
    grid-template-rows: repeat(3, 1fr) !important;
    gap: 12px !important;
}

.tp-home-top-benefits article {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr) !important;
    grid-template-areas: 'icon label' 'icon title' 'icon text' !important;
    align-content: center !important;
    column-gap: 20px !important;
    min-height: 162px !important;
    padding: 28px !important;
    border: 1px solid #e9e9e9 !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .04) !important;
}

.tp-home-top-benefits article:before {
    grid-area: icon !important;
    content: '' !important;
    display: grid !important;
    place-items: center !important;
    width: 64px !important;
    height: 64px !important;
    border-radius: 50% !important;
    background: #fff6cf !important;
    color: #151515 !important;
    font-size: 26px !important;
    font-weight: 900 !important;
}

.tp-home-top-benefits article:nth-child(1):before { content: '↔' !important; }
.tp-home-top-benefits article:nth-child(2):before { content: '✓' !important; }
.tp-home-top-benefits article:nth-child(3):before { content: '⌂' !important; }

.tp-home-top-benefits span {
    grid-area: label !important;
    color: #a88d00 !important;
    font-size: 11px !important;
    font-weight: 950 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}

.tp-home-top-benefits strong {
    grid-area: title !important;
    display: block !important;
    margin-top: 7px !important;
    color: #111 !important;
    font-size: 24px !important;
    line-height: 1.14 !important;
    letter-spacing: -.025em !important;
}

.tp-home-top-benefits small {
    grid-area: text !important;
    display: block !important;
    margin-top: 10px !important;
    color: #667085 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}

.tp-home-top-benefits article:after {
    content: none !important;
    display: none !important;
}

@media (max-width: 1100px) {
    .tp-home-top-layout {
        grid-template-columns: 1fr !important;
    }

    .tp-home-top-benefits {
        grid-template-columns: repeat(3, 1fr) !important;
        grid-template-rows: auto !important;
    }

    .tp-home-top-benefits article {
        grid-template-columns: 1fr !important;
        grid-template-areas: 'icon' 'label' 'title' 'text' !important;
        min-height: 0 !important;
    }
}

@media (max-width: 700px) {
    .tp-home-top-copy {
        min-height: 470px !important;
        padding: 36px 22px 34px !important;
        background-image:
            linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .96) 58%, rgba(255, 255, 255, .52) 78%, rgba(255, 255, 255, .16) 100%),
            url('../assets/images/tradin-home/tradin-home-hero.webp') !important;
        background-position: center center, 69% center !important;
    }

    .tp-home-top-copy h1 {
        max-width: 92% !important;
        font-size: 40px !important;
    }

    .tp-home-top-copy p {
        max-width: 88% !important;
        font-size: 15px !important;
    }

    .tp-home-top-benefits {
        grid-template-columns: 1fr !important;
    }

    .tp-home-top-benefits article {
        min-height: 0 !important;
    }
}