/* Services-specific */
.svc-detail__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.svc-detail__inner.reverse .svc-detail__left { order: 2; }
.svc-no {
  font-size: 11.5px;
  letter-spacing: .06em;
  color: var(--ink-4);
  text-transform: uppercase;
}
.bullets { list-style: none; padding: 0; margin: 22px 0; display: flex; flex-direction: column; gap: 10px; }
.bullets li {
  position: relative;
  padding-left: 22px;
  color: var(--ink-2);
  font-size: 15px;
}
.bullets li::before {
  content: "";
  position: absolute; left: 0; top: .65em;
  width: 8px; height: 1px;
  background: var(--ink);
}
.bullets strong { font-weight: 500; }

.price {
  display: flex; gap: 28px; flex-wrap: wrap;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.price > div { display: flex; flex-direction: column; gap: 4px; }
.price small { font-family: var(--font-mono); font-size: 11.5px; color: var(--ink-4); letter-spacing: .04em; text-transform: uppercase; }

.svc-card { padding: 24px; }
.svc-card__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.techs { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }
.techs li {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 12px 0;
  border-top: 1px dashed var(--line);
  font-size: 14px;
}
.techs li:first-child { border-top: 0; }
.techs span { color: var(--ink-4); font-family: var(--font-mono); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.techs b { font-weight: 500; color: var(--ink); }

/* Design system mock */
.ds-mock { padding: 24px; display: flex; flex-direction: column; gap: 22px; }
.ds-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.lbl { font-family: var(--font-mono); font-size: 11px; color: var(--ink-4); letter-spacing: .05em; text-transform: uppercase; }
.swatches { display: flex; gap: 8px; margin-top: 10px; }
.swatches span { flex: 1; height: 40px; border-radius: 6px; border: 1px solid rgba(14,15,12,.08); }
.ds-type { border-top: 1px solid var(--line); padding-top: 18px; display: flex; flex-direction: column; gap: 12px; }
.ts { display: flex; align-items: baseline; gap: 16px; }
.ts > span:first-child { width: 56px; flex-shrink: 0; }
.ts .num { font-size: 11px; color: var(--ink-4); }

/* SEO report */
.seo-report { padding: 24px; }
.seo-rep-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.seo-bars { display: flex; flex-direction: column; gap: 14px; padding-bottom: 16px; border-bottom: 1px dashed var(--line); }
.seo-bar { display: grid; grid-template-columns: 130px 1fr 90px; gap: 12px; align-items: center; }
.seo-bar > span { font-size: 13px; color: var(--ink-3); }
.seo-bar > div { height: 6px; background: var(--bg-soft); border-radius: 3px; overflow: hidden; }
.seo-bar > div i { display: block; height: 100%; background: var(--ink); }
.seo-bar > b { text-align: right; font-size: 13px; }

.seo-tasks { display: flex; flex-direction: column; gap: 8px; padding-top: 16px; }
.task { display: flex; gap: 8px; font-family: var(--font-mono); font-size: 12px; color: var(--ink-3); }
.task.done { color: var(--ink-2); text-decoration: line-through; text-decoration-color: var(--ink-5); }
.task .num { color: var(--ink-4); }
.task.done .num { color: var(--signal); text-decoration: none; }

/* CWV gauge */
.cwv { padding: 28px 24px; }
.cwv-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.meter { height: 8px; background: var(--bg-soft); border-radius: 4px; margin: 10px 0 8px; overflow: hidden; }
.meter span { display: block; height: 100%; width: var(--p); background: linear-gradient(90deg, var(--signal), #34d36b); }
.cwv .num { font-size: 12px; color: var(--ink-3); }
.cwv .num s { color: var(--ink-4); }

/* Addons */
.addon-grid { display: flex; flex-direction: column; gap: 24px; }
.addon {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--r-4);
  background: var(--bg-elev);
  overflow: hidden;
}
.addon__l { padding: 36px clamp(24px, 3vw, 40px); }
.addon__r { padding: 24px; background: var(--bg); border-left: 1px solid var(--line); display: flex; align-items: center; }

.snippet {
  margin: 0; padding: 18px;
  background: #0e0f0c; color: #d8d8cf;
  font-family: var(--font-mono); font-size: 12.5px;
  border-radius: 10px;
  line-height: 1.7;
  width: 100%;
  overflow-x: auto;
}

.woo-mock { width: 100%; display: flex; flex-direction: column; gap: 10px; }
.woo-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 14px; background: var(--bg-elev); border: 1px solid var(--line); border-radius: 8px; font-size: 13.5px; }
.woo-row.total { font-weight: 500; font-size: 15px; }
.woo-pays { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 10px; }
.woo-pays span { font-size: 10.5px; color: var(--ink-4); border: 1px solid var(--line); padding: 4px 8px; border-radius: 4px; background: var(--bg-elev); letter-spacing: .04em; }

/* Compare table */
.cmp-table { border: 1px solid var(--line); border-radius: var(--r-4); background: var(--bg-elev); overflow: hidden; }
.cmp-row { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; align-items: stretch; }
.cmp-row > div { padding: 16px 20px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); font-size: 14px; color: var(--ink-2); display: flex; align-items: center; }
.cmp-row > div:last-child { border-right: 0; }
.cmp-row > div:first-child { color: var(--ink-3); font-family: var(--font-mono); font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.cmp-row.cmp-head > div { padding: 22px 20px; border-top: 0; flex-direction: column; align-items: flex-start; gap: 4px; }
.cmp-row.cmp-head h3 { margin: 4px 0; }
.cmp-row.cmp-head .num { color: var(--ink-4); font-size: 12px; }
.cmp-row .hl-col { background: var(--bg); position: relative; }
.cmp-row.cmp-head .hl-col::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--accent);
}
.cmp-row.last > div { border-top: 1px solid var(--line); padding: 18px 20px; }

@media (max-width: 1080px) {
  .svc-detail__inner { grid-template-columns: 1fr; }
  .svc-detail__inner.reverse .svc-detail__left { order: 0; }
  .addon { grid-template-columns: 1fr; }
  .addon__r { border-left: 0; border-top: 1px solid var(--line); }
  .cmp-row { grid-template-columns: 1fr 1fr; }
  .cmp-row > div { border-right: 1px solid var(--line); }
  .cmp-row.cmp-head > div:first-child, .cmp-row > div:first-child { display: none; }
  .cmp-row > div:nth-child(2) { border-right: 1px solid var(--line); }
}
@media (max-width: 640px) {
  .cmp-row { grid-template-columns: 1fr; }
  .cmp-row > div { border-right: 0 !important; }
}
