.market-how {
    max-width: 1230px;
    margin: auto;
    padding: 68px 24px 0;
}

.market-how h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 46px);
    letter-spacing: -.03em;
}

.market-how-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 27px;
}

.market-how-grid article {
    --tone: var(--pm-brand);
    padding: 23px;
    border: 1px solid var(--pm-line);
    border-top: 6px solid var(--tone);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 24px #0a3d4c0a;
}

.market-how-grid article.player { --tone: #16845b; }
.market-how-grid article.team { --tone: #c77716; }
.market-how-grid article.account { --tone: #2767aa; }

.market-how-grid article > span {
    color: var(--tone);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.market-how-grid h3 {
    margin: 8px 0;
    font-size: 21px;
}

.market-how-grid p {
    color: var(--pm-muted);
    line-height: 1.55;
}

.market-how-grid a {
    color: var(--tone);
    font-weight: 850;
    text-decoration: none;
}

@media (max-width: 980px) {
    .market-how-grid { grid-template-columns: 1fr; }
}
