.page-hero { background: var(--navy); padding: 8rem 2rem 5rem; position: relative; overflow: hidden; }
  .page-hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(124,58,237,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(124,58,237,0.04) 1px, transparent 1px); background-size: 64px 64px; }
  .page-hero-glow { position: absolute; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(124,58,237,0.12) 0%, transparent 70%); top: -200px; right: -100px; pointer-events: none; }
  .page-hero-inner { max-width: 1200px; margin: 0 auto; position: relative; }
  .breadcrumb { font-size: 13px; color: rgba(255,255,255,0.4); margin-bottom: 1.5rem; }
  .breadcrumb a { color: rgba(255,255,255,0.4); text-decoration: none; }
  .breadcrumb span { margin: 0 6px; }
  .page-tag-wrap { display: flex; gap: 8px; margin-bottom: 1.25rem; flex-wrap: wrap; }
  .page-tag { display: inline-flex; align-items: center; gap: 6px; border: 1px solid; font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; padding: 5px 12px; border-radius: 100px; }
  .page-tag.blue { background: rgba(0,201,167,0.12); border-color: rgba(0,201,167,0.2); color: var(--teal); }
  .page-tag.purple { background: rgba(124,58,237,0.12); border-color: rgba(124,58,237,0.3); color: #A78BFA; }
  .page-hero h1 { font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 400; line-height: 1.12; color: white; margin-bottom: 1.25rem; max-width: 860px; }
  .page-hero h1 em { font-style: italic; }
  .page-hero h1 em.teal { color: var(--teal); }
  .page-hero h1 em.purple { color: #A78BFA; }
  .page-hero p { font-size: 18px; color: rgba(255,255,255,0.6); line-height: 1.7; max-width: 700px; font-weight: 300; }

  /* SECTION TABS */
  .sticky-tabs { position: sticky; top: 64px; z-index: 80; background: white; border-bottom: 1px solid var(--gray-200); }
  .tabs-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex; gap: 0; }
  .tab-btn { padding: 1rem 1.5rem; font-family: var(--font-body); font-size: 14px; font-weight: 500; color: var(--gray-600); border: none; background: none; cursor: pointer; border-bottom: 2px solid transparent; transition: all 0.2s; white-space: nowrap; }
  .tab-btn:hover { color: var(--navy); }
  .tab-btn.active { color: var(--navy); border-bottom-color: var(--teal); }

  section { padding: 5rem 0; }
  .section-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
  .section-label { font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--teal); margin-bottom: 1rem; }
  .section-label.purple { color: #7C3AED; }
  .section-heading { font-family: var(--font-display); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 400; line-height: 1.15; color: var(--navy); margin-bottom: 1.25rem; }
  .section-sub { font-size: 17px; color: var(--gray-600); line-height: 1.65; max-width: 620px; font-weight: 300; }

  /* DIVIDER */
  .module-divider { height: 4px; background: linear-gradient(90deg, var(--teal), #7C3AED); margin: 0; }

  /* GENAI FEATURES */
  .genai-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 3rem;
  }

  .genai-card {
    background: white;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: all 0.25s;
  }

  .genai-card:hover { box-shadow: var(--shadow-card); transform: translateY(-3px); }

  .genai-card-header {
    padding: 1.75rem 2rem 1.25rem;
    border-bottom: 1px solid var(--gray-100);
  }

  .genai-card-icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    background: var(--teal-pale);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 1rem;
  }

  .genai-card-title {
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--navy);
    margin-bottom: 0.5rem;
    line-height: 1.2;
  }

  .genai-card-sub { font-size: 14px; color: var(--gray-600); line-height: 1.55; }

  .genai-card-body { padding: 1.5rem 2rem; }

  .genai-feature-list { list-style: none; }
  .genai-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--gray-600);
    padding: 8px 0;
    border-bottom: 1px solid var(--gray-100);
    line-height: 1.5;
  }
  .genai-feature-list li:last-child { border-bottom: none; }
  .genai-feature-list li::before { content: '→'; color: var(--teal); font-weight: 600; flex-shrink: 0; margin-top: 1px; }

  /* LIFECYCLE FLOW */
  .lifecycle-flow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin-top: 3rem;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    overflow: hidden;
  }

  .lifecycle-step {
    padding: 2rem 1.5rem;
    border-right: 1px solid var(--gray-200);
    position: relative;
    background: white;
    transition: background 0.2s;
  }

  .lifecycle-step:last-child { border-right: none; }
  .lifecycle-step:hover { background: var(--off-white); }

  .lifecycle-step::after {
    content: '→';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    padding: 4px;
    font-size: 14px;
    color: var(--teal);
    z-index: 2;
  }
  .lifecycle-step:last-child::after { display: none; }

  .lc-num { font-size: 11px; font-weight: 700; color: var(--teal); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
  .lc-title { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 6px; line-height: 1.25; }
  .lc-desc { font-size: 12.5px; color: var(--gray-600); line-height: 1.5; }

  /* SPECIALTIES */
  .specialties-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2rem;
  }

  .spec-tag {
    font-size: 13px;
    padding: 7px 14px;
    border-radius: 100px;
    border: 1px solid var(--gray-200);
    color: var(--gray-600);
    background: white;
    transition: all 0.2s;
    cursor: default;
  }

  .spec-tag:hover { border-color: var(--teal); color: var(--navy); background: var(--teal-pale); }

  /* AGENTIC SECTION */
  .agentic-sec { background: var(--navy); }
  .agentic-sec .section-heading { color: white; }
  .agentic-sec .section-sub { color: rgba(255,255,255,0.55); }

  .agents-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
  }

  .agent-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--radius);
    padding: 2rem;
    transition: all 0.2s;
    position: relative;
    overflow: hidden;
  }

  .agent-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, #A78BFA, transparent);
    opacity: 0;
    transition: opacity 0.3s;
  }

  .agent-card:hover { background: rgba(255,255,255,0.07); }
  .agent-card:hover::before { opacity: 1; }

  .agent-icon { font-size: 28px; margin-bottom: 1rem; }
  .agent-title { font-size: 15px; font-weight: 600; color: white; margin-bottom: 0.5rem; }
  .agent-desc { font-size: 13.5px; color: rgba(255,255,255,0.5); line-height: 1.55; margin-bottom: 1.25rem; }

  .agent-metrics {
    display: flex;
    gap: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,0.08);
  }

  .agent-metric-num {
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: white;
    line-height: 1;
  }

  .agent-metric-num span { color: #A78BFA; font-size: 1rem; }
  .agent-metric-label { font-size: 11px; color: rgba(255,255,255,0.35); margin-top: 3px; }

  /* HOW AGENTS WORK */
  .agent-flow {
    margin-top: 3.5rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
  }

  .flow-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.3); margin-bottom: 2rem; }

  .aflow-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    position: relative;
  }

  .aflow-step {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    position: relative;
  }

  .aflow-step::after {
    content: '→';
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    color: #A78BFA;
    font-size: 16px;
    z-index: 2;
  }
  .aflow-step:last-child::after { display: none; }

  .aflow-icon { font-size: 24px; margin-bottom: 0.75rem; }
  .aflow-title { font-size: 13px; font-weight: 600; color: white; margin-bottom: 4px; line-height: 1.3; }
  .aflow-desc { font-size: 11.5px; color: rgba(255,255,255,0.4); line-height: 1.4; }

  /* COMPARISON TABLE */
  .comparison-sec { background: var(--off-white); }

  .comparison-table {
    margin-top: 3rem;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: white;
  }

  .ct-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 0;
    background: var(--navy);
    padding: 1rem 1.5rem;
  }

  .ct-header-cell {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.6);
  }

  .ct-header-cell:not(:first-child) { text-align: center; }

  .ct-header-cell.highlight { color: var(--teal); }

  .ct-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 0;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--gray-100);
    align-items: center;
  }

  .ct-row:last-child { border-bottom: none; }
  .ct-row:hover { background: var(--off-white); }

  .ct-feature { font-size: 14px; color: var(--gray-800); font-weight: 500; }
  .ct-cell { text-align: center; font-size: 13px; color: var(--gray-600); }
  .ct-cell.check { font-size: 18px; }
  .ct-cell.highlight { color: var(--teal); font-weight: 600; }

  /* EHR NOTE MOCK */
  .note-mock {
    background: #1E1E2E;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.06);
  }

  .note-toolbar {
    background: rgba(255,255,255,0.04);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .note-dot { width: 9px; height: 9px; border-radius: 50%; }

  .note-body { padding: 1.5rem; }

  .note-section { margin-bottom: 1.25rem; }

  .note-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.3);
    margin-bottom: 6px;
  }

  .note-text {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    line-height: 1.65;
  }

  .note-text strong { color: rgba(255,255,255,0.9); }

  .ai-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    background: rgba(0,201,167,0.12);
    border: 1px solid rgba(0,201,167,0.2);
    color: var(--teal);
    padding: 2px 7px;
    border-radius: 100px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: 6px;
    text-transform: uppercase;
  }