/* ═══════════════════════════════════════════════════════════════
   ENGAGEMENTS PAGE — page-specific styles
   - .page-header (hero band with breadcrumb + title)
   - .prestep-grid (before-the-engagement-starts numbered grid)
   - .phase-timeline (example engagement walk-through)
   - .async-grid + .async-bullets (minimal calls / structured async)
   - .glance (all-packages summary table)
   - .close-points (after-handover three-up)
   ═══════════════════════════════════════════════════════════════ */

  /* PAGE 2 */
  .page-header { background: var(--authority); padding: 88px 0 76px; position: relative; overflow: hidden; }
  .page-header::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(ellipse 70% 50% at 85% 30%, rgba(30,90,168,0.35), transparent 60%), linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: auto, 60px 60px, 60px 60px; pointer-events: none; }
  .breadcrumb { font-weight: 600; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 20px; position: relative; }
  .breadcrumb a { color: inherit; transition: color .2s ease; }
  .breadcrumb a:hover { color: var(--white); }
  .breadcrumb .sep { padding: 0 8px; color: rgba(255,255,255,0.25); }
  .page-header h1 { font-weight: 800; font-size: 44px; color: var(--white); letter-spacing: -0.9px; margin-bottom: 18px; line-height: 1.1; max-width: 800px; position: relative; }
  .page-header .sub { font-weight: 300; font-size: 18px; color: rgba(255,255,255,0.68); max-width: 680px; line-height: 1.5; position: relative; }
  @media (max-width: 768px) { .page-header h1 { font-size: 30px; } .page-header .sub { font-size: 16px; } }

  .prestep-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 16px; }
  .prestep { padding: 36px 32px 36px 0; border-right: 1px solid var(--mist); position: relative; transition: background-color .3s ease; }
  .prestep:last-child { border-right: 0; padding-right: 0; }
  .prestep-num { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--growth); margin-bottom: 16px; }
  .prestep-num::before { content: ""; width: 22px; height: 1px; background: var(--growth); display: inline-block; }
  .prestep-title { font-weight: 700; font-size: 20px; color: var(--authority); margin-bottom: 12px; letter-spacing: -0.2px; }
  .prestep-desc { font-size: 14px; line-height: 1.6; color: var(--slate); max-width: 300px; }
  @media (max-width: 900px) { .prestep-grid { grid-template-columns: 1fr; } .prestep { border-right: 0; border-bottom: 1px solid var(--mist); padding: 28px 0; } .prestep:last-child { border-bottom: 0; } }

  .example-label { font-weight: 600; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--trust); margin-bottom: 24px; display: inline-block; padding: 8px 14px; background: var(--white); border: 1px solid var(--mist); border-radius: 100px; }
  .phase-timeline { border-left: 2px dashed var(--mist); margin: 32px 0 0 10px; padding-left: 40px; position: relative; }
  .phase { position: relative; padding-bottom: 48px; }
  .phase:last-child { padding-bottom: 0; }
  .phase::before { content: ""; position: absolute; left: -49px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--growth); box-shadow: 0 0 0 5px var(--surface), 0 0 0 6px var(--mist); }
  .phase::after { content: ""; position: absolute; left: -47px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: transparent; border: 2px solid var(--growth); animation: phaseDotPulse 2.5s ease-in-out infinite; }
  @keyframes phaseDotPulse { 0%,100% { transform: scale(1); opacity: 0; } 50% { transform: scale(1.8); opacity: 0.5; } }
  .phase-label { font-weight: 600; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--trust); margin-bottom: 8px; }
  .phase-title { font-weight: 700; font-size: 22px; color: var(--authority); margin-bottom: 18px; letter-spacing: -0.3px; }
  .phase-block { margin-top: 16px; background: var(--white); border: 1px solid var(--mist); border-radius: 6px; padding: 18px 20px; }
  .phase-heading { font-weight: 600; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--authority); margin-bottom: 10px; }
  .phase-list { font-size: 14px; color: var(--slate); line-height: 1.7; }

  .async-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: start; }
  @media (max-width: 900px) { .async-grid { grid-template-columns: 1fr; gap: 24px; } }
  .async-copy { font-size: 15px; line-height: 1.7; color: var(--slate); max-width: 560px; }
  .async-bullets { border-top: 1px solid var(--mist); border-bottom: 1px solid var(--mist); }
  .async-bullets li { padding: 16px 0 16px 32px; font-size: 14px; color: var(--authority); line-height: 1.5; border-bottom: 1px solid var(--mist); position: relative; transition: padding-left .25s var(--ease-out); }
  .async-bullets li:last-child { border-bottom: 0; }
  .async-bullets li:hover { padding-left: 40px; }
  .async-bullets li::before { content: ""; position: absolute; left: 0; top: 23px; width: 14px; height: 2px; background: var(--growth); transition: width .25s var(--ease-out); }
  .async-bullets li:hover::before { width: 22px; }

  .glance-wrap { overflow-x: auto; border: 1px solid var(--mist); border-radius: 8px; box-shadow: 0 2px 0 rgba(11,44,95,0.03); }
  .glance { width: 100%; border-collapse: collapse; font-size: 14px; background: var(--white); min-width: 720px; }
  .glance thead th { background: var(--authority); color: var(--white); font-weight: 600; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; text-align: left; padding: 18px 22px; position: sticky; top: 0; }
  .glance tbody td { padding: 18px 22px; vertical-align: top; color: var(--slate); line-height: 1.55; border-bottom: 1px solid var(--mist); transition: background-color .2s ease; }
  .glance tbody tr:nth-child(even) td { background: var(--cloud); }
  .glance tbody tr:last-child td { border-bottom: 0; }
  .glance tbody tr:hover td { background: rgba(46,204,113,0.06); }
  .glance td:first-child { color: var(--authority); font-weight: 600; white-space: nowrap; width: 1%; }
  .glance td:nth-child(2) { color: var(--trust); font-weight: 700; white-space: nowrap; width: 1%; }
  @media (max-width: 700px) { .glance td:first-child, .glance td:nth-child(2) { white-space: normal; } }

  .close-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 28px; margin-bottom: 44px; }
  @media (max-width: 800px) { .close-points { grid-template-columns: 1fr; } }
  .close-point { padding: 26px 0 0; border-top: 2px solid var(--growth); position: relative; }
  .close-point h3 { font-weight: 700; font-size: 16px; color: var(--white); margin-bottom: 10px; letter-spacing: -0.1px; }
  .close-point p { font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.6; }
