/* Service pages. Composition patterns: pill eyebrow, split hero with a
   product-style routine panel, floating proof chip, feature grid, steps,
   navy CTA band. All in the site's own tokens. */

.svc-hero {
  position: relative;
  padding: 158px 0 84px;
  background: #fff;
  overflow: hidden;
}

.svc-hero .w {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.82fr);
  gap: clamp(36px, 5vw, 84px);
  align-items: center;
}

.svc-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(0, 188, 228, 0.12);
  color: var(--brand-dark);
  font-family: var(--font-sans, "Figtree", ui-sans-serif, system-ui, sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.svc-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--brand);
}

.svc-hero h1 {
  margin: 18px 0 0;
  color: var(--ink-deep);
  font-family: var(--font-display, "Figtree", sans-serif);
  font-size: clamp(2.5rem, 4.6vw, 4rem);
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.5px;
}

.svc-hero .svc-lead {
  max-width: 56ch;
  margin: 22px 0 0;
  color: var(--ink);
  font-size: 17.5px;
  line-height: 1.7;
}

.svc-checks {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.svc-checks li {
  display: flex;
  align-items: baseline;
  gap: 11px;
  color: var(--ink);
  font-size: 15.5px;
}

.svc-checks li b { color: var(--ink-deep); font-weight: 700; }

.svc-checks .ck {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  transform: translateY(3px);
  border-radius: 999px;
  background: var(--brand);
}

.svc-checks .ck svg { width: 10px; height: 10px; fill: none; stroke: #fff; stroke-width: 3.4; stroke-linecap: round; stroke-linejoin: round; }

.svc-hero .hero-actions { margin-top: 30px; }

/* breadcrumb, quiet */
.svc-crumb { margin: 0 0 16px; }
.svc-crumb ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none;
  color: var(--muted); font-family: var(--font-sans, "Figtree", ui-sans-serif, system-ui, sans-serif); font-size: 11.5px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }
.svc-crumb li + li::before { content: "/"; margin-right: 8px; color: var(--line); }
.svc-crumb a { color: var(--muted); text-decoration: none; }
.svc-crumb a:hover, .svc-crumb a:focus-visible { color: var(--brand-dark); }

/* ---- the routine panel: a quiet product-style card, not a dashboard ---- */
.svc-mock-wrap { position: relative; }

.svc-mock {
  position: relative;
  padding: 22px 22px 20px;
  border-radius: 20px;
  background: #0f2438;
  color: #fff;
  box-shadow: none;
}

.svc-mock-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(148, 200, 235, 0.16);
}

.svc-mock-head b { font-family: var(--font-sans, "Figtree", ui-sans-serif, system-ui, sans-serif); font-size: 14.5px; font-weight: 600; }

.svc-mock-badge {
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(0, 188, 228, 0.16);
  color: #7debff;
  font-family: var(--font-sans, "Figtree", ui-sans-serif, system-ui, sans-serif);
  font-size: 11px;
  font-weight: 700;
}

.svc-mock-rows { display: grid; gap: 4px; margin-top: 10px; }

.svc-mock-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
}

.svc-mock-row .lab { color: rgba(255, 255, 255, 0.88); font-size: 13.5px; font-weight: 600; }

.svc-mock-state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #9ff0ff;
  font-family: var(--font-sans, "Figtree", ui-sans-serif, system-ui, sans-serif);
  font-size: 11.5px;
  font-weight: 700;
  white-space: nowrap;
}

.svc-mock-state .ck {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background: var(--brand);
}

.svc-mock-state .ck svg { width: 8px; height: 8px; fill: none; stroke: #06182e; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.svc-mock-state.is-next { color: rgba(255, 255, 255, 0.62); }
.svc-mock-state.is-next .ck { background: transparent; box-shadow: none; }
.svc-mock-state.is-next .ck svg { display: none; }

.svc-mock-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
}

