/* ── Hero ── */
    .ai-hero {
      background: linear-gradient(135deg, #080f14 0%, #1c5266 55%, #226673 100%);
      padding: 160px 0 60px;
      color: #fff;
      position: relative;
      overflow: hidden;
    }
    .ai-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at 65% 50%, rgba(126,166,172,0.14) 0%, transparent 65%);
      pointer-events: none;
    }
    .ai-hero-inner {
      max-width: 1140px;
      margin: 0 auto;
      padding: 0 32px;
      display: grid;
      grid-template-columns: 1fr minmax(0, 500px);
      gap: 56px;
      align-items: center;
      width: 100%;
    }
    .ai-hero-text .section-eyebrow {
      font-family: 'Oswald', sans-serif;
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #7ea6ac;
      border-left: 3px solid #7ea6ac;
      padding-left: 12px;
      margin-bottom: 20px;
      display: block;
    }
    .ai-hero-text h1 {
      font-family: 'Oswald', sans-serif;
      font-size: clamp(2.4rem, 5vw, 4rem);
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 1.1;
      margin-bottom: 20px;
    }
    .ai-hero-text h1 span { color: #7ea6ac; }
    .ai-hero-text p {
      font-family: 'Open Sans', sans-serif;
      font-size: 1.05rem;
      color: rgba(255,255,255,0.78);
      line-height: 1.75;
      margin-bottom: 32px;
      max-width: 500px;
    }
    .ai-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
    .ai-hero-visual {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 540px;
      align-self: center;
      padding-top: 32px;
    }
    /* ── AI Agent Card ── */
    .ai-agent-wrap { position: relative; width: 100%; height: 100%; }
    .ai-agent-card {
      background: #06161d;
      border-radius: 14px;
      border: 1px solid rgba(126,166,172,0.18);
      overflow: hidden;
      font-family: 'Open Sans', sans-serif;
      box-shadow: 0 28px 64px rgba(0,0,0,0.6), 0 0 0 1px rgba(126,166,172,0.06);
      width: 100%;
      height: 440px;
      display: flex;
      flex-direction: column;
    }
    .ai-agent-bar {
      display: flex; align-items: center; gap: 8px;
      padding: 10px 14px;
      background: #020d13;
      border-bottom: 1px solid rgba(126,166,172,0.1);
    }
    .ai-agent-dots { display: flex; gap: 5px; }
    .ai-agent-dots span { width: 10px; height: 10px; border-radius: 50%; }
    .ai-agent-dots span:nth-child(1) { background: #ff5f56; }
    .ai-agent-dots span:nth-child(2) { background: #ffbd2e; }
    .ai-agent-dots span:nth-child(3) { background: #27c93f; }
    .ai-agent-bar-title {
      flex: 1; text-align: center;
      font-family: 'Oswald', sans-serif; font-size: 11px; font-weight: 500;
      color: rgba(255,255,255,0.4); letter-spacing: 1px;
    }
    .ai-agent-live { display: flex; align-items: center; gap: 5px; font-size: 10px; color: rgba(255,255,255,0.4); }
    .ai-agent-live-dot {
      width: 6px; height: 6px; border-radius: 50%; background: #4ade80;
      animation: aiLivePulse 2s ease-in-out infinite;
    }
    @keyframes aiLivePulse {
      0%, 100% { box-shadow: 0 0 5px rgba(74,222,128,0.7); opacity: 1; }
      50% { box-shadow: 0 0 0px rgba(74,222,128,0); opacity: 0.6; }
    }
    .ai-agent-header {
      display: flex; align-items: center; gap: 10px;
      padding: 12px 16px 11px;
      border-bottom: 1px solid rgba(126,166,172,0.07);
    }
    .ai-agent-avatar {
      width: 34px; height: 34px; border-radius: 9px; flex-shrink: 0;
      background: linear-gradient(135deg, #226673 0%, #0e3d49 100%);
      border: 1px solid rgba(126,166,172,0.3);
      display: flex; align-items: center; justify-content: center;
    }
    .ai-agent-meta-name { font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600; color: #fff; line-height: 1.2; }
    .ai-agent-meta-status { font-size: 10px; color: rgba(126,166,172,0.8); margin-top: 2px; min-height: 14px; transition: opacity 0.4s; }
    .ai-agent-badge {
      margin-left: auto; background: rgba(34,102,115,0.35);
      border: 1px solid rgba(126,166,172,0.22); border-radius: 5px;
      padding: 3px 8px; font-family: 'Oswald', sans-serif;
      font-size: 10px; font-weight: 600; color: #7ea6ac; letter-spacing: 0.5px;
    }
    .ai-agent-steps { padding: 4px 0 2px; flex: 1; display: flex; flex-direction: column; overflow: hidden; }
    .aig-step { padding: 0 16px; flex: 1; display: flex; flex-direction: column; min-height: 0; overflow: hidden; }
    .aig-step-row { display: flex; align-items: center; gap: 9px; padding: 10px 0 6px; flex-shrink: 0; }
    .aig-icon {
      width: 18px; height: 18px; border-radius: 50%;
      border: 1.5px solid rgba(126,166,172,0.18);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0; position: relative; transition: border-color 0.3s, background 0.3s;
    }
    .aig-icon .pi { width: 7px; height: 7px; border-radius: 50%; background: #7ea6ac; opacity: 0; transition: opacity 0.3s; }
    .aig-step.active .aig-icon { border-color: #7ea6ac; }
    .aig-step.active .aig-icon .pi { opacity: 1; animation: aiPiPulse 1s ease-in-out infinite; }
    @keyframes aiPiPulse { 0%,100%{transform:scale(1);opacity:1} 50%{transform:scale(0.55);opacity:0.45} }
    .aig-step.done .aig-icon { border-color: #4ade80; background: rgba(74,222,128,0.1); }
    .aig-step.done .aig-icon .pi { display: none; }
    .aig-step.done .aig-icon::after { content: '✓'; font-size: 9px; color: #4ade80; font-weight: 700; position: absolute; }
    .aig-step.flagged .aig-icon { border-color: #fbbf24; background: rgba(251,191,36,0.1); }
    .aig-step.flagged .aig-icon .pi { display: none; }
    .aig-step.flagged .aig-icon::after { content: '!'; font-size: 10px; color: #fbbf24; font-weight: 900; position: absolute; }
    .aig-step.flagged .aig-step-label { color: #fbbf24; }
    .aig-step-label { font-size: 11.5px; font-weight: 600; color: rgba(255,255,255,0.22); transition: color 0.3s; font-family: 'Open Sans', sans-serif; }
    .aig-step.active .aig-step-label, .aig-step.done .aig-step-label { color: rgba(255,255,255,0.92); }
    .aig-details { padding-left: 27px; overflow: hidden; flex: 1; }
    .aig-row {
      display: flex; align-items: flex-start; gap: 8px;
      padding: 1px 0; opacity: 0; transform: translateX(-6px);
      transition: opacity 0.35s ease, transform 0.35s ease;
    }
    .aig-row.show { opacity: 1; transform: translateX(0); }
    .aig-key {
      font-size: 9px; text-transform: uppercase; letter-spacing: 0.4px;
      color: rgba(126,166,172,0.5); min-width: 68px; flex-shrink: 0;
      padding-top: 1.5px; line-height: 1.5;
    }
    .aig-val { color: rgba(255,255,255,0.65); font-size: 10.5px; line-height: 1.5; }
    .aig-val.ok { color: #4ade80; }
    .aig-val.warn { color: #fbbf24; }
    .aig-divider { height: 1px; background: rgba(126,166,172,0.06); margin: 0 16px; flex-shrink: 0; }
    .ai-agent-footer { display: flex; border-top: 1px solid rgba(126,166,172,0.1); margin-top: 6px; }
    .aig-foot-stat {
      flex: 1; display: flex; flex-direction: column; align-items: center;
      padding: 10px 0; border-right: 1px solid rgba(126,166,172,0.07);
    }
    .aig-foot-stat:last-child { border-right: none; }
    .aig-foot-num { font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 700; color: #7ea6ac; line-height: 1; }
    .aig-foot-lbl { font-size: 8.5px; color: rgba(255,255,255,0.3); text-transform: uppercase; letter-spacing: 0.4px; margin-top: 3px; }

    /* ── Capabilities Section ── */
    .ai-capabilities {
      background: #f4f7f8;
      padding: 80px 0 90px;
    }
    .ai-capabilities .section-inner {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 24px;
    }
    .ai-caps-header {
      text-align: center;
      margin-bottom: 56px;
    }
    .ai-caps-header .section-eyebrow {
      font-family: 'Oswald', sans-serif;
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #226673;
      margin-bottom: 10px;
      display: block;
    }
    .ai-caps-header h2 {
      font-family: 'Oswald', sans-serif;
      font-size: clamp(1.9rem, 3.5vw, 2.6rem);
      font-weight: 700;
      color: #1a1a2e;
    }
    .ai-caps-header h2 span { color: #226673; }
    .ai-caps-header p {
      font-family: 'Open Sans', sans-serif;
      font-size: 1rem;
      color: #555;
      max-width: 560px;
      margin: 12px auto 0;
      line-height: 1.7;
    }

    .ai-caps-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
      gap: 24px;
    }
    .ai-cap-card {
      background: #fff;
      border-radius: 16px;
      padding: 32px 28px;
      box-shadow: 0 4px 20px rgba(34,102,115,0.08);
      border-top: 3px solid #226673;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }
    .ai-cap-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 14px 40px rgba(34,102,115,0.15);
    }
    .ai-cap-icon {
      width: 48px; height: 48px;
      background: rgba(34,102,115,0.08);
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 18px;
      color: #226673;
    }
    .ai-cap-card h3 {
      font-family: 'Oswald', sans-serif;
      font-size: 1.1rem;
      font-weight: 600;
      color: #1a1a2e;
      margin-bottom: 10px;
      letter-spacing: 0.3px;
    }
    .ai-cap-card p {
      font-family: 'Open Sans', sans-serif;
      font-size: 0.9rem;
      color: #555;
      line-height: 1.65;
    }

    /* ── How It Works ── */
    .ai-process {
      background: #226673;
      padding: 80px 0;
    }
    .ai-process .section-inner {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 24px;
    }
    .ai-process-header {
      text-align: center;
      margin-bottom: 52px;
    }
    .ai-process-header .section-eyebrow {
      font-family: 'Oswald', sans-serif;
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #7ea6ac;
      margin-bottom: 10px;
      display: block;
    }
    .ai-process-header h2 {
      font-family: 'Oswald', sans-serif;
      font-size: clamp(1.8rem, 3vw, 2.4rem);
      font-weight: 700;
      color: #fff;
    }
    .ai-steps {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 0;
      position: relative;
    }
    .ai-steps::before {
      content: '';
      position: absolute;
      top: 36px;
      left: 10%;
      width: 80%;
      height: 2px;
      background: rgba(126,166,172,0.3);
    }
    .ai-step {
      text-align: center;
      padding: 0 20px;
      position: relative;
    }
    .ai-step-num {
      width: 52px; height: 52px;
      background: #7ea6ac;
      color: #fff;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-family: 'Oswald', sans-serif;
      font-size: 1.3rem;
      font-weight: 700;
      margin: 0 auto 20px;
      position: relative;
      z-index: 1;
    }
    .ai-step h3 {
      font-family: 'Oswald', sans-serif;
      font-size: 1rem;
      font-weight: 600;
      color: #fff;
      margin-bottom: 8px;
      letter-spacing: 0.5px;
    }
    .ai-step p {
      font-family: 'Open Sans', sans-serif;
      font-size: 0.88rem;
      color: rgba(255,255,255,0.7);
      line-height: 1.6;
    }

    /* ── Use Cases ── */
    .ai-usecases {
      background: #f4f7f8;
      padding: 16px 0 90px;
    }
    .ai-usecases .section-inner {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 24px;
    }
    .ai-usecases-header {
      text-align: center;
      margin-bottom: 52px;
    }
    .ai-usecases-header .section-eyebrow {
      font-family: 'Oswald', sans-serif;
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #226673;
      margin-bottom: 10px;
      display: block;
    }
    .ai-usecases-header h2 {
      font-family: 'Oswald', sans-serif;
      font-size: clamp(1.8rem, 3.5vw, 2.4rem);
      font-weight: 700;
      color: #1a1a2e;
    }
    .usecase-table {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    .usecase-row {
      background: #226673;
      border-radius: 14px;
      padding: 32px 28px;
      position: relative;
      overflow: hidden;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }
    .usecase-row:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 36px rgba(34,102,115,0.22);
      background: #630404;
    }
    .usecase-row::before {
      content: none;
    }
    .usecase-content h4 {
      font-family: 'Oswald', sans-serif;
      font-size: 1.15rem;
      font-weight: 600;
      color: #fff;
      margin-bottom: 10px;
      letter-spacing: 0.8px;
      line-height: 1.4;
    }
    .usecase-content p {
      font-family: 'Open Sans', sans-serif;
      font-size: 0.88rem;
      color: rgba(255,255,255,0.72);
      line-height: 1.65;
    }
    @media (max-width: 860px) { .usecase-table { grid-template-columns: repeat(2,1fr); } }
    @media (max-width: 560px) { .usecase-table { grid-template-columns: 1fr; } }

    /* ── AI Ticker Banner ── */
    .ai-ticker-wrap {
      background: #06161d;
      border-top: 1px solid rgba(126,166,172,0.15);
      border-bottom: 1px solid rgba(126,166,172,0.15);
      padding: 14px 0;
      overflow: hidden;
      position: relative;
    }
    .ai-ticker-wrap::before,
    .ai-ticker-wrap::after {
      content: '';
      position: absolute;
      top: 0; bottom: 0;
      width: 80px;
      z-index: 2;
      pointer-events: none;
    }
    .ai-ticker-wrap::before { left: 0; background: linear-gradient(to right, #06161d, transparent); }
    .ai-ticker-wrap::after  { right: 0; background: linear-gradient(to left, #06161d, transparent); }
    .ai-ticker-track { overflow: hidden; }
    .ai-ticker-inner {
      display: flex;
      gap: 0;
      width: max-content;
      animation: aiTicker 55s linear infinite;
      will-change: transform;
    }
    .ai-ticker-wrap:hover .ai-ticker-inner { animation-play-state: paused; }
    @keyframes aiTicker {
      0%   { transform: translate3d(0,0,0); }
      100% { transform: translate3d(-50%,0,0); }
    }
    .atk-item {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 0 28px;
      font-family: 'Oswald', sans-serif;
      font-size: 13px;
      font-weight: 500;
      color: rgba(255,255,255,0.55);
      letter-spacing: 0.5px;
      white-space: nowrap;
      transition: color 0.2s;
    }
    .atk-item:hover { color: #7ea6ac; }
    .atk-dot {
      width: 5px; height: 5px; border-radius: 50%;
      background: #630404;
      flex-shrink: 0;
    }

    /* ── CTA ── */
    .pharm-spotlight {
      background: #fff;
      padding: 70px 0;
      border-top: 1px solid rgba(34,102,115,0.1);
    }
    .pharm-spotlight-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
    }
    .pharm-spotlight-text .section-eyebrow { margin-bottom: 10px; display: block; }
    .pharm-spotlight-text h2 {
      font-family: 'Oswald', sans-serif;
      font-size: clamp(1.8rem, 3vw, 2.4rem);
      font-weight: 700;
      color: #0d2e38;
      margin-bottom: 16px;
    }
    .pharm-spotlight-text p {
      font-family: 'Open Sans', sans-serif;
      font-size: .97rem;
      color: #4a6b72;
      line-height: 1.75;
      margin-bottom: 0;
    }
    .pharm-spotlight-text .btn {
      margin-top: 32px;
    }
    .pharm-spotlight-stats {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 20px;
    }
    .pharm-stat {
      background: #226673;
      border-radius: 12px;
      padding: 24px 16px;
      text-align: center;
      border: none;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .pharm-stat-val {
      display: block;
      font-family: 'Oswald', sans-serif;
      font-size: 2.6rem;
      font-weight: 700;
      color: #fff;
      line-height: 1;
      margin-bottom: 6px;
    }
    .pharm-stat-lbl {
      font-family: 'Open Sans', sans-serif;
      font-size: .75rem;
      color: rgba(255,255,255,0.85);
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .04em;
    }
    @media (max-width: 768px) {
      .pharm-spotlight-inner { grid-template-columns: 1fr; gap: 36px; }
    }

    .ai-cta {      background: linear-gradient(135deg, #080f14, #1c5266);
      padding: 80px 0;
      text-align: center;
      color: #fff;
    }
    .ai-cta h2 {
      font-family: 'Oswald', sans-serif;
      font-size: clamp(1.9rem, 3.5vw, 2.6rem);
      font-weight: 700;
      margin-bottom: 14px;
    }
    .ai-cta h2 span { color: #7ea6ac; }
    .ai-cta p {
      font-family: 'Open Sans', sans-serif;
      font-size: 1rem;
      color: rgba(255,255,255,0.72);
      max-width: 500px;
      margin: 0 auto 32px;
      line-height: 1.7;
    }

    @media (max-width: 900px) {
      .ai-hero-inner { grid-template-columns: 1fr; }
      .ai-hero-visual { display: block; max-width: 480px; margin: 32px auto 0; }
      .ai-steps::before { display: none; }
      .ai-steps { gap: 32px; }
    }