*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html{
  font-size: 16px;
}

body{
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  background: #f7f8fb;
  color: #111827;
  line-height: 1.7;
}

body, button, input, textarea, select{
  font-family: inherit;
}

header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 32px 48px;
  max-width: 1160px;
  margin: 0 auto;
}

.logo{
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #111827;
}

nav{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-end;
}

nav a{
  color: #111827;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

nav a:hover{
  color: #002147;
}

main{
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px 64px;
}

.container{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0 24px;
}

.section{
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 24px;
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.06);
}

.section h1,
.section h2,
.section h3{
  margin-bottom: 18px;
  color: #111827;
}

.section p,
.section li{
  color: #374151;
  line-height: 1.8;
}

.section ul,
.section ol{
  margin-top: 1rem;
  margin-left: 1.25rem;
}

.section li{
  margin-bottom: 0.65rem;
}

.tag-list{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1rem;
  padding: 0;
  list-style: none;
}

.tag-list li{
  background: #eef4ff;
  color: #002147;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(0, 33, 71, 0.12);
}

.position-list{
  display: grid;
  gap: 14px;
  margin-top: 1rem;
  padding: 0;
  list-style: none;
}

.position-list li{
  background: #e8f0ff;
  color: #002147;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(0, 33, 71, 0.14);
  font-weight: 600;
}

