/* ==============================================================================
   Soft Futura - Pharma AI ERP Solution Landing Page Stylesheet
   Design Language: Clean White + Deep Navy + Soft Futura Blue
   ============================================================================== */

/* Base Page Overrides & Clean White/Navy SaaS Sections */
.pharma-erp-page {
  background-color: #ffffff;
  color: #334155;
  font-family: var(--font-body, 'Inter', sans-serif);
}

.pharma-erp-page h1,
.pharma-erp-page h2,
.pharma-erp-page h3,
.pharma-erp-page h4 {
  font-family: var(--font-heading, 'Plus Jakarta Sans', sans-serif);
}

.pharma-section-light h2,
.pharma-section-light h3,
.pharma-section-muted h2,
.pharma-section-muted h3,
.pharma-block-card h3,
.pharma-section-title {
  color: #0f172a;
}

.pharma-container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.pharma-section {
  padding: 68px 0;
  position: relative;
}

.pharma-section-light {
  background-color: #ffffff;
}

.pharma-section-muted {
  background-color: #f8fafc;
}

.pharma-section-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 36px;
}

.pharma-section-header.text-left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.pharma-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  margin-bottom: 14px;
}

.pharma-eyebrow.eyebrow-pill {
  padding: 6px 14px;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 9999px;
}

.pharma-eyebrow-dark {
  color: #60a5fa;
}

.pharma-eyebrow-dark.eyebrow-pill {
  background: rgba(37, 99, 235, 0.18);
  border-color: rgba(96, 165, 250, 0.3);
  color: #93c5fd;
}

.pharma-section-title {
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 800;
  line-height: 1.2;
  color: #0f172a;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.pharma-section-desc {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #64748b;
  margin: 0 auto;
}

.pharma-text-blue {
  color: #2563eb !important;
}

.pharma-text-gradient {
  background: linear-gradient(135deg, #2563eb 0%, #06b6d4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ==============================================================================
   1. HERO SECTION (Dark Navy + Pharma Vials Cleanroom Atmosphere)
   ============================================================================== */
.pharma-hero {
  position: relative;
  background-color: #030712;
  color: #f1f5f9;
  padding-top: 105px;
  padding-bottom: 60px;
  overflow: hidden;
  min-height: auto;
  display: flex;
  align-items: center;
}

.pharma-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url('../images/hero/pharma-hero-bg.webp');
  background-size: cover;
  background-position: center right;
  opacity: 0.45;
}

.pharma-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(circle at 75% 45%, rgba(3, 7, 18, 0.25) 0%, rgba(3, 7, 18, 0.88) 55%, #030712 100%),
              linear-gradient(90deg, #030712 0%, rgba(3, 7, 18, 0.94) 48%, rgba(3, 7, 18, 0.65) 100%);
}

.pharma-hero-glow {
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  filter: blur(140px);
  pointer-events: none;
  z-index: 2;
}

.pharma-hero-glow-1 {
  top: 10%;
  left: -80px;
  background: rgba(37, 99, 235, 0.25);
}

.pharma-hero-glow-2 {
  bottom: 5%;
  right: 20%;
  background: rgba(6, 182, 212, 0.18);
}

.pharma-hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(350px, 420px);
  gap: 36px;
  align-items: center;
  width: 100%;
}

/* Left Hero Content */
.pharma-hero-content {
  width: 100%;
  max-width: 660px;
}

.pharma-eyebrow-text {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #60a5fa;
  margin-bottom: 16px;
}

.pharma-hero-title,
.pharma-hero h1 {
  font-size: clamp(2.1rem, 3.4vw, 3.25rem);
  font-weight: 800;
  line-height: 1.16;
  color: #ffffff !important;
  margin-bottom: 18px;
  letter-spacing: -0.025em;
}

.pharma-hero-title .pharma-title-highlight {
  color: #3b82f6 !important;
  display: block;
}

.pharma-hero-desc {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #cbd5e1 !important;
  margin-bottom: 26px;
  max-width: 580px;
}

/* 4 Benefit Indicators (Clean Horizontal Grid Matching Reference) */
.pharma-hero-benefits-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 30px;
  max-width: 620px;
}

