.service-index__head{max-width:760px;margin-bottom:clamp(42px,5vw,70px)}.service-index{border:1px solid var(--tm-border);background:var(--tm-border);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1px;display:grid}.service-index__card{background:var(--tm-black);transition:transform .2s var(--tm-ease), background .2s var(--tm-ease);flex-direction:column;padding:clamp(28px,3vw,38px);display:flex}.service-index__card:hover{background:#0c0d0c;transform:translateY(-3px)}.service-index__card h3{margin-bottom:16px;font-size:clamp(21px,2.3vw,29px);line-height:1.08}.service-index__card p{color:var(--tm-copy);margin:0 0 auto;padding-bottom:28px;font-size:14.5px;line-height:1.64}.service-index__card .text-link{align-self:start}[data-theme=light] .service-index{border-color:var(--tm-border-soft);background:var(--tm-border-soft)}[data-theme=light] .service-index__card{background:var(--tm-ink)}[data-theme=light] .service-index__card:hover{background:#fffdf7}[data-theme=light] .service-index__card p{color:var(--tm-on-light-copy)}
