/* Money page v3 pilot: construction disputes. */
.service-page-v3 {
  --v3-ink: #17212b;
  --v3-muted: #5c6670;
  --v3-soft: #f4f1ea;
  --v3-paper: #fffaf0;
  --v3-line: rgba(23, 33, 43, 0.14);
  --v3-gold: #b88942;
  --v3-gold-dark: #7d5621;
  --v3-green: #3c6f62;
  color: var(--v3-ink);
  background: #fbfaf7;
  overflow-x: clip;
}

.service-page-v3 *,
.service-page-v3 *::before,
.service-page-v3 *::after {
  box-sizing: border-box;
  min-width: 0;
}

.service-page-v3 .container {
  width: min(1180px, calc(100% - 40px));
}

.service-page-v3 .eyebrow {
  color: var(--v3-gold-dark);
  font-size: 0.75rem;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.service-page-v3 h1,
.service-page-v3 h2,
.service-page-v3 h3,
.service-page-v3 p,
.service-page-v3 a,
.service-page-v3 li,
.service-page-v3 span,
.service-page-v3 strong,
.service-page-v3 small,
.service-page-v3 summary {
  overflow-wrap: anywhere;
  word-break: normal;
}

.service-v3-hero {
  position: relative;
  padding: 74px 0 30px;
  background: #17212b;
  color: #fffaf0;
}

.service-v3-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 250, 240, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.38;
}

.service-v3-hero > .container {
  position: relative;
  z-index: 1;
}

.service-v3-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 34px;
  align-items: stretch;
}

.service-v3-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0;
}

.service-v3-hero .page-title {
  max-width: 860px;
  margin: 0;
  color: #fffaf0;
  font-size: 4.25rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.service-v3-lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 250, 240, 0.82);
  font-size: 1.125rem;
  line-height: 1.62;
}

.service-v3-hero .button-row {
  margin-top: 30px;
  gap: 12px;
}

.service-v3-hero .button {
  min-height: 48px;
  border-radius: 6px;
  white-space: normal;
}

.service-v3-hero .button-ghost-light {
  border: 1px solid rgba(255, 250, 240, 0.34);
  color: #fffaf0;
  background: rgba(255, 250, 240, 0.06);
}

.service-v3-proof-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.service-v3-proof-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 250, 240, 0.2);
  border-radius: 999px;
  color: rgba(255, 250, 240, 0.78);
  background: rgba(255, 250, 240, 0.055);
  font-size: 0.82rem;
}

.service-v3-decision-card {
  display: flex;
  min-height: 440px;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-radius: 8px;
  background: #fffaf0;
  color: var(--v3-ink);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.service-v3-decision-card > span,
.service-v3-card-grid article > span,
.service-v3-output-grid article > span,
.service-v3-format-grid article > span,
.service-v3-lead-lawyer span,
.service-v3-practice-link span {
  color: var(--v3-gold-dark);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.service-v3-decision-card strong {
  display: block;
  max-width: 17ch;
  font-family: var(--font-display, inherit);
  font-size: 2.15rem;
  line-height: 1.04;
  letter-spacing: 0;
}

.service-v3-decision-card p {
  margin: 0;
  color: var(--v3-muted);
  line-height: 1.55;
}

.service-v3-decision-card ul,
.service-v3-check-list,
.service-v3-price-panel ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-v3-decision-card li,
.service-v3-check-list li,
.service-v3-price-panel li {
  position: relative;
  padding-left: 18px;
  color: var(--v3-ink);
  line-height: 1.45;
}

.service-v3-decision-card li::before,
.service-v3-check-list li::before,
.service-v3-price-panel li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--v3-green);
}

.service-v3-scenario-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 240, 0.16);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.16);
}

.service-v3-scenario-strip a {
  display: grid;
  min-height: 150px;
  align-content: start;
  gap: 10px;
  padding: 18px;
  color: #fffaf0;
  text-decoration: none;
  background: rgba(23, 33, 43, 0.8);
}

.service-v3-scenario-strip a:hover {
  background: rgba(42, 56, 68, 0.94);
}

.service-v3-scenario-strip span {
  color: #d4a762;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.service-v3-scenario-strip strong {
  font-size: 0.98rem;
  line-height: 1.3;
}

.service-page-v3 .section,
.service-page-v3 .section-tight {
  padding-top: 72px;
  padding-bottom: 72px;
}

.service-v3-section-grid,
.service-v3-dossier-grid,
.service-v3-team-grid,
.service-v3-faq-grid,
.service-v3-routes-grid,
.service-v3-final-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr);
  gap: 46px;
  align-items: start;
}

.service-v3-section-copy h2,
.service-v3-dossier-grid h2,
.service-v3-section-header h2,
.service-v3-team-grid h2,
.service-v3-faq-grid h2,
.service-v3-routes-grid h2,
.service-v3-final-panel h2 {
  margin: 0;
  color: var(--v3-ink);
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: 0;
}

