/* Dropdown — bridge gap so mouse can travel from trigger to menu */

/* Hamburger */

/* Mobile nav drawer */

/* PAGES */

/* HERO */

/* DASHBOARD MOCK */

/* LOGOS */

/* SPLIT VISUAL */

/* ELIM ROWS */

/* PULSE */

/* AUDIENCE CARD */

/* TESTIMONIAL */

/* PRICING */

/* TRIAL BADGE */

/* FAQ */

/* SECURITY */

/* INTEGRATION PAGE */

/* PARTNER */

/* VALUE CARD */

/* DEMO PAGE */

/* ── RESPONSIVE ── */

/* Architecture contrast section mobile */

/* ── Scroll-triggered animations ── */

/* ── Newsletter modal ── */
/* ── Landing page layout ── */

.nav-links a:hover{color:#fff}

    .nav-cta:hover{background:var(--accent-dk)!important}



    /* HERO */

    .hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(13,115,119,.4),transparent)}
    .hero-eyebrow{display:inline-flex;align-items:center;gap:6px;background:rgba(220,38,38,.15);border:1px solid rgba(220,38,38,.3);color:#dc2626;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:5px 12px;border-radius:20px;margin-bottom:28px}





    .hero-trust{font-size:12.5px;color:#5b7a7e;margin-top:16px}

    /* ELIM TABLE HERO VISUAL */
    .elim-visual{max-width:640px;margin:0 auto 16px;background:#e8f5f4;border:1px solid #e8f5f4;border-radius:14px;overflow:hidden;text-align:left}
    .ev-header{background:#e8f5f4;padding:12px 18px;display:flex;justify-content:space-between;align-items:center}
    .ev-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#5b7a7e}
    .ev-badge{font-size:10px;font-weight:700;background:rgba(74,222,128,.15);color:#4ADE80;padding:2px 8px;border-radius:10px}
    .ev-row{display:grid;grid-template-columns:auto 1fr auto auto;gap:0;padding:12px 18px;border-bottom:1px solid #e8f5f4;align-items:center}
    .ev-row:last-child{border-bottom:none}
    .ev-tag{font-size:9.5px;font-weight:700;padding:2px 7px;border-radius:4px;margin-right:10px;white-space:nowrap}
    .ev-tag.auto{background:rgba(13,115,119,.25);color:#0d7377}
    .ev-tag.manual{background:rgba(217,119,6,.2);color:#FCD34D}
    .ev-desc{font-size:12px;color:#2c484c;line-height:1.4}
    .ev-desc small{display:block;font-size:10.5px;color:#5b7a7e;margin-top:2px}
    .ev-entity{font-size:10.5px;color:#5b7a7e;white-space:nowrap;margin:0 12px}
    .ev-amount{font-size:13px;font-weight:700;color:#dc2626;white-space:nowrap;text-align:right}
    .ev-amount.dr{color:#4ADE80}
    .ev-total{background:rgba(13,115,119,.1);padding:12px 18px;display:flex;justify-content:space-between;align-items:center}
    .ev-total-label{font-size:12px;font-weight:700;color:#2c484c}
    .ev-total-value{font-size:16px;font-weight:800;color:#fff}

    /* SECTIONS */








    /* TRANSACTION TYPES */
    .tx-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:44px}
    .tx-card{border:1px solid var(--border);border-radius:14px;padding:26px;background:var(--white)}
    .tx-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.06);border-color:#C7D9FD}
    .tx-type{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--accent);background:var(--accent-bg);display:inline-block;padding:3px 9px;border-radius:20px;margin-bottom:14px}
    .tx-card h3{font-size:16px;font-weight:700;color:var(--text);margin-bottom:10px}
    .tx-card p{font-size:13.5px;color:var(--muted);line-height:1.65}
    .tx-example{margin-top:14px;padding:12px;background:var(--surface);border-radius:8px;font-size:12.5px;color:var(--muted);line-height:1.5}
    .tx-example strong{color:var(--text)}
    .tx-elim{display:inline-flex;align-items:center;gap:5px;margin-top:10px;font-size:11px;font-weight:600;color:var(--green)}
    .tx-elim::before{content:'✓';font-size:12px}

    /* HOW IT WORKS */
    .hiw-cols{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;margin-top:44px}
    .process-steps{display:flex;flex-direction:column;gap:0}
    .ps-step{display:flex;gap:16px;padding:22px 0;border-bottom:1px solid var(--border)}
    .ps-step:last-child{border-bottom:none}
    .ps-num{width:36px;height:36px;flex-shrink:0;background:var(--accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;margin-top:2px}
    .ps-step h3{font-size:15px;font-weight:700;color:var(--text);margin-bottom:6px}
    .ps-step p{font-size:13.5px;color:var(--muted);line-height:1.65}
    .ps-tag{display:inline-block;margin-top:8px;background:var(--accent-bg);color:var(--accent);font-size:11px;font-weight:600;padding:2px 8px;border-radius:4px}

    /* AUDIT TRAIL PANEL */
    .audit-panel{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:24px;position:sticky;top:80px}
    .ap-header{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:16px}
    .ap-row{padding:12px 0;border-bottom:1px solid var(--border);font-size:12.5px}
    .ap-row:last-of-type{border-bottom:none}
    .ap-label{font-weight:600;color:var(--text);margin-bottom:3px}
    .ap-detail{color:var(--muted);font-size:12px;line-height:1.5}
    .ap-amount{font-size:13px;font-weight:700;color:var(--red)}
    .ap-badge-row{display:flex;gap:6px;flex-wrap:wrap;margin-top:5px}
    .ap-badge{font-size:10px;font-weight:600;padding:2px 7px;border-radius:4px}
    .ab-auto{background:var(--accent-bg);color:var(--accent)}
    .ab-dr{background:var(--green-bg);color:var(--green)}
    .ap-summary{margin-top:16px;padding:14px;background:var(--surface);border-radius:8px}
    .aps-row{display:flex;justify-content:space-between;font-size:13px;margin-bottom:5px}
    .aps-row:last-child{margin-bottom:0;font-weight:700}
    .aps-key{color:var(--muted)}.aps-val{color:var(--text)}

    /* MISMATCH CALLOUT */
    .mismatch-box{background:var(--amber-bg);border:1px solid #FDE68A;border-radius:12px;padding:24px;margin-top:44px}
    .mb-header{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:700;color:var(--amber);margin-bottom:12px}
    .mb-

    /* FAQ */
    .faq-list{margin-top:44px;border:1px solid var(--border);border-radius:12px;overflow:hidden}








    .faq-a.open{max-height:320px;padding:4px 24px 20px}

    /* CTA / FOOTER */


    .cta-banner p{font-size:17px;color:#2c484c;margin-bottom:36px;max-width:460px;margin-left:auto;margin-right:auto}


    @media(max-width:800px){
.tx-grid,.hiw-cols{grid-template-columns:1fr}
      .audit-panel{position:static}

      .elim-visual{display:none}
}

/* ── LIGHT THEME OVERRIDES ── */
