/* Lisäpalvelut + tuntihintapaneeli (design: .vm-srv-addon + .vm-srv-rates) */
.vm-srv-section--alt {
  max-width: none;
  background: var(--vm-bg-subtle, #f7f7f7);
}
.vm-srv-section--alt > .vm-srv-head,
.vm-srv-section--alt > .vm-srv-addons,
.vm-srv-section--alt > .vm-srv-rates {
  max-width: var(--vm-container, 1280px);
  margin-left: auto;
  margin-right: auto;
}
.vm-srv-addons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 32px; }
.vm-srv-addon { background: var(--vm-bg, #fff); border: 1px solid var(--vm-border-subtle, #dedede); padding: 22px; }
.vm-srv-addon-head { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 10px; }
.vm-srv-addon-icon {
  width: 44px; height: 44px; border-radius: 50%;
  background: color-mix(in srgb, var(--vm-brand, #2D5C87) 12%, transparent);
  color: var(--vm-brand, #2D5C87);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.vm-srv-addon-name { font-weight: 700; font-size: var(--vm-fs-16, 1rem); margin: 0 0 4px; }
.vm-srv-addon-price { font-weight: 700; font-size: 1.5rem; color: var(--vm-brand-deep, #0d2b3c); white-space: nowrap; }
.vm-srv-addon-price .suffix { font-size: var(--vm-fs-13, 0.8125rem); font-weight: 400; color: var(--vm-fg-muted, #555); }
.vm-srv-addon p { font-size: var(--vm-fs-14, 0.875rem); line-height: 1.55; margin: 0 0 8px; }
.vm-srv-addon-note { display: flex; align-items: flex-start; gap: 6px; font-size: var(--vm-fs-12, 0.75rem) !important; color: var(--vm-fg-muted, #555) !important; font-style: italic; margin: 8px 0 0 !important; }
.vm-srv-addon-note svg { margin-top: 2px; color: var(--vm-brand, #2D5C87); flex-shrink: 0; }
.vm-srv-rates { background: var(--vm-brand-deep, #0d2b3c); color: #fff; padding: 24px 28px; border-left: 4px solid var(--vm-brand, #2D5C87); }
.vm-srv-rates-title {
  font-weight: 700; font-size: var(--vm-fs-12, 0.75rem);
  letter-spacing: var(--vm-tracking-eyebrow, 0.12em); text-transform: uppercase;
  color: var(--vm-accent-cool, #73C1BD); margin: 0 0 8px;
}
.vm-srv-rates p { font-size: var(--vm-fs-14, 0.875rem); color: rgba(255,255,255,0.85); margin: 0 0 14px; }
.vm-srv-rates dl { margin: 0 0 16px; }
.vm-srv-rates dl > div { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.12); font-size: var(--vm-fs-14, 0.875rem); }
.vm-srv-rates dl > div:last-child { border-bottom: 0; }
.vm-srv-rates dt { margin: 0; color: rgba(255,255,255,0.85); }
.vm-srv-rates dd { margin: 0; color: #fff; font-weight: 700; }
.vm-srv-rates-hours { display: flex; gap: 10px; align-items: flex-start; background: rgba(255,255,255,0.06); padding: 12px 14px; font-size: var(--vm-fs-13, 0.8125rem); line-height: 1.5; color: rgba(255,255,255,0.9); }
.vm-srv-rates-hours svg { color: var(--vm-accent-cool, #73C1BD); margin-top: 2px; flex-shrink: 0; }
@media (max-width: 880px) {
  .vm-srv-addons { grid-template-columns: 1fr; }
}