.pharma-benefit-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  backdrop-filter: blur(6px);
  transition: all 0.2s ease;
}

.pharma-benefit-item:hover {
  background: rgba(37, 99, 235, 0.12);
  border-color: rgba(96, 165, 250, 0.35);
  transform: translateY(-2px);
}

.pharma-benefit-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: #38bdf8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pharma-benefit-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pharma-benefit-label {
  font-size: 0.785rem;
  font-weight: 600;
  color: #e2e8f0;
  line-height: 1.25;
}

/* Hero Actions */
.pharma-hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.pharma-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  background: #2563eb;
  color: #ffffff !important;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 9999px;
  border: 1px solid #3b82f6;
  box-shadow: 0 4px 18px rgba(37, 99, 235, 0.4);
  transition: all 0.25s ease;
  cursor: pointer;
  text-decoration: none;
}

.pharma-btn-primary:hover {
  background: #1d4ed8;
  border-color: #60a5fa;
  box-shadow: 0 6px 24px rgba(37, 99, 235, 0.6);
  transform: translateY(-2px);
}

.pharma-btn-primary svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  transition: transform 0.2s ease;
}

.pharma-btn-primary:hover svg {
  transform: translateX(3px);
}

.pharma-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  transition: all 0.25s ease;
  cursor: pointer;
  text-decoration: none;
}

.pharma-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}

.pharma-btn-secondary svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  transition: transform 0.2s ease;
}

.pharma-btn-secondary:hover svg {
  transform: translateY(2px);
}

/* Compliance Badges Row (Below CTA) */
.pharma-compliance-strip {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 22px;
}

.pharma-compliance-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #94a3b8;
}

.pharma-compliance-item svg {
  width: 16px;
  height: 16px;
  color: #38bdf8;
  flex-shrink: 0;
}

/* Hero Right: Demo Form Card */
.pharma-demo-card-wrapper {
  position: relative;
  width: 100%;
}

.pharma-demo-card {
  background: #ffffff;
  color: #0f172a;
  border-radius: 16px;
  padding: 26px 22px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.pharma-demo-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #06b6d4);
}

.pharma-demo-header {
  text-align: center;
  margin-bottom: 18px;
}

.pharma-demo-header h2 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}

.pharma-demo-header p {
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.4;
}

.pharma-form-group {
  margin-bottom: 12px;
  position: relative;
}

.pharma-form-input,
.pharma-form-select,
.pharma-form-textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 0.85rem;
  color: #0f172a;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  transition: all 0.2s ease;
  font-family: inherit;
  box-sizing: border-box;
}

.pharma-form-input:focus,
.pharma-form-select:focus,
.pharma-form-textarea:focus {
  background: #ffffff;
  border-color: #2563eb;
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.pharma-form-input::placeholder,
.pharma-form-textarea::placeholder {
  color: #94a3b8;
}

.pharma-form-select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

.pharma-form-textarea {
  resize: vertical;
  min-height: 70px;
}

.pharma-form-btn {
  width: 100%;
  padding: 13px 20px;
  background: #2563eb;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
  transition: all 0.25s ease;
  margin-top: 18px;
}

.pharma-form-btn:hover {
  background: #1d4ed8;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.5);
  transform: translateY(-1px);
}

.pharma-form-security {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 0.775rem;
  color: #64748b;
}

.pharma-form-security svg {
  width: 14px;
  height: 14px;
  color: #10b981;
}

.pharma-form-status {
  margin-top: 12px;
  padding: 10px;
  border-radius: 6px;
  font-size: 0.825rem;
  display: none;
  text-align: center;
}

.pharma-form-status.success {
  display: block;
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.pharma-form-status.error {
  display: block;
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

/* ==============================================================================
   2. TRUST / STATS BAR
   ============================================================================== */
.pharma-stats-bar {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  padding: 44px 0;
}

.pharma-stats-heading {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #2563eb;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.pharma-stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  text-align: center;
}

.pharma-stat-card {
  padding: 12px 16px;
  position: relative;
}

.pharma-stat-card:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: #e2e8f0;
}

.pharma-stat-num {
  font-size: clamp(1.85rem, 2.5vw, 2.4rem);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 6px;
  letter-spacing: -0.03em;
}

.pharma-stat-num span {
  color: #2563eb;
}

.pharma-stat-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #64748b;
}

/* ==============================================================================
   3. ERP MODULES SECTION (10 Clean Rounded Enterprise Cards)
   ============================================================================== */
.pharma-modules-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.pharma-module-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 26px 20px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.pharma-module-card:hover {
  border-color: #bfdbfe;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.12);
  transform: translateY(-4px);
}

.pharma-module-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}

