.elementor-1200792 .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-1200792 .elementor-element.elementor-element-db89784:not(.elementor-motion-effects-element-type-background), .elementor-1200792 .elementor-element.elementor-element-db89784 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EDE5DD;}.elementor-1200792 .elementor-element.elementor-element-9c1cc62 > .elementor-widget-container{background-color:#F0EBE0;}/* Start custom CSS for container, class: .elementor-element-db89784 */:root {
    --slate:      #1c2230;            /* deep slate-ink */
    --slate-2:    #262d3c;
    --slate-soft: #3d4555;
    --slate-mute: #6e7589;
    --paper:      #f4f0e6;            /* warm cream / drafting paper */
    --paper-2:    #ebe5d4;
    --paper-3:    #d9d2bd;
    --line:       #c8c0a8;            /* faint ledger line */
    --signature:  #1c4d8a;            /* fountain-pen signature blue */
    --signature-2:#143a6b;
    --redline:    #b03030;            /* redline / strike-out red */
    --gold:       #a8843a;            /* notarial seal gold */
    --rule:       rgba(28,34,48,0.18);
    --rule-soft:  rgba(28,34,48,0.10);
    --rule-dark:  rgba(244,240,230,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;
    padding: 100px 32px 80px;
    overflow: hidden;
    border-bottom: 1px solid var(--rule);
  }
  /* Drafting-table ledger lines */
  .hero::before {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    background-image: repeating-linear-gradient(
      to bottom,
      transparent 0px,
      transparent 39px,
      var(--line) 39px,
      var(--line) 40px
    );
    opacity: 0.18;
    pointer-events: none;
    z-index: 1;
  }
  /* Margin rule */
  .hero::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 80px;
    width: 1px;
    background: var(--redline);
    opacity: 0.25;
    z-index: 1;
  }
  .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(--slate-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(--signature); font-weight: 600; }
  .matter-line .sep { opacity: 0.4; }

  h1.display {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(48px, 6.4vw, 92px);
    line-height: 1;
    letter-spacing: -0.025em;
    color: var(--slate);
    margin-bottom: 36px;
  }
  h1.display em {
    font-style: italic;
    font-weight: 500;
    color: var(--signature);
  }
  /* Strikethrough redline effect */
  h1.display .redline {
    position: relative;
    display: inline-block;
    color: var(--slate-mute);
  }
  h1.display .redline::after {
    content: '';
    position: absolute;
    left: -2%; right: -2%;
    top: 52%;
    height: 3px;
    background: var(--redline);
    transform: rotate(-1.5deg);
  }
  h1.display .insert {
    color: var(--signature);
    border-bottom: 2px solid var(--signature);
    padding-bottom: 2px;
  }

  .hero-lede {
    font-family: var(--serif);
    font-size: clamp(18px, 1.55vw, 22px);
    line-height: 1.55;
    color: var(--slate-soft);
    max-width: 62ch;
    margin-bottom: 40px;
  }
  .hero-lede strong { font-weight: 600; color: var(--slate); }

  .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: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: all .25s ease;
    cursor: pointer;
    border: none;
  }
  .btn-primary {
    background: var(--signature);
    color: var(--paper);
  }
  .btn-primary:hover { background: var(--signature-2); }
  .btn-ghost {
    background: transparent;
    color: var(--slate);
    border: 1px solid var(--slate);
  }
  .btn-ghost:hover { background: var(--slate); color: var(--paper); }
  .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(--slate-mute); line-height: 1.7; }

  /* Hero side: Redline preview card */
  .redline-card {
    background: var(--paper);
    color: var(--slate);
    position: relative;
    border: 1px solid var(--slate);
    box-shadow: 8px 10px 0 var(--signature);
  }
  .redline-head {
    background: var(--slate);
    color: var(--paper);
    padding: 14px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    border-bottom: 3px solid var(--signature);
  }
  .redline-head .blue { color: #7eb1e8; font-weight: 600; }
  .redline-body {
    padding: 24px 26px 26px;
    font-family: var(--serif);
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--slate-soft);
  }
  .redline-body .clause-num {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--slate-mute);
    margin-bottom: 8px;
    font-weight: 600;
  }
  .redline-body p { margin-bottom: 12px; }
  .redline-body .strike {
    color: var(--redline);
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: var(--redline);
  }
  .redline-body .insert {
    color: var(--signature);
    background: rgba(28,77,138,0.08);
    padding: 1px 4px;
    font-style: italic;
  }
  .redline-body .comment {
    margin-top: 14px;
    padding: 10px 14px;
    background: var(--paper-2);
    border-left: 3px solid var(--signature);
    font-family: var(--sans);
    font-size: 12px;
    font-style: italic;
    color: var(--slate-soft);
    line-height: 1.5;
  }
  .redline-body .comment strong {
    font-style: normal;
    font-weight: 600;
    color: var(--signature);
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
  }
  .redline-stamp {
    position: absolute;
    top: 12px; right: -16px;
    transform: rotate(6deg);
    background: var(--gold);
    color: var(--slate);
    font-family: var(--mono);
    font-size: 9.5px;
    letter-spacing: 0.3em;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
  }

  /* ====================== 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;
  }
  .section-marker {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--slate-mute);
  }
  .section-marker strong { color: var(--signature); 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(--slate);
  }
  h2 em { font-style: italic; color: var(--signature); font-weight: 500; }

  /* ====================== LIFECYCLE — four phases ====================== */
  .lifecycle {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 2px solid var(--slate);
    border-left: 1px solid var(--rule-soft);
  }
  .phase {
    border-right: 1px solid var(--rule-soft);
    border-bottom: 1px solid var(--rule-soft);
    padding: 38px 30px 32px;
    background: var(--paper);
    transition: background .3s ease;
    position: relative;
  }
  .phase:hover { background: var(--paper-2); }
  .phase-stage {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--signature);
    margin-bottom: 8px;
    font-weight: 600;
  }
  .phase-tag {
    font-family: var(--serif);
    font-style: italic;
    font-size: 38px;
    color: var(--paper-3);
    margin-bottom: 24px;
    line-height: 1;
    font-weight: 500;
  }
  .phase:hover .phase-tag { color: var(--signature); }
  .phase h3 {
    font-family: var(--serif);
    font-size: 26px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 14px;
    letter-spacing: -0.01em;
  }
  .phase h3 em { font-style: italic; color: var(--signature); }
  .phase p {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--slate-soft);
    margin-bottom: 18px;
  }
  .phase-list {
    list-style: none;
    border-top: 1px solid var(--rule-soft);
    padding-top: 14px;
  }
  .phase-list li {
    font-size: 12.5px;
    color: var(--slate-mute);
    padding: 4px 0 4px 18px;
    position: relative;
    line-height: 1.55;
  }
  .phase-list li::before {
    content: '§';
    position: absolute;
    left: 0;
    color: var(--signature);
    font-family: var(--serif);
    font-style: italic;
    font-weight: 600;
  }

  /* ====================== UCC BLOCK ====================== */
  .ucc-block {
    background: var(--slate);
    color: var(--paper);
    padding: 110px 32px;
    position: relative;
    overflow: hidden;
    border-top: 4px solid var(--signature);
    border-bottom: 4px solid var(--signature);
  }
  .ucc-block::before {
    content: 'U.C.C.';
    position: absolute;
    bottom: -100px; right: -30px;
    font-family: var(--serif);
    font-style: italic;
    font-size: 480px;
    color: rgba(244,240,230,0.025);
    line-height: 0.7;
    pointer-events: none;
    letter-spacing: -0.03em;
    font-weight: 500;
  }
  .ucc-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;
  }
  .ucc-inner .eyebrow {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #7eb1e8;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
  }
  .ucc-inner .eyebrow::before {
    content: '';
    width: 36px; height: 1px;
    background: #7eb1e8;
  }
  .ucc-inner h2 { color: var(--paper); margin-bottom: 0; }
  .ucc-inner h2 em { color: #7eb1e8; }
  .ucc-inner > div:first-child > p {
    margin-top: 28px;
    font-family: var(--serif);
    font-size: 18px;
    line-height: 1.6;
    color: var(--paper-2);
    max-width: 38ch;
  }
  .ucc-sections {
    display: grid;
    gap: 0;
    border-top: 1px solid var(--rule-dark);
  }
  .ucc-section {
    padding: 24px 0;
    border-bottom: 1px solid var(--rule-dark);
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 28px;
    align-items: baseline;
  }
  .ucc-section .ref {
    font-family: var(--mono);
    font-size: 13px;
    color: #7eb1e8;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
  .ucc-section h4 {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 500;
    color: var(--paper);
    margin-bottom: 6px;
    line-height: 1.2;
  }
  .ucc-section p {
    font-size: 14px;
    color: var(--paper-2);
    line-height: 1.55;
    font-family: var(--serif);
  }

  /* ====================== NEGOTIATOR / Powers block ====================== */
  .negotiator {
    background: var(--paper-2);
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    padding: 110px 32px;
  }
  .negotiator-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 80px;
  }
  .negotiator p {
    font-family: var(--serif);
    font-size: 19px;
    line-height: 1.6;
    color: var(--slate-soft);
    margin-bottom: 24px;
  }
  .negotiator p strong { color: var(--slate); font-weight: 600; }
  .negotiator-quote {
    border-left: 2px solid var(--signature);
    padding: 4px 0 4px 28px;
    font-family: var(--serif);
    font-style: italic;
    font-size: 22px;
    line-height: 1.45;
    color: var(--slate);
    margin-top: 36px;
  }
  .negotiator-quote .attr {
    display: block;
    font-style: normal;
    font-family: var(--mono);
    font-size: 11px;
    color: var(--signature);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-top: 16px;
    font-weight: 600;
  }
  .credentials {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid var(--rule);
    border-left: 1px solid var(--rule);
  }
  .cred-cell {
    border-right: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    padding: 22px 22px;
    background: var(--paper);
  }
  .cred-label {
    font-family: var(--mono);
    font-size: 9.5px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--signature);
    margin-bottom: 8px;
    font-weight: 600;
  }
  .cred-value {
    font-family: var(--serif);
    font-size: 19px;
    color: var(--slate);
    line-height: 1.3;
  }

  /* ====================== REMEDIES — analytical grid ====================== */
  .remedies-intro {
    margin-bottom: 40px;
    font-family: var(--serif);
    font-size: 18px;
    line-height: 1.55;
    color: var(--slate-soft);
    max-width: 64ch;
  }
  .remedies {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 2px solid var(--slate);
    border-left: 1px solid var(--rule-soft);
  }
  .remedy {
    border-right: 1px solid var(--rule-soft);
    border-bottom: 1px solid var(--rule-soft);
    padding: 36px 32px;
    background: var(--paper);
    position: relative;
    overflow: hidden;
  }
  .remedy::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: var(--signature);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
  }
  .remedy:hover::after { transform: scaleX(1); }
  .remedy-glyph {
    font-family: var(--serif);
    font-style: italic;
    font-size: 56px;
    line-height: 0.9;
    color: var(--signature);
    margin-bottom: 16px;
    font-weight: 500;
  }
  .remedy h4 {
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.15;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
  }
  .remedy h4 em { font-style: italic; color: var(--signature); }
  .remedy p {
    font-size: 14px;
    color: var(--slate-soft);
    line-height: 1.6;
    margin-bottom: 14px;
  }
  .remedy .ref {
    font-family: var(--mono);
    font-size: 10.5px;
    color: var(--slate-mute);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-top: 1px solid var(--rule-soft);
    padding-top: 12px;
    font-weight: 600;
  }
  .remedy .ref strong { color: var(--signature); font-weight: 600; }

  /* ====================== JURISDICTIONS — SOL TABLE ====================== */
  .jx-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid var(--slate);
    border-bottom: 2px solid var(--slate);
    background: var(--paper);
  }
  .jx-table thead {
    background: var(--slate);
    color: var(--paper);
  }
  .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(--paper);
    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(--paper-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(--slate-soft);
  }
  .jx-table tbody td:last-child { border-right: none; }
  .jx-state {
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 500;
    color: var(--slate);
    line-height: 1.1;
  }
  .jx-state .tag {
    display: block;
    font-family: var(--mono);
    font-size: 11px;
    color: var(--signature);
    letter-spacing: 0.15em;
    margin-top: 4px;
    font-weight: 600;
  }
  .jx-statute {
    font-family: var(--mono);
    font-size: 11.5px;
    color: var(--signature);
    line-height: 1.55;
    font-weight: 500;
  }
  .jx-sol {
    font-family: var(--serif);
    font-size: 26px;
    color: var(--slate);
    line-height: 1.1;
    font-weight: 500;
  }
  .jx-sol em {
    display: block;
    font-style: normal;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--slate-mute);
    margin-top: 4px;
    font-weight: 500;
  }
  .jx-trap {
    font-size: 13px;
    color: var(--slate-soft);
    line-height: 1.55;
  }
  .jx-trap strong { color: var(--slate); font-weight: 600; }

  /* ====================== STATS ====================== */
  .stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 2px solid var(--slate);
    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(--paper);
  }
  .stat-label {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--slate-mute);
    margin-bottom: 18px;
    font-weight: 600;
  }
  .stat-num {
    font-family: var(--serif);
    font-size: 64px;
    line-height: 1;
    color: var(--slate);
    margin-bottom: 14px;
    letter-spacing: -0.02em;
    font-weight: 500;
  }
  .stat-num em { font-style: italic; color: var(--signature); font-weight: 500; }
  .stat-desc {
    font-size: 12px;
    color: var(--slate-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(--slate);
    flex: 1;
  }
  .faq-toggle {
    font-family: var(--serif);
    font-size: 32px;
    color: var(--signature);
    line-height: 1;
    transition: transform .3s ease;
    flex-shrink: 0;
    font-weight: 400;
  }
  .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(--slate-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(--slate);
    color: var(--paper);
    padding: 110px 32px;
    border-top: 4px solid var(--signature);
    position: relative;
    overflow: hidden;
  }
  .cta-section::before {
    content: 'EXECUTE';
    position: absolute;
    bottom: -80px; left: -30px;
    font-family: var(--serif);
    font-style: italic;
    font-size: 320px;
    color: rgba(244,240,230,0.03);
    line-height: 0.7;
    pointer-events: none;
    letter-spacing: -0.04em;
    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: #7eb1e8;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
  }
  .cta-text .eyebrow::before {
    content: '';
    width: 36px; height: 1px;
    background: #7eb1e8;
  }
  .cta-text h2 { color: var(--paper); margin-bottom: 28px; }
  .cta-text h2 em { color: #7eb1e8; }
  .cta-text p {
    font-family: var(--serif);
    font-size: 19px;
    line-height: 1.55;
    color: var(--paper-2);
    margin-bottom: 28px;
    max-width: 50ch;
  }
  .cta-call {
    display: block;
    font-family: var(--serif);
    font-size: 56px;
    font-weight: 500;
    color: var(--paper);
    margin-bottom: 8px;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .cta-call em { font-style: italic; color: #7eb1e8; font-weight: 500; }
  .cta-call-meta {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--paper-3);
    margin-bottom: 36px;
    font-weight: 600;
  }
  .meta-block {
    border-top: 1px solid var(--rule-dark);
    padding-top: 24px;
    font-size: 13px;
    color: var(--paper-3);
    line-height: 1.7;
    max-width: 44ch;
  }
  .meta-block strong { color: var(--paper); font-weight: 500; }
  .meta-block em { color: #7eb1e8; font-style: italic; }

  .form-card {
    background: var(--paper);
    color: var(--slate);
    border: 1px solid var(--paper);
    box-shadow: 10px 12px 0 var(--signature);
    overflow: hidden;
  }
  .form-card-head {
    background: var(--paper-2);
    border-bottom: 1px solid var(--slate);
    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(--slate);
    font-weight: 600;
  }
  .form-card-head .stamp {
    font-family: var(--serif);
    font-style: italic;
    font-size: 14px;
    color: var(--signature);
  }
  .form-frame-wrap {
    position: relative;
    background: var(--paper);
    min-height: 720px;
  }
  .form-frame-wrap iframe {
    width: 100%;
    border: none;
    display: block;
    min-height: 840px;
    background: var(--paper);
  }
  .form-fallback {
    padding: 28px;
    text-align: center;
    font-size: 14px;
    color: var(--slate-mute);
  }
  .form-fallback a {
    color: var(--signature);
    border-bottom: 1px solid var(--signature);
  }
  /* ====================== 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) {
    .lifecycle { grid-template-columns: repeat(2, 1fr); }
    .remedies { grid-template-columns: 1fr; }
  }
  @media (max-width: 1024px) {
    .hero { padding: 70px 32px 60px; }
    .hero::before, .hero::after { display: none; }
    .hero-inner { grid-template-columns: 1fr; gap: 60px; }
    .stats-row { grid-template-columns: repeat(2, 1fr); }
    .ucc-inner { grid-template-columns: 1fr; gap: 48px; }
    .ucc-section { grid-template-columns: 90px 1fr; gap: 18px; }
    .negotiator-inner { grid-template-columns: 1fr; gap: 40px; }
    .credentials { grid-template-columns: 1fr; }
    .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: 880px; }
  }
  @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; }
    .lifecycle { grid-template-columns: 1fr; }
    .stats-row { grid-template-columns: 1fr; }
    .ucc-block, .negotiator, .cta-section { padding: 70px 20px; }
    .ucc-section { 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);
    font-weight: 400;
    font-size: clamp(36px, 4.6vw, 64px);
    line-height: 1.02;
    letter-spacing: -0.02em;
    max-width: 22ch;
}
.lifecycle h3, .remedies h4 {
    color: #000;
}
.page-id-1200792 #ez-toc-container
{
    display: none;
}/* End custom CSS */