.service-v3-section-copy p,
.service-v3-dossier-grid p,
.service-v3-proof-head p,
.service-v3-team-grid p,
.service-v3-routes-grid p,
.service-v3-final-panel p {
  color: var(--v3-muted);
  line-height: 1.62;
}

.service-v3-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.service-v3-card-grid article,
.service-v3-format-grid article,
.service-v3-output-grid article,
.service-v3-team-roles article,
.service-v3-route-links a,
.service-v3-faq-list details {
  border: 1px solid var(--v3-line);
  border-radius: 8px;
  background: #fff;
}

.service-v3-card-grid article {
  min-height: 224px;
  padding: 22px;
}

.service-v3-card-grid h3,
.service-v3-format-grid h3 {
  margin: 10px 0;
  font-size: 1.15rem;
  line-height: 1.24;
}

.service-v3-card-grid p,
.service-v3-format-grid p,
.service-v3-output-grid p,
.service-v3-team-roles p,
.service-v3-route-links span,
.service-v3-faq-list p {
  margin: 0;
  color: var(--v3-muted);
  line-height: 1.55;
}

.service-v3-documents,
.service-v3-format,
.service-v3-faq {
  background: var(--v3-soft);
}

.service-v3-strategy-block {
  margin-top: 46px;
}

.service-v3-dossier-grid {
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(23, 33, 43, 0.12);
  border-radius: 8px;
  background: var(--v3-paper);
}

.service-v3-check-list {
  grid-template-columns: minmax(0, 1fr);
}

.service-v3-check-list li {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}

.service-v3-check-list li:last-child {
  border-bottom: 0;
}

.service-v3-section-header {
  max-width: 890px;
}

.service-v3-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid var(--v3-line);
}

.service-v3-timeline article {
  min-height: 250px;
  padding: 24px 20px 0 0;
  border-right: 1px solid var(--v3-line);
}

.service-v3-timeline article:last-child {
  border-right: 0;
}

.service-v3-timeline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  border-radius: 50%;
  color: #fff;
  background: var(--v3-ink);
  font-weight: 700;
}

.service-v3-timeline h3 {
  margin: 20px 0 10px;
  font-size: 1.1rem;
  line-height: 1.24;
}

.service-v3-timeline p {
  margin: 0;
  color: var(--v3-muted);
  line-height: 1.55;
}

.service-v3-output-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.service-v3-output-grid article {
  min-height: 176px;
  padding: 20px;
}

.service-v3-output-grid strong {
  display: block;
  margin: 10px 0;
  font-size: 1.02rem;
  line-height: 1.28;
}

.service-v3-proof {
  background: #fff;
}

.service-v3-proof-head {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(260px, 0.38fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 28px;
}

.service-v3-proof-head h2 {
  margin: 0;
  font-size: 2.15rem;
  line-height: 1.1;
}

.service-page-v3 .service-cases-section {
  padding-top: 0;
  padding-bottom: 0;
}

.service-page-v3 .service-cases-section .section-header {
  display: none;
}

.service-page-v3 .service-case-rail-wrap {
  margin-top: 0;
}

.service-page-v3 .service-case-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  overflow: visible;
}

.service-page-v3 .service-case-card {
  width: auto;
  min-width: 0;
  border-radius: 8px;
}

.service-v3-practice-link {
  margin-top: 18px;
}

.service-v3-practice-link a {
  display: grid;
  grid-template-columns: minmax(0, 0.22fr) minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid var(--v3-line);
  border-radius: 8px;
  color: var(--v3-ink);
  text-decoration: none;
  background: var(--v3-paper);
}

.service-v3-practice-link strong {
  font-size: 1.05rem;
  line-height: 1.35;
}

.service-v3-practice-link small {
  color: var(--v3-green);
  font-weight: 700;
}

.service-v3-format-grid {
  display: grid;
  gap: 14px;
}

.service-v3-format-grid article {
  min-height: 156px;
  padding: 22px;
}

.service-v3-format-grid small {
  display: block;
  margin-top: 12px;
  color: var(--v3-green);
  font-weight: 700;
  line-height: 1.4;
}

.service-v3-price-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.28fr) minmax(0, 0.72fr);
  gap: 28px;
  margin-top: 24px;
  padding: 24px;
  border: 1px solid var(--v3-line);
  border-radius: 8px;
  background: #fff;
}

.service-v3-price-panel > strong {
  font-size: 1.35rem;
  line-height: 1.18;
}

.service-v3-team {
  background: #fff;
}

.service-v3-lead-lawyer {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--v3-line);
  border-radius: 8px;
  background: var(--v3-paper);
}

.service-v3-lead-lawyer img {
  width: 112px;
  height: 112px;
  border-radius: 8px;
  object-fit: cover;
}

