﻿
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Heebo:wght@400;500;700&display=swap");

body {
  background: linear-gradient(135deg, #f4f8ff 0%, #eef4ff 100%) !important;
  color: #24324a;
}

a {
  text-decoration: none !important;
}

h2 {
  font-size: calc(24px + 0.4vw);
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.headColor {
  color: #2f5d9a;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
}

.page-shell {
  background: rgba(255, 255, 255, 0.95);
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(47, 93, 154, 0.12);
  padding: 2rem 2.5rem !important;
  text-align: justify;
  font-family: "Inter", sans-serif;
  font-size: calc(15px + 0.2vw);
  line-height: 1.8;
}

.hero-card {
  background: linear-gradient(120deg, #f7fbff 0%, #eef5ff 100%);
  border: 1px solid rgba(47, 93, 154, 0.12);
  border-radius: 22px;
  padding: 2rem;
  margin-bottom: 1.5rem;
}

.eyebrow {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  margin-bottom: 0.8rem;
  border-radius: 999px;
  background: rgba(47, 93, 154, 0.1);
  color: #2f5d9a;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-card h1 {
  font-size: calc(32px + 0.8vw);
  line-height: 1.1;
  margin-bottom: 0.6rem;
}

.lead {
  font-size: 1.08rem;
  font-weight: 600;
  color: #49627f;
  margin-bottom: 0.3rem;
}

.hero-meta {
  color: #6a7a91;
  margin-bottom: 1rem;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 0.25rem 0.6rem 0;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(47, 93, 154, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-links a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(47, 93, 154, 0.16);
}

.fa-linkedin,
.fa-twitter-square,
.ai-google-scholar-square,
.ai-researchgate-square,
.ai-dblp-square,
.ai-cv-square {
  color: #2f5d9a !important;
}

.fa-linkedin:hover,
.fa-twitter-square:hover,
.ai-google-scholar-square:hover,
.ai-researchgate-square:hover,
.ai-dblp-square:hover,
.ai-cv-square:hover {
  color: #5678a7 !important;
}

.contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.4rem;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(47, 93, 154, 0.1);
}

.profile-photo {
  max-width: 280px;
  border-radius: 24px;
  border: 6px solid #ffffff;
  box-shadow: 0 16px 35px rgba(19, 35, 58, 0.18);
}

.section-card {
  background: #ffffff;
  border: 1px solid rgba(47, 93, 154, 0.08);
  border-radius: 18px;
  padding: 1.2rem 1.3rem;
  margin-top: 1rem;
  box-shadow: 0 8px 24px rgba(47, 93, 154, 0.05);
}

.quick-nav {
  padding: 0.9rem 1rem;
}

.quick-nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  border-radius: 999px;
  background: linear-gradient(120deg, #f7fbff 0%, #eef5ff 100%);
  color: #2f5d9a;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.quick-nav-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(47, 93, 154, 0.12);
  color: #234c7a;
}

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

.styled-list > li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.8rem;
}

.styled-list > li::before {
  content: "•";
  color: #2f5d9a;
  font-size: 1.1rem;
  position: absolute;
  left: 0;
  top: 0;
}

.nested-list {
  list-style: none;
  padding-left: 1rem;
  margin: 0.35rem 0 0.8rem;
}

.nested-list > li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.35rem;
  color: #4d5f76;
}

.nested-list > li::before {
  content: "–";
  color: #6f86a8;
  position: absolute;
  left: 0;
}

.subHead {
  font-size: calc(15px + 0.4vw);
  font-weight: 700;
  color: #2b4462;
}

.timePeriod {
  font-size: calc(10px + 0.4vw);
  color: #6880a1;
  padding-left: 4%;
}

.pdfBadge,
.webBadge {
  margin-left: 0.25rem;
  margin-top: 0.35rem;
  display: inline-block;
}

#flag {
  height: 15px;
  width: 19px;
  margin-bottom: 5px;
}

footer {
  color: #9aa8bc;
  font-size: calc(8px + 0.5vw);
  padding-left: 10% !important;
  padding-right: 10% !important;
  padding-bottom: 1rem;
}

footer a {
  color: #6781a7;
}

footer a:hover {
  color: #2f5d9a;
}

.arrowUp {
  font-size: calc(35px + 0.5vw);
  color: #6f86a8;
  transition: color 0.2s ease;
}

.arrowUp:hover {
  color: #2f5d9a;
}

@media only screen and (max-width: 768px) {
  .page-shell {
    padding: 1.2rem !important;
  }

  .hero-card {
    padding: 1.2rem;
  }

  .profile-photo {
    max-width: 220px;
  }
}

@media only screen and (max-width: 480px) {
  #flag {
    height: 10px;
    width: 13px;
    margin-bottom: 5px;
  }

  .page-shell {
    border-radius: 16px;
  }

  .contact-pill {
    width: 100%;
    justify-content: center;
  }
}