.pharma-module-card:hover .pharma-module-icon-wrap {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
  transform: scale(1.06);
}

.pharma-module-icon-wrap svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pharma-module-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
  line-height: 1.3;
}

.pharma-module-desc {
  font-size: 0.835rem;
  line-height: 1.55;
  color: #64748b;
  margin: 0;
}

.pharma-modules-cta {
  text-align: center;
}

.pharma-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: #ffffff;
  color: #2563eb;
  font-size: 0.9375rem;
  font-weight: 700;
  border: 1.5px solid #2563eb;
  border-radius: 9999px;
  transition: all 0.25s ease;
  text-decoration: none;
}

.pharma-btn-outline:hover {
  background: #2563eb;
  color: #ffffff !important;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.25);
  transform: translateY(-2px);
}

.pharma-btn-outline svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  transition: transform 0.2s ease;
}

.pharma-btn-outline:hover svg {
  transform: translateX(3px);
}

/* ==============================================================================
   4. WHY SOFT FUTURA PHARMA AI ERP? & ERP DASHBOARD MOCKUP
   ============================================================================== */
.pharma-why-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 52px;
  align-items: center;
}

.pharma-why-content {
  padding-right: 12px;
}

.pharma-why-heading {
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.pharma-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pharma-checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 1.025rem;
  font-weight: 500;
  color: #334155;
  line-height: 1.5;
}

.pharma-check-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.pharma-check-icon svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Realistic Enterprise ERP Dashboard Mockup */
.pharma-dashboard-window {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  font-size: 0.775rem;
  color: #334155;
}

/* Top App Window Bar */
.pharma-dash-topbar {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pharma-dash-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.8125rem;
  color: #0f172a;
}

.pharma-dash-brand-icon {
  width: 22px;
  height: 22px;
  background: #2563eb;
  color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
}

.pharma-dash-search {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 4px 10px;
  color: #94a3b8;
  font-size: 0.75rem;
  width: 190px;
}

.pharma-dash-user {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: #475569;
}

.pharma-dash-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #dbeafe;
  color: #1e40af;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

/* Dashboard Body: Sidebar + Main Content */
.pharma-dash-body {
  display: grid;
  grid-template-columns: 140px 1fr;
  min-height: 480px;
}

.pharma-dash-sidebar {
  background: #f8fafc;
  border-right: 1px solid #e2e8f0;
  padding: 12px 8px;
}

.pharma-dash-nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 6px;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 0.75rem;
  cursor: pointer;
  transition: all 0.15s ease;
}

.pharma-dash-nav-item:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.pharma-dash-nav-item.active {
  background: #2563eb;
  color: #ffffff;
}

.pharma-dash-nav-item svg {
  width: 14px;
  height: 14px;
}

.pharma-dash-main {
  padding: 16px;
  background: #ffffff;
  overflow: hidden;
}

/* Top 4 KPI Cards */
.pharma-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}

.pharma-kpi-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px;
}

