/* Restored from discovery/phase1/raw_html/%2Ftransactions%2F.html — page styles (do not strip) */
/* ---- Page-specific styles ---- */
    .tx-hero {
      background: linear-gradient(135deg, #071525 0%, #0D1B2E 60%, #0a2040 100%);
      padding: 140px 0 100px;
      position: relative;
      overflow: hidden;
    }
    .tx-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 70% 60% at 80% 50%, rgba(8,106,216,0.12) 0%, transparent 70%);
    }
    .tx-hero-inner { position: relative; z-index: 1; }
    .tx-hero-eyebrow {
      display: inline-block;
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #086AD8;
      border: 1px solid rgba(8,106,216,0.35);
      padding: 5px 14px;
      border-radius: 2px;
      margin-bottom: 24px;
    }
    .tx-hero h1 {
      font-size: clamp(2.4rem, 5vw, 3.8rem);
      font-weight: 800;
      color: #ffffff;
      line-height: 1.1;
      margin-bottom: 24px;
      max-width: 780px;
    }
    .tx-hero p {
      font-size: 1.1rem;
      color: rgba(255,255,255,0.65);
      max-width: 620px;
      line-height: 1.75;
    }
    /* Stats band */
    .tx-stats {
      background: #086AD8;
      padding: 56px 0;
    }
    .tx-stats-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
    }
    .tx-stat {
      text-align: center;
      padding: 0 32px;
      border-right: 1px solid rgba(255,255,255,0.18);
    }
    .tx-stat:last-child { border-right: none; }
    .tx-stat-value {
      font-size: 2.8rem;
      font-weight: 800;
      color: #ffffff;
      line-height: 1;
      margin-bottom: 8px;
    }
    .tx-stat-label {
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.75);
    }
    /* Track record section */
    .track-record { padding: 100px 0; background: #f8fafc; }
    .track-record .section-label {
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #086AD8;
      margin-bottom: 16px;
    }
    .track-record h2 {
      font-size: clamp(1.9rem, 3.5vw, 2.8rem);
      font-weight: 800;
      color: #0D1B2E;
      margin-bottom: 20px;
      max-width: 700px;
    }
    .track-record .lead {
      font-size: 1.05rem;
      color: #4a5568;
      max-width: 680px;
      line-height: 1.8;
      margin-bottom: 64px;
    }
    /* Vertical cards */
    .vertical-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-bottom: 64px;
    }
    .vertical-card {
      background: #ffffff;
      border: 1px solid #e2e8f0;
      border-radius: 6px;
      padding: 36px 28px;
      position: relative;
      transition: box-shadow 0.2s ease, transform 0.2s ease;
    }
    .vertical-card:hover {
      box-shadow: 0 8px 32px rgba(8,106,216,0.1);
      transform: translateY(-2px);
    }
    .vertical-card-icon {
      width: 44px;
      height: 44px;
      background: rgba(8,106,216,0.08);
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
    }
    .vertical-card-icon svg { color: #086AD8; }
    .vertical-card h3 {
      font-size: 1.05rem;
      font-weight: 700;
      color: #0D1B2E;
      margin-bottom: 10px;
    }
    .vertical-card p {
      font-size: 0.88rem;
      color: #64748b;
      line-height: 1.7;
      margin-bottom: 16px;
    }
    .vertical-card-tag {
      display: inline-block;
      font-size: 0.7rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #086AD8;
      background: rgba(8,106,216,0.08);
      padding: 4px 10px;
      border-radius: 2px;
    }
    /* Deal size bands */
    .deal-bands { padding: 100px 0; background: #0D1B2E; }
    .deal-bands h2 {
      font-size: clamp(1.9rem, 3.5vw, 2.6rem);
      font-weight: 800;
      color: #ffffff;
      margin-bottom: 16px;
    }
    .deal-bands .lead {
      font-size: 1rem;
      color: rgba(255,255,255,0.55);
      max-width: 600px;
      line-height: 1.75;
      margin-bottom: 56px;
    }
    .bands-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }
    .band-card {
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 6px;
      padding: 32px 24px;
      text-align: center;
      transition: background 0.2s ease;
    }
    .band-card:hover { background: rgba(8,106,216,0.12); }
    .band-range {
      font-size: 1.4rem;
      font-weight: 800;
      color: #086AD8;
      margin-bottom: 8px;
    }
    .band-label {
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.5);
      margin-bottom: 16px;
    }
    .band-desc {
      font-size: 0.84rem;
      color: rgba(255,255,255,0.45);
      line-height: 1.65;
    }
    /* Approach section */
    .tx-approach { padding: 100px 0; background: #ffffff; }
    .tx-approach h2 {
      font-size: clamp(1.9rem, 3.5vw, 2.6rem);
      font-weight: 800;
      color: #0D1B2E;
      margin-bottom: 16px;
    }
    .tx-approach .lead {
      font-size: 1rem;
      color: #4a5568;
      max-width: 620px;
      line-height: 1.8;
      margin-bottom: 56px;
    }
    .approach-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 32px;
    }
    .approach-item {
      display: flex;
      gap: 20px;
      align-items: flex-start;
    }
    .approach-num {
      flex-shrink: 0;
      width: 36px;
      height: 36px;
      background: #086AD8;
      color: #ffffff;
      font-size: 0.85rem;
      font-weight: 700;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .approach-content h4 {
      font-size: 1rem;
      font-weight: 700;
      color: #0D1B2E;
      margin-bottom: 8px;
    }
    .approach-content p {
      font-size: 0.88rem;
      color: #64748b;
      line-height: 1.7;
    }
    /* Confidentiality note */
    .conf-note {
      background: rgba(8,106,216,0.05);
      border: 1px solid rgba(8,106,216,0.15);
      border-radius: 6px;
      padding: 28px 32px;
      margin-top: 64px;
      display: flex;
      gap: 16px;
      align-items: flex-start;
    }
    .conf-note-icon { flex-shrink: 0; color: #086AD8; margin-top: 2px; }
    .conf-note p {
      font-size: 0.9rem;
      color: #4a5568;
      line-height: 1.7;
      margin: 0;
    }
    .conf-note strong { color: #0D1B2E; }
    /* Geography */
    .tx-geo { padding: 100px 0; background: #f8fafc; }
    .tx-geo h2 {
      font-size: clamp(1.9rem, 3.5vw, 2.6rem);
      font-weight: 800;
      color: #0D1B2E;
      margin-bottom: 16px;
    }
    .tx-geo .lead {
      font-size: 1rem;
      color: #4a5568;
      max-width: 620px;
      line-height: 1.8;
      margin-bottom: 56px;
    }
    .geo-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    .geo-card {
      background: #ffffff;
      border: 1px solid #e2e8f0;
      border-radius: 6px;
      padding: 28px 24px;
    }
    .geo-card h4 {
      font-size: 0.95rem;
      font-weight: 700;
      color: #0D1B2E;
      margin-bottom: 8px;
    }
    .geo-card p {
      font-size: 0.84rem;
      color: #64748b;
      line-height: 1.65;
    }
    /* CTA */
    .tx-cta {
      background: linear-gradient(135deg, #0D1B2E 0%, #0a2040 100%);
      padding: 100px 0;
      text-align: center;
    }
    .tx-cta h2 {
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 800;
      color: #ffffff;
      margin-bottom: 20px;
    }
    .tx-cta p {
      font-size: 1.05rem;
      color: rgba(255,255,255,0.6);
      max-width: 560px;
      margin: 0 auto 40px;
      line-height: 1.75;
    }
    .tx-cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
    @media (max-width: 900px) {
      .tx-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
      .tx-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.18); padding-bottom: 32px; }
      .tx-stat:nth-child(2n) { border-bottom: none; }
      .vertical-grid { grid-template-columns: 1fr 1fr; }
      .bands-grid { grid-template-columns: 1fr 1fr; }
      .approach-grid { grid-template-columns: 1fr; }
      .geo-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 600px) {
      .vertical-grid { grid-template-columns: 1fr; }
      .bands-grid { grid-template-columns: 1fr; }
      .geo-grid { grid-template-columns: 1fr; }
    }

/* Mobile grid stacking - overrides inline styles */
    @media (max-width: 768px) {
      [style*="grid-template-columns:repeat(4"] { grid-template-columns: repeat(2, 1fr) !important; }
      [style*="grid-template-columns:repeat(3"] { grid-template-columns: 1fr !important; }
      [style*="grid-template-columns:repeat(2"] { grid-template-columns: 1fr !important; }
      [style*="grid-template-columns:1fr 1fr"]  { grid-template-columns: 1fr !important; }
      [style*="grid-template-columns:2fr 1fr"]  { grid-template-columns: 1fr !important; }
      [style*="grid-template-columns:1fr 2fr"]  { grid-template-columns: 1fr !important; }
    }
    @media (max-width: 480px) {
      [style*="grid-template-columns:repeat(4"] { grid-template-columns: 1fr !important; }
    }
