.elementor-1200857 .elementor-element.elementor-element-db89784{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1200857 .elementor-element.elementor-element-db89784:not(.elementor-motion-effects-element-type-background), .elementor-1200857 .elementor-element.elementor-element-db89784 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EDE5DD;}.elementor-1200857 .elementor-element.elementor-element-9c1cc62 > .elementor-widget-container{background-color:#F0EBE0;}/* Start custom CSS for container, class: .elementor-element-db89784 */:root {
    --charcoal:   #1d1816;             /* warm charcoal — not pure black */
    --charcoal-2: #2a241f;
    --ink:        #2f2925;
    --ink-soft:   #4d433d;
    --ink-mute:   #756d65;
    --cream:      #f5ede0;             /* warm comforting cream */
    --cream-2:    #ebe1cd;
    --cream-3:    #ddd0b6;
    --linen:      #cdbf9d;
    --sienna:     #b85535;             /* warm terracotta — primary accent */
    --sienna-2:   #8e3e23;
    --sienna-3:   #d97a55;
    --gold:       #b08838;             /* warm gold for trust marks */
    --signal:     #7a1f0f;             /* deep alert maroon */
    --rule:       rgba(29,24,22,0.18);
    --rule-soft:  rgba(29,24,22,0.10);
    --rule-dark:  rgba(245,237,224,0.16);
    --serif:      'Cormorant Garamond', 'Garamond', 'Times New Roman', serif;
    --sans:       'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --mono:       'JetBrains Mono', ui-monospace, 'SF Mono', monospace;
  }
  /* ====================== HERO ====================== */
  .hero {
    position: relative;
    background: var(--cream);
    padding: 90px 32px 80px;
    overflow: hidden;
    border-bottom: 1px solid var(--rule);
  }
  /* Warm radial behind right side */
  .hero::before {
    content: '';
    position: absolute;
    top: -100px; right: -200px;
    width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(184,85,53,0.10) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
  }
  .hero::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 240px; height: 4px;
    background: var(--sienna);
  }

  .hero-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 80px;
    align-items: end;
    position: relative;
    z-index: 2;
  }

  .matter-line {
    display: flex;
    align-items: center;
    gap: 18px;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--ink-mute);
    margin-bottom: 36px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--rule-soft);
    width: 100%;
    max-width: 720px;
    flex-wrap: wrap;
  }
  .matter-line .marker { color: var(--sienna); font-weight: 600; }
  .matter-line .sep { opacity: 0.4; }

  /* Contingency fee promise pill */
  .fee-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--charcoal);
    color: var(--cream);
    padding: 8px 16px 8px 12px;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 28px;
    font-weight: 600;
    border-left: 4px solid var(--gold);
  }
  .fee-pill .check {
    color: var(--gold);
    font-family: var(--serif);
    font-style: italic;
    font-size: 16px;
    font-weight: 600;
  }

  h1.display {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(48px, 6.6vw, 96px);
    line-height: 0.98;
    letter-spacing: -0.025em;
    color: var(--charcoal);
    margin-bottom: 32px;
  }
  h1.display em {
    font-style: italic;
    font-weight: 500;
    color: var(--sienna);
  }

  .hero-lede {
    font-family: var(--serif);
    font-size: clamp(18px, 1.55vw, 22px);
    line-height: 1.55;
    color: var(--ink-soft);
    max-width: 60ch;
    margin-bottom: 36px;
  }
  .hero-lede strong { font-weight: 600; color: var(--charcoal); }

  .hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-bottom: 32px;
  }
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 30px;
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: all .25s ease;
    cursor: pointer;
    border: none;
  }
  .btn-primary {
    background: var(--sienna);
    color: var(--cream);
  }
  .btn-primary:hover { background: var(--sienna-2); }
  .btn-ghost {
    background: transparent;
    color: var(--charcoal);
    border: 1px solid var(--charcoal);
  }
  .btn-ghost:hover { background: var(--charcoal); color: var(--cream); }
  .btn-arrow { font-family: var(--serif); font-size: 18px; line-height: 1; font-style: italic; font-weight: 500; }
  .hero-meta {
    font-size: 13px;
    color: var(--ink-mute);
    line-height: 1.7;
  }

  /* Hero side: Trust card with promise + checks */
  .trust-card {
    background: var(--charcoal);
    color: var(--cream);
    border: 1px solid var(--charcoal);
    box-shadow: 8px 10px 0 var(--sienna);
    position: relative;
  }
  .trust-head {
    padding: 24px 28px 16px;
    border-bottom: 1px solid var(--rule-dark);
  }
  .trust-tag {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 10px;
    font-weight: 700;
  }
  .trust-promise {
    font-family: var(--serif);
    font-size: 28px;
    line-height: 1.1;
    color: var(--cream);
    font-weight: 500;
    letter-spacing: -0.01em;
  }
  .trust-promise em { font-style: italic; color: var(--sienna-3); }
  .trust-list {
    padding: 22px 28px 22px;
    list-style: none;
  }
  .trust-list li {
    padding: 10px 0 10px 32px;
    position: relative;
    font-size: 13.5px;
    color: var(--cream-2);
    line-height: 1.5;
    border-bottom: 1px solid var(--rule-dark);
  }
  .trust-list li:last-child { border-bottom: none; }
  .trust-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 9px;
    width: 22px; height: 22px;
    background: var(--gold);
    color: var(--charcoal);
    text-align: center;
    line-height: 22px;
    font-weight: 700;
    font-size: 13px;
    font-family: var(--sans);
  }
  .trust-list li strong { color: var(--cream); font-weight: 600; }
  .trust-foot {
    padding: 18px 28px 22px;
    border-top: 1px solid var(--rule-dark);
    background: rgba(0,0,0,0.15);
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
    text-align: center;
  }

  /* ====================== ALERT — VA/MD/DC contributory negligence ====================== */
  .alert {
    background: var(--charcoal);
    color: var(--cream);
    border-top: 1px solid var(--charcoal);
    border-bottom: 1px solid var(--charcoal);
    padding: 0;
  }
  .alert-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 36px 32px;
    display: grid;
    grid-template-columns: 100px 1fr auto;
    gap: 28px;
    align-items: center;
  }
  .alert-glyph {
    width: 80px; height: 80px;
    background: var(--signal);
    color: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--serif);
    font-style: italic;
    font-size: 56px;
    line-height: 1;
    font-weight: 500;
    flex-shrink: 0;
  }
  .alert-text {
    font-family: var(--serif);
    font-size: clamp(18px, 1.6vw, 22px);
    line-height: 1.5;
    color: var(--cream);
  }
  .alert-text strong { color: var(--sienna-3); font-weight: 600; }
  .alert-text em { font-style: italic; color: var(--gold); }
  .alert-tag {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 700;
    text-align: right;
    line-height: 1.6;
  }

  /* ====================== SECTIONS ====================== */
  section { position: relative; z-index: 2; }
  .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 110px 32px;
  }
  .section-head {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 60px;
    margin-bottom: 70px;
    align-items: start;
    border-top: 1px solid var(--rule);
    padding-top: 36px;
    position: relative;
  }
  .section-head::before {
    content: '';
    position: absolute;
    top: -2px; left: 0;
    width: 80px; height: 4px;
    background: var(--sienna);
  }
  .section-marker {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--ink-mute);
  }
  .section-marker strong { color: var(--sienna); font-weight: 600; }
  h2 {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(36px, 4.6vw, 64px);
    line-height: 1.02;
    letter-spacing: -0.02em;
    max-width: 22ch;
    color: var(--charcoal);
  }
  h2 em { font-style: italic; color: var(--sienna); font-weight: 500; }

  /* ====================== CASE TYPES ====================== */
  .cases-intro {
    margin-bottom: 40px;
    font-family: var(--serif);
    font-size: 19px;
    line-height: 1.55;
    color: var(--ink-soft);
    max-width: 64ch;
  }
  .cases {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 2px solid var(--charcoal);
    border-left: 1px solid var(--rule-soft);
  }
  .case {
    border-right: 1px solid var(--rule-soft);
    border-bottom: 1px solid var(--rule-soft);
    padding: 36px 32px 32px;
    background: var(--cream);
    transition: background .3s ease;
    position: relative;
    overflow: hidden;
  }
  .case::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--sienna);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
  }
  .case:hover { background: var(--cream-2); }
  .case:hover::after { transform: scaleX(1); }
  .case-tag {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sienna);
    margin-bottom: 14px;
    font-weight: 700;
  }
  .case h3 {
    font-family: var(--serif);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.05;
    margin-bottom: 14px;
    letter-spacing: -0.01em;
  }
  .case h3 em { font-style: italic; color: var(--sienna); }
  .case p {
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--ink-soft);
    margin-bottom: 18px;
  }
  .case ul {
    list-style: none;
    border-top: 1px solid var(--rule-soft);
    padding-top: 14px;
  }
  .case ul li {
    font-size: 12.5px;
    color: var(--ink-mute);
    padding: 4px 0 4px 18px;
    position: relative;
    line-height: 1.55;
  }
  .case ul li::before {
    content: '◆';
    position: absolute;
    left: 0;
    color: var(--sienna);
    font-size: 8px;
    top: 7px;
  }

  /* ====================== HOW WE GET PAID ====================== */
  .how-paid {
    background: var(--charcoal);
    color: var(--cream);
    padding: 110px 32px;
    border-top: 4px solid var(--sienna);
    border-bottom: 4px solid var(--sienna);
    position: relative;
    overflow: hidden;
  }
  .how-paid::before {
    content: '$0';
    position: absolute;
    bottom: -120px; right: -40px;
    font-family: var(--serif);
    font-style: italic;
    font-size: 540px;
    color: rgba(245,237,224,0.025);
    line-height: 0.7;
    pointer-events: none;
    letter-spacing: -0.04em;
    font-weight: 500;
  }
  .how-paid-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 80px;
    position: relative;
    z-index: 2;
    align-items: start;
  }
  .how-paid .eyebrow {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
  }
  .how-paid .eyebrow::before {
    content: '';
    width: 36px; height: 1px;
    background: var(--gold);
  }
  .how-paid h2 { color: var(--cream); margin-bottom: 0; }
  .how-paid h2 em { color: var(--gold); }
  .how-paid > div:first-child > p {
    margin-top: 28px;
    font-family: var(--serif);
    font-size: 19px;
    line-height: 1.6;
    color: var(--cream-2);
    max-width: 38ch;
  }
  .promise-grid {
    display: grid;
    gap: 0;
    border-top: 1px solid var(--rule-dark);
  }
  .promise {
    padding: 28px 0;
    border-bottom: 1px solid var(--rule-dark);
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 28px;
    align-items: baseline;
  }
  .promise-num {
    font-family: var(--serif);
    font-style: italic;
    font-size: 38px;
    color: var(--gold);
    line-height: 0.9;
    font-weight: 500;
  }
  .promise h4 {
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 500;
    color: var(--cream);
    margin-bottom: 8px;
    line-height: 1.2;
  }
  .promise p {
    font-size: 15px;
    color: var(--cream-2);
    line-height: 1.55;
    font-family: var(--serif);
  }
  .promise p strong { color: var(--cream); font-weight: 600; }

  /* ====================== JURISDICTIONS ====================== */
  .jx-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid var(--charcoal);
    border-bottom: 2px solid var(--charcoal);
    background: var(--cream);
  }
  .jx-table thead {
    background: var(--charcoal);
    color: var(--cream);
  }
  .jx-table thead th {
    padding: 18px 22px;
    text-align: left;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--cream);
    border-right: 1px solid var(--rule-dark);
  }
  .jx-table thead th:last-child { border-right: none; }
  .jx-table tbody tr {
    border-bottom: 1px solid var(--rule-soft);
    transition: background .2s;
  }
  .jx-table tbody tr:last-child { border-bottom: none; }
  .jx-table tbody tr:hover { background: var(--cream-2); }
  .jx-table tbody td {
    padding: 22px 22px;
    vertical-align: top;
    border-right: 1px solid var(--rule-soft);
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--ink-soft);
  }
  .jx-table tbody td:last-child { border-right: none; }
  .jx-state {
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 500;
    color: var(--charcoal);
    line-height: 1.1;
  }
  .jx-state .tag {
    display: block;
    font-family: var(--mono);
    font-size: 11px;
    color: var(--sienna);
    letter-spacing: 0.15em;
    margin-top: 4px;
    font-weight: 600;
  }
  .jx-rule {
    font-family: var(--mono);
    font-size: 11px;
    line-height: 1.6;
    font-weight: 600;
  }
  .jx-rule.danger {
    color: var(--signal);
  }
  .jx-rule.danger::before {
    content: '⚠';
    margin-right: 4px;
    font-size: 13px;
  }
  .jx-rule.ok {
    color: var(--sienna-2);
  }
  .jx-clock {
    font-family: var(--serif);
    font-size: 28px;
    color: var(--charcoal);
    line-height: 1;
    font-weight: 500;
  }
  .jx-clock em {
    display: block;
    font-style: normal;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ink-mute);
    margin-top: 6px;
    font-weight: 600;
  }
  .jx-detail {
    font-size: 13px;
    color: var(--ink-soft);
    line-height: 1.55;
  }
  .jx-detail strong { color: var(--charcoal); font-weight: 600; }

  /* ====================== TIMELINE / FIRST 72 HOURS ====================== */
  .timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    position: relative;
  }
  .timeline::before {
    content: '';
    position: absolute;
    top: 26px; left: 0; right: 0;
    height: 2px;
    background: var(--rule-soft);
  }
  .step {
    position: relative;
    padding-top: 60px;
  }
  .step .dot {
    position: absolute;
    top: 18px; left: 0;
    width: 18px; height: 18px;
    background: var(--cream);
    border: 3px solid var(--charcoal);
    border-radius: 50%;
    transition: background .3s, border-color .3s, transform .3s;
  }
  .step:hover .dot { background: var(--sienna); border-color: var(--sienna); transform: scale(1.15); }
  .step-num {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.25em;
    color: var(--sienna);
    margin-bottom: 10px;
    font-weight: 700;
  }
  .step h4 {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 1.2;
  }
  .step p {
    font-size: 13px;
    color: var(--ink-mute);
    line-height: 1.6;
  }

  /* ====================== STATS ====================== */
  .stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 2px solid var(--charcoal);
    border-left: 1px solid var(--rule-soft);
  }
  .stat {
    border-right: 1px solid var(--rule-soft);
    border-bottom: 1px solid var(--rule-soft);
    padding: 36px 28px;
    background: var(--cream);
  }
  .stat-label {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--ink-mute);
    margin-bottom: 18px;
    font-weight: 600;
  }
  .stat-num {
    font-family: var(--serif);
    font-size: 64px;
    line-height: 1;
    color: var(--charcoal);
    margin-bottom: 14px;
    letter-spacing: -0.02em;
    font-weight: 500;
  }
  .stat-num em { font-style: italic; color: var(--sienna); font-weight: 500; }
  .stat-desc {
    font-size: 12px;
    color: var(--ink-mute);
    line-height: 1.5;
  }

  /* ====================== FAQ ====================== */
  .faq-grid { border-top: 1px solid var(--rule); }
  .faq-item {
    border-bottom: 1px solid var(--rule-soft);
    padding: 28px 0;
    cursor: pointer;
  }
  .faq-q {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 32px;
  }
  .faq-q h4 {
    font-family: var(--serif);
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 500;
    line-height: 1.25;
    color: var(--charcoal);
    flex: 1;
  }
  .faq-toggle {
    font-family: var(--serif);
    font-size: 32px;
    color: var(--sienna);
    line-height: 1;
    transition: transform .3s ease;
    flex-shrink: 0;
  }
  .faq-item.open .faq-toggle { transform: rotate(45deg); }
  .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease, padding-top .3s ease;
    font-family: var(--serif);
    font-size: 17px;
    line-height: 1.6;
    color: var(--ink-soft);
    max-width: 80ch;
  }
  .faq-item.open .faq-a {
    max-height: 800px;
    padding-top: 18px;
  }
  .faq-a p { margin-bottom: 12px; }

  /* ====================== CTA / FORM ====================== */
  .cta-section {
    background: var(--sienna);
    color: var(--cream);
    padding: 110px 32px;
    border-top: 4px solid var(--charcoal);
    position: relative;
    overflow: hidden;
  }
  .cta-section::before {
    content: 'CALL NOW';
    position: absolute;
    bottom: -100px; left: -30px;
    font-family: var(--serif);
    font-style: italic;
    font-size: 280px;
    color: rgba(245,237,224,0.06);
    line-height: 0.7;
    pointer-events: none;
    letter-spacing: -0.03em;
    font-weight: 500;
  }
  .cta-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: start;
    position: relative;
    z-index: 2;
  }
  .cta-text .eyebrow {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--cream);
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
    opacity: 0.85;
  }
  .cta-text .eyebrow::before {
    content: '';
    width: 36px; height: 1px;
    background: var(--cream);
  }
  .cta-text h2 { color: var(--cream); margin-bottom: 28px; }
  .cta-text h2 em { color: var(--gold); }
  .cta-text p {
    font-family: var(--serif);
    font-size: 19px;
    line-height: 1.55;
    color: var(--cream);
    margin-bottom: 28px;
    max-width: 50ch;
    opacity: 0.95;
  }
  .cta-call {
    display: block;
    font-family: var(--serif);
    font-size: 56px;
    font-weight: 500;
    color: var(--cream);
    margin-bottom: 8px;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .cta-call em { font-style: italic; color: var(--gold); font-weight: 500; }
  .cta-call-meta {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--cream);
    margin-bottom: 36px;
    font-weight: 600;
    opacity: 0.85;
  }
  .meta-block {
    border-top: 1px solid rgba(245,237,224,0.3);
    padding-top: 24px;
    font-size: 13px;
    color: var(--cream);
    line-height: 1.7;
    max-width: 44ch;
    opacity: 0.9;
  }
  .meta-block strong { color: var(--cream); font-weight: 500; opacity: 1; }
  .meta-block em { color: var(--gold); font-style: italic; }

  .form-card {
    background: var(--cream);
    color: var(--charcoal);
    border: 1px solid var(--cream);
    box-shadow: 10px 12px 0 var(--charcoal);
    overflow: hidden;
  }
  .form-card-head {
    background: var(--charcoal);
    color: var(--cream);
    padding: 22px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .form-card-head .label {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--cream);
    font-weight: 700;
  }
  .form-card-head .stamp {
    font-family: var(--serif);
    font-style: italic;
    font-size: 14px;
    color: var(--gold);
  }
  .form-frame-wrap {
    position: relative;
    background: var(--cream);
    min-height: 720px;
  }
  .form-frame-wrap iframe {
    width: 100%;
    border: none;
    display: block;
    min-height: 840px;
    background: var(--cream);
  }
  .form-fallback {
    padding: 28px;
    text-align: center;
    font-size: 14px;
    color: var(--ink-mute);
  }
  .form-fallback a {
    color: var(--sienna);
    border-bottom: 1px solid var(--sienna);
  }
  /* ====================== ANIMATIONS ====================== */
  .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .9s ease, transform .9s ease;
  }
  .reveal.in { opacity: 1; transform: translateY(0); }

  /* ====================== RESPONSIVE ====================== */
  @media (max-width: 1100px) {
    .cases { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 1024px) {
    .hero { padding: 70px 32px 60px; }
    .hero-inner { grid-template-columns: 1fr; gap: 60px; }
    .alert-inner { grid-template-columns: 60px 1fr; gap: 20px; padding: 28px 24px; }
    .alert-glyph { width: 60px; height: 60px; font-size: 38px; }
    .alert-tag { grid-column: 1 / -1; text-align: left; }
    .timeline { grid-template-columns: repeat(2, 1fr); gap: 40px; }
    .timeline::before { display: none; }
    .stats-row { grid-template-columns: repeat(2, 1fr); }
    .how-paid-inner { grid-template-columns: 1fr; gap: 48px; }
    .promise { grid-template-columns: 50px 1fr; gap: 18px; }
    .cta-inner { grid-template-columns: 1fr; gap: 48px; }
    .footer-inner { grid-template-columns: repeat(2, 1fr); gap: 40px; }
    .section-head { grid-template-columns: 1fr; gap: 24px; }
    .jx-wrap { overflow-x: auto; }
    .jx-table { min-width: 920px; }
  }
  @media (max-width: 768px) {
    .topbar-inner { padding: 8px 20px; font-size: 10px; }
    .topbar .est { display: none; }
    .nav { padding: 16px 20px; gap: 14px; }
    .nav-links { display: none; }
    .nav-cta { padding: 9px 13px; font-size: 11px; }
    .hero { padding: 50px 20px 50px; }
    .container { padding: 80px 20px; }
    .cases { grid-template-columns: 1fr; }
    .stats-row { grid-template-columns: 1fr; }
    .timeline { grid-template-columns: 1fr; }
    .how-paid, .cta-section { padding: 70px 20px; }
    .promise { grid-template-columns: 1fr; gap: 6px; padding: 18px 0; }
    .footer-inner { grid-template-columns: 1fr; gap: 32px; padding-bottom: 32px; }
    footer.site { padding: 60px 20px 24px; }
    .cta-call { font-size: 38px; }
    .form-frame-wrap, .form-frame-wrap iframe { min-height: 820px; }
    h1.display { font-size: 44px; }
  }
  @media (max-width: 480px) {
    .nav-cta span { display: none; }
    .stat-num { font-size: 48px; }
  }
  .heading-design h2 {
    font-family: var(--serif)
'Cormorant Garamond', 'Garamond', 'Times New Roman', serif
;
    font-weight: 400;
    font-size: clamp(36px, 4.6vw, 64px);
    line-height: 1.02;
    letter-spacing: -0.02em;
    max-width: 22ch;
    color: var(--charcoal);
}
.cases h3, .timeline h4 {
    color: #000;
}
.page-id-1200857 #ez-toc-container
{
    display: none;
}/* End custom CSS */