
.website-service-page .section-label,
.website-service-page .page-hero-badge { letter-spacing: 0; }
.website-service-page .page-hero {
  min-height: 560px;
  display: flex;
  align-items: center;
}
.website-service-page .page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 3rem;
  align-items: center;
}
.website-service-page .page-hero h1 {
  max-width: 780px;
  font-size: 3.6rem;
  line-height: 1.05;
}
.website-service-page .page-hero p { max-width: 680px; }
.web-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
  animation: fadeUp 0.7s ease 0.3s both;
}
.web-hero-visual {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  padding: 1.25rem;
  animation: fadeUp 0.7s ease 0.25s both;
}
.web-hero-lottie {
  width: 180px;
  height: 180px;
  margin: 0 auto 1rem;
  opacity: 0.95;
}
.web-hero-visual h2 {
  color: white;
  font-family: 'DM Sans', sans-serif;
  font-size: 1.05rem;
  margin-bottom: 0.6rem;
}
.web-hero-visual p {
  color: rgba(255,255,255,0.68);
  font-size: 0.92rem;
  line-height: 1.65;
}
.web-proof-strip {
  background: var(--mist);
  border-bottom: 1px solid var(--border);
}
.web-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}
.web-proof-item {
  background: white;
  padding: 1.25rem;
  min-height: 112px;
}
.web-proof-item strong {
  display: block;
  color: var(--navy);
  font-size: 0.95rem;
  margin-bottom: 0.45rem;
}
.web-proof-item span {
  color: var(--text-light);
  font-size: 0.84rem;
  line-height: 1.55;
}
.web-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 3rem;
  align-items: start;
}
.web-lede {
  color: var(--text-light);
  font-size: 1.02rem;
  line-height: 1.85;
}
.web-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}
.web-fit-grid {
  grid-template-columns: repeat(4, 1fr);
}
.web-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: white;
  padding: 1.2rem;
}
.web-card h3 {
  font-family: 'DM Sans', sans-serif;
  color: var(--navy);
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.web-card p,
.web-card li {
  color: var(--text-light);
  font-size: 0.9rem;
  line-height: 1.65;
}
.web-card ul,
.web-scope-list {
  margin: 0.6rem 0 0;
  padding-left: 1.1rem;
}
.web-muted-section { background: var(--off-white); }
.web-path-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
  margin-top: 2rem;
}
.web-path-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: white;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  min-height: 310px;
}
.web-path-card span {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.web-path-card h3 {
  color: var(--navy);
  font-size: 1.2rem;
  margin-bottom: 0.65rem;
}
.web-path-card p {
  color: var(--text-light);
  line-height: 1.7;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.web-path-card a {
  margin-top: auto;
  color: var(--navy);
  font-weight: 700;
  text-decoration: none;
}
.web-path-card a:hover { color: var(--teal); }
.web-check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.web-check {
  border-left: 3px solid var(--teal);
  background: white;
  padding: 1rem 1.15rem;
  box-shadow: 0 8px 24px rgba(26,39,68,0.05);
}
.web-check strong {
  display: block;
  color: var(--navy);
  margin-bottom: 0.35rem;
}
.web-check span {
  color: var(--text-light);
  font-size: 0.88rem;
  line-height: 1.6;
}
.web-sample-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1rem;
  margin-top: 2rem;
}
.web-sample-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: white;
  padding: 1.2rem;
  box-shadow: 0 12px 34px rgba(26,39,68,0.06);
}
.web-sample-card h3 {
  font-family: 'DM Sans', sans-serif;
  color: var(--navy);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.web-sample-card p {
  color: var(--text-light);
  font-size: 0.88rem;
  line-height: 1.65;
  margin-bottom: 0.85rem;
}
.web-sample-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  border-top: 1px solid var(--border);
  padding: 0.75rem 0;
}
.web-sample-line strong {
  color: var(--navy);
  font-size: 0.9rem;
}
.web-sample-line span {
  color: var(--text-light);
  font-size: 0.82rem;
  line-height: 1.5;
}
.web-sample-pill {
  border-radius: 999px;
  background: var(--mist);
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.58rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.web-sample-pill.is-high {
  background: rgba(61,127,138,0.14);
  color: var(--teal);
}
.web-roadmap-list {
  display: grid;
  gap: 0.7rem;
}
.web-roadmap-item {
  border-left: 3px solid var(--teal);
  background: var(--off-white);
  padding: 0.85rem 0.95rem;
}
.web-roadmap-item strong {
  display: block;
  color: var(--navy);
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
.web-roadmap-item span {
  color: var(--text-light);
  font-size: 0.84rem;
  line-height: 1.55;
}
.web-process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
  margin-top: 2rem;
}
.web-process-step {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1rem;
  background: var(--off-white);
}
.web-process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: var(--navy);
  color: white;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.web-process-step h3 {
  font-family: 'DM Sans', sans-serif;
  color: var(--navy);
  font-size: 0.95rem;
  margin-bottom: 0.45rem;
}
.web-process-step p {
  color: var(--text-light);
  font-size: 0.84rem;
  line-height: 1.6;
}
.web-scope-band {
  background: var(--navy);
  color: white;
}
.web-scope-band .section-title,
.web-scope-band .section-label { color: white; }
.web-scope-band .section-intro { color: rgba(255,255,255,0.68); }
.web-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.web-scope-card {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  padding: 1.25rem;
}
.web-scope-card h3 {
  color: white;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  margin-bottom: 0.6rem;
}
.web-scope-card li {
  color: rgba(255,255,255,0.72);
  font-size: 0.9rem;
  line-height: 1.65;
}
.web-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.web-faq-item {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: white;
  padding: 1.25rem;
}
.web-faq-item h3 {
  font-family: 'DM Sans', sans-serif;
  color: var(--navy);
  font-size: 1rem;
  margin-bottom: 0.6rem;
}
.web-faq-item p {
  color: var(--text-light);
  font-size: 0.9rem;
  line-height: 1.7;
}
@media(max-width: 1000px) {
  .website-service-page .page-hero-inner,
  .web-split,
  .web-proof-grid,
  .web-path-grid,
  .web-process-grid {
    grid-template-columns: 1fr 1fr;
  }
  .web-fit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .website-service-page .page-hero h1 { font-size: 3rem; }
  .web-hero-visual { align-self: stretch; }
}
@media(max-width: 720px) {
  .website-service-page .page-hero {
    min-height: 0;
    display: block;
  }
  .website-service-page .page-hero-inner,
  .web-split,
  .web-grid,
  .web-proof-grid,
  .web-path-grid,
  .web-check-grid,
  .web-sample-grid,
  .web-process-grid,
  .web-scope-grid,
  .web-faq-grid {
    grid-template-columns: 1fr;
  }
  .website-service-page .page-hero h1 {
    font-size: 2.35rem;
    line-height: 1.12;
  }
  .website-service-page .section-title,
  .website-service-page .cta-band h2 {
    font-size: 2rem;
    line-height: 1.18;
  }
  .web-hero-visual {
    padding: 1rem;
  }
  .web-hero-lottie {
    width: 132px;
    height: 132px;
  }
  .web-path-card {
    min-height: 0;
  }
}
@media(max-width: 440px) {
  .website-service-page .page-hero h1 { font-size: 2.05rem; }
  .web-card,
  .web-path-card,
  .web-sample-card,
  .web-faq-item,
  .web-scope-card {
    padding: 1rem;
  }
}
