@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../webfonts/fa-regular-400.woff2') format('woff2'), url('../webfonts/fa-regular-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../webfonts/fa-solid-900.woff2') format('woff2'), url('../webfonts/fa-solid-900.ttf') format('truetype');
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../webfonts/fa-brands-400.woff2') format('woff2'), url('../webfonts/fa-brands-400.ttf') format('truetype');
}

* { box-sizing: border-box; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #1f2937;
  line-height: 1.6;
  margin: 0;
}

a { color: #0D9488; text-decoration: none; }
a:hover { color: #0f766e; }

.navbar { background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.08); }
.navbar-brand { font-weight: 700; font-size: 22px; color: #0D9488; }
.navbar-brand span { color: #134e4a; }
.nav-link { color: #374151; font-weight: 500; }
.nav-link:hover { color: #0D9488; }
.btn-nav-cta {
  background: #0D9488;
  color: #fff;
  border-radius: 6px;
  padding: 8px 20px;
  font-weight: 600;
}
.btn-nav-cta:hover { background: #0f766e; color: #fff; }

.hero-section {
  background: linear-gradient(135deg, #0f1f1e 0%, #134e4a 60%, #0D9488 100%);
  color: #fff;
  padding: 100px 0 80px;
}
.hero-badge {
  display: inline-block;
  background: rgba(13,148,136,0.25);
  border: 1px solid rgba(13,148,136,0.5);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #99f6e4;
  margin-bottom: 20px;
}
.hero-section h1 { font-size: 45px; font-weight: 700; margin-bottom: 20px; line-height: 1.2; max-width: 600px; }
.hero-section p.lead { font-size: 18px; opacity: 0.85; max-width: 520px; margin-bottom: 36px; }

.hero-data-row {
  display: flex;
  gap: 32px;
  margin-top: 40px;
}
.hero-data-item { }
.hero-data-num { font-size: 32px; font-weight: 700; color: #5eead4; }
.hero-data-label { font-size: 13px; color: rgba(255,255,255,0.6); }

.btn-primary-ca {
  background: #0D9488;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 13px 28px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}
.btn-primary-ca:hover { background: #0f766e; color: #fff; }
.btn-outline-ca {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 6px;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}
.btn-outline-ca:hover { background: rgba(255,255,255,0.08); color: #fff; }

.section-label { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #0D9488; margin-bottom: 10px; }
.section-title { font-size: 30px; font-weight: 700; color: #134e4a; margin-bottom: 14px; }
.section-subtitle { font-size: 16px; color: #6b7280; max-width: 560px; margin-bottom: 48px; }

.platform-section { padding: 80px 0; background: #f0fdfa; }
.capability-card {
  background: #fff;
  border: 1px solid #ccfbf1;
  border-radius: 10px;
  padding: 28px;
  height: 100%;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.capability-card:hover { box-shadow: 0 4px 16px rgba(13,148,136,0.12); border-color: #0D9488; }
.cap-icon {
  width: 48px; height: 48px;
  background: #ccfbf1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cap-icon i { color: #0D9488; font-size: 19px; }
.capability-card h6 { font-weight: 700; color: #134e4a; margin-bottom: 8px; }
.capability-card p { color: #6b7280; font-size: 14px; margin: 0; line-height: 1.6; }

.pipeline-section { padding: 80px 0; background: #fff; }
.pipeline-timeline { position: relative; }
.pipeline-phase {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.pipeline-phase:hover { border-color: #0D9488; box-shadow: 0 2px 10px rgba(13,148,136,0.1); }
.phase-badge {
  min-width: 110px;
  text-align: center;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
}
.phase-preclinical { background: #f0fdfa; color: #0D9488; border: 1px solid #99f6e4; }
.phase-1 { background: #ecfdf5; color: #059669; border: 1px solid #a7f3d0; }
.phase-2 { background: #fef9c3; color: #ca8a04; border: 1px solid #fde047; }
.phase-3 { background: #fef2f2; color: #dc2626; border: 1px solid #fca5a5; }
.phase-info h6 { font-weight: 700; color: #134e4a; margin-bottom: 4px; }
.phase-info p { color: #6b7280; font-size: 14px; margin: 0; }
.phase-tag { font-size: 12px; font-weight: 600; color: #0D9488; margin-top: 4px; }

.partners-section { background: #f9fafb; padding: 60px 0; }
.partner-logo-grid { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.partner-logo-box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 18px 28px;
  font-weight: 700;
  color: #9ca3af;
  font-size: 15px;
  min-width: 120px;
  text-align: center;
}

.cta-section { background: #0f1f1e; padding: 80px 0; text-align: center; color: #fff; }
.cta-section h2 { font-size: 34px; font-weight: 700; margin-bottom: 16px; }
.cta-section p { opacity: 0.75; font-size: 16px; margin-bottom: 32px; max-width: 520px; margin-left: auto; margin-right: auto; }

.page-hero {
  background: linear-gradient(135deg, #0f1f1e 0%, #134e4a 100%);
  color: #fff;
  padding: 80px 0 60px;
}
.page-hero h1 { font-size: 38px; font-weight: 700; margin-bottom: 12px; }
.page-hero p { opacity: 0.85; font-size: 17px; max-width: 560px; margin: 0; }

.content-section { padding: 72px 0; }
.feature-label { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #0D9488; margin-bottom: 10px; }
.feature-title { font-size: 26px; font-weight: 700; color: #134e4a; margin-bottom: 14px; }
.feature-desc { color: #6b7280; margin-bottom: 20px; line-height: 1.75; }
.feature-placeholder {
  background: #e5e7eb;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: 14px;
  border-radius: 10px;
  width: 100%;
}

.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; color: #374151; font-size: 15px; }
.check-list li i { color: #0D9488; margin-top: 3px; flex-shrink: 0; }

.info-card {
  background: #f0fdfa;
  border: 1px solid #99f6e4;
  border-radius: 10px;
  padding: 26px;
  margin-bottom: 20px;
}
.info-card h5 { font-weight: 700; color: #134e4a; margin-bottom: 10px; }
.info-card p { color: #374151; margin: 0; font-size: 15px; line-height: 1.7; }

.team-section { padding: 80px 0; background: #f9fafb; }
.team-card {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 32px 20px;
  border: 1px solid #e5e7eb;
  height: 100%;
}
.team-photo {
  width: 100px; height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 16px;
  display: block;
  border: 3px solid #ccfbf1;
}
.team-card h5 { font-weight: 700; color: #134e4a; margin-bottom: 4px; }
.team-card .title { color: #0D9488; font-size: 14px; font-weight: 600; margin-bottom: 10px; }
.team-card p { color: #6b7280; font-size: 14px; margin: 0; }

.contact-section { padding: 72px 0; background: #f9fafb; }
.contact-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 40px;
}
.contact-detail { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
.contact-icon {
  width: 44px; height: 44px;
  background: #ccfbf1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-icon i { color: #0D9488; }
.contact-detail h6 { font-weight: 700; color: #134e4a; margin-bottom: 4px; font-size: 14px; }
.contact-detail p { color: #6b7280; margin: 0; font-size: 14px; }

.form-label { font-weight: 600; font-size: 14px; color: #134e4a; }
.form-control { border: 1px solid #d1d5db; border-radius: 8px; padding: 10px 14px; font-size: 15px; }
.form-control:focus { border-color: #0D9488; box-shadow: 0 0 0 3px rgba(13,148,136,0.1); outline: none; }
.btn-submit {
  background: #0D9488;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
}
.btn-submit:hover { background: #0f766e; }

.news-section { padding: 72px 0; }
.news-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  transition: box-shadow 0.2s;
}
.news-card:hover { box-shadow: 0 4px 16px rgba(13,148,136,0.1); }
.news-img {
  background: #ccfbf1;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0D9488;
  font-size: 14px;
}
.news-body { padding: 20px; }
.news-tag { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #0D9488; margin-bottom: 8px; }
.news-body h5 { font-weight: 700; color: #134e4a; font-size: 16px; margin-bottom: 8px; line-height: 1.4; }
.news-body p { color: #6b7280; font-size: 14px; margin-bottom: 12px; }
.news-meta { font-size: 13px; color: #9ca3af; }
.read-more { font-size: 14px; font-weight: 600; color: #0D9488; }

.legal-section { padding: 72px 0; }
.legal-section h1 { font-size: 32px; font-weight: 700; color: #134e4a; margin-bottom: 8px; }
.legal-section .updated { color: #6b7280; font-size: 14px; margin-bottom: 40px; }
.legal-section h2 { font-size: 21px; font-weight: 700; color: #134e4a; margin: 32px 0 12px; }
.legal-section p { color: #374151; line-height: 1.8; margin-bottom: 16px; }
.legal-section ul { color: #374151; line-height: 1.8; margin-bottom: 16px; padding-left: 24px; }

footer {
  background: #0f1f1e;
  color: #fff;
  padding: 60px 0 30px;
}
.footer-brand { font-size: 21px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.footer-brand span { color: #0D9488; }
.footer-tagline { color: rgba(255,255,255,0.55); font-size: 14px; margin-bottom: 20px; }
.footer-col h6 { font-weight: 700; color: #fff; margin-bottom: 16px; font-size: 14px; letter-spacing: 0.05em; text-transform: uppercase; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { color: rgba(255,255,255,0.65); font-size: 14px; }
.footer-col ul li a:hover { color: #0D9488; }
.footer-col ul li.no-link { color: rgba(255,255,255,0.65); font-size: 14px; }
.footer-divider { border-color: rgba(255,255,255,0.1); margin: 32px 0 20px; }
.footer-copy { color: rgba(255,255,255,0.45); font-size: 14px; }

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0f1f1e;
  color: #fff;
  padding: 16px 24px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.3);
}
.cookie-banner p { margin: 0; font-size: 14px; color: rgba(255,255,255,0.8); flex: 1; }
.cookie-banner a { color: #0D9488; }
.cookie-btn {
  background: #0D9488;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.cookie-btn:hover { background: #0f766e; }

@media (max-width: 768px) {
  .hero-section h1 { font-size: 32px; }
  .hero-data-row { gap: 20px; }
  .section-title { font-size: 26px; }
}

/* === Card Uniformity Fix (auto-generated) === */

.capability-card {
  display: flex;
  flex-direction: column;
}

.news-card {
  display: flex;
  flex-direction: column;
}

.team-card {
  display: flex;
  flex-direction: column;
}

.article-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.read-more {
  margin-top: auto;
  display: inline-block;
}

.capability-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.team-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* === Read More Pin Fix (auto-generated) === */

.article-body > p {
  flex: 1;
}

.news-body > p {
  flex: 1;
}

.article-body > a:last-child,
.article-body > a:last-of-type {
  margin-top: auto;
  padding-top: 12px;
}

.news-body > a:last-child,
.news-body > a:last-of-type {
  margin-top: auto;
  padding-top: 12px;
}

/* === Last-Child Pin Fix (auto-generated) === */

.article-body > :last-child {
  margin-top: auto;
}

.contact-card > :last-child {
  margin-top: auto;
}

.info-card > :last-child {
  margin-top: auto;
}

.news-body > :last-child {
  margin-top: auto;
}

.news-card > :last-child {
  margin-top: auto;
}

.team-card > :last-child {
  margin-top: auto;
}

a.read-more,
[class*="read-more"],
[class*="blog-read-more"] {
  margin-top: auto;
}

/* Card title link styling */
.blog-card h3 a, .blog-card h4 a, .blog-card h5 a,
.news-card h3 a, .news-card h4 a, .news-card h5 a,
.insight-card h3 a, .insight-card h4 a, .insight-card h5 a,
[class*="-card"] h3 a, [class*="-card"] h4 a, [class*="-card"] h5 a {
  color: inherit;
  text-decoration: none;
}
[class*="-card"] h3 a:hover, [class*="-card"] h4 a:hover, [class*="-card"] h5 a:hover {
  text-decoration: underline;
}

/* Form placeholder visibility */
input::placeholder, textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6b7280;
  opacity: 1;
}
input, textarea, select {
  color: #111827;
  border: 1px solid #d1d5db;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--accent, #3b82f6);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Universal card equal height */
[class$="-card"], [class*="-card "] {
  height: 100%;
  display: flex;
  flex-direction: column;
}
