:root {
  --color-primary: #111111;
  --color-accent: #f94caf;
  --color-accent-soft: #f4f6ff;
  --color-text-main: #111111;
  --color-text-muted: #676b70;
  --color-border: #e2e8f0;
  --font-heading: 'Inter', sans-serif;
  --font-body: 'Outfit', sans-serif;
}

body {
  font-family: var(--font-body);
  color: var(--color-text-main);
  line-height: 1.6;
}

h1, h2, h3, h4, .section-title {
  font-family: var(--font-heading);
  font-weight: 900;
  letter-spacing: -0.05em;
  color: var(--color-primary);
  line-height: 1.1;
}

.section-padding { padding: 100px 0; }
.section-title { font-size: 3.5rem; margin-bottom: 2.5rem; }
.fw-black { font-weight: 900 !important; }
.text-accent-pink { color: #f94caf !important; }

/* Hero */
.hero-wrapper {
  background-image: url('images/background.avif');
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}

.hero-wrapper::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%, rgba(255,255,255,1) 100%);
  z-index: 1;
}

.hero-wrapper > div {
  position: relative;
  z-index: 2;
}

.hero-wrapper .section-padding { padding: 150px 0; }

.hero-title { font-size: clamp(3.5rem, 7vw, 5.8rem); margin-bottom: 2.5rem; }
.hero-subtitle { font-size: 1.25rem; color: #111; max-width: 680px; line-height: 1.4; font-weight: 600; }

.tag-gamma {
  border: 1.5px solid #e0e4f5;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 900;
  color: #5256d9;
  text-transform: uppercase;
  margin-bottom: 2rem;
  display: inline-block;
  background: white;
}

.tag-gamma-gray {
  background-color: #f1f3f5;
  color: #495057;
  border: none;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  display: inline-block;
}



/* Workflow */
.workflow-wrapper { max-width: 100%; margin-top: 40px; }
.workflow-container { display: flex; gap: 4px; }
.workflow-step {
  flex: 1;
  background-color: #cad1f1;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%, 6% 50%);
  color: #4a54c9;
  font-size: 1.4rem;
  padding: 0;
}
.workflow-step:first-child { clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%); }

.workflow-labels { display: flex; gap: 4px; margin-top: 10px; }
.label-item {
  flex: 1;
  text-align: center;
  font-weight: 800;
  font-size: 1.05rem;
  color: #111;
}

/* Feature boxes & Cards */
.feature-box { 
  background: #dfe1f4; 
  border: none; 
  padding: 16px 24px; 
  border-radius: 6px; 
  margin-bottom: 4px; 
  font-weight: 800; 
  color: #111; 
  font-size: 1.05rem;
}
.feature-box small i { opacity: 0.7; font-weight: 600; }

.solution-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 24px;
  height: 100%;
  position: relative;
  border-left: 6px solid #4347cf;
  color: #000;
}
.solution-card h5 { font-weight: 800; margin-bottom: 4px; font-size: 1.1rem; }
.solution-card p { font-size: 0.85rem; opacity: 0.9; }

.capability-card {
  background: #f0f2ff;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
}
.icon-circle {
  width: 48px; height: 48px; background-color: #5256d9; color: white; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; font-size: 1.2rem;
}
.capability-title { font-weight: 800; font-size: 1rem; margin-bottom: 0; }

