/* Huollon alisivut (hinnasto, merkit, upgrade, toimitus) */
.eb-svcpage { max-width: 720px; }
.eb-svcpage-lead { font-size: 16px; color: var(--fg2); line-height: 1.55; margin: 0 0 20px; }
.eb-svcpage-lead a { color: var(--info); font-weight: 600; }
.eb-svcpage-cta { margin: 28px 0 0; }
.eb-svcpage-ol { margin: 0 0 28px; padding: 0; list-style: none; counter-reset: svcstep; }
.eb-svcpage-ol li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; margin: 0 0 16px; font-size: 14.5px; color: var(--fg2); line-height: 1.55; }
.eb-svcpage-ol li::before { counter-increment: svcstep; content: counter(svcstep); width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--ink-900); color: var(--volt-500); font-family: var(--font-mono); font-weight: 600; font-size: 12px; }
.eb-pricecard { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); padding: 22px 22px 8px; margin: 0 0 18px; box-shadow: var(--shadow-sm); }
.eb-pricecard-h { display: flex; align-items: center; gap: 12px; margin: 0 0 12px; }
.eb-pricecard-h h2 { margin: 0; font-family: var(--font-display); font-size: 18px; letter-spacing: .04em; text-transform: uppercase; }
.eb-pricecard-h .eb-brandlogo { width: 40px; height: 40px; color: var(--ink-900); }
.eb-pricecard-note { margin: 0 0 12px; font-size: 13.5px; color: var(--fg2); }
.eb-pricetable { width: 100%; border-collapse: collapse; margin: 0 0 12px; }
.eb-pricetable th, .eb-pricetable td { padding: 10px 0; border-bottom: 1px solid var(--border); text-align: left; font-size: 14.5px; }
.eb-pricetable th { font-weight: 600; color: var(--fg1); }
.eb-pricetable th .gen { display: inline-block; margin-left: 8px; font-family: var(--font-mono); font-size: 11.5px; font-weight: 500; color: var(--steel-500); letter-spacing: .04em; }
.eb-pricetable td { text-align: right; font-weight: 600; white-space: nowrap; }
.eb-pricetable tr:last-child th, .eb-pricetable tr:last-child td { border-bottom: 0; }
