:root {
  --navy: #1a2744;
  --navy-dark: #142039;
  --gold: #4b5563;
  --accent: #4b5563;
  --paper: #f8f7f2;
  --light-blue: #9fc5ff;
  --white: #ffffff;
}

body.disclaimer-open {
  overflow: hidden;
}

.site-flash {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 11000;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100vw - 36px);
  padding: 13px 16px;
  border: 1px solid rgba(26, 115, 63, 0.22);
  background: #f3fbf6;
  color: #25633d;
  box-shadow: 0 16px 38px rgba(26, 39, 68, 0.14);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  opacity: 1;
  transition: opacity 220ms ease, transform 220ms ease;
}

.site-flash i {
  color: #1f6b40;
  font-size: 18px;
}

.site-flash--hide {
  opacity: 0;
  transform: translateY(-8px);
}

.disclaimer-pending body {
  overflow: hidden;
}

.disclaimer-pending body > :not(.legal-disclaimer-gate) {
  visibility: hidden;
}

.legal-disclaimer-gate {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(8, 12, 20, 0.72);
}

.legal-disclaimer-gate__panel {
  width: min(100%, 760px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: clamp(28px, 4vw, 38px);
  border: 1px solid rgba(26, 39, 68, 0.12);
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  color: #686868;
}

.legal-disclaimer-gate__panel h2 {
  margin: 0 0 24px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 5vw, 42px);
  font-weight: 700;
  line-height: 1.18;
}

.legal-disclaimer-gate__panel h3 {
  margin: 22px 0 10px;
  color: var(--navy);
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 600;
  line-height: 1.25;
}

.legal-disclaimer-gate__panel p,
.legal-disclaimer-gate__panel li {
  font-size: clamp(15px, 1.8vw, 19px);
  line-height: 1.45;
}

.legal-disclaimer-gate__panel p {
  margin: 0 0 16px;
}

.legal-disclaimer-gate__lead {
  font-weight: 600;
}

.legal-disclaimer-gate__panel ol {
  margin: 0 0 20px 28px;
  padding: 0;
}

.legal-disclaimer-gate__panel li + li {
  margin-top: 8px;
}

.legal-disclaimer-gate__note {
  font-size: clamp(14px, 1.8vw, 18px) !important;
}

.legal-disclaimer-gate__accept {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 16px 24px;
  border: 0;
  border-radius: 3px;
  background: var(--navy);
  color: var(--white);
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.2;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}

.legal-disclaimer-gate__accept:hover,
.legal-disclaimer-gate__accept:focus-visible {
  background: var(--navy-dark);
}

.legal-disclaimer-gate__accept:focus-visible {
  outline: 3px solid rgba(159, 197, 255, 0.85);
  outline-offset: 3px;
}

.legal-disclaimer-gate__accept:active {
  transform: translateY(1px);
}

.disclaimer-page {
  min-height: 100vh;
  background: #f7f8fb;
}

.disclaimer-page__hero {
  padding: 78px 0 64px;
  background: var(--navy);
  color: var(--white);
}

.disclaimer-page__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
  text-decoration: none;
}

.disclaimer-page__back:hover,
.disclaimer-page__back:focus-visible {
  color: var(--white);
}

.disclaimer-page__hero .section-label {
  color: rgba(255, 255, 255, 0.7);
}

.disclaimer-page__hero h1 {
  margin: 10px 0 18px;
  color: var(--white);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.1;
}

.disclaimer-page__hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
}

.disclaimer-page__content {
  padding: 72px 0;
}

.disclaimer-page__article {
  max-width: 940px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 58px);
  background: var(--white);
  box-shadow: 0 18px 48px rgba(26, 39, 68, 0.08);
}

.disclaimer-page__article h2 {
  margin: 34px 0 14px;
  color: var(--navy);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 600;
  line-height: 1.25;
}

.disclaimer-page__article h2:first-child {
  margin-top: 0;
}

.disclaimer-page__article h3 {
  margin: 24px 0 10px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.disclaimer-page__article p {
  margin: 0;
  color: #566170;
  font-size: 17px;
  line-height: 1.85;
}

.disclaimer-page__article ul {
  margin: 14px 0 0;
  padding-left: 22px;
  color: #566170;
  font-size: 17px;
  line-height: 1.8;
}

.disclaimer-page__article li + li {
  margin-top: 8px;
}

.disclaimer-page__article a {
  color: var(--navy);
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .legal-disclaimer-gate {
    align-items: flex-start;
    padding: 12px;
  }

  .legal-disclaimer-gate__panel {
    max-height: calc(100vh - 24px);
    padding: 24px 20px;
  }

  .legal-disclaimer-gate__panel ol {
    margin-left: 20px;
  }

  .legal-disclaimer-gate__accept {
    margin-top: 22px;
  }

  .disclaimer-page__hero {
    padding: 54px 0 48px;
  }

  .disclaimer-page__content {
    padding: 42px 0;
  }

  .disclaimer-page__article {
    padding: 26px 22px;
  }

  .disclaimer-page__article p {
    font-size: 16px;
  }
}

.family-hero {
  padding: 96px 0 116px;
  background:
    linear-gradient(135deg, rgba(26, 39, 68, 0.94), rgba(26, 39, 68, 0.82)),
    url("../images/family-legal-support.jpeg") center / cover no-repeat;
  color: var(--white);
  overflow: hidden;
}

.family-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  gap: 58px;
  align-items: center;
}

.family-hero .section-label {
  color: rgba(255, 255, 255, 0.72);
}

.family-hero h1 {
  max-width: 980px;
  margin: 0;
  color: var(--white);
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 500;
  line-height: 1.12;
}

.family-hero p {
  max-width: 880px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.85;
}

.family-house-visual {
  position: relative;
  min-height: 430px;
  animation: courthouseRise 850ms ease both;
}

.family-house-visual__roof {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-right: 190px solid transparent;
  border-bottom: 128px solid var(--white);
  border-left: 190px solid transparent;
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.24));
}

.family-house-visual__body {
  position: relative;
  max-width: 380px;
  min-height: 260px;
  margin: 0 auto;
  padding: 42px 34px 34px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--navy);
  text-align: center;
  box-shadow: 0 28px 54px rgba(0, 0, 0, 0.18);
}

.family-house-visual__body > i {
  color: var(--navy);
  font-size: 72px;
}

.family-house-visual__people {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 24px 0 26px;
}

.family-house-visual__people span {
  position: relative;
  display: block;
  width: 28px;
  height: 44px;
  border-radius: 999px 999px 12px 12px;
  background: var(--navy);
}

.family-house-visual__people span::before {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--navy);
  content: "";
  transform: translateX(-50%);
}

.family-house-visual__people span:nth-child(2) {
  height: 58px;
  margin-top: -14px;
}

.family-house-visual__body strong,
.family-house-visual__body small {
  display: block;
}

.family-house-visual__body strong {
  font-size: 25px;
  font-weight: 600;
}

.family-house-visual__body small {
  margin-top: 7px;
  color: #566170;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.family-house-visual__base {
  max-width: 430px;
  height: 34px;
  margin: 0 auto;
  background:
    linear-gradient(var(--white), var(--white)) center 0 / 100% 12px no-repeat,
    linear-gradient(var(--white), var(--white)) center 20px / 84% 12px no-repeat;
  opacity: 0.96;
}

.family-law-meaning {
  padding: 96px 0;
  background: #f7f8fb;
}

.family-law-meaning__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1fr);
  gap: 58px;
  align-items: center;
}

.family-law-meaning__content h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.15;
}

.family-law-meaning__content p {
  margin: 24px 0 0;
  color: #566170;
  font-size: 17px;
  line-height: 1.85;
}

.family-map {
  position: relative;
  min-height: 560px;
}

.family-map::before,
.family-map::after {
  position: absolute;
  inset: 92px 96px;
  border: 2px dashed rgba(26, 39, 68, 0.13);
  border-radius: 50%;
  content: "";
}

.family-map::after {
  inset: 146px 150px;
}

.family-map__center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  width: 158px;
  height: 158px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 46px rgba(26, 39, 68, 0.18);
}

.family-map__center i {
  font-size: 46px;
}

.family-map__center span {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.family-map__card {
  position: absolute;
  z-index: 3;
  width: 220px;
  min-height: 118px;
  padding: 22px 20px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.08);
  animation: fadeUp 650ms ease both;
}

.family-map__card--one { top: 0; left: 50%; transform: translateX(-50%); }
.family-map__card--two { top: 122px; right: 0; animation-delay: 100ms; }
.family-map__card--three { right: 38px; bottom: 72px; animation-delay: 200ms; }
.family-map__card--four { bottom: 0; left: 50%; transform: translateX(-50%); animation-delay: 300ms; }
.family-map__card--five { bottom: 72px; left: 38px; animation-delay: 400ms; }
.family-map__card--six { top: 122px; left: 0; animation-delay: 500ms; }

.family-map__card strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
  font-weight: 600;
}

.family-map__card p {
  margin: 10px 0 0;
  color: #566170;
  font-size: 14px;
  line-height: 1.55;
}

.family-services-section {
  padding: 96px 0;
  background: var(--white);
}

.family-services-header {
  max-width: 860px;
  margin: 0 auto 50px;
  text-align: center;
}

.family-services-header h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.15;
}

.family-service-dossiers {
  display: grid;
  gap: 24px;
}

.family-service-card {
  position: relative;
  padding: 34px;
  background: #f7f8fb;
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.08);
  animation: fadeUp 650ms ease both;
}

.family-service-card:nth-child(even) {
  background: var(--navy);
}

.family-service-card__head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.family-service-card__head i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 28px;
  flex: 0 0 auto;
}

.family-service-card:nth-child(even) .family-service-card__head i {
  background: rgba(255, 255, 255, 0.12);
}

.family-service-card__head span {
  display: block;
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.family-service-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 26px;
  font-weight: 500;
}

.family-service-card:nth-child(even) h3 {
  color: var(--white);
}

.family-service-card > p,
.family-service-columns p {
  color: #566170;
  font-size: 15px;
  line-height: 1.75;
}

.family-service-card:nth-child(even) > p,
.family-service-card:nth-child(even) .family-service-columns p {
  color: rgba(255, 255, 255, 0.74);
}

.family-service-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  margin-top: 24px;
}

.family-service-columns strong,
.family-service-card--compact p strong {
  display: block;
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.family-service-card:nth-child(even) .family-service-columns strong,
.family-service-card:nth-child(even).family-service-card--compact p strong {
  color: var(--white);
}

.family-service-card ul {
  margin: 0;
  padding-left: 20px;
  color: #566170;
  font-size: 14px;
  line-height: 1.82;
}

.family-service-card:nth-child(even) ul {
  color: rgba(255, 255, 255, 0.74);
}

.family-service-card--compact {
  display: grid;
  align-content: start;
}

.family-service-card--compact > p {
  margin: 22px 0 0;
}

.family-service-dossiers .family-service-card--compact {
  width: 100%;
}

.family-process-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    linear-gradient(115deg, rgba(26, 39, 68, 0.96) 0%, rgba(26, 39, 68, 0.92) 48%, rgba(247, 248, 251, 1) 48.2%, rgba(247, 248, 251, 1) 100%);
}

.family-process-section::before {
  position: absolute;
  right: -90px;
  bottom: -110px;
  color: rgba(26, 39, 68, 0.08);
  font-family: "bootstrap-icons";
  font-size: 420px;
  line-height: 1;
  content: "\F62B";
}

.family-process-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 48px;
  align-items: start;
}

.family-process-intro {
  position: sticky;
  top: 128px;
  color: var(--white);
}

.family-process-intro .section-label {
  color: rgba(255, 255, 255, 0.78);
}

.family-process-intro h2 {
  margin: 14px 0 18px;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.12;
}

.family-process-intro p {
  max-width: 460px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.75;
}

.family-process-note {
  display: flex;
  gap: 16px;
  max-width: 430px;
  margin-top: 34px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.family-process-note i {
  color: var(--white);
  font-size: 30px;
}

.family-process-note span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.65;
}

.family-process-steps {
  display: grid;
  gap: 18px;
}

.family-process-step {
  position: relative;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 22px;
  padding: 26px;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(26, 39, 68, 0.1);
  animation: fadeUp 650ms ease both;
}

.family-process-step:nth-child(2) { animation-delay: 80ms; }
.family-process-step:nth-child(3) { animation-delay: 160ms; }
.family-process-step:nth-child(4) { animation-delay: 240ms; }
.family-process-step:nth-child(5) { animation-delay: 320ms; }
.family-process-step:nth-child(6) { animation-delay: 400ms; }

.family-process-step::before {
  position: absolute;
  top: 50%;
  left: 66px;
  width: 1px;
  height: calc(100% + 18px);
  background: rgba(26, 39, 68, 0.16);
  content: "";
}

.family-process-step:last-child::before {
  display: none;
}

.family-process-step > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border: 8px solid #f7f8fb;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}

.family-process-step h3 {
  margin: 2px 0 10px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 500;
}

.family-process-step p {
  margin: 0;
  color: #566170;
  font-size: 15px;
  line-height: 1.7;
}

.family-trust-section {
  padding: 96px 0;
  background: var(--white);
}

.family-trust-header {
  max-width: 860px;
  margin: 0 auto 50px;
  text-align: center;
}

.family-trust-header h2 {
  margin: 12px 0 16px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.12;
}

.family-trust-header p {
  margin: 0 auto;
  max-width: 720px;
  color: #566170;
  font-size: 16px;
  line-height: 1.75;
}

.family-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(26, 39, 68, 0.12);
}

.family-trust-card {
  position: relative;
  min-height: 260px;
  padding: 32px 26px;
  border-right: 1px solid rgba(26, 39, 68, 0.12);
  border-bottom: 1px solid rgba(26, 39, 68, 0.12);
  background: #f7f8fb;
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
  animation: fadeUp 650ms ease both;
}

.family-trust-card:nth-child(4n) {
  border-right: 0;
}

.family-trust-card:nth-child(n + 5) {
  border-bottom: 0;
}

.family-trust-card::after {
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: rgba(26, 39, 68, 0.07);
  font-family: "bootstrap-icons";
  font-size: 76px;
  line-height: 1;
  content: "\F52F";
}

.family-trust-card i {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 26px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 25px;
}

.family-trust-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.family-trust-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #566170;
  font-size: 14px;
  line-height: 1.68;
}

.family-trust-card:hover {
  z-index: 2;
  transform: translateY(-8px);
  background: var(--navy);
  box-shadow: 0 22px 52px rgba(26, 39, 68, 0.18);
}

.family-trust-card:hover i {
  background: var(--white);
  color: var(--navy);
}

.family-trust-card:hover h3,
.family-trust-card:hover p {
  color: var(--white);
}

.family-stats-faq-section {
  padding: 96px 0;
  background: #f7f8fb;
}

.family-stats-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 72px;
  border: 1px solid rgba(26, 39, 68, 0.12);
  background: var(--white);
  box-shadow: 0 18px 44px rgba(26, 39, 68, 0.08);
}

.family-stat-card {
  min-height: 170px;
  padding: 28px 18px;
  border-right: 1px solid rgba(26, 39, 68, 0.12);
  text-align: center;
  animation: fadeUp 650ms ease both;
}

.family-stat-card:last-child {
  border-right: 0;
}

.family-stat-card strong {
  display: block;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 500;
  line-height: 1;
}

.family-stat-card span {
  display: block;
  margin-top: 16px;
  color: #566170;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.family-faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.family-faq-intro {
  position: sticky;
  top: 128px;
}

.family-faq-intro h2 {
  margin: 12px 0 16px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.12;
}

.family-faq-intro p {
  max-width: 430px;
  margin: 0;
  color: #566170;
  font-size: 16px;
  line-height: 1.75;
}

.family-faq-accordion {
  display: grid;
  gap: 14px;
}

.family-faq-accordion .accordion-item {
  overflow: hidden;
  border: 1px solid rgba(26, 39, 68, 0.12);
  border-radius: 0;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(26, 39, 68, 0.06);
}

.family-faq-accordion .accordion-button {
  padding: 22px 24px;
  background: var(--white);
  color: var(--navy);
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
}

.family-faq-accordion .accordion-button:not(.collapsed) {
  background: var(--navy);
  color: var(--white);
}

.family-faq-accordion .accordion-button::after {
  filter: none;
}

.family-faq-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.family-faq-accordion .accordion-body {
  padding: 22px 24px 26px;
  color: #566170;
  font-size: 15px;
  line-height: 1.75;
}

.family-testimonials-section {
  padding: 96px 0;
  background: var(--white);
}

.family-testimonials-header {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.family-testimonials-header h2 {
  margin: 12px 0 0;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.12;
}

.family-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.family-testimonial-card {
  position: relative;
  min-height: 360px;
  padding: 34px;
  background: #f7f8fb;
  box-shadow: 0 18px 44px rgba(26, 39, 68, 0.08);
  animation: fadeUp 650ms ease both;
}

.family-testimonial-card--dark {
  background: var(--navy);
}

.family-testimonial-card i {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--navy);
  font-size: 44px;
}

.family-testimonial-card--dark i {
  color: var(--white);
}

.family-testimonial-card p {
  margin: 0 0 28px;
  color: #3f4856;
  font-size: 16px;
  line-height: 1.82;
}

.family-testimonial-card--dark p {
  color: rgba(255, 255, 255, 0.78);
}

.family-testimonial-card strong,
.family-testimonial-card span {
  display: block;
}

.family-testimonial-card strong {
  color: var(--navy);
  font-size: 18px;
  font-weight: 600;
}

.family-testimonial-card--dark strong {
  color: var(--white);
}

.family-testimonial-card span {
  margin-top: 6px;
  color: #667080;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.family-testimonial-card--dark span {
  color: rgba(255, 255, 255, 0.62);
}

.family-cta-section {
  padding: 0 0 96px;
  background: var(--white);
}

.family-cta-box {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
  padding: 54px;
  background: var(--navy);
  color: var(--white);
}

.family-cta-box .section-label {
  color: rgba(255, 255, 255, 0.72);
}

.family-cta-box h2 {
  margin: 12px 0 16px;
  max-width: 780px;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.14;
}

.family-cta-box p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.75;
}

.family-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.family-cta-actions .btn {
  border-radius: 0;
  padding: 13px 18px;
  font-weight: 600;
}

.family-law-page .family-hero {
  padding: 62px 0 72px;
}

.family-law-page .criminal-breadcrumb {
  margin-bottom: 18px;
}

.family-law-page .family-hero-layout,
.family-law-page .family-law-meaning__grid,
.family-law-page .family-process-layout,
.family-law-page .family-faq-layout,
.family-law-page .family-cta-box {
  gap: 34px;
}

.family-law-page .family-hero p {
  margin-top: 18px;
  line-height: 1.65;
}

.family-law-page .family-law-meaning,
.family-law-page .family-services-section,
.family-law-page .family-process-section,
.family-law-page .family-trust-section,
.family-law-page .family-stats-faq-section,
.family-law-page .family-testimonials-section {
  padding: 54px 0;
}

.family-law-page .family-cta-section {
  padding: 0 0 54px;
}

.family-law-page .family-services-header,
.family-law-page .family-trust-header,
.family-law-page .family-testimonials-header {
  margin-bottom: 30px;
}

.family-law-page .family-law-meaning__content h2,
.family-law-page .family-services-header h2,
.family-law-page .family-process-intro h2,
.family-law-page .family-trust-header h2,
.family-law-page .family-faq-intro h2,
.family-law-page .family-testimonials-header h2,
.family-law-page .family-cta-box h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.family-law-page .family-law-meaning__content p,
.family-law-page .family-process-intro p,
.family-law-page .family-trust-header p,
.family-law-page .family-faq-intro p,
.family-law-page .family-cta-box p {
  font-size: 16px;
  line-height: 1.65;
}

.family-law-page .family-map {
  min-height: 470px;
}

.family-law-page .family-map__card {
  min-height: 100px;
  padding: 18px;
}

.family-law-page .family-service-dossiers {
  gap: 18px;
}

.family-law-page .family-service-card {
  padding: 26px;
}

.family-law-page .family-service-card__head {
  margin-bottom: 16px;
}

.family-law-page .family-service-card__head i {
  width: 52px;
  height: 52px;
  font-size: 23px;
}

.family-law-page .family-service-card h3 {
  font-size: 22px;
}

.family-law-page .family-service-columns {
  gap: 18px;
  margin-top: 16px;
}

.family-law-page .family-service-card > p,
.family-law-page .family-service-columns p,
.family-law-page .family-service-card ul {
  line-height: 1.6;
}

.family-law-page .family-process-note {
  margin-top: 20px;
  padding: 18px;
}

.family-law-page .family-process-steps {
  gap: 14px;
}

.family-law-page .family-process-step {
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
}

.family-law-page .family-process-step::before {
  left: 52px;
}

.family-law-page .family-process-step > span {
  width: 64px;
  height: 64px;
  border-width: 6px;
}

.family-law-page .family-process-step h3 {
  font-size: 20px;
}

.family-law-page .family-process-step p {
  line-height: 1.55;
}

.family-law-page .family-trust-card {
  min-height: 210px;
  padding: 24px;
}

.family-law-page .family-trust-card i {
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  font-size: 22px;
}

.family-law-page .family-stats-grid {
  margin-bottom: 42px;
}

.family-law-page .family-stat-card {
  min-height: 130px;
  padding: 22px 16px;
}

.family-law-page .family-stat-card strong {
  font-size: 36px;
}

.family-law-page .family-faq-accordion .accordion-button {
  padding: 18px 22px;
}

.family-law-page .family-faq-accordion .accordion-body {
  padding: 18px 22px 20px;
  line-height: 1.6;
}

.family-law-page .family-testimonial-card {
  min-height: 0;
  padding: 28px;
}

.family-law-page .family-testimonial-card p {
  line-height: 1.65;
}

.family-law-page .family-cta-box {
  padding: 40px;
}

.family-law-page .family-cta-box p {
  line-height: 1.6;
}

.property-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 112px;
  background:
    linear-gradient(90deg, rgba(26, 39, 68, 0.95) 0%, rgba(26, 39, 68, 0.9) 52%, rgba(26, 39, 68, 0.72) 100%),
    url("../images/property-law-home.jpeg") center / cover no-repeat;
  color: var(--white);
}

.property-hero::before {
  position: absolute;
  inset: auto -80px -160px auto;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  transform: rotate(18deg);
  content: "";
}

.property-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 56px;
  align-items: center;
}

.property-hero-content .section-label {
  color: rgba(255, 255, 255, 0.72);
}

.property-hero h1 {
  max-width: 900px;
  margin: 18px 0 24px;
  font-size: clamp(34px, 4.2vw, 52px);
  font-weight: 500;
  line-height: 1.06;
  white-space: nowrap;
}

.property-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.82;
}

.property-deed-visual {
  position: relative;
  min-height: 440px;
}

.property-deed-card {
  position: absolute;
  top: 48px;
  right: 56px;
  z-index: 2;
  width: 260px;
  min-height: 330px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
  color: var(--navy);
  animation: floatSoft 4s ease-in-out infinite;
}

.property-deed-card::before,
.property-deed-card::after {
  position: absolute;
  left: 34px;
  right: 34px;
  height: 1px;
  background: rgba(26, 39, 68, 0.16);
  content: "";
}

.property-deed-card::before {
  top: 150px;
}

.property-deed-card::after {
  top: 188px;
}

.property-deed-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  margin-bottom: 50px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 34px;
}

.property-deed-card span,
.property-deed-card strong {
  display: block;
}

.property-deed-card span {
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.property-deed-card strong {
  margin-top: 6px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

.property-boundary {
  position: absolute;
  inset: 86px 0 0 44px;
  width: 350px;
  height: 250px;
  border: 2px dashed rgba(255, 255, 255, 0.5);
  transform: rotate(-8deg);
}

.property-boundary span {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 3px solid var(--white);
  background: var(--navy);
}

.property-boundary span:nth-child(1) { top: -10px; left: -10px; }
.property-boundary span:nth-child(2) { top: -10px; right: -10px; }
.property-boundary span:nth-child(3) { right: -10px; bottom: -10px; }
.property-boundary span:nth-child(4) { bottom: -10px; left: -10px; }

.property-seal {
  position: absolute;
  right: 6px;
  bottom: 42px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  border: 10px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
}

.property-seal i {
  font-size: 50px;
}

.property-law-meaning {
  padding: 96px 0;
  background: var(--white);
}

.property-meaning-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: start;
}

.property-meaning-content {
  position: sticky;
  top: 128px;
}

.property-meaning-content h2 {
  margin: 14px 0 22px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.14;
}

.property-meaning-content p {
  margin: 0 0 18px;
  color: #566170;
  font-size: 16px;
  line-height: 1.78;
}

.property-type-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.property-type-card {
  position: relative;
  min-height: 210px;
  padding: 30px;
  border: 1px solid rgba(26, 39, 68, 0.12);
  background: #f7f8fb;
  box-shadow: 0 18px 44px rgba(26, 39, 68, 0.07);
  animation: fadeUp 650ms ease both;
}

.property-type-card:nth-child(even),
.property-type-card--wide {
  background: var(--navy);
}

.property-type-card--wide {
  grid-column: span 2;
  min-height: 180px;
}

.property-type-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 26px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 28px;
}

.property-type-card:nth-child(even) i,
.property-type-card--wide i {
  background: rgba(255, 255, 255, 0.12);
}

.property-type-card strong,
.property-type-card span {
  display: block;
}

.property-type-card strong {
  color: var(--navy);
  font-size: 21px;
  font-weight: 500;
}

.property-type-card span {
  margin-top: 10px;
  color: #566170;
  font-size: 14px;
  line-height: 1.6;
}

.property-type-card:nth-child(even) strong,
.property-type-card--wide strong {
  color: var(--white);
}

.property-type-card:nth-child(even) span,
.property-type-card--wide span {
  color: rgba(255, 255, 255, 0.72);
}

.property-laws-strip {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  margin-top: 46px;
  padding: 28px;
  background: var(--navy);
  color: var(--white);
}

.property-laws-strip > span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

.property-laws-strip ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.property-laws-strip li {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 500;
}

.property-services-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    linear-gradient(rgba(247, 248, 251, 0.94), rgba(247, 248, 251, 0.94)),
    linear-gradient(90deg, rgba(26, 39, 68, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(26, 39, 68, 0.08) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
}

.property-services-section::before {
  position: absolute;
  right: -90px;
  top: -120px;
  color: rgba(26, 39, 68, 0.06);
  font-family: "bootstrap-icons";
  font-size: 360px;
  line-height: 1;
  content: "\F3E6";
}

.property-services-header {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto 54px;
  text-align: center;
}

.property-services-header h2 {
  margin: 12px 0 16px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.12;
}

.property-services-header .section-label {
  color: var(--accent);
}

.property-services-header p {
  max-width: 740px;
  margin: 0 auto;
  color: #566170;
  font-size: 16px;
  line-height: 1.75;
}

.property-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  width: min(1040px, 100%);
  margin: 0 auto;
}

.property-service-tile {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) minmax(240px, 0.72fr);
  gap: 26px;
  align-items: center;
  min-height: 220px;
  padding: 34px 38px;
  border-left: 6px solid var(--navy);
  background: var(--white);
  box-shadow: 0 20px 50px rgba(26, 39, 68, 0.09);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  animation: fadeUp 650ms ease both;
}

.property-service-tile::after {
  position: absolute;
  inset: 18px 18px 18px auto;
  width: 34%;
  min-width: 230px;
  border: 1px dashed rgba(26, 39, 68, 0.16);
  background:
    linear-gradient(135deg, transparent 49%, rgba(26, 39, 68, 0.08) 50%, transparent 51%),
    linear-gradient(45deg, transparent 49%, rgba(26, 39, 68, 0.08) 50%, transparent 51%);
  content: "";
}

.property-service-tile__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 0;
  border-radius: 0;
  background: var(--navy);
  color: var(--white);
  font-size: 31px;
}

.property-service-tile > span {
  position: absolute;
  top: 18px;
  right: 22px;
  color: rgba(26, 39, 68, 0.12);
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.property-service-tile h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}

.property-service-tile p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #566170;
  font-size: 14px;
  line-height: 1.72;
}

.property-service-tile ul {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.property-service-tile li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(26, 39, 68, 0.12);
  background: #f7f8fb;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.45;
}

.property-service-tile li::before {
  width: 7px;
  height: 7px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--navy);
  flex: 0 0 auto;
  content: "";
}

.property-service-tile:hover {
  transform: translateY(-8px);
  border-color: #4b5563;
  box-shadow: 0 24px 58px rgba(26, 39, 68, 0.16);
}

.property-services-section {
  background: var(--white);
}

.property-services-section::before {
  display: none;
}

.property-services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}

.property-service-tile,
.property-service-tile:nth-child(even),
.property-service-tile--featured {
  display: block;
  min-height: 390px;
  padding: 34px 30px;
  border: 1px solid rgba(26, 39, 68, 0.12);
  border-top: 7px solid var(--navy);
  background: #f7f8fb;
  text-align: left;
}

.property-service-tile--dark,
.property-service-tile--featured {
  background: var(--navy);
  border-color: var(--navy);
  border-top-color: #4b5563;
}

.property-service-tile::after {
  display: none;
}

.property-service-tile__icon,
.property-service-tile:nth-child(even) .property-service-tile__icon {
  width: 68px;
  height: 68px;
  margin-bottom: 30px;
  border-radius: 0;
  background: var(--navy);
  color: var(--white);
}

.property-service-tile--dark .property-service-tile__icon,
.property-service-tile--featured .property-service-tile__icon {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.property-service-tile > span,
.property-service-tile:nth-child(even) > span {
  top: 28px;
  right: 28px;
  left: auto;
  color: rgba(26, 39, 68, 0.14);
  font-size: 38px;
}

.property-service-tile--dark > span,
.property-service-tile--featured > span {
  color: rgba(255, 255, 255, 0.18);
}

.property-service-tile h3 {
  margin-bottom: 14px;
  min-height: 58px;
}

.property-service-tile--dark h3,
.property-service-tile--featured h3 {
  color: var(--white);
}

.property-service-tile p {
  margin-bottom: 22px;
}

.property-service-tile--dark p,
.property-service-tile--featured p {
  color: rgba(255, 255, 255, 0.74);
}

.property-service-tile ul {
  margin-top: 0;
}

.property-service-tile li {
  background: var(--white);
}

.property-service-tile--dark li,
.property-service-tile--featured li {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
}

.property-service-tile--dark li::before,
.property-service-tile--featured li::before {
  background: var(--white);
}

.property-docket {
  max-width: 1040px;
  margin: 0 auto;
  border-top: 1px solid rgba(26, 39, 68, 0.14);
}

.property-docket-item {
  border-bottom: 1px solid rgba(26, 39, 68, 0.14);
  background: var(--white);
}

.property-docket-item button {
  display: grid;
  grid-template-columns: 80px 72px minmax(0, 1fr) 42px;
  gap: 22px;
  align-items: center;
  width: 100%;
  padding: 26px 30px;
  border: 0;
  background: transparent;
  color: var(--navy);
  text-align: left;
}

.property-docket-item button::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(26, 39, 68, 0.18);
  border-radius: 50%;
  color: var(--navy);
  font-family: "bootstrap-icons";
  font-size: 18px;
  content: "\F282";
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.property-docket-item button[aria-expanded="true"]::after {
  transform: rotate(180deg);
  background: var(--navy);
  color: var(--white);
}

.property-docket-item button span {
  color: rgba(26, 39, 68, 0.34);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.property-docket-item button i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #f7f8fb;
  color: var(--navy);
  font-size: 28px;
}

.property-docket-item button strong {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

.property-docket-item button[aria-expanded="true"] {
  background: var(--navy);
  color: var(--white);
}

.property-docket-item button[aria-expanded="true"] span {
  color: rgba(255, 255, 255, 0.3);
}

.property-docket-item button[aria-expanded="true"] i {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.property-docket-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 30px;
  padding: 30px 30px 34px 174px;
  background:
    linear-gradient(90deg, rgba(26, 39, 68, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(26, 39, 68, 0.05) 1px, transparent 1px),
    #f7f8fb;
  background-size: 42px 42px;
}

.property-docket-body p {
  margin: 0;
  color: #566170;
  font-size: 15px;
  line-height: 1.78;
}

.property-docket-body ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.property-docket-body li {
  position: relative;
  padding-left: 22px;
  color: #3f4856;
  font-size: 14px;
  line-height: 1.5;
}

.property-docket-body li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--navy);
  content: "";
}

.property-parcel-map {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: minmax(178px, auto);
  gap: 14px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid rgba(26, 39, 68, 0.14);
  background:
    linear-gradient(90deg, rgba(26, 39, 68, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(26, 39, 68, 0.06) 1px, transparent 1px),
    #f7f8fb;
  background-size: 34px 34px;
}

.property-parcel {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 178px;
  padding: 24px;
  border: 1px dashed rgba(26, 39, 68, 0.22);
  background: rgba(255, 255, 255, 0.92);
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
  animation: fadeUp 650ms ease both;
}

.property-parcel--large {
  grid-column: span 3;
  grid-row: span 2;
}

.property-parcel--wide {
  grid-column: span 3;
}

.property-parcel--tall {
  grid-column: span 2;
  grid-row: span 2;
}

.property-parcel:not(.property-parcel--large):not(.property-parcel--wide):not(.property-parcel--tall) {
  grid-column: span 2;
}

.property-parcel--navy {
  background: var(--navy);
  border-color: rgba(255, 255, 255, 0.2);
}

.property-parcel::before {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 78px;
  height: 78px;
  border-top: 1px solid rgba(26, 39, 68, 0.14);
  border-right: 1px solid rgba(26, 39, 68, 0.14);
  content: "";
}

.property-parcel--navy::before {
  border-color: rgba(255, 255, 255, 0.16);
}

.property-parcel span {
  position: absolute;
  top: 22px;
  left: 24px;
  color: rgba(26, 39, 68, 0.48);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.property-parcel i {
  position: absolute;
  top: 48px;
  left: 24px;
  color: var(--navy);
  font-size: 36px;
}

.property-parcel h3 {
  position: relative;
  z-index: 1;
  margin: 78px 0 12px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.22;
}

.property-parcel p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #566170;
  font-size: 14px;
  line-height: 1.65;
}

.property-parcel--large h3 {
  font-size: 30px;
}

.property-parcel--navy span,
.property-parcel--navy i,
.property-parcel--navy h3 {
  color: var(--white);
}

.property-parcel--navy p {
  color: rgba(255, 255, 255, 0.74);
}

.property-parcel:hover {
  z-index: 2;
  transform: translateY(-8px);
  background: var(--navy);
  box-shadow: 0 24px 56px rgba(26, 39, 68, 0.16);
}

.property-parcel:hover span,
.property-parcel:hover i,
.property-parcel:hover h3 {
  color: var(--white);
}

.property-parcel:hover p {
  color: rgba(255, 255, 255, 0.74);
}

.property-service-ledger {
  max-width: 1160px;
  margin: 0 auto;
  border: 1px solid rgba(26, 39, 68, 0.14);
  background: var(--white);
  box-shadow: 0 22px 54px rgba(26, 39, 68, 0.08);
}

.property-service-ledger__head,
.property-ledger-row {
  display: grid;
  grid-template-columns: 86px minmax(230px, 0.95fr) minmax(320px, 1.35fr) minmax(190px, 0.75fr);
  align-items: center;
}

.property-service-ledger__head {
  min-height: 58px;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.property-service-ledger__head span,
.property-ledger-row > span,
.property-ledger-row h3,
.property-ledger-row p,
.property-ledger-row strong {
  padding: 0 22px;
}

.property-ledger-row {
  min-height: 112px;
  border-bottom: 1px solid rgba(26, 39, 68, 0.1);
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.property-ledger-row:last-child {
  border-bottom: 0;
}

.property-ledger-row:nth-child(odd) {
  background: #f7f8fb;
}

.property-ledger-row > span {
  color: rgba(26, 39, 68, 0.32);
  font-size: 28px;
  font-weight: 700;
}

.property-ledger-row h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--navy);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
}

.property-ledger-row h3 i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--navy);
  color: var(--white);
  font-size: 19px;
  flex: 0 0 auto;
}

.property-ledger-row p {
  margin: 0;
  color: #566170;
  font-size: 14px;
  line-height: 1.65;
}

.property-ledger-row strong {
  color: #3f4856;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.property-ledger-row:hover {
  position: relative;
  z-index: 2;
  background: var(--navy);
  box-shadow: 0 16px 36px rgba(26, 39, 68, 0.16);
  transform: scale(1.01);
}

.property-ledger-row:hover > span {
  color: rgba(255, 255, 255, 0.25);
}

.property-ledger-row:hover h3,
.property-ledger-row:hover p,
.property-ledger-row:hover strong {
  color: var(--white);
}

.property-ledger-row:hover h3 i {
  background: rgba(255, 255, 255, 0.12);
}

.property-process-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background: var(--navy);
  color: var(--white);
}

.property-process-section::before {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background:
    linear-gradient(90deg, #fff 1px, transparent 1px),
    linear-gradient(#fff 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
}

.property-process-header {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto 58px;
  text-align: center;
}

.property-process-header .section-label {
  color: rgba(255, 255, 255, 0.72);
}

.property-process-header h2 {
  margin: 12px 0 16px;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.12;
}

.property-process-header p {
  max-width: 700px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.75;
}

.property-process-track {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
}

.property-process-track::before {
  display: none;
}

.property-process-step {
  position: relative;
  min-height: 330px;
  padding: 30px;
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.14);
  animation: fadeUp 650ms ease both;
}

.property-process-step::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 6px;
  background: rgba(26, 39, 68, 0.72);
  content: "";
}

.property-process-step__marker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 34px;
}

.property-process-step__marker span {
  color: rgba(26, 39, 68, 0.32);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.property-process-step__marker i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  background: var(--navy);
  color: var(--white);
  font-size: 29px;
}

.property-process-step__content {
  position: relative;
}

.property-process-step__content::before {
  display: none;
}

.property-process-step__content h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

.property-process-step__content p {
  margin: 0;
  color: #566170;
  font-size: 15px;
  line-height: 1.75;
}

.property-trust-section {
  padding: 96px 0;
  background: #f7f8fb;
}

.property-trust-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 52px;
  align-items: start;
}

.property-trust-intro {
  position: sticky;
  top: 128px;
}

.property-trust-intro h2 {
  margin: 12px 0 18px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.12;
}

.property-trust-intro p {
  margin: 0;
  color: #566170;
  font-size: 16px;
  line-height: 1.75;
}

.property-trust-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(26, 39, 68, 0.12);
  background: var(--white);
  box-shadow: 0 22px 54px rgba(26, 39, 68, 0.08);
}

.property-trust-board article {
  position: relative;
  min-height: 230px;
  padding: 30px;
  border-right: 1px solid rgba(26, 39, 68, 0.12);
  border-bottom: 1px solid rgba(26, 39, 68, 0.12);
  transition: background 220ms ease, transform 220ms ease, box-shadow 220ms ease;
  animation: fadeUp 650ms ease both;
}

.property-trust-board article:nth-child(2n) {
  border-right: 0;
}

.property-trust-board article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.property-trust-board article::after {
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: rgba(26, 39, 68, 0.06);
  font-family: "bootstrap-icons";
  font-size: 72px;
  line-height: 1;
  content: "\F52F";
}

.property-trust-board i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  background: var(--navy);
  color: var(--white);
  font-size: 25px;
}

.property-trust-board h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 500;
}

.property-trust-board p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #566170;
  font-size: 14px;
  line-height: 1.68;
}

.property-trust-board article:hover {
  z-index: 2;
  transform: translateY(-6px);
  background: var(--navy);
  box-shadow: 0 20px 46px rgba(26, 39, 68, 0.18);
}

.property-trust-board article:hover i {
  background: rgba(255, 255, 255, 0.12);
}

.property-trust-board article:hover h3,
.property-trust-board article:hover p {
  color: var(--white);
}

.property-stats-section {
  padding: 92px 0;
  background: var(--white);
}

.property-stats-strip {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border: 1px solid rgba(26, 39, 68, 0.12);
  background: #f7f8fb;
  box-shadow: 0 22px 54px rgba(26, 39, 68, 0.08);
}

.property-stats-strip article {
  min-height: 178px;
  padding: 30px 18px;
  border-right: 1px solid rgba(26, 39, 68, 0.12);
  text-align: center;
  animation: fadeUp 650ms ease both;
}

.property-stats-strip article:last-child {
  border-right: 0;
}

.property-stats-strip strong {
  display: block;
  color: var(--navy);
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 500;
  line-height: 1;
}

.property-stats-strip span {
  display: block;
  margin-top: 16px;
  color: #566170;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.property-faq-section {
  padding: 96px 0;
  background: #f7f8fb;
}

.property-faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 50px;
  align-items: start;
}

.property-faq-intro {
  position: sticky;
  top: 128px;
}

.property-faq-intro h2 {
  margin: 12px 0 16px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.12;
}

.property-faq-intro p {
  max-width: 430px;
  margin: 0;
  color: #566170;
  font-size: 16px;
  line-height: 1.75;
}

.property-faq-accordion {
  display: grid;
  gap: 14px;
}

.property-faq-accordion .accordion-item {
  overflow: hidden;
  border: 1px solid rgba(26, 39, 68, 0.12);
  border-radius: 0;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(26, 39, 68, 0.06);
}

.property-faq-accordion .accordion-button {
  padding: 22px 24px;
  background: var(--white);
  color: var(--navy);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
  box-shadow: none;
}

.property-faq-accordion .accordion-button:not(.collapsed) {
  background: var(--navy);
  color: var(--white);
}

.property-faq-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.property-faq-accordion .accordion-body {
  padding: 22px 24px 26px;
  color: #566170;
  font-size: 15px;
  line-height: 1.75;
}

.property-law-page .property-hero {
  padding: 62px 0 72px;
}

.property-law-page .criminal-breadcrumb {
  margin-bottom: 18px;
}

.property-law-page .property-hero-layout,
.property-law-page .property-meaning-layout,
.property-law-page .property-trust-layout,
.property-law-page .property-faq-layout {
  gap: 34px;
}

.property-law-page .property-hero h1 {
  margin: 14px 0 18px;
}

.property-law-page .property-hero p,
.property-law-page .property-meaning-content p,
.property-law-page .property-services-header p,
.property-law-page .property-process-header p,
.property-law-page .property-trust-intro p,
.property-law-page .property-faq-intro p {
  line-height: 1.62;
}

.property-law-page .property-law-meaning,
.property-law-page .property-services-section,
.property-law-page .property-process-section,
.property-law-page .property-trust-section,
.property-law-page .property-faq-section {
  padding: 54px 0;
}

.property-law-page .property-stats-section {
  padding: 52px 0;
}

.property-law-page .property-services-header,
.property-law-page .property-process-header {
  margin-bottom: 30px;
}

.property-law-page .property-meaning-content h2,
.property-law-page .property-services-header h2,
.property-law-page .property-process-header h2,
.property-law-page .property-trust-intro h2,
.property-law-page .property-faq-intro h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.property-law-page .property-deed-visual {
  min-height: 360px;
}

.property-law-page .property-deed-card {
  top: 28px;
  min-height: 292px;
  padding: 28px;
}

.property-law-page .property-deed-card i {
  width: 64px;
  height: 64px;
  margin-bottom: 42px;
  font-size: 28px;
}

.property-law-page .property-boundary {
  inset: 64px 0 0 36px;
  height: 220px;
}

.property-law-page .property-seal {
  bottom: 30px;
  width: 100px;
  height: 100px;
}

.property-law-page .property-type-panel {
  gap: 14px;
}

.property-law-page .property-type-card {
  min-height: 180px;
  padding: 24px;
}

.property-law-page .property-type-card--wide {
  min-height: 150px;
}

.property-law-page .property-type-card i {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  font-size: 23px;
}

.property-law-page .property-laws-strip {
  gap: 18px;
  margin-top: 30px;
  padding: 22px;
}

.property-law-page .property-services-grid,
.property-law-page .property-process-track {
  gap: 18px;
}

.property-law-page .property-service-tile,
.property-law-page .property-service-tile:nth-child(even),
.property-law-page .property-service-tile--featured {
  min-height: 320px;
  padding: 26px;
}

.property-law-page .property-service-tile__icon,
.property-law-page .property-service-tile:nth-child(even) .property-service-tile__icon {
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  font-size: 26px;
}

.property-law-page .property-service-tile h3 {
  min-height: 50px;
  margin-bottom: 10px;
  font-size: 20px;
}

.property-law-page .property-service-tile p {
  margin-bottom: 16px;
  line-height: 1.58;
}

.property-law-page .property-process-step {
  min-height: 260px;
  padding: 24px;
}

.property-law-page .property-process-step__marker {
  margin-bottom: 24px;
}

.property-law-page .property-process-step__marker i {
  width: 56px;
  height: 56px;
  font-size: 24px;
}

.property-law-page .property-process-step__content p {
  line-height: 1.58;
}

.property-law-page .property-trust-board article {
  min-height: 190px;
  padding: 24px;
}

.property-law-page .property-trust-board i {
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  font-size: 22px;
}

.property-law-page .property-stats-strip article {
  min-height: 132px;
  padding: 22px 14px;
}

.property-law-page .property-stats-strip strong {
  font-size: 36px;
}

.property-law-page .property-stats-strip span {
  margin-top: 12px;
}

.property-law-page .property-faq-accordion .accordion-button {
  padding: 18px 22px;
}

.property-law-page .property-faq-accordion .accordion-body {
  padding: 18px 22px 20px;
  line-height: 1.6;
}

.corporate-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 112px;
  background:
    linear-gradient(90deg, rgba(26, 39, 68, 0.96), rgba(26, 39, 68, 0.9)),
    url("../images/business-lawyer-portrait.jpeg") center / cover no-repeat;
  color: var(--white);
}

.corporate-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 58px;
  align-items: center;
}

.corporate-hero-content .section-label {
  color: rgba(255, 255, 255, 0.72);
}

.corporate-hero h1 {
  max-width: 760px;
  margin: 18px 0 24px;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 500;
  line-height: 1.08;
}

.corporate-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.82;
}

.corporate-visual {
  position: relative;
  min-height: 430px;
}

.corporate-visual__panel {
  position: absolute;
  right: 36px;
  top: 58px;
  width: 320px;
  min-height: 300px;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
}

.corporate-visual__panel i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin-bottom: 42px;
  background: var(--navy);
  color: var(--white);
  font-size: 34px;
}

.corporate-visual__panel strong,
.corporate-visual__panel span {
  display: block;
}

.corporate-visual__panel strong {
  font-size: 34px;
  font-weight: 500;
}

.corporate-visual__panel span {
  margin-top: 12px;
  color: #566170;
  font-size: 15px;
  line-height: 1.65;
}

.corporate-visual__chip {
  position: absolute;
  z-index: 2;
  padding: 14px 18px;
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.corporate-visual__chip--one {
  top: 30px;
  left: 34px;
}

.corporate-visual__chip--two {
  right: 0;
  bottom: 92px;
}

.corporate-visual__chip--three {
  left: 18px;
  bottom: 44px;
  background: var(--white);
  color: var(--navy);
}

.corporate-meaning-section {
  padding: 96px 0;
  background: var(--white);
}

.corporate-meaning-console {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}

.corporate-meaning-copy h2 {
  margin: 14px 0 22px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.14;
}

.corporate-meaning-copy p {
  margin: 0 0 18px;
  color: #566170;
  font-size: 16px;
  line-height: 1.78;
}

.corporate-lifecycle {
  position: relative;
  min-height: 560px;
}

.corporate-lifecycle::before {
  position: absolute;
  inset: 54px;
  border: 1px dashed rgba(26, 39, 68, 0.22);
  transform: rotate(-6deg);
  content: "";
}

.corporate-lifecycle::after {
  position: absolute;
  inset: 110px;
  border: 1px dashed rgba(26, 39, 68, 0.14);
  transform: rotate(8deg);
  content: "";
}

.corporate-lifecycle__center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 240px;
  min-height: 240px;
  padding: 26px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 24px 54px rgba(26, 39, 68, 0.18);
}

.corporate-lifecycle__center i {
  font-size: 38px;
}

.corporate-lifecycle__center strong {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.corporate-lifecycle__center span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.5;
}

.corporate-lifecycle__node {
  position: absolute;
  z-index: 3;
  width: 190px;
  padding: 20px;
  background: #f7f8fb;
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.09);
  animation: fadeUp 650ms ease both;
}

.corporate-lifecycle__node span {
  display: block;
  color: rgba(26, 39, 68, 0.38);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.corporate-lifecycle__node strong,
.corporate-lifecycle__node small {
  display: block;
}

.corporate-lifecycle__node strong {
  margin-top: 12px;
  color: var(--navy);
  font-size: 19px;
  font-weight: 500;
}

.corporate-lifecycle__node small {
  margin-top: 8px;
  color: #566170;
  font-size: 13px;
  line-height: 1.5;
}

.corporate-lifecycle__node--one { top: 0; left: 50%; transform: translateX(-50%); }
.corporate-lifecycle__node--two { top: 142px; right: 0; }
.corporate-lifecycle__node--three { right: 62px; bottom: 20px; }
.corporate-lifecycle__node--four { bottom: 20px; left: 62px; }
.corporate-lifecycle__node--five { top: 142px; left: 0; }

.corporate-services-section {
  padding: 96px 0;
  background: #f7f8fb;
}

.corporate-services-heading {
  max-width: 840px;
  margin: 0 auto 52px;
  text-align: center;
}

.corporate-services-heading h2 {
  margin: 12px 0 16px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.12;
}

.corporate-services-heading p {
  max-width: 680px;
  margin: 0 auto;
  color: #566170;
  font-size: 16px;
  line-height: 1.75;
}

.corporate-service-desk {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(250px, auto);
  gap: 18px;
}

.corporate-service-sheet {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-top: 6px solid var(--navy);
  background: var(--white);
  box-shadow: 0 18px 44px rgba(26, 39, 68, 0.08);
  animation: fadeUp 650ms ease both;
}

.corporate-service-sheet--primary {
  grid-row: span 2;
  background: var(--navy);
  color: var(--white);
}

.corporate-service-sheet--wide {
  grid-column: span 2;
}

.corporate-service-sheet::before {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 74px;
  height: 74px;
  border-top: 1px solid rgba(26, 39, 68, 0.12);
  border-right: 1px solid rgba(26, 39, 68, 0.12);
  content: "";
}

.corporate-service-sheet--primary::before {
  border-color: rgba(255, 255, 255, 0.16);
}

.corporate-service-sheet > span {
  display: block;
  color: rgba(26, 39, 68, 0.32);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.corporate-service-sheet--primary > span {
  color: rgba(255, 255, 255, 0.44);
}

.corporate-service-sheet i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin: 24px 0 28px;
  background: var(--navy);
  color: var(--white);
  font-size: 28px;
}

.corporate-service-sheet--primary i {
  background: rgba(255, 255, 255, 0.12);
}

.corporate-service-sheet h3 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.28;
}

.corporate-service-sheet--primary h3 {
  color: var(--white);
}

.corporate-service-sheet ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.corporate-service-sheet li {
  position: relative;
  padding-left: 18px;
  color: #566170;
  font-size: 14px;
  line-height: 1.55;
}

.corporate-service-sheet li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--navy);
  content: "";
}

.corporate-service-sheet--primary li {
  color: rgba(255, 255, 255, 0.75);
}

.corporate-service-sheet--primary li::before {
  background: var(--white);
}

.corporate-service-sheet:hover {
  transform: translateY(-6px);
  transition: transform 220ms ease;
}

.corporate-control-room {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 0;
  max-width: 1080px;
  margin: 0 auto;
  background: var(--white);
  box-shadow: 0 22px 54px rgba(26, 39, 68, 0.1);
}

.corporate-control-room__menu {
  display: grid;
  align-content: start;
  background: var(--navy);
}

.corporate-control-room__menu button {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 72px;
  padding: 0 24px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}

.corporate-control-room__menu button span {
  color: rgba(255, 255, 255, 0.38);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.corporate-control-room__menu button.active {
  background: var(--white);
  color: var(--navy);
}

.corporate-control-room__menu button.active span {
  color: rgba(26, 39, 68, 0.38);
}

.corporate-control-room__panel {
  min-height: 520px;
  padding: 54px;
  background:
    linear-gradient(90deg, rgba(26, 39, 68, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(26, 39, 68, 0.05) 1px, transparent 1px),
    var(--white);
  background-size: 42px 42px;
}

.corporate-control-room__panel .tab-pane i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin-bottom: 34px;
  background: var(--navy);
  color: var(--white);
  font-size: 34px;
}

.corporate-control-room__panel h3 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 500;
  line-height: 1.14;
}

.corporate-control-room__panel p {
  max-width: 680px;
  margin: 0 0 28px;
  color: #566170;
  font-size: 16px;
  line-height: 1.75;
}

.corporate-control-room__panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.corporate-control-room__panel li {
  padding: 14px 16px;
  border-left: 4px solid var(--navy);
  background: #f7f8fb;
  color: #3f4856;
  font-size: 14px;
  line-height: 1.5;
}

.corporate-industries-section {
  padding: 92px 0;
  background: var(--white);
}

.corporate-industries-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 46px;
  align-items: center;
}

.corporate-industries-title h2 {
  margin: 12px 0 0;
  color: var(--navy);
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 500;
  line-height: 1.14;
}

.corporate-industry-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(26, 39, 68, 0.12);
  background: #f7f8fb;
}

.corporate-industry-band article {
  min-height: 230px;
  padding: 30px 24px;
  border-right: 1px solid rgba(26, 39, 68, 0.12);
  transition: background 220ms ease, transform 220ms ease;
}

.corporate-industry-band article:last-child {
  border-right: 0;
}

.corporate-industry-band i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 36px;
  background: var(--navy);
  color: var(--white);
  font-size: 28px;
}

.corporate-industry-band h3 {
  margin: 0;
  color: var(--navy);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

.corporate-industry-band article:hover {
  transform: translateY(-6px);
  background: var(--navy);
}

.corporate-industry-band article:hover i {
  background: rgba(255, 255, 255, 0.12);
}

.corporate-industry-band article:hover h3 {
  color: var(--white);
}

.corporate-choose-section {
  padding: 96px 0;
  background: var(--navy);
  color: var(--white);
}

.corporate-choose-header {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}

.corporate-choose-header .section-label {
  color: rgba(255, 255, 255, 0.72);
}

.corporate-choose-header h2 {
  margin: 12px 0 0;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.12;
}

.corporate-choose-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.corporate-choose-board article {
  min-height: 250px;
  padding: 30px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  transition: background 220ms ease, transform 220ms ease;
}

.corporate-choose-board article:last-child {
  border-right: 0;
}

.corporate-choose-board span {
  display: block;
  color: rgba(255, 255, 255, 0.34);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.corporate-choose-board h3 {
  margin: 96px 0 0;
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

.corporate-choose-board article:hover {
  transform: translateY(-6px);
  background: var(--white);
}

.corporate-choose-board article:hover span {
  color: rgba(26, 39, 68, 0.34);
}

.corporate-choose-board article:hover h3 {
  color: var(--navy);
}

.corporate-approach-section {
  padding: 96px 0;
  background: #f7f8fb;
}

.corporate-approach-memo {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  margin-bottom: 34px;
  border: 1px solid rgba(26, 39, 68, 0.12);
  background: var(--white);
}

.corporate-approach-memo__label {
  display: flex;
  align-items: flex-start;
  padding: 34px;
  background: var(--navy);
  color: var(--white);
}

.corporate-approach-memo__label span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.corporate-approach-memo__content {
  padding: 42px;
}

.corporate-approach-memo__content h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(32px, 3.6vw, 50px);
  font-weight: 500;
  line-height: 1.14;
}

.corporate-approach-memo__content p {
  max-width: 820px;
  margin: 0;
  color: #566170;
  font-size: 16px;
  line-height: 1.78;
}

.corporate-cta-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 42px;
  background: var(--navy);
  color: var(--white);
}

.corporate-cta-bar .section-label {
  color: rgba(255, 255, 255, 0.72);
}

.corporate-cta-bar h2 {
  margin: 10px 0 12px;
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 500;
  line-height: 1.12;
}

.corporate-cta-bar p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.7;
}

.corporate-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.corporate-cta-actions .btn {
  border-radius: 0;
  padding: 13px 18px;
  font-weight: 600;
}

.corporate-law-page .corporate-hero {
  padding: 62px 0 72px;
}

.corporate-law-page .criminal-breadcrumb {
  margin-bottom: 18px;
}

.corporate-law-page .corporate-hero-layout,
.corporate-law-page .corporate-meaning-console,
.corporate-law-page .corporate-industries-layout,
.corporate-law-page .corporate-cta-bar {
  gap: 34px;
}

.corporate-law-page .corporate-hero h1 {
  margin: 14px 0 18px;
}

.corporate-law-page .corporate-hero p,
.corporate-law-page .corporate-meaning-copy p,
.corporate-law-page .corporate-services-heading p,
.corporate-law-page .corporate-approach-memo__content p,
.corporate-law-page .corporate-cta-bar p {
  line-height: 1.62;
}

.corporate-law-page .corporate-meaning-section,
.corporate-law-page .corporate-services-section,
.corporate-law-page .corporate-choose-section,
.corporate-law-page .corporate-approach-section {
  padding: 54px 0;
}

.corporate-law-page .corporate-industries-section {
  padding: 52px 0;
}

.corporate-law-page .corporate-meaning-copy h2,
.corporate-law-page .corporate-services-heading h2,
.corporate-law-page .corporate-industries-title h2,
.corporate-law-page .corporate-choose-header h2,
.corporate-law-page .corporate-approach-memo__content h2,
.corporate-law-page .corporate-cta-bar h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.corporate-law-page .corporate-services-heading,
.corporate-law-page .corporate-choose-header {
  margin-bottom: 30px;
}

.corporate-law-page .corporate-visual {
  min-height: 360px;
}

.corporate-law-page .corporate-visual__panel {
  top: 32px;
  min-height: 260px;
  padding: 30px;
}

.corporate-law-page .corporate-visual__panel i {
  width: 62px;
  height: 62px;
  margin-bottom: 32px;
  font-size: 28px;
}

.corporate-law-page .corporate-visual__chip {
  padding: 12px 16px;
}

.corporate-law-page .corporate-lifecycle {
  min-height: 480px;
}

.corporate-law-page .corporate-lifecycle__center {
  width: 200px;
  min-height: 200px;
  padding: 22px;
}

.corporate-law-page .corporate-lifecycle__node {
  width: 176px;
  padding: 16px;
}

.corporate-law-page .corporate-lifecycle__node--two,
.corporate-law-page .corporate-lifecycle__node--five {
  top: 118px;
}

.corporate-law-page .corporate-lifecycle__node--three {
  right: 48px;
  bottom: 10px;
}

.corporate-law-page .corporate-lifecycle__node--four {
  left: 48px;
  bottom: 10px;
}

.corporate-law-page .corporate-service-desk {
  grid-auto-rows: minmax(210px, auto);
  gap: 14px;
}

.corporate-law-page .corporate-service-sheet {
  padding: 24px;
}

.corporate-law-page .corporate-service-sheet i {
  width: 52px;
  height: 52px;
  margin: 18px 0 20px;
  font-size: 23px;
}

.corporate-law-page .corporate-service-sheet h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.corporate-law-page .corporate-service-sheet ul {
  gap: 8px;
}

.corporate-law-page .corporate-control-room__menu button {
  min-height: 62px;
}

.corporate-law-page .corporate-control-room__panel {
  min-height: 430px;
  padding: 38px;
}

.corporate-law-page .corporate-control-room__panel .tab-pane i {
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  font-size: 28px;
}

.corporate-law-page .corporate-control-room__panel h3 {
  font-size: clamp(28px, 2.6vw, 38px);
}

.corporate-law-page .corporate-control-room__panel p {
  margin-bottom: 20px;
  line-height: 1.62;
}

.corporate-law-page .corporate-industry-band article {
  min-height: 180px;
  padding: 24px;
}

.corporate-law-page .corporate-industry-band i {
  width: 52px;
  height: 52px;
  margin-bottom: 26px;
  font-size: 23px;
}

.corporate-law-page .corporate-choose-board article {
  min-height: 190px;
  padding: 24px;
}

.corporate-law-page .corporate-choose-board h3 {
  margin-top: 62px;
}

.corporate-law-page .corporate-approach-memo {
  margin-bottom: 24px;
}

.corporate-law-page .corporate-approach-memo__label {
  padding: 28px;
}

.corporate-law-page .corporate-approach-memo__content,
.corporate-law-page .corporate-cta-bar {
  padding: 34px;
}

.corporate-law-page .corporate-cta-bar h2 {
  margin: 8px 0 10px;
}

.documentation-hero {
  padding: 96px 0 112px;
  background: linear-gradient(90deg, rgba(26, 39, 68, 0.96), rgba(26, 39, 68, 0.86)), url("../images/law-desk-gavel.jpeg") center / cover no-repeat;
  color: var(--white);
}

.documentation-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 54px;
  align-items: center;
}

.documentation-hero .section-label { color: rgba(255, 255, 255, 0.72); }
.documentation-hero h1 { max-width: 780px; margin: 18px 0 24px; font-size: clamp(38px, 5vw, 68px); font-weight: 500; line-height: 1.08; }
.documentation-hero p { max-width: 780px; margin: 0; color: rgba(255, 255, 255, 0.78); font-size: 17px; line-height: 1.82; }

.documentation-hero__folio {
  padding: 38px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
}

.documentation-hero__folio i { display: inline-flex; width: 76px; height: 76px; align-items: center; justify-content: center; margin-bottom: 42px; background: var(--navy); color: var(--white); font-size: 34px; }
.documentation-hero__folio strong, .documentation-hero__folio span { display: block; }
.documentation-hero__folio strong { font-size: 30px; font-weight: 500; line-height: 1.2; }
.documentation-hero__folio span { margin-top: 14px; color: #566170; font-size: 15px; line-height: 1.65; }

.documentation-meaning,
.documentation-services,
.documentation-trust,
.documentation-testimonials,
.documentation-packages { padding: 96px 0; background: var(--white); }

.documentation-meaning__layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 54px;
  align-items: start;
}

.documentation-meaning h2,
.documentation-section-head h2,
.documentation-trust__intro h2,
.documentation-faq h2 {
  margin: 12px 0 18px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.12;
}

.documentation-meaning p { color: #566170; font-size: 16px; line-height: 1.78; }

.documentation-compare { border: 1px solid rgba(26, 39, 68, 0.12); box-shadow: 0 18px 44px rgba(26, 39, 68, 0.08); }
.documentation-compare > div { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(26, 39, 68, 0.1); }
.documentation-compare > div:first-child { background: var(--navy); color: var(--white); }
.documentation-compare strong, .documentation-compare span { padding: 16px 18px; border-right: 1px solid rgba(26, 39, 68, 0.1); font-size: 14px; }
.documentation-compare strong:last-child, .documentation-compare span:last-child { border-right: 0; }
.documentation-compare span { color: #566170; }

.documentation-laws { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 26px; margin-top: 44px; padding: 28px; background: var(--navy); color: var(--white); }
.documentation-laws > span { font-size: 20px; font-weight: 500; line-height: 1.35; }
.documentation-laws ul { display: flex; flex-wrap: wrap; gap: 12px; margin: 0; padding: 0; list-style: none; }
.documentation-laws li { padding: 10px 14px; border: 1px solid rgba(255,255,255,0.16); color: rgba(255,255,255,0.78); font-size: 13px; }

.documentation-services { background: #f7f8fb; }
.documentation-section-head { max-width: 860px; margin: 0 auto 48px; text-align: center; }
.documentation-vault { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.documentation-vault article { min-height: 330px; padding: 26px; background: var(--white); border-top: 6px solid var(--navy); box-shadow: 0 18px 44px rgba(26,39,68,0.08); animation: fadeUp 650ms ease both; }
.documentation-vault article:nth-child(3n) { background: var(--navy); color: var(--white); }
.documentation-vault span { color: rgba(26,39,68,0.34); font-size: 13px; font-weight: 700; letter-spacing: 1.4px; }
.documentation-vault article:nth-child(3n) span { color: rgba(255,255,255,0.42); }
.documentation-vault i { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; margin: 22px 0; background: var(--navy); color: var(--white); font-size: 25px; }
.documentation-vault article:nth-child(3n) i { background: rgba(255,255,255,0.12); }
.documentation-vault h3 { color: var(--navy); font-size: 20px; font-weight: 500; line-height: 1.3; }
.documentation-vault p, .documentation-vault small { color: #566170; font-size: 13px; line-height: 1.58; }
.documentation-vault small { display: block; margin-top: 12px; font-weight: 600; }
.documentation-vault article:nth-child(3n) h3, .documentation-vault article:nth-child(3n) p, .documentation-vault article:nth-child(3n) small { color: var(--white); }

.documentation-vault > article > span {
  display: none;
}

.documentation-vault article:nth-child(3n) {
  background: var(--white);
  color: inherit;
}

.documentation-vault article:nth-child(3n) i {
  background: var(--navy);
}

.documentation-vault article:nth-child(3n) h3 {
  color: var(--navy);
}

.documentation-vault article:nth-child(3n) p,
.documentation-vault article:nth-child(3n) small {
  color: #566170;
}

.documentation-process { padding: 96px 0; background: var(--navy); color: var(--white); }
.documentation-process .section-label, .documentation-process h2 { color: var(--white); }
.documentation-process__steps { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); border: 1px solid rgba(255,255,255,0.14); }
.documentation-process__steps article { min-height: 260px; padding: 26px 20px; border-right: 1px solid rgba(255,255,255,0.14); background: rgba(255,255,255,0.06); }
.documentation-process__steps article:last-child { border-right: 0; }
.documentation-process__steps span { color: rgba(255,255,255,0.38); font-size: 13px; font-weight: 700; }
.documentation-process__steps h3 { margin: 64px 0 12px; color: var(--white); font-size: 18px; font-weight: 500; line-height: 1.35; }
.documentation-process__steps p { color: rgba(255,255,255,0.72); font-size: 13px; line-height: 1.58; }

.documentation-trust__intro { max-width: 820px; margin-bottom: 42px; }
.documentation-trust__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border: 1px solid rgba(26,39,68,0.12); }
.documentation-trust__grid article { min-height: 230px; padding: 28px; border-right: 1px solid rgba(26,39,68,0.12); border-bottom: 1px solid rgba(26,39,68,0.12); background: #f7f8fb; }
.documentation-trust__grid article:nth-child(4n) { border-right: 0; }
.documentation-trust__grid article:nth-last-child(-n+4) { border-bottom: 0; }
.documentation-trust__grid i { display: inline-flex; width: 58px; height: 58px; align-items: center; justify-content: center; margin-bottom: 24px; background: var(--navy); color: var(--white); font-size: 25px; }
.documentation-trust__grid h3 { color: var(--navy); font-size: 20px; font-weight: 500; }
.documentation-trust__grid p { color: #566170; font-size: 14px; line-height: 1.65; }

.documentation-stats { padding: 92px 0; background: #f7f8fb; }
.documentation-stats__grid { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); background: var(--white); border: 1px solid rgba(26,39,68,0.12); box-shadow: 0 22px 54px rgba(26,39,68,0.08); }
.documentation-stats article { min-height: 160px; padding: 28px 14px; text-align: center; border-right: 1px solid rgba(26,39,68,0.12); }
.documentation-stats article:last-child { border-right: 0; }
.documentation-stats strong { display: block; color: var(--navy); font-size: clamp(28px,3vw,42px); font-weight: 500; }
.documentation-stats span { display: block; margin-top: 14px; color: #566170; font-size: 12px; font-weight: 600; line-height: 1.4; }

.documentation-faq { padding: 96px 0; background: var(--white); }
.documentation-faq__layout { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 50px; align-items: start; }
.documentation-faq__accordion { display: grid; gap: 14px; }
.documentation-faq__accordion .accordion-item { border: 1px solid rgba(26,39,68,0.12); border-radius: 0; overflow: hidden; }
.documentation-faq__accordion .accordion-button { padding: 20px 22px; color: var(--navy); font-weight: 500; box-shadow: none; }
.documentation-faq__accordion .accordion-button:not(.collapsed) { background: var(--navy); color: var(--white); }
.documentation-faq__accordion .accordion-button:not(.collapsed)::after { filter: brightness(0) invert(1); }
.documentation-faq__accordion .accordion-body { color: #566170; font-size: 15px; line-height: 1.75; }

.documentation-testimonials { background: #f7f8fb; }
.documentation-testimonials__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.documentation-testimonials article { min-height: 300px; padding: 30px; background: var(--white); box-shadow: 0 18px 44px rgba(26,39,68,0.08); }
.documentation-testimonials article:nth-child(even) { background: var(--navy); color: var(--white); }
.documentation-testimonials p { color: #3f4856; font-size: 15px; line-height: 1.75; }
.documentation-testimonials strong, .documentation-testimonials span { display: block; }
.documentation-testimonials strong { margin-top: 22px; color: var(--navy); }
.documentation-testimonials span { color: #667080; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.documentation-testimonials article:nth-child(even) p, .documentation-testimonials article:nth-child(even) strong, .documentation-testimonials article:nth-child(even) span { color: var(--white); }

.documentation-cta { padding: 96px 0 0; background: var(--white); }
.documentation-cta__box { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; padding: 46px; background: var(--navy); color: var(--white); }
.documentation-cta .section-label { color: rgba(255,255,255,0.72); }
.documentation-cta h2 { margin: 10px 0 12px; font-size: clamp(32px,4vw,52px); font-weight: 500; }
.documentation-cta p { max-width: 760px; color: rgba(255,255,255,0.74); line-height: 1.7; }
.documentation-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; max-width: 460px; }
.documentation-cta__actions .btn { border-radius: 0; font-weight: 600; }

.documentation-packages__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.documentation-packages article { padding: 32px; background: #f7f8fb; border-top: 6px solid var(--navy); }
.documentation-packages h3 { color: var(--navy); font-size: 22px; font-weight: 500; }
.documentation-packages ul { display: grid; gap: 10px; margin: 22px 0 0; padding-left: 18px; color: #566170; font-size: 14px; line-height: 1.55; }

.documentation-law-page .documentation-hero {
  padding: 62px 0 72px;
}

.documentation-law-page .criminal-breadcrumb {
  margin-bottom: 18px;
}

.documentation-law-page .documentation-hero__grid,
.documentation-law-page .documentation-meaning__layout,
.documentation-law-page .documentation-laws,
.documentation-law-page .documentation-faq__layout,
.documentation-law-page .documentation-cta__box {
  gap: 34px;
}

.documentation-law-page .documentation-hero h1 {
  margin: 14px 0 18px;
}

.documentation-law-page .documentation-hero p,
.documentation-law-page .documentation-meaning p,
.documentation-law-page .documentation-faq__accordion .accordion-body,
.documentation-law-page .documentation-testimonials p,
.documentation-law-page .documentation-cta p {
  line-height: 1.62;
}

.documentation-law-page .documentation-meaning,
.documentation-law-page .documentation-services,
.documentation-law-page .documentation-trust,
.documentation-law-page .documentation-testimonials,
.documentation-law-page .documentation-packages,
.documentation-law-page .documentation-process,
.documentation-law-page .documentation-faq {
  padding: 54px 0;
}

.documentation-law-page .documentation-stats {
  padding: 52px 0;
}

.documentation-law-page .documentation-cta {
  padding: 54px 0 0;
}

.documentation-law-page .documentation-meaning h2,
.documentation-law-page .documentation-section-head h2,
.documentation-law-page .documentation-trust__intro h2,
.documentation-law-page .documentation-faq h2,
.documentation-law-page .documentation-cta h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.documentation-law-page .documentation-hero__folio {
  padding: 30px;
}

.documentation-law-page .documentation-hero__folio i {
  width: 62px;
  height: 62px;
  margin-bottom: 30px;
  font-size: 28px;
}

.documentation-law-page .documentation-section-head,
.documentation-law-page .documentation-trust__intro {
  margin-bottom: 30px;
}

.documentation-law-page .documentation-laws {
  margin-top: 30px;
  padding: 22px;
}

.documentation-law-page .documentation-vault,
.documentation-law-page .documentation-testimonials__grid,
.documentation-law-page .documentation-packages__grid {
  gap: 16px;
}

.documentation-law-page .documentation-vault article {
  min-height: 270px;
  padding: 22px;
}

.documentation-law-page .documentation-vault i {
  width: 50px;
  height: 50px;
  margin: 16px 0 18px;
  font-size: 22px;
}

.documentation-law-page .documentation-process__steps article {
  min-height: 210px;
  padding: 22px 18px;
}

.documentation-law-page .documentation-process__steps h3 {
  margin-top: 42px;
}

.documentation-law-page .documentation-trust__grid article {
  min-height: 190px;
  padding: 22px;
}

.documentation-law-page .documentation-trust__grid i {
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  font-size: 22px;
}

.documentation-law-page .documentation-stats article {
  min-height: 125px;
  padding: 20px 12px;
}

.documentation-law-page .documentation-stats strong {
  font-size: 34px;
}

.documentation-law-page .documentation-stats span {
  margin-top: 10px;
}

.documentation-law-page .documentation-faq__accordion .accordion-button {
  padding: 17px 20px;
}

.documentation-law-page .documentation-faq__accordion .accordion-body {
  padding: 17px 20px 19px;
}

.documentation-law-page .documentation-testimonials article {
  min-height: 240px;
  padding: 24px;
}

.documentation-law-page .documentation-testimonials strong {
  margin-top: 16px;
}

.documentation-law-page .documentation-cta__box {
  padding: 34px;
}

.documentation-law-page .documentation-packages article {
  padding: 24px;
}

.documentation-law-page .documentation-packages ul {
  margin-top: 16px;
}

.disputes-hero {
  padding: 96px 0 112px;
  background: linear-gradient(90deg, rgba(26,39,68,.97), rgba(26,39,68,.84)), url("../images/courtroom-justice.jpeg") center/cover no-repeat;
  color: var(--white);
}
.disputes-hero__grid { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 54px; align-items: center; }
.disputes-hero .section-label { color: rgba(255,255,255,.72); }
.disputes-hero h1 { max-width: 820px; margin: 18px 0 24px; font-size: clamp(38px,5vw,68px); font-weight: 500; line-height: 1.08; }
.disputes-hero p { max-width: 780px; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.82; }
.disputes-hero__panel { padding: 38px; background: rgba(255,255,255,.94); color: var(--navy); box-shadow: 0 26px 60px rgba(0,0,0,.22); }
.disputes-hero__panel i { display: inline-flex; align-items: center; justify-content: center; width: 76px; height: 76px; margin-bottom: 42px; background: var(--navy); color: var(--white); font-size: 34px; }
.disputes-hero__panel strong, .disputes-hero__panel span { display: block; }
.disputes-hero__panel strong { font-size: 30px; font-weight: 500; line-height: 1.2; }
.disputes-hero__panel span { margin-top: 14px; color: #566170; }

.disputes-meaning, .dispute-types, .dispute-trust, .dispute-testimonials { padding: 96px 0; background: var(--white); }
.disputes-meaning__layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 54px; align-items: start; }
.disputes-meaning h2, .dispute-section-head h2, .dispute-trust h2, .dispute-faq h2 { margin: 12px 0 18px; color: var(--navy); font-size: clamp(34px,4vw,54px); font-weight: 500; line-height: 1.12; }
.disputes-meaning p { color: #566170; font-size: 16px; line-height: 1.78; }
.dispute-methods { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.dispute-methods article { min-height: 230px; padding: 28px; background: #f7f8fb; border-top: 6px solid var(--navy); box-shadow: 0 18px 44px rgba(26,39,68,.08); animation: fadeUp 650ms ease both; }
.dispute-methods article:nth-child(even) { background: var(--navy); color: var(--white); }
.dispute-methods span { color: rgba(26,39,68,.34); font-weight: 700; letter-spacing: 1.3px; }
.dispute-methods h3 { margin: 46px 0 12px; color: var(--navy); font-weight: 500; }
.dispute-methods p, .dispute-methods small { color: #566170; line-height: 1.6; }
.dispute-methods small { display: block; margin-top: 12px; font-weight: 600; }
.dispute-methods article:nth-child(even) span, .dispute-methods article:nth-child(even) h3, .dispute-methods article:nth-child(even) p, .dispute-methods article:nth-child(even) small { color: var(--white); }
.dispute-laws { display: grid; grid-template-columns: 260px minmax(0,1fr); gap: 26px; margin-top: 44px; padding: 28px; background: var(--navy); color: var(--white); }
.dispute-laws > span { font-size: 20px; font-weight: 500; line-height: 1.35; }
.dispute-laws ul { display: flex; flex-wrap: wrap; gap: 12px; margin: 0; padding: 0; list-style: none; }
.dispute-laws li { padding: 10px 14px; border: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.78); font-size: 13px; }

.dispute-types { background: #f7f8fb; }
.dispute-section-head { max-width: 880px; margin: 0 auto 48px; text-align: center; }
.dispute-types__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: minmax(210px, auto);
  gap: 16px;
}
.dispute-types__grid article {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 28px;
  background: var(--white);
  border: 1px solid rgba(26,39,68,.12);
  box-shadow: 0 18px 44px rgba(26,39,68,.08);
  animation: fadeUp 650ms ease both;
}
.dispute-types__grid article:nth-child(1) { grid-column: span 3; grid-row: span 2; }
.dispute-types__grid article:nth-child(2),
.dispute-types__grid article:nth-child(3) { grid-column: span 3; }
.dispute-types__grid article:nth-child(n+4) { grid-column: span 2; }
.dispute-types__grid article:nth-child(4n) { background: var(--navy); color: var(--white); }
.dispute-types__grid article::after {
  position: absolute;
  right: -28px;
  bottom: -34px;
  color: rgba(26,39,68,.06);
  font-family: "bootstrap-icons";
  font-size: 128px;
  content: "\F52F";
}
.dispute-types__grid article:nth-child(4n)::after { color: rgba(255,255,255,.08); }
.dispute-types__grid i { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; margin-bottom: 26px; background: var(--navy); color: var(--white); font-size: 25px; }
.dispute-types__grid article:nth-child(4n) i { background: rgba(255,255,255,.12); }
.dispute-types__grid h3 { color: var(--navy); font-size: 20px; font-weight: 500; line-height: 1.3; }
.dispute-types__grid p, .dispute-types__grid small { color: #566170; font-size: 13px; line-height: 1.58; }
.dispute-types__grid small { display: block; margin-top: 12px; font-weight: 600; }
.dispute-types__grid article:nth-child(4n) h3, .dispute-types__grid article:nth-child(4n) p, .dispute-types__grid article:nth-child(4n) small { color: var(--white); }

.dispute-process { padding: 96px 0; background: var(--navy); color: var(--white); }
.dispute-process .section-label, .dispute-process h2 { color: var(--white); }
.dispute-process__board {
  display: grid;
  grid-template-columns: repeat(7,minmax(0,1fr));
  gap: 14px;
  border: 0;
}
.dispute-process__board article {
  position: relative;
  min-height: 280px;
  padding: 26px 20px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  transform: translateY(calc((var(--step-offset, 0)) * 18px));
}
.dispute-process__board article:nth-child(1) { --step-offset: 0; }
.dispute-process__board article:nth-child(2) { --step-offset: 1; }
.dispute-process__board article:nth-child(3) { --step-offset: 2; }
.dispute-process__board article:nth-child(4) { --step-offset: 3; }
.dispute-process__board article:nth-child(5) { --step-offset: 2; }
.dispute-process__board article:nth-child(6) { --step-offset: 1; }
.dispute-process__board article:nth-child(7) { --step-offset: 0; }
.dispute-process__board article::after {
  position: absolute;
  top: 28px;
  right: -20px;
  width: 26px;
  height: 2px;
  background: rgba(255,255,255,.28);
  content: "";
}
.dispute-process__board article:last-child::after { display: none; }
.dispute-process__board span { color: rgba(255,255,255,.38); font-weight: 700; }
.dispute-process__board h3 { margin: 70px 0 12px; color: var(--white); font-size: 18px; font-weight: 500; line-height: 1.35; }
.dispute-process__board p { color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.58; }

.dispute-trust__layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 50px;
  align-items: start;
}
.dispute-trust__list {
  display: grid;
  border-top: 1px solid rgba(26,39,68,.12);
  background: var(--white);
  box-shadow: 0 18px 44px rgba(26,39,68,.08);
}
.dispute-trust__list article {
  display: grid;
  grid-template-columns: minmax(220px,.45fr) minmax(0,1fr);
  gap: 24px;
  align-items: center;
  padding: 22px 26px;
  border-bottom: 1px solid rgba(26,39,68,.12);
  background: var(--white);
}
.dispute-trust__list article:last-child { border-bottom: 0; }
.dispute-trust__list article:nth-child(even) { background: #f7f8fb; }
.dispute-trust__list strong { display: block; color: var(--navy); font-size: 18px; font-weight: 500; }
.dispute-trust__list span { display: block; margin-top: 10px; color: #566170; font-size: 14px; line-height: 1.6; }

.dispute-stats { padding: 92px 0; background: #f7f8fb; }
.dispute-stats__grid { display: grid; grid-template-columns: repeat(8,minmax(0,1fr)); background: var(--white); border: 1px solid rgba(26,39,68,.12); box-shadow: 0 22px 54px rgba(26,39,68,.08); }
.dispute-stats article { min-height: 160px; padding: 28px 14px; text-align: center; border-right: 1px solid rgba(26,39,68,.12); }
.dispute-stats article:last-child { border-right: 0; }
.dispute-stats strong { display: block; color: var(--navy); font-size: clamp(28px,3vw,42px); font-weight: 500; }
.dispute-stats span { display: block; margin-top: 14px; color: #566170; font-size: 12px; font-weight: 600; line-height: 1.4; }

.dispute-emergency { padding: 96px 0; background: var(--white); }
.dispute-emergency__box { display: grid; grid-template-columns: 1fr .85fr; gap: 34px; padding: 46px; background: var(--navy); color: var(--white); }
.dispute-emergency h2 { font-size: clamp(34px,4vw,54px); font-weight: 500; }
.dispute-emergency p { color: rgba(255,255,255,.74); line-height: 1.7; }
.dispute-emergency .section-label { color: rgba(255,255,255,.72); }
.dispute-emergency__list { display: grid; gap: 12px; }
.dispute-emergency__list span { padding: 14px 16px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.82); }

.dispute-faq { padding: 96px 0; background: #f7f8fb; }
.dispute-faq__layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 50px; align-items: start; }
.dispute-faq__accordion { display: grid; gap: 14px; }
.dispute-faq__accordion .accordion-item { border: 1px solid rgba(26,39,68,.12); border-radius: 0; overflow: hidden; }
.dispute-faq__accordion .accordion-button { padding: 20px 22px; color: var(--navy); font-weight: 500; box-shadow: none; }
.dispute-faq__accordion .accordion-button:not(.collapsed) { background: var(--navy); color: var(--white); }
.dispute-faq__accordion .accordion-button:not(.collapsed)::after { filter: brightness(0) invert(1); }
.dispute-faq__accordion .accordion-body { color: #566170; line-height: 1.75; }

.dispute-testimonials { background: var(--white); }
.dispute-testimonials__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.dispute-testimonials article { min-height: 290px; padding: 30px; background: #f7f8fb; box-shadow: 0 18px 44px rgba(26,39,68,.08); }
.dispute-testimonials article:nth-child(even) { background: var(--navy); color: var(--white); }
.dispute-testimonials p { color: #3f4856; line-height: 1.75; }
.dispute-testimonials strong, .dispute-testimonials span { display: block; }
.dispute-testimonials strong { margin-top: 22px; color: var(--navy); }
.dispute-testimonials span { color: #667080; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.dispute-testimonials article:nth-child(even) p, .dispute-testimonials article:nth-child(even) strong, .dispute-testimonials article:nth-child(even) span { color: var(--white); }

.dispute-cta { padding: 0 0 96px; background: var(--white); }
.dispute-cta__box { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; padding: 46px; background: var(--navy); color: var(--white); }
.dispute-cta h2 { font-size: clamp(32px,4vw,52px); font-weight: 500; }
.dispute-cta p { color: rgba(255,255,255,.74); max-width: 760px; line-height: 1.7; }
.dispute-cta .section-label { color: rgba(255,255,255,.72); }
.dispute-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; max-width: 460px; }
.dispute-cta__actions .btn { border-radius: 0; font-weight: 600; }

.disputes-law-page .disputes-hero {
  padding: 62px 0 72px;
}

.disputes-law-page .criminal-breadcrumb {
  margin-bottom: 18px;
}

.disputes-law-page .disputes-hero__grid,
.disputes-law-page .disputes-meaning__layout,
.disputes-law-page .dispute-laws,
.disputes-law-page .dispute-trust__layout,
.disputes-law-page .dispute-emergency__box,
.disputes-law-page .dispute-faq__layout,
.disputes-law-page .dispute-cta__box {
  gap: 34px;
}

.disputes-law-page .disputes-hero h1 {
  margin: 14px 0 18px;
}

.disputes-law-page .disputes-hero p,
.disputes-law-page .disputes-meaning p,
.disputes-law-page .dispute-emergency p,
.disputes-law-page .dispute-faq__accordion .accordion-body,
.disputes-law-page .dispute-testimonials p,
.disputes-law-page .dispute-cta p {
  line-height: 1.62;
}

.disputes-law-page .disputes-meaning,
.disputes-law-page .dispute-types,
.disputes-law-page .dispute-trust,
.disputes-law-page .dispute-testimonials,
.disputes-law-page .dispute-process,
.disputes-law-page .dispute-emergency,
.disputes-law-page .dispute-faq {
  padding: 54px 0;
}

.disputes-law-page .dispute-stats {
  padding: 52px 0;
}

.disputes-law-page .dispute-cta {
  padding: 0 0 54px;
}

.disputes-law-page .disputes-meaning h2,
.disputes-law-page .dispute-section-head h2,
.disputes-law-page .dispute-trust h2,
.disputes-law-page .dispute-faq h2,
.disputes-law-page .dispute-emergency h2,
.disputes-law-page .dispute-cta h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.disputes-law-page .disputes-hero__panel {
  padding: 30px;
}

.disputes-law-page .disputes-hero__panel i {
  width: 62px;
  height: 62px;
  margin-bottom: 30px;
  font-size: 28px;
}

.disputes-law-page .dispute-methods,
.disputes-law-page .dispute-types__grid,
.disputes-law-page .dispute-process__board,
.disputes-law-page .dispute-testimonials__grid {
  gap: 14px;
}

.disputes-law-page .dispute-methods article {
  min-height: 190px;
  padding: 22px;
}

.disputes-law-page .dispute-methods h3 {
  margin-top: 32px;
}

.disputes-law-page .dispute-laws {
  margin-top: 30px;
  padding: 22px;
}

.disputes-law-page .dispute-section-head {
  margin-bottom: 30px;
}

.disputes-law-page .dispute-types__grid {
  grid-auto-rows: minmax(170px, auto);
}

.disputes-law-page .dispute-types__grid article {
  padding: 22px;
}

.disputes-law-page .dispute-types__grid i {
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  font-size: 22px;
}

.disputes-law-page .dispute-process__board article {
  min-height: 220px;
  padding: 22px 18px;
  transform: translateY(calc((var(--step-offset, 0)) * 10px));
}

.disputes-law-page .dispute-process__board h3 {
  margin-top: 48px;
}

.disputes-law-page .dispute-trust__list article {
  gap: 18px;
  padding: 18px 22px;
}

.disputes-law-page .dispute-stats article {
  min-height: 125px;
  padding: 20px 12px;
}

.disputes-law-page .dispute-stats strong {
  font-size: 34px;
}

.disputes-law-page .dispute-stats span {
  margin-top: 10px;
}

.disputes-law-page .dispute-emergency__box,
.disputes-law-page .dispute-cta__box {
  padding: 34px;
}

.disputes-law-page .dispute-emergency__list {
  gap: 10px;
}

.disputes-law-page .dispute-emergency__list span {
  padding: 12px 14px;
}

.disputes-law-page .dispute-faq__accordion .accordion-button {
  padding: 17px 20px;
}

.disputes-law-page .dispute-faq__accordion .accordion-body {
  padding: 17px 20px 19px;
}

.disputes-law-page .dispute-testimonials article {
  min-height: 230px;
  padding: 24px;
}

.disputes-law-page .dispute-testimonials strong {
  margin-top: 16px;
}

.cyber-hero { padding: 96px 0 112px; background: linear-gradient(90deg, rgba(26,39,68,.97), rgba(26,39,68,.82)), url("../images/cyber-law-desk.jpeg") center/cover no-repeat; color: var(--white); }
.cyber-hero__grid { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 54px; align-items: center; }
.cyber-hero .section-label { color: rgba(255,255,255,.72); }
.cyber-hero h1 { max-width: 780px; margin: 18px 0 24px; font-size: clamp(38px,5vw,68px); font-weight: 500; line-height: 1.08; }
.cyber-hero p { max-width: 780px; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.82; }
.cyber-hero__console { padding: 38px; background: rgba(255,255,255,.94); color: var(--navy); box-shadow: 0 26px 60px rgba(0,0,0,.22); }
.cyber-hero__console i { display: inline-flex; align-items: center; justify-content: center; width: 76px; height: 76px; margin-bottom: 42px; background: var(--navy); color: var(--white); font-size: 34px; }
.cyber-hero__console strong,.cyber-hero__console span { display:block; }
.cyber-hero__console strong { font-size: 30px; font-weight: 500; line-height: 1.2; }
.cyber-hero__console span { margin-top: 14px; color: #566170; }

.cyber-meaning,.cyber-services,.cyber-trust { padding: 96px 0; background: var(--white); }
.cyber-meaning__layout { display:grid; grid-template-columns:1fr; gap:34px; align-items:start; }
.cyber-meaning h2,.cyber-section-head h2,.cyber-trust h2,.cyber-faq h2 { margin:12px 0 18px; color:var(--navy); font-size:clamp(34px,4vw,54px); font-weight:500; line-height:1.12; }
.cyber-meaning p { color:#566170; font-size:16px; line-height:1.78; }
.cyber-law-stack { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0; border:1px solid rgba(26,39,68,.12); background:#0f172a; }
.cyber-law-stack article { min-height:190px; padding:24px; background:transparent; border-left:0; border-right:1px solid rgba(255,255,255,.12); box-shadow:none; }
.cyber-law-stack article:last-child { border-right:0; }
.cyber-law-stack strong { display:block; color:var(--navy); font-size:20px; font-weight:500; }
.cyber-law-stack span { display:block; margin-top:10px; color:#566170; font-size:14px; line-height:1.6; }
.cyber-law-stack strong { color:var(--white); }
.cyber-law-stack span { color:rgba(255,255,255,.72); }

.cyber-services { background:#f7f8fb; }
.cyber-section-head { max-width:880px; margin:0 auto 48px; text-align:center; }
.cyber-service-grid { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); grid-auto-rows:minmax(190px,auto); gap:16px; }
.cyber-service-grid article { position:relative; overflow:hidden; min-height:0; padding:28px; background:var(--white); border:1px solid rgba(26,39,68,.12); border-top:0; box-shadow:0 18px 44px rgba(26,39,68,.08); animation:fadeUp 650ms ease both; }
.cyber-service-grid article:nth-child(1), .cyber-service-grid article:nth-child(4) { grid-column:span 3; grid-row:span 2; }
.cyber-service-grid article:nth-child(2), .cyber-service-grid article:nth-child(3), .cyber-service-grid article:nth-child(n+5) { grid-column:span 3; }
.cyber-service-grid article:nth-child(even) { background:var(--navy); color:var(--white); }
.cyber-service-grid article::after { position:absolute; right:-32px; bottom:-42px; color:rgba(26,39,68,.06); font-family:"bootstrap-icons"; font-size:140px; content:"\F52F"; }
.cyber-service-grid article:nth-child(even)::after { color:rgba(255,255,255,.08); }
.cyber-service-grid i { display:inline-flex; align-items:center; justify-content:center; width:62px; height:62px; margin-bottom:28px; background:var(--navy); color:var(--white); font-size:28px; }
.cyber-service-grid article:nth-child(even) i { background:rgba(255,255,255,.12); }
.cyber-service-grid h3 { color:var(--navy); font-size:20px; font-weight:500; line-height:1.3; }
.cyber-service-grid p { color:#566170; font-size:14px; line-height:1.65; }
.cyber-service-grid article:nth-child(even) h3,.cyber-service-grid article:nth-child(even) p { color:var(--white); }

.cyber-response { padding:96px 0; background:var(--navy); color:var(--white); }
.cyber-response .section-label,.cyber-response h2 { color:var(--white); }
.cyber-response__flow { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.cyber-response__flow article { min-height:230px; padding:28px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.14); transform:rotate(var(--tilt,0deg)); }
.cyber-response__flow article:nth-child(1) { --tilt:-1.5deg; }
.cyber-response__flow article:nth-child(2) { --tilt:1deg; }
.cyber-response__flow article:nth-child(3) { --tilt:-.8deg; }
.cyber-response__flow article:nth-child(4) { --tilt:1.4deg; }
.cyber-response__flow article:nth-child(5) { --tilt:-1deg; }
.cyber-response__flow article:nth-child(6) { --tilt:.8deg; }
.cyber-response__flow span { color:rgba(255,255,255,.38); font-weight:700; }
.cyber-response__flow h3 { margin:42px 0 12px; color:var(--white); font-size:20px; font-weight:500; line-height:1.35; }
.cyber-response__flow p { color:rgba(255,255,255,.72); font-size:13px; line-height:1.58; }

.cyber-emergency { padding:96px 0; background:var(--white); }
.cyber-emergency__box { display:grid; grid-template-columns:1fr auto; gap:34px; align-items:center; padding:46px; background:var(--navy); color:var(--white); }
.cyber-emergency h2 { font-size:clamp(34px,4vw,54px); font-weight:500; }
.cyber-emergency p { max-width:760px; color:rgba(255,255,255,.74); line-height:1.7; }
.cyber-emergency .section-label { color:rgba(255,255,255,.72); }
.cyber-emergency__actions { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:12px; max-width:420px; }
.cyber-emergency__actions .btn { border-radius:0; font-weight:600; }

.cyber-trust__layout { display:grid; grid-template-columns:.75fr 1.25fr; gap:50px; align-items:start; }
.cyber-trust__points { display:grid; border-top:1px solid rgba(26,39,68,.12); box-shadow:0 18px 44px rgba(26,39,68,.08); }
.cyber-trust__points article { display:grid; grid-template-columns:220px 1fr; gap:24px; align-items:center; padding:22px 26px; border-right:0; border-bottom:1px solid rgba(26,39,68,.12); background:var(--white); }
.cyber-trust__points article:nth-child(even) { background:#f7f8fb; }
.cyber-trust__points article:nth-last-child(-n+2) { border-bottom:1px solid rgba(26,39,68,.12); }
.cyber-trust__points article:last-child { border-bottom:0; }
.cyber-trust__points strong { display:block; color:var(--navy); font-size:18px; font-weight:500; }
.cyber-trust__points span { display:block; margin-top:10px; color:#566170; font-size:14px; line-height:1.6; }

.cyber-stats { padding:92px 0; background:#f7f8fb; }
.cyber-stats__grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); background:var(--white); border:1px solid rgba(26,39,68,.12); box-shadow:0 22px 54px rgba(26,39,68,.08); }
.cyber-stats article { min-height:160px; padding:28px 14px; text-align:center; border-right:1px solid rgba(26,39,68,.12); }
.cyber-stats article:last-child { border-right:0; }
.cyber-stats strong { display:block; color:var(--navy); font-size:clamp(28px,3vw,42px); font-weight:500; }
.cyber-stats span { display:block; margin-top:14px; color:#566170; font-size:12px; font-weight:600; line-height:1.4; }

.cyber-faq { padding:96px 0; background:var(--white); }
.cyber-faq__layout { display:grid; grid-template-columns:.78fr 1.22fr; gap:50px; align-items:start; }
.cyber-faq__accordion { display:grid; gap:14px; }
.cyber-faq__accordion .accordion-item { border:1px solid rgba(26,39,68,.12); border-radius:0; overflow:hidden; }
.cyber-faq__accordion .accordion-button { padding:20px 22px; color:var(--navy); font-weight:500; box-shadow:none; }
.cyber-faq__accordion .accordion-button:not(.collapsed) { background:var(--navy); color:var(--white); }
.cyber-faq__accordion .accordion-button:not(.collapsed)::after { filter:brightness(0) invert(1); }
.cyber-faq__accordion .accordion-body { color:#566170; line-height:1.75; }

.cyber-cta { padding:0 0 96px; background:var(--white); }
.cyber-cta__box { display:grid; grid-template-columns:1fr auto; gap:34px; align-items:center; padding:46px; background:var(--navy); color:var(--white); }
.cyber-cta h2 { font-size:clamp(32px,4vw,52px); font-weight:500; }
.cyber-cta p { max-width:760px; color:rgba(255,255,255,.74); line-height:1.7; }
.cyber-cta .section-label { color:rgba(255,255,255,.72); }
.cyber-cta__actions { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:12px; max-width:420px; }
.cyber-cta__actions .btn { border-radius:0; font-weight:600; }

.cyber-law-page .cyber-hero {
  padding: 62px 0 72px;
}

.cyber-law-page .criminal-breadcrumb {
  margin-bottom: 18px;
}

.cyber-law-page .cyber-hero__grid,
.cyber-law-page .cyber-meaning__layout,
.cyber-law-page .cyber-trust__layout,
.cyber-law-page .cyber-emergency__box,
.cyber-law-page .cyber-faq__layout,
.cyber-law-page .cyber-cta__box {
  gap: 34px;
}

.cyber-law-page .cyber-hero h1 {
  margin: 14px 0 18px;
}

.cyber-law-page .cyber-hero p,
.cyber-law-page .cyber-meaning p,
.cyber-law-page .cyber-emergency p,
.cyber-law-page .cyber-faq__accordion .accordion-body,
.cyber-law-page .cyber-cta p {
  line-height: 1.62;
}

.cyber-law-page .cyber-meaning,
.cyber-law-page .cyber-services,
.cyber-law-page .cyber-response,
.cyber-law-page .cyber-emergency,
.cyber-law-page .cyber-trust,
.cyber-law-page .cyber-faq {
  padding: 54px 0;
}

.cyber-law-page .cyber-stats {
  padding: 52px 0;
}

.cyber-law-page .cyber-cta {
  padding: 0 0 54px;
}

.cyber-law-page .cyber-meaning h2,
.cyber-law-page .cyber-section-head h2,
.cyber-law-page .cyber-trust h2,
.cyber-law-page .cyber-faq h2,
.cyber-law-page .cyber-emergency h2,
.cyber-law-page .cyber-cta h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.cyber-law-page .cyber-hero__console {
  padding: 30px;
}

.cyber-law-page .cyber-hero__console i {
  width: 62px;
  height: 62px;
  margin-bottom: 30px;
  font-size: 28px;
}

.cyber-law-page .cyber-law-stack article {
  min-height: 155px;
  padding: 20px;
}

.cyber-law-page .cyber-section-head {
  margin-bottom: 30px;
}

.cyber-law-page .cyber-service-grid,
.cyber-law-page .cyber-response__flow {
  gap: 14px;
}

.cyber-law-page .cyber-service-grid {
  grid-auto-rows: minmax(160px, auto);
}

.cyber-law-page .cyber-service-grid article {
  padding: 22px;
}

.cyber-law-page .cyber-service-grid i {
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  font-size: 22px;
}

.cyber-law-page .cyber-response__flow article {
  min-height: 190px;
  padding: 22px;
}

.cyber-law-page .cyber-response__flow h3 {
  margin-top: 30px;
}

.cyber-law-page .cyber-emergency__box,
.cyber-law-page .cyber-cta__box {
  padding: 34px;
}

.cyber-law-page .cyber-trust__points article {
  gap: 18px;
  padding: 18px 22px;
}

.cyber-law-page .cyber-stats article {
  min-height: 125px;
  padding: 20px 12px;
}

.cyber-law-page .cyber-stats strong {
  font-size: 34px;
}

.cyber-law-page .cyber-stats span {
  margin-top: 10px;
}

.cyber-law-page .cyber-faq__accordion .accordion-button {
  padding: 17px 20px;
}

.cyber-law-page .cyber-faq__accordion .accordion-body {
  padding: 17px 20px 19px;
}

.articles-hero {
  padding: 88px 0 96px;
  background: linear-gradient(rgba(26,39,68,.94), rgba(26,39,68,.9)), url("../images/law-desk-gavel.jpeg") center/cover no-repeat;
  color: var(--white);
}
.current-trends-hero {
  background: linear-gradient(rgba(26,39,68,.94), rgba(26,39,68,.88)), url("../images/digital-evidence-law.jpeg") center/cover no-repeat;
}
.articles-hero .section-label { color: rgba(255,255,255,.72); }
.articles-hero h1 { max-width: 900px; margin: 18px 0 22px; font-size: clamp(38px,5vw,68px); font-weight: 500; line-height: 1.08; }
.articles-hero p { max-width: 780px; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.8; }

.articles-list-section { padding: 86px 0 96px; background: #f7f8fb; }
.articles-filter-cards { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; }
.articles-filter-cards a { padding: 12px 18px; background: var(--white); color: var(--navy); text-decoration: none; font-size: 14px; font-weight: 600; box-shadow: 0 10px 24px rgba(26,39,68,.06); }
.articles-filter-cards a:first-child, .articles-filter-cards a:hover { background: var(--navy); color: var(--white); }

.articles-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.article-card { overflow: hidden; background: var(--white); box-shadow: 0 18px 44px rgba(26,39,68,.08); animation: fadeUp 650ms ease both; }
.article-card--featured { grid-column: span 2; display: grid; grid-template-columns: .95fr 1.05fr; }
.article-card__media { min-height: 240px; background: #d9dee8; }
.article-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.article-card__body { padding: 28px; }
.article-card__body span { display: inline-flex; margin-right: 12px; padding: 7px 11px; background: var(--navy); color: var(--white); font-size: 12px; font-weight: 700; }
.article-card__body time { color: #7b8491; font-size: 13px; font-weight: 600; }
.article-card__body h2 { margin: 20px 0 14px; color: var(--navy); font-size: 24px; font-weight: 500; line-height: 1.28; }
.article-card--featured .article-card__body h2 { font-size: 34px; }
.article-card__body p { color: #566170; font-size: 15px; line-height: 1.7; }
.article-card__body a { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: var(--navy); font-weight: 700; text-decoration: none; }
.article-card:hover { transform: translateY(-6px); transition: transform 220ms ease; }

@media (max-width: 1199.98px) {
  .articles-hero,
  .current-trends-hero {
    padding: 78px 0;
  }

  .articles-hero h1 {
    max-width: 720px;
    font-size: clamp(34px, 6vw, 52px);
  }

  .articles-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-card--featured {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .article-card--featured .article-card__body h2 {
    font-size: 30px;
  }
}

@media (max-width: 1199.98px) {
  .articles-hero,
  .current-trends-hero {
    padding: 62px 0 66px;
  }

  .articles-hero h1 {
    margin: 14px 0 16px;
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.14;
  }

  .articles-hero p {
    font-size: 15px;
    line-height: 1.7;
  }

  .articles-list-section {
    padding: 48px 0 58px;
  }

  .current-trends-hero h1 {
    max-width: 100%;
    font-size: clamp(28px, 8.5vw, 38px);
  }

  .articles-filter-cards {
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0 -16px 28px;
    padding: 0 16px 8px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .articles-filter-cards::-webkit-scrollbar {
    display: none;
  }

  .articles-filter-cards a {
    flex: 0 0 auto;
    padding: 10px 14px;
    font-size: 13px;
    white-space: nowrap;
  }

  .articles-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .article-card,
  .article-card--featured {
    grid-column: auto;
    display: block;
  }

  .article-card:hover {
    transform: none;
  }

  .article-card__media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .article-card__body {
    padding: 22px 20px 24px;
  }

  .article-card__body span {
    margin: 0 8px 10px 0;
    padding: 6px 10px;
  }

  .article-card__body h2,
  .article-card--featured .article-card__body h2 {
    margin: 14px 0 10px;
    font-size: 21px;
    line-height: 1.3;
  }

  .article-card__body p {
    font-size: 14px;
    line-height: 1.65;
  }
}

@media (max-width: 575.98px) {
  .articles-list-section .container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .articles-card-grid {
    gap: 16px;
  }

  .article-card__body {
    padding: 20px 18px 22px;
  }

  .article-card__body time {
    display: block;
    margin-top: 8px;
  }
}

.current-trends-page {
  max-width: 100%;
  overflow-x: hidden;
}

.current-trends-page .articles-hero,
.current-trends-page .articles-list-section,
.current-trends-page .articles-card-grid,
.current-trends-page .article-card,
.current-trends-page .article-card__body {
  min-width: 0;
  max-width: 100%;
}

.current-trends-page .article-card__body h2,
.current-trends-page .article-card__body p {
  overflow-wrap: anywhere;
}

.current-trends-page .articles-hero {
  padding: 62px 0 66px;
}

.current-trends-page .criminal-breadcrumb {
  margin-bottom: 18px;
}

.current-trends-page .articles-hero h1 {
  margin: 12px 0 14px;
}

.current-trends-page .articles-hero p {
  line-height: 1.62;
}

.current-trends-page .articles-list-section {
  padding: 42px 0 54px;
}

.current-trends-page .articles-card-grid {
  align-items: start;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.current-trends-page .article-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  height: auto;
  align-items: stretch;
}

.current-trends-page .article-card__body {
  padding: 18px 20px;
}

.current-trends-page .article-card__media {
  min-height: 0;
  height: 100%;
  aspect-ratio: auto;
}

.current-trends-page .article-card__body h2 {
  margin: 12px 0 8px;
  font-size: 19px;
  line-height: 1.24;
}

.current-trends-page .article-card__body p {
  margin-bottom: 0;
  line-height: 1.56;
}

.current-trends-page .articles-card-grid .article-card--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  min-height: 0;
}

.current-trends-page .articles-card-grid .article-card--featured .article-card__media {
  min-height: 300px;
}

.current-trends-page .articles-card-grid .article-card--featured .article-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.current-trends-page .articles-card-grid .article-card--featured .article-card__body h2 {
  font-size: 30px;
}

@media (max-width: 991.98px) {
  .current-trends-page .articles-card-grid {
    grid-template-columns: 1fr;
  }

  .current-trends-page .articles-card-grid .article-card--featured {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .current-trends-page .articles-hero {
    padding: 42px 0 46px;
    background-position: center;
  }

  .current-trends-page .articles-hero .container,
  .current-trends-page .articles-list-section .container {
    width: 100%;
    max-width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .current-trends-page .criminal-breadcrumb {
    row-gap: 6px;
    margin-bottom: 14px;
    font-size: 12px;
  }

  .current-trends-page .current-trends-hero h1 {
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.18;
  }

  .current-trends-page .articles-hero p {
    font-size: 14px;
    line-height: 1.58;
  }

  .current-trends-page .articles-list-section {
    padding: 32px 0 42px;
  }

  .current-trends-page .articles-card-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .current-trends-page .articles-card-grid .article-card--featured {
    display: block;
    min-height: 0;
  }

  .current-trends-page .article-card {
    display: block;
  }

  .current-trends-page .articles-card-grid .article-card--featured .article-card__media {
    min-height: 0;
  }

  .current-trends-page .article-card__media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .current-trends-page .article-card__body h2,
  .current-trends-page .article-card--featured .article-card__body h2 {
    font-size: 19px;
    line-height: 1.32;
  }
}

@media (max-width: 420px) {
  .current-trends-page .topbar__social {
    display: none;
  }

  .current-trends-page .topbar__inner {
    justify-content: center;
  }
}

.article-detail-page {
  background: #f7f8fb;
  min-height: 100vh;
}

.article-detail-hero {
  padding: 76px 0 88px;
  background: var(--navy);
  color: var(--white);
}

.article-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 36px;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-weight: 600;
}

.article-detail-hero span,
.article-detail-hero time {
  display: inline-flex;
  margin-right: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.article-detail-hero h1 {
  max-width: 980px;
  margin: 20px 0 0;
  font-size: clamp(36px, 5vw, 66px);
  font-weight: 500;
  line-height: 1.1;
}

.article-detail-content {
  padding: 64px 0 90px;
}

.article-detail-layout {
  display: grid;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: start;
}

.article-detail-side {
  display: flex;
  flex-direction: column;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(26, 39, 68, 0.08);
}

.article-detail-image {
  overflow: hidden;
  width: 100%;
  height: 360px;
  margin: 0;
}

.article-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-detail-note {
  padding: 26px;
  border-left: 5px solid var(--navy);
}

.article-detail-note span,
.article-detail-lead span {
  display: block;
  margin-bottom: 8px;
  color: #7b8491;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-detail-note strong {
  display: block;
  color: var(--navy);
  font-size: 22px;
  font-weight: 500;
}

.article-detail-note p {
  margin: 12px 0 0;
  color: #566170;
  font-size: 14px;
  line-height: 1.7;
}

.article-detail-toc {
  display: grid;
  gap: 10px;
  padding: 24px 26px;
  border-top: 1px solid rgba(26, 39, 68, 0.1);
}

.article-detail-toc > span {
  color: #7b8491;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-detail-toc a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 10px 0;
  border-bottom: 1px solid rgba(26, 39, 68, 0.08);
  color: var(--navy);
  text-decoration: none;
}

.article-detail-toc a:last-child {
  border-bottom: 0;
}

.article-detail-toc a > :first-child {
  color: #7b8491;
  font-size: 12px;
  font-weight: 800;
}

.article-detail-toc strong {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.article-detail-side-cta {
  padding: 26px;
  background: var(--navy);
  color: var(--white);
}

.article-detail-side-cta strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

.article-detail-side-cta p {
  margin: 12px 0 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.article-detail-side-cta a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.article-detail-body {
  display: grid;
  gap: 18px;
}

.article-detail-lead {
  padding: 30px;
  background: var(--white);
  border-top: 6px solid var(--navy);
  box-shadow: 0 18px 44px rgba(26, 39, 68, 0.08);
}

.article-detail-lead p {
  margin: 0;
  color: #273244;
  font-size: 20px;
  line-height: 1.8;
}

.article-detail-section-list {
  display: grid;
  gap: 16px;
}

.article-detail-section-block {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  padding: 26px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(26, 39, 68, 0.06);
}

.article-detail-section-block > div:first-child span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.article-detail-section-block h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}

.article-detail-content p {
  color: #3f4856;
  font-size: 16px;
  line-height: 1.85;
}

.article-detail-section-block p {
  margin: 0;
}

.article-detail-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
  padding: 24px;
  background: var(--navy);
  color: var(--white);
}

.article-detail-cta strong {
  font-size: 18px;
  font-weight: 500;
}

.article-detail-cta a {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .article-detail-layout {
    display: block;
  }

  .article-detail-side {
    max-width: 840px;
    margin: 0 auto 24px;
  }

  .article-detail-image {
    height: 360px;
    margin: 0;
  }

  .article-detail-body {
    max-width: 840px;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .article-detail-hero {
    padding: 54px 0 72px;
  }

  .article-detail-hero h1 {
    font-size: 32px;
  }

  .article-detail-image {
    height: 250px;
    margin-bottom: 24px;
  }

  .article-detail-note,
  .article-detail-lead,
  .article-detail-section-block {
    padding: 22px;
  }

  .article-detail-section-block {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .article-detail-lead p {
    font-size: 17px;
  }

  .article-detail-content p {
    font-size: 16px;
  }
}

.blog-hero {
  padding: 82px 0 92px;
  background:
    linear-gradient(135deg, rgba(26, 39, 68, 0.94), rgba(26, 39, 68, 0.8)),
    url("../images/law-desk-gavel.jpeg") center / cover no-repeat;
  color: var(--white);
}

.blog-hero h1 {
  max-width: 900px;
  margin: 12px 0 18px;
  color: var(--white);
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 500;
  line-height: 1.1;
}

.blog-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.75;
}

.blog-list-section {
  padding: 82px 0 96px;
  background: #f7f8fb;
}

.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.blog-list-card {
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(26, 39, 68, 0.08);
  transition: transform 220ms ease;
}

.blog-list-card:hover {
  transform: translateY(-6px);
}

.blog-list-card img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.blog-list-card > div {
  padding: 28px;
}

.blog-list-card span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 11px;
  background: var(--navy);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
}

.blog-list-card time {
  display: block;
  margin-bottom: 12px;
  color: #7b8491;
  font-size: 13px;
  font-weight: 600;
}

.blog-list-card h2 {
  min-height: 94px;
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.28;
}

.blog-list-card strong {
  display: block;
  margin-bottom: 14px;
  color: #303846;
  font-size: 14px;
}

.blog-list-card p {
  min-height: 82px;
  margin: 0;
  color: #566170;
  font-size: 15px;
  line-height: 1.7;
}

.blog-list-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--navy);
  font-weight: 700;
  text-decoration: none;
}

.blog-empty-state {
  max-width: 760px;
  margin: 0 auto;
  padding: 58px 34px;
  background: var(--white);
  border-top: 7px solid var(--navy);
  box-shadow: 0 18px 44px rgba(26, 39, 68, 0.08);
  text-align: center;
}

.blog-empty-state i {
  display: inline-flex;
  width: 74px;
  height: 74px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  background: var(--navy);
  color: var(--white);
  font-size: 32px;
}

.blog-empty-state h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
}

.blog-empty-state p {
  margin: 0;
  color: #566170;
  font-size: 16px;
  line-height: 1.7;
}

.blog-detail-author {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.blog-detail-page {
  padding-top: 56px;
}

.ibc-article-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 96px;
  background:
    linear-gradient(115deg, rgba(26, 39, 68, 0.98) 0%, rgba(26, 39, 68, 0.9) 48%, rgba(26, 39, 68, 0.58) 100%),
    url("../images/law-desk-gavel.jpeg") center / cover no-repeat;
  color: var(--white);
}

.dpdpa-article-hero {
  background:
    linear-gradient(115deg, rgba(26, 39, 68, 0.98) 0%, rgba(26, 39, 68, 0.88) 48%, rgba(26, 39, 68, 0.58) 100%),
    url("../images/data-privacy-compliance.jpeg") center / cover no-repeat;
}

.ip-article-hero {
  background:
    linear-gradient(115deg, rgba(26, 39, 68, 0.98) 0%, rgba(26, 39, 68, 0.88) 48%, rgba(26, 39, 68, 0.58) 100%),
    url("../images/legal-office-team.jpeg") center / cover no-repeat;
}

.ibc-article-hero::after {
  position: absolute;
  right: -140px;
  bottom: -160px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
}

.ibc-article-hero .container {
  position: relative;
  z-index: 1;
}

.ibc-article-hero .criminal-breadcrumb {
  margin-bottom: 34px;
}

.ibc-article-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 46px;
  align-items: end;
}

.ibc-article-hero__content .article-back-link {
  margin-bottom: 30px;
}

.ibc-article-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.ibc-article-hero__meta span,
.ibc-article-hero__meta time {
  display: inline-flex;
  padding: 8px 11px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.ibc-article-hero h1 {
  max-width: 1020px;
  margin: 0;
  color: var(--white);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.08;
}

.ibc-article-hero__content > p {
  max-width: 820px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.75;
}

.ibc-article-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.ibc-article-hero__tags span {
  display: inline-flex;
  padding: 9px 12px;
  background: var(--white);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.ibc-article-hero__panel {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy);
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.22);
}

.ibc-article-hero__panel span {
  display: block;
  margin-top: 20px;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ibc-article-hero__panel span:first-child {
  margin-top: 0;
}

.ibc-article-hero__panel strong {
  display: block;
  margin-top: 7px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.ibc-article-content {
  padding-top: 72px;
}

.ibc-article-content article {
  max-width: 900px;
  border-top: 7px solid var(--navy);
}

.ibc-article-lead {
  color: var(--navy) !important;
  font-size: 22px !important;
  font-weight: 500;
  line-height: 1.72 !important;
}

.blog-detail-article h2 {
  margin: 34px 0 16px;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 500;
}

.blog-detail-article h3 {
  margin: 24px 0 10px;
  color: var(--navy);
  font-size: 21px;
  font-weight: 600;
}

.blog-detail-article blockquote {
  margin: 30px 0;
  padding: 24px 28px;
  border-left: 5px solid var(--navy);
  background: #f5f9ff;
  color: #303846;
  font-size: 20px;
  font-style: italic;
  line-height: 1.7;
}

.blog-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.blog-detail-tags span {
  display: inline-flex;
  padding: 9px 13px;
  background: var(--navy);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
}

.contact-page {
  background: #f7f8fb;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 98px;
  background:
    linear-gradient(120deg, rgba(26, 39, 68, 0.96), rgba(26, 39, 68, 0.76)),
    url("../images/law-desk-gavel.jpeg") center / cover no-repeat;
  color: var(--white);
}

.contact-hero::after {
  position: absolute;
  right: -130px;
  bottom: -160px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
}

.contact-hero .container {
  position: relative;
  z-index: 1;
}

.contact-hero .criminal-breadcrumb,
.contact-hero .criminal-breadcrumb a,
.contact-hero .criminal-breadcrumb strong,
.contact-hero .section-label {
  color: rgba(255, 255, 255, 0.82);
}

.contact-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: end;
  margin-top: 34px;
}

.contact-hero h1 {
  max-width: 900px;
  margin: 16px 0 22px;
  color: var(--white);
  font-size: clamp(36px, 4.8vw, 64px);
  font-weight: 500;
  line-height: 1.08;
}

.contact-hero p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.78;
}

.contact-hero__panel {
  padding: 30px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.2);
}

.contact-hero__panel i {
  display: inline-flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  background: var(--navy);
  color: var(--white);
  font-size: 30px;
}

.contact-hero__panel strong,
.contact-hero__panel span {
  display: block;
}

.contact-hero__panel strong {
  color: var(--navy);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.26;
}

.contact-hero__panel span {
  margin-top: 14px;
  color: #596273;
  font-size: 15px;
  line-height: 1.7;
}

.contact-main-section {
  padding: 88px 0 96px;
}

.contact-main-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 30px;
  align-items: start;
}

.contact-info-stack {
  display: grid;
  gap: 16px;
}

.contact-info-stack article {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 24px;
  background: var(--white);
  border: 1px solid rgba(26, 39, 68, 0.08);
  box-shadow: 0 14px 32px rgba(26, 39, 68, 0.06);
}

.contact-info-stack i {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: var(--white);
  font-size: 25px;
}

.contact-info-stack span,
.contact-info-stack a,
.contact-info-stack strong {
  display: block;
}

.contact-info-stack span {
  margin-bottom: 8px;
  color: #7b8491;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-info-stack a,
.contact-info-stack strong {
  color: var(--navy);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.contact-form {
  padding: 38px;
  background: var(--white);
  border-top: 7px solid var(--navy);
  box-shadow: 0 22px 54px rgba(26, 39, 68, 0.09);
}

.contact-form__head h2 {
  margin: 12px 0 28px;
  color: var(--navy);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.16;
}

.contact-form-alert {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0 0 22px;
  padding: 14px 15px;
  border: 1px solid rgba(26, 39, 68, 0.14);
  background: #f7f8fb;
  color: #344054;
  font-size: 14px;
  line-height: 1.55;
}

.contact-form-alert i {
  margin-top: 2px;
  color: var(--navy);
}

.contact-form-alert--success {
  border-color: rgba(26, 115, 63, 0.22);
  background: #f3fbf6;
  color: #25633d;
}

.contact-form-alert--success i {
  color: #1f6b40;
}

.contact-form-alert--error {
  border-color: rgba(168, 44, 44, 0.22);
  background: #fff7f7;
  color: #7a2d2d;
}

.contact-form-alert--error i {
  color: #9f3030;
}

.contact-toast-container {
  z-index: 1080;
  margin-top: 16px;
}

.contact-success-toast {
  width: min(420px, calc(100vw - 32px));
  border: 1px solid rgba(26, 115, 63, 0.2);
  border-left: 5px solid #1f6b40;
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.18);
}

.contact-success-toast .toast-body {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 16px;
  color: #25633d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.contact-success-toast i {
  color: #1f6b40;
  font-size: 22px;
}

.contact-success-toast .btn-close {
  width: 12px;
  height: 12px;
  padding: 8px;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form label span {
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(26, 39, 68, 0.16);
  background: #fbfcfe;
  color: #303846;
  font: inherit;
  font-size: 15px;
  outline: 0;
}

.contact-form input,
.contact-form select {
  min-height: 52px;
  padding: 0 16px;
}

.contact-form textarea {
  min-height: 150px;
  padding: 15px 16px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(26, 39, 68, 0.1);
}

.contact-form__full {
  grid-column: 1 / -1;
}

.contact-form__consent {
  display: flex !important;
  grid-template-columns: auto minmax(0, 1fr);
  flex-direction: row;
  gap: 10px !important;
  align-items: flex-start;
  margin: 20px 0 0;
  color: #566170;
  font-size: 14px;
  line-height: 1.55;
}

.contact-form__consent input {
  width: 17px;
  min-width: 17px;
  height: 17px;
  min-height: 17px;
  margin-top: 3px;
}

.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  margin-top: 24px;
  padding: 0 24px;
  border: 0;
  background: var(--navy);
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-process-section {
  padding: 84px 0 98px;
  background: var(--white);
}

.contact-process-head {
  max-width: 820px;
  margin-bottom: 38px;
}

.contact-process-head h2 {
  margin: 12px 0 0;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 500;
}

.contact-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(26, 39, 68, 0.1);
}

.contact-process-grid article {
  min-height: 230px;
  padding: 30px;
  border-right: 1px solid rgba(26, 39, 68, 0.1);
  background: #f7f8fb;
}

.contact-process-grid article:last-child {
  border-right: 0;
}

.contact-process-grid span {
  color: rgba(26, 39, 68, 0.36);
  font-size: 34px;
  font-weight: 800;
}

.contact-process-grid h3 {
  margin: 42px 0 12px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 500;
}

.contact-process-grid p {
  margin: 0;
  color: #566170;
  font-size: 15px;
  line-height: 1.72;
}

@media (max-width: 991.98px) {
  .contact-hero__grid,
  .contact-main-grid,
  .contact-process-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero__panel {
    max-width: 520px;
  }

  .contact-process-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(26, 39, 68, 0.1);
  }

  .contact-process-grid article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .contact-hero,
  .contact-main-section,
  .contact-process-section {
    padding: 64px 0 76px;
  }

  .contact-hero h1 {
    font-size: 34px;
  }

  .contact-form {
    padding: 28px;
  }

  .contact-form__grid {
    grid-template-columns: 1fr;
  }

  .contact-info-stack article {
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 20px;
  }

  .contact-info-stack i {
    width: 54px;
    height: 54px;
    font-size: 22px;
  }
}

.medical-hero {
  position: relative;
  padding: 96px 0 108px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(26, 39, 68, 0.96), rgba(26, 39, 68, 0.74)),
    url("../images/healthcare-records.jpeg") center / cover no-repeat;
  color: var(--white);
}

.medical-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.medical-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 56px;
  align-items: center;
}

.medical-hero .criminal-breadcrumb,
.medical-hero .criminal-breadcrumb a,
.medical-hero .criminal-breadcrumb strong {
  color: rgba(255, 255, 255, 0.82);
}

.medical-hero .section-label {
  color: rgba(255, 255, 255, 0.7);
}

.medical-hero h1 {
  max-width: 850px;
  margin: 18px 0 24px;
  font-size: clamp(32px, 3.8vw, 52px);
  font-weight: 500;
  line-height: 1.18;
}

.medical-hero p {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.82;
}

.medical-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.medical-btn {
  border-radius: 0;
  padding: 13px 22px;
  font-size: 14px;
  font-weight: 600;
}

.medical-btn--primary {
  background: var(--white);
  color: var(--navy);
  border: 1px solid var(--white);
}

.medical-btn--outline,
.medical-btn--ghost {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.medical-btn:hover,
.medical-btn:focus {
  background: #f2f4f8;
  color: var(--navy);
  border-color: #f2f4f8;
}

.medical-hero__panel {
  position: relative;
  padding: 38px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
}

.medical-hero__panel::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(26, 39, 68, 0.12);
  pointer-events: none;
}

.medical-section-image,
.medical-wide-image img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.medical-hero__image {
  position: relative;
  z-index: 1;
  height: 170px;
  margin-bottom: 26px;
  border: 1px solid rgba(26, 39, 68, 0.1);
}

.medical-hero__panel i {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
  background: var(--navy);
  color: var(--white);
  font-size: 34px;
}

.medical-hero__panel strong,
.medical-hero__panel span {
  position: relative;
  z-index: 1;
  display: block;
}

.medical-hero__panel strong {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.medical-hero__panel span {
  margin-top: 14px;
  color: #566170;
  font-size: 15px;
  line-height: 1.7;
}

.medical-intro-section {
  padding: 92px 0 96px;
  background: var(--white);
}

.medical-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 46px;
  align-items: stretch;
}

.medical-intro-copy {
  padding: 42px 0;
}

.medical-intro-copy h2 {
  max-width: 780px;
  margin: 14px 0 24px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.12;
}

.medical-intro-copy p {
  max-width: 850px;
  color: #465061;
  font-size: 17px;
  line-height: 1.86;
}

.medical-intro-panel {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: #f5f9ff;
  border: 1px solid #bfd8ff;
  border-radius: 24px;
}

.medical-intro-image {
  height: 230px;
  border-radius: 18px;
}

.medical-intro-panel div {
  padding: 24px;
  background: var(--white);
  border: 1px solid rgba(31, 94, 234, 0.16);
  border-radius: 18px;
}

.medical-intro-panel i {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: #dcecff;
  border: 1px solid #b9d5ff;
  border-radius: 16px;
  color: #1f5eea;
  font-size: 24px;
}

.medical-intro-panel strong,
.medical-intro-panel span {
  display: block;
}

.medical-intro-panel strong {
  color: var(--navy);
  font-size: 20px;
  font-weight: 600;
}

.medical-intro-panel span {
  margin-top: 8px;
  color: #596273;
  line-height: 1.65;
}

.medical-benefits-section {
  padding: 82px 0 92px;
  background: #f5f9ff;
}

.medical-benefits-header {
  max-width: 1180px;
  margin: 0 0 28px;
  text-align: left;
}

.medical-benefits-header h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 400;
  line-height: 1.1;
}

.medical-wide-image {
  margin: 0 0 34px;
  overflow: hidden;
  border: 1px solid #bfd8ff;
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(26, 39, 68, 0.07);
}

.medical-wide-image img {
  height: 330px;
}

.medical-wide-image--compact {
  max-width: 960px;
  margin: 0 auto 58px;
}

.medical-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.medical-benefit-card {
  position: relative;
  min-height: 560px;
  padding: 30px 28px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid #bfd8ff;
  border-radius: 20px;
  box-shadow: 0 18px 46px rgba(26, 39, 68, 0.06);
  animation: fadeUp 650ms ease both;
}

.medical-benefit-icon {
  display: inline-flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  background: #dcecff;
  border: 1px solid #b9d5ff;
  border-radius: 18px;
  color: #1f5eea;
  font-size: 27px;
}

.medical-benefit-card h3 {
  margin: 0 0 20px;
  color: #002b73;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.25;
}

.medical-benefit-card p {
  margin: 0;
  color: #465366;
  font-size: 17px;
  line-height: 1.7;
}

.medical-included-section {
  padding: 92px 0 96px;
  background: var(--white);
}

.medical-included-header,
.medical-case-types-header {
  max-width: 860px;
  margin: 0 auto 58px;
  text-align: center;
}

.medical-included-header h2,
.medical-case-types-header h2 {
  margin: 14px 0 28px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.12;
}

.medical-case-types-header p {
  color: #596273;
  font-size: 17px;
  line-height: 1.78;
}

.medical-included-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}

.medical-folder-card {
  position: relative;
  padding: 42px 34px 34px;
  background: #f5f9ff;
  border: 1px solid #bfd8ff;
  border-radius: 0 22px 22px 22px;
  box-shadow: 0 18px 44px rgba(26, 39, 68, 0.07);
}

.medical-folder-tab {
  position: absolute;
  left: -1px;
  top: -44px;
  padding: 13px 22px;
  background: #dcecff;
  border: 1px solid #bfd8ff;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  color: #002b73;
  font-weight: 700;
}

.medical-folder-card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.medical-folder-card li {
  position: relative;
  padding-left: 30px;
  color: #465366;
  line-height: 1.7;
}

.medical-folder-card li::before {
  content: "\F26A";
  position: absolute;
  left: 0;
  top: 2px;
  color: #1f5eea;
  font-family: "bootstrap-icons";
}

.medical-folder-card--navy {
  background: var(--navy);
  border-color: var(--navy);
}

.medical-folder-card--navy .medical-folder-tab {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

.medical-folder-card--navy li {
  color: rgba(255, 255, 255, 0.82);
}

.medical-folder-card--navy li::before {
  color: #dcecff;
}

.medical-case-types-section {
  padding: 92px 0 104px;
  background: #f5f9ff;
}

.medical-case-types-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.medical-case-types-grid article {
  min-height: 310px;
  padding: 26px;
  background: var(--white);
  border: 1px solid rgba(31, 94, 234, 0.18);
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(26, 39, 68, 0.06);
  animation: fadeUp 650ms ease both;
}

.medical-case-types-grid article:nth-child(2n) {
  transform: translateY(18px);
}

.medical-case-types-grid i {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  background: #dcecff;
  border: 1px solid #bfd8ff;
  border-radius: 18px;
  color: #1f5eea;
  font-size: 24px;
}

.medical-case-types-grid h3 {
  margin: 0 0 14px;
  color: #002b73;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}

.medical-case-types-grid p {
  margin: 0;
  color: #4d596a;
  line-height: 1.68;
}

.medical-choose-section {
  padding: 96px 0 108px;
  background: var(--white);
}

.medical-choose-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 46px;
  align-items: start;
}

.medical-choose-copy {
  position: sticky;
  top: 140px;
  padding: 38px;
  background: var(--navy);
  color: var(--white);
  border-radius: 26px;
}

.medical-choose-copy .section-label {
  color: rgba(255, 255, 255, 0.7);
}

.medical-choose-copy h2 {
  max-width: 430px;
  margin: 16px 0 22px;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 400;
  line-height: 1.35;
}

.medical-choose-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.9;
}

.medical-choose-image {
  height: 210px;
  margin-top: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
}

.medical-choose-board {
  display: grid;
  gap: 18px;
}

.medical-choose-board article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  column-gap: 20px;
  align-items: start;
  padding: 28px;
  background: #f5f9ff;
  border: 1px solid #bfd8ff;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(26, 39, 68, 0.05);
  animation: fadeUp 650ms ease both;
}

.medical-choose-board i {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  grid-row: span 2;
  background: #dcecff;
  border: 1px solid #b9d5ff;
  border-radius: 18px;
  color: #1f5eea;
  font-size: 28px;
}

.medical-choose-board h3 {
  margin: 0 0 10px;
  color: #002b73;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

.medical-choose-board p {
  margin: 0;
  color: #4d596a;
  font-size: 15px;
  line-height: 1.86;
}

.medical-prep-section {
  padding: 92px 0 104px;
  background: #f5f9ff;
}

.medical-prep-header {
  max-width: 880px;
  margin: 0 auto 46px;
  text-align: center;
}

.medical-prep-header h2 {
  margin: 14px 0 0;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.12;
}

.medical-prep-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.medical-prep-grid article {
  position: relative;
  min-height: 390px;
  padding: 34px 28px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid #bfd8ff;
  border-radius: 24px;
  box-shadow: 0 16px 38px rgba(26, 39, 68, 0.06);
  animation: fadeUp 650ms ease both;
}

.medical-prep-grid article::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(31, 94, 234, 0.08);
}

.medical-prep-grid span {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  background: var(--navy);
  color: var(--white);
  border-radius: 50%;
  font-size: 17px;
  font-weight: 700;
}

.medical-prep-grid h3 {
  margin: 0 0 16px;
  color: #002b73;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.28;
}

.medical-prep-grid p {
  margin: 0;
  color: #4d596a;
  font-size: 15px;
  line-height: 1.78;
}

.medical-pricing-section {
  padding: 6px 0 18px;
  background: var(--white);
}

.medical-pricing-section .container-fluid {
  max-width: 1180px;
  padding-right: 24px;
  padding-left: 24px;
}

.medical-pricing-kicker {
  display: block;
  margin: 0 0 8px;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
}

.medical-pricing-section h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: clamp(22px, 2.1vw, 28px);
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
}

.medical-pricing-section p {
  margin: 0 0 14px;
  color: #5f6368;
  font-size: clamp(14px, 1.3vw, 17px);
  line-height: 1.45;
  text-align: center;
}

.medical-pricing-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) minmax(220px, 0.38fr);
  gap: 22px;
  align-items: center;
  max-width: 860px;
  margin: 24px auto 0;
  padding: 26px;
  background: #f5f9ff;
  border: 1px solid #bfd8ff;
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(26, 39, 68, 0.08);
}

.medical-pricing-card__icon {
  display: inline-flex;
  width: 82px;
  height: 82px;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  border-radius: 20px;
  color: var(--white);
  font-size: 36px;
}

.medical-pricing-card__service,
.medical-pricing-card__rate {
  display: grid;
  gap: 8px;
}

.medical-pricing-card__service span,
.medical-pricing-card__rate span {
  color: #596273;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.medical-pricing-card__service strong {
  color: var(--navy);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 500;
  line-height: 1.18;
}

.medical-pricing-card__rate {
  justify-self: end;
  min-width: 210px;
  padding: 22px 24px;
  background: var(--white);
  border: 1px solid #d7e6fb;
  border-radius: 18px;
  text-align: center;
}

.medical-pricing-card__rate strong {
  color: #1f5eea;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1;
}

.medical-pricing-table-wrap {
  overflow: hidden;
  border: 1px solid #dfe6ef;
  border-radius: 12px;
  box-shadow: 0 14px 20px rgba(26, 39, 68, 0.06);
}

.medical-pricing-table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--white);
}

.medical-pricing-table th,
.medical-pricing-table td {
  width: 50%;
  border-right: 1px solid #dfe6ef;
  border-bottom: 1px solid #dfe6ef;
  text-align: center;
}

.medical-pricing-table th:last-child,
.medical-pricing-table td:last-child {
  border-right: 0;
}

.medical-pricing-table tbody tr:last-child td {
  border-bottom: 0;
}

.medical-pricing-table th {
  padding: 12px 14px;
  background: var(--navy);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.15;
  text-transform: uppercase;
}

.medical-pricing-table td {
  height: 40px;
  padding: 8px 14px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  vertical-align: middle;
}

.medical-faq-section {
  padding: 92px 0 104px;
  background: var(--white);
}

.medical-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 42px;
  align-items: start;
}

.medical-faq-copy {
  position: sticky;
  top: 140px;
  padding: 34px;
  background: #f5f9ff;
  border: 1px solid #bfd8ff;
  border-radius: 24px;
}

.medical-faq-copy h2 {
  margin: 14px 0 18px;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.12;
}

.medical-faq-copy p {
  color: #596273;
  line-height: 1.78;
}

.medical-faq-accordion {
  display: grid;
  gap: 14px;
}

.medical-faq-accordion .accordion-item {
  overflow: hidden;
  border: 1px solid #bfd8ff;
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 14px 32px rgba(26, 39, 68, 0.05);
}

.medical-faq-accordion .accordion-button {
  padding: 22px 24px;
  color: #002b73;
  background: var(--white);
  font-size: 17px;
  font-weight: 600;
  box-shadow: none;
}

.medical-faq-accordion .accordion-button:not(.collapsed) {
  background: #f5f9ff;
  color: var(--navy);
}

.medical-faq-accordion .accordion-body {
  padding: 0 24px 24px;
  color: #4d596a;
  line-height: 1.78;
}

.mcp-hero {
  padding: 96px 0 112px;
  background:
    linear-gradient(120deg, rgba(26, 39, 68, 0.94), rgba(26, 39, 68, 0.78)),
    url("../images/billing-documents.jpeg") center / cover no-repeat;
  color: var(--white);
}

.mcp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  gap: 50px;
  align-items: center;
}

.mcp-hero .criminal-breadcrumb,
.mcp-hero .criminal-breadcrumb a,
.mcp-hero .criminal-breadcrumb span,
.mcp-hero .criminal-breadcrumb strong,
.mcp-hero .section-label {
  color: rgba(255, 255, 255, 0.78);
}

.mcp-hero h1 {
  max-width: 880px;
  margin: 16px 0 22px;
  font-size: clamp(36px, 4.6vw, 64px);
  font-weight: 500;
  line-height: 1.08;
}

.mcp-hero p {
  max-width: 830px;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16.5px;
  line-height: 1.82;
}

.mcp-hero__visual,
.mcp-benefits-layout figure,
.mcp-practice-layout figure,
.mcp-why-panel figure {
  margin: 0;
  overflow: hidden;
}

.mcp-hero__visual {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  box-shadow: 0 28px 66px rgba(0, 0, 0, 0.28);
}

.mcp-hero__visual img,
.mcp-litigation-visuals img,
.mcp-benefits-layout img,
.mcp-practice-layout img,
.mcp-why-panel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mcp-hero__visual figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 20px;
  color: var(--navy);
}

.mcp-hero__visual strong,
.mcp-hero__visual span {
  display: block;
}

.mcp-hero__visual strong {
  font-size: 24px;
  font-weight: 600;
}

.mcp-hero__visual span {
  margin-top: 8px;
  color: #566170;
  line-height: 1.6;
}

.mcp-litigation-section,
.mcp-includes-section,
.mcp-process-section,
.mcp-practice-section {
  padding: 96px 0 112px;
  background: var(--white);
}

.mcp-litigation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.85fr);
  gap: 34px;
  align-items: stretch;
}

.mcp-litigation-card {
  padding: 44px;
  background: #f6f9fe;
  border: 1px solid #c8dcfb;
  border-radius: 32px;
}

.mcp-litigation-card h2,
.mcp-section-head h2,
.mcp-common-card h2,
.mcp-why-copy h2 {
  margin: 14px 0 22px;
  color: var(--navy);
  font-size: clamp(30px, 3.4vw, 52px);
  font-weight: 500;
  line-height: 1.14;
}

.mcp-litigation-card p,
.mcp-why-copy p {
  color: #465061;
  font-size: 16px;
  line-height: 1.82;
}

.mcp-litigation-visuals {
  display: grid;
  grid-template-rows: minmax(300px, 1fr) auto;
  gap: 18px;
}

.mcp-litigation-visuals img {
  min-height: 360px;
  border-radius: 32px;
}

.mcp-litigation-visuals div {
  padding: 28px;
  background: var(--navy);
  border-radius: 26px;
  color: var(--white);
}

.mcp-litigation-visuals i {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  font-size: 26px;
}

.mcp-litigation-visuals strong,
.mcp-litigation-visuals span {
  display: block;
}

.mcp-litigation-visuals strong {
  font-size: 23px;
  font-weight: 500;
}

.mcp-litigation-visuals span {
  margin-top: 8px;
  color: #dbe5f5;
  line-height: 1.65;
}

.mcp-section-head {
  max-width: 960px;
  margin: 0 auto 48px;
  text-align: center;
}

.mcp-section-head--left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.mcp-lane-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mcp-lane-grid article {
  min-height: 285px;
  padding: 30px;
  background: #f6f9fe;
  border: 1px solid #c8dcfb;
  border-radius: 28px 28px 8px 28px;
  box-shadow: 0 16px 34px rgba(26, 39, 68, 0.05);
}

.mcp-lane-grid i {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  background: var(--navy);
  border-radius: 18px;
  color: var(--white);
  font-size: 27px;
}

.mcp-lane-grid h3,
.mcp-process-track h3,
.mcp-practice-grid h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.25;
}

.mcp-lane-grid p,
.mcp-process-track p,
.mcp-practice-grid p,
.mcp-common-grid span {
  margin: 0;
  color: #465061;
  font-size: 15.5px;
  line-height: 1.76;
}

.mcp-benefits-section,
.mcp-common-section,
.mcp-why-section {
  padding: 96px 0 112px;
  background: #f6f9fe;
}

.mcp-benefits-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: 34px;
  align-items: stretch;
}

.mcp-benefits-layout figure {
  min-height: 560px;
  border-radius: 34px;
  box-shadow: 0 22px 52px rgba(26, 39, 68, 0.12);
}

.mcp-benefits-layout > div {
  padding: 38px;
  background: var(--white);
  border: 1px solid #c8dcfb;
  border-radius: 34px;
}

.mcp-benefit-list {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.mcp-benefit-list article {
  padding: 24px 26px;
  background: #f6f9fe;
  border: 1px solid #d7e6fb;
  border-radius: 20px;
}

.mcp-benefit-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 21px;
  font-weight: 600;
}

.mcp-benefit-list p {
  margin: 0;
  color: #566170;
  line-height: 1.7;
}

.mcp-process-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #c8dcfb;
  border-radius: 32px;
  background: var(--white);
}

.mcp-process-track article {
  min-height: 360px;
  padding: 34px;
  border-right: 1px solid #c8dcfb;
}

.mcp-process-track article:nth-child(2) {
  background: #f6f9fe;
}

.mcp-process-track article:last-child {
  border-right: 0;
}

.mcp-process-track span {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 52px;
  background: var(--navy);
  border-radius: 50%;
  color: var(--white);
  font-weight: 700;
}

.mcp-common-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: 34px;
  align-items: start;
}

.mcp-common-card {
  position: sticky;
  top: 140px;
  padding: 38px;
  background: var(--navy);
  border-radius: 32px;
  color: var(--white);
}

.mcp-common-card .section-label,
.mcp-common-card h2 {
  color: var(--white);
}

.mcp-common-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mcp-common-grid span {
  position: relative;
  padding: 18px 20px 18px 48px;
  background: var(--white);
  border: 1px solid #c8dcfb;
  border-radius: 18px;
}

.mcp-common-grid span::before {
  content: "\F26E";
  position: absolute;
  left: 20px;
  top: 19px;
  color: #1f5eea;
  font-family: "bootstrap-icons";
}

.mcp-practice-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.24fr);
  gap: 30px;
  align-items: stretch;
}

.mcp-practice-layout figure {
  min-height: 620px;
  border-radius: 34px;
}

.mcp-practice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mcp-practice-grid article {
  padding: 26px;
  background: #f6f9fe;
  border: 1px solid #c8dcfb;
  border-radius: 24px;
}

.mcp-why-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  overflow: hidden;
  align-items: stretch;
  background: var(--navy);
  border-radius: 38px;
  color: var(--white);
}

.mcp-why-copy {
  padding: 28px 34px;
}

.mcp-why-copy .section-label,
.mcp-why-copy h2 {
  color: var(--white);
}

.mcp-why-copy p {
  max-width: 720px;
  color: #dbe5f5;
}

.mcp-why-panel figure {
  min-height: 0;
}

.mcp-faq-section {
  padding: 96px 0 112px;
  background: var(--white);
}

.mcp-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 42px;
  align-items: start;
}

.mcp-faq-copy {
  position: sticky;
  top: 140px;
  padding: 34px;
  background: #f6f9fe;
  border: 1px solid #c8dcfb;
  border-radius: 28px;
}

.mcp-faq-copy h2 {
  margin: 14px 0 18px;
  color: var(--navy);
  font-size: clamp(30px, 3.6vw, 50px);
  font-weight: 500;
  line-height: 1.14;
}

.mcp-faq-copy p {
  margin: 0;
  color: #566170;
  line-height: 1.78;
}

.mcp-faq-accordion {
  display: grid;
  gap: 14px;
}

.mcp-faq-accordion .accordion-item {
  overflow: hidden;
  background: var(--white);
  border: 1px solid #c8dcfb;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(26, 39, 68, 0.05);
}

.mcp-faq-accordion .accordion-button {
  padding: 22px 24px;
  color: var(--navy);
  background: var(--white);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  box-shadow: none;
}

.mcp-faq-accordion .accordion-button:not(.collapsed) {
  background: var(--navy);
  color: var(--white);
}

.mcp-faq-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.mcp-faq-accordion .accordion-body {
  padding: 22px 24px 24px;
  color: #4d596a;
  line-height: 1.78;
}

.emo-hero {
  padding: 96px 0 112px;
  background:
    linear-gradient(120deg, rgba(26, 39, 68, 0.96), rgba(26, 39, 68, 0.76)),
    url("../images/expert-medical-opinion-1.jpg") center / cover no-repeat;
  color: var(--white);
}

.emo-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  gap: 48px;
  align-items: center;
}

.emo-hero .criminal-breadcrumb,
.emo-hero .criminal-breadcrumb a,
.emo-hero .criminal-breadcrumb span,
.emo-hero .criminal-breadcrumb strong,
.emo-hero .section-label {
  color: rgba(255, 255, 255, 0.8);
}

.emo-hero h1 {
  max-width: 880px;
  margin: 16px 0 22px;
  font-size: clamp(36px, 4.8vw, 66px);
  font-weight: 500;
  line-height: 1.08;
}

.emo-hero p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16.5px;
  line-height: 1.82;
}

.emo-hero__stack {
  display: grid;
  gap: 18px;
}

.emo-hero__stack figure,
.emo-focus-layout figure,
.emo-benefit-layout figure,
.emo-cases-card img,
.emo-why-layout figure {
  margin: 0;
  overflow: hidden;
}

.emo-hero__stack figure {
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  box-shadow: 0 28px 66px rgba(0, 0, 0, 0.28);
}

.emo-hero__stack img,
.emo-focus-layout img,
.emo-benefit-layout img,
.emo-cases-card img,
.emo-why-layout img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.emo-hero__stack > div {
  padding: 28px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 28px;
  color: var(--navy);
}

.emo-hero__stack i {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: var(--navy);
  border-radius: 18px;
  color: var(--white);
  font-size: 28px;
}

.emo-hero__stack strong,
.emo-hero__stack span {
  display: block;
}

.emo-hero__stack strong {
  font-size: 24px;
  font-weight: 600;
}

.emo-hero__stack span {
  margin-top: 8px;
  color: #566170;
  line-height: 1.65;
}

.emo-focus-section,
.emo-include-section,
.emo-process-section,
.emo-cases-section,
.emo-why-section {
  padding: 96px 0 112px;
  background: var(--white);
}

.emo-focus-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.84fr);
  gap: 34px;
  align-items: stretch;
}

.emo-focus-copy {
  padding: 44px;
  background: #f6f9fe;
  border: 1px solid #c8dcfb;
  border-radius: 32px;
}

.emo-focus-copy h2,
.emo-section-head h2,
.emo-cases-card h2,
.emo-review-panel h2,
.emo-why-copy h2 {
  margin: 14px 0 22px;
  color: var(--navy);
  font-size: clamp(30px, 3.4vw, 52px);
  font-weight: 500;
  line-height: 1.14;
}

.emo-focus-copy p,
.emo-why-copy p {
  color: #465061;
  font-size: 16px;
  line-height: 1.82;
}

.emo-focus-layout figure {
  min-height: 460px;
  border-radius: 32px;
  box-shadow: 0 22px 52px rgba(26, 39, 68, 0.12);
}

.emo-section-head {
  max-width: 940px;
  margin: 0 auto 48px;
  text-align: center;
}

.emo-section-head--left {
  margin-left: 0;
  text-align: left;
}

.emo-include-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.emo-include-grid article {
  min-height: 285px;
  padding: 30px;
  background: #f6f9fe;
  border: 1px solid #c8dcfb;
  border-radius: 28px;
  box-shadow: 0 16px 34px rgba(26, 39, 68, 0.05);
}

.emo-include-grid i {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  background: var(--navy);
  border-radius: 18px;
  color: var(--white);
  font-size: 27px;
}

.emo-include-grid h3,
.emo-process-flow h3,
.emo-cases-grid h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.25;
}

.emo-include-grid p,
.emo-process-flow p,
.emo-cases-grid p,
.emo-review-grid span {
  margin: 0;
  color: #465061;
  font-size: 15.5px;
  line-height: 1.76;
}

.emo-benefit-section,
.emo-review-section {
  padding: 96px 0 112px;
  background: #f6f9fe;
}

.emo-benefit-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: stretch;
}

.emo-benefit-layout figure {
  min-height: 620px;
  border-radius: 34px;
  box-shadow: 0 22px 52px rgba(26, 39, 68, 0.12);
}

.emo-benefit-layout > div {
  padding: 38px;
  background: var(--white);
  border: 1px solid #c8dcfb;
  border-radius: 34px;
}

.emo-benefit-list {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.emo-benefit-list article {
  padding: 22px 24px;
  background: #f6f9fe;
  border: 1px solid #d7e6fb;
  border-radius: 20px;
}

.emo-benefit-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 600;
}

.emo-benefit-list p {
  margin: 0;
  color: #566170;
  line-height: 1.68;
}

.emo-process-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid #c8dcfb;
  border-radius: 32px;
}

.emo-process-flow article {
  min-height: 340px;
  padding: 34px;
  background: var(--white);
  border-right: 1px solid #c8dcfb;
}

.emo-process-flow article:nth-child(2) {
  background: #f6f9fe;
}

.emo-process-flow article:last-child {
  border-right: 0;
}

.emo-process-flow span {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
  background: var(--navy);
  border-radius: 50%;
  color: var(--white);
  font-weight: 700;
}

.emo-cases-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 32px;
  align-items: start;
}

.emo-cases-card {
  position: sticky;
  top: 140px;
  padding: 34px;
  background: var(--navy);
  border-radius: 32px;
  color: var(--white);
}

.emo-cases-card .section-label,
.emo-cases-card h2 {
  color: var(--white);
}

.emo-cases-card img {
  height: 230px;
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
}

.emo-cases-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.emo-cases-grid article {
  padding: 26px;
  background: #f6f9fe;
  border: 1px solid #c8dcfb;
  border-radius: 24px;
}

.emo-review-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  padding: 38px;
  background: var(--navy);
  border-radius: 36px;
}

.emo-review-panel .section-label,
.emo-review-panel h2 {
  color: var(--white);
}

.emo-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.emo-review-grid span {
  position: relative;
  padding: 16px 18px 16px 46px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  color: #edf4ff;
}

.emo-review-grid span::before {
  content: "\F26E";
  position: absolute;
  left: 18px;
  top: 17px;
  color: #bfd8ff;
  font-family: "bootstrap-icons";
}

.emo-why-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  overflow: hidden;
  align-items: stretch;
  background: #f6f9fe;
  border: 1px solid #c8dcfb;
  border-radius: 36px;
}

.emo-why-copy {
  padding: 44px;
}

.emo-why-layout figure {
  min-height: 360px;
}

.emo-faq-section {
  padding: 96px 0 112px;
  background: var(--white);
}

.emo-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 42px;
  align-items: start;
}

.emo-faq-copy {
  position: sticky;
  top: 140px;
  padding: 34px;
  background: #f6f9fe;
  border: 1px solid #c8dcfb;
  border-radius: 28px;
}

.emo-faq-copy h2 {
  margin: 14px 0 18px;
  color: var(--navy);
  font-size: clamp(30px, 3.6vw, 50px);
  font-weight: 500;
  line-height: 1.14;
}

.emo-faq-copy p {
  margin: 0;
  color: #566170;
  line-height: 1.78;
}

.emo-faq-accordion {
  display: grid;
  gap: 14px;
}

.emo-faq-accordion .accordion-item {
  overflow: hidden;
  background: var(--white);
  border: 1px solid #c8dcfb;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(26, 39, 68, 0.05);
}

.emo-faq-accordion .accordion-button {
  padding: 22px 24px;
  color: var(--navy);
  background: var(--white);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  box-shadow: none;
}

.emo-faq-accordion .accordion-button:not(.collapsed) {
  background: var(--navy);
  color: var(--white);
}

.emo-faq-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.emo-faq-accordion .accordion-body {
  padding: 22px 24px 24px;
  color: #4d596a;
  line-height: 1.78;
}

@media (max-width: 767.98px) {
  .emo-hero,
  .emo-focus-section,
  .emo-include-section,
  .emo-benefit-section,
  .emo-process-section,
  .emo-cases-section,
  .emo-review-section,
  .emo-why-section,
  .emo-faq-section {
    padding: 64px 0 76px;
  }

  .emo-hero__grid,
  .emo-focus-layout,
  .emo-include-grid,
  .emo-benefit-layout,
  .emo-process-flow,
  .emo-cases-layout,
  .emo-cases-grid,
  .emo-review-panel,
  .emo-review-grid,
  .emo-why-layout,
  .emo-faq-layout {
    grid-template-columns: 1fr;
  }

  .emo-hero h1 {
    font-size: 34px;
  }

  .emo-hero__stack figure,
  .emo-focus-layout figure,
  .emo-benefit-layout figure,
  .emo-why-layout figure {
    min-height: 260px;
    height: auto;
  }

  .emo-hero__stack figure {
    height: 280px;
  }

  .emo-focus-copy,
  .emo-benefit-layout > div,
  .emo-cases-card,
  .emo-review-panel,
  .emo-why-copy {
    padding: 28px;
  }

  .emo-section-head {
    margin-bottom: 32px;
    text-align: left;
  }

  .emo-include-grid article,
  .emo-process-flow article {
    min-height: auto;
    padding: 26px;
  }

  .emo-process-flow {
    border-radius: 24px;
  }

  .emo-process-flow article {
    border-right: 0;
    border-bottom: 1px solid #c8dcfb;
  }

  .emo-process-flow article:last-child {
    border-bottom: 0;
  }

  .emo-process-flow span {
    margin-bottom: 28px;
  }

  .emo-cases-card {
    position: static;
  }

  .emo-cases-card img {
    height: 190px;
  }

  .emo-review-panel,
  .emo-why-layout {
    border-radius: 28px;
  }

  .emo-faq-copy {
    position: static;
    padding: 28px;
  }

  .emo-faq-accordion .accordion-button {
    padding: 18px 20px;
    font-size: 16px;
  }

  .emo-faq-accordion .accordion-body {
    padding: 18px 20px 20px;
  }
}

@media (max-width: 767.98px) {
  .mcp-hero,
  .mcp-litigation-section,
  .mcp-includes-section,
  .mcp-benefits-section,
  .mcp-process-section,
  .mcp-common-section,
  .mcp-practice-section,
  .mcp-why-section,
  .mcp-faq-section {
    padding: 64px 0 76px;
  }

  .mcp-hero__grid,
  .mcp-litigation-layout,
  .mcp-benefits-layout,
  .mcp-common-layout,
  .mcp-practice-layout,
  .mcp-why-panel,
  .mcp-lane-grid,
  .mcp-process-track,
  .mcp-common-grid,
  .mcp-practice-grid,
  .mcp-faq-layout {
    grid-template-columns: 1fr;
  }

  .mcp-hero h1 {
    font-size: 34px;
  }

  .mcp-hero__visual,
  .mcp-benefits-layout figure,
  .mcp-practice-layout figure,
  .mcp-why-panel figure {
    min-height: 260px;
  }

  .mcp-hero__visual figcaption {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 18px;
  }

  .mcp-litigation-card,
  .mcp-benefits-layout > div,
  .mcp-common-card,
  .mcp-why-copy {
    padding: 28px;
  }

  .mcp-litigation-visuals img {
    min-height: 260px;
  }

  .mcp-section-head {
    margin-bottom: 32px;
    text-align: left;
  }

  .mcp-lane-grid article,
  .mcp-process-track article {
    min-height: auto;
    padding: 26px;
  }

  .mcp-process-track {
    border-radius: 24px;
  }

  .mcp-process-track article {
    border-right: 0;
    border-bottom: 1px solid #c8dcfb;
  }

  .mcp-process-track article:last-child {
    border-bottom: 0;
  }

  .mcp-process-track span {
    margin-bottom: 28px;
  }

  .mcp-common-card {
    position: static;
  }

  .mcp-why-panel {
    align-items: stretch;
    border-radius: 28px;
  }

  .mcp-why-panel figure {
    min-height: 220px;
  }

  .mcp-faq-copy {
    position: static;
    padding: 28px;
  }

  .mcp-faq-accordion .accordion-button {
    padding: 18px 20px;
    font-size: 16px;
  }

  .mcp-faq-accordion .accordion-body {
    padding: 18px 20px 20px;
  }
}

.life-care-hero {
  padding: 96px 0 112px;
  background:
    linear-gradient(120deg, rgba(26, 39, 68, 0.96), rgba(26, 39, 68, 0.74)),
    url("../images/medical-review.jpeg") center / cover no-repeat;
  background-color: var(--navy);
  color: var(--white);
}

.life-care-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 56px;
  align-items: center;
}

.life-care-hero .criminal-breadcrumb,
.life-care-hero .criminal-breadcrumb a,
.life-care-hero .criminal-breadcrumb strong {
  color: rgba(255, 255, 255, 0.82);
}

.life-care-hero .section-label {
  color: rgba(255, 255, 255, 0.72);
}

.life-care-hero h1 {
  max-width: 860px;
  margin: 18px 0 24px;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.16;
}

.life-care-hero p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.82;
}

.life-care-hero__panel {
  padding: 38px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
}

.life-care-hero__panel i {
  display: inline-flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
  background: var(--navy);
  color: var(--white);
  font-size: 34px;
}

.life-care-hero__panel strong,
.life-care-hero__panel span {
  display: block;
}

.life-care-hero__panel strong {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.life-care-hero__panel span {
  margin-top: 14px;
  color: #566170;
  line-height: 1.7;
}

.life-care-intro-section {
  padding: 92px 0 100px;
  background: var(--white);
}

.life-care-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 46px;
  align-items: stretch;
}

.life-care-intro-copy {
  padding: 36px 0;
}

.life-care-intro-copy h2 {
  max-width: 820px;
  margin: 14px 0 24px;
  color: var(--navy);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 500;
  line-height: 1.24;
}

.life-care-intro-copy p {
  max-width: 880px;
  color: #465061;
  font-size: 17px;
  line-height: 1.86;
}

.life-care-intro-card {
  padding: 38px;
  background: #f5f9ff;
  border: 1px solid #bfd8ff;
  border-radius: 26px;
  box-shadow: 0 18px 44px rgba(26, 39, 68, 0.07);
}

.life-care-intro-card i {
  display: inline-flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  background: var(--navy);
  border-radius: 20px;
  color: var(--white);
  font-size: 32px;
}

.life-care-intro-card h3 {
  margin: 0 0 24px;
  color: #002b73;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.22;
}

.life-care-intro-card p {
  margin: 0 0 24px;
  color: #465061;
  line-height: 1.78;
}

.life-care-intro-card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.life-care-intro-card li {
  position: relative;
  padding-left: 30px;
  color: #4d596a;
  line-height: 1.7;
}

.life-care-intro-card li::before {
  content: "\F26A";
  position: absolute;
  left: 0;
  top: 2px;
  color: #1f5eea;
  font-family: "bootstrap-icons";
}

.life-care-intro-card__note {
  margin-top: 26px;
  padding: 18px;
  background: var(--white);
  border: 1px solid rgba(31, 94, 234, 0.16);
  border-radius: 18px;
}

.life-care-intro-card__note strong,
.life-care-intro-card__note span {
  display: block;
}

.life-care-intro-card__note strong {
  color: var(--navy);
  font-size: 16px;
  font-weight: 700;
}

.life-care-intro-card__note span {
  margin-top: 6px;
  color: #596273;
  line-height: 1.6;
}

.life-care-meaning-section {
  padding: 92px 0 104px;
  background: #f5f9ff;
}

.life-care-meaning-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 34px;
  align-items: stretch;
}

.life-care-meaning-card {
  padding: 42px;
  background: var(--white);
  border: 1px solid #bfd8ff;
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(26, 39, 68, 0.07);
}

.life-care-meaning-card h2 {
  max-width: 850px;
  margin: 14px 0 24px;
  color: var(--navy);
  font-size: clamp(30px, 3.6vw, 50px);
  font-weight: 500;
  line-height: 1.14;
}

.life-care-meaning-card p {
  max-width: 940px;
  color: #465061;
  font-size: 16px;
  line-height: 1.84;
}

.life-care-meaning-aside {
  padding: 34px;
  background: var(--navy);
  border-radius: 28px;
  color: var(--white);
}

.life-care-meaning-aside i {
  display: inline-flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  font-size: 32px;
}

.life-care-meaning-aside h3 {
  margin: 0 0 22px;
  font-size: 28px;
  font-weight: 500;
}

.life-care-case-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.life-care-case-chips span {
  display: inline-flex;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.35;
}

.life-care-specialty-section {
  padding: 92px 0 104px;
  background: var(--white);
}

.life-care-specialty-header {
  max-width: 900px;
  margin: 0 auto 48px;
  text-align: center;
}

.life-care-specialty-header h2 {
  margin: 14px 0 18px;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.14;
}

.life-care-specialty-header p {
  color: #596273;
  font-size: 17px;
  line-height: 1.78;
}

.life-care-specialty-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.life-care-specialty-grid article {
  perspective: 1200px;
  min-height: 360px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 24px;
  box-shadow: none;
  animation: fadeUp 650ms ease both;
}

.life-care-specialty-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 360px;
  transition: transform 700ms ease;
  transform-style: preserve-3d;
}

.life-care-specialty-grid article:hover .life-care-specialty-card-inner,
.life-care-specialty-grid article:focus-within .life-care-specialty-card-inner {
  transform: rotateY(180deg);
}

.life-care-specialty-face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  padding: 30px;
  backface-visibility: hidden;
  border: 1px solid #bfd8ff;
  border-radius: 24px;
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 18px 44px rgba(26, 39, 68, 0.14);
}

.life-care-specialty-back {
  transform: rotateY(180deg);
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

.life-care-specialty-grid i {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  background: #dcecff;
  border: 1px solid #bfd8ff;
  border-radius: 18px;
  color: #1f5eea;
  font-size: 28px;
}

.life-care-specialty-grid h3 {
  margin: 0 0 16px;
  color: #002b73;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.28;
}

.life-care-specialty-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.76;
}

.life-care-defensible-section {
  padding: 92px 0 104px;
  background: #f5f9ff;
}

.life-care-defensible-header {
  max-width: 860px;
  margin: 0 auto 46px;
  text-align: center;
}

.life-care-defensible-header h2 {
  margin: 14px 0 0;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.14;
}

.life-care-defensible-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.life-care-defensible-grid article {
  position: relative;
  min-height: 300px;
  padding: 34px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid #bfd8ff;
  border-radius: 24px;
  box-shadow: 0 16px 38px rgba(26, 39, 68, 0.06);
  animation: fadeUp 650ms ease both;
}

.life-care-defensible-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 86px;
  height: 86px;
  background: var(--navy);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.life-care-defensible-grid i {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  background: #dcecff;
  border: 1px solid #b9d5ff;
  border-radius: 18px;
  color: #1f5eea;
  font-size: 28px;
}

.life-care-defensible-grid h3 {
  margin: 0 0 16px;
  color: #002b73;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.28;
}

.life-care-defensible-grid p {
  margin: 0;
  color: #4d596a;
  line-height: 1.78;
}

.life-care-draft-section {
  padding: 92px 0 104px;
  background: var(--white);
}

.life-care-draft-header {
  max-width: 860px;
  margin: 0 auto 48px;
  text-align: center;
}

.life-care-draft-header h2 {
  margin: 14px 0 0;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.12;
}

.life-care-draft-flow {
  display: grid;
  gap: 22px;
  counter-reset: draftStep;
}

.life-care-draft-flow article {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  padding: 26px;
  background: #f5f9ff;
  border: 1px solid #bfd8ff;
  border-radius: 26px;
  box-shadow: 0 14px 34px rgba(26, 39, 68, 0.05);
}

.life-care-draft-flow article span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  border-radius: 22px;
  color: var(--white);
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.life-care-draft-flow article div {
  padding: 10px 0;
}

.life-care-draft-flow h3 {
  margin: 0 0 14px;
  color: #002b73;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
}

.life-care-draft-flow p {
  margin: 0;
  color: #4d596a;
  line-height: 1.78;
}

.life-care-draft-note {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 28px;
  padding: 26px;
  background: var(--navy);
  border-radius: 24px;
  color: var(--white);
}

.life-care-draft-note i {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border-radius: 18px;
  color: var(--navy);
  font-size: 28px;
}

.life-care-draft-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.76;
}

.life-care-support-section {
  padding: 92px 0 104px;
  background: #f5f9ff;
}

.life-care-support-header {
  max-width: 900px;
  margin: 0 auto 48px;
  text-align: center;
}

.life-care-support-header h2 {
  margin: 14px 0 18px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.12;
}

.life-care-support-header p {
  color: #596273;
  font-size: 17px;
  line-height: 1.78;
}

.life-care-support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.life-care-support-grid article {
  position: relative;
  min-height: 360px;
  padding: 86px 28px 30px;
  background: var(--white);
  border: 1px solid #bfd8ff;
  border-radius: 26px;
  box-shadow: 0 16px 38px rgba(26, 39, 68, 0.06);
  animation: fadeUp 650ms ease both;
}

.life-care-support-grid span {
  position: absolute;
  top: 24px;
  left: 28px;
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  border-radius: 16px;
  color: var(--white);
  font-weight: 700;
}

.life-care-support-grid h3 {
  margin: 0 0 16px;
  color: #002b73;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.28;
}

.life-care-support-grid p {
  margin: 0;
  color: #4d596a;
  font-size: 15px;
  line-height: 1.78;
}

.life-care-includes-section {
  padding: 92px 0 104px;
  background: #f5f9ff;
}

.life-care-includes-header {
  max-width: 940px;
  margin: 0 auto 48px;
  text-align: center;
}

.life-care-includes-header h2 {
  margin: 14px 0 18px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.12;
}

.life-care-includes-header p {
  color: #596273;
  font-size: 17px;
  line-height: 1.78;
}

.life-care-includes-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 28px;
}

.life-care-report-column {
  padding: 34px;
  background: var(--white);
  border: 1px solid #bfd8ff;
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(26, 39, 68, 0.07);
}

.life-care-report-column--dark {
  background: var(--navy);
  border-color: var(--navy);
}

.life-care-report-title {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 28px;
}

.life-care-report-title i {
  display: inline-flex;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  align-items: center;
  justify-content: center;
  background: #dcecff;
  border: 1px solid #bfd8ff;
  border-radius: 18px;
  color: #1f5eea;
  font-size: 28px;
}

.life-care-report-column--dark .life-care-report-title i {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--white);
}

.life-care-report-title h3 {
  margin: 0;
  color: #002b73;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.22;
}

.life-care-report-column--dark h3 {
  color: var(--white);
}

.life-care-report-column ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.life-care-report-column li {
  position: relative;
  padding-left: 28px;
  color: #4d596a;
  line-height: 1.68;
}

.life-care-report-column--dark li {
  color: rgba(255, 255, 255, 0.8);
}

.life-care-report-column li::before {
  content: "\F26E";
  position: absolute;
  left: 0;
  top: 2px;
  color: #1f5eea;
  font-family: "bootstrap-icons";
}

.life-care-report-column--dark li::before {
  color: #dcecff;
}

.life-care-includes-note {
  display: flex;
  gap: 18px;
  align-items: center;
  max-width: 900px;
  margin: 30px auto 0;
  padding: 22px 26px;
  background: var(--white);
  border: 1px solid #bfd8ff;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(26, 39, 68, 0.05);
}

.life-care-includes-note i {
  color: #1f5eea;
  font-size: 28px;
}

.life-care-includes-note p {
  margin: 0;
  color: var(--navy);
  font-weight: 600;
  line-height: 1.6;
}

.life-care-why-section {
  padding: 96px 0 108px;
  background: var(--white);
}

.life-care-why-header {
  max-width: 940px;
  margin: 0 auto 48px;
  text-align: center;
}

.life-care-why-header h2 {
  margin: 14px 0 18px;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.14;
}

.life-care-why-header p {
  color: #596273;
  font-size: 17px;
  line-height: 1.78;
}

.life-care-why-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: stretch;
}

.life-care-why-feature {
  padding: 40px;
  background: var(--navy);
  border-radius: 28px;
  color: var(--white);
  box-shadow: 0 20px 50px rgba(26, 39, 68, 0.16);
}

.life-care-why-feature i {
  display: inline-flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  font-size: 34px;
}

.life-care-why-feature h3 {
  margin: 0 0 18px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.18;
}

.life-care-why-feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.84;
}

.life-care-why-feature ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.life-care-why-feature li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.65;
}

.life-care-why-feature li::before {
  content: "\F26A";
  position: absolute;
  left: 0;
  top: 2px;
  color: #dcecff;
  font-family: "bootstrap-icons";
}

.life-care-why-stack {
  display: grid;
  gap: 16px;
}

.life-care-why-stack article {
  padding: 26px;
  background: #f5f9ff;
  border: 1px solid #bfd8ff;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(26, 39, 68, 0.05);
}

.life-care-why-stack span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #1f5eea;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.life-care-why-stack h3 {
  margin: 0 0 10px;
  color: #002b73;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.28;
}

.life-care-why-stack p {
  margin: 0;
  color: #4d596a;
  line-height: 1.72;
}

.life-care-turnaround {
  display: grid;
  grid-template-columns: 64px auto minmax(220px, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 28px;
  padding: 22px 26px;
  background: #f5f9ff;
  border: 1px solid #bfd8ff;
  border-radius: 22px;
}

.life-care-turnaround i {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  border-radius: 16px;
  color: var(--white);
  font-size: 26px;
}

.life-care-turnaround strong {
  color: var(--navy);
  font-size: 18px;
}

.life-care-turnaround span {
  color: #596273;
  line-height: 1.6;
}

.life-care-faq-section {
  padding: 92px 0 104px;
  background: #f5f9ff;
}

.life-care-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 42px;
  align-items: start;
}

.life-care-faq-copy {
  position: sticky;
  top: 140px;
  padding: 34px;
  background: var(--navy);
  border-radius: 24px;
  color: var(--white);
}

.life-care-faq-copy .section-label {
  color: rgba(255, 255, 255, 0.7);
}

.life-care-faq-copy h2 {
  margin: 14px 0 18px;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 500;
  line-height: 1.12;
}

.life-care-faq-copy p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.78;
}

.life-care-faq-accordion {
  display: grid;
  gap: 14px;
}

.life-care-faq-accordion .accordion-item {
  overflow: hidden;
  border: 1px solid #bfd8ff;
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 14px 32px rgba(26, 39, 68, 0.05);
}

.life-care-faq-accordion .accordion-button {
  padding: 22px 24px;
  color: #002b73;
  background: var(--white);
  font-size: 17px;
  font-weight: 600;
  box-shadow: none;
}

.life-care-faq-accordion .accordion-button:not(.collapsed) {
  background: var(--white);
  color: var(--navy);
}

.life-care-faq-accordion .accordion-body {
  padding: 0 24px 24px;
  color: #4d596a;
  line-height: 1.78;
}

.mass-tort-hero {
  padding: 96px 0 112px;
  background:
    linear-gradient(120deg, rgba(26, 39, 68, 0.96), rgba(26, 39, 68, 0.74)),
    url("../images/mass-tort-services-1.jpg") center / cover no-repeat;
  background-color: var(--navy);
  color: var(--white);
}

.mass-tort-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 56px;
  align-items: center;
}

.mass-tort-hero .criminal-breadcrumb,
.mass-tort-hero .criminal-breadcrumb a,
.mass-tort-hero .criminal-breadcrumb strong {
  color: rgba(255, 255, 255, 0.82);
}

.mass-tort-hero .section-label {
  color: rgba(255, 255, 255, 0.72);
}

.mass-tort-hero h1 {
  max-width: 880px;
  margin: 18px 0 24px;
  font-size: clamp(32px, 3.8vw, 50px);
  font-weight: 500;
  line-height: 1.18;
}

.mass-tort-hero p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.82;
}

.mass-tort-hero__panel {
  padding: 38px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
}

.mass-tort-section-image,
.mass-tort-wide-image img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.mass-tort-hero__image {
  height: 170px;
  margin-bottom: 26px;
  border: 1px solid #d7e6fb;
  border-radius: 20px;
}

.mass-tort-hero__panel i {
  display: inline-flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
  background: var(--navy);
  color: var(--white);
  font-size: 34px;
}

.mass-tort-hero__panel strong,
.mass-tort-hero__panel span {
  display: block;
}

.mass-tort-hero__panel strong {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.mass-tort-hero__panel span {
  margin-top: 14px;
  color: #566170;
  line-height: 1.7;
}

.mass-tort-intro-section {
  padding: 92px 0 100px;
  background: var(--white);
}

.mass-tort-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 46px;
  align-items: stretch;
}

.mass-tort-intro-copy {
  padding: 34px 0;
}

.mass-tort-intro-copy h2 {
  max-width: 820px;
  margin: 14px 0 24px;
  color: var(--navy);
  font-size: clamp(30px, 3.6vw, 52px);
  font-weight: 500;
  line-height: 1.14;
}

.mass-tort-intro-copy p {
  max-width: 900px;
  color: #465061;
  font-size: 16px;
  line-height: 1.86;
}

.mass-tort-intro-panel {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: #f5f9ff;
  border: 1px solid #bfd8ff;
  border-radius: 26px;
}

.mass-tort-intro-image {
  height: 230px;
  border-radius: 20px;
}

.mass-tort-intro-panel div {
  padding: 28px;
  background: var(--white);
  border: 1px solid rgba(31, 94, 234, 0.16);
  border-radius: 20px;
  box-shadow: 0 12px 26px rgba(26, 39, 68, 0.04);
}

.mass-tort-intro-panel strong,
.mass-tort-intro-panel span {
  display: block;
}

.mass-tort-intro-panel strong {
  color: #002b73;
  font-size: 24px;
  font-weight: 600;
}

.mass-tort-intro-panel span {
  margin-top: 10px;
  color: #596273;
  line-height: 1.7;
}

.mass-tort-benefits-section {
  padding: 92px 0 104px;
  background: #f5f9ff;
}

.mass-tort-benefits-header {
  max-width: 960px;
  margin: 0 auto 48px;
  text-align: center;
}

.mass-tort-benefits-header h2 {
  margin: 14px 0 0;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.14;
}

.mass-tort-wide-image {
  margin: 0 0 34px;
  overflow: hidden;
  border: 1px solid #bfd8ff;
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.08);
}

.mass-tort-wide-image img {
  height: 330px;
}

.mass-tort-wide-image--cases {
  max-width: 980px;
  margin: 0 auto 42px;
}

.mass-tort-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.mass-tort-benefits-grid article {
  position: relative;
  min-height: 390px;
  padding: 28px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid #bfd8ff;
  border-radius: 24px;
  box-shadow: 0 16px 38px rgba(26, 39, 68, 0.06);
  animation: fadeUp 650ms ease both;
}

.mass-tort-benefits-grid article::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: rgba(31, 94, 234, 0.08);
}

.mass-tort-benefits-grid span {
  display: inline-flex;
  margin-bottom: 22px;
  color: #1f5eea;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mass-tort-benefits-grid i {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  background: var(--navy);
  border-radius: 18px;
  color: var(--white);
  font-size: 28px;
}

.mass-tort-benefits-grid h3 {
  margin: 0 0 16px;
  color: #002b73;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.28;
}

.mass-tort-benefits-grid p {
  margin: 0;
  color: #4d596a;
  font-size: 15px;
  line-height: 1.78;
}

.mass-tort-workflow-section {
  padding: 92px 0 104px;
  background: var(--white);
}

.mass-tort-workflow-header {
  max-width: 900px;
  margin: 0 auto 48px;
  text-align: center;
}

.mass-tort-workflow-header h2 {
  margin: 14px 0 0;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.14;
}

.mass-tort-workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.mass-tort-workflow-grid article {
  position: relative;
  min-height: 300px;
  padding: 76px 28px 28px;
  background: #f5f9ff;
  border: 1px solid #bfd8ff;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(26, 39, 68, 0.05);
  animation: fadeUp 650ms ease both;
}

.mass-tort-workflow-grid span {
  position: absolute;
  top: 24px;
  left: 28px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  border-radius: 14px;
  color: var(--white);
  font-weight: 700;
}

.mass-tort-workflow-grid h3 {
  margin: 0 0 14px;
  color: #002b73;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.28;
}

.mass-tort-workflow-grid p {
  margin: 0;
  color: #4d596a;
  font-size: 15px;
  line-height: 1.76;
}

.mass-tort-cases-section {
  padding: 92px 0 104px;
  background: #f5f9ff;
}

.mass-tort-cases-header {
  max-width: 920px;
  margin: 0 auto 48px;
  text-align: center;
}

.mass-tort-cases-header h2 {
  margin: 14px 0 18px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.12;
}

.mass-tort-cases-header p {
  color: #596273;
  font-size: 17px;
  line-height: 1.78;
}

.mass-tort-cases-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.mass-tort-cases-grid article {
  grid-column: span 2;
  min-height: 330px;
  padding: 30px;
  background: var(--white);
  border: 1px solid #bfd8ff;
  border-radius: 26px;
  box-shadow: 0 16px 38px rgba(26, 39, 68, 0.06);
  animation: fadeUp 650ms ease both;
}

.mass-tort-cases-grid article:nth-child(1),
.mass-tort-cases-grid article:nth-child(2) {
  grid-column: span 3;
}

.mass-tort-cases-grid i {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  background: #dcecff;
  border: 1px solid #bfd8ff;
  border-radius: 18px;
  color: #1f5eea;
  font-size: 28px;
}

.mass-tort-cases-grid h3 {
  margin: 0 0 16px;
  color: #002b73;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.28;
}

.mass-tort-cases-grid p {
  margin: 0;
  color: #4d596a;
  line-height: 1.78;
}

.mass-tort-partner-section {
  padding: 96px 0 108px;
  background: var(--white);
}

.mass-tort-partner-header {
  max-width: 980px;
  margin: 0 auto 48px;
  text-align: center;
}

.mass-tort-partner-header h2 {
  margin: 14px 0 18px;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.14;
}

.mass-tort-partner-header p {
  color: #596273;
  font-size: 17px;
  line-height: 1.78;
}

.mass-tort-partner-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.mass-tort-partner-note {
  position: sticky;
  top: 140px;
  padding: 36px;
  background: var(--navy);
  border-radius: 28px;
  color: var(--white);
}

.mass-tort-partner-note i {
  display: inline-flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  font-size: 32px;
}

.mass-tort-partner-note h3 {
  margin: 0 0 18px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.18;
}

.mass-tort-partner-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.82;
}

.mass-tort-partner-image {
  height: 190px;
  margin-top: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
}

.mass-tort-partner-list {
  display: grid;
  gap: 14px;
}

.mass-tort-partner-list article {
  display: grid;
  grid-template-columns: 64px minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 18px;
  align-items: start;
  padding: 22px;
  background: #f5f9ff;
  border: 1px solid #bfd8ff;
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(26, 39, 68, 0.04);
}

.mass-tort-partner-list span {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  border-radius: 14px;
  color: var(--white);
  font-weight: 700;
}

.mass-tort-partner-list h3 {
  margin: 0;
  color: #002b73;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

.mass-tort-partner-list p {
  margin: 0;
  color: #4d596a;
  font-size: 15px;
  line-height: 1.72;
}

.mass-tort-faq-section {
  padding: 92px 0 104px;
  background: #f5f9ff;
}

.mass-tort-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 42px;
  align-items: start;
}

.mass-tort-faq-copy {
  position: sticky;
  top: 140px;
  padding: 34px;
  background: var(--navy);
  border-radius: 24px;
  color: var(--white);
}

.mass-tort-faq-copy .section-label {
  color: rgba(255, 255, 255, 0.7);
}

.mass-tort-faq-copy h2 {
  margin: 14px 0 18px;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 500;
  line-height: 1.12;
}

.mass-tort-faq-copy p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.78;
}

.mass-tort-faq-accordion {
  display: grid;
  gap: 14px;
}

.mass-tort-faq-accordion .accordion-item {
  overflow: hidden;
  border: 1px solid #bfd8ff;
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 14px 32px rgba(26, 39, 68, 0.05);
}

.mass-tort-faq-accordion .accordion-button {
  padding: 22px 24px;
  color: #002b73;
  background: var(--white);
  font-size: 17px;
  font-weight: 600;
  box-shadow: none;
}

.mass-tort-faq-accordion .accordion-button:not(.collapsed) {
  background: var(--white);
  color: var(--navy);
}

.mass-tort-faq-accordion .accordion-body {
  padding: 0 24px 24px;
  color: #4d596a;
  line-height: 1.78;
}

.narrative-hero {
  padding: 96px 0 112px;
  background:
    linear-gradient(120deg, rgba(26, 39, 68, 0.96), rgba(26, 39, 68, 0.74)),
    url("../images/law-desk-gavel.jpeg") center / cover no-repeat;
  background-color: var(--navy);
  color: var(--white);
}

.narrative-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 56px;
  align-items: center;
}

.narrative-hero .criminal-breadcrumb,
.narrative-hero .criminal-breadcrumb a,
.narrative-hero .criminal-breadcrumb strong {
  color: rgba(255, 255, 255, 0.82);
}

.narrative-hero .section-label {
  color: rgba(255, 255, 255, 0.72);
}

.narrative-hero h1 {
  max-width: 880px;
  margin: 18px 0 24px;
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 500;
  line-height: 1.14;
}

.narrative-hero p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.82;
}

.narrative-hero__panel {
  padding: 38px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
}

.narrative-section-image,
.narrative-wide-image img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.narrative-hero__image {
  height: 170px;
  margin-bottom: 26px;
  border: 1px solid #d7e6fb;
  border-radius: 20px;
}

.narrative-hero__panel i {
  display: inline-flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
  background: var(--navy);
  color: var(--white);
  font-size: 34px;
}

.narrative-hero__panel strong,
.narrative-hero__panel span {
  display: block;
}

.narrative-hero__panel strong {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.narrative-hero__panel span {
  margin-top: 14px;
  color: #566170;
  line-height: 1.7;
}

.narrative-intro-section {
  padding: 92px 0 100px;
  background: var(--white);
}

.narrative-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 46px;
  align-items: stretch;
}

.narrative-intro-copy {
  padding: 34px 0;
}

.narrative-intro-copy h2 {
  max-width: 840px;
  margin: 14px 0 24px;
  color: var(--navy);
  font-size: clamp(30px, 3.6vw, 52px);
  font-weight: 500;
  line-height: 1.14;
}

.narrative-intro-copy p {
  max-width: 900px;
  color: #465061;
  font-size: 16px;
  line-height: 1.86;
}

.narrative-intro-panel {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: #f5f9ff;
  border: 1px solid #bfd8ff;
  border-radius: 26px;
}

.narrative-intro-image {
  height: 230px;
  border-radius: 20px;
}

.narrative-intro-panel div {
  padding: 26px;
  background: var(--white);
  border: 1px solid rgba(31, 94, 234, 0.16);
  border-radius: 20px;
  box-shadow: 0 12px 26px rgba(26, 39, 68, 0.04);
}

.narrative-intro-panel i {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  background: var(--navy);
  border-radius: 16px;
  color: var(--white);
  font-size: 26px;
}

.narrative-intro-panel strong,
.narrative-intro-panel span {
  display: block;
}

.narrative-intro-panel strong {
  color: #002b73;
  font-size: 22px;
  font-weight: 600;
}

.narrative-intro-panel span {
  margin-top: 10px;
  color: #596273;
  line-height: 1.7;
}

.narrative-benefits-section {
  padding: 94px 0 108px;
  background:
    linear-gradient(135deg, rgba(191, 216, 255, 0.28), transparent 34%),
    #f6f9fe;
}

.narrative-benefits-header {
  max-width: 920px;
  margin: 0 auto 46px;
  text-align: center;
}

.narrative-benefits-header h2 {
  margin: 14px 0 0;
  color: var(--navy);
  font-size: clamp(30px, 3.4vw, 50px);
  font-weight: 500;
  line-height: 1.16;
}

.narrative-wide-image {
  margin: 0 0 34px;
  overflow: hidden;
  border: 1px solid #c8dcfb;
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.08);
}

.narrative-wide-image img {
  height: 330px;
}

.narrative-benefits-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: stretch;
}

.narrative-benefit-main {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 42px;
  background: var(--navy);
  color: var(--white);
  border-radius: 30px;
  box-shadow: 0 24px 52px rgba(26, 39, 68, 0.18);
}

.narrative-benefit-main::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -120px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.narrative-benefit-main i,
.narrative-benefit-list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.narrative-benefit-main i {
  width: 74px;
  height: 74px;
  margin-bottom: 98px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  font-size: 32px;
}

.narrative-benefit-main span,
.narrative-benefit-list span {
  display: inline-block;
  color: #6f7a8c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.narrative-benefit-main span {
  color: #c8d6ec;
}

.narrative-benefit-main h3 {
  margin: 14px 0 18px;
  max-width: 420px;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 500;
  line-height: 1.08;
}

.narrative-benefit-main p {
  position: relative;
  z-index: 1;
  max-width: 470px;
  margin: 0;
  color: #dbe5f5;
  font-size: 16px;
  line-height: 1.86;
}

.narrative-benefit-list {
  display: grid;
  gap: 18px;
}

.narrative-benefit-list article {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 30px;
  background: var(--white);
  border: 1px solid #c8dcfb;
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(26, 39, 68, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.narrative-benefit-list article:hover {
  transform: translateY(-5px);
  border-color: rgba(26, 39, 68, 0.26);
  box-shadow: 0 22px 44px rgba(26, 39, 68, 0.1);
}

.narrative-benefit-list i {
  width: 64px;
  height: 64px;
  background: #eef5ff;
  border: 1px solid #c8dcfb;
  border-radius: 18px;
  color: #1f5eea;
  font-size: 27px;
}

.narrative-benefit-list h3 {
  margin: 8px 0 12px;
  color: var(--navy);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

.narrative-benefit-list p {
  margin: 0;
  color: #465061;
  font-size: 15.5px;
  line-height: 1.82;
}

.narrative-workflow-section {
  padding: 96px 0 110px;
  background: var(--white);
}

.narrative-workflow-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 46px;
}

.narrative-workflow-heading h2 {
  margin: 14px 0 0;
  color: var(--navy);
  font-size: clamp(30px, 3.4vw, 50px);
  font-weight: 500;
  line-height: 1.16;
}

.narrative-workflow-heading p {
  margin: 0;
  color: #4d5868;
  font-size: 16px;
  line-height: 1.78;
}

.narrative-workflow-board {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 24px;
  padding: 26px;
  background: #f5f9ff;
  border: 1px solid #c8dcfb;
  border-radius: 32px;
}

.narrative-workflow-rail {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 18px;
}

.narrative-workflow-rail span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  border-radius: 24px;
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.narrative-workflow-steps {
  display: grid;
  gap: 18px;
}

.narrative-workflow-steps article {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 30px;
  background: var(--white);
  border: 1px solid rgba(26, 39, 68, 0.1);
  border-radius: 24px;
  box-shadow: 0 16px 34px rgba(26, 39, 68, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.narrative-workflow-steps article:hover {
  transform: translateX(6px);
  box-shadow: 0 20px 42px rgba(26, 39, 68, 0.09);
}

.narrative-workflow-steps i {
  display: inline-flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  background: #eef5ff;
  border: 1px solid #c8dcfb;
  border-radius: 50%;
  color: #1f5eea;
  font-size: 32px;
}

.narrative-workflow-steps h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.25;
}

.narrative-workflow-steps p {
  margin: 0;
  color: #465061;
  font-size: 15.5px;
  line-height: 1.82;
}

.narrative-workflow-steps p + p {
  margin-top: 10px;
}

.narrative-included-section {
  padding: 98px 0 112px;
  background:
    linear-gradient(180deg, #f6f9fe 0%, #ffffff 100%);
}

.narrative-included-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.15fr);
  gap: 30px;
  align-items: start;
}

.narrative-included-sheet {
  position: sticky;
  top: 142px;
  overflow: hidden;
  padding: 42px;
  background: var(--white);
  border: 1px solid #c8dcfb;
  border-radius: 10px 34px 34px 10px;
  box-shadow: 0 24px 54px rgba(26, 39, 68, 0.09);
}

.narrative-included-sheet::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 9px;
  background: var(--navy);
}

.narrative-included-sheet h2 {
  margin: 14px 0 20px;
  color: var(--navy);
  font-size: clamp(30px, 3.3vw, 48px);
  font-weight: 500;
  line-height: 1.16;
}

.narrative-included-sheet p {
  margin: 0;
  color: #485465;
  font-size: 16px;
  line-height: 1.82;
}

.narrative-included-image {
  height: 210px;
  margin-top: 26px;
  border: 1px solid #d7e6fb;
  border-radius: 20px;
}

.narrative-sheet-lines {
  display: grid;
  gap: 14px;
  margin-top: 42px;
}

.narrative-sheet-lines span {
  display: block;
  height: 12px;
  background: linear-gradient(90deg, #dceaff, transparent);
  border-radius: 99px;
}

.narrative-sheet-lines span:nth-child(2) {
  width: 82%;
}

.narrative-sheet-lines span:nth-child(3) {
  width: 68%;
}

.narrative-sheet-lines span:nth-child(4) {
  width: 76%;
}

.narrative-included-content {
  display: grid;
  gap: 22px;
}

.narrative-included-panel {
  padding: 32px;
  background: var(--white);
  border: 1px solid rgba(26, 39, 68, 0.1);
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.06);
}

.narrative-included-panel--dark {
  background: var(--navy);
  color: var(--white);
}

.narrative-included-title {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.narrative-included-title i {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: #eef5ff;
  border: 1px solid #c8dcfb;
  border-radius: 18px;
  color: #1f5eea;
  font-size: 28px;
}

.narrative-included-panel--dark .narrative-included-title i {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--white);
}

.narrative-included-title h3 {
  margin: 0;
  color: var(--navy);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.22;
}

.narrative-included-panel--dark .narrative-included-title h3 {
  color: var(--white);
}

.narrative-included-panel > p {
  margin: 0 0 24px;
  color: #4b5666;
  font-size: 15.5px;
  line-height: 1.78;
}

.narrative-included-panel--dark > p {
  color: #d8e4f6;
}

.narrative-included-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.narrative-included-grid span {
  position: relative;
  padding: 14px 16px 14px 42px;
  background: #f5f9ff;
  border: 1px solid #d7e6fb;
  border-radius: 16px;
  color: #344054;
  font-size: 14.5px;
  line-height: 1.55;
}

.narrative-included-grid span::before {
  content: "\F26E";
  position: absolute;
  left: 16px;
  top: 15px;
  color: #1f5eea;
  font-family: "bootstrap-icons";
  font-size: 15px;
}

.narrative-included-panel--dark .narrative-included-grid span {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: #edf4ff;
}

.narrative-included-panel--dark .narrative-included-grid span::before {
  color: #bfd8ff;
}

.narrative-definition-section {
  padding: 96px 0 112px;
  background: var(--white);
}

.narrative-definition-top {
  max-width: 980px;
  margin: 0 auto 48px;
  text-align: center;
}

.narrative-definition-top h2 {
  margin: 14px 0 18px;
  color: var(--navy);
  font-size: clamp(30px, 3.4vw, 50px);
  font-weight: 500;
  line-height: 1.15;
}

.narrative-definition-top p {
  max-width: 820px;
  margin: 0 auto;
  color: #485465;
  font-size: 16px;
  line-height: 1.8;
}

.narrative-definition-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.narrative-definition-compare article {
  padding: 34px;
  background: #f6f9fe;
  border: 1px solid #c8dcfb;
  border-radius: 28px;
}

.narrative-definition-compare article span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  background: var(--white);
  border: 1px solid #d7e6fb;
  border-radius: 999px;
  color: #1f5eea;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.narrative-definition-compare article h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.18;
}

.narrative-definition-compare article p {
  margin: 0;
  color: #4b5666;
  font-size: 15.5px;
  line-height: 1.78;
}

.narrative-definition-core {
  display: flex;
  min-height: 260px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
  padding: 28px 18px;
  background: var(--navy);
  border-radius: 30px;
  color: var(--white);
  text-align: center;
  box-shadow: 0 22px 48px rgba(26, 39, 68, 0.16);
}

.narrative-definition-core i {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 28px;
}

.narrative-definition-core strong {
  max-width: 130px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.narrative-definition-note {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: 24px;
  padding: 32px;
  background: #f6f9fe;
  border: 1px solid #c8dcfb;
  border-radius: 28px;
}

.narrative-definition-note i {
  display: inline-flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  border-radius: 22px;
  color: var(--white);
  font-size: 30px;
}

.narrative-definition-note h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 26px;
  font-weight: 500;
}

.narrative-definition-note p {
  margin: 0;
  color: #465061;
  font-size: 15.5px;
  line-height: 1.82;
}

.narrative-cases-section {
  padding: 96px 0 112px;
  background: #f6f9fe;
}

.narrative-cases-head {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 44px;
}

.narrative-cases-head h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(30px, 3.4vw, 50px);
  font-weight: 500;
  line-height: 1.15;
}

.narrative-cases-list {
  display: grid;
  gap: 16px;
}

.narrative-cases-list article {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 26px 30px;
  background: var(--white);
  border: 1px solid #d7e6fb;
  border-radius: 24px;
  box-shadow: 0 14px 32px rgba(26, 39, 68, 0.05);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.narrative-cases-list article:nth-child(even) {
  margin-left: 72px;
}

.narrative-cases-list article:hover {
  transform: translateY(-4px);
  border-color: rgba(26, 39, 68, 0.22);
  box-shadow: 0 20px 44px rgba(26, 39, 68, 0.09);
}

.narrative-cases-list i {
  display: inline-flex;
  width: 74px;
  height: 74px;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  border-radius: 22px;
  color: var(--white);
  font-size: 30px;
}

.narrative-cases-list h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

.narrative-cases-list p {
  margin: 0;
  color: #465061;
  font-size: 15.5px;
  line-height: 1.76;
}

.narrative-support-section {
  padding: 98px 0 112px;
  background: var(--white);
}

.narrative-support-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 32px;
  align-items: stretch;
}

.narrative-support-aside {
  position: relative;
  overflow: hidden;
  padding: 42px;
  background: var(--navy);
  border-radius: 32px;
  color: var(--white);
  box-shadow: 0 24px 52px rgba(26, 39, 68, 0.18);
}

.narrative-support-aside::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.narrative-support-aside .section-label {
  color: #bfd8ff;
}

.narrative-support-aside h2 {
  margin: 16px 0 20px;
  max-width: 500px;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 500;
  line-height: 1.14;
}

.narrative-support-aside p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #dbe5f5;
  font-size: 16px;
  line-height: 1.84;
}

.narrative-support-image {
  position: relative;
  z-index: 1;
  height: 210px;
  margin-top: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
}

.narrative-support-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.narrative-support-flow article {
  position: relative;
  padding: 30px;
  background: #f6f9fe;
  border: 1px solid #c8dcfb;
  border-radius: 26px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.narrative-support-flow article:nth-child(2),
.narrative-support-flow article:nth-child(4) {
  transform: translateY(34px);
}

.narrative-support-flow article:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(26, 39, 68, 0.09);
}

.narrative-support-flow article:nth-child(2):hover,
.narrative-support-flow article:nth-child(4):hover {
  transform: translateY(28px);
}

.narrative-support-flow span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  background: var(--white);
  border: 1px solid #d7e6fb;
  border-radius: 999px;
  color: #1f5eea;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.narrative-support-flow h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.24;
}

.narrative-support-flow p {
  margin: 0;
  color: #465061;
  font-size: 15.5px;
  line-height: 1.78;
}

.narrative-why-section {
  padding: 98px 0 116px;
  background:
    radial-gradient(circle at 50% 48%, rgba(31, 94, 234, 0.08), transparent 34%),
    #f6f9fe;
}

.narrative-why-head {
  max-width: 980px;
  margin: 0 auto 48px;
  text-align: center;
}

.narrative-why-head h2 {
  margin: 14px 0 0;
  color: var(--navy);
  font-size: clamp(30px, 3.4vw, 50px);
  font-weight: 500;
  line-height: 1.15;
}

.narrative-wide-image--why {
  max-width: 980px;
  margin: 0 auto 42px;
}

.narrative-why-orbit {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  align-items: stretch;
}

.narrative-why-seal {
  grid-column: span 2;
  grid-row: span 2;
  display: flex;
  min-height: 360px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  padding: 34px;
  background: var(--navy);
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  box-shadow: 0 24px 56px rgba(26, 39, 68, 0.2);
}

.narrative-why-seal i {
  font-size: 54px;
}

.narrative-why-seal strong {
  max-width: 210px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.12;
}

.narrative-why-seal span {
  max-width: 220px;
  color: #dbe5f5;
  line-height: 1.6;
}

.narrative-why-orbit article {
  grid-column: span 2;
  padding: 28px;
  background: var(--white);
  border: 1px solid #c8dcfb;
  border-radius: 26px;
  box-shadow: 0 16px 36px rgba(26, 39, 68, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.narrative-why-orbit article:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 46px rgba(26, 39, 68, 0.1);
}

.narrative-why-orbit article i {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  background: #eef5ff;
  border: 1px solid #c8dcfb;
  border-radius: 18px;
  color: #1f5eea;
  font-size: 26px;
}

.narrative-why-orbit article h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.25;
}

.narrative-why-orbit article p {
  margin: 0;
  color: #465061;
  font-size: 15.5px;
  line-height: 1.76;
}

.narrative-faq-section {
  padding: 98px 0 112px;
  background: var(--white);
}

.narrative-faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 48px;
  align-items: start;
}

.narrative-faq-copy {
  position: sticky;
  top: 142px;
  padding: 34px;
  background: #f6f9fe;
  border: 1px solid #c8dcfb;
  border-radius: 28px;
}

.narrative-faq-copy h2 {
  margin: 14px 0 16px;
  color: var(--navy);
  font-size: clamp(30px, 3.3vw, 48px);
  font-weight: 500;
  line-height: 1.14;
}

.narrative-faq-copy p {
  margin: 0;
  color: #4b5666;
  font-size: 16px;
  line-height: 1.78;
}

.narrative-faq-accordion {
  display: grid;
  gap: 14px;
}

.narrative-faq-accordion .accordion-item {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(26, 39, 68, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(26, 39, 68, 0.04);
}

.narrative-faq-accordion .accordion-button {
  padding: 22px 24px;
  background: var(--white);
  color: var(--navy);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  box-shadow: none;
}

.narrative-faq-accordion .accordion-button:not(.collapsed) {
  background: var(--navy);
  color: var(--white);
}

.narrative-faq-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.narrative-faq-accordion .accordion-body {
  padding: 22px 24px 24px;
  color: #4b5666;
  font-size: 15.5px;
  line-height: 1.78;
}

.demand-hero {
  padding: 88px 0 96px;
  background: linear-gradient(135deg, var(--navy) 0%, #21345a 58%, #f6f9fe 58%);
}

.demand-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 44px;
  align-items: center;
}

.demand-hero__content {
  color: var(--white);
}

.demand-hero__content .section-label,
.demand-hero__content .criminal-breadcrumb a,
.demand-hero__content .criminal-breadcrumb span,
.demand-hero__content .criminal-breadcrumb strong {
  color: #dbe5f5;
}

.demand-hero__content h1 {
  max-width: 920px;
  margin: 18px 0 22px;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 500;
  line-height: 1.05;
}

.demand-hero__content p {
  max-width: 850px;
  margin: 0 0 30px;
  color: #e4ecf8;
  font-size: 17px;
  line-height: 1.82;
}

.demand-hero__panel {
  padding: 38px;
  background: var(--white);
  border: 1px solid #c8dcfb;
  border-radius: 32px;
  box-shadow: 0 24px 54px rgba(26, 39, 68, 0.18);
}

.demand-section-image,
.demand-wide-image img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.demand-hero__image {
  height: 170px;
  margin-bottom: 24px;
  border: 1px solid #d7e6fb;
  border-radius: 22px;
}

.demand-hero__panel i,
.demand-heavy-stack i,
.demand-specialty-strip i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.demand-hero__panel i {
  width: 80px;
  height: 80px;
  margin-bottom: 36px;
  background: var(--navy);
  border-radius: 24px;
  color: var(--white);
  font-size: 36px;
}

.demand-hero__panel strong,
.demand-hero__panel span {
  display: block;
}

.demand-hero__panel strong {
  color: var(--navy);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.18;
}

.demand-hero__panel span {
  margin-top: 14px;
  color: #566170;
  line-height: 1.72;
}

.demand-heavy-section,
.demand-workflow-section,
.demand-specialty-section,
.demand-why-section {
  padding: 96px 0 112px;
  background: var(--white);
}

.demand-heavy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
  gap: 40px;
  align-items: stretch;
}

.demand-heavy-copy {
  padding: 40px;
  background: #f6f9fe;
  border: 1px solid #c8dcfb;
  border-radius: 30px;
}

.demand-heavy-copy h2,
.demand-benefits-head h2,
.demand-workflow-heading h2,
.demand-package-title h2,
.demand-definition-card h2,
.demand-specialty-head h2,
.demand-practice-grid h2,
.demand-why-center h2 {
  margin: 14px 0 22px;
  color: var(--navy);
  font-size: clamp(30px, 3.5vw, 52px);
  font-weight: 500;
  line-height: 1.14;
}

.demand-heavy-copy p {
  color: #465061;
  font-size: 16px;
  line-height: 1.82;
}

.demand-heavy-stack {
  display: grid;
  gap: 18px;
}

.demand-heavy-image {
  height: 230px;
  border: 1px solid #c8dcfb;
  border-radius: 26px;
}

.demand-heavy-stack div {
  padding: 30px;
  background: var(--navy);
  border-radius: 26px;
  color: var(--white);
}

.demand-heavy-stack i {
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  background: rgba(255,255,255,.12);
  border-radius: 18px;
  font-size: 28px;
}

.demand-heavy-stack strong,
.demand-heavy-stack span {
  display: block;
}

.demand-heavy-stack strong {
  font-size: 24px;
  font-weight: 500;
}

.demand-heavy-stack span {
  margin-top: 8px;
  color: #dbe5f5;
}

.demand-benefits-section {
  padding: 96px 0 112px;
  background: #f6f9fe;
}

.demand-benefits-head,
.demand-workflow-heading,
.demand-specialty-head {
  max-width: 920px;
  margin: 0 auto 44px;
  text-align: center;
}

.demand-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.demand-wide-image {
  margin: 0 0 34px;
  overflow: hidden;
  border: 1px solid #c8dcfb;
  border-radius: 28px;
  box-shadow: 0 16px 34px rgba(26,39,68,.06);
}

.demand-wide-image img {
  height: 330px;
}

.demand-benefits-grid article {
  min-height: 330px;
  padding: 30px;
  background: var(--white);
  border: 1px solid #c8dcfb;
  border-radius: 26px 26px 8px 26px;
  box-shadow: 0 16px 34px rgba(26,39,68,.06);
}

.demand-benefits-grid span,
.demand-workflow-track b {
  display: inline-flex;
  margin-bottom: 20px;
  color: #1f5eea;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.demand-benefits-grid h3,
.demand-workflow-track h3,
.demand-package-columns h3,
.demand-specialty-strip h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.24;
}

.demand-benefits-grid p,
.demand-workflow-track p,
.demand-definition-text p,
.demand-specialty-strip p,
.demand-practice-grid p,
.demand-why-center p {
  margin: 0;
  color: #465061;
  font-size: 15.5px;
  line-height: 1.78;
}

.demand-workflow-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid #c8dcfb;
  border-radius: 32px;
}

.demand-workflow-track article {
  padding: 36px;
  background: #f6f9fe;
  border-right: 1px solid #c8dcfb;
}

.demand-workflow-track article:nth-child(2) {
  background: var(--white);
}

.demand-workflow-track article:last-child {
  border-right: 0;
}

.demand-package-section,
.demand-practice-section {
  padding: 96px 0 112px;
  background: #f6f9fe;
}

.demand-package-shell {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 30px;
}

.demand-package-title {
  padding: 34px;
  background: var(--navy);
  border-radius: 30px;
  color: var(--white);
}

.demand-package-title h2 {
  color: var(--white);
}

.demand-package-image {
  height: 210px;
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
}

.demand-package-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.demand-package-columns article {
  padding: 30px;
  background: var(--white);
  border: 1px solid #c8dcfb;
  border-radius: 26px;
}

.demand-package-columns ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.demand-package-columns li {
  position: relative;
  padding-left: 28px;
  color: #465061;
  line-height: 1.6;
}

.demand-package-columns li::before {
  content: "\F26E";
  position: absolute;
  left: 0;
  top: 2px;
  color: #1f5eea;
  font-family: "bootstrap-icons";
}

.demand-definition-section {
  padding: 96px 0 112px;
  background: var(--navy);
}

.demand-definition-layout {
  display: grid;
  grid-template-columns: minmax(300px,.78fr) minmax(0,1.22fr);
  gap: 36px;
  align-items: center;
}

.demand-definition-card {
  padding: 38px;
  background: var(--white);
  border-radius: 34px;
}

.demand-definition-text {
  display: grid;
  gap: 18px;
}

.demand-definition-text p {
  padding: 24px 28px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  color: #e4ecf8;
}

.demand-specialty-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.demand-specialty-strip article {
  min-height: 330px;
  padding: 30px;
  background: #f6f9fe;
  border: 1px solid #c8dcfb;
  border-radius: 26px;
}

.demand-specialty-strip i {
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  background: var(--navy);
  border-radius: 18px;
  color: var(--white);
  font-size: 28px;
}

.demand-practice-image {
  max-width: 920px;
  margin: 0 auto 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 28px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

.demand-practice-image img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.demand-practice-section {
  background: var(--navy);
}

.demand-practice-head {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: center;
}

.demand-practice-head .section-label,
.demand-practice-head h2 {
  color: var(--white);
}

.demand-practice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.demand-practice-grid article {
  position: relative;
  min-height: 255px;
  padding: 30px 26px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  color: var(--white);
}

.demand-practice-grid article::before,
.demand-practice-grid article::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: var(--navy);
  border-style: solid;
  background: var(--navy);
}

.demand-practice-grid article::before {
  right: -2px;
  top: -2px;
  border-width: 0 0 1px 1px;
}

.demand-practice-grid article::after {
  left: -2px;
  bottom: -2px;
  border-width: 1px 1px 0 0;
}

.demand-practice-grid strong {
  display: block;
  max-width: 210px;
  margin-bottom: 54px;
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.demand-practice-grid p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.62;
}

.demand-practice-action {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.demand-practice-action a {
  display: inline-flex;
  padding: 11px 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 6px;
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.demand-why-section {
  background: #f7f7f3;
}

.demand-why-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  overflow: hidden;
  min-height: 430px;
  background: #e2e8e3;
  border-radius: 36px;
}

.demand-why-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px;
  background: var(--navy);
  color: var(--white);
}

.demand-why-center .section-label,
.demand-why-center h2 {
  color: var(--white);
}

.demand-why-center p {
  max-width: 420px;
  color: #dbe5f5;
}

.demand-why-image {
  height: 190px;
  max-width: 420px;
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
}

.demand-why-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.demand-why-link i {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  background: #1f5eea;
  border-radius: 50%;
}

.demand-why-visual {
  position: relative;
  min-height: 430px;
  background: #e2e8e3;
}

.demand-visual-orbit {
  position: absolute;
  left: 20%;
  top: 18%;
  width: 360px;
  height: 250px;
  border: 3px solid #1f5eea;
  border-radius: 50%;
  transform: rotate(-26deg);
}

.demand-visual-main {
  position: absolute;
  left: 41%;
  top: 27%;
  color: var(--navy);
  font-size: 126px;
  transform: rotate(-10deg);
}

.demand-chip {
  position: absolute;
  display: inline-flex;
  padding: 10px 18px;
  border: 3px solid var(--navy);
  border-radius: 10px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  background: #c8dcfb;
}

.demand-chip--one {
  left: 16%;
  top: 17%;
}

.demand-chip--two {
  right: 16%;
  top: 42%;
  background: #ffd565;
}

.demand-chip--three {
  left: 20%;
  bottom: 20%;
  background: var(--white);
}

.demand-dot {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #1f5eea;
  border-radius: 50%;
}

.demand-dot--one {
  left: 28%;
  top: 55%;
}

.demand-dot--two {
  left: 33%;
  top: 64%;
}

.demand-dot--three {
  right: 24%;
  top: 25%;
}

.demand-why-notes {
  position: absolute;
  right: 34px;
  bottom: 30px;
  display: grid;
  gap: 10px;
}

.demand-why-notes span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(26, 39, 68, 0.12);
  border-radius: 999px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 600;
}

.demand-faq-section {
  padding: 98px 0 112px;
  background: var(--white);
}

.demand-faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 48px;
  align-items: start;
}

.demand-faq-copy {
  position: sticky;
  top: 142px;
  padding: 34px;
  background: #f6f9fe;
  border: 1px solid #c8dcfb;
  border-radius: 28px;
}

.demand-faq-copy h2 {
  margin: 14px 0 16px;
  color: var(--navy);
  font-size: clamp(30px, 3.3vw, 48px);
  font-weight: 500;
  line-height: 1.14;
}

.demand-faq-copy p {
  margin: 0;
  color: #4b5666;
  font-size: 16px;
  line-height: 1.78;
}

.demand-faq-accordion {
  display: grid;
  gap: 14px;
}

.demand-faq-accordion .accordion-item {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(26, 39, 68, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(26, 39, 68, 0.04);
}

.demand-faq-accordion .accordion-button {
  padding: 22px 24px;
  background: var(--white);
  color: var(--navy);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  box-shadow: none;
}

.demand-faq-accordion .accordion-button:not(.collapsed) {
  background: var(--navy);
  color: var(--white);
}

.demand-faq-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.demand-faq-accordion .accordion-body {
  padding: 22px 24px 24px;
  color: #4b5666;
  font-size: 15.5px;
  line-height: 1.78;
}

.lcp-custom-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 104px;
  background:
    radial-gradient(circle at 82% 24%, rgba(191, 216, 255, 0.22), transparent 26%),
    linear-gradient(135deg, var(--navy) 0%, #24375f 100%);
}

.lcp-custom-hero::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
}

.lcp-custom-hero::after {
  content: "";
  position: absolute;
  left: -90px;
  bottom: -130px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(191, 216, 255, 0.18);
  border-radius: 50%;
}

.lcp-custom-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 44px;
  align-items: center;
}

.lcp-custom-hero h1 {
  max-width: 820px;
  margin: 18px 0 22px;
  color: var(--white);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 500;
  line-height: 1.12;
}

.lcp-custom-hero p {
  max-width: 850px;
  margin: 0 0 30px;
  color: #e4ecf8;
  font-size: 17px;
  line-height: 1.82;
}

.lcp-custom-hero .section-label,
.lcp-custom-hero .criminal-breadcrumb a,
.lcp-custom-hero .criminal-breadcrumb span,
.lcp-custom-hero .criminal-breadcrumb strong {
  color: #dbe5f5;
}

.lcp-custom-hero aside {
  position: relative;
  overflow: hidden;
  padding: 40px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(191, 216, 255, 0.46);
  border-radius: 34px;
  box-shadow: 0 26px 60px rgba(7, 14, 31, 0.26);
}

.lcp-custom-hero aside::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 190px;
  height: 190px;
  background: #eef5ff;
  border-radius: 50%;
}

.lcp-custom-hero aside i {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 82px;
  height: 82px;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
  background: var(--navy);
  border-radius: 24px;
  color: var(--white);
  font-size: 36px;
}

.lcp-custom-hero aside strong,
.lcp-custom-hero aside span {
  display: block;
}

.lcp-custom-hero aside strong {
  position: relative;
  z-index: 1;
  color: var(--navy);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.18;
}

.lcp-custom-hero aside span {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  color: #566170;
  line-height: 1.72;
}

.lcp-pemcar-section,
.lcp-rebuttal-section,
.lcp-team-section {
  padding: 96px 0 112px;
  background: var(--white);
}

.lcp-pemcar-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}

.lcp-pemcar-title {
  max-width: 980px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: var(--navy);
}

.lcp-pemcar-title .section-label,
.lcp-pemcar-title h2 {
  color: var(--navy);
}

.lcp-pemcar-title h2,
.lcp-cost-intro h2,
.lcp-rebuttal-head h2,
.lcp-defense-layout aside h2,
.lcp-team-panel h2 {
  margin: 14px 0 18px;
  color: var(--navy);
  font-size: clamp(30px, 3.5vw, 52px);
  font-weight: 500;
  line-height: 1.14;
}

.lcp-pemcar-title p,
.lcp-cost-intro p,
.lcp-cost-lanes p,
.lcp-rebuttal-columns p,
.lcp-defense-layout aside p,
.lcp-defense-steps p,
.lcp-team-panel p {
  margin: 0;
  color: #465061;
  font-size: 15.5px;
  line-height: 1.78;
}

.lcp-pemcar-title p,
.lcp-defense-layout aside p {
  color: #4b5666;
}

.lcp-pemcar-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid #c8dcfb;
  border-radius: 30px;
  background: #f6f9fe;
}

.lcp-pemcar-grid span {
  position: relative;
  min-height: 150px;
  padding: 54px 18px 20px;
  background: transparent;
  border-right: 1px solid #c8dcfb;
  border-bottom: 1px solid #c8dcfb;
  border-radius: 0;
  color: var(--navy);
  line-height: 1.55;
}

.lcp-pemcar-grid span::before {
  content: "\F3B1";
  position: absolute;
  left: 18px;
  top: 18px;
  color: #1f5eea;
  font-family: "bootstrap-icons";
  font-size: 20px;
}

.lcp-cost-section,
.lcp-defense-section {
  padding: 96px 0 112px;
  background: #f6f9fe;
}

.lcp-cost-board {
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
  overflow: hidden;
  border: 0;
  border-radius: 38px;
  background: var(--navy);
  box-shadow: 0 24px 54px rgba(26, 39, 68, 0.14);
}

.lcp-cost-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px;
  background: var(--navy);
  color: var(--white);
}

.lcp-cost-intro .section-label,
.lcp-cost-intro h2 {
  color: var(--white);
}

.lcp-cost-intro p {
  color: #dbe5f5;
}

.lcp-cost-lanes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(255,255,255,.16);
}

.lcp-cost-lanes article {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 28px 32px;
  background: var(--white);
  border: 0;
}

.lcp-cost-lanes b {
  display: block;
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 500;
}

.lcp-rebuttal-head {
  max-width: 860px;
  margin: 0 0 44px;
  text-align: left;
}

.lcp-rebuttal-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.lcp-rebuttal-columns article {
  position: relative;
  min-height: 330px;
  padding: 32px;
  background: var(--navy);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 18px;
  color: var(--white);
  box-shadow: 0 20px 44px rgba(26,39,68,.13);
}

.lcp-rebuttal-columns i {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin-bottom: 54px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  color: var(--white);
  font-size: 28px;
}

.lcp-rebuttal-columns h3 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 25px;
  font-weight: 500;
}

.lcp-rebuttal-columns p {
  color: #dbe5f5;
}

.lcp-defense-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}

.lcp-defense-layout aside {
  max-width: 980px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: var(--navy);
}

.lcp-defense-layout aside h2,
.lcp-defense-layout aside .section-label {
  color: var(--navy);
}

.lcp-defense-layout aside p {
  color: #4b5666;
}

.lcp-defense-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid #c8dcfb;
  border-radius: 30px;
  background: var(--white);
}

.lcp-defense-steps article {
  display: block;
  min-height: 260px;
  padding: 30px;
  background: var(--white);
  border-right: 1px solid #c8dcfb;
  border-radius: 0;
}

.lcp-defense-steps span {
  display: inline-flex;
  min-height: 52px;
  padding: 0 16px;
  margin-bottom: 48px;
  align-items: center;
  justify-content: center;
  background: #eef5ff;
  border-radius: 18px;
  color: var(--navy);
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.lcp-team-panel {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: stretch;
}

.lcp-team-copy {
  position: relative;
  overflow: hidden;
  padding: 42px;
  background: var(--navy);
  border-radius: 34px;
  color: var(--white);
}

.lcp-team-copy::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
}

.lcp-team-copy h2,
.lcp-team-copy .section-label {
  color: var(--white);
}

.lcp-team-copy p {
  position: relative;
  z-index: 1;
  color: #dbe5f5;
}

.lcp-team-ribbon {
  display: grid;
  gap: 16px;
}

.lcp-team-ribbon span {
  display: grid;
  grid-template-columns: 68px minmax(0, .7fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 22px;
  background: #f6f9fe;
  border: 1px solid #c8dcfb;
  border-radius: 24px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.lcp-team-ribbon span:hover {
  transform: translateX(6px);
  box-shadow: 0 18px 38px rgba(26,39,68,.08);
}

.lcp-team-ribbon i {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  border-radius: 18px;
  color: var(--white);
  font-size: 26px;
}

.lcp-team-ribbon strong,
.lcp-team-ribbon small {
  display: block;
}

.lcp-team-ribbon strong {
  color: var(--navy);
  font-size: 22px;
  font-weight: 500;
}

.lcp-team-ribbon small {
  color: #566170;
  line-height: 1.55;
}

.lcp-custom-faq-section {
  padding: 96px 0 112px;
  background: #f6f9fe;
}

.lcp-custom-faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  gap: 48px;
  align-items: start;
}

.lcp-custom-faq-copy {
  position: sticky;
  top: 142px;
  padding: 34px;
  background: var(--navy);
  border-radius: 28px;
  color: var(--white);
}

.lcp-custom-faq-copy .section-label,
.lcp-custom-faq-copy h2 {
  color: var(--white);
}

.lcp-custom-faq-copy h2 {
  margin: 14px 0 16px;
  font-size: clamp(30px, 3.3vw, 48px);
  font-weight: 500;
  line-height: 1.14;
}

.lcp-custom-faq-copy p {
  margin: 0;
  color: #dbe5f5;
  font-size: 16px;
  line-height: 1.78;
}

.lcp-custom-faq-accordion {
  display: grid;
  gap: 14px;
}

.lcp-custom-faq-accordion .accordion-item {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(26,39,68,.12);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(26,39,68,.04);
}

.lcp-custom-faq-accordion .accordion-button {
  padding: 22px 24px;
  background: var(--white);
  color: var(--navy);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  box-shadow: none;
}

.lcp-custom-faq-accordion .accordion-button:not(.collapsed) {
  background: var(--navy);
  color: var(--white);
}

.lcp-custom-faq-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.lcp-custom-faq-accordion .accordion-body {
  padding: 22px 24px 24px;
  color: #4b5666;
  font-size: 15.5px;
  line-height: 1.78;
}

.special-hero {
  padding: 92px 0 104px;
  background: linear-gradient(135deg, var(--navy), #24375f);
}

.special-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 44px;
  align-items: center;
}

.special-hero h1 {
  max-width: 820px;
  margin: 18px 0 22px;
  color: var(--white);
  font-size: clamp(32px, 3.5vw, 50px);
  font-weight: 500;
  line-height: 1.16;
}

.special-hero p {
  max-width: 850px;
  margin: 0 0 30px;
  color: #e4ecf8;
  font-size: 17px;
  line-height: 1.82;
}

.special-hero .section-label,
.special-hero .criminal-breadcrumb a,
.special-hero .criminal-breadcrumb span,
.special-hero .criminal-breadcrumb strong {
  color: #dbe5f5;
}

.special-hero-visual {
  position: relative;
  min-height: 400px;
  padding: 34px;
  background: rgba(255,255,255,.96);
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 26px 60px rgba(7,14,31,.26);
}

.special-preview-card {
  display: grid;
  gap: 13px;
  max-width: 280px;
  padding: 24px;
  background: #f6f9fe;
  border: 1px solid #c8dcfb;
  border-radius: 22px;
}

.special-preview-card span {
  height: 13px;
  background: linear-gradient(90deg, var(--navy), #c8dcfb);
  border-radius: 999px;
}

.special-preview-card span:nth-child(2) { width: 74%; }
.special-preview-card span:nth-child(3) { width: 54%; }

.special-preview-chart {
  position: absolute;
  right: 34px;
  top: 120px;
  display: flex;
  gap: 12px;
  align-items: end;
  height: 150px;
}

.special-preview-chart i {
  display: block;
  width: 32px;
  background: #1f5eea;
  border-radius: 10px 10px 0 0;
}

.special-preview-chart i:nth-child(1) { height: 58px; }
.special-preview-chart i:nth-child(2) { height: 112px; }
.special-preview-chart i:nth-child(3) { height: 82px; }
.special-preview-chart i:nth-child(4) { height: 136px; }

.special-hero-visual strong {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}

.special-overview-section,
.special-timeline-section,
.special-suffering-section {
  padding: 96px 0 112px;
  background: var(--white);
}

.special-overview-layout {
  display: grid;
  grid-template-columns: minmax(300px,.8fr) minmax(0,1.2fr);
  gap: 44px;
  align-items: end;
}

.special-overview-layout h2,
.special-expenses-copy h2,
.special-timeline-head h2,
.special-painmed-copy h2,
.special-suffering-card h2,
.special-faq-copy h2 {
  margin: 14px 0 18px;
  color: var(--navy);
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 500;
  line-height: 1.2;
}

.special-overview-layout p,
.special-expenses-copy p,
.special-painmed-copy p,
.special-suffering-card p,
.special-faq-copy p {
  margin: 0;
  color: #465061;
  font-size: 15.5px;
  line-height: 1.82;
}

.special-expenses-section,
.special-painmed-section,
.special-faq-section {
  padding: 96px 0 112px;
  background: #f6f9fe;
}

.special-expenses-grid {
  display: grid;
  grid-template-columns: minmax(300px,.95fr) minmax(0,1.05fr);
  gap: 34px;
  align-items: center;
}

.special-bill-visual {
  overflow: hidden;
  background: var(--white);
  border: 1px solid #c8dcfb;
  border-radius: 30px;
  box-shadow: 0 20px 44px rgba(26,39,68,.08);
}

.special-bill-visual div {
  display: grid;
  grid-template-columns: 1.4fr .7fr .8fr;
}

.special-bill-visual div:first-child {
  background: var(--navy);
  color: var(--white);
}

.special-bill-visual b,
.special-bill-visual span {
  padding: 20px;
  border-right: 1px solid #c8dcfb;
  border-bottom: 1px solid #c8dcfb;
}

.special-expenses-copy ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.special-expenses-copy li {
  position: relative;
  padding-left: 30px;
  color: #465061;
  line-height: 1.7;
}

.special-expenses-copy li::before {
  content: "\F26E";
  position: absolute;
  left: 0;
  top: 2px;
  color: #1f5eea;
  font-family: "bootstrap-icons";
}

.special-timeline-head {
  max-width: 900px;
  margin-bottom: 44px;
}

.special-timeline-board {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  border: 1px solid #c8dcfb;
  border-radius: 30px;
  overflow: hidden;
  background: #f6f9fe;
}

.special-timeline-board article {
  position: relative;
  min-height: 260px;
  padding: 32px;
  border-right: 1px solid #c8dcfb;
}

.special-timeline-board article::before {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  top: 94px;
  height: 3px;
  background: #1f5eea;
}

.special-timeline-board span {
  display: inline-flex;
  padding: 8px 14px;
  background: var(--navy);
  border-radius: 999px;
  color: var(--white);
  font-weight: 700;
}

.special-timeline-board strong {
  display: block;
  margin: 76px 0 10px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 500;
}

.special-timeline-board small {
  color: #566170;
  line-height: 1.55;
}

.special-painmed-layout {
  display: grid;
  grid-template-columns: minmax(300px,.8fr) minmax(0,1.2fr);
  gap: 34px;
  align-items: center;
}

.special-painmed-copy {
  padding: 38px;
  background: var(--navy);
  border-radius: 30px;
}

.special-painmed-copy .section-label,
.special-painmed-copy h2 {
  color: var(--white);
}

.special-painmed-copy p {
  color: #dbe5f5;
}

.special-med-chart {
  min-height: 350px;
  padding: 42px;
  background: var(--white);
  border: 1px solid #c8dcfb;
  border-radius: 30px;
}

.special-med-chart-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  margin-bottom: 26px;
}

.special-med-chart-head strong {
  color: var(--navy);
  font-size: 24px;
  font-weight: 500;
}

.special-med-chart-head span {
  padding: 8px 14px;
  background: #eef5ff;
  border: 1px solid #c8dcfb;
  border-radius: 999px;
  color: #1f5eea;
  font-size: 13px;
  font-weight: 600;
}

.special-med-chart-plot {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  min-height: 220px;
}

.special-med-yaxis {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 4px 0 28px;
  color: #7a8494;
  font-size: 12px;
}

.special-med-bars {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  align-items: end;
  padding: 18px 8px 28px;
  border-left: 1px solid #d7e6fb;
  border-bottom: 1px solid #d7e6fb;
  background: repeating-linear-gradient(to top, transparent 0, transparent 53px, #eef5ff 54px);
}

.special-med-bars span {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  height: 190px;
}

.special-med-bars span::before {
  content: "";
  width: 100%;
  max-width: 42px;
  height: var(--bar);
  background: linear-gradient(180deg, #1f5eea, var(--navy));
  border-radius: 14px 14px 0 0;
}

.special-med-bars span::after {
  content: attr(data-label);
  position: absolute;
  left: 50%;
  bottom: -26px;
  transform: translateX(-50%);
  color: #566170;
  font-size: 12px;
}

.special-med-bars i {
  position: absolute;
  left: 50%;
  bottom: var(--score);
  width: 15px;
  height: 15px;
  background: #bfd8ff;
  border: 3px solid var(--navy);
  border-radius: 50%;
  transform: translate(-50%, 50%);
}

.special-med-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.special-med-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  background: #f6f9fe;
  border: 1px solid #d7e6fb;
  border-radius: 999px;
  color: #465061;
  font-size: 13px;
}

.special-med-legend i {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: var(--navy);
  border-radius: 4px;
}

.special-med-legend span:nth-child(2) i {
  background: #bfd8ff;
  border: 2px solid var(--navy);
  border-radius: 50%;
}

.special-suffering-card {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(300px,.85fr);
  gap: 30px;
  align-items: center;
  padding: 40px;
  background: var(--navy);
  border-radius: 36px;
}

.special-suffering-card .section-label,
.special-suffering-card h2 {
  color: var(--white);
}

.special-suffering-card p {
  color: #dbe5f5;
}

.special-suffering-notes {
  display: grid;
  gap: 14px;
}

.special-suffering-notes span {
  padding: 20px 22px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  color: var(--white);
}

.special-faq-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: stretch;
}

.special-faq-copy {
  position: relative;
  padding: 34px;
  background: var(--navy);
  border-radius: 28px;
}

.special-faq-copy .section-label,
.special-faq-copy h2 {
  color: var(--white);
}

.special-faq-copy p {
  color: #dbe5f5;
}

.special-faq-accordion {
  display: grid;
  gap: 14px;
  width: 100%;
}

.special-faq-accordion .accordion-item {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(26,39,68,.12);
  border-radius: 18px;
}

.special-faq-accordion .accordion-button {
  padding: 22px 24px;
  background: var(--white);
  color: var(--navy);
  font-size: 18px;
  font-weight: 500;
  box-shadow: none;
}

.special-faq-accordion .accordion-button:not(.collapsed) {
  background: var(--navy);
  color: var(--white);
}

.special-faq-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.special-faq-accordion .accordion-body {
  padding: 22px 24px 24px;
  color: #4b5666;
  font-size: 15.5px;
  line-height: 1.78;
}

@media (max-width: 767.98px) {
  .special-hero,
  .special-overview-section,
  .special-expenses-section,
  .special-timeline-section,
  .special-painmed-section,
  .special-suffering-section,
  .special-faq-section {
    padding: 64px 0 76px;
  }

  .special-hero__grid,
  .special-overview-layout,
  .special-expenses-grid,
  .special-timeline-board,
  .special-painmed-layout,
  .special-suffering-card,
  .special-faq-layout {
    grid-template-columns: 1fr;
  }

  .special-hero h1 {
    font-size: 25px;
  }

  .special-hero-visual {
    min-height: 360px;
  }

  .special-med-chart {
    padding: 24px;
  }

  .special-med-chart-head {
    flex-direction: column;
  }

  .special-med-bars {
    gap: 12px;
  }

  .special-timeline-board article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #c8dcfb;
  }

  .special-painmed-copy,
  .special-suffering-card,
  .special-faq-copy {
    padding: 28px;
  }

  .special-faq-copy {
    position: static;
  }

  .special-faq-accordion .accordion-button {
    padding: 18px 20px;
    font-size: 16px;
  }

  .special-faq-accordion .accordion-body {
    padding: 18px 20px 20px;
  }

  .lcp-custom-hero,
  .lcp-pemcar-section,
  .lcp-cost-section,
  .lcp-rebuttal-section,
  .lcp-defense-section,
  .lcp-team-section,
  .lcp-custom-faq-section {
    padding: 64px 0 76px;
  }

  .lcp-custom-hero {
    background: var(--navy);
  }

  .lcp-custom-hero__grid,
  .lcp-pemcar-layout,
  .lcp-cost-board,
  .lcp-rebuttal-columns,
  .lcp-defense-layout,
  .lcp-team-panel,
  .lcp-team-ribbon span,
  .lcp-custom-faq-layout,
  .lcp-pemcar-grid,
  .lcp-cost-lanes {
    grid-template-columns: 1fr;
  }

  .lcp-custom-hero h1 {
    font-size: 30px;
  }

  .lcp-custom-hero aside,
  .lcp-pemcar-title,
  .lcp-cost-intro,
  .lcp-defense-layout aside,
  .lcp-team-copy,
  .lcp-custom-faq-copy {
    padding: 28px;
  }

  .lcp-pemcar-title {
    position: static;
  }

  .lcp-pemcar-grid span {
    min-height: auto;
  }

  .lcp-cost-lanes article,
  .lcp-defense-steps {
    grid-template-columns: 1fr;
  }

  .lcp-cost-lanes article {
    padding: 24px;
  }

  .lcp-rebuttal-head {
    margin-bottom: 32px;
    text-align: left;
  }

  .lcp-defense-steps article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #c8dcfb;
  }

  .lcp-defense-steps span {
    margin-bottom: 24px;
  }

  .lcp-team-ribbon span:hover {
    transform: translateY(-4px);
  }

  .lcp-custom-faq-copy {
    position: static;
  }

  .lcp-custom-faq-accordion .accordion-button {
    padding: 18px 20px;
    font-size: 16px;
  }

  .lcp-custom-faq-accordion .accordion-body {
    padding: 18px 20px 20px;
  }

  .demand-hero,
  .demand-heavy-section,
  .demand-benefits-section,
  .demand-workflow-section,
  .demand-package-section,
  .demand-definition-section,
  .demand-specialty-section,
  .demand-practice-section,
  .demand-why-section,
  .demand-faq-section {
    padding: 64px 0 76px;
  }

  .demand-hero {
    background: var(--navy);
  }

  .demand-hero__grid,
  .demand-heavy-layout,
  .demand-package-shell,
  .demand-definition-layout,
  .demand-practice-grid,
  .demand-why-layout,
  .demand-faq-layout {
    grid-template-columns: 1fr;
  }

  .demand-hero__content h1 {
    font-size: 38px;
  }

  .demand-hero__panel,
  .demand-heavy-copy,
  .demand-package-title,
  .demand-definition-card,
  .demand-why-center {
    padding: 28px;
  }

  .demand-hero__image,
  .demand-heavy-image,
  .demand-package-image,
  .demand-why-image {
    height: 190px;
  }

  .demand-wide-image {
    margin-bottom: 26px;
    border-radius: 20px;
  }

  .demand-wide-image img {
    height: 210px;
  }

  .demand-practice-image {
    border-radius: 20px;
  }

  .demand-practice-image img {
    height: 210px;
  }

  .demand-hero__panel i {
    margin-bottom: 42px;
  }

  .demand-benefits-head,
  .demand-workflow-heading,
  .demand-specialty-head,
  .demand-practice-head {
    margin-bottom: 32px;
    text-align: left;
  }

  .demand-benefits-grid,
  .demand-workflow-track,
  .demand-package-columns,
  .demand-specialty-strip {
    grid-template-columns: 1fr;
  }

  .demand-benefits-grid article {
    min-height: auto;
  }

  .demand-workflow-track {
    border-radius: 24px;
  }

  .demand-workflow-track article {
    border-right: 0;
    border-bottom: 1px solid #c8dcfb;
    padding: 28px;
  }

  .demand-workflow-track article:last-child {
    border-bottom: 0;
  }

  .demand-practice-grid article {
    min-height: auto;
  }

  .demand-practice-grid strong {
    margin-bottom: 32px;
  }

  .demand-why-layout {
    border-radius: 28px;
  }

  .demand-why-visual {
    min-height: 360px;
  }

  .demand-visual-orbit {
    left: 8%;
    top: 18%;
    width: 250px;
    height: 180px;
  }

  .demand-visual-main {
    left: 34%;
    top: 28%;
    font-size: 96px;
  }

  .demand-chip--one {
    left: 8%;
    top: 12%;
  }

  .demand-chip--two {
    right: 8%;
    top: 45%;
  }

  .demand-chip--three {
    left: 9%;
    bottom: 18%;
  }

  .demand-why-notes {
    position: static;
    padding: 0 24px 24px;
  }

  .demand-faq-copy {
    position: static;
    padding: 26px;
  }

  .demand-faq-accordion .accordion-button {
    padding: 18px 20px;
    font-size: 16px;
  }

  .demand-faq-accordion .accordion-body {
    padding: 18px 20px 20px;
  }
}

.create-case-section {
  padding: 92px 0 104px;
  background: #f6f7fa;
}

.create-case-shell {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.create-case-aside {
  position: sticky;
  top: 138px;
  padding: 34px;
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 18px 44px rgba(26, 39, 68, 0.16);
}

.create-case-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.create-case-back:hover,
.create-case-back:focus {
  color: var(--white);
}

.create-case-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.create-case-breadcrumb a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.create-case-aside .section-label {
  color: rgba(255, 255, 255, 0.68);
}

.create-case-aside h2 {
  margin: 14px 0 18px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.18;
}

.create-case-aside p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}

.create-case-note {
  display: flex;
  gap: 14px;
  margin-top: 30px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.55;
}

.create-case-note i {
  font-size: 24px;
}

.create-case-account {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.create-case-account span,
.create-case-account small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.create-case-account strong {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}

.create-case-account a {
  width: fit-content;
  margin-top: 4px;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
}

.create-case-form {
  display: grid;
  gap: 22px;
}

.case-upload-guide {
  padding: 24px;
  border: 1px solid rgba(26, 39, 68, 0.09);
  background: var(--white);
  box-shadow: 0 16px 38px rgba(26, 39, 68, 0.07);
}

.case-upload-guide__head {
  margin-bottom: 18px;
}

.case-upload-guide__head span {
  display: block;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-upload-guide__head strong {
  display: block;
  margin-top: 6px;
  color: var(--navy);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.case-upload-guide__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-upload-guide__steps li {
  padding: 16px;
  background: #f6f7fa;
}

.case-upload-guide__steps span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.case-upload-guide__steps p {
  margin: 0;
  color: #566170;
  font-size: 13px;
  line-height: 1.55;
}

.case-form-alert {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 18px;
  border: 1px solid rgba(26, 39, 68, 0.14);
  background: var(--white);
  color: #344054;
  font-size: 14px;
  line-height: 1.55;
  box-shadow: 0 12px 30px rgba(26, 39, 68, 0.07);
}

.case-form-alert i {
  margin-top: 2px;
  color: var(--navy);
  font-size: 18px;
}

.case-form-alert--success {
  border-color: rgba(26, 115, 63, 0.22);
  background: #f3fbf6;
  color: #25633d;
}

.case-form-alert--success i {
  color: #1f6b40;
}

.case-form-alert--error {
  border-color: rgba(168, 44, 44, 0.22);
  background: #fff7f7;
  color: #7a2d2d;
}

.case-form-alert--error i {
  color: #9f3030;
}

.case-form-group {
  padding: 28px;
  background: var(--white);
  border: 1px solid rgba(26, 39, 68, 0.09);
  box-shadow: 0 16px 38px rgba(26, 39, 68, 0.07);
}

.case-form-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.case-form-heading i {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: var(--white);
  font-size: 20px;
}

.case-form-heading h3 {
  margin: 0;
  color: var(--navy);
  font-size: 22px;
  font-weight: 600;
}

.case-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.case-form-wide,
.case-form-full {
  display: block;
  margin-top: 18px;
}

.case-form-grid .case-form-wide {
  grid-column: 1 / -1;
  margin-top: 0;
}

.create-case-form label {
  color: #1f2937;
  font-size: 14px;
  font-weight: 600;
}

.create-case-form input,
.create-case-form textarea,
.create-case-form select {
  width: 100%;
  margin-top: 8px;
  padding: 13px 14px;
  border: 1px solid rgba(26, 39, 68, 0.16);
  background: #fbfcfe;
  color: #1f2937;
  font: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.create-case-form input:focus,
.create-case-form textarea:focus,
.create-case-form select:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 4px rgba(26, 39, 68, 0.08);
}

.case-form-select {
  margin-bottom: 0;
}

.case-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.case-check-grid label,
.case-radio-stack label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  background: #f6f7fa;
  border: 1px solid rgba(26, 39, 68, 0.08);
  font-weight: 500;
}

.case-check-grid input,
.case-radio-stack input {
  width: auto;
  margin: 0;
  accent-color: var(--navy);
}

.case-form-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.case-radio-stack {
  display: grid;
  gap: 12px;
}

.case-form-submit {
  display: flex;
  justify-content: flex-end;
}

.case-form-submit button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: var(--navy);
  color: var(--white);
  padding: 15px 24px;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease;
}

.case-form-submit button:hover,
.case-form-submit button:focus {
  background: #263755;
  transform: translateY(-2px);
}

.customer-auth-page {
  min-height: 100vh;
  padding: 48px 16px;
  display: grid;
  place-items: center;
  background: #f6f7fa;
}

.customer-auth-card {
  width: min(760px, 100%);
  padding: 34px;
  background: var(--white);
  border: 1px solid rgba(26, 39, 68, 0.09);
  box-shadow: 0 22px 60px rgba(26, 39, 68, 0.12);
}

.customer-auth-card--small {
  width: min(520px, 100%);
}

.customer-auth-logo {
  display: inline-flex;
  margin-bottom: 22px;
}

.customer-auth-logo img {
  width: 150px;
  height: auto;
}

.customer-auth-card h1 {
  margin: 12px 0 10px;
  color: var(--navy);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.customer-auth-card p {
  color: #566170;
  line-height: 1.65;
}

.customer-auth-form {
  margin-top: 22px;
}

.customer-auth-options {
  display: flex;
  justify-content: flex-end;
  margin-top: -8px;
}

.customer-auth-options a {
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.customer-auth-options a:hover,
.customer-auth-options a:focus {
  color: var(--accent);
}

.customer-auth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.customer-auth-switch {
  margin: 22px 0 0;
  font-size: 14px;
}

.customer-auth-switch a {
  color: var(--navy);
  font-weight: 800;
}

.customer-reset-link {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding: 14px;
  border: 1px solid rgba(26, 39, 68, 0.12);
  background: #f6f7fa;
}

.customer-reset-link span {
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.customer-reset-link a {
  color: #174ea6;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

@media (min-width: 1200px) {
  .family-service-dossiers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .family-service-card:not(.family-service-card--compact) {
    grid-column: span 2;
  }
}

@media (max-width: 767.98px) {
  .medical-hero {
    padding: 64px 0 78px;
  }

  .medical-hero__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .medical-hero h1 {
    font-size: 30px;
  }

  .medical-hero__actions {
    flex-direction: column;
  }

  .medical-btn {
    width: 100%;
  }

  .medical-hero__panel {
    padding: 30px;
  }

  .medical-hero__image,
  .medical-intro-image,
  .medical-choose-image {
    height: 190px;
  }

  .medical-wide-image {
    margin-bottom: 26px;
    border-radius: 18px;
  }

  .medical-wide-image img {
    height: 210px;
  }

  .medical-benefits-section {
    padding: 64px 0 76px;
  }

  .medical-benefits-header {
    margin-bottom: 34px;
    text-align: left;
  }

  .medical-benefits-grid {
    grid-template-columns: 1fr;
  }

  .medical-benefit-card {
    min-height: auto;
    padding: 26px;
  }

  .medical-intro-section {
    padding: 64px 0 72px;
  }

  .medical-intro-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .medical-intro-copy {
    padding: 0;
  }

  .medical-intro-panel {
    padding: 18px;
  }

  .medical-included-section,
  .medical-case-types-section {
    padding: 64px 0 76px;
  }

  .medical-included-header,
  .medical-case-types-header {
    margin-bottom: 44px;
    text-align: left;
  }

  .medical-wide-image--compact {
    margin-bottom: 46px;
  }

  .medical-included-layout,
  .medical-case-types-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .medical-folder-card {
    margin-top: 36px;
    padding: 34px 24px 26px;
  }

  .medical-case-types-grid article {
    min-height: auto;
  }

  .medical-case-types-grid article:nth-child(2n) {
    transform: none;
  }

  .medical-choose-section {
    padding: 64px 0 76px;
  }

  .medical-choose-layout,
  .medical-choose-board article {
    grid-template-columns: 1fr;
  }

  .medical-choose-copy {
    position: static;
    padding: 28px;
  }

  .medical-choose-board i {
    grid-row: auto;
  }

  .medical-prep-section {
    padding: 64px 0 76px;
  }

  .medical-prep-header {
    margin-bottom: 34px;
    text-align: left;
  }

  .medical-prep-grid {
    grid-template-columns: 1fr;
  }

  .medical-prep-grid article {
    min-height: auto;
    padding: 28px;
  }

  .medical-pricing-section {
    padding: 28px 0 34px;
  }

  .medical-pricing-section .container-fluid {
    padding-right: 12px;
    padding-left: 12px;
  }

  .medical-pricing-section h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .medical-pricing-kicker {
    font-size: 28px;
  }

  .medical-pricing-section p {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .medical-pricing-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
    text-align: left;
  }

  .medical-pricing-card__icon {
    justify-self: center;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    font-size: 28px;
  }

  .medical-pricing-card__rate {
    justify-self: stretch;
    min-width: 0;
  }

  .medical-pricing-table-wrap {
    overflow-x: auto;
    border-radius: 12px;
  }

  .medical-pricing-table {
    min-width: 620px;
  }

  .medical-pricing-table th {
    padding: 12px 10px;
    font-size: 13px;
  }

  .medical-pricing-table td {
    height: 40px;
    padding: 8px 10px;
    font-size: 13px;
  }

  .medical-faq-section {
    padding: 64px 0 76px;
  }

  .medical-faq-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .medical-faq-copy {
    position: static;
    padding: 26px;
  }

  .life-care-hero {
    padding: 64px 0 78px;
  }

  .life-care-hero__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .life-care-hero h1 {
    font-size: 36px;
  }

  .life-care-hero__panel {
    padding: 30px;
  }

  .life-care-intro-section {
    padding: 64px 0 76px;
  }

  .life-care-intro-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .life-care-intro-copy {
    padding: 0;
  }

  .life-care-intro-card {
    padding: 28px;
  }

  .life-care-meaning-section {
    padding: 64px 0 76px;
  }

  .life-care-meaning-layout {
    grid-template-columns: 1fr;
  }

  .life-care-meaning-card,
  .life-care-meaning-aside {
    padding: 28px;
  }

  .life-care-specialty-section {
    padding: 64px 0 76px;
  }

  .life-care-specialty-header {
    margin-bottom: 34px;
    text-align: left;
  }

  .life-care-specialty-grid {
    grid-template-columns: 1fr;
  }

  .life-care-specialty-grid article {
    min-height: auto;
  }

  .life-care-specialty-card-inner,
  .life-care-specialty-face {
    min-height: 290px;
  }

  .life-care-defensible-section {
    padding: 64px 0 76px;
  }

  .life-care-defensible-header {
    margin-bottom: 34px;
    text-align: left;
  }

  .life-care-defensible-grid {
    grid-template-columns: 1fr;
  }

  .life-care-defensible-grid article {
    min-height: auto;
    padding: 28px;
  }

  .life-care-draft-section {
    padding: 64px 0 76px;
  }

  .life-care-draft-header {
    margin-bottom: 34px;
    text-align: left;
  }

  .life-care-draft-flow article,
  .life-care-draft-note {
    grid-template-columns: 1fr;
  }

  .life-care-draft-flow article span {
    width: 82px;
    height: 82px;
  }

  .life-care-support-section {
    padding: 64px 0 76px;
  }

  .life-care-support-header {
    margin-bottom: 34px;
    text-align: left;
  }

  .life-care-support-grid {
    grid-template-columns: 1fr;
  }

  .life-care-support-grid article {
    min-height: auto;
    padding: 86px 28px 28px;
  }

  .life-care-includes-section {
    padding: 64px 0 76px;
  }

  .life-care-includes-header {
    margin-bottom: 34px;
    text-align: left;
  }

  .life-care-includes-layout {
    grid-template-columns: 1fr;
  }

  .life-care-report-column {
    padding: 28px;
  }

  .life-care-report-title {
    align-items: flex-start;
  }

  .life-care-includes-note {
    align-items: flex-start;
  }

  .life-care-why-section {
    padding: 64px 0 76px;
  }

  .life-care-why-header {
    margin-bottom: 34px;
    text-align: left;
  }

  .life-care-why-layout,
  .life-care-turnaround {
    grid-template-columns: 1fr;
  }

  .life-care-why-feature {
    padding: 30px;
  }

  .life-care-faq-section {
    padding: 64px 0 76px;
  }

  .life-care-faq-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .life-care-faq-copy {
    position: static;
    padding: 28px;
  }

  .mass-tort-hero {
    padding: 64px 0 78px;
  }

  .mass-tort-hero__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .mass-tort-hero h1 {
    font-size: 36px;
  }

  .mass-tort-hero__panel {
    padding: 30px;
  }

  .mass-tort-hero__image,
  .mass-tort-intro-image,
  .mass-tort-partner-image {
    height: 190px;
  }

  .mass-tort-intro-section {
    padding: 64px 0 76px;
  }

  .mass-tort-intro-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mass-tort-intro-copy {
    padding: 0;
  }

  .mass-tort-intro-panel {
    padding: 18px;
  }

  .mass-tort-benefits-section {
    padding: 64px 0 76px;
  }

  .mass-tort-benefits-header {
    margin-bottom: 34px;
    text-align: left;
  }

  .mass-tort-wide-image {
    margin-bottom: 26px;
    border-radius: 20px;
  }

  .mass-tort-wide-image img {
    height: 210px;
  }

  .mass-tort-benefits-grid {
    grid-template-columns: 1fr;
  }

  .mass-tort-benefits-grid article {
    min-height: auto;
    padding: 28px;
  }

  .mass-tort-workflow-section {
    padding: 64px 0 76px;
  }

  .mass-tort-workflow-header {
    margin-bottom: 34px;
    text-align: left;
  }

  .mass-tort-workflow-grid {
    grid-template-columns: 1fr;
  }

  .mass-tort-workflow-grid article {
    grid-column: auto;
    min-height: auto;
    padding: 76px 28px 28px;
  }

  .mass-tort-cases-section {
    padding: 64px 0 76px;
  }

  .mass-tort-cases-header {
    margin-bottom: 34px;
    text-align: left;
  }

  .mass-tort-cases-grid {
    grid-template-columns: 1fr;
  }

  .mass-tort-cases-grid article,
  .mass-tort-cases-grid article:nth-child(1),
  .mass-tort-cases-grid article:nth-child(2) {
    grid-column: auto;
    min-height: auto;
    padding: 28px;
  }

  .mass-tort-partner-section {
    padding: 64px 0 76px;
  }

  .mass-tort-partner-header {
    margin-bottom: 34px;
    text-align: left;
  }

  .mass-tort-partner-layout,
  .mass-tort-partner-list article {
    grid-template-columns: 1fr;
  }

  .mass-tort-partner-note {
    position: static;
    padding: 30px;
  }

  .mass-tort-faq-section {
    padding: 64px 0 76px;
  }

  .mass-tort-faq-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .mass-tort-faq-copy {
    position: static;
    padding: 28px;
  }

  .narrative-hero {
    padding: 64px 0 78px;
  }

  .narrative-hero__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .narrative-hero h1 {
    font-size: 36px;
  }

  .narrative-hero__panel {
    padding: 30px;
  }

  .narrative-hero__image,
  .narrative-intro-image,
  .narrative-included-image,
  .narrative-support-image {
    height: 190px;
  }

  .narrative-wide-image {
    margin-bottom: 26px;
    border-radius: 20px;
  }

  .narrative-wide-image img {
    height: 210px;
  }

  .narrative-intro-section {
    padding: 64px 0 76px;
  }

  .narrative-intro-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .narrative-intro-copy {
    padding: 0;
  }

  .narrative-intro-panel {
    padding: 18px;
  }

  .narrative-benefits-section {
    padding: 64px 0 76px;
  }

  .narrative-benefits-header {
    margin-bottom: 32px;
    text-align: left;
  }

  .narrative-benefits-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .narrative-benefit-main {
    min-height: auto;
    padding: 30px;
    border-radius: 24px;
  }

  .narrative-benefit-main i {
    width: 64px;
    height: 64px;
    margin-bottom: 48px;
    font-size: 28px;
  }

  .narrative-benefit-list article {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .narrative-workflow-section {
    padding: 64px 0 76px;
  }

  .narrative-workflow-heading,
  .narrative-workflow-board,
  .narrative-workflow-steps article {
    grid-template-columns: 1fr;
  }

  .narrative-workflow-heading {
    gap: 18px;
    margin-bottom: 30px;
  }

  .narrative-workflow-board {
    padding: 18px;
    border-radius: 24px;
  }

  .narrative-workflow-rail {
    display: flex;
  }

  .narrative-workflow-rail span {
    flex: 1;
    min-height: 54px;
    border-radius: 16px;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .narrative-workflow-steps article {
    padding: 24px;
  }

  .narrative-workflow-steps article:hover {
    transform: translateY(-4px);
  }

  .narrative-included-section {
    padding: 64px 0 76px;
  }

  .narrative-included-shell,
  .narrative-included-grid {
    grid-template-columns: 1fr;
  }

  .narrative-included-sheet {
    position: relative;
    top: auto;
    padding: 30px;
    border-radius: 24px;
  }

  .narrative-included-panel {
    padding: 24px;
    border-radius: 22px;
  }

  .narrative-included-title {
    align-items: flex-start;
  }

  .narrative-definition-section {
    padding: 64px 0 76px;
  }

  .narrative-definition-top {
    margin-bottom: 32px;
    text-align: left;
  }

  .narrative-definition-top p {
    margin: 0;
  }

  .narrative-definition-compare,
  .narrative-definition-note {
    grid-template-columns: 1fr;
  }

  .narrative-definition-core {
    min-height: auto;
    padding: 28px;
  }

  .narrative-definition-core strong {
    max-width: none;
  }

  .narrative-definition-note {
    padding: 24px;
  }

  .narrative-cases-section {
    padding: 64px 0 76px;
  }

  .narrative-cases-head,
  .narrative-cases-list article {
    grid-template-columns: 1fr;
  }

  .narrative-cases-head {
    gap: 16px;
    margin-bottom: 30px;
  }

  .narrative-cases-list article,
  .narrative-cases-list article:nth-child(even) {
    margin-left: 0;
    padding: 24px;
  }

  .narrative-support-section {
    padding: 64px 0 76px;
  }

  .narrative-support-shell,
  .narrative-support-flow {
    grid-template-columns: 1fr;
  }

  .narrative-support-aside {
    padding: 30px;
    border-radius: 24px;
  }

  .narrative-support-flow article,
  .narrative-support-flow article:nth-child(2),
  .narrative-support-flow article:nth-child(4) {
    transform: none;
  }

  .narrative-support-flow article:hover,
  .narrative-support-flow article:nth-child(2):hover,
  .narrative-support-flow article:nth-child(4):hover {
    transform: translateY(-4px);
  }

  .narrative-why-section {
    padding: 64px 0 76px;
  }

  .narrative-why-head {
    margin-bottom: 30px;
    text-align: left;
  }

  .narrative-why-orbit {
    grid-template-columns: 1fr;
  }

  .narrative-why-seal,
  .narrative-why-orbit article {
    grid-column: auto;
    grid-row: auto;
  }

  .narrative-why-seal {
    min-height: auto;
    border-radius: 26px;
  }

  .narrative-faq-section {
    padding: 64px 0 76px;
  }

  .narrative-faq-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .narrative-faq-copy {
    position: relative;
    top: auto;
    padding: 26px;
  }

  .narrative-faq-accordion .accordion-button {
    padding: 18px 20px;
    font-size: 16px;
  }

  .narrative-faq-accordion .accordion-body {
    padding: 18px 20px 20px;
  }

  .create-case-section {
    padding: 64px 0 76px;
  }

  .create-case-shell,
  .case-form-grid,
  .case-check-grid,
  .case-form-split,
  .case-upload-guide__steps {
    grid-template-columns: 1fr;
  }

  .create-case-aside {
    position: static;
    padding: 28px;
  }

  .case-upload-guide {
    padding: 22px;
  }

  .case-form-group {
    padding: 22px;
  }

  .case-form-submit,
  .case-form-submit button {
    width: 100%;
    justify-content: center;
  }

  .customer-auth-card {
    padding: 24px;
  }

  .customer-auth-grid {
    grid-template-columns: 1fr;
  }

  .family-hero {
    padding: 64px 0 76px;
  }

  .family-hero-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .family-hero h1 {
    font-size: 34px;
  }

  .family-hero p {
    font-size: 16px;
  }

  .family-house-visual {
    min-height: 330px;
  }

  .family-house-visual__roof {
    border-right-width: 142px;
    border-bottom-width: 96px;
    border-left-width: 142px;
  }

  .family-house-visual__body {
    max-width: 284px;
    min-height: 210px;
    padding: 28px 22px;
  }

  .family-house-visual__body > i {
    font-size: 52px;
  }

  .family-house-visual__base {
    max-width: 318px;
  }

  .family-law-meaning {
    padding: 64px 0;
  }

  .family-law-meaning__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .family-law-meaning__content h2 {
    font-size: 32px;
  }

  .family-law-meaning__content p {
    font-size: 16px;
  }

  .family-map {
    display: grid;
    gap: 14px;
    min-height: 0;
  }

  .family-map::before,
  .family-map::after {
    display: none;
  }

  .family-map__center,
  .family-map__card,
  .family-map__card--one,
  .family-map__card--two,
  .family-map__card--three,
  .family-map__card--four,
  .family-map__card--five,
  .family-map__card--six {
    position: static;
    width: 100%;
    min-height: 0;
    transform: none;
  }

  .family-map__center {
    height: auto;
    min-height: 130px;
    border-radius: 0;
  }

  .family-services-section {
    padding: 64px 0;
  }

  .family-services-header {
    margin-bottom: 34px;
  }

  .family-services-header h2 {
    font-size: 32px;
  }

  .family-service-card {
    padding: 28px 22px;
  }

  .family-service-columns {
    grid-template-columns: 1fr;
  }

  .family-service-card__head {
    align-items: flex-start;
  }

  .family-service-card h3 {
    font-size: 22px;
  }

  .family-process-section {
    padding: 64px 0;
    background: var(--navy);
  }

  .family-process-section::before {
    display: none;
  }

  .family-process-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .family-process-intro {
    position: static;
  }

  .family-process-step {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    padding: 22px;
  }

  .family-process-step::before {
    left: 50px;
  }

  .family-process-step > span {
    width: 58px;
    height: 58px;
    border-width: 6px;
    font-size: 14px;
  }

  .family-process-step h3 {
    font-size: 20px;
  }

  .family-trust-section {
    padding: 64px 0;
  }

  .family-trust-header {
    margin-bottom: 34px;
  }

  .family-trust-header h2 {
    font-size: 32px;
  }

  .family-trust-grid {
    grid-template-columns: 1fr;
  }

  .family-trust-card,
  .family-trust-card:nth-child(4n),
  .family-trust-card:nth-child(n + 5) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(26, 39, 68, 0.12);
  }

  .family-trust-card:last-child {
    border-bottom: 0;
  }

  .family-stats-faq-section,
  .family-testimonials-section {
    padding: 64px 0;
  }

  .family-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 48px;
  }

  .family-stat-card,
  .family-stat-card:last-child {
    min-height: 140px;
    border-right: 1px solid rgba(26, 39, 68, 0.12);
    border-bottom: 1px solid rgba(26, 39, 68, 0.12);
  }

  .family-stat-card:nth-child(2n) {
    border-right: 0;
  }

  .family-stat-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .family-faq-layout,
  .family-testimonial-grid,
  .family-cta-box {
    grid-template-columns: 1fr;
  }

  .family-faq-intro {
    position: static;
  }

  .family-faq-intro h2,
  .family-testimonials-header h2 {
    font-size: 32px;
  }

  .family-testimonial-card {
    min-height: 0;
    padding: 28px 24px;
  }

  .family-cta-section {
    padding: 0 0 64px;
  }

  .family-cta-box {
    padding: 34px 24px;
  }

  .family-cta-actions {
    justify-content: flex-start;
  }

  .family-cta-actions .btn {
    width: 100%;
  }

  .family-law-page .family-hero {
    padding: 48px 0 54px;
  }

  .family-law-page .family-law-meaning,
  .family-law-page .family-services-section,
  .family-law-page .family-process-section,
  .family-law-page .family-trust-section,
  .family-law-page .family-stats-faq-section,
  .family-law-page .family-testimonials-section {
    padding: 40px 0;
  }

  .family-law-page .family-cta-section {
    padding: 0 0 40px;
  }

  .family-law-page .family-hero-layout,
  .family-law-page .family-law-meaning__grid,
  .family-law-page .family-process-layout,
  .family-law-page .family-faq-layout,
  .family-law-page .family-cta-box {
    gap: 22px;
  }

  .family-law-page .family-house-visual {
    min-height: 280px;
  }

  .family-law-page .family-map {
    min-height: 0;
  }

  .family-law-page .family-service-card,
  .family-law-page .family-trust-card,
  .family-law-page .family-testimonial-card {
    padding: 22px;
  }

  .family-law-page .family-service-columns {
    gap: 14px;
    margin-top: 14px;
  }

  .family-law-page .family-process-note {
    margin-top: 16px;
  }

  .family-law-page .family-process-step {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .family-law-page .family-process-step::before {
    left: 46px;
  }

  .family-law-page .family-process-step > span {
    width: 56px;
    height: 56px;
  }

  .family-law-page .family-stats-grid {
    margin-bottom: 28px;
  }

  .family-law-page .family-cta-box {
    padding: 30px 20px;
  }

  .property-hero {
    padding: 64px 0 78px;
  }

  .property-hero-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .property-hero h1 {
    font-size: 32px;
    white-space: normal;
  }

  .property-hero p {
    font-size: 16px;
  }

  .property-deed-visual {
    min-height: 340px;
  }

  .property-boundary {
    inset: 52px auto auto 10px;
    width: min(300px, 82vw);
    height: 210px;
  }

  .property-deed-card {
    top: 34px;
    right: 18px;
    width: min(230px, 70vw);
    min-height: 290px;
    padding: 28px;
  }

  .property-deed-card strong {
    font-size: 28px;
  }

  .property-seal {
    right: 20px;
    bottom: 12px;
    width: 92px;
    height: 92px;
    border-width: 8px;
  }

  .property-seal i {
    font-size: 38px;
  }

  .property-law-meaning {
    padding: 64px 0;
  }

  .property-meaning-layout,
  .property-laws-strip {
    grid-template-columns: 1fr;
  }

  .property-meaning-content {
    position: static;
  }

  .property-meaning-content h2 {
    font-size: 32px;
  }

  .property-type-panel {
    grid-template-columns: 1fr;
  }

  .property-type-card,
  .property-type-card--wide {
    grid-column: auto;
    min-height: 0;
    padding: 26px 22px;
  }

  .property-laws-strip {
    gap: 20px;
    padding: 24px;
  }

  .property-services-section {
    padding: 64px 0;
  }

  .property-services-section::before {
    display: none;
  }

  .property-services-header {
    margin-bottom: 34px;
    text-align: left;
  }

  .property-services-header h2 {
    color: var(--navy);
    font-size: 32px;
  }

  .property-services-header .section-label {
    color: var(--accent);
  }

  .property-services-header p {
    max-width: none;
    color: #566170;
  }

  .property-services-grid {
    grid-template-columns: 1fr;
  }

  .property-service-tile,
  .property-service-tile--featured {
    grid-template-columns: 1fr;
    text-align: left;
    border-left: 5px solid var(--navy);
    gap: 18px;
    min-height: 0;
    padding: 26px 22px;
  }

  .property-service-tile h3 {
    min-height: 0;
  }

  .property-docket-item button {
    grid-template-columns: 44px 48px minmax(0, 1fr) 34px;
    gap: 12px;
    padding: 20px 16px;
  }

  .property-docket-item button span {
    font-size: 22px;
  }

  .property-docket-item button i {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .property-docket-item button strong {
    font-size: 17px;
  }

  .property-docket-item button::after {
    width: 34px;
    height: 34px;
    font-size: 15px;
  }

  .property-docket-body {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px;
  }

  .property-parcel-map {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .property-parcel,
  .property-parcel--large,
  .property-parcel--wide,
  .property-parcel--tall,
  .property-parcel:not(.property-parcel--large):not(.property-parcel--wide):not(.property-parcel--tall) {
    grid-column: auto;
    grid-row: auto;
    min-height: 220px;
  }

  .property-parcel--large h3 {
    font-size: 24px;
  }

  .property-service-ledger {
    box-shadow: none;
  }

  .property-service-ledger__head {
    display: none;
  }

  .property-ledger-row {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px 0;
    align-items: start;
    min-height: 0;
    padding: 22px 0;
  }

  .property-ledger-row > span {
    grid-row: span 3;
    padding: 0 16px;
    font-size: 22px;
  }

  .property-ledger-row h3,
  .property-ledger-row p,
  .property-ledger-row strong {
    padding: 0 18px 0 0;
  }

  .property-ledger-row h3 {
    font-size: 18px;
  }

  .property-ledger-row h3 i {
    width: 38px;
    height: 38px;
  }

  .property-ledger-row:hover {
    transform: none;
  }

  .property-process-section {
    padding: 64px 0;
  }

  .property-process-header {
    margin-bottom: 38px;
    text-align: left;
  }

  .property-process-header h2 {
    font-size: 32px;
  }

  .property-process-track {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .property-process-step,
  .property-process-step:nth-child(even) {
    min-height: 0;
    padding: 24px 20px;
  }

  .property-process-step__marker {
    margin-bottom: 24px;
  }

  .property-process-step__marker span {
    font-size: 28px;
  }

  .property-process-step__marker i {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }

  .property-process-step__content,
  .property-process-step:nth-child(even) .property-process-step__content {
    padding: 0;
  }

  .property-process-step__content::before,
  .property-process-step:nth-child(even) .property-process-step__content::before {
    display: none;
  }

  .property-process-step__content h3 {
    font-size: 20px;
  }

  .property-trust-section {
    padding: 64px 0;
  }

  .property-trust-layout,
  .property-trust-board {
    grid-template-columns: 1fr;
  }

  .property-trust-intro {
    position: static;
  }

  .property-trust-intro h2 {
    font-size: 32px;
  }

  .property-trust-board article,
  .property-trust-board article:nth-child(2n),
  .property-trust-board article:nth-last-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(26, 39, 68, 0.12);
  }

  .property-trust-board article:last-child {
    border-bottom: 0;
  }

  .property-stats-section {
    padding: 64px 0;
  }

  .property-stats-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .property-stats-strip article,
  .property-stats-strip article:last-child {
    min-height: 140px;
    border-right: 1px solid rgba(26, 39, 68, 0.12);
    border-bottom: 1px solid rgba(26, 39, 68, 0.12);
  }

  .property-stats-strip article:nth-child(2n) {
    border-right: 0;
  }

  .property-stats-strip article:last-child {
    grid-column: span 2;
    border-bottom: 0;
  }

  .property-faq-section {
    padding: 64px 0;
  }

  .property-faq-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .property-faq-intro {
    position: static;
  }

  .property-faq-intro h2 {
    font-size: 32px;
  }

  .property-faq-accordion .accordion-button {
    padding: 18px;
    font-size: 15px;
  }

  .property-faq-accordion .accordion-body {
    padding: 18px;
  }

  .property-law-page .property-hero {
    padding: 48px 0 54px;
  }

  .property-law-page .property-law-meaning,
  .property-law-page .property-services-section,
  .property-law-page .property-process-section,
  .property-law-page .property-trust-section,
  .property-law-page .property-faq-section {
    padding: 40px 0;
  }

  .property-law-page .property-stats-section {
    padding: 38px 0;
  }

  .property-law-page .property-hero-layout,
  .property-law-page .property-meaning-layout,
  .property-law-page .property-trust-layout,
  .property-law-page .property-faq-layout {
    gap: 22px;
  }

  .property-law-page .property-deed-visual {
    min-height: 300px;
  }

  .property-law-page .property-deed-card {
    top: 24px;
    min-height: 250px;
    padding: 22px;
  }

  .property-law-page .property-deed-card i {
    width: 54px;
    height: 54px;
    margin-bottom: 34px;
    font-size: 24px;
  }

  .property-law-page .property-boundary {
    inset: 46px auto auto 10px;
    height: 190px;
  }

  .property-law-page .property-seal {
    width: 82px;
    height: 82px;
  }

  .property-law-page .property-type-card,
  .property-law-page .property-type-card--wide,
  .property-law-page .property-service-tile,
  .property-law-page .property-service-tile--featured,
  .property-law-page .property-process-step,
  .property-law-page .property-trust-board article {
    padding: 22px;
  }

  .property-law-page .property-laws-strip {
    margin-top: 22px;
    padding: 20px;
  }

  .property-law-page .property-services-header,
  .property-law-page .property-process-header {
    margin-bottom: 26px;
  }

  .property-law-page .property-services-grid,
  .property-law-page .property-process-track {
    gap: 14px;
  }

  .property-law-page .property-service-tile__icon,
  .property-law-page .property-service-tile:nth-child(even) .property-service-tile__icon {
    margin-bottom: 16px;
  }

  .property-law-page .property-service-tile h3 {
    min-height: 0;
  }

  .property-law-page .property-process-step__marker {
    margin-bottom: 18px;
  }

  .property-law-page .property-stats-strip article,
  .property-law-page .property-stats-strip article:last-child {
    min-height: 118px;
    padding: 18px 12px;
  }

  .property-law-page .property-faq-accordion .accordion-button,
  .property-law-page .property-faq-accordion .accordion-body {
    padding: 16px 18px;
  }

  .corporate-hero {
    padding: 64px 0 78px;
  }

  .corporate-hero-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .corporate-hero h1 {
    font-size: 34px;
  }

  .corporate-hero p {
    font-size: 16px;
  }

  .corporate-visual {
    min-height: 360px;
  }

  .corporate-visual__panel {
    top: 34px;
    right: 12px;
    width: min(300px, 82vw);
    min-height: 270px;
    padding: 30px;
  }

  .corporate-visual__chip--one {
    left: 0;
  }

  .corporate-visual__chip--two {
    right: 0;
    bottom: 56px;
  }

  .corporate-visual__chip--three {
    left: 0;
    bottom: 14px;
  }

  .corporate-meaning-section {
    padding: 64px 0;
  }

  .corporate-meaning-console {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .corporate-meaning-copy h2 {
    font-size: 32px;
  }

  .corporate-lifecycle {
    display: grid;
    gap: 14px;
    min-height: 0;
    padding: 0;
  }

  .corporate-lifecycle::before,
  .corporate-lifecycle::after {
    display: none;
  }

  .corporate-lifecycle__center,
  .corporate-lifecycle__node,
  .corporate-lifecycle__node--one,
  .corporate-lifecycle__node--two,
  .corporate-lifecycle__node--three,
  .corporate-lifecycle__node--four,
  .corporate-lifecycle__node--five {
    position: static;
    width: 100%;
    min-height: 0;
    border-radius: 16px;
    transform: none;
  }

  .corporate-lifecycle__center {
    justify-items: start;
    padding: 24px;
    text-align: left;
  }

  .corporate-lifecycle__center i {
    margin-bottom: 10px;
  }

  .corporate-lifecycle__node {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 14px;
    align-items: center;
    padding: 18px;
    box-shadow: 0 14px 28px rgba(26, 39, 68, 0.08);
  }

  .corporate-lifecycle__node span {
    grid-row: span 2;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 14px;
    background: var(--navy);
    color: var(--white);
    letter-spacing: 0;
  }

  .corporate-lifecycle__node strong {
    margin-top: 0;
  }

  .corporate-services-section {
    padding: 64px 0;
  }

  .corporate-services-heading {
    margin-bottom: 34px;
    text-align: left;
  }

  .corporate-services-heading h2 {
    font-size: 32px;
  }

  .corporate-services-heading p {
    margin: 0;
  }

  .corporate-service-desk {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .corporate-service-sheet,
  .corporate-service-sheet--primary,
  .corporate-service-sheet--wide {
    grid-column: auto;
    grid-row: auto;
    padding: 26px 22px;
  }

  .corporate-control-room {
    grid-template-columns: 1fr;
    overflow: hidden;
    border: 1px solid rgba(26, 39, 68, 0.1);
    border-radius: 18px;
  }

  .corporate-control-room__menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow-x: visible;
    background: rgba(26, 39, 68, 0.12);
  }

  .corporate-control-room__menu button {
    justify-content: flex-start;
    min-width: 0;
    min-height: 62px;
    padding: 0 16px;
    border-bottom: 0;
    background: var(--navy);
    font-size: 13px;
    line-height: 1.2;
  }

  .corporate-control-room__panel {
    min-height: 0;
    padding: 28px 22px;
    background: var(--white);
  }

  .corporate-control-room__panel .tab-pane i {
    width: 62px;
    height: 62px;
    margin-bottom: 24px;
    font-size: 28px;
  }

  .corporate-control-room__panel h3 {
    font-size: 28px;
  }

  .corporate-control-room__panel ul {
    grid-template-columns: 1fr;
  }

  .corporate-industries-section {
    padding: 64px 0;
  }

  .corporate-industries-layout,
  .corporate-industry-band {
    grid-template-columns: 1fr;
  }

  .corporate-industry-band article,
  .corporate-industry-band article:last-child {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(26, 39, 68, 0.12);
  }

  .corporate-industry-band article:last-child {
    border-bottom: 0;
  }

  .corporate-choose-section {
    padding: 64px 0;
  }

  .corporate-choose-header {
    margin-bottom: 34px;
    text-align: left;
  }

  .corporate-choose-header h2 {
    font-size: 32px;
  }

  .corporate-choose-board {
    grid-template-columns: 1fr;
  }

  .corporate-choose-board article,
  .corporate-choose-board article:last-child {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .corporate-choose-board article:last-child {
    border-bottom: 0;
  }

  .corporate-choose-board h3 {
    margin-top: 34px;
  }

  .corporate-approach-section {
    padding: 64px 0;
  }

  .corporate-approach-memo,
  .corporate-cta-bar {
    grid-template-columns: 1fr;
  }

  .corporate-approach-memo__label,
  .corporate-approach-memo__content,
  .corporate-cta-bar {
    padding: 28px 22px;
  }

  .corporate-approach-memo__content h2,
  .corporate-cta-bar h2 {
    font-size: 30px;
  }

  .corporate-cta-actions {
    justify-content: flex-start;
  }

  .corporate-cta-actions .btn {
    width: 100%;
  }

  .corporate-law-page .corporate-hero {
    padding: 48px 0 54px;
  }

  .corporate-law-page .corporate-meaning-section,
  .corporate-law-page .corporate-services-section,
  .corporate-law-page .corporate-industries-section,
  .corporate-law-page .corporate-choose-section,
  .corporate-law-page .corporate-approach-section {
    padding: 40px 0;
  }

  .corporate-law-page .corporate-hero-layout,
  .corporate-law-page .corporate-meaning-console,
  .corporate-law-page .corporate-industries-layout,
  .corporate-law-page .corporate-cta-bar {
    gap: 22px;
  }

  .corporate-law-page .corporate-visual {
    min-height: 300px;
  }

  .corporate-law-page .corporate-visual__panel {
    top: 24px;
    min-height: 230px;
    padding: 22px;
  }

  .corporate-law-page .corporate-visual__panel i {
    width: 54px;
    height: 54px;
    margin-bottom: 24px;
    font-size: 24px;
  }

  .corporate-law-page .corporate-lifecycle {
    gap: 12px;
  }

  .corporate-law-page .corporate-lifecycle__center,
  .corporate-law-page .corporate-lifecycle__node {
    padding: 18px;
  }

  .corporate-law-page .corporate-lifecycle__center strong {
    font-size: 18px;
  }

  .corporate-law-page .corporate-lifecycle__node {
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 12px;
  }

  .corporate-law-page .corporate-lifecycle__node span {
    width: 42px;
    height: 42px;
    font-size: 12px;
  }

  .corporate-law-page .corporate-lifecycle__node strong {
    font-size: 17px;
  }

  .corporate-law-page .corporate-services-heading,
  .corporate-law-page .corporate-choose-header {
    margin-bottom: 26px;
  }

  .corporate-law-page .corporate-service-desk {
    gap: 14px;
  }

  .corporate-law-page .corporate-service-sheet,
  .corporate-law-page .corporate-service-sheet--primary,
  .corporate-law-page .corporate-service-sheet--wide {
    padding: 22px;
  }

  .corporate-law-page .corporate-service-sheet i {
    margin: 16px 0 18px;
  }

  .corporate-law-page .corporate-control-room__menu button {
    min-height: 54px;
    gap: 9px;
    padding: 0 10px;
    font-size: 12px;
  }

  .corporate-law-page .corporate-control-room__panel {
    padding: 24px 20px;
  }

  .corporate-law-page .corporate-control-room__panel .tab-pane i {
    margin-bottom: 18px;
  }

  .corporate-law-page .corporate-control-room__panel h3 {
    font-size: 24px;
  }

  .corporate-law-page .corporate-control-room__panel p {
    font-size: 14px;
  }

  .corporate-law-page .corporate-industry-band article,
  .corporate-law-page .corporate-industry-band article:last-child,
  .corporate-law-page .corporate-choose-board article,
  .corporate-law-page .corporate-choose-board article:last-child {
    padding: 22px;
  }

  .corporate-law-page .corporate-industry-band i {
    margin-bottom: 20px;
  }

  .corporate-law-page .corporate-choose-board h3 {
    margin-top: 28px;
  }

  .corporate-law-page .corporate-approach-memo {
    margin-bottom: 18px;
  }

  .corporate-law-page .corporate-approach-memo__label,
  .corporate-law-page .corporate-approach-memo__content,
  .corporate-law-page .corporate-cta-bar {
    padding: 24px 20px;
  }

  .documentation-hero { padding: 64px 0 78px; }
  .documentation-hero__grid,
  .documentation-meaning__layout,
  .documentation-laws,
  .documentation-faq__layout,
  .documentation-cta__box {
    grid-template-columns: 1fr;
  }
  .documentation-hero h1,
  .documentation-meaning h2,
  .documentation-section-head h2,
  .documentation-trust__intro h2,
  .documentation-faq h2,
  .documentation-cta h2 {
    font-size: 32px;
  }
  .documentation-hero__folio { padding: 30px; }
  .documentation-meaning,
  .documentation-services,
  .documentation-trust,
  .documentation-testimonials,
  .documentation-packages,
  .documentation-process,
  .documentation-faq,
  .documentation-stats {
    padding: 64px 0;
  }
  .documentation-section-head { margin-bottom: 34px; text-align: left; }
  .documentation-vault,
  .documentation-process__steps,
  .documentation-trust__grid,
  .documentation-stats__grid,
  .documentation-testimonials__grid,
  .documentation-packages__grid {
    grid-template-columns: 1fr;
  }
  .documentation-vault article { min-height: 0; }
  .documentation-process__steps article,
  .documentation-process__steps article:last-child,
  .documentation-trust__grid article,
  .documentation-trust__grid article:nth-child(4n),
  .documentation-trust__grid article:nth-last-child(-n+4),
  .documentation-stats article,
  .documentation-stats article:last-child {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(26,39,68,0.12);
  }
  .documentation-process__steps article,
  .documentation-process__steps article:last-child {
    border-bottom-color: rgba(255,255,255,0.14);
  }
  .documentation-process__steps h3 { margin-top: 34px; }
  .documentation-cta { padding-top: 64px; }
  .documentation-cta__box { padding: 32px 22px; }
  .documentation-cta__actions { justify-content: flex-start; max-width: none; }
  .documentation-cta__actions .btn { width: 100%; }

  .documentation-law-page .documentation-hero {
    padding: 48px 0 54px;
  }

  .documentation-law-page .documentation-meaning,
  .documentation-law-page .documentation-services,
  .documentation-law-page .documentation-trust,
  .documentation-law-page .documentation-testimonials,
  .documentation-law-page .documentation-packages,
  .documentation-law-page .documentation-process,
  .documentation-law-page .documentation-faq,
  .documentation-law-page .documentation-stats {
    padding: 40px 0;
  }

  .documentation-law-page .documentation-cta {
    padding-top: 40px;
  }

  .documentation-law-page .documentation-hero__grid,
  .documentation-law-page .documentation-meaning__layout,
  .documentation-law-page .documentation-laws,
  .documentation-law-page .documentation-faq__layout,
  .documentation-law-page .documentation-cta__box {
    gap: 22px;
  }

  .documentation-law-page .documentation-hero__folio {
    padding: 22px;
  }

  .documentation-law-page .documentation-hero__folio i {
    width: 54px;
    height: 54px;
    margin-bottom: 22px;
    font-size: 24px;
  }

  .documentation-law-page .documentation-section-head,
  .documentation-law-page .documentation-trust__intro {
    margin-bottom: 24px;
  }

  .documentation-law-page .documentation-laws {
    margin-top: 22px;
    padding: 20px;
  }

  .documentation-law-page .documentation-vault,
  .documentation-law-page .documentation-process__steps,
  .documentation-law-page .documentation-testimonials__grid,
  .documentation-law-page .documentation-packages__grid {
    gap: 14px;
  }

  .documentation-law-page .documentation-vault article,
  .documentation-law-page .documentation-process__steps article,
  .documentation-law-page .documentation-process__steps article:last-child,
  .documentation-law-page .documentation-trust__grid article,
  .documentation-law-page .documentation-trust__grid article:nth-child(4n),
  .documentation-law-page .documentation-trust__grid article:nth-last-child(-n+4),
  .documentation-law-page .documentation-testimonials article,
  .documentation-law-page .documentation-packages article {
    padding: 20px;
  }

  .documentation-law-page .documentation-vault i {
    margin: 14px 0 16px;
  }

  .documentation-law-page .documentation-process__steps h3 {
    margin-top: 26px;
  }

  .documentation-law-page .documentation-stats article,
  .documentation-law-page .documentation-stats article:last-child {
    min-height: 112px;
    padding: 18px 12px;
  }

  .documentation-law-page .documentation-faq__accordion .accordion-button,
  .documentation-law-page .documentation-faq__accordion .accordion-body {
    padding: 16px 18px;
  }

  .documentation-law-page .documentation-cta__box {
    padding: 24px 20px;
  }

  .disputes-hero { padding: 64px 0 78px; }
  .disputes-hero__grid,
  .disputes-meaning__layout,
  .dispute-laws,
  .dispute-trust__layout,
  .dispute-emergency__box,
  .dispute-faq__layout,
  .dispute-cta__box {
    grid-template-columns: 1fr;
  }
  .disputes-hero h1,
  .disputes-meaning h2,
  .dispute-section-head h2,
  .dispute-trust h2,
  .dispute-faq h2,
  .dispute-emergency h2,
  .dispute-cta h2 {
    font-size: 32px;
  }
  .disputes-hero__panel { padding: 30px; }
  .disputes-meaning,
  .dispute-types,
  .dispute-trust,
  .dispute-testimonials,
  .dispute-process,
  .dispute-stats,
  .dispute-emergency,
  .dispute-faq {
    padding: 64px 0;
  }
  .dispute-section-head { margin-bottom: 34px; text-align: left; }
  .dispute-methods,
  .dispute-types__grid,
  .dispute-process__board,
  .dispute-trust__list,
  .dispute-stats__grid,
  .dispute-testimonials__grid {
    grid-template-columns: 1fr;
  }
  .dispute-types__grid article,
  .dispute-types__grid article:nth-child(1),
  .dispute-types__grid article:nth-child(2),
  .dispute-types__grid article:nth-child(3),
  .dispute-types__grid article:nth-child(n+4),
  .dispute-process__board article,
  .dispute-stats article,
  .dispute-testimonials article {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
  }
  .dispute-process__board article,
  .dispute-process__board article:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
    transform: none;
  }
  .dispute-process__board article::after {
    display: none;
  }
  .dispute-process__board h3 { margin-top: 34px; }
  .dispute-trust__list article,
  .dispute-trust__list article:nth-child(2n),
  .dispute-trust__list article:nth-last-child(-n+2),
  .dispute-stats article,
  .dispute-stats article:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(26,39,68,.12);
  }
  .dispute-trust__list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .dispute-cta { padding-bottom: 64px; }
  .dispute-cta__box { padding: 32px 22px; }
  .dispute-cta__actions { justify-content: flex-start; max-width: none; }
  .dispute-cta__actions .btn { width: 100%; }

  .disputes-law-page .disputes-hero {
    padding: 48px 0 54px;
  }

  .disputes-law-page .disputes-meaning,
  .disputes-law-page .dispute-types,
  .disputes-law-page .dispute-trust,
  .disputes-law-page .dispute-testimonials,
  .disputes-law-page .dispute-process,
  .disputes-law-page .dispute-stats,
  .disputes-law-page .dispute-emergency,
  .disputes-law-page .dispute-faq {
    padding: 40px 0;
  }

  .disputes-law-page .dispute-cta {
    padding-bottom: 40px;
  }

  .disputes-law-page .disputes-hero__grid,
  .disputes-law-page .disputes-meaning__layout,
  .disputes-law-page .dispute-laws,
  .disputes-law-page .dispute-trust__layout,
  .disputes-law-page .dispute-emergency__box,
  .disputes-law-page .dispute-faq__layout,
  .disputes-law-page .dispute-cta__box {
    gap: 22px;
  }

  .disputes-law-page .disputes-hero__panel {
    padding: 22px;
  }

  .disputes-law-page .disputes-hero__panel i {
    width: 54px;
    height: 54px;
    margin-bottom: 22px;
    font-size: 24px;
  }

  .disputes-law-page .dispute-section-head {
    margin-bottom: 24px;
  }

  .disputes-law-page .dispute-methods,
  .disputes-law-page .dispute-types__grid,
  .disputes-law-page .dispute-process__board,
  .disputes-law-page .dispute-testimonials__grid {
    gap: 14px;
  }

  .disputes-law-page .dispute-methods article,
  .disputes-law-page .dispute-types__grid article,
  .disputes-law-page .dispute-types__grid article:nth-child(1),
  .disputes-law-page .dispute-types__grid article:nth-child(2),
  .disputes-law-page .dispute-types__grid article:nth-child(3),
  .disputes-law-page .dispute-types__grid article:nth-child(n+4),
  .disputes-law-page .dispute-process__board article,
  .disputes-law-page .dispute-trust__list article,
  .disputes-law-page .dispute-testimonials article {
    padding: 20px;
  }

  .disputes-law-page .dispute-methods h3,
  .disputes-law-page .dispute-process__board h3 {
    margin-top: 26px;
  }

  .disputes-law-page .dispute-laws {
    margin-top: 22px;
    padding: 20px;
  }

  .disputes-law-page .dispute-stats article,
  .disputes-law-page .dispute-stats article:last-child {
    min-height: 112px;
    padding: 18px 12px;
  }

  .disputes-law-page .dispute-emergency__box,
  .disputes-law-page .dispute-cta__box {
    padding: 24px 20px;
  }

  .disputes-law-page .dispute-faq__accordion .accordion-button,
  .disputes-law-page .dispute-faq__accordion .accordion-body {
    padding: 16px 18px;
  }

  .cyber-hero { padding:64px 0 78px; }
  .cyber-hero__grid,
  .cyber-meaning__layout,
  .cyber-trust__layout,
  .cyber-emergency__box,
  .cyber-faq__layout,
  .cyber-cta__box {
    grid-template-columns:1fr;
  }
  .cyber-hero h1,
  .cyber-meaning h2,
  .cyber-section-head h2,
  .cyber-trust h2,
  .cyber-faq h2,
  .cyber-emergency h2,
  .cyber-cta h2 {
    font-size:32px;
  }
  .cyber-hero__console { padding:30px; }
  .cyber-meaning,
  .cyber-services,
  .cyber-response,
  .cyber-emergency,
  .cyber-trust,
  .cyber-stats,
  .cyber-faq {
    padding:64px 0;
  }
  .cyber-section-head { margin-bottom:34px; text-align:left; }
  .cyber-service-grid,
  .cyber-response__flow,
  .cyber-trust__points,
  .cyber-stats__grid {
    grid-template-columns:1fr;
  }
  .cyber-law-stack {
    grid-template-columns: 1fr;
  }
  .cyber-law-stack article,
  .cyber-law-stack article:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }
  .cyber-law-stack article:last-child {
    border-bottom: 0;
  }
  .cyber-service-grid article:nth-child(1),
  .cyber-service-grid article:nth-child(4),
  .cyber-service-grid article:nth-child(2),
  .cyber-service-grid article:nth-child(3),
  .cyber-service-grid article:nth-child(n+5) {
    grid-column: auto;
    grid-row: auto;
  }
  .cyber-service-grid article,
  .cyber-response__flow article,
  .cyber-stats article {
    min-height:0;
  }
  .cyber-response__flow article {
    transform: none;
  }
  .cyber-response__flow h3 { margin-top:34px; }
  .cyber-trust__points article,
  .cyber-trust__points article:nth-child(2n),
  .cyber-trust__points article:nth-last-child(-n+2),
  .cyber-stats article,
  .cyber-stats article:last-child {
    border-right:0;
    border-bottom:1px solid rgba(26,39,68,.12);
  }
  .cyber-trust__points article {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .cyber-cta { padding-bottom:64px; }
  .cyber-emergency__box,
  .cyber-cta__box { padding:32px 22px; }
  .cyber-emergency__actions,
  .cyber-cta__actions { justify-content:flex-start; max-width:none; }
  .cyber-emergency__actions .btn,
  .cyber-cta__actions .btn { width:100%; }

  .cyber-law-page .cyber-hero {
    padding: 48px 0 54px;
  }

  .cyber-law-page .cyber-meaning,
  .cyber-law-page .cyber-services,
  .cyber-law-page .cyber-response,
  .cyber-law-page .cyber-emergency,
  .cyber-law-page .cyber-trust,
  .cyber-law-page .cyber-stats,
  .cyber-law-page .cyber-faq {
    padding: 40px 0;
  }

  .cyber-law-page .cyber-cta {
    padding-bottom: 40px;
  }

  .cyber-law-page .cyber-hero__grid,
  .cyber-law-page .cyber-meaning__layout,
  .cyber-law-page .cyber-trust__layout,
  .cyber-law-page .cyber-emergency__box,
  .cyber-law-page .cyber-faq__layout,
  .cyber-law-page .cyber-cta__box {
    gap: 22px;
  }

  .cyber-law-page .cyber-hero__console {
    padding: 22px;
  }

  .cyber-law-page .cyber-hero__console i {
    width: 54px;
    height: 54px;
    margin-bottom: 22px;
    font-size: 24px;
  }

  .cyber-law-page .cyber-section-head {
    margin-bottom: 24px;
  }

  .cyber-law-page .cyber-law-stack article,
  .cyber-law-page .cyber-law-stack article:last-child,
  .cyber-law-page .cyber-service-grid article,
  .cyber-law-page .cyber-response__flow article,
  .cyber-law-page .cyber-trust__points article {
    padding: 20px;
  }

  .cyber-law-page .cyber-service-grid,
  .cyber-law-page .cyber-response__flow {
    gap: 14px;
  }

  .cyber-law-page .cyber-service-grid i {
    margin-bottom: 16px;
  }

  .cyber-law-page .cyber-response__flow h3 {
    margin-top: 26px;
  }

  .cyber-law-page .cyber-emergency__box,
  .cyber-law-page .cyber-cta__box {
    padding: 24px 20px;
  }

  .cyber-law-page .cyber-stats article,
  .cyber-law-page .cyber-stats article:last-child {
    min-height: 112px;
    padding: 18px 12px;
  }

  .cyber-law-page .cyber-faq__accordion .accordion-button,
  .cyber-law-page .cyber-faq__accordion .accordion-body {
    padding: 16px 18px;
  }

  .property-process-step__marker,
  .property-process-step:nth-child(even) .property-process-step__marker {
    grid-column: auto;
  }

  .property-process-track::before {
    display: none;
  }

  .property-process-step {
    min-height: 0;
  }

  .property-service-tile::after {
    display: none;
  }

  .property-service-tile:hover {
    transform: translateY(-6px);
  }
}

.criminal-hero {
  padding: 92px 0 112px;
  background:
    linear-gradient(rgba(26, 39, 68, 0.88), rgba(26, 39, 68, 0.92)),
    url("../images/court-building.jpeg") center / cover no-repeat;
  color: var(--white);
}

.criminal-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.criminal-breadcrumb a,
.criminal-breadcrumb strong {
  color: var(--white);
  text-decoration: none;
}

.criminal-breadcrumb span::before,
.criminal-breadcrumb strong::before {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.52);
  content: ">";
}

.criminal-hero .section-label {
  color: rgba(255, 255, 255, 0.72);
}

.criminal-hero h1 {
  max-width: 980px;
  margin: 0;
  color: var(--white);
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 500;
  line-height: 1.12;
}

.criminal-hero p {
  max-width: 920px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.85;
}

.criminal-intro-section,
.cases-section,
.criminal-process-section,
.criminal-faq-section {
  padding: 96px 0;
  background: var(--white);
}

.criminal-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.criminal-intro-grid h2,
.cases-section__header h2,
.criminal-process-header h2,
.criminal-trust-layout h2,
.criminal-cta-box h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.16;
}

.criminal-intro-grid p {
  margin: 0;
  color: #566170;
  font-size: 17px;
  line-height: 1.85;
}

.criminal-intro-grid p + p {
  margin-top: 18px;
}

.cases-section {
  background: #f7f8fb;
}

.cases-section__header,
.criminal-process-header {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.cases-table-wrap {
  overflow-x: auto;
  background: var(--white);
  box-shadow: 0 20px 48px rgba(26, 39, 68, 0.09);
}

.cases-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

.cases-table th,
.cases-table td {
  padding: 18px 22px;
  border-bottom: 1px solid rgba(26, 39, 68, 0.08);
  color: #343a43;
  font-size: 15px;
  vertical-align: top;
}

.cases-table th {
  background: var(--navy);
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cases-table td:first-child {
  width: 70px;
  color: var(--navy);
  font-weight: 700;
}

.cases-table td:nth-child(2) {
  width: 280px;
  color: var(--navy);
  font-weight: 600;
}

.criminal-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: rgba(26, 39, 68, 0.12);
}

.criminal-process-grid article {
  min-height: 330px;
  padding: 34px 28px;
  background: #f7f8fb;
  animation: fadeUp 650ms ease both;
}

.criminal-process-grid article:nth-child(even) {
  background: var(--navy);
}

.criminal-process-grid span {
  display: block;
  margin-bottom: 28px;
  color: rgba(26, 39, 68, 0.18);
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

.criminal-process-grid article:nth-child(even) span {
  color: rgba(255, 255, 255, 0.12);
}

.criminal-process-grid h3 {
  margin: 0;
  color: var(--navy);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

.criminal-process-grid article:nth-child(even) h3 {
  color: var(--white);
}

.criminal-process-grid p {
  margin: 18px 0 0;
  color: #566170;
  font-size: 15px;
  line-height: 1.75;
}

.criminal-process-grid article:nth-child(even) p {
  color: rgba(255, 255, 255, 0.74);
}

.case-file-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.case-file-process__line {
  position: absolute;
  top: 54px;
  right: 8%;
  left: 8%;
  height: 3px;
  background: linear-gradient(90deg, rgba(26, 39, 68, 0.12), var(--navy), rgba(26, 39, 68, 0.12));
}

.case-file-step {
  position: relative;
  z-index: 1;
  min-height: 340px;
  padding: 98px 24px 28px;
  background:
    linear-gradient(135deg, transparent 0 22px, #f7f8fb 22px),
    #f7f8fb;
  border: 1px solid rgba(26, 39, 68, 0.08);
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.case-file-step:nth-child(odd) {
  margin-top: 44px;
}

.case-file-step:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 54px rgba(26, 39, 68, 0.14);
}

.case-file-step__pin {
  position: absolute;
  top: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 25px;
  box-shadow: 0 12px 28px rgba(26, 39, 68, 0.2);
}

.case-file-step span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.case-file-step h3 {
  margin: 0;
  color: var(--navy);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}

.case-file-step p {
  margin: 16px 0 0;
  color: #566170;
  font-size: 15px;
  line-height: 1.72;
}

.courtroom-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto auto auto;
  gap: 26px;
  min-height: 650px;
}

.courtroom-process::before {
  position: absolute;
  inset: 72px 10% 72px;
  border: 2px dashed rgba(26, 39, 68, 0.16);
  content: "";
}

.courtroom-process__center {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 2;
  display: flex;
  min-height: 220px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: var(--white);
  text-align: center;
  box-shadow: 0 24px 54px rgba(26, 39, 68, 0.16);
}

.courtroom-process__center i {
  font-size: 58px;
}

.courtroom-process__center span {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.courtroom-step {
  position: relative;
  z-index: 1;
  min-height: 190px;
  padding: 30px 28px;
  background: var(--white);
  border: 1px solid rgba(26, 39, 68, 0.08);
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.courtroom-step:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 54px rgba(26, 39, 68, 0.14);
}

.courtroom-step--one {
  grid-column: 1;
  grid-row: 1;
}

.courtroom-step--two {
  grid-column: 3;
  grid-row: 1;
}

.courtroom-step--three {
  grid-column: 1;
  grid-row: 3;
}

.courtroom-step--four {
  grid-column: 3;
  grid-row: 3;
}

.courtroom-step--five {
  grid-column: 2;
  grid-row: 3;
  transform: translateY(56px);
}

.courtroom-step--five:hover {
  transform: translateY(49px);
}

.courtroom-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}

.courtroom-step h3 {
  margin: 0;
  color: var(--navy);
  font-size: 22px;
  font-weight: 500;
}

.courtroom-step p {
  margin: 14px 0 0;
  color: #566170;
  font-size: 15px;
  line-height: 1.7;
}

.criminal-trust-section {
  padding: 96px 0;
  background:
    linear-gradient(rgba(26, 39, 68, 0.92), rgba(26, 39, 68, 0.94)),
    url("../images/law-books-library.jpeg") center / cover no-repeat;
  color: var(--white);
}

.criminal-trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}

.criminal-trust-layout .section-label,
.criminal-trust-layout h2 {
  color: var(--white);
}

.criminal-trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.criminal-trust-list div {
  min-height: 170px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.criminal-trust-list i {
  color: var(--white);
  font-size: 30px;
}

.criminal-trust-list span {
  display: block;
  margin-top: 18px;
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}

.criminal-trust-list p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.65;
}

.criminal-stats-section {
  padding: 74px 0;
  background: #f7f8fb;
}

.criminal-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(26, 39, 68, 0.12);
}

.criminal-stats-grid div {
  display: grid;
  min-height: 166px;
  align-content: center;
  padding: 28px;
  background: var(--white);
  text-align: center;
}

.criminal-stats-grid strong {
  color: var(--navy);
  font-size: 42px;
  font-weight: 600;
}

.criminal-stats-grid span {
  margin-top: 8px;
  color: #566170;
  font-size: 15px;
  line-height: 1.5;
}

.criminal-cta-section {
  padding: 96px 0;
  background: var(--white);
}

.criminal-cta-box {
  padding: 58px 48px;
  background: var(--navy);
  color: var(--white);
  text-align: center;
}

.criminal-cta-box h2 {
  color: var(--white);
}

.criminal-cta-box p {
  max-width: 760px;
  margin: 20px auto 32px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.8;
}

.criminal-cta-box div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.criminal-cta-box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  background: var(--white);
  color: var(--navy);
  font-weight: 600;
  text-decoration: none;
}

.criminal-cta-box a + a {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: var(--white);
}

.criminal-cta-box a:hover,
.criminal-cta-box a:focus-visible {
  background: var(--accent);
  color: var(--white);
}

.criminal-law-page .criminal-hero {
  padding: 62px 0 72px;
}

.criminal-law-page .criminal-breadcrumb {
  margin-bottom: 18px;
}

.criminal-law-page .criminal-hero p {
  margin-top: 18px;
  line-height: 1.65;
}

.criminal-law-page .criminal-intro-section,
.criminal-law-page .cases-section,
.criminal-law-page .criminal-process-section,
.criminal-law-page .criminal-faq-section,
.criminal-law-page .criminal-trust-section,
.criminal-law-page .criminal-cta-section {
  padding: 54px 0;
}

.criminal-law-page .criminal-stats-section {
  padding: 42px 0;
}

.criminal-law-page .criminal-intro-grid,
.criminal-law-page .criminal-trust-layout {
  gap: 34px;
}

.criminal-law-page .criminal-intro-grid h2,
.criminal-law-page .cases-section__header h2,
.criminal-law-page .criminal-process-header h2,
.criminal-law-page .criminal-trust-layout h2,
.criminal-law-page .criminal-cta-box h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.criminal-law-page .criminal-intro-grid p {
  font-size: 16px;
  line-height: 1.68;
}

.criminal-law-page .criminal-intro-grid p + p {
  margin-top: 10px;
}

.criminal-law-page .cases-section__header,
.criminal-law-page .criminal-process-header,
.criminal-law-page .faq-section__header {
  margin-bottom: 28px;
}

.criminal-law-page .cases-table th,
.criminal-law-page .cases-table td {
  padding: 12px 18px;
  font-size: 14px;
}

.criminal-law-page .courtroom-process {
  gap: 18px;
  min-height: 500px;
}

.criminal-law-page .courtroom-process::before {
  inset: 56px 10% 56px;
}

.criminal-law-page .courtroom-process__center {
  min-height: 170px;
}

.criminal-law-page .courtroom-process__center i {
  font-size: 42px;
}

.criminal-law-page .courtroom-process__center span {
  margin-top: 10px;
  font-size: 13px;
}

.criminal-law-page .courtroom-step {
  min-height: 154px;
  padding: 22px;
}

.criminal-law-page .courtroom-step span {
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  font-size: 14px;
}

.criminal-law-page .courtroom-step h3 {
  font-size: 19px;
}

.criminal-law-page .courtroom-step p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.55;
}

.criminal-law-page .courtroom-step--five {
  transform: translateY(36px);
}

.criminal-law-page .courtroom-step--five:hover {
  transform: translateY(29px);
}

.criminal-law-page .criminal-trust-list div {
  min-height: 132px;
  padding: 20px;
}

.criminal-law-page .criminal-trust-list i {
  font-size: 24px;
}

.criminal-law-page .criminal-trust-list span {
  margin-top: 12px;
  font-size: 16px;
}

.criminal-law-page .criminal-trust-list p {
  margin-top: 6px;
  line-height: 1.5;
}

.criminal-law-page .criminal-stats-grid div {
  min-height: 126px;
  padding: 20px;
}

.criminal-law-page .criminal-stats-grid strong {
  font-size: 34px;
}

.criminal-law-page .faq-accordion .accordion-item {
  margin-bottom: 10px;
}

.criminal-law-page .faq-accordion .accordion-button {
  padding: 18px 22px;
}

.criminal-law-page .faq-accordion .accordion-body {
  padding: 0 22px 20px;
  line-height: 1.65;
}

.criminal-law-page .criminal-cta-box {
  padding: 42px 36px;
}

.criminal-law-page .criminal-cta-box p {
  margin: 14px auto 24px;
  line-height: 1.6;
}

.civil-hero {
  padding: 92px 0 112px;
  background:
    linear-gradient(rgba(26, 39, 68, 0.86), rgba(26, 39, 68, 0.9)),
    url("../images/law-desk-gavel.jpeg") center / cover no-repeat;
  color: var(--white);
}

.civil-hero .section-label {
  color: rgba(255, 255, 255, 0.72);
}

.civil-hero h1 {
  max-width: 980px;
  margin: 0;
  color: var(--white);
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 500;
  line-height: 1.12;
}

.civil-hero p {
  max-width: 920px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.85;
}

.civil-intro-section,
.civil-services-section,
.civil-approach-section,
.civil-cta-section {
  padding: 96px 0;
  background: var(--white);
}

.civil-intro-layout,
.civil-choose-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.civil-intro-layout h2,
.civil-section-header h2,
.civil-choose-layout h2,
.civil-approach-card h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.16;
}

.civil-intro-layout p,
.civil-choose-layout p,
.civil-approach-card p {
  margin: 0;
  color: #566170;
  font-size: 17px;
  line-height: 1.85;
}

.civil-intro-layout p + p {
  margin-top: 18px;
}

.civil-difference-table {
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(26, 39, 68, 0.12);
  background: var(--white);
}

.civil-difference-table div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.civil-difference-table div + div {
  border-top: 1px solid rgba(26, 39, 68, 0.08);
}

.civil-difference-table strong,
.civil-difference-table span {
  padding: 14px 16px;
  font-size: 14px;
}

.civil-difference-table strong {
  background: var(--navy);
  color: var(--white);
}

.civil-difference-table strong + strong,
.civil-difference-table span + span {
  border-left: 1px solid rgba(26, 39, 68, 0.08);
}

.civil-services-section {
  background: #f7f8fb;
}

.civil-section-header {
  max-width: 840px;
  margin: 0 auto 48px;
  text-align: center;
}

.civil-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.civil-services-grid article {
  min-height: 330px;
  padding: 34px 30px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.civil-services-grid article:nth-child(even) {
  background: var(--navy);
}

.civil-services-grid article:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 54px rgba(26, 39, 68, 0.14);
}

.civil-services-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: rgba(26, 39, 68, 0.08);
  color: var(--navy);
  font-size: 27px;
}

.civil-services-grid article:nth-child(even) i {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.civil-services-grid h3 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 23px;
  font-weight: 500;
}

.civil-services-grid article:nth-child(even) h3 {
  color: var(--white);
}

.civil-services-grid ul {
  margin: 0;
  padding-left: 20px;
  color: #566170;
  font-size: 15px;
  line-height: 1.85;
}

.civil-services-grid article > p {
  margin: 20px 0 0;
  color: #566170;
  font-size: 14px;
  line-height: 1.7;
}

.civil-services-grid article:nth-child(even) ul {
  color: rgba(255, 255, 255, 0.74);
}

.civil-services-grid article:nth-child(even) > p {
  color: rgba(255, 255, 255, 0.74);
}

.civil-process-section,
.civil-faq-section {
  padding: 96px 0;
  background: var(--white);
}

.civil-process-section {
  background: #f7f8fb;
}

.civil-process-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.civil-process-steps article {
  position: relative;
  min-height: 280px;
  padding: 34px 30px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.civil-process-steps article:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 54px rgba(26, 39, 68, 0.14);
}

.civil-process-steps span {
  display: inline-flex;
  margin-bottom: 22px;
  color: rgba(26, 39, 68, 0.18);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.civil-process-steps h3 {
  margin: 0;
  color: var(--navy);
  font-size: 22px;
  font-weight: 500;
}

.civil-process-steps p {
  margin: 16px 0 0;
  color: #566170;
  font-size: 15px;
  line-height: 1.75;
}

.civil-choose-section {
  padding: 96px 0;
  background:
    linear-gradient(rgba(26, 39, 68, 0.92), rgba(26, 39, 68, 0.94)),
    url("../images/courtroom-justice.jpeg") center / cover no-repeat;
  color: var(--white);
}

.civil-choose-layout .section-label,
.civil-choose-layout h2 {
  color: var(--white);
}

.civil-choose-layout p {
  color: rgba(255, 255, 255, 0.76);
}

.civil-choose-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.civil-choose-list div {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 76px;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.civil-choose-list i {
  color: var(--white);
  font-size: 24px;
}

.civil-choose-list span {
  color: var(--white);
  font-size: 17px;
  font-weight: 500;
}

.civil-approach-section {
  background: #f7f8fb;
}

.civil-approach-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 56px 48px;
  background: var(--white);
  border-left: 8px solid var(--navy);
  box-shadow: 0 22px 54px rgba(26, 39, 68, 0.1);
}

.civil-approach-card p {
  margin-top: 22px;
}

.civil-stats-section {
  padding: 74px 0;
  background: #f7f8fb;
}

.civil-stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.civil-testimonial-section {
  padding: 96px 0;
  background: #f7f8fb;
}

.civil-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.civil-testimonial-grid article {
  position: relative;
  min-height: 280px;
  padding: 40px 36px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.08);
}

.civil-testimonial-grid i {
  position: absolute;
  top: 12px;
  right: 24px;
  color: rgba(26, 39, 68, 0.08);
  font-size: 96px;
}

.civil-testimonial-grid p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #4f5968;
  font-size: 18px;
  line-height: 1.8;
}

.civil-testimonial-grid span {
  display: block;
  margin-top: 24px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.civil-law-page .civil-hero {
  padding: 62px 0 72px;
}

.civil-law-page .criminal-breadcrumb {
  margin-bottom: 18px;
}

.civil-law-page .civil-hero p {
  margin-top: 18px;
  line-height: 1.65;
}

.civil-law-page .civil-intro-section,
.civil-law-page .civil-services-section,
.civil-law-page .civil-process-section,
.civil-law-page .civil-choose-section,
.civil-law-page .civil-stats-section,
.civil-law-page .civil-approach-section,
.civil-law-page .civil-faq-section,
.civil-law-page .civil-cta-section,
.civil-law-page .civil-testimonial-section {
  padding: 54px 0;
}

.civil-law-page .civil-intro-layout,
.civil-law-page .civil-choose-layout {
  gap: 34px;
}

.civil-law-page .civil-intro-layout h2,
.civil-law-page .civil-section-header h2,
.civil-law-page .civil-choose-layout h2,
.civil-law-page .civil-approach-card h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.civil-law-page .civil-intro-layout p,
.civil-law-page .civil-choose-layout p,
.civil-law-page .civil-approach-card p {
  font-size: 16px;
  line-height: 1.68;
}

.civil-law-page .civil-intro-layout p + p {
  margin-top: 10px;
}

.civil-law-page .civil-difference-table {
  margin-top: 18px;
}

.civil-law-page .civil-difference-table strong,
.civil-law-page .civil-difference-table span {
  padding: 10px 14px;
  font-size: 13px;
}

.civil-law-page .civil-section-header,
.civil-law-page .faq-section__header {
  margin-bottom: 28px;
}

.civil-law-page .civil-services-grid {
  gap: 16px;
}

.civil-law-page .civil-services-grid article {
  min-height: 0;
  padding: 24px;
}

.civil-law-page .civil-services-grid i {
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  font-size: 22px;
}

.civil-law-page .civil-services-grid h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.civil-law-page .civil-services-grid ul {
  font-size: 14px;
  line-height: 1.62;
}

.civil-law-page .civil-services-grid article > p {
  margin-top: 14px;
  line-height: 1.55;
}

.civil-law-page .civil-process-steps {
  gap: 16px;
}

.civil-law-page .civil-process-steps article {
  min-height: 0;
  padding: 24px;
}

.civil-law-page .civil-process-steps span {
  margin-bottom: 14px;
  font-size: 38px;
}

.civil-law-page .civil-process-steps h3 {
  font-size: 20px;
}

.civil-law-page .civil-process-steps p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.civil-law-page .civil-choose-list div {
  min-height: 64px;
  padding: 14px 18px;
}

.civil-law-page .civil-choose-list span {
  font-size: 15px;
}

.civil-law-page .criminal-stats-grid div {
  min-height: 124px;
  padding: 20px;
}

.civil-law-page .criminal-stats-grid strong {
  font-size: 34px;
}

.civil-law-page .civil-approach-card {
  padding: 38px 34px;
}

.civil-law-page .civil-approach-card p {
  margin-top: 14px;
}

.civil-law-page .faq-accordion .accordion-item {
  margin-bottom: 10px;
}

.civil-law-page .faq-accordion .accordion-button {
  padding: 18px 22px;
}

.civil-law-page .faq-accordion .accordion-body {
  padding: 0 22px 20px;
  line-height: 1.65;
}

.civil-law-page .criminal-cta-box {
  padding: 42px 36px;
}

.civil-law-page .criminal-cta-box p {
  margin: 14px auto 24px;
  line-height: 1.6;
}

.civil-law-page .civil-testimonial-grid {
  gap: 16px;
}

.civil-law-page .civil-testimonial-grid article {
  min-height: 0;
  padding: 30px;
}

.civil-law-page .civil-testimonial-grid p {
  line-height: 1.65;
}

@media (max-width: 767.98px) {
  .criminal-hero {
    padding: 64px 0 74px;
  }

  .criminal-hero h1 {
    font-size: 34px;
  }

  .criminal-hero p {
    font-size: 16px;
  }

  .criminal-intro-section,
  .cases-section,
  .criminal-process-section,
  .criminal-faq-section,
  .criminal-trust-section,
  .criminal-cta-section {
    padding: 64px 0;
  }

  .criminal-intro-grid,
  .criminal-trust-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .criminal-process-grid,
  .case-file-process,
  .courtroom-process,
  .criminal-trust-list,
  .criminal-stats-grid {
    grid-template-columns: 1fr;
  }

  .courtroom-process {
    display: grid;
    gap: 18px;
    min-height: 0;
  }

  .courtroom-process::before {
    display: none;
  }

  .courtroom-process__center,
  .courtroom-step,
  .courtroom-step--one,
  .courtroom-step--two,
  .courtroom-step--three,
  .courtroom-step--four,
  .courtroom-step--five {
    grid-column: 1;
    grid-row: auto;
    min-height: 0;
    transform: none;
  }

  .courtroom-step--five:hover {
    transform: translateY(-7px);
  }

  .criminal-process-grid article {
    min-height: 0;
  }

  .case-file-process__line {
    top: 0;
    bottom: 0;
    left: 31px;
    width: 3px;
    height: auto;
    background: linear-gradient(rgba(26, 39, 68, 0.12), var(--navy), rgba(26, 39, 68, 0.12));
  }

  .case-file-step,
  .case-file-step:nth-child(odd) {
    min-height: 0;
    margin-top: 0;
    padding: 28px 24px 28px 92px;
  }

  .case-file-step__pin {
    top: 24px;
    left: 18px;
  }

  .criminal-cta-box {
    padding: 42px 24px;
  }

  .criminal-law-page .criminal-hero {
    padding: 48px 0 54px;
  }

  .criminal-law-page .criminal-intro-section,
  .criminal-law-page .cases-section,
  .criminal-law-page .criminal-process-section,
  .criminal-law-page .criminal-faq-section,
  .criminal-law-page .criminal-trust-section,
  .criminal-law-page .criminal-cta-section {
    padding: 40px 0;
  }

  .criminal-law-page .criminal-stats-section {
    padding: 34px 0;
  }

  .criminal-law-page .criminal-intro-grid,
  .criminal-law-page .criminal-trust-layout {
    gap: 22px;
  }

  .criminal-law-page .cases-section__header,
  .criminal-law-page .criminal-process-header,
  .criminal-law-page .faq-section__header {
    margin-bottom: 22px;
  }

  .criminal-law-page .courtroom-process {
    gap: 14px;
  }

  .criminal-law-page .courtroom-step {
    padding: 20px;
  }

  .criminal-law-page .courtroom-step--five,
  .criminal-law-page .courtroom-step--five:hover {
    transform: none;
  }

  .criminal-law-page .criminal-cta-box {
    padding: 32px 20px;
  }

  .civil-hero {
    padding: 64px 0 74px;
  }

  .civil-hero h1 {
    font-size: 34px;
  }

  .civil-hero p {
    font-size: 16px;
  }

  .civil-intro-section,
  .civil-services-section,
  .civil-choose-section,
  .civil-approach-section,
  .civil-cta-section {
    padding: 64px 0;
  }

  .civil-intro-layout,
  .civil-choose-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .civil-services-grid {
    grid-template-columns: 1fr;
  }

  .civil-difference-table {
    overflow: hidden;
    width: 100%;
  }

  .civil-difference-table div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    min-width: 0;
  }

  .civil-difference-table strong,
  .civil-difference-table span {
    padding: 12px 10px;
    font-size: 12px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .civil-process-steps,
  .civil-choose-list,
  .civil-stats-grid,
  .civil-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .civil-services-grid article {
    min-height: 0;
  }

  .civil-approach-card {
    padding: 38px 24px;
  }

  .civil-law-page .civil-hero {
    padding: 48px 0 54px;
  }

  .civil-law-page .civil-intro-section,
  .civil-law-page .civil-services-section,
  .civil-law-page .civil-choose-section,
  .civil-law-page .civil-process-section,
  .civil-law-page .civil-stats-section,
  .civil-law-page .civil-approach-section,
  .civil-law-page .civil-faq-section,
  .civil-law-page .civil-cta-section,
  .civil-law-page .civil-testimonial-section {
    padding: 40px 0;
  }

  .civil-law-page .civil-intro-layout,
  .civil-law-page .civil-choose-layout {
    gap: 22px;
  }

  .civil-law-page .civil-section-header,
  .civil-law-page .faq-section__header {
    margin-bottom: 22px;
  }

  .civil-law-page .civil-services-grid article,
  .civil-law-page .civil-process-steps article {
    padding: 22px;
  }

  .civil-law-page .civil-choose-list div {
    min-height: 0;
  }

  .civil-law-page .civil-approach-card,
  .civil-law-page .criminal-cta-box {
    padding: 30px 20px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 180vh;
  background: var(--paper);
  color: var(--navy);
  font-family: "Poppins", sans-serif;
}

.scroll-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.scroll-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gavelSettle {
  0% {
    opacity: 0;
    transform: rotate(-10deg) translateY(18px);
  }

  100% {
    opacity: 1;
    transform: rotate(0) translateY(0);
  }
}

@keyframes softPulse {
  0%,
  100% {
    transform: rotate(-14deg) scale(1);
  }

  50% {
    transform: rotate(-14deg) scale(1.04);
  }
}

@keyframes courthouseRise {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.who-page-hero h1,
.who-page-hero p,
.identity-brief,
.docket-card,
.gavel-section__header,
.gavel-card,
.gavel-center {
  animation: fadeUp 700ms ease both;
}

.who-page-hero p {
  animation-delay: 120ms;
}

.docket-card:nth-child(2),
.gavel-center {
  animation-delay: 120ms;
}

.docket-card:nth-child(3),
.gavel-card--navy {
  animation-delay: 220ms;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
  background: var(--navy);
  color: var(--white);
  transform: translateY(0);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.topbar.is-hidden {
  transform: translateY(-100%);
}

.topbar.has-shadow {
  box-shadow: 0 8px 24px rgba(20, 32, 57, 0.24);
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 56px;
  padding: 0 48px;
}

.topbar__contact,
.topbar__social {
  display: flex;
  align-items: center;
  gap: 18px;
}

.topbar__contact {
  min-width: 0;
}

.topbar a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color 180ms ease;
}

.topbar__contact a + a {
  position: relative;
  padding-left: 26px;
}

.topbar__contact a + a::before {
  position: absolute;
  left: 0;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.86);
  content: "";
}

.topbar i {
  color: var(--white);
  font-size: 14px;
  transition: color 180ms ease;
}

.topbar a:hover,
.topbar a:focus-visible {
  color: var(--accent);
}

.topbar a:hover i,
.topbar a:focus-visible i {
  color: var(--accent);
}

.topbar__social a {
  width: auto;
  height: auto;
  justify-content: center;
  gap: 0;
}

.topbar__social i {
  color: var(--white);
  font-size: 14px;
}

.page-content {
  min-height: 140vh;
  padding-top: 56px;
}

.quick-links {
  border-top: 2px solid var(--navy);
  border-bottom: 1px solid rgba(26, 39, 68, 0.12);
  background: var(--white);
}

.quick-links__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  min-height: 104px;
}

.quick-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 26px);
  min-height: 104px;
  padding: 16px clamp(16px, 2.5vw, 30px);
  color: var(--navy);
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.quick-link:hover,
.quick-link:focus-visible {
  background: #f7f8fb;
  color: var(--navy);
}

.quick-link i {
  color: var(--navy);
  font-size: clamp(34px, 2.8vw, 48px);
  line-height: 1;
}

.quick-link span {
  display: grid;
  gap: 5px;
}

.quick-link strong {
  color: var(--navy);
  font-family: "Poppins", sans-serif;
  font-size: clamp(20px, 1.7vw, 28px);
  font-weight: 700;
  line-height: 1.05;
}

.quick-link small {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: clamp(15px, 1.25vw, 22px);
  font-weight: 400;
  line-height: 1.15;
}

.main-navbar {
  position: sticky;
  top: 56px;
  z-index: 1020;
  min-height: 60px;
  background: var(--white);
  border-bottom: 1px solid #eeeeee;
  box-shadow: 0 10px 24px rgba(26, 39, 68, 0.06);
  transition: top 220ms ease, box-shadow 220ms ease;
}

.main-navbar.topbar-hidden {
  top: 0;
}

@media (max-width: 1199.98px) {
  .page-content {
    padding-top: 114px;
  }

  .topbar.is-hidden {
    transform: translateY(0);
  }

  .main-navbar {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    min-height: 58px;
  }

  .main-navbar.topbar-hidden {
    top: 56px;
  }

  .main-navbar .container-fluid {
    padding-right: 14px;
    padding-left: 14px;
  }

  .main-navbar__brand {
    width: 170px;
    height: 50px;
    padding: 3px 8px;
  }
}

.main-navbar .container-fluid {
  padding-right: 24px;
  padding-left: 24px;
}

.main-navbar__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 80px;
  border: 0;
  background: transparent;
  padding: 4px 10px;
  text-decoration: none;
}

.main-navbar__brand img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.4);
  transform-origin: center;
}

.main-navbar__menu {
  gap: 14px;
}

.main-navbar .nav-link {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.main-navbar .nav-link:hover,
.main-navbar .nav-link:focus-visible,
.main-navbar .nav-link.active {
  color: var(--accent);
}

.main-navbar .dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: 0.14em;
}

.main-navbar .dropdown-menu {
  min-width: 306px;
  max-height: min(620px, calc(100vh - 150px));
  overflow-y: auto;
  padding: 8px 0;
  border: 1px solid rgba(26, 39, 68, 0.08);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(26, 39, 68, 0.14);
}

.main-navbar .practice-mega-menu {
  left: -90px;
  min-width: 680px;
  max-height: none;
  overflow: visible;
  padding: 10px 14px;
  column-count: 2;
  column-gap: 18px;
}

.main-navbar .practice-mega-menu li {
  break-inside: avoid;
}

.main-navbar .practice-menu-break {
  break-before: column;
}

.main-navbar .practice-menu-break .dropdown-divider {
  display: none;
}

.main-navbar .dropdown-item {
  padding: 5px 26px;
  color: #343a43;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

.main-navbar .dropdown-divider {
  margin: 7px 18px;
  border-top-color: rgba(26, 39, 68, 0.12);
}

.main-navbar .international-practice-heading,
.main-navbar .domestic-practice-heading {
  padding: 5px 26px 3px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: normal;
}

.main-navbar .practice-subheading {
  padding: 5px 26px 2px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: normal;
}

.main-navbar .domestic-practice-heading {
  margin-top: 0;
}

.main-navbar .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.main-navbar .dropdown-menu::-webkit-scrollbar-track {
  background: #f2f4f8;
  border-radius: 999px;
}

.main-navbar .dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--navy);
  border-radius: 999px;
}

.main-navbar .dropdown-item:hover,
.main-navbar .dropdown-item:focus,
.main-navbar .dropdown-item.active,
.main-navbar .dropdown-item:active {
  background: var(--navy);
  color: var(--white);
}

.main-navbar__search {
  color: var(--accent) !important;
  font-size: 22px !important;
  line-height: 1;
}

.main-navbar__auth {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
}

.main-navbar__auth-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid var(--navy);
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.main-navbar__auth-link:hover,
.main-navbar__auth-link:focus {
  background: var(--navy);
  color: var(--white);
}

.main-navbar__auth-link--signup {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}

.main-navbar__auth-link--signup:hover,
.main-navbar__auth-link--signup:focus {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

.main-navbar__user-text {
  max-width: 150px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-navbar__auth-link--logout {
  border-color: rgba(168, 44, 44, 0.24);
  color: #9f3030;
}

.main-navbar__auth-link--logout:hover,
.main-navbar__auth-link--logout:focus {
  background: #9f3030;
  border-color: #9f3030;
  color: var(--white);
}

.main-navbar__profile {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
}

.main-navbar__profile-toggle {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(26, 39, 68, 0.18);
  border-radius: 50%;
  background: #f7f8fb;
  color: var(--navy);
  font-size: 21px;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.main-navbar__profile-toggle:hover,
.main-navbar__profile-toggle:focus,
.main-navbar__profile-toggle.show {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}

.main-navbar__profile-menu {
  min-width: 190px !important;
  padding: 10px !important;
  border-radius: 8px !important;
}

.main-navbar__profile-name {
  display: block;
  padding: 8px 10px 10px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  border-bottom: 1px solid rgba(26, 39, 68, 0.1);
}

.main-navbar__profile-logout {
  display: block;
  margin-top: 6px;
  padding: 9px 10px;
  color: #9f3030;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.main-navbar__profile-logout:hover,
.main-navbar__profile-logout:focus {
  background: #fff7f7;
  color: #9f3030;
}

.main-navbar__toggle {
  border: 0;
  box-shadow: none !important;
}

.mobile-menu-close {
  display: none;
}

@media (min-width: 1200px) {
  .main-navbar .navbar-collapse {
    min-width: 0;
  }

  .main-navbar .container-fluid {
    flex-wrap: nowrap;
    padding-right: 14px;
    padding-left: 14px;
  }

  .main-navbar__brand {
    width: 168px;
    min-width: 168px;
    height: 68px;
    padding: 4px 6px;
  }

  .main-navbar__menu {
    flex-wrap: nowrap;
    gap: 4px;
    min-width: 0;
  }

  .main-navbar .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .main-navbar .dropdown-toggle::after {
    margin-left: 3px;
  }

  .main-navbar__auth {
    flex: 0 0 auto;
    gap: 5px;
    margin-left: 4px;
  }

  .main-navbar__auth-link {
    min-height: 32px;
    padding: 7px 9px;
    font-size: 12px;
    white-space: nowrap;
  }

  .main-navbar__user-text {
    max-width: 92px;
    font-size: 12px;
  }

  .main-navbar__profile-toggle {
    width: 32px;
    height: 32px;
    font-size: 19px;
  }

  .main-navbar__search {
    font-size: 18px !important;
  }
}

@media (min-width: 1500px) {
  .main-navbar .container-fluid {
    padding-right: 24px;
    padding-left: 24px;
  }

  .main-navbar__brand {
    width: 190px;
    min-width: 190px;
    height: 74px;
  }

  .main-navbar__menu {
    gap: 8px;
  }

  .main-navbar .nav-link {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 13px;
  }
}

@media (max-width: 1199.98px) {
  .main-navbar .container-fluid {
    padding-right: 14px;
    padding-left: 14px;
  }

  .main-navbar__brand {
    width: 170px;
    min-width: 170px;
    height: 50px;
    padding: 3px 8px;
  }

  .main-navbar .navbar-collapse {
    position: fixed;
    top: 114px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    padding: 24px;
    background: var(--white);
    overflow-y: auto;
    transform: translateY(0);
    transition: none;
  }

  .main-navbar__auth {
    display: flex;
    width: 100%;
    margin: 12px 0 4px;
  }

  .main-navbar__auth-link {
    flex: 1;
  }

  .main-navbar__profile {
    width: 100%;
    margin: 12px 0 4px;
  }

  .main-navbar__profile-toggle {
    width: 42px;
    height: 42px;
    font-size: 24px;
  }

  .main-navbar__profile-menu {
    position: static !important;
    width: 100%;
    margin-top: 10px !important;
    transform: none !important;
  }

  .main-navbar .navbar-collapse.collapse {
    display: none !important;
  }

  .main-navbar .navbar-collapse.show {
    display: block !important;
  }

  .main-navbar .navbar-nav {
    flex-direction: column;
    gap: 0;
    margin-top: 16px;
  }

  .main-navbar .nav-item {
    width: 100%;
  }

  .main-navbar .nav-link {
    display: block;
    width: 100%;
    padding: 18px 0;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    border-bottom: 1px solid #f1f3f5;
  }

  .main-navbar .dropdown-toggle::after {
    margin-left: auto;
  }

  .main-navbar .dropdown-menu {
    position: static;
    width: 100%;
    border: 0;
    box-shadow: none;
    background: transparent;
    margin: 0;
    padding: 0;
  }

  .main-navbar .dropdown-item {
    padding: 14px 0 14px 18px;
    border-bottom: 1px solid #f1f3f5;
    color: #000000;
  }

  .main-navbar .dropdown-item:last-child,
  .main-navbar .dropdown-item:last-of-type {
    border-bottom: 0;
  }

  .main-navbar .dropdown-menu.show {
    display: block;
  }

  .main-navbar .mobile-menu-close {
    display: inline-flex;
    position: absolute;
    top: 16px;
    right: 18px;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: rgba(26, 39, 68, 0.06);
    color: #000000;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
  }
}

.hero-section {
  min-height: 560px;
  background:
    linear-gradient(rgba(7, 12, 22, 0.72), rgba(7, 12, 22, 0.76)),
    url("../images/law-desk-gavel.jpeg") center / cover no-repeat;
}

.hero-section__overlay {
  display: flex;
  align-items: center;
  min-height: 560px;
  padding: 80px 0;
}

.hero-section__content {
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}

.hero-section__content p {
  margin: 0 0 22px;
  color: var(--accent);
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1;
}

.hero-section__content h1 {
  max-width: 1180px;
  margin: 0 auto;
  color: var(--white);
  font-size: clamp(38px, 5vw, 70px);
  font-weight: 500;
  line-height: 1.18;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
}

.hero-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 420px;
  min-height: 96px;
  margin-top: 54px;
  border-radius: 38px;
  background: var(--navy);
  color: var(--white);
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.hero-section__button:hover,
.hero-section__button:focus-visible {
  background: var(--accent);
  color: var(--white);
  transform: translateY(-2px);
}

.practice-strip {
  display: grid;
  gap: 34px;
  padding: 64px clamp(18px, 4vw, 72px);
  border-top: 1px solid rgba(26, 39, 68, 0.1);
  border-bottom: 1px solid rgba(26, 39, 68, 0.1);
  background: #f7f8fb;
}

.practice-area-group + .practice-area-group {
  border-top: 0;
}

.practice-area-heading {
  max-width: 1180px;
  margin: 0 auto 18px;
  padding: 0 0 0 18px;
  border-left: 4px solid var(--accent);
  color: var(--navy);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
}

.practice-area-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1180px;
  margin: 0 auto;
  gap: 18px;
}

.practice-area-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.practice-card {
  display: flex;
  min-height: 132px;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(26, 39, 68, 0.12);
  border-radius: 8px;
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 14px 28px rgba(26, 39, 68, 0.06);
  text-align: left;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.practice-card:last-child {
  border-right: 1px solid rgba(26, 39, 68, 0.12);
}

.practice-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  min-width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(184, 134, 11, 0.12);
  color: var(--navy);
  font-size: 30px;
  line-height: 1;
}

.practice-card span {
  color: var(--navy);
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 600;
  line-height: 1.2;
}

.practice-card:hover,
.practice-card:focus-visible {
  border-color: rgba(184, 134, 11, 0.45);
  box-shadow: 0 18px 34px rgba(26, 39, 68, 0.1);
  transform: translateY(-3px);
}

.trust-section {
  padding: 96px 0;
  background: linear-gradient(90deg, #f8f7f2 0%, #ffffff 56%, #eef1f7 100%);
}

.trust-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 54px;
  align-items: center;
}

.section-label {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.trust-section__content h2 {
  max-width: 1060px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 600;
  line-height: 1.15;
  white-space: normal;
}

.trust-section__content p {
  max-width: 680px;
  margin: 24px 0 0;
  color: #4b5565;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

.trust-section__points {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.trust-section__points div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 500;
}

.trust-section__points i {
  color: var(--accent);
  font-size: 22px;
}

.trust-section__panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: rgba(75, 85, 99, 0.22);
  box-shadow: 0 24px 60px rgba(26, 39, 68, 0.12);
}

.trust-stat {
  position: relative;
  min-height: 154px;
  padding: 30px 34px 28px 112px;
  background: var(--white);
}

.trust-stat strong {
  position: absolute;
  top: 28px;
  left: 30px;
  color: rgba(75, 85, 99, 0.42);
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
}

.trust-stat span {
  display: block;
  color: var(--navy);
  font-size: 22px;
  font-weight: 700;
}

.trust-stat p {
  margin: 10px 0 0;
  color: #5c6470;
  font-size: 15px;
  line-height: 1.65;
}

.insights-section {
  padding: 88px 0 96px;
  background: #f3f3f3;
}

.insights-section .container-fluid {
  padding-right: 32px;
  padding-left: 32px;
}

.insights-section__header {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.insights-section__header h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 600;
  line-height: 1.2;
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.insight-card {
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.08);
}

.insight-card img {
  display: block;
  width: 100%;
  height: 314px;
  object-fit: cover;
}

.insight-card__body {
  padding: 24px 28px 30px;
}

.insight-card__tag {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 10px 24px;
  background: var(--navy);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

.insight-card time {
  display: block;
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 20px;
  font-weight: 500;
}

.insight-card h3 {
  min-height: 70px;
  margin: 0;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.32;
}

.insight-card p {
  display: -webkit-box;
  min-height: 96px;
  margin: 24px 0 22px;
  overflow: hidden;
  color: #111111;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.insight-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.insight-card a:hover,
.insight-card a:focus-visible {
  color: var(--accent);
}

.legal-video-section {
  padding: 88px 0 96px;
  background: #f3f3f3;
}

.legal-video-section .container-fluid {
  padding-right: 32px;
  padding-left: 32px;
}

.legal-video-section__header {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.legal-video-section__header h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 600;
  line-height: 1.2;
}

.legal-video-section__header p {
  max-width: 760px;
  margin: 16px auto 0;
  color: #566170;
  font-size: 17px;
  line-height: 1.7;
}

.legal-video-grid {
  position: relative;
  overflow: hidden;
  padding-bottom: 42px;
}

.legal-video-swiper:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.legal-video-swiper .swiper-wrapper {
  align-items: stretch;
}

.legal-video-swiper .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.legal-video-card {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.08);
}

.legal-video-swiper .swiper-pagination {
  bottom: 0;
}

.legal-video-swiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: var(--navy);
  opacity: 0.3;
}

.legal-video-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.legal-video-card__frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--navy);
  flex: 0 0 auto;
}

.legal-video-card__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.legal-video-card__frame--content {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f7f9;
}

.legal-video-card__frame--content i {
  display: inline-flex;
  width: 96px;
  height: 96px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(26, 39, 68, 0.12);
  border-radius: 50%;
  background: var(--white);
  color: var(--navy);
  font-size: 46px;
  line-height: 1;
}

.legal-video-card span {
  display: inline-flex;
  margin: 24px 24px 0;
  padding: 8px 12px;
  background: var(--navy);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-video-card h3 {
  min-height: 86px;
  margin: 18px 24px 12px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.32;
}

.legal-video-card p {
  min-height: 86px;
  margin: 0 24px 28px;
  color: #566170;
  font-size: 15px;
  line-height: 1.7;
}

.blog-card__author {
  display: block;
  margin-top: 12px;
  color: #5f6673;
  font-size: 15px;
  font-weight: 600;
}

.blog-card__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--navy);
  font-size: 17px;
  font-weight: 700;
}

.blog-card__toggle:hover,
.blog-card__toggle:focus-visible {
  color: var(--accent);
}

.blog-card__toggle:focus-visible {
  outline: 2px solid rgba(26, 39, 68, 0.3);
  outline-offset: 4px;
}

.blog-card__details {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #dfe6ef;
}

.blog-card__details h4,
.blog-card__details h5 {
  color: var(--navy);
  font-weight: 600;
  line-height: 1.3;
}

.blog-card__details h4 {
  margin: 0 0 16px;
  font-size: 22px;
}

.blog-card__details h5 {
  margin: 20px 0 10px;
  font-size: 17px;
}

.blog-card__details p,
.blog-card__details li {
  color: #303846;
  font-size: 15px;
  line-height: 1.72;
}

.blog-card__details p {
  display: block;
  min-height: 0;
  margin: 0 0 12px;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.blog-card__details ul {
  margin: 0 0 16px;
  padding-left: 20px;
}

.blog-card__details li + li {
  margin-top: 8px;
}

.blog-card__details blockquote {
  margin: 18px 0;
  padding: 16px 18px;
  border-left: 4px solid var(--navy);
  background: #f5f9ff;
  color: #303846;
  font-size: 15px;
  font-style: italic;
  line-height: 1.7;
}

.blog-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.blog-card__tags span {
  display: inline-flex;
  padding: 7px 10px;
  background: #f1f4f8;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
}

.diagonal-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background: #f8f7f2;
}

.diagonal-section__navy {
  position: absolute;
  inset: 0 auto 0 0;
  width: 58%;
  background: var(--navy);
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
}

.diagonal-section__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.75fr);
  gap: 72px;
  align-items: center;
}

.diagonal-section__panel {
  max-width: 650px;
  color: var(--white);
}

.diagonal-section__panel .section-label {
  color: var(--accent);
}

.diagonal-section__panel h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.18;
}

.diagonal-section__panel p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.8;
}

.diagonal-section__features {
  display: grid;
  gap: 18px;
}

.diagonal-section__features div {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 92px;
  padding: 20px 24px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(26, 39, 68, 0.12);
}

.diagonal-section__features i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(75, 85, 99, 0.16);
  color: var(--accent);
  font-size: 24px;
}

.diagonal-section__features span {
  color: var(--navy);
  font-size: 20px;
  font-weight: 500;
}

.timeline-section {
  padding: 96px 0;
  background: var(--white);
}

.timeline-section__header {
  max-width: 760px;
  margin: 0 auto 58px;
  text-align: center;
}

.timeline-section__header h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.2;
}

.legal-timeline {
  position: relative;
  display: grid;
  gap: 38px;
  max-width: 980px;
  margin: 0 auto;
}

.legal-timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: linear-gradient(var(--accent), rgba(75, 85, 99, 0.12));
  content: "";
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 72px 1fr;
  align-items: center;
}

.timeline-item:nth-child(odd) .timeline-item__content {
  grid-column: 1;
  text-align: right;
}

.timeline-item:nth-child(even) .timeline-item__content {
  grid-column: 3;
}

.timeline-item__marker {
  z-index: 1;
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border: 6px solid #f4efe5;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
}

.timeline-item__content {
  padding: 28px 30px;
  background: #f8f7f2;
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.08);
}

.timeline-item:nth-child(odd) .timeline-item__content {
  background: var(--navy);
}

.timeline-item:nth-child(even) .timeline-item__content {
  background: var(--white);
  border: 1px solid #e6e9ef;
}

.timeline-item__content span {
  display: block;
  color: var(--navy);
  font-size: 22px;
  font-weight: 500;
}

.timeline-item:nth-child(odd) .timeline-item__content span {
  color: var(--white);
}

.timeline-item__content p {
  margin: 12px 0 0;
  color: #5c6470;
  font-size: 16px;
  line-height: 1.7;
}

.timeline-item:nth-child(odd) .timeline-item__content p {
  color: rgba(255, 255, 255, 0.78);
}

.justice-section {
  padding: 96px 0;
  background:
    linear-gradient(rgba(248, 247, 242, 0.92), rgba(248, 247, 242, 0.94)),
    url("../images/courtroom-justice.jpeg") center / cover fixed;
}

.justice-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.justice-visual {
  position: relative;
  display: flex;
  min-height: 500px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--navy);
}

.justice-visual::before {
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  content: "";
}

.justice-visual__symbol {
  color: rgba(255, 255, 255, 0.12);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 280px;
  line-height: 1;
}

.justice-visual__text {
  position: absolute;
  right: 44px;
  bottom: 42px;
  left: 44px;
}

.justice-visual__text small {
  display: block;
  margin-bottom: 10px;
  color: #b7c5d8;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.justice-visual__text strong {
  display: block;
  color: var(--white);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.18;
}

.justice-content h2 {
  max-width: 720px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.14;
}

.justice-content p {
  max-width: 680px;
  margin: 24px 0 0;
  color: #4f5968;
  font-size: 17px;
  line-height: 1.8;
}

.justice-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.justice-services div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 78px;
  padding: 18px 20px;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(26, 39, 68, 0.08);
}

.justice-services i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(26, 39, 68, 0.08);
  color: var(--navy);
  font-size: 19px;
}

.justice-services span {
  color: var(--navy);
  font-size: 16px;
  font-weight: 500;
}

.justice-scale-layout {
  text-align: center;
}

.justice-scale-layout__header {
  max-width: 760px;
  margin: 0 auto 56px;
}

.justice-scale-layout__header h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.16;
}

.justice-scale {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px minmax(0, 1fr);
  grid-template-rows: 148px auto 94px;
  gap: 0 34px;
  min-height: 560px;
  align-items: start;
}

.justice-scale__beam {
  position: absolute;
  top: 126px;
  right: 10%;
  left: 10%;
  height: 8px;
  border-radius: 999px;
  background: var(--navy);
}

.justice-scale__beam::before,
.justice-scale__beam::after {
  position: absolute;
  top: 8px;
  width: 2px;
  height: 96px;
  background: rgba(26, 39, 68, 0.45);
  content: "";
}

.justice-scale__beam::before {
  left: 19%;
}

.justice-scale__beam::after {
  right: 19%;
}

.justice-scale__center {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1 / 4;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 28px;
}

.justice-scale__center::before {
  position: absolute;
  top: 134px;
  width: 18px;
  height: 326px;
  border-radius: 999px 999px 0 0;
  background: var(--navy);
  content: "";
}

.justice-scale__center span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 126px;
  border: 10px solid #eef1f6;
  border-radius: 50%;
  background: var(--navy);
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 62px;
  line-height: 1;
}

.justice-scale__base {
  position: relative;
  z-index: 3;
  grid-column: 2;
  grid-row: 3;
  align-self: end;
  padding: 20px 16px;
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 18px 46px rgba(26, 39, 68, 0.16);
}

.justice-scale__base strong,
.justice-scale__base small {
  display: block;
}

.justice-scale__base strong {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.justice-scale__base small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.justice-pan {
  position: relative;
  z-index: 1;
  grid-row: 2;
  min-height: 250px;
  padding: 58px 44px 42px;
  border-radius: 0;
  background: var(--navy);
  color: var(--navy);
  clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%);
  box-shadow: 0 20px 52px rgba(26, 39, 68, 0.12);
}

.justice-pan::before {
  position: absolute;
  top: 0;
  right: 12%;
  left: 12%;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
  content: "";
}

.justice-pan::after {
  position: absolute;
  top: -96px;
  right: 18%;
  left: 18%;
  height: 106px;
  background:
    linear-gradient(72deg, transparent 49%, rgba(26, 39, 68, 0.45) 50%, transparent 51%),
    linear-gradient(108deg, transparent 49%, rgba(26, 39, 68, 0.45) 50%, transparent 51%);
  content: "";
  pointer-events: none;
}

.justice-pan--left {
  grid-column: 1;
}

.justice-pan--right {
  grid-column: 3;
}

.justice-pan i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
  font-size: 28px;
}

.justice-pan h3 {
  margin: 22px 0 0;
  color: var(--white);
  font-size: 26px;
  font-weight: 500;
}

.justice-pan p {
  max-width: 390px;
  margin: 14px auto 0;
  color: rgba(209, 213, 219, 0.92);
  font-size: 16px;
  line-height: 1.7;
}

.legal-excellence-section {
  padding: 92px 0 104px;
  background:
    linear-gradient(90deg, rgba(26, 39, 68, 0.04) 0 34%, transparent 34%),
    #ffffff;
}

.legal-excellence-layout {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: stretch;
}

.legal-excellence-mark {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
  background: var(--navy);
  color: var(--white);
}

.legal-excellence-mark span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.legal-excellence-mark strong {
  display: block;
  max-width: 280px;
  margin-top: 16px;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.04;
}

.legal-excellence-mark p {
  max-width: 300px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.7;
}

.legal-excellence-mark div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.legal-excellence-mark small {
  display: inline-flex;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-excellence-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.legal-excellence-content h2 {
  max-width: 820px;
  margin: 14px 0 22px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.12;
}

.legal-excellence-content p {
  max-width: 840px;
  margin: 0;
  color: #566170;
  font-size: 17px;
  line-height: 1.82;
}

.legal-excellence-content p + p {
  margin-top: 16px;
}

.legal-excellence-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 34px 0;
}

.legal-excellence-points article {
  display: grid;
  gap: 14px;
  min-height: 148px;
  align-content: start;
  padding: 22px;
  border: 1px solid rgba(26, 39, 68, 0.1);
  background: #f8f9fb;
}

.legal-excellence-points i {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: var(--white);
  font-size: 19px;
}

.legal-excellence-points span {
  color: var(--navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.legal-excellence-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  padding: 15px 22px;
  background: var(--navy);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.legal-excellence-link:hover,
.legal-excellence-link:focus-visible {
  color: var(--white);
  background: var(--navy-dark);
}

.site-footer {
  padding: 76px 0 0;
  background: var(--navy);
  color: var(--white);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(2, minmax(160px, 0.7fr)) minmax(240px, 1fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
}

.site-footer__brand img {
  width: 190px;
  height: auto;
  margin-bottom: 22px;
  filter: brightness(0) invert(1);
}

.site-footer__brand p,
.site-footer__contact p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.8;
}

.site-footer__social {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.site-footer__social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--white);
  text-decoration: none;
}

.site-footer h3 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}

.site-footer__links,
.site-footer__contact {
  display: grid;
  gap: 10px;
}

.site-footer__links a,
.site-footer__contact a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible,
.site-footer__contact a:hover,
.site-footer__contact a:focus-visible,
.site-footer__bottom a:hover,
.site-footer__bottom a:focus-visible {
  color: var(--white);
}

.site-footer__contact a,
.site-footer__contact p {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.site-footer__contact i {
  margin-top: 3px;
  color: var(--white);
}

.site-footer__bottom {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 54px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.site-footer__bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.site-footer__bottom a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  text-decoration: none;
}

.who-page-hero {
  padding: 92px 0 108px;
  background:
    linear-gradient(110deg, rgba(14, 22, 38, 0.96) 0%, rgba(26, 39, 68, 0.9) 48%, rgba(26, 39, 68, 0.72) 100%),
    url("../images/about-pic-1.jpg") center / cover no-repeat;
  color: var(--white);
}

.who-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.72fr);
  gap: 58px;
  align-items: center;
}

.who-page-hero .section-label {
  color: rgba(255, 255, 255, 0.74);
}

.who-page-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--white);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.12;
}

.who-page-hero p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.8;
}

.who-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.who-hero-actions span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(12px);
}

.who-hero-actions i {
  color: #d6dde8;
  font-size: 18px;
}

.who-hero-visual {
  position: relative;
  min-height: 560px;
  isolation: isolate;
}

.who-hero-visual::before {
  position: absolute;
  inset: 30px -18px -18px 46px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  content: "";
}

.who-hero-visual img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.04);
  box-shadow: 0 32px 72px rgba(0, 0, 0, 0.28);
  animation: imageFloat 7s ease-in-out infinite;
}

.who-hero-proof {
  position: absolute;
  right: -18px;
  bottom: 28px;
  left: 48px;
  display: grid;
  gap: 16px;
}

.who-hero-proof article {
  position: relative;
  padding: 24px 24px 24px 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
  animation: proofSlide 700ms ease both;
}

.who-hero-proof article:nth-child(2) {
  animation-delay: 120ms;
}

.who-hero-proof article:nth-child(3) {
  animation-delay: 240ms;
}

.who-hero-proof article::before {
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 5px;
  background: rgba(255, 255, 255, 0.62);
  content: "";
}

.who-hero-proof strong {
  display: block;
  color: var(--white);
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 600;
  line-height: 1;
}

.who-hero-proof span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@keyframes imageFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes proofSlide {
  from {
    opacity: 0;
    transform: translateX(22px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.team-page-hero {
  padding: 92px 0 110px;
  background:
    linear-gradient(rgba(26, 39, 68, 0.84), rgba(26, 39, 68, 0.88)),
    url("../images/dispute-resolution-meeting.jpeg") center / cover no-repeat;
  color: var(--white);
  text-align: center;
}

.team-page-hero .section-label {
  color: rgba(255, 255, 255, 0.74);
}

.team-page-hero h1 {
  max-width: 940px;
  margin: 0 auto;
  color: var(--white);
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 500;
  line-height: 1.16;
}

.team-flip-section {
  padding: 96px 0;
  background: #f7f8fb;
}

.team-flip-section__header {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.team-flip-section__header h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.16;
}

.team-flip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.team-flip-card {
  min-height: 310px;
  perspective: 1200px;
}

.team-flip-card__inner {
  position: relative;
  width: 100%;
  min-height: 310px;
  transition: transform 650ms ease;
  transform-style: preserve-3d;
}

.team-flip-card:hover .team-flip-card__inner,
.team-flip-card:focus .team-flip-card__inner,
.team-flip-card:focus-within .team-flip-card__inner {
  transform: rotateY(180deg);
}

.team-flip-card__front,
.team-flip-card__back {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px 28px;
  text-align: center;
  backface-visibility: hidden;
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.08);
}

.team-flip-card__front {
  background: var(--white);
  border: 1px solid rgba(26, 39, 68, 0.08);
}

.team-flip-card__back {
  background: var(--navy);
  color: var(--white);
  transform: rotateY(180deg);
}

.team-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 34px;
  font-weight: 600;
}

.team-flip-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

.team-flip-card__front p {
  margin: 12px 0 0;
  color: var(--accent);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.team-flip-card__back h3 {
  color: var(--white);
}

.team-flip-card__back p {
  margin: 18px 0 24px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.7;
}

.team-flip-card__back a {
  display: inline-flex;
  padding: 11px 18px;
  background: var(--white);
  color: var(--navy);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.team-flip-card__back a:hover,
.team-flip-card__back a:focus-visible {
  background: var(--accent);
  color: var(--white);
}

.identity-section {
  padding: 96px 0 86px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
}

.identity-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1fr);
  gap: 58px;
  align-items: center;
}

.identity-brief {
  position: relative;
  padding-left: 34px;
}

.identity-brief::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 5px;
  background: var(--navy);
  content: "";
}

.identity-brief h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.16;
}

.identity-brief p {
  max-width: 620px;
  margin: 20px 0 0;
  color: #4f5968;
  font-size: 17px;
  line-height: 1.85;
}

.identity-brief p + p {
  margin-top: 16px;
}

.identity-signature {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  padding: 16px 20px;
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 16px 36px rgba(26, 39, 68, 0.08);
}

.identity-signature i {
  color: var(--accent);
  font-size: 22px;
}

.identity-signature span {
  font-size: 15px;
  font-weight: 600;
}

.identity-showcase {
  display: grid;
  gap: 18px;
}

.identity-image {
  position: relative;
  min-height: 300px;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 22px 54px rgba(26, 39, 68, 0.12);
}

.identity-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  transition: transform 700ms ease;
}

.identity-image:hover img {
  transform: scale(1.05);
}

.identity-image figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  gap: 6px;
  padding: 20px 22px;
  background: rgba(26, 39, 68, 0.84);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.identity-image strong {
  font-size: 20px;
  font-weight: 600;
}

.identity-image span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.identity-docket {
  display: grid;
  gap: 18px;
}

.docket-card {
  position: relative;
  padding: 24px 28px;
  background: var(--white);
  border-left: 6px solid var(--accent);
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.docket-card:hover {
  box-shadow: 0 24px 54px rgba(26, 39, 68, 0.13);
  transform: translateY(-6px);
}

.docket-card--navy {
  background: var(--navy);
  border-left-color: var(--accent);
}

.docket-card small {
  display: block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.docket-card strong {
  display: block;
  color: var(--navy);
  font-size: 26px;
  font-weight: 500;
}

.docket-card p {
  margin: 10px 0 0;
  color: #5c6470;
  font-size: 15px;
  line-height: 1.65;
}

.docket-card--navy strong {
  color: var(--white);
}

.docket-card--navy p {
  color: rgba(255, 255, 255, 0.76);
}

.strength-rollout-section {
  padding: 98px 0;
  background: var(--navy);
  color: var(--white);
}

.strength-rollout-header {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 46px;
}

.strength-rollout-header .section-label {
  color: rgba(255, 255, 255, 0.68);
}

.strength-rollout-header h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.16;
}

.strength-rollout-header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.8;
}

.strength-visual-band {
  position: relative;
  min-height: 280px;
  margin-bottom: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.strength-visual-band img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  opacity: 0.84;
  transform: scale(1.02);
  transition: transform 700ms ease, opacity 700ms ease;
}

.strength-visual-band:hover img {
  opacity: 1;
  transform: scale(1.06);
}

.strength-visual-band::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 32, 57, 0.9), rgba(20, 32, 57, 0.2));
  content: "";
}

.strength-visual-band div {
  position: absolute;
  bottom: 34px;
  left: 34px;
  z-index: 1;
  max-width: 560px;
}

.strength-visual-band span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.strength-visual-band strong {
  display: block;
  color: var(--white);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 500;
  line-height: 1.15;
}

.strength-rollout-grid {
  display: grid;
  grid-template-columns: 1.18fr repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.strength-metric {
  min-height: 300px;
  padding: 34px 28px;
  background: #1d2b4b;
}

.strength-metric--lead {
  background:
    linear-gradient(rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    #15213b;
}

.strength-metric span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.strength-metric strong {
  display: block;
  margin-top: 22px;
  color: var(--white);
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 600;
  line-height: 1;
}

.strength-metric p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.75;
}

.case-intelligence-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.case-intelligence-board__panel {
  position: relative;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.07);
}

.case-intelligence-board__panel::after {
  position: absolute;
  top: 50%;
  right: -25px;
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
  content: "";
}

.case-intelligence-board__panel:last-child::after {
  display: none;
}

.case-intelligence-board__panel span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.case-intelligence-board__panel h3 {
  margin: 0;
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
}

.case-intelligence-board__panel p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.65;
}

.case-command-section {
  padding: 74px 0;
  background:
    linear-gradient(180deg, #f7f8fb 0%, #ffffff 100%);
}

.case-command-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(26, 39, 68, 0.1);
  background: var(--white);
  box-shadow: 0 18px 44px rgba(26, 39, 68, 0.08);
}

.case-command-intro h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.16;
}

.case-command-intro p {
  margin: 16px 0 0;
  color: #566170;
  font-size: 15px;
  line-height: 1.7;
}

.case-command-image {
  position: relative;
  margin: 22px 0 0;
  overflow: hidden;
  border: 1px solid rgba(26, 39, 68, 0.1);
}

.case-command-image img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  transition: transform 700ms ease;
}

.case-command-image:hover img {
  transform: scale(1.05);
}

.case-command-tabs {
  min-width: 0;
}

.case-command-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
  padding: 8px;
  background: #f0f3f8;
}

.case-command-nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 64px;
  padding: 10px 12px;
  border-radius: 0;
  color: #4f5968;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.case-command-nav .nav-link img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  flex: 0 0 auto;
  filter: grayscale(1);
  opacity: 0.72;
}

.case-command-nav .nav-link.active {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(26, 39, 68, 0.18);
}

.case-command-nav .nav-link.active img {
  filter: grayscale(0);
  opacity: 1;
}

.case-command-content {
  background: var(--navy);
  color: var(--white);
}

.case-command-pane {
  min-height: 220px;
  padding: clamp(26px, 4vw, 36px);
}

.case-command-pane--review {
  min-height: 220px;
}

.case-command-copy,
.case-review-summary {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 0 4px 24px;
}

.case-command-copy::before,
.case-review-summary::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 4px;
  background: rgba(255, 255, 255, 0.52);
  content: "";
}

.case-command-pane .case-stage-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.case-command-pane h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.1;
}

.case-command-pane p {
  max-width: 560px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.75;
}

.case-command-pane--visual {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 0.46fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  overflow: hidden;
}

.case-command-pane--visual > img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.case-review-card,
.case-review-output {
  min-width: 0;
}

.case-review-card {
  position: relative;
  padding: 0 0 0 24px;
}

.case-review-card::before {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 0;
  width: 4px;
  background: rgba(255, 255, 255, 0.46);
  content: "";
}

.case-review-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 0;
}

.case-review-points span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 50px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  white-space: normal;
}

.case-review-points i {
  color: #d7dde8;
  font-size: 17px;
}

.case-command-bars {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
}

.case-command-pane--review .case-command-bars {
  padding: 22px;
  background: rgba(255, 255, 255, 0.1);
}

.case-command-bars label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: -8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
}

.case-command-bars strong {
  color: var(--white);
  font-weight: 700;
}

.case-command-bars .progress {
  height: 9px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.14);
}

.case-command-bars .progress-bar {
  background: #d7dde8;
}

.gavel-section {
  padding: 96px 0;
  background: var(--white);
}

.gavel-section__header {
  max-width: 760px;
  margin: 0 auto 58px;
  text-align: center;
}

.gavel-section__header h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.16;
}

.gavel-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.gavel-card {
  min-height: 310px;
  padding: 44px 38px;
  background: #f7f8fb;
  border: 1px solid rgba(26, 39, 68, 0.08);
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.gavel-card:hover {
  box-shadow: 0 24px 54px rgba(26, 39, 68, 0.13);
  transform: translateY(-6px);
}

.gavel-card--navy {
  background: var(--navy);
}

.gavel-card span {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 18px;
  background: var(--navy);
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.gavel-card--navy span {
  background: var(--white);
  color: var(--navy);
}

.gavel-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.28;
}

.gavel-card p {
  margin: 22px 0 0;
  color: #55606f;
  font-size: 16px;
  line-height: 1.8;
}

.gavel-card--navy h3 {
  color: var(--white);
}

.gavel-card--navy p {
  color: rgba(255, 255, 255, 0.76);
}

.gavel-center {
  position: relative;
  display: flex;
  min-height: 320px;
  align-items: center;
  justify-content: center;
  animation-name: gavelSettle;
}

.gavel-center::before {
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(26, 39, 68, 0.12);
  border-radius: 50%;
  content: "";
}

.gavel-center__head {
  position: absolute;
  top: 88px;
  left: 52px;
  width: 132px;
  height: 48px;
  border-radius: 10px;
  background: var(--navy);
  transform: rotate(-32deg);
  transition: transform 220ms ease;
}

.gavel-center__head::before,
.gavel-center__head::after {
  position: absolute;
  top: -10px;
  width: 24px;
  height: 68px;
  border-radius: 8px;
  background: var(--accent);
  content: "";
}

.gavel-center__head::before {
  left: -18px;
}

.gavel-center__head::after {
  right: -18px;
}

.gavel-center__handle {
  position: absolute;
  top: 144px;
  left: 112px;
  width: 24px;
  height: 150px;
  border-radius: 999px;
  background: var(--navy);
  transform: rotate(-32deg);
  transform-origin: top center;
  transition: transform 220ms ease;
}

.gavel-center:hover .gavel-center__head {
  transform: rotate(-36deg) translateY(-2px);
}

.gavel-center:hover .gavel-center__handle {
  transform: rotate(-36deg);
}

.gavel-center__base {
  position: absolute;
  bottom: 34px;
  width: 150px;
  height: 24px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 18px 36px rgba(26, 39, 68, 0.12);
}

.values-book-section {
  padding: 104px 0 118px;
  background:
    radial-gradient(circle at 50% 20%, rgba(26, 39, 68, 0.08), transparent 34%),
    linear-gradient(180deg, #f7f8fb 0%, #ffffff 100%);
}

.values-book-header {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}

.values-book-header h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.16;
}

.law-book {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1040px;
  min-height: 430px;
  margin: 0 auto;
  perspective: 1600px;
  filter: drop-shadow(0 28px 38px rgba(26, 39, 68, 0.18));
}

.law-book::before {
  position: absolute;
  right: 4%;
  bottom: -26px;
  left: 4%;
  height: 32px;
  border-radius: 50%;
  background: rgba(26, 39, 68, 0.16);
  filter: blur(12px);
  content: "";
}

.law-book__page {
  position: relative;
  min-height: 430px;
  padding: 58px 58px 48px;
  overflow: hidden;
  background:
    repeating-linear-gradient(180deg, transparent 0, transparent 31px, rgba(26, 39, 68, 0.045) 32px),
    linear-gradient(90deg, #f5efe5 0%, #fffaf0 18%, #fffdf6 100%);
  border: 1px solid rgba(26, 39, 68, 0.08);
}

.law-book__page--left {
  border-radius: 18px 0 0 18px;
  box-shadow: inset -28px 0 34px rgba(26, 39, 68, 0.12);
}

.law-book__page--right {
  border-radius: 0 18px 18px 0;
  box-shadow: inset 28px 0 34px rgba(26, 39, 68, 0.1);
}

.law-book__spine {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 3;
  width: 22px;
  background: linear-gradient(90deg, rgba(26, 39, 68, 0.22), rgba(255, 255, 255, 0.65), rgba(26, 39, 68, 0.18));
  transform: translateX(-50%);
}

.law-book__chapter {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.law-book h3 {
  margin: 0;
  color: var(--navy);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}

.law-book p {
  max-width: 430px;
  margin: 10px 0 0;
  color: #4f5968;
  font-size: 14px;
  line-height: 1.65;
}

.law-book__values {
  display: grid;
  gap: 24px;
}

.law-book__values div {
  position: relative;
  padding-left: 22px;
}

.law-book__values div::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.law-book__seal {
  position: absolute;
  right: 44px;
  bottom: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border: 2px solid rgba(26, 39, 68, 0.2);
  border-radius: 50%;
  color: var(--navy);
  font-size: 36px;
  opacity: 0.62;
}

.law-book__lines {
  display: grid;
  gap: 14px;
  margin-top: 38px;
}

.law-book__lines span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(26, 39, 68, 0.08);
}

.law-book__lines span:nth-child(2) {
  width: 82%;
}

.law-book__lines span:nth-child(3) {
  width: 64%;
}

.law-book__turning-page {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  width: 50%;
  min-height: 430px;
  padding: 76px 58px;
  background:
    linear-gradient(90deg, rgba(26, 39, 68, 0.08), transparent 22%),
    linear-gradient(180deg, #fffdf6 0%, #f8f0df 100%);
  border-radius: 0 18px 18px 0;
  box-shadow: -18px 0 34px rgba(26, 39, 68, 0.14);
  transform-origin: left center;
  animation: pageTurn 5.6s ease-in-out infinite;
  backface-visibility: hidden;
}

.law-book__turning-page span {
  display: block;
  color: var(--navy);
  font-size: 38px;
  font-weight: 500;
}

.law-book__turning-page small {
  display: block;
  max-width: 300px;
  margin-top: 18px;
  color: #566170;
  font-size: 16px;
  line-height: 1.7;
}

@keyframes pageTurn {
  0%,
  18% {
    transform: rotateY(0deg);
  }

  44%,
  58% {
    transform: rotateY(-156deg);
  }

  84%,
  100% {
    transform: rotateY(0deg);
  }
}

@media (max-width: 991.98px) {
  .who-hero-layout,
  .strength-rollout-header {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .who-hero-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .who-hero-visual {
    min-height: 420px;
  }

  .who-hero-visual img {
    height: 420px;
  }

  .who-hero-proof {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .strength-rollout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-intelligence-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-intelligence-board__panel::after {
    display: none;
  }

  .case-command-shell,
  .case-command-pane {
    grid-template-columns: 1fr;
  }

  .case-command-shell {
    gap: 28px;
  }
}

@media (max-width: 767.98px) {
  .topbar__inner {
    min-height: 48px;
    padding: 0;
  }

  .topbar__contact,
  .topbar__social {
    gap: 8px;
  }

  .topbar__email {
    display: none !important;
  }

  .topbar__contact a + a {
    padding-left: 0;
  }

  .topbar__contact a + a::before {
    display: none;
  }

  .topbar a {
    font-size: 13px;
  }

  .topbar__social a {
    width: auto;
    height: auto;
  }

  .page-content {
    padding-top: 106px;
  }

  .blog-detail-page {
    padding-top: 48px;
  }

  .quick-links__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
  }

  .quick-link {
    justify-content: flex-start;
    gap: 10px;
    min-height: 68px;
    padding: 10px 12px;
    border-bottom: 1px solid #eeeeee;
  }

  .quick-link:nth-child(odd) {
    border-right: 1px solid #eeeeee;
  }

  .quick-link i {
    width: 30px;
    min-width: 30px;
    font-size: 28px;
  }

  .quick-link span {
    gap: 2px;
  }

  .quick-link strong {
    font-size: 16px;
  }

  .quick-link small {
    font-size: 13px;
  }

  .main-navbar {
    top: 48px;
    min-height: 58px;
  }

  .main-navbar.topbar-hidden {
    top: 48px;
  }

  .main-navbar .navbar-collapse {
    top: 106px;
  }

  .main-navbar .container-fluid {
    padding-right: 14px;
    padding-left: 14px;
  }

  .main-navbar__brand {
    width: 170px;
    height: 50px;
    padding: 3px 8px;
  }

  .main-navbar__menu {
    gap: 0;
    padding: 12px 0 16px;
  }

  .main-navbar .nav-link {
    padding: 10px 0;
    font-size: 14px;
  }

  .main-navbar .practice-mega-menu {
    left: 0;
    min-width: 100%;
    max-height: min(620px, calc(100vh - 150px));
    overflow-y: auto;
    column-count: auto;
    padding: 8px 0;
  }

  .main-navbar .practice-menu-break {
    break-before: auto;
  }

  .main-navbar .practice-menu-break .dropdown-divider {
    display: block;
  }

  .hero-section,
  .hero-section__overlay {
    min-height: 470px;
  }

  .hero-section__overlay {
    padding: 56px 0;
  }

  .hero-section__content p {
    font-size: 28px;
  }

  .hero-section__content h1 {
    font-size: 34px;
  }

  .hero-section__button {
    min-width: min(100%, 310px);
    min-height: 64px;
    margin-top: 34px;
    border-radius: 24px;
    font-size: 17px;
  }

  .practice-area-grid,
  .practice-area-grid--three {
    overflow-x: visible;
  }

  .practice-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .practice-area-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .practice-area-heading {
    padding: 0 0 0 14px;
    font-size: 24px;
  }

  .practice-card {
    min-height: 112px;
    padding: 18px;
    gap: 12px;
  }

  .practice-card:last-child {
    border-right: 0;
  }

  .practice-card i {
    width: 52px;
    min-width: 52px;
    height: 52px;
    font-size: 25px;
  }

  .practice-card span {
    font-size: 17px;
  }

  .practice-strip {
    gap: 28px;
    padding: 42px 16px;
  }

  .trust-section {
    padding: 64px 0;
  }

  .trust-section__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .trust-section__content h2 {
    font-size: 32px;
    white-space: normal;
  }

  .trust-section__content p {
    font-size: 16px;
  }

  .trust-stat {
    min-height: 134px;
    padding: 26px 24px 24px 86px;
  }

  .trust-stat strong {
    left: 22px;
    font-size: 46px;
  }

  .trust-stat span {
    font-size: 20px;
  }

  .insights-section {
    padding: 60px 0 68px;
  }

  .insights-section .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
  }

  .insights-grid {
    grid-template-columns: 1fr;
  }

  .insight-card img {
    height: 220px;
  }

  .insight-card__body {
    padding: 22px 22px 28px;
  }

  .insight-card time {
    font-size: 17px;
  }

  .insight-card h3 {
    min-height: 0;
    font-size: 21px;
  }

  .insight-card p {
    min-height: 0;
    font-size: 16px;
  }

  .legal-video-section {
    padding: 60px 0 68px;
  }

  .legal-video-section .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
  }

  .legal-video-grid {
    padding-bottom: 38px;
  }

  .legal-video-swiper:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: 1fr;
  }

  .legal-video-card h3,
  .legal-video-card p {
    min-height: 0;
  }

  .blog-card__toggle {
    font-size: 16px;
  }

  .blog-card__details {
    margin-top: 20px;
    padding-top: 18px;
  }

  .blog-card__details h4 {
    font-size: 19px;
  }

  .blog-card__details p,
  .blog-card__details li {
    font-size: 14px;
  }

  .blog-hero {
    padding: 58px 0 68px;
  }

  .blog-hero h1 {
    font-size: 36px;
  }

  .blog-list-section {
    padding: 58px 0 68px;
  }

  .blog-card-grid {
    grid-template-columns: 1fr;
  }

  .blog-list-card img {
    height: 220px;
  }

  .blog-list-card > div {
    padding: 24px;
  }

  .blog-list-card h2 {
    min-height: 0;
    font-size: 21px;
  }

  .blog-list-card p {
    min-height: 0;
  }

  .blog-detail-article blockquote {
    padding: 18px 20px;
    font-size: 17px;
  }

  .ibc-article-hero {
    padding: 58px 0 70px;
  }

  .ibc-article-hero__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ibc-article-hero h1 {
    font-size: 30px;
  }

  .ibc-article-hero__content > p {
    font-size: 16px;
  }

  .ibc-article-hero__panel {
    padding: 22px;
  }

  .ibc-article-content {
    padding-top: 48px;
  }

  .ibc-article-content article {
    padding: 30px 24px;
  }

  .ibc-article-lead {
    font-size: 18px !important;
  }

  .diagonal-section {
    padding: 64px 0;
    background: var(--navy);
  }

  .diagonal-section__navy {
    display: none;
  }

  .diagonal-section__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .diagonal-section__panel h2 {
    font-size: 31px;
  }

  .diagonal-section__panel p {
    font-size: 16px;
  }

  .diagonal-section__features div {
    min-height: 78px;
    padding: 18px;
  }

  .diagonal-section__features span {
    font-size: 17px;
  }

  .timeline-section {
    padding: 64px 0;
  }

  .timeline-section__header {
    margin-bottom: 36px;
  }

  .timeline-section__header h2 {
    font-size: 31px;
  }

  .legal-timeline {
    gap: 24px;
  }

  .legal-timeline::before {
    left: 28px;
  }

  .timeline-item {
    grid-template-columns: 56px 1fr;
    gap: 16px;
  }

  .timeline-item:nth-child(odd) .timeline-item__content,
  .timeline-item:nth-child(even) .timeline-item__content {
    grid-column: 2;
    text-align: left;
  }

  .timeline-item__marker {
    grid-column: 1;
    width: 56px;
    height: 56px;
    border-width: 5px;
    font-size: 14px;
  }

  .timeline-item__content {
    padding: 22px;
  }

  .timeline-item__content span {
    font-size: 20px;
  }

  .justice-section {
    padding: 64px 0;
  }

  .justice-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .justice-visual {
    min-height: 330px;
  }

  .justice-visual__symbol {
    font-size: 190px;
  }

  .justice-visual__text {
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .justice-visual__text strong {
    font-size: 27px;
  }

  .justice-content h2 {
    font-size: 32px;
  }

  .justice-services {
    grid-template-columns: 1fr;
  }

  .justice-scale-layout__header {
    margin-bottom: 34px;
  }

  .justice-scale-layout__header h2 {
    font-size: 31px;
  }

  .justice-scale {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 18px;
    min-height: 0;
  }

  .justice-scale__beam {
    display: none;
  }

  .justice-scale__center {
    grid-column: 1;
    grid-row: 1;
    padding-top: 0;
  }

  .justice-scale__center::before {
    display: none;
  }

  .justice-scale__center span {
    width: 98px;
    height: 98px;
    border-width: 8px;
    font-size: 48px;
  }

  .justice-pan,
  .justice-pan--left,
  .justice-pan--right {
    grid-column: 1;
    grid-row: auto;
    min-height: 0;
    padding: 32px 24px 28px;
    border-radius: 0 0 28px 28px;
    clip-path: none;
  }

  .justice-pan::after {
    display: none;
  }

  .justice-pan h3 {
    font-size: 23px;
  }

  .justice-scale__base {
    grid-column: 1;
    grid-row: auto;
    max-width: 220px;
    margin: 0 auto;
  }

  .legal-excellence-section {
    padding: 64px 0;
    background: #ffffff;
  }

  .legal-excellence-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .legal-excellence-mark {
    min-height: auto;
    padding: 30px 26px;
  }

  .legal-excellence-mark strong {
    max-width: none;
    font-size: 34px;
  }

  .legal-excellence-content h2 {
    font-size: 31px;
  }

  .legal-excellence-points {
    grid-template-columns: 1fr;
    margin: 28px 0;
  }

  .legal-excellence-points article {
    min-height: 0;
  }

  .site-footer {
    padding-top: 54px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .site-footer__brand img {
    width: 170px;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 38px;
  }

  .who-page-hero {
    padding: 64px 0 74px;
  }

  .who-page-hero h1 {
    font-size: 34px;
  }

  .who-page-hero p {
    font-size: 16px;
  }

  .who-hero-layout {
    gap: 30px;
  }

  .who-hero-actions {
    gap: 10px;
    margin-top: 26px;
  }

  .who-hero-actions span {
    width: 100%;
    padding: 11px 14px;
  }

  .who-hero-proof {
    grid-template-columns: 1fr;
  }

  .who-hero-proof article {
    padding: 22px 22px 22px 26px;
  }

  .who-hero-visual {
    min-height: auto;
  }

  .who-hero-visual::before {
    display: none;
  }

  .who-hero-visual img {
    height: 300px;
  }

  .who-hero-proof {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 14px;
  }

  .team-page-hero {
    padding: 64px 0 74px;
  }

  .team-page-hero h1 {
    font-size: 32px;
  }

  .team-flip-section {
    padding: 64px 0;
  }

  .team-flip-section__header {
    margin-bottom: 34px;
  }

  .team-flip-section__header h2 {
    font-size: 31px;
  }

  .team-flip-grid {
    grid-template-columns: 1fr;
  }

  .team-flip-card,
  .team-flip-card__inner {
    min-height: 286px;
  }

  .identity-section {
    padding: 64px 0;
  }

  .identity-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .identity-brief {
    padding-left: 24px;
  }

  .identity-brief h2 {
    font-size: 32px;
  }

  .identity-image img {
    height: 280px;
  }

  .identity-image figcaption {
    right: 16px;
    bottom: 16px;
    left: 16px;
    padding: 16px;
  }

  .docket-card {
    padding: 26px 24px;
  }

  .docket-card strong {
    font-size: 23px;
  }

  .strength-rollout-section {
    padding: 64px 0;
  }

  .strength-rollout-header {
    gap: 20px;
    margin-bottom: 32px;
  }

  .strength-rollout-header h2 {
    font-size: 31px;
  }

  .strength-rollout-header p {
    font-size: 16px;
  }

  .strength-rollout-grid {
    grid-template-columns: 1fr;
  }

  .strength-visual-band {
    min-height: 240px;
    margin-bottom: 24px;
  }

  .strength-visual-band img {
    height: 280px;
  }

  .strength-visual-band div {
    right: 22px;
    bottom: 24px;
    left: 22px;
  }

  .strength-metric {
    min-height: 0;
    padding: 28px 24px;
  }

  .strength-metric strong {
    font-size: 38px;
  }

  .case-intelligence-board {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 26px;
  }

  .case-intelligence-board__panel {
    padding: 24px 22px;
  }

  .case-command-section {
    padding: 54px 0;
  }

  .case-command-shell {
    padding: 20px 16px;
  }

  .case-command-intro h2 {
    font-size: 28px;
  }

  .case-command-intro p {
    font-size: 16px;
  }

  .case-command-nav {
    grid-template-columns: 1fr;
  }

  .case-command-nav .nav-link {
    justify-content: flex-start;
    min-height: 48px;
    padding: 11px 14px;
  }

  .case-command-nav .nav-link img {
    width: 34px;
    height: 34px;
  }

  .case-command-pane {
    min-height: 180px;
    padding: 24px 20px;
  }

  .case-command-pane--visual {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .case-command-pane--visual > img {
    height: 160px;
  }

  .case-command-pane--review {
    min-height: 180px;
  }

  .case-command-pane h3 {
    font-size: 28px;
  }

  .case-command-copy,
  .case-review-summary {
    padding-left: 18px;
  }

  .case-review-card {
    padding-left: 18px;
  }

  .case-review-card::before {
    top: 24px;
    bottom: 24px;
  }

  .case-review-points {
    grid-template-columns: 1fr;
  }

  .case-command-bars {
    padding: 20px 16px;
  }

  .gavel-section {
    padding: 64px 0;
  }

  .gavel-section__header {
    margin-bottom: 36px;
  }

  .gavel-section__header h2 {
    font-size: 31px;
  }

  .gavel-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gavel-center {
    order: -1;
    min-height: 240px;
  }

  .gavel-card {
    min-height: 0;
    padding: 32px 24px;
  }

  .gavel-card h3 {
    font-size: 24px;
  }

  .gavel-center__head {
    top: 64px;
    left: calc(50% - 70px);
    width: 116px;
    height: 42px;
  }

  .gavel-center__handle {
    top: 112px;
    left: calc(50% - 4px);
    height: 114px;
  }

  .gavel-center__base {
    bottom: 20px;
  }

  .values-book-section {
    padding: 64px 0 76px;
  }

  .values-book-header {
    margin-bottom: 34px;
  }

  .values-book-header h2 {
    font-size: 31px;
  }

  .law-book {
    grid-template-columns: 1fr;
    min-height: 0;
    filter: drop-shadow(0 18px 24px rgba(26, 39, 68, 0.14));
  }

  .law-book__spine,
  .law-book__turning-page {
    display: none;
  }

  .law-book__page {
    min-height: 0;
    padding: 36px 26px;
  }

  .law-book__page--left {
    border-radius: 16px 16px 0 0;
    box-shadow: inset 0 -18px 26px rgba(26, 39, 68, 0.08);
  }

  .law-book__page--right {
    border-radius: 0 0 16px 16px;
    box-shadow: inset 0 18px 26px rgba(26, 39, 68, 0.08);
  }

  .law-book h3 {
    font-size: 22px;
  }

  .law-book p {
    font-size: 15px;
  }

  .law-book__values {
    gap: 22px;
  }

  .law-book__seal {
    position: static;
    margin-top: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .scroll-fade {
    opacity: 1;
    transform: none;
  }
}

.trust-court-hero {
  padding: 94px 0;
  background:
    linear-gradient(135deg, rgba(26, 39, 68, 0.94), rgba(26, 39, 68, 0.82)),
    url("../images/legal-research-desk.jpeg") center / cover no-repeat;
  color: var(--white);
}

.trust-court-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: 54px;
  align-items: center;
}

.trust-court-hero .section-label {
  color: rgba(255, 255, 255, 0.74);
}

.trust-court-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 500;
  line-height: 1.14;
}

.trust-court-hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.8;
}

.courthouse-graphic {
  position: relative;
  min-height: 390px;
  padding: 54px 34px 38px;
  animation: courthouseRise 850ms ease both;
}

.courthouse-graphic__roof {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-right: 190px solid transparent;
  border-bottom: 82px solid var(--white);
  border-left: 190px solid transparent;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.22));
}

.courthouse-graphic__name {
  max-width: 420px;
  margin: 0 auto;
  padding: 18px 20px;
  background: var(--white);
  color: var(--navy);
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.courthouse-graphic__columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 380px;
  margin: 0 auto;
  padding: 22px 34px;
  background: rgba(255, 255, 255, 0.96);
}

.courthouse-graphic__columns span {
  display: block;
  height: 138px;
  border-radius: 999px 999px 0 0;
  background:
    linear-gradient(90deg, rgba(26, 39, 68, 0.12), transparent 44%, rgba(26, 39, 68, 0.1)),
    var(--navy);
}

.courthouse-graphic__steps {
  max-width: 440px;
  height: 54px;
  margin: 0 auto;
  background:
    linear-gradient(var(--white), var(--white)) center 0 / 92% 14px no-repeat,
    linear-gradient(var(--white), var(--white)) center 20px / 100% 14px no-repeat,
    linear-gradient(var(--white), var(--white)) center 40px / 86% 14px no-repeat;
}

.trust-scrollspy-section {
  padding: 92px 0;
  background: #f7f8fb;
}

.trust-scrollspy-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.trust-spy {
  position: sticky;
  top: 92px;
  padding: 24px;
  background: var(--navy);
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.12);
}

.trust-spy span {
  display: block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.trust-spy .nav {
  gap: 8px;
}

.trust-spy .nav-link {
  border-radius: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  font-weight: 500;
}

.trust-spy .nav-link:hover,
.trust-spy .nav-link:focus-visible,
.trust-spy .nav-link.active {
  background: var(--white);
  color: var(--navy);
}

.trust-scroll-content {
  display: grid;
  gap: 24px;
}

.trust-scroll-card {
  scroll-margin-top: 130px;
  min-height: 270px;
  padding: 42px 44px;
  background: var(--white);
  border-left: 7px solid var(--navy);
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.08);
  animation: fadeUp 700ms ease both;
}

.trust-scroll-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: rgba(26, 39, 68, 0.08);
  color: var(--navy);
  font-size: 25px;
}

.trust-scroll-card h2 {
  margin: 0;
  color: var(--navy);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

.trust-scroll-card p {
  max-width: 760px;
  margin: 18px 0 0;
  color: #566170;
  font-size: 17px;
  line-height: 1.8;
}

.trust-tabs-section {
  padding: 88px 0 104px;
  background:
    radial-gradient(circle at 50% 20%, rgba(26, 39, 68, 0.05), transparent 30%),
    #f4f4f2;
}

.trust-tabs-header {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.trust-tabs-header h2 {
  margin: 0;
  color: #111111;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 500;
  line-height: 1.2;
}

.trust-tabs-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 16px;
  max-width: 1060px;
  margin: 0 auto;
  align-items: start;
}

.trust-tabs-nav {
  gap: 8px;
}

.trust-tabs-nav .nav-link {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(26, 39, 68, 0.15);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.38);
  color: #111111;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.trust-tabs-nav .nav-link:hover,
.trust-tabs-nav .nav-link:focus-visible {
  border-color: rgba(26, 39, 68, 0.26);
  background: rgba(26, 39, 68, 0.08);
  color: var(--navy);
}

.trust-tabs-nav .nav-link.active {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}

.trust-tabs-panel {
  min-height: 430px;
  padding: 42px 46px;
  border: 1px solid rgba(26, 39, 68, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 20px 44px rgba(26, 39, 68, 0.08);
}

.trust-tabs-panel .tab-pane.active {
  animation: fadeUp 420ms ease both;
}

.trust-tabs-panel__lead {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}

.trust-tabs-panel .tab-pane {
  min-height: 344px;
  align-items: center;
  gap: 38px;
}

.trust-tabs-panel .tab-pane.active {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
}

.trust-tabs-panel__visual {
  display: flex;
  position: relative;
  min-height: 260px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 44%, rgba(26, 39, 68, 0.08), transparent 55%),
    rgba(26, 39, 68, 0.04);
}

.trust-tabs-panel__visual span {
  position: absolute;
  right: 18px;
  bottom: 14px;
  color: rgba(26, 39, 68, 0.11);
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

.trust-tabs-panel__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(26, 39, 68, 0.12);
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 18px 38px rgba(26, 39, 68, 0.12);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.trust-tabs-panel__visual:hover .trust-tabs-panel__icon {
  box-shadow: 0 24px 48px rgba(26, 39, 68, 0.18);
  transform: translateY(-4px);
}

.trust-tabs-panel__icon i {
  color: var(--navy);
  font-size: 62px;
}

.trust-tabs-panel ul {
  max-width: 720px;
  margin: 0 auto;
  padding-left: 22px;
  color: #111111;
  font-size: 15px;
  line-height: 1.72;
}

.trust-tabs-panel li + li {
  margin-top: 8px;
}

.trust-tabs-panel__copy {
  max-width: none;
  margin: 0;
}

.trust-tabs-panel__copy p {
  margin: 0;
  color: #111111;
  font-size: 16px;
  line-height: 1.88;
}

.trust-tabs-panel__copy p + p {
  margin-top: 16px;
}

.trust-proof-section {
  padding: 96px 0;
  background: var(--white);
}

.trust-proof-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

.trust-proof-document {
  position: relative;
  min-height: 500px;
  padding: 44px 42px;
  overflow: hidden;
  background:
    repeating-linear-gradient(180deg, transparent 0, transparent 34px, rgba(26, 39, 68, 0.045) 35px),
    #f8f7f2;
  border: 1px solid rgba(26, 39, 68, 0.12);
  box-shadow: 0 24px 56px rgba(26, 39, 68, 0.12);
  animation: fadeUp 700ms ease both;
}

.trust-proof-document::before {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 82px solid rgba(26, 39, 68, 0.12);
  border-left: 82px solid transparent;
  content: "";
}

.trust-proof-document__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 58px;
  color: var(--navy);
}

.trust-proof-document__top span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.trust-proof-document__top i {
  font-size: 34px;
}

.trust-proof-document h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.16;
}

.trust-proof-document p {
  margin: 24px 0 0;
  color: #566170;
  font-size: 17px;
  line-height: 1.8;
}

.trust-proof-document__stamp {
  position: absolute;
  right: 38px;
  bottom: 42px;
  width: 142px;
  height: 142px;
  border: 4px solid var(--navy);
  border-radius: 50%;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.22;
  transform: rotate(-14deg);
  animation: softPulse 3.2s ease-in-out infinite;
}

.trust-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.trust-proof-card {
  min-height: 220px;
  padding: 30px 28px;
  background: #f7f8fb;
  border-top: 5px solid var(--navy);
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
  animation: fadeUp 650ms ease both;
}

.trust-proof-card:nth-child(2) {
  animation-delay: 100ms;
}

.trust-proof-card:nth-child(3) {
  animation-delay: 180ms;
}

.trust-proof-card:nth-child(4) {
  animation-delay: 260ms;
}

.trust-proof-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px rgba(26, 39, 68, 0.13);
}

.trust-proof-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 24px;
}

.trust-proof-card strong {
  display: block;
  color: var(--navy);
  font-size: 20px;
  font-weight: 500;
}

.trust-proof-card p {
  margin: 12px 0 0;
  color: #566170;
  font-size: 15px;
  line-height: 1.7;
}

.laurel-section {
  padding: 102px 0;
  background:
    linear-gradient(rgba(26, 39, 68, 0.92), rgba(26, 39, 68, 0.94)),
    url("../images/law-desk-gavel.jpeg") center / cover no-repeat;
  color: var(--white);
}

.laurel-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 0.72fr);
  gap: 58px;
  align-items: center;
}

.laurel-wreath {
  position: relative;
  display: flex;
  min-height: 430px;
  align-items: center;
  justify-content: center;
  animation: fadeUp 750ms ease both;
}

.laurel-center {
  position: relative;
  z-index: 2;
  width: min(78%, 430px);
  padding: 48px 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  text-align: center;
  backdrop-filter: blur(4px);
}

.laurel-center small {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.laurel-center strong {
  display: block;
  color: var(--white);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 500;
  line-height: 1.12;
}

.laurel-center p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.7;
}

.laurel-branch {
  position: absolute;
  top: 24px;
  bottom: 24px;
  width: 150px;
}

.laurel-branch--left {
  left: 20px;
  transform: rotate(-12deg);
}

.laurel-branch--right {
  right: 20px;
  transform: scaleX(-1) rotate(-12deg);
}

.laurel-branch::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 50%;
  width: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  content: "";
  transform: translateX(-50%) rotate(10deg);
}

.laurel-branch span {
  position: absolute;
  left: 54px;
  width: 58px;
  height: 24px;
  border-radius: 58px 0;
  background: rgba(255, 255, 255, 0.72);
  transform-origin: left center;
  animation: leafGlow 2.8s ease-in-out infinite;
}

.laurel-branch span:nth-child(1) { top: 18px; transform: rotate(-42deg); }
.laurel-branch span:nth-child(2) { top: 78px; transform: rotate(-30deg); animation-delay: 120ms; }
.laurel-branch span:nth-child(3) { top: 140px; transform: rotate(-18deg); animation-delay: 240ms; }
.laurel-branch span:nth-child(4) { top: 204px; transform: rotate(-6deg); animation-delay: 360ms; }
.laurel-branch span:nth-child(5) { top: 268px; transform: rotate(8deg); animation-delay: 480ms; }
.laurel-branch span:nth-child(6) { top: 326px; transform: rotate(20deg); animation-delay: 600ms; }

@keyframes leafGlow {
  0%,
  100% {
    opacity: 0.62;
  }

  50% {
    opacity: 0.92;
  }
}

.laurel-points {
  display: grid;
  gap: 18px;
}

.laurel-points div {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 88px;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  animation: fadeUp 650ms ease both;
}

.laurel-points div:nth-child(2) {
  animation-delay: 120ms;
}

.laurel-points div:nth-child(3) {
  animation-delay: 240ms;
}

.laurel-points i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--white);
  color: var(--navy);
  font-size: 22px;
}

.laurel-points span {
  font-size: 18px;
  font-weight: 500;
}

.testimonial-hero {
  padding: 92px 0 110px;
  background:
    linear-gradient(rgba(26, 39, 68, 0.86), rgba(26, 39, 68, 0.9)),
    url("../images/legal-consultation-meeting.jpeg") center / cover no-repeat;
  color: var(--white);
  text-align: center;
}

.testimonial-hero .section-label {
  color: rgba(255, 255, 255, 0.74);
}

.testimonial-hero h1 {
  max-width: 980px;
  margin: 0 auto;
  color: var(--white);
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 500;
  line-height: 1.14;
}

.testimonial-showcase {
  padding: 96px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(26, 39, 68, 0.08), transparent 28%),
    #f7f8fb;
}

.testimonial-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  margin-bottom: 34px;
}

.testimonial-feature__quote {
  position: relative;
  padding: 48px 50px;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
  animation: fadeUp 700ms ease both;
}

.testimonial-feature__quote > i {
  position: absolute;
  top: -22px;
  right: 30px;
  color: rgba(255, 255, 255, 0.08);
  font-size: 150px;
  line-height: 1;
}

.testimonial-feature__quote p {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 25px;
  line-height: 1.65;
}

.testimonial-feature__quote span {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.testimonial-feature__metrics {
  display: grid;
  gap: 12px;
}

.testimonial-feature__metrics div {
  display: grid;
  align-content: center;
  min-height: 124px;
  padding: 26px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.08);
  animation: fadeUp 700ms ease both;
}

.testimonial-feature__metrics div:nth-child(2) {
  animation-delay: 110ms;
}

.testimonial-feature__metrics div:nth-child(3) {
  animation-delay: 220ms;
}

.testimonial-feature__metrics strong {
  color: var(--navy);
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
}

.testimonial-feature__metrics span {
  margin-top: 8px;
  color: #566170;
  font-size: 14px;
  font-weight: 500;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.testimonial-card {
  position: relative;
  min-height: 260px;
  padding: 30px 28px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(26, 39, 68, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
  animation: fadeUp 650ms ease both;
}

.testimonial-card:nth-child(2) { animation-delay: 80ms; }
.testimonial-card:nth-child(3) { animation-delay: 160ms; }
.testimonial-card:nth-child(4) { animation-delay: 240ms; }
.testimonial-card:nth-child(5) { animation-delay: 320ms; }
.testimonial-card:nth-child(6) { animation-delay: 400ms; }

.testimonial-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--navy);
  content: "";
}

.testimonial-card:hover {
  box-shadow: 0 24px 54px rgba(26, 39, 68, 0.13);
  transform: translateY(-7px);
}

.testimonial-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.testimonial-card__top > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}

.testimonial-card__top strong,
.testimonial-card__top small {
  display: block;
}

.testimonial-card__top strong {
  color: var(--navy);
  font-size: 18px;
  font-weight: 600;
}

.testimonial-card__top small {
  margin-top: 4px;
  color: #687384;
  font-size: 13px;
}

.testimonial-card p {
  margin: 0;
  color: #4f5968;
  font-size: 16px;
  line-height: 1.75;
}

.client-journey-wall {
  padding: 96px 0;
  background: var(--white);
}

.client-journey-wall__header {
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}

.client-journey-wall__header h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 500;
  line-height: 1.18;
}

.journey-wall-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(26, 39, 68, 0.12);
  box-shadow: 0 22px 54px rgba(26, 39, 68, 0.1);
}

.journey-wall-card {
  position: relative;
  min-height: 320px;
  padding: 36px 28px;
  background: #f7f8fb;
  overflow: hidden;
  animation: fadeUp 650ms ease both;
}

.journey-wall-card:nth-child(2) { animation-delay: 100ms; }
.journey-wall-card:nth-child(3) { animation-delay: 200ms; }
.journey-wall-card:nth-child(4) { animation-delay: 300ms; }

.journey-wall-card--navy {
  background: var(--navy);
}

.journey-wall-card > span {
  position: absolute;
  right: 18px;
  bottom: 8px;
  color: rgba(26, 39, 68, 0.08);
  font-size: 86px;
  font-weight: 700;
  line-height: 1;
}

.journey-wall-card--navy > span {
  color: rgba(255, 255, 255, 0.08);
}

.journey-wall-card h3 {
  max-width: 250px;
  margin: 0;
  color: var(--navy);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.22;
}

.journey-wall-card--navy h3 {
  color: var(--white);
}

.journey-wall-card p {
  position: relative;
  z-index: 1;
  margin: 24px 0 0;
  color: #566170;
  font-size: 15px;
  line-height: 1.8;
}

.journey-wall-card--navy p {
  color: rgba(255, 255, 255, 0.74);
}

.faq-section {
  padding: 96px 0;
  background: #f7f8fb;
}

.faq-section__header {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.faq-section__header h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 500;
  line-height: 1.18;
}

.faq-accordion {
  max-width: 960px;
  margin: 0 auto;
}

.faq-accordion .accordion-item {
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid rgba(26, 39, 68, 0.1);
  border-radius: 0;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(26, 39, 68, 0.06);
}

.faq-accordion .accordion-button {
  padding: 24px 28px;
  background: var(--white);
  color: var(--navy);
  font-size: 18px;
  font-weight: 500;
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: var(--navy);
  color: var(--white);
}

.faq-accordion .accordion-button::after {
  filter: none;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.faq-accordion .accordion-body {
  padding: 0 28px 26px;
  color: #566170;
  font-size: 16px;
  line-height: 1.8;
}

.faq-accordion .accordion-collapse.show .accordion-body {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 767.98px) {
  .trust-court-hero {
    padding: 64px 0;
  }

  .trust-court-hero__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .trust-court-hero h1 {
    font-size: 33px;
  }

  .trust-court-hero p {
    font-size: 16px;
  }

  .courthouse-graphic {
    min-height: 300px;
    padding: 30px 0 20px;
  }

  .courthouse-graphic__roof {
    border-right-width: 138px;
    border-bottom-width: 62px;
    border-left-width: 138px;
  }

  .courthouse-graphic__name {
    max-width: 304px;
    font-size: 16px;
  }

  .courthouse-graphic__columns {
    max-width: 290px;
    gap: 14px;
    padding: 18px 24px;
  }

  .courthouse-graphic__columns span {
    height: 96px;
  }

  .courthouse-graphic__steps {
    max-width: 318px;
  }

  .trust-scrollspy-section {
    padding: 60px 0;
  }

  .trust-scrollspy-layout {
    grid-template-columns: 1fr;
  }

  .trust-spy {
    top: 58px;
    z-index: 5;
    overflow-x: auto;
    padding: 14px;
  }

  .trust-spy .nav {
    flex-direction: row !important;
    flex-wrap: nowrap;
    min-width: max-content;
  }

  .trust-spy span {
    display: none;
  }

  .trust-scroll-card {
    scroll-margin-top: 132px;
    min-height: 0;
    padding: 30px 24px;
  }

  .trust-scroll-card h2 {
    font-size: 26px;
  }

  .trust-scroll-card p {
    font-size: 16px;
  }

  .trust-tabs-section {
    padding: 60px 0 72px;
  }

  .trust-tabs-header {
    margin-bottom: 32px;
  }

  .trust-tabs-header h2 {
    font-size: 28px;
  }

  .trust-tabs-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .trust-tabs-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .trust-tabs-nav .nav-link {
    min-height: 44px;
    font-size: 14px;
  }

  .trust-tabs-panel {
    min-height: 0;
    padding: 26px 22px 30px;
    border-radius: 16px;
  }

  .trust-tabs-panel .tab-pane.active {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .trust-tabs-panel__visual {
    min-height: 170px;
  }

  .trust-tabs-panel__icon i {
    font-size: 52px;
  }

  .trust-tabs-panel__icon {
    width: 96px;
    height: 96px;
  }

  .trust-tabs-panel ul {
    font-size: 14px;
  }

  .trust-proof-section {
    padding: 64px 0;
  }

  .trust-proof-layout {
    grid-template-columns: 1fr;
  }

  .trust-proof-document {
    min-height: 420px;
    padding: 34px 26px;
  }

  .trust-proof-document__top {
    margin-bottom: 36px;
  }

  .trust-proof-document__stamp {
    right: 24px;
    bottom: 28px;
    width: 112px;
    height: 112px;
    font-size: 15px;
  }

  .trust-proof-grid {
    grid-template-columns: 1fr;
  }

  .trust-proof-card {
    min-height: 0;
  }

  .laurel-section {
    padding: 64px 0;
  }

  .laurel-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .laurel-wreath {
    min-height: 340px;
  }

  .laurel-center {
    width: min(82%, 330px);
    padding: 36px 24px;
  }

  .laurel-branch {
    width: 92px;
  }

  .laurel-branch--left {
    left: 0;
  }

  .laurel-branch--right {
    right: 0;
  }

  .laurel-branch span {
    left: 34px;
    width: 38px;
    height: 18px;
  }

  .laurel-branch span:nth-child(1) { top: 28px; }
  .laurel-branch span:nth-child(2) { top: 78px; }
  .laurel-branch span:nth-child(3) { top: 128px; }
  .laurel-branch span:nth-child(4) { top: 178px; }
  .laurel-branch span:nth-child(5) { top: 228px; }
  .laurel-branch span:nth-child(6) { top: 278px; }

  .laurel-points div {
    min-height: 76px;
  }

  .faq-section {
    padding: 64px 0;
  }

  .faq-section__header {
    margin-bottom: 34px;
  }

  .faq-section__header h2 {
    font-size: 30px;
  }

  .faq-accordion .accordion-button {
    padding: 20px 18px;
    font-size: 16px;
  }

  .faq-accordion .accordion-body {
    padding: 0 18px 22px;
    font-size: 15px;
  }

  .testimonial-hero {
    padding: 64px 0 74px;
  }

  .testimonial-hero h1 {
    font-size: 33px;
  }

  .testimonial-showcase {
    padding: 64px 0;
  }

  .testimonial-feature {
    grid-template-columns: 1fr;
  }

  .testimonial-feature__quote {
    padding: 34px 26px;
  }

  .testimonial-feature__quote p {
    font-size: 19px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    min-height: 0;
  }

  .client-journey-wall {
    padding: 64px 0;
  }

  .client-journey-wall__header {
    margin-bottom: 34px;
  }

  .client-journey-wall__header h2 {
    font-size: 30px;
  }

  .journey-wall-grid {
    grid-template-columns: 1fr;
  }

  .journey-wall-card {
    min-height: 240px;
  }
}

@media (max-width: 767.98px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  main,
  section,
  .container,
  .container-fluid {
    max-width: 100%;
  }

  img,
  video,
  iframe,
  canvas,
  svg {
    max-width: 100%;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  a,
  span,
  strong,
  small {
    overflow-wrap: break-word;
  }

  [class$="-grid"],
  [class$="-layout"],
  [class$="-columns"],
  [class$="-board"],
  [class$="-steps"],
  [class$="-flow"],
  [class$="-track"],
  [class$="-lanes"],
  [class$="-strip"],
  [class$="-list"] {
    min-width: 0;
    max-width: 100%;
    grid-template-columns: 1fr !important;
  }

  .quick-links__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .site-footer__grid,
  .documentation-trust__grid,
  .documentation-stats__grid,
  .documentation-testimonials__grid,
  .documentation-packages__grid,
  .dispute-stats__grid,
  .dispute-testimonials__grid,
  .medical-case-types-grid,
  .medical-choose-board,
  .life-care-specialty-grid,
  .life-care-support-grid,
  .mass-tort-benefits-grid,
  .mass-tort-workflow-grid,
  .mass-tort-cases-grid,
  .narrative-why-orbit,
  .demand-practice-grid,
  .special-timeline-board,
  .trust-proof-grid {
    grid-template-columns: 1fr !important;
  }

  .documentation-process__steps,
  .dispute-process__board,
  .demand-workflow-track,
  .life-care-draft-flow,
  .narrative-workflow-steps {
    grid-template-columns: 1fr !important;
  }

  .documentation-vault,
  .dispute-types__grid,
  .cyber-service-grid,
  .cyber-trust__points,
  .criminal-process-grid,
  .civil-services-grid,
  .property-trust-board,
  .corporate-choose-board,
  .team-flip-grid,
  .testimonial-grid,
  .journey-wall-grid {
    grid-template-columns: 1fr !important;
  }

  [class*="__actions"],
  [class$="-actions"],
  [class$="-strip"] {
    flex-wrap: wrap;
  }

  [class*="-hero"] {
    background-attachment: scroll !important;
  }
}

@media (max-width: 575.98px) {
  .practice-area-grid,
  .practice-area-grid--three {
    grid-template-columns: 1fr;
  }

  .practice-area-heading {
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  .article-template-page > .quick-links {
    display: none;
  }

  .article-template-page .article-detail-page {
    padding-top: 106px;
  }

  .corporate-law-page .corporate-lifecycle {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 0;
  }

  .corporate-law-page .corporate-lifecycle::before,
  .corporate-law-page .corporate-lifecycle::after {
    display: none;
  }

  .corporate-law-page .corporate-lifecycle__center,
  .corporate-law-page .corporate-lifecycle__node,
  .corporate-law-page .corporate-lifecycle__node--one,
  .corporate-law-page .corporate-lifecycle__node--two,
  .corporate-law-page .corporate-lifecycle__node--three,
  .corporate-law-page .corporate-lifecycle__node--four,
  .corporate-law-page .corporate-lifecycle__node--five {
    position: static;
    inset: auto;
    width: 100%;
    min-height: 0;
    transform: none;
  }

  .corporate-law-page .corporate-lifecycle__center {
    display: grid;
    justify-items: start;
    gap: 8px;
    padding: 20px;
    border-radius: 16px;
    text-align: left;
  }

  .corporate-law-page .corporate-lifecycle__center i {
    font-size: 30px;
  }

  .corporate-law-page .corporate-lifecycle__center strong {
    font-size: 18px;
    line-height: 1.25;
  }

  .corporate-law-page .corporate-lifecycle__center span {
    font-size: 13px;
  }

  .corporate-law-page .corporate-lifecycle__node {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 12px;
    align-items: center;
    padding: 16px;
    border: 1px solid rgba(26, 39, 68, 0.1);
    border-radius: 16px;
    background: var(--white);
    box-shadow: 0 12px 24px rgba(26, 39, 68, 0.08);
  }

  .corporate-law-page .corporate-lifecycle__node span {
    grid-row: span 2;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 14px;
    background: var(--navy);
    color: var(--white);
    font-size: 12px;
    letter-spacing: 0;
  }

  .corporate-law-page .corporate-lifecycle__node strong {
    margin: 0;
    font-size: 17px;
    line-height: 1.2;
  }

  .corporate-law-page .corporate-lifecycle__node small {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.45;
  }

  .corporate-law-page .corporate-services-heading {
    max-width: 100%;
    margin-bottom: 22px;
    text-align: left;
  }

  .corporate-law-page .corporate-services-heading h2 {
    font-size: 28px;
    line-height: 1.18;
  }

  .corporate-law-page .corporate-services-heading p {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.65;
  }

  .corporate-law-page .corporate-control-room {
    display: grid;
    width: 100%;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr);
    border-radius: 16px;
  }

  .corporate-law-page .corporate-control-room__menu {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: visible;
  }

  .corporate-law-page .corporate-control-room__menu button {
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 54px;
    gap: 8px;
    padding: 9px 10px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .corporate-law-page .corporate-control-room__menu button span {
    flex: 0 0 auto;
    font-size: 11px;
  }

  .corporate-law-page .corporate-control-room__panel {
    width: 100%;
    min-height: 0;
    padding: 22px 18px;
  }

  .corporate-law-page .corporate-control-room__panel .tab-pane i {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    font-size: 24px;
  }

  .corporate-law-page .corporate-control-room__panel h3 {
    font-size: 23px;
    line-height: 1.22;
  }

  .corporate-law-page .corporate-control-room__panel p {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.65;
  }

  .corporate-law-page .corporate-control-room__panel ul {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .corporate-law-page .corporate-control-room__panel li {
    padding: 12px 12px 12px 34px;
    font-size: 13px;
    line-height: 1.45;
  }
}

/* Our Team photo cards */
.team-flip-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.team-flip-card,
.team-flip-card__inner,
.team-flip-card__front,
.team-flip-card__back {
  height: 520px;
  min-height: 520px;
}

.team-flip-card__front {
  position: relative;
  overflow: hidden;
  justify-content: flex-end;
  padding: 0;
  background: #e9eef5;
}

.team-flip-card__front::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 18, 32, 0.08) 20%, rgba(10, 18, 32, 0.82) 100%);
}

.team-flip-card__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: transform 0.45s ease;
}

.team-flip-card:hover .team-flip-card__photo,
.team-flip-card:focus .team-flip-card__photo {
  transform: scale(1.04);
}

.team-flip-card__front h3,
.team-flip-card__front p {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-right: 28px;
  padding-left: 28px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.team-flip-card__front h3 {
  font-weight: 600;
}

.team-flip-card__front p {
  margin: 10px 0 30px;
  color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 767px) {
  .team-flip-grid {
    grid-template-columns: 1fr;
  }

  .team-flip-card,
  .team-flip-card__inner,
  .team-flip-card__front,
  .team-flip-card__back {
    height: 460px;
    min-height: 460px;
  }
}