.image-gen-item { display: flex; gap: 20px; margin-bottom: 40px; }
.image-gen-icon { font-size: 2rem; color: #5256d9; flex-shrink: 0; }

/* Modality Diagram */
.modality-diagram { display: flex; flex-direction: column; align-items: center; gap: 15px; max-width: 800px; margin: 40px auto; text-align: center; }
.diagram-main { display: flex; justify-content: center; align-items: center; gap: 15px; margin-bottom: 5px; }
.diagram-bubble { background: #f0f2ff; padding: 20px; border-radius: 12px; width: 200px; box-shadow: 0 4px 12px rgba(0,0,0,0.03); color: #000; }
.diagram-center {
  width: 140px; height: 140px; background: #5256d9; color: white; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; padding: 10px; font-weight: 800; font-size: 0.9rem; line-height: 1.2;
}

/* Orchestration & Infrastructure */
.orchestration-box { background: #f94caf; color: black !important; border-radius: 12px; padding: 40px; height: 100%; }
.orchestration-box p { font-weight: 600; }

/* Trust Cards */
.trust-card { background: white; border: 1px solid #e2e8f0; border-top: 5px solid #5256d9; border-radius: 8px; padding: 40px 25px 30px; position: relative; height: 100%; }
.trust-card .icon-badge {
  width: 44px; height: 44px; background-color: #5256d9; color: white; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; position: absolute; top: -22px; left: 50%; transform: translateX(-50%);
}
.aligned-strip { background-color: #f0f2ff; border-radius: 8px; padding: 24px 40px; display: flex; font-weight: 800; }
.aligned-strip > div:first-child { border-right: 1px solid rgba(0,0,0,0.1); }

/* Comparison & Progress */
.comparison-box {
  background: white;
  border-radius: 12px;
  padding: 50px;
  display: flex;
  gap: 40px;
  color: #000;
  margin-top: 40px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}
.comparison-box ul { list-style: none; padding-left: 0; }
.comparison-box li { margin-bottom: 12px; position: relative; padding-left: 20px; font-weight: 700; font-size: 0.95rem; }
.comparison-box li::before { content: "•"; position: absolute; left: 0; font-weight: 900; }

.progress-item { border-top: 1px solid rgba(255,255,255,0.4); padding-top: 15px; margin-bottom: 40px; }
.num { font-size: 0.8rem; font-weight: 800; margin-bottom: 8px; display: block; opacity: 0.7; }
.progress-item h6 { font-weight: 800; font-size: 1.15rem; }
.trl-banner { background: #d8dbfa; padding: 20px 30px; border-radius: 12px; display: flex; align-items: center; gap: 15px; font-weight: 800; margin-top: 30px; width: 100%; }


/* Vision & Final Summary */
.vision-box { background: white; border-radius: 12px; padding: 60px; margin-top: 60px; box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.vision-tag { border: 1px solid #5256d9; color: #5256d9; padding: 4px 12px; border-radius: 6px; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; display: inline-block; }
.quote-line { border-left: 3px solid #5256d9; padding-left: 20px; margin: 30px 0; font-size: 1.15rem; font-weight: 500; }
.big-vision-text { font-size: 3.5rem; font-weight: 900; line-height: 1.1; margin-top: 50px; }

.program-card { border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; height: 100%; }
.program-header { background: #f0f2ff; padding: 15px; text-align: center; border-bottom: 1px solid #e2e8f0; font-size: 1.2rem; color: #5256d9; }
.program-body { padding: 20px; font-weight: 800; color: #000; }

.btn-gamma-primary {
  background-color: #5256d9; color: white; padding: 12px 24px; border-radius: 8px; font-weight: 800; border: none;
  display: inline-block; text-decoration: none;
}

.summary-card { background: white; border-radius: 12px; padding: 80px 60px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.summary-text { font-size: 2.8rem; font-weight: 800; line-height: 1.2; }
.summary-link { color: #5256d9; text-decoration: underline; font-weight: 600; margin-top: 40px; display: block; }

.enrichit-logo-underline { border-bottom: 4px solid #f94caf; display: inline-block; line-height: 0.85; }

/* Legal Content Styles */
.legal-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 20px;
}

.legal-section {
  margin-bottom: 50px;
}

.legal-section h5 {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #111;
  display: flex;
  align-items: center;
}

.legal-section h5::before {
  content: "";
  width: 4px;
  height: 24px;
  background-color: #5256d9;
  margin-right: 15px;
  border-radius: 2px;
}

.legal-section p {
  font-size: 1.05rem;
  color: #4a4a4f;
  margin-bottom: 20px;
}

.legal-section ul {
  list-style: none;
  padding-left: 20px;
}

.legal-section li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
  color: #4a4a4f;
}

.legal-section li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #5256d9;
  font-weight: 900;
}

.effective-date {
  background: #f0f2ff;
  color: #5256d9;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 800;
  display: inline-block;
  margin-bottom: 40px;
}

/* RESPONSIVE STYLES */

@media (max-width: 992px) {
  .hero-title { font-size: 3.8rem; }
  .section-title { font-size: 2.8rem; }
  .big-vision-text { font-size: 2.8rem; }
  .summary-text { font-size: 2.2rem; }
}

@media (max-width: 768px) {
  .section-padding { padding: 60px 0; }
  .section-title { font-size: 2.2rem; margin-bottom: 1.8rem; }
  
  .hero-title { font-size: 2.5rem; line-height: 1.1; }
  .hero-subtitle { font-size: 1.1rem; }
  
  .workflow-container { flex-direction: column; gap: 10px; margin-top: 30px; }
  .workflow-step { 
    clip-path: none !important; 
    border-radius: 8px; 
    justify-content: center; 
    padding: 0 15px;
    height: 60px;
  }
  .workflow-labels { flex-direction: column; gap: 10px; margin-top: -300px; display: none; } /* Hide labels on mobile to simplify */
  /* Or better: make steps contain text on mobile? No, let's keep it simple. */
  .workflow-step::after {
    content: attr(data-label);
    margin-left: 10px;
    font-weight: 800;
  }
  
  .comparison-box { flex-direction: column; padding: 30px 20px; gap: 30px; }
  .comparison-box .border-start { 
    border-left: none !important; 
    border-top: 1px solid rgba(0,0,0,0.1); 
    padding-left: 0 !important; 
    padding-top: 30px; 
  }

  .big-vision-text { font-size: 2rem; margin-top: 30px; }
  .summary-text { font-size: 1.8rem; }
  .summary-card { padding: 40px 20px; }
  .vision-box { padding: 40px 20px; }
  
  .modality-diagram { gap: 10px; }
  .diagram-main { flex-direction: column; gap: 10px; }
  .diagram-bubble { width: 100%; max-width: 100%; padding: 15px; }
  .diagram-center { width: 120px; height: 120px; font-size: 0.8rem; order: -1; }

  .aligned-strip { flex-direction: column; padding: 20px; }
  .aligned-strip > div:first-child { border-right: none; border-bottom: 1px solid rgba(0,0,0,0.1); padding-bottom: 15px; margin-bottom: 15px; }
  .aligned-strip > div:last-child { padding-left: 0 !important; }

  .orchestration-box { padding: 30px 20px; }
  .legal-container { padding: 40px 20px; }
  
  .row.g-5 { --bs-gutter-y: 2rem; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 2.1rem; }
  .section-title { font-size: 1.8rem; }
  .big-vision-text { font-size: 1.7rem; }
  .section-padding { padding: 50px 0; }
  
  h2.section-title[style*="font-size: 3.5rem"] {
    font-size: 2.2rem !important;
  }
}

