.recommended-page {
  background: var(--ivory);
}

.rec-hero {
  position: relative;
  overflow: clip;
  background: var(--navy-950);
  color: var(--paper);
}

.rec-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 23, 45, 0.99) 0%, rgba(8, 23, 45, 0.93) 43%, rgba(8, 23, 45, 0.3) 75%, rgba(8, 23, 45, 0.15) 100%),
    url("../img/joe-client-consultation.jpg") center / cover no-repeat;
}

.rec-hero::after {
  content: "";
  position: absolute;
  right: -20vw;
  bottom: -48vw;
  width: 70vw;
  height: 70vw;
  border: 1px solid rgba(201, 165, 87, 0.28);
  border-radius: 50%;
}

.rec-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(370px, 0.88fr);
  gap: 64px;
  align-items: center;
  padding-block: 70px 82px;
}

.rec-hero__copy {
  max-width: 680px;
}

.rec-hero .eyebrow {
  color: var(--gold-300);
}

.rec-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.25rem, 6.8vw, 6.35rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.rec-hero h1 em {
  display: block;
  color: var(--gold-300);
  font-weight: 500;
}

.rec-hero__lead {
  max-width: 620px;
  margin: 25px 0 0;
  color: #dbe4ed;
  font-size: 1.09rem;
}

.rec-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.rec-benefits li {
  position: relative;
  padding-left: 22px;
  color: #f0f4f7;
  font-size: 0.86rem;
  font-weight: 800;
}

.rec-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold-300);
}

.rec-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.rec-hero__form {
  align-self: center;
}

.rec-hero .form-card {
  background: rgba(255, 255, 255, 0.985);
}

.no-fee-band {
  background: var(--gold-500);
  color: var(--navy-950);
}

.no-fee-band .container {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}

.no-fee-band strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
}

.no-fee-band span {
  color: #3d3a31;
  font-size: 0.92rem;
  font-weight: 750;
}

.burden-section {
  background: var(--ivory);
}

.burden-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 80px;
  align-items: start;
}

.burden-steps {
  counter-reset: step;
  display: grid;
  gap: 16px;
}

.burden-step {
  counter-increment: step;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}

.burden-step::before {
  content: "0" counter(step);
  color: var(--gold-500);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  line-height: 1;
}

.burden-step h3 {
  margin: 0 0 7px;
  color: var(--navy-950);
  font-size: 1.02rem;
}

.burden-step p {
  margin: 0;
  color: var(--slate);
  font-size: 0.9rem;
}

.case-results {
  background: var(--paper);
}

.result-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 70px;
  align-items: center;
}

.result-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.result-card {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  border-radius: var(--radius-md);
  background: var(--navy-950);
  color: var(--paper);
}

.result-card:nth-child(2),
.result-card:nth-child(3) {
  background: var(--blue-700);
}

.result-card strong {
  color: var(--gold-300);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.result-card span {
  margin-top: 10px;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.result-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.practice-section {
  background: var(--navy-950);
  color: var(--paper);
}

.practice-section .section-title {
  color: var(--paper);
}

.practice-section .section-copy {
  color: #c5d1de;
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.practice-card {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.055);
}

.practice-number {
  color: var(--gold-300);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.practice-card h3 {
  margin: 30px 0 0;
  font-size: 1rem;
  line-height: 1.25;
}

.attorneys-section,
.faq-section {
  background: var(--ivory);
}

.final-cta {
  position: relative;
  overflow: hidden;
  background: var(--blue-700);
  color: var(--paper);
}

.final-cta::after {
  content: "GT";
  position: absolute;
  right: -0.02em;
  bottom: -0.34em;
  color: rgba(255, 255, 255, 0.06);
  font-family: Georgia, "Times New Roman", serif;
  font-size: min(38vw, 460px);
  line-height: 1;
  pointer-events: none;
}

.final-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
}

.final-cta h2 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 5vw, 4.4rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.final-cta p {
  margin: 18px 0 0;
  color: #e5edf5;
}

.final-cta__buttons {
  display: grid;
  gap: 12px;
  min-width: 260px;
}

@media (max-width: 1040px) {
  .rec-hero__inner {
    grid-template-columns: 1fr 410px;
    gap: 34px;
  }

  .rec-hero h1 {
    font-size: clamp(3.3rem, 7vw, 5.2rem);
  }

  .burden-layout,
  .result-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .practice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .rec-hero::before {
    background:
      linear-gradient(180deg, rgba(8, 23, 45, 0.9) 0%, rgba(8, 23, 45, 0.97) 36%, var(--navy-950) 61%),
      url("../img/joe-client-consultation.jpg") 60% top / auto 430px no-repeat;
  }

  .rec-hero__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 300px;
  }

  .rec-hero__copy {
    max-width: none;
  }

  .rec-hero h1 {
    font-size: clamp(3rem, 12vw, 5rem);
  }

  .rec-hero__form {
    max-width: 620px;
  }

  .final-cta__inner {
    grid-template-columns: 1fr;
  }

  .final-cta__buttons {
    grid-template-columns: 1fr 1fr;
    min-width: 0;
  }
}

@media (max-width: 600px) {
  .rec-hero__inner {
    min-height: auto;
    padding-top: 260px;
    padding-bottom: 54px;
  }

  .rec-hero::before {
    background:
      linear-gradient(180deg, rgba(8, 23, 45, 0.72) 0%, rgba(8, 23, 45, 0.96) 30%, var(--navy-950) 49%),
      url("../img/joe-client-consultation.jpg") 66% top / auto 320px no-repeat;
  }

  .rec-hero h1 {
    font-size: clamp(2.75rem, 14vw, 4.15rem);
  }

  .rec-hero__actions .button {
    width: 100%;
  }

  .no-fee-band .container {
    min-height: 96px;
    flex-direction: column;
    gap: 2px;
    padding-block: 15px;
  }

  .burden-step {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 19px;
  }

  .result-stack,
  .practice-grid,
  .final-cta__buttons {
    grid-template-columns: 1fr;
  }

  .result-card {
    min-height: 148px;
  }
}