.pharma-kpi-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  color: #64748b;
  font-size: 0.7rem;
  font-weight: 600;
}

.pharma-kpi-val {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 2px;
}

.pharma-kpi-trend {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 0.675rem;
  font-weight: 700;
  color: #10b981;
}

/* Middle Row: Production Bar Chart + Batch Donut + Inventory Summary */
.pharma-chart-row {
  display: grid;
  grid-template-columns: 1.3fr 0.95fr 0.95fr;
  gap: 10px;
  margin-bottom: 14px;
}

.pharma-subcard {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 12px;
}

.pharma-subcard-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Production Bar Chart */
.pharma-bars-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 80px;
  padding-top: 10px;
  border-bottom: 1px solid #e2e8f0;
}

.pharma-bar-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1;
}

.pharma-bar-pill {
  width: 14px;
  background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
  border-radius: 4px 4px 0 0;
  transition: height 0.4s ease;
}

.pharma-bar-label {
  font-size: 0.65rem;
  color: #94a3b8;
  font-weight: 600;
}

/* Donut Status Chart */
.pharma-donut-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 4px;
}

.pharma-donut-svg {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
}

.pharma-donut-legend {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.675rem;
}

.pharma-legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pharma-legend-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

/* Inventory Summary */
.pharma-inv-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 4px;
}

.pharma-inv-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.pharma-inv-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.68rem;
  color: #475569;
  font-weight: 600;
}

.pharma-progress-bg {
  height: 5px;
  background: #f1f5f9;
  border-radius: 4px;
  overflow: hidden;
}

.pharma-progress-fill {
  height: 100%;
  border-radius: 4px;
}

/* Lower Row: AI Insights + Recent Alerts */
.pharma-lower-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.pharma-insight-card {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 10px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
  margin-bottom: 6px;
  font-size: 0.7rem;
  color: #166534;
  line-height: 1.4;
}

.pharma-insight-card.warning {
  background: #fffbeb;
  border-color: #fde68a;
  color: #92400e;
}

.pharma-alert-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 0;
  border-bottom: 1px dashed #f1f5f9;
  font-size: 0.68rem;
}

.pharma-alert-item:last-child {
  border-bottom: none;
}

.pharma-alert-text {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #334155;
}

.pharma-alert-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

.pharma-alert-time {
  color: #94a3b8;
  font-size: 0.65rem;
  white-space: nowrap;
}

/* ==============================================================================
   5. INDUSTRIES WE SERVE & 6. COMPLIANCE READY (Side by Side / Clean Rows)
   ============================================================================== */
.pharma-segments-compliance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.pharma-block-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 36px 28px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.pharma-items-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  text-align: center;
  margin-top: 24px;
}

.pharma-item-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.pharma-icon-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.pharma-item-col:hover .pharma-icon-circle {
  background: #eff6ff;
  border-color: #93c5fd;
  color: #1d4ed8;
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(37, 99, 235, 0.15);
}

.pharma-icon-circle svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pharma-item-name {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.25;
}

.pharma-item-sub {
  font-size: 0.725rem;
  color: #64748b;
  line-height: 1.2;
}

/* ==============================================================================
   7. TESTIMONIALS & 8. FAQS (Side by Side / Clean Section)
   ============================================================================== */
.pharma-testimonials-faqs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

/* Testimonials */
.pharma-testimonials-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pharma-testimonial-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 26px 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pharma-testimonial-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.pharma-test-stars {
  display: flex;
  gap: 3px;
  color: #f59e0b;
  margin-bottom: 12px;
  font-size: 1rem;
}

.pharma-test-quote {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #334155;
  font-style: italic;
  margin-bottom: 18px;
  position: relative;
}

.pharma-test-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pharma-test-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eff6ff;
  border: 1.5px solid #bfdbfe;
  color: #1e40af;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.pharma-test-author-info h4 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 2px;
}