.info-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.card-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.info-card{
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.card-highlight,
.info-card p{
  color: #002147;
}

.project-list{
  display: grid;
  gap: 24px;
}

.project-card{
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.project-card--upcoming{
  border-color: rgba(34, 197, 94, 0.2);
  background: #f5fffa;
}

.project-card h2{
  margin-bottom: 14px;
  color: #002147;
}

.project-tag,
.project-role{
  display: block;
  margin-bottom: 12px;
  color: #4b5563;
  font-weight: 600;
}

.project-meta{
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.project-meta li{
  margin-bottom: 0.85rem;
  color: #374151;
}

.project-card h3{
  margin-top: 24px;
  margin-bottom: 14px;
}

.project-card ul{
  margin-left: 1rem;
}

.project-card a{
  color: #0056b3;
  text-decoration: none;
}

.project-card a:hover{
  text-decoration: underline;
}

.personal-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.personal-list li{
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.personal-list li:last-child{
  border-bottom: none;
}

.personal-list span{
  font-weight: 700;
  color: #111827;
}

.subtitle{
  font-size: 1.05rem;
  color: #4b5563;
  line-height: 1.8;
  max-width: 820px;
}

.small-note{
  color: #6b7280;
  font-size: 0.95rem;
  margin-top: 1rem;
}

.hero{
  display: grid;
  grid-template-columns: minmax(220px, 280px) 1fr;
  gap: 56px;
  background: #ffffff;
  padding: 52px;
  border-radius: 32px;
  box-shadow: 0 35px 80px rgba(15, 23, 42, 0.08);
  margin-top: 16px;
}

.hero-image img{
  width: 100%;
  height: auto;
  border-radius: 28px;
  object-fit: cover;
}

.hero-content{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faculty{
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #6b7280;
}

.hero-content h1{
  font-size: clamp(3rem, 4.2vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.hero-content h2{
  color: #4b5563;
  font-weight: 400;
  max-width: 680px;
  line-height: 1.5;
}

.description{
  max-width: 680px;
  font-size: 1.05rem;
  color: #374151;
  line-height: 1.9;
}

.buttons{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 6px;
}

.buttons a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  background: #002147;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.academic-links{
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}

.academic-links a{
  color: #8b0a0a;
  text-decoration: none;
  font-weight: 600;
}

.academic-links a:hover{
  color: #002147;
}

.highlight{
  margin-top: 48px;
  padding: 44px;
  background: #ffffff;
  border-radius: 32px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.05);
}

.highlight h2{
  font-size: 2.05rem;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.1;
}

.highlight p{
  font-size: 1.05rem;
  color: #374151;
  max-width: 820px;
  line-height: 1.85;
}

footer{
  margin-top: 48px;
  padding: 24px 0;
  text-align: center;
  background: #002147;
  color: white;
}

@media (max-width: 900px) {
  header, main{
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero{
    grid-template-columns: 1fr;
    padding: 38px;
  }

  .hero-image img{
    max-width: 100%;
  }

  .buttons{
    justify-content: flex-start;
  }
}

.interest-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 1rem;
}

.interest-card{
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  padding: 18px 20px;
  font-weight: 600;
  color: #111827;
}

.profile-list{
  margin-top: 1rem;
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

.profile-list li{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 16px 20px;
  border-radius: 20px;
  background: #f9fafb;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.profile-list strong{
  color: #111827;
  min-width: 150px;
}

.profile-list a{
  color: #002147;
  text-decoration: underline;
}

.page-hero{
  max-width: 1160px;
  margin: 24px auto 0;
  background: #ffffff;
  border-radius: 32px;
  padding: 48px;
  box-shadow: 0 35px 80px rgba(15, 23, 42, 0.08);
}

.page-hero h1{
  font-size: clamp(2.75rem, 5vw, 3.6rem);
  line-height: 1.05;
  margin-bottom: 18px;
}

.page-hero .description{
  max-width: 760px;
  font-size: 1.05rem;
  color: #4b5563;
  line-height: 1.8;
}

footer p{
  margin: 0;
}

@media (max-width: 900px) {
  header, main{
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero{
    grid-template-columns: 1fr;
    padding: 38px;
  }

  .hero-image img{
    max-width: 100%;
  }

  .buttons{
    justify-content: flex-start;
  }

  .page-hero{
    padding: 34px;
  }

  .cv-hero{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  header{
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px 0;
  }

  nav{
    gap: 16px;
  }

  .hero{
    padding: 28px;
  }

  .highlight{
    padding: 28px;
  }

  .page-hero{
    padding: 26px;
  }

  .cv-hero{
    padding: 30px 20px;
  }
}

.cv-page{
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px 64px;
}

.cv-hero{
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
  border-radius: 32px;
  padding: 48px;
  margin: 24px auto 28px;
  box-shadow: 0 35px 80px rgba(15, 23, 42, 0.08);
}

.cv-intro{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.eyebrow{
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #4b5563;
  font-size: 0.75rem;
}

.cv-hero h1{
  font-size: clamp(2.8rem, 4.6vw, 3.8rem);
  line-height: 1.02;
  margin: 0;
}

.hero-text{
  max-width: 740px;
  color: #475569;
  line-height: 1.8;
  font-size: 1.02rem;
}

.hero-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-tags span{
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 0.95rem;
  color: #111827;
}

.cv-meta{
  display: grid;
  gap: 16px;
}

.meta-card{
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  padding: 22px;
  min-height: 100px;
}

.meta-card p{
  margin: 0 0 10px;
  color: #4b5563;
  font-size: 0.9rem;
}

.meta-card strong,
.meta-card a{
  color: #111827;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.meta-card a:hover{
  color: #002147;
}

.cv-section{
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 28px;
  padding: 34px;
  margin-bottom: 24px;
}

.cv-section h2{
  margin-bottom: 18px;
  color: #111827;
}

.cv-section p,
.cv-section li{
  color: #475569;
  line-height: 1.8;
}

.cv-section ul{
  margin-top: 1rem;
  margin-left: 1.3rem;
}

.cv-section li{
  margin-bottom: 0.75rem;
}

.grid-2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.muted{
  color: #6b7280;
  margin-top: 1rem;
  font-size: 0.95rem;
}

.editorial-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.editorial-grid h3{
  margin-bottom: 12px;
}

.editorial-grid ul{
  list-style: disc;
  margin-left: 1.2rem;
}

.editorial-grid ul li{
  margin-bottom: 0.8rem;
}

.publication-section .publication-group{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 1rem;
}

.publication-section .publication-block{
  background: #f8fafc;
  border: 1px solid rgba(0, 33, 71, 0.12);
  border-radius: 24px;
  padding: 22px 24px;
}

.publication-section .publication-block h3{
  margin-bottom: 14px;
  color: #002147;
}

.publication-section .publication-list{
  margin: 0;
  padding-left: 1.2rem;
}

.publication-section .publication-list li{
  margin-bottom: 1rem;
  color: #334155;
  line-height: 1.8;
}

.publication-section .publication-meta{
  display: inline-block;
  margin-top: 0.25rem;
  color: #002147;
  font-weight: 700;
}

.active{
  color: #002147;
  font-weight: 700;
}

/* Custom CV paragraph and span styles (from user) */
p.p1 {margin: 0.0px 0.0px 8.0px 0.0px; font: 11.0px Helvetica; color: #000000}
p.p2 {margin: 0.0px 0.0px 8.0px 0.0px; font: 11.0px Helvetica; color: #000000; min-height: 13.0px}
p.p3 {margin: 0.0px 0.0px 8.0px 0.0px; font: 11.0px Helvetica; color: #0b4cb4}
p.p4 {margin: 0.0px 0.0px 0.0px 0.0px; text-align: justify; text-indent: 28.4px; font: 9.0px Arial; color: #000000}
p.p5 {margin: 0.0px 0.0px 0.0px 0.0px; text-align: justify; text-indent: 35.5px; font: 9.0px Arial; color: #000000}
p.p6 {margin: 0.0px 0.0px 0.0px 106.3px; text-align: justify; text-indent: 35.5px; font: 9.0px Arial; color: #000000}
p.p7 {margin: 0.0px 0.0px 8.0px 0.0px; font: 10.0px Helvetica; color: #1a1a1a}

span.s1 {color: #000000}
span.s2 {text-decoration: underline ; color: #0b4cb4}
span.s3 {font: 11.0px Arial}
span.s4 {text-decoration: underline}
span.s5 {letter-spacing: -0.3px}
span.s6 {letter-spacing: -0.3px; color: #244084}
span.s7 {font: 9.0px Helvetica; color: #000000}
span.s8 {background-color: #ffffff}
span.Apple-tab-span {white-space:pre}

.cv-formatted a{color:#0b4cb4}
.cv-formatted ul{margin-left:1.2rem}
.cv-formatted li{margin-bottom:0.4rem}

/* Scientific Papers Document Styling */
.sci-papers p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; text-indent: 28.4px; font: 9.0px Arial; color: #244084}
.sci-papers p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; text-indent: 35.5px; font: 9.0px Arial; color: #244084; min-height: 10.0px}
.sci-papers p.p3 {margin: 0.0px 0.0px 0.0px 141.8px; text-align: justify; line-height: 5.0px; font: 9.0px Arial; color: #000000}
.sci-papers p.p4 {margin: 0.0px 0.0px 0.0px 141.8px; text-align: justify; font: 9.0px Arial; color: #000000}
.sci-papers p.p5 {margin: 0.0px 0.0px 5.0px 141.8px; text-align: justify; font: 9.0px Arial; color: #000000; min-height: 10.0px}
.sci-papers p.p6 {margin: 0.0px 0.0px 2.8px 0.0px; text-align: justify; text-indent: 28.4px; font: 9.0px Arial; color: #244084}
.sci-papers p.p7 {margin: 0.0px 0.0px 0.0px 141.8px; text-align: justify; line-height: 5.0px; font: 9.0px Arial; color: #1a1a1a}
.sci-papers p.p8 {margin: 0.0px 0.0px 8.0px 0.0px; font: 11.0px Helvetica; color: #000000; min-height: 13.0px}
.sci-papers span.s1 {letter-spacing: -0.3px}
.sci-papers span.s2 {letter-spacing: -0.3px; color: #b00004}
.sci-papers span.s3 {letter-spacing: -0.3px; color: #302c2a}
.sci-papers span.s4 {letter-spacing: -0.3px; background-color: #ffffff}
.sci-papers span.s5 {font: 8.0px Arial; letter-spacing: -0.3px; color: #302c2a}
.sci-papers span.s6 {letter-spacing: -0.3px; color: #000000}

.sci-papers {max-width: 900px; margin: 0 auto; font-family: Arial, sans-serif}
.sci-papers h1 {font-size: 2.2rem; color: #244084; margin-bottom: 32px; letter-spacing: -0.5px}
.sci-papers h2 {font-size: 1.15rem; color: #244084; margin-top: 42px; margin-bottom: 22px; border-bottom: 2px solid #244084; padding-bottom: 12px}
.sci-papers ol {margin: 16px 0 32px 28px; padding: 0}
.sci-papers li {margin-bottom: 16px; line-height: 1.6; text-align: justify; color: #1a1a1a; font-size: 0.95rem}
.sci-papers strong {color: #244084; font-weight: 700}
.sci-papers em {font-style: italic; color: #333}

/* Publication items styling */
.publication-item {
  margin-bottom: 20px;
  padding: 16px;
  background: #f9f3eb;
  border-left: 5px solid #244084;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(36, 64, 132, 0.1);
}

.publication-item p {
  margin: 8px 0;
  line-height: 1.6;
  color: #1a1a1a;
  font-size: 0.95rem;
}

.publication-item p:first-child {
  margin-top: 0;
  font-weight: 600;
  color: #244084;
}

.publication-item a {
  color: #244084;
  text-decoration: none;
  font-weight: 500;
}

.publication-item a:hover {
  text-decoration: underline;
}

/* Project List and Cards */
.project-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}

.project-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
  transition: all 0.3s ease;
  overflow: hidden;
}

.project-card:hover {
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
  border-color: #d1d5db;
}

.project-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-bottom: 1px solid #e5e7eb;
  cursor: pointer;
  transition: background 0.3s ease;
}

.project-header:hover {
  background: linear-gradient(135deg, #f8f9fa 0%, #f0f4f8 100%);
}

.project-title-section {
  flex: 1;
}

.project-title-section h2 {
  margin: 0;
  font-size: 1.5rem;
  color: #002147;
  font-weight: 700;
}

.project-tag {
  margin: 8px 0 0 0;
  font-size: 0.85rem;
  color: #6b7280;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.project-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #244084;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-left: 16px;
}

.project-toggle:hover {
  background: #1a2f5c;
  transform: scale(1.05);
}

.project-toggle:active {
  transform: scale(0.95);
}

.toggle-icon {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.3s ease;
  display: block;
}

.project-card .project-toggle[aria-expanded="true"] .toggle-icon {
  transform: rotate(45deg);
}

.project-content {
  padding: 32px 24px;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.project-content h3 {
  margin: 28px 0 16px 0;
  font-size: 1.15rem;
  color: #244084;
  font-weight: 600;
}

.project-content h4 {
  margin: 24px 0 12px 0;
  font-size: 1rem;
  color: #002147;
  font-weight: 600;
}

.project-content p {
  margin: 0 0 16px 0;
  line-height: 1.7;
  color: #374151;
}

.project-content ul {
  margin: 0 0 16px 24px;
  padding: 0;
}

.project-content li {
  margin-bottom: 12px;
  line-height: 1.6;
  color: #374151;
}

.project-meta {
  list-style: none;
  margin: 16px 0;
  padding: 0;
}

.project-meta li {
  margin-bottom: 12px;
  line-height: 1.6;
  color: #374151;
}

.project-role {
  margin: 0 0 20px 0;
  font-size: 1rem;
  color: #244084;
}

@media (max-width: 768px) {
  .project-header {
    flex-wrap: wrap;
    gap: 16px;
  }

  .project-title-section {
    width: 100%;
  }

  .project-title-section h2 {
    font-size: 1.3rem;
  }

  .project-toggle {
    width: 40px;
    height: 40px;
    margin-left: 0;
  }

  .toggle-icon {
    font-size: 20px;
  }

  .project-content {
    padding: 24px 16px;
  }
}

/* Project Badges */
.project-title-with-badge {
  display: flex;
  align-items: center;
  gap: 12px;
}

.project-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.badge-completed {
  background: linear-gradient(135deg, #10b981, #059669);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.badge-upcoming {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

/* Project Card Variants */
.project-card-active {
  border-left: 5px solid #10b981;
}

.project-card-active .project-header {
  background: linear-gradient(135deg, #f0fdf4 0%, #f8fafc 100%);
  border-bottom: 2px solid #10b981;
}

.project-card-upcoming {
  border-left: 5px solid #f59e0b;
}

.project-card-upcoming .project-header {
  background: linear-gradient(135deg, #fffbf0 0%, #f8fafc 100%);
  border-bottom: 2px solid #f59e0b;
}

/* Highlight Boxes */
.highlight-box {
  margin: 24px 0;
  padding: 20px;
  border-radius: 8px;
  border-left: 5px solid #244084;
  background: #f9f3eb;
  box-shadow: 0 3px 8px rgba(36, 64, 132, 0.1);
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.highlight-box-blue {
  background: #f9f3eb;
  border-left: 5px solid #244084;
  border-radius: 8px;
  padding: 16px;
  margin: 12px 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.highlight-box-blue h3 {
  color: #244084;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
}

.highlight-box-green {
  background: #f9f3eb;
  border-left: 5px solid #244084;
  border-radius: 8px;
  padding: 16px;
  margin: 12px 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.highlight-box-green h3 {
  color: #244084;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
}

.highlight-box-purple {
  background: #f9f3eb;
  border-left: 5px solid #244084;
  border-radius: 8px;
  padding: 16px;
  margin: 12px 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.highlight-box-purple h3 {
  color: #244084;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
}

.highlight-box-orange {
  background: #f9f3eb;
  border-left: 5px solid #244084;
  border-radius: 8px;
  padding: 16px;
  margin: 12px 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.highlight-box-orange h3 {
  color: #244084;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
}

.highlight-box-red {
  background: #f9f3eb;
  border-left: 5px solid #244084;
  border-radius: 8px;
  padding: 16px;
  margin: 12px 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.highlight-box-red h3 {
  color: #244084;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
}

.highlight-box p, .highlight-box ul, .highlight-box li {
  color: #1a1a1a;
}

/* Highlight Elements */
.highlight-date {
  background: #f9f3eb;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 700;
  color: #244084;
}

.highlight-duration {
  background: #f9f3eb;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 700;
  color: #244084;
}

.highlight-label {
  display: block;
  margin: 16px 0 12px 0;
  color: #244084;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.highlight-section {
  background: #fafbfc;
  padding: 16px;
  border-radius: 8px;
  border-left: 4px solid #244084;
  margin: 12px 0;
}

/* Section Headers with Colors */
.results-header {
  margin: 32px 0 16px 0;
  font-size: 1.2rem;
  color: #002147;
  font-weight: 700;
  padding-bottom: 12px;
  border-bottom: 3px solid #244084;
  position: relative;
}

.results-header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 60px;
  background: linear-gradient(90deg, #10b981, #059669);
}

.section-header-blue {
  margin: 24px 0 16px 0;
  font-size: 1.05rem;
  color: #1e40af;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 2px solid #3b82f6;
  position: relative;
}

.section-header-blue::before {
  content: "▶ ";
  color: #3b82f6;
  margin-right: 8px;
  font-size: 0.8em;
}

/* Meta Highlight */
.project-meta-highlight {
  background: #f9f3eb;
  padding: 20px;
  border-radius: 8px;
  border-left: 5px solid #244084;
  margin-bottom: 20px;
  box-shadow: 0 3px 8px rgba(36, 64, 132, 0.1);
}

/* Additional Badge Styles */
.badge-ongoing {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

/* Red Highlight Box */
.highlight-box-red {
  background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
  border-left-color: #ef4444;
}

.highlight-box-red h3 {
  color: #7f1d1d;
  margin-top: 0;
}

/* Funding Banner */
.funding-banner {
  background: linear-gradient(135deg, #fef3e0 0%, #fef9e7 100%);
  border: 2px solid #f59e0b;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 24px;
  font-size: 0.95rem;
}

.funding-banner p {
  margin: 0;
  color: #92400e;
  line-height: 1.6;
}

.funding-banner strong {
  color: #b45309;
  font-weight: 700;
}

/* Results List Styling */
.results-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 24px 0;
}

.results-list li {
  padding: 12px 16px;
  margin-bottom: 10px;
  background: #f0f4f8;
  border-left: 4px solid #244084;
  border-radius: 4px;
  color: #374151;
  line-height: 1.6;
  position: relative;
}

.results-list li::before {
  content: "✓";
  position: absolute;
  left: 8px;
  color: #10b981;
  font-weight: bold;
  font-size: 1.1em;
}

/* ============================================ */
/* PROJECTS PAGE SPECIFIC STYLING */
/* ============================================ */

.projects-header {
  margin-bottom: 52px;
  padding: 64px 40px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #f0f4f8 100%);
  border-radius: 20px;
  border: 1px solid rgba(36, 64, 132, 0.08);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
  animation: fadeInDown 0.6s ease;
  position: relative;
  overflow: hidden;
}

.projects-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #244084, #3b82f6, #1e40af);
}

.projects-header::after {
  content: "";
  position: absolute;
  bottom: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(36, 64, 132, 0.03) 0%, transparent 70%);
  border-radius: 50%;
}

.projects-header-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.projects-header h1 {
  font-size: 3rem;
  color: #002147;
  margin: 0 0 16px 0;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.1;
}

.projects-subtitle {
  font-size: 1.05rem;
  color: #6b7280;
  margin: 0 0 24px 0;
  line-height: 1.8;
  font-weight: 400;
  max-width: 700px;
}

.projects-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.meta-badge {
  display: inline-block;
  padding: 8px 16px;
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 0.85rem;
  color: #4b5563;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
}

.meta-badge:hover {
  background: #e5e7eb;
  border-color: #9ca3af;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(75, 85, 99, 0.12);
}

.meta-badge:nth-child(2) {
  background: #f9fafb;
  border-color: #d1d5db;
  color: #4b5563;
}

.meta-badge:nth-child(2):hover {
  background: #f3f4f6;
  border-color: #9ca3af;
}

/* Enhanced Project List */
.project-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}

.project-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
}

.project-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #244084, #3b82f6);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.project-card:hover {
  box-shadow: 0 25px 50px rgba(15, 23, 42, 0.12);
  border-color: #d1d5db;
  transform: translateY(-4px);
}

.project-card:hover::before {
  opacity: 1;
}

.project-card-active .project-header {
  background: linear-gradient(135deg, #f0fdf4 0%, #f8fafc 100%);
  border-bottom: 2px solid #10b981;
}

.project-card-active {
  border-left: 5px solid #10b981;
}

.project-card-upcoming {
  border-left: 5px solid #f59e0b;
}

.project-card-upcoming .project-header {
  background: linear-gradient(135deg, #fffbf0 0%, #f8fafc 100%);
  border-bottom: 2px solid #f59e0b;
}

/* Enhanced Header */
.project-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 28px;
  transition: background 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}

.project-header:hover {
  background: linear-gradient(135deg, #f9fafb 0%, #f0f4f8 100%);
}

.project-title-section {
  flex: 1;
}

.project-title-with-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.project-title-section h2 {
  margin: 0;
  font-size: 1.6rem;
  color: #002147;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.project-tag {
  margin: 0;
  font-size: 0.85rem;
  color: #6b7280;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.project-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.badge-completed {
  background: linear-gradient(135deg, #10b981, #059669);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.badge-ongoing {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.badge-upcoming {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

/* Toggle Button */
.project-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #244084, #1a2f5c);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  margin-left: 20px;
  box-shadow: 0 4px 12px rgba(36, 64, 132, 0.2);
}

.project-toggle:hover {
  background: linear-gradient(135deg, #1a2f5c, #0f1d38);
  transform: scale(1.08) rotate(5deg);
  box-shadow: 0 8px 20px rgba(36, 64, 132, 0.3);
}

.project-toggle:active {
  transform: scale(0.95);
}

.toggle-icon {
  color: #ffffff;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.4s ease;
  display: block;
}

.project-card .project-toggle[aria-expanded="true"] .toggle-icon {
  transform: rotate(45deg) scale(1.15);
}

/* Content Section */
.project-content {
  padding: 32px 28px;
  animation: slideDownSmooth 0.4s ease;
  border-top: 1px solid #f0f4f8;
}

@keyframes slideDownSmooth {
  from {
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    max-height: 2000px;
    transform: translateY(0);
  }
}

/* Funding Banner */
.funding-banner {
  background: #f9f3eb;
  border: 2px solid #244084;
  border-left: 5px solid #244084;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 28px;
  font-size: 0.95rem;
  box-shadow: 0 3px 8px rgba(36, 64, 132, 0.1);
  position: relative;
  overflow: hidden;
}

.funding-banner::before {
  content: "💡";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  opacity: 0.2;
}

.funding-banner p {
  margin: 0;
  color: #4b5563;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

.funding-banner strong {
  color: #244084;
  font-weight: 700;
}

/* Meta Highlight */
.project-meta-highlight {
  background: linear-gradient(135deg, #f8fafc 0%, #f0f4f8 100%);
  padding: 24px;
  border-radius: 12px;
  border-left: 4px solid #244084;
  margin-bottom: 28px;
  box-shadow: 0 2px 8px rgba(36, 64, 132, 0.05);
}

.project-role {
  margin: 0 0 20px 0;
  font-size: 1rem;
  color: #244084;
  font-weight: 600;
}

.highlight-section {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid #3b82f6;
  margin: 12px 0 0 0;
}

.highlight-label {
  display: block;
  margin: 0 0 16px 0;
  color: #244084;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.project-meta {
  list-style: none;
  margin: 0;
  padding: 0;
}

.project-meta li {
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
  color: #374151;
  line-height: 1.6;
  font-size: 0.95rem;
}

.project-meta li:last-child {
  border-bottom: none;
}

.project-meta strong {
  color: #244084;
  font-weight: 700;
}

.highlight-date {
  background: linear-gradient(120deg, #fef3c7, #fce7f3);
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 700;
  color: #92400e;
}

.highlight-duration {
  background: linear-gradient(120deg, #dbeafe, #e0e7ff);
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 700;
  color: #1e40af;
}

.highlight-box h3 {
  margin: 0 0 16px 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #244084;
}

.highlight-box p {
  margin: 0 0 14px 0;
  line-height: 1.7;
  color: #1a1a1a;
}

.highlight-box p:last-child {
  margin-bottom: 0;
}

.highlight-box ul, .highlight-box ol {
  margin: 12px 0 0 0;
  padding-left: 24px;
}

.highlight-box li {
  margin-bottom: 12px;
  line-height: 1.6;
  color: #4b5563;
}

/* Color Variants - Subtle */
/* Headers */
.results-header {
  margin: 36px 0 20px 0;
  font-size: 1.25rem;
  color: #002147;
  font-weight: 800;
  padding-bottom: 12px;
  border-bottom: 3px solid #244084;
  position: relative;
}

.results-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #10b981, #059669);
  border-radius: 2px;
}

.section-header-blue {
  margin: 28px 0 16px 0;
  font-size: 1.05rem;
  color: #1e40af;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 2px solid #3b82f6;
  position: relative;
}

.section-header-blue::before {
  content: "📊";
  margin-right: 8px;
  font-size: 0.95em;
}

/* Publication Item */
.publication-item {
  margin-bottom: 20px;
  padding: 20px;
  background: #f9f3eb;
  border-left: 5px solid #244084;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(36, 64, 132, 0.1);
  transition: all 0.3s ease;
}

.publication-item:hover {
  box-shadow: 0 6px 16px rgba(36, 64, 132, 0.15);
  transform: translateX(4px);
}

.publication-item p {
  margin: 8px 0;
  line-height: 1.7;
  color: #1a1a1a;
  font-size: 0.95rem;
}

.publication-item p:first-child {
  margin-top: 0;
  font-weight: 700;
  color: #244084;
  font-size: 0.9rem;
}

.publication-item a {
  color: #244084;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
  border-bottom: 2px solid transparent;
}

.publication-item a:hover {
  border-bottom-color: #244084;
}

/* Company Section */
.company-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
  margin: 40px 0;
  padding: 32px;
  background: linear-gradient(135deg, #244084 0%, #1e3a5f 100%);
  border: 3px solid #10b981;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(36, 64, 132, 0.25);
}

.company-info h3 {
  color: #ffffff;
  font-size: 1.4rem;
  margin-bottom: 16px;
  font-weight: 700;
}

.company-info p {
  color: #e8eef8;
  line-height: 1.8;
  margin-bottom: 16px;
  text-align: justify;
  font-size: 0.95rem;
}

.company-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 24px 0;
  padding: 16px;
  background: white;
  border-left: 4px solid #244084;
  border-radius: 8px;
}

.company-highlight-item {
  padding: 8px;
  color: #244084;
  font-weight: 600;
  font-size: 0.9rem;
}

.company-mission {
  font-style: italic;
  color: #374151;
  padding: 16px;
  background: white;
  border-left: 4px solid #10b981;
  border-radius: 8px;
  margin: 16px 0 !important;
}

.company-link-btn {
  display: inline-block;
  background: linear-gradient(135deg, #244084, #1e3a5f);
  color: white;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(36, 64, 132, 0.3);
  margin-top: 16px;
}

.company-link-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(36, 64, 132, 0.4);
  background: linear-gradient(135deg, #1e3a5f, #162e47);
}

.company-image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.company-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.company-section:hover .company-img {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
  .projects-header {
    padding: 48px 24px;
    margin-bottom: 36px;
  }

  .projects-header h1 {
    font-size: 2.2rem;
  }

  .projects-subtitle {
    font-size: 0.95rem;
  }

  .projects-meta {
    gap: 10px;
  }

  .meta-badge {
    font-size: 0.8rem;
    padding: 6px 12px;
  }

  .project-header {
    padding: 20px;
    flex-wrap: wrap;
    gap: 12px;
  }

  .project-title-section {
    width: 100%;
  }

  .project-title-section h2 {
    font-size: 1.4rem;
  }

  .project-toggle {
    width: 44px;
    height: 44px;
    margin-left: 0;
  }

  .toggle-icon {
    font-size: 24px;
  }

  .project-content {
    padding: 24px;
  }

  .highlight-box {
    padding: 20px;
    margin: 20px 0;
  }

  .company-section {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
    margin: 32px 0;
  }

  .company-info h3 {
    font-size: 1.2rem;
  }

  .company-highlights {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .company-highlight-item {
    font-size: 0.85rem;
  }

  .company-link-btn {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
  }
}

