/* 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 ── */

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    /* ── NAV ── */

    .nav-icon {
      width: 28px; height: 28px; background: var(--accent); border-radius: 6px;
      display: flex; align-items: center; justify-content: center;
      font-size: 14px; font-weight: 800; color: white;
    }

    .nav-links a {
      color: #2c484c; text-decoration: none;
      font-size: 14px; font-weight: 500; transition: color 0.15s;
    }
    .nav-links a:hover { color: var(--white); }
    .nav-cta {
      background: var(--accent) !important; color: var(--white) !important;
      padding: 7px 16px; border-radius: 6px; font-weight: 600 !important;
    }
    .nav-cta:hover { background: var(--accent-dk) !important; }

    /* ── BREADCRUMB ── */

    .breadcrumb a { color: var(--muted); text-decoration: none; }
    .breadcrumb a:hover { color: var(--accent); }
    .breadcrumb span { margin: 0 6px; }

    /* ── HERO ── */

    .hero::after {
      content: '';
      position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
      background: linear-gradient(90deg, transparent, rgba(13,115,119,0.4), transparent);
    }

    .hero-eyebrow {
      display: inline-flex; align-items: center; gap: 6px;
      background: rgba(13,115,119,0.18); border: 1px solid rgba(13,115,119,0.3);
      color: #0d7377; font-size: 12px; font-weight: 600;
      letter-spacing: 0.06em; text-transform: uppercase;
      padding: 5px 12px; border-radius: 20px; margin-bottom: 28px;
    }

    /* ── GROUP STRUCTURE DIAGRAM ── */
    .group-diagram {
      max-width: 680px; margin: 0 auto 16px;
      position: relative;
    }
    .gd-holdco {
      background: rgba(13,115,119,0.18);
      border: 1.5px solid rgba(13,115,119,0.45);
      border-radius: 10px;
      padding: 12px 20px;
      display: inline-block;
      margin-bottom: 0;
      position: relative; z-index: 1;
    }
    .gd-holdco-name { font-weight: 700; color: var(--white); font-size: 14px; }
    .gd-holdco-meta { font-size: 11px; color: #5b7a7e; margin-top: 2px; }
    .gd-holdco-badge {
      display: inline-block; background: rgba(13,115,119,0.35); color: #0d7377;
      font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: 4px; margin-top: 5px;
    }

    /* connector lines */
    .gd-connector {
      display: grid; grid-template-columns: repeat(3, 1fr);
      position: relative; margin: 0 auto;
      max-width: 560px;
    }
    .gd-connector::before {
      content: '';
      position: absolute; top: 0; left: 16.67%; right: 16.67%;
      height: 1px; background: rgba(13,115,119,0.35);
    }
    .gd-leg {
      display: flex; flex-direction: column; align-items: center;
    }
    .gd-leg-line {
      width: 1px; height: 24px;
      background: rgba(13,115,119,0.35);
    }
    .gd-entity {
      background: #e8f5f4;
      border: 1px solid #cde3e2;
      border-radius: 9px; padding: 11px 14px; width: 100%;
      text-align: left;
    }
    .gd-entity-name { font-weight: 600; color: #0c1a1c; font-size: 11.5px; margin-bottom: 3px; }
    .gd-entity-meta { font-size: 10.5px; color: #5b7a7e; }
    .gd-entity-badge {
      display: inline-block; margin-top: 6px;
      background: rgba(13,115,119,0.22); color: #0d7377;
      font-size: 9.5px; font-weight: 700; padding: 1px 6px; border-radius: 3px;
    }
    .gd-entity-badge.other {
      background: #e8f5f4; color: #5b7a7e;
    }

    /* consolidation arrow */
    .gd-arrow-row {
      display: flex; align-items: center; justify-content: center;
      gap: 16px; margin: 20px 0 0;
    }
    .gd-arrow-line {
      height: 1px; flex: 1; max-width: 100px;
      background: linear-gradient(90deg, transparent, rgba(13,115,119,0.5));
    }
    .gd-arrow-line.right {
      background: linear-gradient(90deg, rgba(13,115,119,0.5), transparent);
    }
    .gd-arrow-label {
      font-size: 10px; font-weight: 700; color: #5b7a7e;
      text-transform: uppercase; letter-spacing: 0.09em;
      white-space: nowrap;
    }

    /* group output card */
    .gd-output {
      background: rgba(22,163,74,0.1);
      border: 1px solid rgba(22,163,74,0.3);
      border-radius: 12px; padding: 18px 22px;
      display: inline-block; text-align: left;
      max-width: 380px; width: 100%; margin: 0 auto;
    }
    .gd-output-header {
      font-size: 10px; font-weight: 700; color: #4ADE80;
      text-transform: uppercase; letter-spacing: 0.09em; margin-bottom: 12px;
    }
    .gd-output-stats {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    }
    .gd-stat { text-align: center; }
    .gd-stat-value { font-size: 18px; font-weight: 800; color: var(--white); line-height: 1; }
    .gd-stat-label { font-size: 10px; color: #5b7a7e; margin-top: 3px; }
    .gd-output-footer {
      margin-top: 12px; padding-top: 10px;
      border-top: 1px solid #e8f5f4;
      font-size: 10.5px; color: #5b7a7e;
      display: flex; gap: 12px; flex-wrap: wrap;
    }
    .gd-pill {
      display: inline-flex; align-items: center; gap: 4px;
    }
    .gd-pill-dot { width: 5px; height: 5px; border-radius: 50%; background: #4ADE80; flex-shrink: 0; }

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

    /* ── SHARED LAYOUT ── */

    .inner { max-width: 1060px; margin: 0 auto; }
    .eyebrow {
      font-size: 12px; font-weight: 700; text-transform: uppercase;
      letter-spacing: 0.09em; color: var(--accent); margin-bottom: 12px;
    }
    .h2 {
      font-size: clamp(26px, 3.5vw, 38px); font-weight: 800;
      line-height: 1.18; letter-spacing: -0.5px; color: var(--text); margin-bottom: 16px;
    }
    .lead {
      font-size: 17px; color: var(--muted); max-width: 620px; line-height: 1.7;
    }
    hr.divider { border: none; border-top: 1px solid var(--border); }

    /* ── WORKFLOW PAIN ── */
    .pain-section { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
    .pain-cols {
      display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
      align-items: start; margin-top: 44px;
    }
    .workflow-steps { display: flex; flex-direction: column; gap: 0; }
    .workflow-step {
      display: flex; gap: 16px;
      padding: 20px 0; border-bottom: 1px dashed var(--border);
    }
    .workflow-step:last-child { border-bottom: none; }
    .ws-num {
      width: 28px; height: 28px; flex-shrink: 0;
      background: #FEE2E2; color: #DC2626; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 12px; font-weight: 700; margin-top: 2px;
    }
    .ws-body h4 { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
    .ws-body p { font-size: 13px; color: var(--muted); line-height: 1.6; }
    .ws-time {
      display: inline-block; margin-top: 6px;
      background: #FEF2F2; color: #DC2626;
      font-size: 11px; font-weight: 600; padding: 2px 8px; border-radius: 4px;
    }
    .pain-callout {
      background: var(--white); border: 1px solid var(--border);
      border-radius: 14px; padding: 28px;
      position: sticky; top: 80px;
    }
    .pain-callout h3 { font-size: 16px; font-weight: 700; margin-bottom: 20px; color: var(--text); }
    .pain-stat { padding: 16px 0; border-bottom: 1px solid var(--border); }
    .pain-stat:last-child { border-bottom: none; }
    .pain-stat-num { font-size: 32px; font-weight: 800; color: var(--accent); line-height: 1; }
    .pain-stat-label { font-size: 13px; color: var(--muted); margin-top: 4px; line-height: 1.5; }

    /* ── GROUP TYPE CARDS ── */
    .group-types {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 20px; margin-top: 44px;
    }
    .gt-card {
      border: 1px solid var(--border); border-radius: 14px; padding: 26px;
      background: var(--white); position: relative; overflow: hidden;
      transition: box-shadow 0.15s, border-color 0.15s;
    }
    .gt-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.06); border-color: #C7D9FD; }
    .gt-card-label {
      display: inline-block; font-size: 10px; font-weight: 700;
      text-transform: uppercase; letter-spacing: 0.07em;
      color: var(--accent); background: var(--accent-bg);
      padding: 3px 9px; border-radius: 20px; margin-bottom: 14px;
    }
    .gt-card h3 { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 10px; }
    .gt-card p { font-size: 13px; color: var(--muted); line-height: 1.65; }
    .gt-example {
      margin-top: 14px; padding-top: 14px;
      border-top: 1px solid var(--border);
      font-size: 12px; color: var(--muted);
    }
    .gt-example strong { color: var(--text); }

    /* ── HOW IT WORKS ── */
    .hiw-section { background: var(--surface); }
    .hiw-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 56px; align-items: start; margin-top: 44px;
    }
    .hiw-steps { display: flex; flex-direction: column; gap: 0; }
    .hiw-step {
      display: flex; gap: 20px;
      padding: 24px 0; border-bottom: 1px solid var(--border);
    }
    .hiw-step:last-child { border-bottom: none; }
    .hiw-num {
      width: 36px; height: 36px; flex-shrink: 0;
      background: var(--accent); color: var(--white); border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 15px; font-weight: 700; margin-top: 1px;
    }
    .hiw-step h3 { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
    .hiw-step p { font-size: 13.5px; color: var(--muted); line-height: 1.65; }
    .hiw-step .detail-tag {
      display: inline-block; margin-top: 8px;
      background: var(--green-bg); color: var(--green);
      font-size: 11px; font-weight: 600; padding: 2px 8px; border-radius: 4px;
    }
    .hiw-panel {
      background: var(--white); border: 1px solid var(--border);
      border-radius: 14px; padding: 24px; position: sticky; top: 80px;
    }
    .hiw-panel-header {
      font-size: 11px; font-weight: 700; text-transform: uppercase;
      letter-spacing: 0.07em; color: var(--muted); margin-bottom: 16px;
    }
    .sync-entity {
      display: flex; align-items: center; justify-content: space-between;
      padding: 11px 0; border-bottom: 1px solid var(--border);
      font-size: 13px;
    }
    .sync-entity:last-of-type { border-bottom: none; }
    .sync-entity-left { display: flex; align-items: center; gap: 10px; }
    .sync-dot { width: 7px; height: 7px; border-radius: 50%; background: #4ADE80; flex-shrink: 0; }
    .sync-entity-name { font-weight: 600; color: var(--text); }
    .sync-entity-sub { font-size: 11px; color: var(--muted); }
    .sync-status { font-size: 11px; font-weight: 600; color: var(--green); }
    .hiw-summary {
      margin-top: 16px; padding: 14px;
      background: var(--accent-bg); border-radius: 8px;
    }
    .hiw-summary-row { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 6px; }
    .hiw-summary-row:last-child { margin-bottom: 0; }
    .hiw-summary-key { color: var(--muted); }
    .hiw-summary-val { font-weight: 700; color: var(--text); }

    /* ── WHAT IF TABLE ── */
    .whatif-section { background: var(--white); }
    .whatif-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 16px; margin-top: 44px;
    }
    .whatif-card {
      background: var(--surface); border: 1px solid var(--border);
      border-radius: 12px; padding: 22px;
    }
    .whatif-q {
      font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 10px;
      display: flex; align-items: flex-start; gap: 8px;
    }
    .whatif-q::before {
      content: '?'; flex-shrink: 0;
      width: 20px; height: 20px; border-radius: 50%;
      background: var(--amber-bg); color: var(--amber);
      font-size: 11px; font-weight: 800;
      display: flex; align-items: center; justify-content: center;
      margin-top: 1px;
    }
    .whatif-a {
      font-size: 13px; color: var(--muted); line-height: 1.65;
      padding-left: 28px;
    }
    .whatif-a strong { color: var(--text); }

    /* ── ENTITY COUNT ── */
    .entity-count-section { background: var(--navy); padding: 64px 32px; }
    .entity-count-inner {
      max-width: 1060px; margin: 0 auto;
      display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: center;
    }
    .ec-text h2 {
      font-size: clamp(24px, 3vw, 34px); font-weight: 800; color: var(--white);
      letter-spacing: -0.4px; line-height: 1.2; margin-bottom: 16px;
    }
    .ec-text p { font-size: 15px; color: #2c484c; line-height: 1.7; margin-bottom: 20px; }
    .ec-range {
      display: flex; flex-direction: column; gap: 10px;
    }
    .ec-row {
      display: flex; align-items: center; gap: 14px;
    }
    .ec-label { font-size: 12px; font-weight: 600; color: #5b7a7e; width: 100px; flex-shrink: 0; }
    .ec-bar-wrap { flex: 1; height: 8px; background: #e8f5f4; border-radius: 4px; overflow: hidden; }
    .ec-bar { height: 100%; border-radius: 4px; background: var(--accent); }
    .ec-value { font-size: 12px; font-weight: 600; color: #5b7a7e; width: 30px; text-align: right; flex-shrink: 0; }
    .ec-plans {
      background: #e8f5f4; border: 1px solid #e8f5f4;
      border-radius: 12px; padding: 24px;
    }
    .ec-plans-title { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: #5b7a7e; margin-bottom: 16px; }
    .ec-plan-row {
      display: flex; align-items: baseline; justify-content: space-between;
      padding: 12px 0; border-bottom: 1px solid #e8f5f4; font-size: 13px;
    }
    .ec-plan-row:last-child { border-bottom: none; }
    .ec-plan-name { color: #0c1a1c; font-weight: 600; }
    .ec-plan-entities { color: #0d7377; font-weight: 700; }

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

    .faq-item:last-child { border-bottom: none; }
    .faq-q:hover { background: var(--surface); }
    .faq-q[aria-expanded="true"] { background: var(--accent-bg); color: var(--accent); }
    .faq-icon {
      flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
      background: var(--surface); display: flex; align-items: center; justify-content: center;
      font-size: 16px; color: var(--muted); transition: transform 0.2s;
    }
    .faq-q[aria-expanded="true"] .faq-icon { transform: rotate(45deg); background: var(--accent-bg); color: var(--accent); }

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

    /* ── CTA ── */
    .cta-banner {
      background: linear-gradient(135deg, var(--navy) 0%, #2c484c 100%);
      padding: 72px 32px; text-align: center;
    }
    .cta-banner h2 {
      font-size: clamp(28px, 4vw, 42px); font-weight: 800; color: var(--white);
      letter-spacing: -0.5px; margin-bottom: 14px; line-height: 1.18;
    }
    .cta-banner p { font-size: 17px; color: #2c484c; margin-bottom: 36px; max-width: 460px; margin-left: auto; margin-right: auto; }
    .cta-trust { margin-top: 20px; font-size: 12.5px; color: #5b7a7e; }

    /* ── FOOTER ── */

    /* ── RESPONSIVE ── */
    @media (max-width: 800px) {
.pain-cols, .hiw-grid, .entity-count-inner, .whatif-grid { grid-template-columns: 1fr; }
      .group-types { grid-template-columns: 1fr; }
      .gd-connector { grid-template-columns: 1fr; }
      .gd-connector::before { display: none; }
      .hiw-panel { position: static; }
      .pain-callout { position: static; }

      .group-diagram { display: none; }
}

/* ── LIGHT THEME OVERRIDES ── */
