/* -------- Page header -------- */
.page-head {
  padding: 72px 40px 80px;
  border-bottom: 2px solid var(--ink);
  background: var(--paper-2);
}
.page-head .wrap { max-width: 1280px; margin: 0 auto; }
.crumbs {
  font-family: 'JetBrains Mono', monospace; font-size: 12px;
  text-transform: uppercase; letter-spacing: 0.1em; font-weight: 500;
  margin-bottom: 28px; color: var(--ink);
}
.crumbs a { color: var(--ink); text-decoration: none; opacity: 0.55; }
.crumbs a:hover { opacity: 1; }
.crumbs span { margin: 0 10px; opacity: 0.4; }
.page-head h1 {
  font-weight: 700; font-size: clamp(52px, 8vw, 120px);
  line-height: 0.92; letter-spacing: -0.045em; margin: 0 0 24px;
  max-width: 14ch;
}
.page-head h1 .hl { background: var(--accent); color: var(--paper); padding: 0 14px; display: inline-block; transform: rotate(-1deg); border-radius: 12px; }
.page-head p { font-size: 20px; max-width: 56ch; margin: 0; line-height: 1.45; }

/* -------- Jump links -------- */
.jumps {
  margin-top: 40px; display: flex; flex-wrap: wrap; gap: 10px;
}
.jumps a {
  background: var(--paper); color: var(--ink);
  border: 2px solid var(--ink); border-radius: 999px;
  padding: 10px 16px; font-size: 14px; font-weight: 600;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
}
.jumps a:hover { background: var(--accent); color: var(--paper); }
.jumps a .n { font-family: 'JetBrains Mono', monospace; font-size: 11px; opacity: 0.6; font-weight: 500; }

/* -------- Service blocks -------- */
.svc-block {
  padding: 100px 40px; border-bottom: 2px solid var(--ink);
}
.svc-block .wrap { max-width: 1280px; margin: 0 auto; }
.svc-head {
  display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center;
  margin-bottom: 48px; padding-bottom: 24px; border-bottom: 2px dashed var(--ink);
}
@media (max-width: 800px) { .svc-head { grid-template-columns: 1fr; } }
.svc-head .num {
  font-family: 'JetBrains Mono', monospace; font-size: 14px;
  background: var(--ink); color: var(--paper);
  padding: 8px 14px; border-radius: 8px;
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em;
  align-self: start;
}
.svc-head h2 {
  font-weight: 700; font-size: clamp(36px, 5.5vw, 64px);
  line-height: 1; letter-spacing: -0.035em; margin: 0;
}
.svc-head .hours {
  background: var(--green); color: var(--paper);
  padding: 8px 14px; border: 2px solid var(--ink); border-radius: 999px;
  font-family: 'JetBrains Mono', monospace; font-size: 12px; font-weight: 700;
  letter-spacing: 0.06em;
}
.svc-body {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
}
@media (max-width: 900px) { .svc-body { grid-template-columns: 1fr; } }
.svc-body .copy p { font-size: 18px; line-height: 1.55; margin: 0 0 18px; }
.svc-body .copy h4 {
  font-family: 'JetBrains Mono', monospace; font-size: 12px;
  text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700;
  margin: 32px 0 14px; color: var(--ink);
}
.svc-body .copy ul { list-style: none; padding: 0; margin: 0 0 20px; }
.svc-body .copy li {
  padding: 12px 0; border-top: 1.5px dashed var(--ink);
  display: flex; gap: 12px; align-items: flex-start; font-size: 15px;
}
.svc-body .copy li:first-child { border-top: 0; }
.svc-body .copy li::before {
  content: ''; width: 12px; height: 12px; background: var(--accent);
  border: 2px solid var(--ink); border-radius: 50%;
  flex: 0 0 12px; margin-top: 5px;
}
.svc-body .copy .tools { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.svc-body .copy .tool {
  background: var(--paper); border: 2px solid var(--ink);
  padding: 6px 12px; border-radius: 8px; font-size: 13px; font-weight: 600;
}

/* -------- Flow card -------- */
.flow-card {
  border: 2px solid var(--ink); border-radius: 18px;
  padding: 26px; box-shadow: 6px 6px 0 var(--ink);
  background: var(--paper);
  align-self: start;
}
.flow-card.a { background: var(--accent-2); }
.flow-card.b { background: var(--yellow); }
.flow-card.c { background: var(--pink); }
.flow-card.d { background: var(--paper-2); }
.flow-card.e { background: #d8f0e3; }
.flow-card h5 {
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700;
  margin: 0 0 16px; display: flex; justify-content: space-between;
}
.flow-card h5 .t { opacity: 0.6; }
.flow-step {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 12px 14px; background: var(--paper);
  border: 2px solid var(--ink); border-radius: 12px;
  margin-bottom: 8px; font-size: 14px; font-weight: 500; line-height: 1.35;
}
.flow-step .n {
  width: 24px; height: 24px; border-radius: 6px; background: var(--ink);
  color: var(--paper); display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; flex: 0 0 24px; margin-top: 1px;
}
.flow-step.active { background: var(--ink); color: var(--paper); }
.flow-step.active .n { background: var(--accent); color: var(--ink); }
.flow-arrow { text-align: center; font-size: 18px; height: 14px; line-height: 14px; opacity: 0.6; }

/* -------- Example message -------- */
.example {
  border: 2px solid var(--ink); border-radius: 14px;
  background: var(--paper); padding: 20px; font-size: 14px;
  margin-top: 14px; box-shadow: 3px 3px 0 var(--ink);
}
.example .from {
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700;
  opacity: 0.6; margin-bottom: 10px;
  display: flex; justify-content: space-between;
}
.example .subject { font-weight: 700; margin-bottom: 10px; font-size: 15px; }
.example .body { line-height: 1.5; }
.example .body p { margin: 0 0 10px; }

/* -------- CTA strip -------- */
.cta-strip {
  background: var(--ink); color: var(--paper);
  padding: 72px 40px; text-align: center;
}
.cta-strip h3 {
  font-weight: 700; font-size: clamp(36px, 5vw, 64px);
  line-height: 1; letter-spacing: -0.035em; margin: 0 0 20px;
}
.cta-strip h3 .hl { background: var(--accent); padding: 0 14px; border-radius: 12px; display: inline-block; transform: rotate(-1deg); }
.cta-strip p { font-size: 18px; opacity: 0.8; margin: 0 0 32px; }
.cta-strip .btn {
  background: var(--paper); color: var(--ink);
  padding: 18px 28px; border: 2px solid var(--paper); border-radius: 999px;
  font-size: 17px; font-weight: 600; text-decoration: none;
  display: inline-flex; align-items: center; gap: 10px;
  box-shadow: 5px 5px 0 var(--accent);
  transition: transform .15s, box-shadow .15s;
}
.cta-strip .btn:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--accent); }