.pharma-test-author-info p {
  font-size: 0.8125rem;
  color: #64748b;
  margin: 0;
}

/* FAQ Accordions */
.pharma-faqs-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pharma-faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pharma-faq-item.active {
  border-color: #bfdbfe;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.08);
}

.pharma-faq-trigger {
  width: 100%;
  padding: 16px 20px;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  font-family: inherit;
  transition: color 0.2s ease;
}

.pharma-faq-trigger:hover,
.pharma-faq-item.active .pharma-faq-trigger {
  color: #2563eb;
}

.pharma-faq-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.25s ease, background 0.2s ease, color 0.2s ease;
}

.pharma-faq-item.active .pharma-faq-icon {
  transform: rotate(180deg);
  background: #eff6ff;
  color: #2563eb;
}

.pharma-faq-icon svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pharma-faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pharma-faq-content {
  padding: 0 20px 18px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #475569;
}

/* ==============================================================================
   9. FINAL CTA / BLUE BANNER
   ============================================================================== */
.pharma-final-banner {
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 50%, #0284c7 100%);
  color: #ffffff;
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}

.pharma-final-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
}

.pharma-banner-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: relative;
  z-index: 2;
}

.pharma-banner-left {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 680px;
}

.pharma-banner-call-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
}

.pharma-banner-call-icon svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pharma-banner-title {
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 800;
  color: #ffffff !important;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

.pharma-banner-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  margin: 0;
}

.pharma-banner-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.pharma-btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  background: #ffffff;
  color: #1d4ed8 !important;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 9999px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
  text-decoration: none;
}

.pharma-btn-white:hover {
  background: #f8fafc;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.pharma-btn-transparent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 9999px;
  transition: all 0.25s ease;
  text-decoration: none;
}

.pharma-btn-transparent:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: #ffffff;
  transform: translateY(-2px);
}

.pharma-btn-transparent svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

/* ==============================================================================
   RESPONSIVE DESIGN BREAKPOINTS
   ============================================================================== */
@media (max-width: 1100px) {
  .pharma-modules-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pharma-stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pharma-stat-card:nth-child(3)::after {
    display: none;
  }
}

@media (max-width: 992px) {
  .pharma-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pharma-hero-content {
    max-width: 100%;
  }

  .pharma-hero-benefits-row {
    max-width: 100%;
  }

  .pharma-demo-card {
    max-width: 480px;
    margin: 0 auto;
  }

  .pharma-why-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pharma-segments-compliance-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pharma-testimonials-faqs-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pharma-banner-flex {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .pharma-banner-left {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .pharma-section {
    padding: 60px 0;
  }

  .pharma-hero {
    padding-top: 110px;
    padding-bottom: 60px;
  }

  .pharma-hero-benefits-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .pharma-modules-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .pharma-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .pharma-stat-card::after {
    display: none !important;
  }

  .pharma-items-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .pharma-dash-body {
    grid-template-columns: 1fr;
  }

  .pharma-dash-sidebar {
    display: none;
  }

  .pharma-kpi-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pharma-chart-row {
    grid-template-columns: 1fr;
  }

  .pharma-lower-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .pharma-hero-benefits-row {
    grid-template-columns: 1fr;
  }

  .pharma-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 10px;
  }

  .pharma-stats-grid .pharma-stat-card:last-child {
    grid-column: 1 / -1;
    max-width: 220px;
    margin: 0 auto;
  }

  .pharma-stat-card {
    padding: 12px 8px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #f1f5f9;
  }

  .pharma-stat-num {
    font-size: 1.6rem;
  }

  .pharma-stat-label {
    font-size: 0.78rem;
  }

  .pharma-items-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .pharma-hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .pharma-btn-primary,
  .pharma-btn-secondary {
    width: 100%;
  }

  .pharma-banner-actions {
    flex-direction: column;
    width: 100%;
  }

  .pharma-btn-white,
  .pharma-btn-transparent {
    width: 100%;
  }
}
