/* ===== Shared sub-page styles (industry/medicine) ===== */
.page-hero {
  position: relative;
  padding: clamp(60px, 8vw, 120px) var(--pad-x) clamp(40px, 6vw, 80px);
  overflow: hidden;
  background:
    radial-gradient(60% 80% at 80% 0%, rgba(232,112,58,0.18), transparent 60%),
    linear-gradient(180deg, var(--paper) 0%, var(--paper-warm) 100%);
}
.page-hero--industry {
  background:
    radial-gradient(60% 80% at 85% 10%, rgba(31,58,99,0.18), transparent 60%),
    linear-gradient(180deg, var(--paper) 0%, var(--paper-warm) 100%);
}
.page-hero--med {
  background:
    radial-gradient(60% 80% at 80% 0%, rgba(74,111,165,0.18), transparent 60%),
    linear-gradient(180deg, var(--paper) 0%, var(--paper-warm) 100%);
}
.page-hero-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  gap: 64px;
  align-items: start;
}
.page-hero-inner > * { min-width: 0; }
.breadcrumb {
  display: flex; gap: 10px; align-items: center;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 28px;
}
.breadcrumb a { color: var(--ink-mute); }
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb span { color: var(--ink); }
.page-hero h1 {
  font-family: var(--font-head);
  font-weight: 500;
  font-size: clamp(44px, 7vw, 100px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  margin: 0 0 18px 0;
  overflow-wrap: break-word;
}
.page-hero h1 em { font-style: normal; color: var(--orange); }
.page-hero-side { display: flex; flex-direction: column; gap: 18px; padding-bottom: 12px; }
.page-hero-side p { font-size: 17px; line-height: 1.55; color: var(--ink-soft); margin: 0; }
.page-hero .badges { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 6px; }

.svc-head {
  margin-bottom: 56px; 
  align-items: start;
}
.svc-head > * { min-width: 0; }
.svc-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.svc-card {
  grid-column: span 6;
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: 22px;
  padding: 32px;
  position: relative;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
  overflow: hidden;
}
.svc-card.hero-card {
  grid-column: span 12;
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 44px;
}
.svc-card:hover {
  transform: translateY(-3px);
  border-color: var(--ink);
  box-shadow: 0 10px 30px rgba(15,24,34,0.08);
}
.svc-card.hero-card:hover { transform: none; }

.svc-num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--orange);
  font-weight: 600;
  margin-bottom: 22px;
  display: block;
}
.svc-card h3 {
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
}
.svc-card.hero-card h3 { font-size: 36px; color: var(--paper); }
.svc-card .svc-tag { font-size: 13px; color: var(--ink-mute); margin-bottom: 14px; display: block; }
.svc-card.hero-card .svc-tag { color: rgba(244,241,234,0.6); }
.svc-card p { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.55; }
.svc-card.hero-card p { color: rgba(244,241,234,0.78); font-size: 16px; }

.svc-icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: var(--paper-warm);
  border: 1px solid var(--line-soft);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.svc-icon svg { width: 26px; height: 26px; color: var(--orange); }
.svc-card.hero-card .svc-icon {
  background: rgba(232,112,58,0.18);
  border-color: rgba(232,112,58,0.4);
}
.svc-card .svc-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 22px; }

.adv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 2px solid var(--ink); }
.adv { 
  padding: 36px 28px 36px 16px; 
  border-right: 1px solid var(--line-soft); position: relative; }
.adv:last-child { border-right: none; }
.adv-num {
  font-family: var(--font-mono);
  font-size: 12px; color: var(--orange); letter-spacing: 0.18em;
  font-weight: 600; margin-bottom: 18px; display: block;
}
.adv h3 {
  font-family: var(--font-head); font-weight: 500;
  font-size: 22px; margin: 0 0 10px; letter-spacing: -0.01em;
}
.adv p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.5; }

.cta-it {
  background: var(--ink);
  color: var(--paper);
  border-radius: 28px;
  padding: clamp(48px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: start;
  position: relative;
  overflow: hidden;
}
.cta-it::before {
  content: ""; position: absolute; top: -100px; left: 40%;
  width: 320px; height: 320px;
  background: radial-gradient(closest-side, rgba(232,112,58,0.5), transparent);
  pointer-events: none;
}
.cta-it h2 { 
  color: var(--paper);
}
.cta-it .lead { color: rgba(244,241,234,0.7); margin-top: 18px; max-width: 600px; }
.cta-it .actions { display: flex; gap: 12px; flex-wrap: wrap; }

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  background: var(--paper);
}
.step {
  padding: 32px 26px;
  border-right: 1px solid var(--line-soft);
  position: relative;
  transition: background 0.25s;
}
.step:last-child { border-right: none; }
.step:hover { background: var(--paper-warm); }
.step-num {
  font-family: var(--font-head); font-weight: 500; font-size: 36px;
  letter-spacing: -0.02em; color: var(--orange); line-height: 1; margin-bottom: 18px;
}
.step h3 {
  font-family: var(--font-head); font-weight: 500;
  font-size: 18px; margin: 0 0 8px; letter-spacing: -0.01em;
}
.step p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }

@media (max-width: 900px) {
  .page-hero-inner, .svc-head { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step { border-right: none; border-bottom: 1px solid var(--line-soft); }
  .svc-card, .svc-card.hero-card { grid-column: span 12; grid-template-columns: 1fr; padding: 28px; gap: 8px; }
  .adv-grid { grid-template-columns: 1fr; }
  .adv { border-right: none; border-bottom: 1px solid var(--line-soft);}
  .adv:last-child { border-bottom: none;}
  .cta-it { grid-template-columns: 1fr; }

}
