/* Etusivu — Huoltoprosessi (HomeScreen 1:1) */
.eb-service-sec { padding: 56px 0 24px; }
.eb-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.eb-step { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 12px; box-shadow: var(--shadow-sm); }
.eb-step .num { font-family: var(--font-mono); font-weight: 600; font-size: 12px; letter-spacing: .1em; color: var(--steel-400); }
.eb-step .ico { width: 46px; height: 46px; border-radius: var(--r-sm); background: var(--ink-900); color: var(--volt-500); display: grid; place-items: center; }
.eb-step .ico svg { width: 23px; height: 23px; }
.eb-step h3 { font-family: var(--font-text); font-weight: 700; font-size: 16px; margin: 0; color: var(--fg1); }
.eb-step p { margin: 0; font-size: 13.5px; color: var(--fg2); }
.eb-service-cta { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 18px; background: var(--ink-900); border-radius: var(--r-md); padding: 18px 24px; flex-wrap: wrap; }
.eb-service-cta .txt { color: #fff; font-weight: 700; font-size: 16px; display: flex; flex-direction: column; }
.eb-service-cta .txt span:last-child { color: var(--steel-400); font-weight: 400; font-size: 13.5px; font-family: var(--font-text); margin-top: 2px; }
.eb-service-cta-act { display: flex; align-items: center; gap: 18px; }
.eb-service-cta .price { font-family: var(--font-mono); color: var(--volt-500); font-weight: 600; }
@media (max-width: 720px) { .eb-steps { grid-template-columns: 1fr; } }
