/* Family law page styles */
  .tl-family-page {
    margin-top: -1.5rem;
  }

  .tl-family-hero {
    background:
      radial-gradient(circle at 12% 18%, rgba(195, 165, 23, 0.15), transparent 26%),
      radial-gradient(circle at 90% 10%, rgba(159, 74, 31, 0.14), transparent 24%),
      linear-gradient(135deg, #102448 0%, #0C1830 48%, #101818 100%);
    color: var(--tl-ivory);
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(246, 241, 231, 0.12);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  }

  .tl-family-hero-inner {
    padding: clamp(2rem, 5vw, 5rem);
    position: relative;
    z-index: 2;
  }

  .tl-kicker {
    color: var(--tl-gold);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 800;
  }

  .tl-family-hero h1 {
    font-family: 'Intan';
    font-size: clamp(2.35rem, 6vw, 5.35rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
    max-width: 980px;
    margin-bottom: 0;
  }

  .tl-family-hero p {
    max-width: 780px;
    color: rgba(246, 241, 231, 0.88);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
  }

  .tl-hero-card {
    background: rgba(246, 241, 231, 0.96);
    color: var(--tl-text-dark);
    border-radius: 1rem;
    padding: 1.35rem;
    border-left: 5px solid var(--tl-copper);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
  }

  .tl-hero-card strong {
    display: block;
    font-family: 'Intan';
    color: var(--tl-navy);
    font-size: 1.55rem;
    margin-bottom: 0.45rem;
  }

  .tl-hero-card p {
    color: var(--tl-text-muted);
    font-size: 1rem;
  }

  .tl-section {
    padding: clamp(3rem, 6vw, 5rem) 0;
  }

  .tl-section-title {
    font-family: 'Intan';
    color: var(--tl-text-dark);
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1;
    letter-spacing: -0.04em;
  }

  .tl-section-copy {
    color: var(--tl-text-muted);
    font-size: 1.06rem;
  }

  .tl-feature-panel {
    background: var(--tl-ivory);
    border-radius: 1.25rem;
    padding: clamp(2rem, 5vw, 4rem);
    border: 1px solid rgba(16, 36, 72, 0.08);
    box-shadow: 0 18px 45px rgba(16, 36, 72, 0.08);
  }

  .tl-feature-panel h2 {
    font-family: 'Intan';
    color: var(--tl-text-dark);
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1;
    letter-spacing: -0.04em;
  }

  .tl-feature-panel p {
    color: var(--tl-text-muted);
    font-size: 1.07rem;
  }

  .tl-light-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    display: grid;
    gap: 0.8rem;
  }

  .tl-light-list li {
    display: flex;
    gap: 0.75rem;
    color: var(--tl-text-dark);
  }

  .tl-light-list i {
    color: var(--tl-copper);
    margin-top: 0.25rem;
  }

  .tl-card {
    height: 100%;
    background: var(--tl-white);
    border: 1px solid rgba(16, 36, 72, 0.08);
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 12px 30px rgba(16, 36, 72, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .tl-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(16, 36, 72, 0.11);
  }

  .tl-icon {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(159, 74, 31, 0.1);
    color: var(--tl-copper);
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }

  .tl-card h3 {
    font-family: 'Intan';
    color: var(--tl-navy);
    font-size: 1.55rem;
    margin-bottom: 0.65rem;
  }

  .tl-card p {
    color: var(--tl-text-muted);
    margin-bottom: 0;
  }

  .tl-dark-panel {
    background:
      linear-gradient(135deg, rgba(16, 36, 72, 0.96), rgba(8, 11, 11, 0.98));
    color: var(--tl-ivory);
    border-radius: 1.25rem;
    padding: clamp(2rem, 5vw, 4rem);
    border: 1px solid rgba(246, 241, 231, 0.14);
  }

  .tl-dark-panel h2 {
    font-family: 'Intan';
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1;
    letter-spacing: -0.04em;
  }

  .tl-dark-panel p {
    color: rgba(246, 241, 231, 0.82);
  }

  .tl-check-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
  }

  .tl-check-list li {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    color: rgba(246, 241, 231, 0.88);
  }

  .tl-check-list i {
    color: var(--tl-gold);
    margin-top: 0.25rem;
  }

  .tl-step {
    height: 100%;
    padding: 1.35rem;
    border-radius: 1rem;
    background: rgba(246, 241, 231, 0.08);
    border: 1px solid rgba(246, 241, 231, 0.12);
  }

  .tl-step-number {
    color: var(--tl-gold);
    font-family: 'Intan';
    font-size: 1.6rem;
    display: block;
    margin-bottom: 0.5rem;
  }

  .tl-step h3 {
    font-family: 'Intan';
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }

  .tl-step p {
    margin-bottom: 0;
    font-size: 0.96rem;
  }

  .tl-cta {
    background: var(--tl-ivory);
    border-radius: 1.25rem;
    padding: clamp(2rem, 5vw, 4rem);
    border-left: 6px solid var(--tl-copper);
  }

  .tl-cta h2 {
    font-family: 'Intan';
    color: var(--tl-text-dark);
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1;
    letter-spacing: -0.04em;
  }

  .tl-cta p {
    color: var(--tl-text-muted);
    max-width: 760px;
  }

  .tl-disclaimer {
    color: var(--tl-text-muted);
  }

  @media (max-width: 767.98px) {
    .tl-family-hero-inner {
      padding: 2rem 1.25rem;
    }

    .tl-feature-panel,
    .tl-dark-panel,
    .tl-cta {
      padding: 1.5rem;
    }
  }