.svc-mock-bar { flex: 1 1 auto; height: 5px; border-radius: 999px; background: rgba(255, 255, 255, 0.12); overflow: hidden; }
.svc-mock-bar i { display: block; height: 100%; width: 72%; border-radius: inherit; background: linear-gradient(90deg, var(--brand), #7debff); }

/* floating proof chip, overlapping the panel's top corner */
.svc-chip {
  position: absolute;
  top: -18px;
  right: 18px;
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 16px;
  border-radius: 14px;
  background: #fff;
  color: var(--ink-deep);
  font-family: var(--font-sans, "Figtree", ui-sans-serif, system-ui, sans-serif);
  font-size: 13px;
  font-weight: 600;
  box-shadow: none;
}

.svc-chip .stars { color: #f5b301; letter-spacing: 1.5px; font-size: 12px; }

/* ---- sections ---- */
.svc-section { padding: 88px 0; }
.svc-section.alt { background: var(--soft); }

.svc-head { max-width: 720px; margin-bottom: 44px; }
.svc-head .eyebrow { margin-bottom: 12px; }

.svc-head h2 {
  margin: 0;
  color: var(--ink-deep);
  font-family: var(--font-display, "Figtree", sans-serif);
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.4px;
}

.svc-head p { margin: 14px 0 0; color: var(--muted); font-size: 16.5px; line-height: 1.65; }

/* feature grid */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.svc-card {
  padding: 24px 22px 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.svc-card:hover { transform: translateY(-3px); border-color: rgba(0, 188, 228, 0.45); box-shadow: none; }

.svc-card .ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: rgba(0, 188, 228, 0.12);
  color: var(--brand-dark);
}

.svc-card .ic svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.svc-card h3 { margin: 14px 0 7px; color: var(--ink-deep); font-family: var(--font-sans, "Figtree", ui-sans-serif, system-ui, sans-serif); font-size: 16.5px; font-weight: 600; }
.svc-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

/* detail rows: copy + list side by side */
.svc-detail { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.svc-detail .svc-head { margin-bottom: 0; }
.svc-detail-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }

.svc-detail-list li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 15px 18px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.55;
}

.svc-detail-list .ck {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  transform: translateY(2px);
  border-radius: 999px;
  background: var(--brand);
}

.svc-detail-list .ck svg { width: 9px; height: 9px; fill: none; stroke: #fff; stroke-width: 3.6; stroke-linecap: round; stroke-linejoin: round; }

/* steps */
.svc-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; counter-reset: step; }

.svc-step {
  position: relative;
  padding: 26px 24px 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.svc-step::before {
  counter-increment: step;
  content: "0" counter(step);
  display: inline-block;
  color: var(--brand-dark);
  font-family: var(--font-sans, "Figtree", ui-sans-serif, system-ui, sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.svc-step h3 { margin: 10px 0 8px; color: var(--ink-deep); font-family: var(--font-sans, "Figtree", ui-sans-serif, system-ui, sans-serif); font-size: 18px; font-weight: 600; }
.svc-step p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.65; }

/* who this helps: sector links */
.svc-sectors { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }

.svc-sector {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.svc-sector:hover { transform: translateY(-3px); border-color: rgba(0, 188, 228, 0.45); box-shadow: none; }
.svc-sector b { display: block; color: var(--ink-deep); font-family: var(--font-sans, "Figtree", ui-sans-serif, system-ui, sans-serif); font-size: 16px; font-weight: 600; }
.svc-sector span { display: block; margin-top: 3px; color: var(--muted); font-size: 13.5px; }
.svc-sector .go { color: var(--brand-dark); font-size: 18px; }

/* FAQ, calmer than the boxed default */
.svc-faq { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 40px; }
.svc-faq article { padding: 22px 0; border-top: 1px solid var(--line); }
.svc-faq h3 { margin: 0 0 8px; color: var(--ink-deep); font-family: var(--font-sans, "Figtree", ui-sans-serif, system-ui, sans-serif); font-size: 16.5px; font-weight: 600; }
.svc-faq p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.65; }

/* related services */
.svc-related { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }

.svc-rel {
  display: block;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.svc-rel:hover { transform: translateY(-3px); border-color: rgba(0, 188, 228, 0.45); box-shadow: none; }
.svc-rel b { display: block; color: var(--ink-deep); font-family: var(--font-sans, "Figtree", ui-sans-serif, system-ui, sans-serif); font-size: 16px; font-weight: 600; }
.svc-rel span { display: block; margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.svc-rel .go { display: inline-block; margin-top: 12px; color: var(--brand-dark); font-family: var(--font-sans, "Figtree", ui-sans-serif, system-ui, sans-serif); font-size: 13px; font-weight: 600; }

/* CTA band */
.svc-cta { padding: 96px 0; background: var(--ink-deep); color: #fff; text-align: center; }

.svc-cta h2 { margin: 0; font-family: var(--font-display, "Figtree", sans-serif); font-size: clamp(30px, 3.6vw, 46px); font-weight: 700; letter-spacing: -0.4px; color: #fff; }
.svc-cta p { max-width: 560px; margin: 16px auto 0; color: rgba(255, 255, 255, 0.82); font-size: 16.5px; line-height: 1.65; }
.svc-cta .cta-row { justify-content: center; margin-top: 30px; }
.svc-cta .btn-o { background: transparent; border-color: rgba(255, 255, 255, 0.5); color: #fff; }
.svc-cta .btn-o:hover, .svc-cta .btn-o:focus-visible { border-color: #fff; background: rgba(255, 255, 255, 0.1); color: #fff; }

/* ---- responsive ---- */
@media (max-width: 1080px) {
  .svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svc-hero .w { grid-template-columns: 1fr; }
  .svc-mock-wrap { max-width: 560px; }
  .svc-chip { position: static; margin: 14px 0 0; width: fit-content; }
}

@media (max-width: 760px) {
  .svc-hero { padding: 132px 0 64px; }
  .svc-section { padding: 64px 0; }
  .svc-detail, .svc-steps, .svc-sectors, .svc-faq, .svc-related { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: 1fr; }
  .svc-cta { padding: 72px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .svc-card, .svc-sector, .svc-rel { transition: none; }
}
