/* ServiceItem — one service cell (KEREM .svc .s). Cell bg + accent come from
   the parent Services section via inherited CSS variables. */
.cc_oe6aXTYiT2_9iVYM3BsdT .service-item {
  background: var(--svc-cell-bg, var(--paper));
  padding: 30px clamp(18px, 2vw, 30px);
  height: 100%;
}
.cc_oe6aXTYiT2_9iVYM3BsdT .service-item__icon {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin-bottom: 14px;
}
.cc_oe6aXTYiT2_9iVYM3BsdT .service-item__key {
  display: block;
  margin-bottom: 14px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--svc-ac, var(--accent));
}
.cc_oe6aXTYiT2_9iVYM3BsdT .service-item__name {
  font-family: var(--display);
  font-weight: 600;
  font-size: 19px;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.cc_oe6aXTYiT2_9iVYM3BsdT .service-item__desc {
  margin-top: 6px;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--ink-2);
}