.service-v3-lead-lawyer strong {
  display: block;
  margin: 6px 0;
  font-size: 1.22rem;
  line-height: 1.2;
}

.service-v3-lead-lawyer p {
  margin: 0;
}

.service-v3-team-roles {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.service-v3-team-roles article {
  padding: 18px;
}

.service-v3-team-roles span {
  display: block;
  margin-bottom: 8px;
  color: var(--v3-ink);
  font-weight: 700;
  line-height: 1.28;
}

.service-v3-routes {
  background: #fbfaf7;
}

.service-v3-route-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.service-v3-route-links a {
  min-height: 150px;
  padding: 18px;
  color: var(--v3-ink);
  text-decoration: none;
}

.service-v3-route-links strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.25;
}

.service-v3-route-links a:hover {
  border-color: rgba(184, 137, 66, 0.48);
  background: var(--v3-paper);
}

.service-v3-faq-list {
  display: grid;
  gap: 10px;
}

.service-v3-faq-list details {
  padding: 18px 20px;
}

.service-v3-faq-list summary {
  cursor: pointer;
  color: var(--v3-ink);
  font-weight: 700;
  line-height: 1.35;
}

.service-v3-faq-list p {
  margin-top: 12px;
}

.service-v3-final-cta {
  background: #17212b;
  color: #fffaf0;
}

.service-v3-final-panel {
  align-items: center;
}

.service-v3-final-panel h2 {
  color: #fffaf0;
}

.service-v3-final-panel p {
  max-width: 760px;
  color: rgba(255, 250, 240, 0.78);
}

.service-v3-final-panel .button {
  justify-self: end;
  min-height: 50px;
  border-radius: 6px;
  white-space: normal;
}

@media (max-width: 1080px) {
  .service-v3-hero {
    padding-top: 60px;
  }

  .service-v3-hero-grid,
  .service-v3-section-grid,
  .service-v3-dossier-grid,
  .service-v3-team-grid,
  .service-v3-faq-grid,
  .service-v3-routes-grid,
  .service-v3-final-panel,
  .service-v3-proof-head,
  .service-v3-price-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .service-v3-hero .page-title {
    font-size: 3.45rem;
  }

  .service-v3-decision-card {
    min-height: 0;
  }

  .service-v3-decision-card strong {
    max-width: 22ch;
  }

  .service-v3-scenario-strip,
  .service-v3-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-v3-timeline article {
    min-height: 220px;
    border-right: 0;
  }

  .service-v3-team-roles {
    grid-column: auto;
  }

  .service-v3-final-panel .button {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .service-page-v3 .container {
    width: min(100% - 28px, 1180px);
  }

  .service-v3-hero {
    padding: 42px 0 18px;
  }

  .service-v3-hero .page-title {
    font-size: 2.45rem;
    line-height: 1.02;
  }

  .service-v3-lead {
    font-size: 1rem;
    line-height: 1.55;
  }

  .service-v3-hero .button-row,
  .service-v3-final-panel .button {
    width: 100%;
  }

  .service-v3-hero .button-row .button,
  .service-v3-final-panel .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .service-v3-proof-chips {
    gap: 7px;
  }

  .service-v3-proof-chips span {
    width: 100%;
    border-radius: 6px;
  }

  .service-v3-decision-card {
    padding: 22px;
  }

  .service-v3-decision-card strong {
    font-size: 1.7rem;
  }

  .service-v3-scenario-strip,
  .service-v3-card-grid,
  .service-v3-timeline,
  .service-v3-output-grid,
  .service-page-v3 .service-case-rail,
  .service-v3-route-links,
  .service-v3-team-roles {
    grid-template-columns: minmax(0, 1fr);
  }

  .service-v3-scenario-strip a {
    min-height: 0;
    padding: 16px;
  }

  .service-page-v3 .section,
  .service-page-v3 .section-tight {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .service-v3-section-copy h2,
  .service-v3-dossier-grid h2,
  .service-v3-section-header h2,
  .service-v3-team-grid h2,
  .service-v3-faq-grid h2,
  .service-v3-routes-grid h2,
  .service-v3-final-panel h2,
  .service-v3-proof-head h2 {
    font-size: 1.72rem;
  }

  .service-v3-dossier-grid,
  .service-v3-price-panel {
    padding: 22px;
  }

  .service-v3-timeline article {
    min-height: 0;
    padding: 22px 0 18px;
    border-bottom: 1px solid var(--v3-line);
  }

  .service-v3-timeline article:last-child {
    border-bottom: 0;
  }

  .service-v3-timeline span {
    margin-top: 0;
  }

  .service-v3-practice-link a {
    grid-template-columns: minmax(0, 1fr);
  }

  .service-v3-lead-lawyer {
    grid-template-columns: 86px minmax(0, 1fr);
    padding: 16px;
  }

  .service-v3-lead-lawyer img {
    width: 86px;
    height: 86px;
  }
}
