.lab-brand {
  display: inline-flex;
  flex-direction: column;
  margin-right: 1.5rem;
  padding: 0;
  color: #ffffff;
  line-height: 1;
  text-decoration: none;
}

.lab-brand:hover, .lab-brand:focus {
  color: #ffffff;
}

.lab-brand-top {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.lab-brand-forte {
  font-size: 2rem;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.lab-brand-name {
  display: flex;
  flex-direction: column;
  font-size: 0.80rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.015em;
}

.lab-brand-tagline {
  margin-top: 0.35rem;
  color: #2fa8ff;
  font-size: 0.62rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
}

.navbar-nav {
  align-items: center;
  gap: 0.15rem;
}

.navbar-nav .nav-link {
  position: relative;
  padding: 0.8rem 0.55rem;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: #2fa8ff;
}

.navbar-nav .nav-link.active {
  color: #ffffff;
}

.navbar-nav .nav-link.active::after {
  position: absolute;
  right: 0.55rem;
  bottom: 0.15rem;
  left: 0.55rem;
  height: 2px;
  background-color: #2fa8ff;
  content: "";
}

.navbar-nav .nav-item:last-child .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding-left: 0.45rem;
  padding-right: 0.25rem;
}

.navbar-nav .nav-item:last-child .nav-link svg, .navbar-nav .nav-item:last-child .nav-link i {
  order: -1;
  width: 0.9rem;
  height: 0.9rem;
  font-size: 0.9rem;
}

.hero-section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(105deg, #082b52 0%, #041a35 100%);
}

.hero-row {
  min-height: 510px;
}

.hero-copy {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 510px;
  overflow: hidden;
}

.hero-visual img {
  display: block;
  width: 100%;
  height: 510px;
  object-fit: cover;
  object-position: center;
  -webkit-mask-image: linear-gradient( to right, transparent 0%, #000000 10%, #000000 100% );
  mask-image: linear-gradient( to right, transparent 0%, #000000 10%, #000000 100% );
}

.hero-content {
  max-width: 510px;
}

.hero-content h1 {
  margin-bottom: 1rem;
  font-size: clamp(2.1rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.hero-lead {
  max-width: 490px;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.55;
}

.hero-rule {
  width: 2rem;
  height: 2px;
  margin: 0.9rem 0;
  background-color: #2fa8ff;
}

.hero-affiliation {
  margin-bottom: 0.25rem;
  color: #41b6ff;
  font-size: 0.86rem;
  line-height: 1.4;
}

.hero-coordinator {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 0.86rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.hero-actions .btn {
  padding: 0.9rem 1.15rem;
  border-radius: 0.22rem;
  font-size: 0.70rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.hero-btn-primary {
  border: 1px solid #168cff;
  color: #ffffff;
  background-color: #087cf0;
}

.hero-btn-primary:hover {
  border-color: #36a4ff;
  color: #ffffff;
  background-color: #1592ff;
}

.hero-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #ffffff;
  background-color: transparent;
}

.hero-btn-secondary:hover {
  border-color: #ffffff;
  color: #061c38;
  background-color: #ffffff;
}

@media (max-width: 991.98px) {
  .hero-row {
    min-height: auto;
  }
}

@media (max-width: 991.98px) {
  .hero-copy {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 991.98px) {
  .hero-visual {
    min-height: 360px;
  }
}

@media (max-width: 991.98px) {
  .hero-visual img {
    height: 360px;
    object-position: center;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

.hero-section > .container-xl {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.hero-row {
  --bs-gutter-x: 0;
  margin-right: 0;
  margin-left: 0;
}

.hero-copy {
  padding-right: 2rem;
  padding-left: clamp(2rem, 4vw, 4rem);
}

.hero-visual {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 991.98px) {
  .hero-copy {
    padding: 3rem 1.5rem 2rem;
  }
}

.domains-section {
  padding: 1.25rem 0 2rem;
  background-color: #ffffff;
}

.domains-container {
  max-width: 1400px;
  padding-right: 2.2rem;
  padding-left: 2.2rem;
}

.domain-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid #dfe7f1;
  border-radius: 0.25rem;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(8, 35, 68, 0.08);
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.domain-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(8, 35, 68, 0.14);
}

.domain-image {
  height: 190px;
  overflow: hidden;
  background: linear-gradient( 135deg, #0b315c 0%, #061c38 100% );
}

.domain-icon {
  position: relative;
  z-index: 2;
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  margin: -28px auto 0;
  border: 1px solid #dce7f3;
  border-radius: 50%;
  color: #087cf0;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(8, 35, 68, 0.12);
}

.domain-card-body {
  padding: 0.75rem 1.5rem 1.4rem;
}

.domain-card-body h2 {
  margin-bottom: 0.55rem;
  color: #0969e8;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.domain-card-body p {
  min-height: 2.9rem;
  margin-bottom: 0.8rem;
  color: #24344c;
  font-size: 0.84rem;
  line-height: 1.5;
}

.domain-card-body a {
  color: #087cf0;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.domain-card-body a:hover {
  color: #0059bd;
}

@media (max-width: 991.98px) {
  .domains-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (max-width: 991.98px) {
  .domain-card-body p {
    min-height: 0;
  }
}

.domain-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 300ms ease;
}

.domain-card:hover .domain-image img {
  transform: scale(1.025);
}

.strengths-strip {
  background-color: #f4f8ff;
  border-top: 1px solid #e2eaf5;
  border-bottom: 1px solid #e2eaf5;
}

.strengths-strip .container {
  max-width: 1400px;
}

.strength-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  height: 100%;
  min-height: 145px;
  padding: 1.5rem 1.25rem;
}

.strength-col:not(:first-child) .strength-item {
  border-left: 1px solid #ccd8e7;
}

.strength-icon {
  flex: 0 0 46px;
  width: 46px;
  color: #0969e8;
}

.strength-icon svg {
  display: block;
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.strength-icon circle[r="0.7"] {
  fill: currentColor;
  stroke: none;
}

.strength-title {
  margin: 0 0 0.55rem;
  color: #061c38;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.strength-text {
  margin: 0;
  color: #24364f;
  font-size: 0.73rem;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .strength-col:nth-child(odd) .strength-item {
    border-left: 0;
  }
}

@media (max-width: 991.98px) {
  .strength-col:nth-child(n + 3) .strength-item {
    border-top: 1px solid #ccd8e7;
  }
}

@media (max-width: 767.98px) {
  .strength-item {
    min-height: auto;
    padding: 1.25rem 1rem;
    border-left: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .strength-col:not(:first-child) .strength-item {
    border-top: 1px solid #ccd8e7;
  }
}

.solutions-section {
  padding: 2.2rem 0 2.5rem;
  background-color: #ffffff;
  border-bottom: 1px solid #e2e8f0;
}

.solutions-container {
  max-width: 1400px;
  padding-right: 2.2rem;
  padding-left: 2.2rem;
}

.solutions-heading {
  margin-bottom: 1.4rem;
  text-align: center;
}

.solutions-kicker {
  margin: 0 0 0.25rem;
  color: #061c38;
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.solutions-heading h2 {
  margin: 0;
  color: #0969e8;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.solutions-rule {
  display: block;
  width: 44px;
  height: 2px;
  margin: 0.65rem auto 0;
  background-color: #2fa8ff;
}

.solution-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  height: 100%;
  min-height: 142px;
  padding: 1.35rem 1.5rem;
  border-bottom: 1px solid #dfe6ee;
}

.solution-col:last-child .solution-item {
  border-bottom: 0;
}

.solution-icon {
  display: flex;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e9f4;
  border-radius: 50%;
  color: #0969e8;
  background: linear-gradient(135deg, #f7faff 0%, #edf4fc 100%);
}

.solution-icon svg {
  display: block;
  width: 44px;
  height: 44px;
}

.solution-copy h3 {
  margin: 0 0 0.45rem;
  color: #061c38;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
}

.solution-copy p {
  margin: 0;
  color: #24364f;
  font-size: 0.76rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .solution-col:nth-child(odd) .solution-item {
    border-right: 1px solid #dfe6ee;
  }
}

@media (min-width: 768px) {
  .solution-col:nth-last-child(-n + 2) .solution-item {
    border-bottom: 0;
  }
}

@media (min-width: 992px) {
  .solution-item {
    border-right: 0;
    border-bottom: 0;
  }
}

@media (min-width: 992px) {
  .solution-col:nth-child(odd) .solution-item {
    border-right: 0;
  }
}

@media (min-width: 992px) {
  .solution-col:not(:nth-child(3n)) .solution-item {
    border-right: 1px solid #dfe6ee;
  }
}

@media (min-width: 992px) {
  .solution-col:nth-child(-n + 3) .solution-item {
    border-bottom: 1px solid #dfe6ee;
  }
}

@media (max-width: 767.98px) {
  .solutions-section {
    padding: 1.8rem 0 2rem;
  }
}

@media (max-width: 767.98px) {
  .solutions-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .solution-item {
    min-height: auto;
    padding: 1.25rem 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .solution-icon {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 767.98px) {
  .solution-icon svg {
    width: 38px;
    height: 38px;
  }
}

.solutions-section {
}

.case-studies-section {
  padding: 1.8rem 0 2.2rem;
  background-color: #ffffff;
  border-bottom: 1px solid #e2e8f0;
}

.case-studies-container {
  max-width: 1400px;
  padding-right: 2.2rem;
  padding-left: 2.2rem;
}

.case-studies-heading {
  margin-bottom: 1.1rem;
  text-align: center;
}

.case-studies-heading h2 {
  margin: 0;
  color: #0969e8;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.case-studies-rule {
  display: block;
  width: 44px;
  height: 2px;
  margin: 0.55rem auto 0;
  background-color: #2fa8ff;
}

.case-card {
  display: flex;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #dfe7f1;
  border-radius: 0.25rem;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(8, 35, 68, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.case-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(8, 35, 68, 0.13);
}

.case-image {
  height: 180px;
  overflow: hidden;
  background: linear-gradient(135deg, #0b315c 0%, #061c38 100%);
}

.case-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 300ms ease;
}

.case-card:hover .case-image img {
  transform: scale(1.025);
}

.case-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1rem 1.25rem 1.2rem;
}

.case-card-body h3 {
  margin: 0 0 0.55rem;
  color: #061c38;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.case-card-body p {
  flex: 1;
  margin: 0 0 0.9rem;
  color: #24364f;
  font-size: 0.78rem;
  line-height: 1.5;
}

.case-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.4rem;
  color: #087cf0;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.case-link:hover, .case-link:focus {
  color: #0059bd;
}

.case-link span {
  transition: transform 180ms ease;
}

.case-link:hover span, .case-link:focus span {
  transform: translateX(3px);
}

@media (max-width: 991.98px) {
  .case-studies-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (max-width: 991.98px) {
  .case-image {
    height: 220px;
  }
}

@media (max-width: 575.98px) {
  .case-studies-section {
    padding: 1.5rem 0 1.8rem;
  }
}

@media (max-width: 575.98px) {
  .case-image {
    height: 180px;
  }
}

.collaboration-section {
  padding: 1.2rem 0;
  background-color: #f7faff;
}

.collaboration-container {
  max-width: 1400px;
  padding-right: 2rem;
  padding-left: 2rem;
}

.collaboration-image {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 0.3rem;
  box-shadow: 0 5px 18px rgba(8, 35, 68, 0.14);
}

.collaboration-title {
  margin-bottom: 0.35rem;
  color: #0969e8;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.015em;
}

.collaboration-intro {
  max-width: 760px;
  margin-bottom: 0.9rem;
  color: #24344c;
  font-size: 0.82rem;
  line-height: 1.45;
}

.collaboration-features {
  margin-top: 0.25rem;
}

.collaboration-feature-col:not(:first-child) {
  border-left: 1px solid #ccd8e7;
}

.collaboration-feature {
  display: flex;
  height: 100%;
  min-height: 125px;
  flex-direction: column;
  align-items: center;
  padding: 0.2rem 0.8rem;
  text-align: center;
}

.collaboration-feature-icon {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
  color: #0969e8;
}

.collaboration-feature-title {
  margin: 0 0 0.3rem;
  color: #082344;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}

.collaboration-feature-text {
  margin: 0;
  color: #34455d;
  font-size: 0.64rem;
  line-height: 1.4;
}

.collaboration-feature-icon svg {
  display: block;
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cta-section {
  position: relative;
  overflow: hidden;
  padding: 1.15rem 0;
  color: #ffffff;
  background: linear-gradient(105deg, #061c38 0%, #073567 100%);
  border-top: 1px solid rgba(47, 168, 255, 0.35);
}

.cta-container {
  max-width: 1400px;
  padding-right: 2.2rem;
  padding-left: 2.2rem;
}

.cta-title {
  margin: 0 0 0.25rem;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.2;
}

.cta-text {
  max-width: 560px;
  margin: 0 0 0.75rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
  line-height: 1.45;
}

.cta-button {
  padding: 0.65rem 1rem;
  border: 1px solid #168cff;
  border-radius: 0.2rem;
  color: #ffffff;
  background-color: #087cf0;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
}

.cta-button:hover, .cta-button:focus {
  border-color: #42afff;
  color: #ffffff;
  background-color: #1592ff;
}

.cta-network {
  position: relative;
  display: flex;
  min-height: 115px;
  align-items: center;
  justify-content: center;
}

.cta-network-svg {
  display: block;
  width: 100%;
  height: 115px;
}

.cta-network-svg .network-lines {
  fill: none;
  stroke: #168cff;
  stroke-width: 1.3;
  opacity: 0.48;
}

.cta-network-svg .network-nodes {
  fill: #2fa8ff;
}

.cta-network-image {
  display: block;
  width: 100%;
  height: 115px;
  object-fit: cover;
  object-position: center;
  opacity: 0.68;
  -webkit-mask-image: linear-gradient( to right, transparent 0%, rgba(0, 0, 0, 0.35) 12%, rgba(0, 0, 0, 0.85) 30%, rgba(0, 0, 0, 0.85) 70%, rgba(0, 0, 0, 0.35) 88%, transparent 100% );
  mask-image: linear-gradient( to right, transparent 0%, rgba(0, 0, 0, 0.35) 12%, rgba(0, 0, 0, 0.85) 30%, rgba(0, 0, 0, 0.85) 70%, rgba(0, 0, 0, 0.35) 88%, transparent 100% );
}

.footer-brand {
  flex: 1 1 auto;
  min-width: 0;
}

.footer-brand:hover, .footer-brand:focus {
  color: #ffffff;
}

.footer-brand-top {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.footer-brand-forte {
  font-size: 2.15rem;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.footer-brand-name {
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.05;
}

.footer-brand-tagline {
  margin-top: 0.42rem;
  font-size: 0.64rem;
  white-space: nowrap;
}

.site-footer {
  padding: 1.6rem 0 0.9rem;
  color: #ffffff;
  background: linear-gradient(105deg, #041a35 0%, #062b52 100%);
  border-top: 1px solid rgba(47, 168, 255, 0.45);
}

.footer-container {
  max-width: 1400px;
  padding-right: 2.2rem;
  padding-left: 2.2rem;
}

.footer-brand-column {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.footer-info-column {
  padding-top: 0.1rem;
}

.footer-affiliation, .footer-coordinator {
  margin-bottom: 0.55rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.66rem;
  line-height: 1.45;
}

.footer-affiliation {
  color: #ffffff;
  font-weight: 600;
}

.footer-coordinator strong {
  color: #ffffff;
  font-weight: 600;
}

.footer-heading {
  margin-bottom: 0.6rem;
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
}

.footer-link {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.62rem;
  line-height: 1.2;
  text-decoration: none;
}

.footer-link:hover, .footer-link:focus {
  color: #2fa8ff;
}

.footer-social-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.62rem;
  line-height: 1.2;
  text-decoration: none;
}

.footer-social-link:hover, .footer-social-link:focus {
  color: #2fa8ff;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin: 1.25rem 0 0.75rem;
  background-color: rgba(255, 255, 255, 0.14);
}

.footer-copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.56rem;
  line-height: 1.4;
  text-align: center;
}

.footer-social-link::before {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 1;
}

.social-orcid::before {
  content: "iD";
  background-color: #a6ce39;
}

.social-scholar::before {
  content: "G";
  background-color: #4285f4;
}

.social-linkedin::before {
  content: "in";
  border-radius: 0.15rem;
  background-color: #0a66c2;
}

.social-researchgate::before {
  content: "R";
  background-color: #00ccbb;
}

.footer-brand-symbol {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 2.8rem;
  margin-top: 0.1rem;
}

.footer-brand-column {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.footer-brand-symbol {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 2.8rem;
  margin-top: 0.05rem;
}

.footer-brand-symbol * {
  fill: #168cff;
}

.footer-brand {
  display: inline-flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  margin: 0;
  padding: 0;
  color: #ffffff !important;
  line-height: 1;
  text-decoration: none;
}

.footer-brand:hover, .footer-brand:focus {
  color: #ffffff !important;
}

.footer-brand-top {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 0.65rem;
}

.footer-brand-forte {
  color: #ffffff;
  font-size: 2.15rem;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.footer-brand-name {
  display: flex;
  flex-direction: column;
  padding-top: 0.05rem;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.015em;
  white-space: nowrap;
}

.footer-brand-tagline {
  display: block;
  margin-top: 0.45rem;
  color: #2fa8ff;
  font-size: 0.64rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.footer-brand {
  width: auto;
  flex: 1 1 0;
}

.footer-brand-top {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.footer-brand-forte {
  font-size: 2.4rem;
}

.footer-brand-name {
  margin-left: auto;
  font-size: 0.9rem;
}

.footer-brand-tagline {
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.footer-brand-column {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.footer-brand-symbol {
  width: 3.5rem;
  height: 3.5rem;
  flex: 0 0 3.5rem;
  margin-top: 0.2rem;
}

.footer-brand {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff !important;
  text-decoration: none;
}

.footer-brand-top {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.12rem;
}

.footer-brand-forte {
  color: #ffffff;
  font-size: 2.55rem;
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.footer-brand-name {
  display: flex;
  flex-direction: column;
  margin-top: 0.3rem;
  margin-left: 0;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.footer-brand-tagline {
  display: block;
  margin-top: 0.55rem;
  color: #2fa8ff;
  font-size: 0.69rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.footer-brand-column {
  display: flex;
  align-self: auto;
  align-items: flex-start;
  gap: 0.85rem;
  padding-top: 0.15rem;
}

.footer-brand-symbol {
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  flex: 0 0 3.4rem;
  margin-top: 0.05rem;
}

.footer-brand {
  display: flex;
  flex: 1 1 auto;
  align-self: auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: #ffffff !important;
  text-decoration: none;
}

.footer-brand-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}

.footer-brand-forte {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 0.84;
  letter-spacing: -0.045em;
}

.footer-brand-name {
  display: flex;
  flex-direction: column;
  margin: 0.35rem 0 0;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.025em;
}

.footer-brand-tagline {
  display: block;
  margin: 0.55rem 0 0;
  padding: 0;
  color: #2fa8ff;
  font-size: 0.66rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.navbar-nav .language-link::after {
  display: none !important;
}

/* inizio css relativo a expertise.html */

.expertise-hero {
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(105deg, #082b52 0%, #041a35 100%);
}

.expertise-hero-container {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.expertise-hero-container > .row {
  --bs-gutter-x: 0;
  min-height: 390px;
  margin-right: 0;
  margin-left: 0;
}

.expertise-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem clamp(2rem, 4vw, 4rem);
}

.expertise-hero-title {
  margin-bottom: 0.7rem;
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.035em;
}

.expertise-hero-subtitle {
  max-width: 500px;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.3;
}

.expertise-hero-text {
  max-width: 520px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.94rem;
  line-height: 1.55;
}

.expertise-hero-visual {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  padding: 0;
}

.expertise-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: center;
  -webkit-mask-image: linear-gradient( to right, transparent 0%, #000000 13%, #000000 100% );
  mask-image: linear-gradient( to right, transparent 0%, #000000 13%, #000000 100% );
}

@media (max-width: 991.98px) {
  .expertise-hero-container > .row {
    min-height: auto;
  }
}

@media (max-width: 991.98px) {
  .expertise-hero-copy {
    padding: 3rem 1.5rem 2.5rem;
  }
}

@media (max-width: 991.98px) {
  .expertise-hero-visual {
    min-height: 320px;
  }
}

@media (max-width: 991.98px) {
  .expertise-hero-image {
    height: 320px;
    min-height: 320px;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

.expertise-content-section {
  padding: 2rem 0 3.5rem;
  background-color: #ffffff;
}

.expertise-content-container {
  max-width: 1400px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.expertise-filter-bar {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.8rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
}

.expertise-filter-btn {
  flex: 0 0 auto;
  padding: 0.7rem 1rem;
  border: 1px solid #d4dfec;
  border-radius: 0.7rem;
  color: #173660;
  background-color: #ffffff;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.expertise-filter-btn:hover, .expertise-filter-btn:focus {
  border-color: #168cff;
  color: #087cf0;
  background-color: #f4f8ff;
  box-shadow: none;
}

.expertise-filter-btn.active {
  border-color: #087cf0;
  color: #ffffff;
  background-color: #087cf0;
}

@media (max-width: 575.98px) {
  .expertise-content-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .expertise-filter-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}

.expertise-card-column {
  display: flex;
}

.expertise-card {
  display: flex;
  width: 100%;
  min-height: 190px;
  padding: 0.75rem;
  border: 1px solid #dfe7f1;
  border-radius: 0.55rem;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(8, 35, 68, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.expertise-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(8, 35, 68, 0.14);
}

.expertise-card-image-wrap {
  flex: 0 0 180px;
  width: 180px;
  min-height: 170px;
  overflow: hidden;
  border-radius: 0.45rem;
  background-color: #071d38;
}

.expertise-card-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.expertise-card-content {
  flex: 1 1 auto;
  padding: 0.55rem 0.75rem 0.4rem 1rem;
}

.expertise-card-heading {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
}

.expertise-card-number {
  display: inline-flex;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #087cf0;
  font-size: 0.9rem;
  font-weight: 700;
}

.expertise-card-title, .expertise-card-heading h2 {
  margin: 0 !important;
  color: #0a2a5c;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.expertise-card-text {
  margin-bottom: 0.75rem;
  color: #24344c;
  font-size: 0.82rem;
  line-height: 1.5;
}

.expertise-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
}

.expertise-card-tag {
  color: #174784;
  font-size: 0.72rem;
  line-height: 1.3;
}

.expertise-card-tag::before {
  margin-right: 0.4rem;
  color: #087cf0;
  content: "•";
}

@media (max-width: 575.98px) {
  .expertise-card {
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .expertise-card-image-wrap {
    flex: 0 0 auto;
    width: 210px;
    max-width: 100%;
    height: 210px;
    min-height: 210px;
    margin-right: auto;
    margin-left: auto;
    align-self: center;
  }
}

@media (max-width: 575.98px) {
  .expertise-card-content {
    padding: 1rem 0.5rem 0.5rem;
  }
}

.expertise-cta {
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid #cbdff7;
  border-radius: 0.65rem;
  background: linear-gradient(100deg, #edf5ff 0%, #f7faff 100%);
}

.expertise-cta-icon-column {
  display: flex;
  justify-content: center;
}

.expertise-cta-icon {
  display: flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #087cf0;
  background-color: rgba(8, 124, 240, 0.09);
}

.expertise-cta-icon-svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.expertise-cta-title {
  margin-bottom: 0.3rem;
  color: #092956;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
}

.expertise-cta-text {
  max-width: 650px;
  margin-bottom: 0;
  color: #24344c;
  font-size: 0.86rem;
  line-height: 1.5;
}

.expertise-cta-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.expertise-cta-button {
  display: inline-flex;
  width: auto !important;
  min-width: 185px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  border: 1px solid #087cf0;
  border-radius: 0.45rem;
  color: #ffffff;
  background-color: #087cf0;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.expertise-cta-button:hover, .expertise-cta-button:focus {
  border-color: #1592ff;
  color: #ffffff;
  background-color: #1592ff;
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .expertise-cta {
    padding: 1.5rem;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .expertise-cta-action {
    justify-content: center;
  }
}

.expertise-cta {
  position: relative;
  overflow: hidden;
}

.expertise-cta > .row {
  position: relative;
  z-index: 2;
}

.expertise-cta-decoration {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 25%;
  width: 145px;
  height: auto;
  color: #087cf0;
  opacity: 0.09;
  transform: translateY(-50%);
  pointer-events: none;
}

.expertise-filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.expertise-filter-icon {
  order: -1;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.expertise-filter-btn.active .expertise-filter-icon {
  filter: brightness(0) invert(1);
}

.expertise-card-column.is-hidden {
  display: none;
}

.services-offer-section {
  padding: 1.8rem 0 1rem;
  background-color: #ffffff;
}

.services-content-container {
  max-width: 1400px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.services-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 0 1.4rem;
  color: #092956;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.services-section-title::before, .services-section-title::after {
  width: 64px;
  height: 1px;
  background-color: #168cff;
  content: "";
}

.services-offer-column {
  display: flex;
}

.services-offer-card {
  display: flex;
  width: 100%;
  min-height: 140px;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #dfe7f1;
  border-radius: 0.55rem;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(8, 35, 68, 0.07);
}

.services-offer-icon-wrap {
  display: flex;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5e5f7;
  border-radius: 50%;
  background-color: #f5f9ff;
}

.services-offer-icon {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.services-offer-content {
  flex: 1 1 auto;
  min-width: 0;
}

.services-offer-title {
  margin: 0 0 0.45rem;
  color: #0a2a5c;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
}

.services-offer-text {
  margin: 0;
  color: #24344c;
  font-size: 0.78rem;
  line-height: 1.5;
}

@media (max-width: 575.98px) {
  .services-content-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .services-section-title::before, .services-section-title::after {
    width: 32px;
  }
}

.services-applications-title {
  margin-top: 2rem;
}

.services-application-column {
  display: flex;
}

.services-application-card {
  display: flex;
  width: 100%;
  min-height: 115px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 0.4rem;
  border: 1px solid #dfe7f1;
  border-radius: 0.45rem;
  background-color: #ffffff;
  text-align: center;
}

.services-application-icon {
  display: block;
  width: 52px;
  height: 52px;
  margin-bottom: 0.55rem;
  object-fit: contain;
}

.services-application-title {
  margin: 0;
  color: #0a2a5c;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.25;
}

.services-process-title {
  margin-top: 2rem;
}

.services-process-card {
  overflow: hidden;
  border: 1px solid #dfe7f1;
  border-radius: 0.55rem;
  background-color: #ffffff;
}

.services-process-column {
  position: relative;
}

.services-process-step {
  display: grid;
  min-height: 130px;
  grid-template-columns: 30px 46px 1fr;
  align-items: start;
  gap: 0.65rem;
  padding: 1rem 0.85rem;
}

.services-process-number {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #087cf0;
  font-size: 0.78rem;
  font-weight: 700;
}

.services-process-icon {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.services-process-step-title {
  margin: 0 0 0.3rem;
  color: #0a2a5c;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
}

.services-process-text {
  margin: 0;
  color: #24344c;
  font-size: 0.69rem;
  line-height: 1.45;
}

@media (min-width: 1200px) {
  .services-process-column:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -5px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #b9d5f7;
    content: "";
    transform: translateY(-50%);
  }
}

.services-formats-title {
  margin-top: 2rem;
}

.services-format-column {
  display: flex;
}

.services-format-card {
  display: flex;
  width: 100%;
  min-height: 130px;
  align-items: center;
  gap: 1.1rem;
  padding: 1rem 1.2rem;
  border: 1px solid #dfe7f1;
  border-radius: 0.55rem;
  background-color: #ffffff;
}

.services-format-icon-wrap {
  display: flex;
  flex: 0 0 76px;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f0f6ff;
}

.services-format-icon {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.services-format-content {
  flex: 1 1 auto;
  min-width: 0;
}

.services-format-title {
  margin: 0 0 0.4rem;
  color: #0a2a5c;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.25;
}

.services-format-text {
  margin: 0;
  color: #24344c;
  font-size: 0.74rem;
  line-height: 1.45;
}

.research-content-section {
  padding: 2rem 0 1.5rem;
  background-color: #ffffff;
}

.research-content-container {
  max-width: 1400px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.research-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 0 1.5rem;
  color: #092956;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.research-section-title::before, .research-section-title::after {
  width: 64px;
  height: 1px;
  background-color: #168cff;
  content: "";
}

.research-direction-column {
  display: flex;
}

.research-direction-card {
  display: flex;
  width: 100%;
  min-height: 150px;
  align-items: center;
  gap: 1.2rem;
  padding: 1.2rem;
  border: 1px solid #dfe7f1;
  border-radius: 0.55rem;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(8, 35, 68, 0.07);
}

.research-direction-icon-wrap {
  display: flex;
  flex: 0 0 82px;
  width: 82px;
  height: 82px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f0f6ff;
}

.research-direction-icon {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.research-direction-content {
  flex: 1 1 auto;
  min-width: 0;
}

.research-direction-title {
  margin: 0 0 0.45rem;
  color: #0a2a5c;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
}

.research-direction-text {
  margin: 0;
  color: #24344c;
  font-size: 0.79rem;
  line-height: 1.5;
}

@media (max-width: 575.98px) {
  .research-content-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .research-section-title::before, .research-section-title::after {
    width: 32px;
  }
}

.research-programs-title {
  margin-top: 2.2rem;
}

.research-program-column {
  display: flex;
}

.research-program-card {
  width: 100%;
  overflow: hidden;
  border: 1px solid #dfe7f1;
  border-radius: 0.55rem;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(8, 35, 68, 0.07);
}

.research-program-image-wrap {
  height: 190px;
  overflow: hidden;
  background-color: #071d38;
}

.research-program-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.research-program-content {
  padding: 1.1rem 1.2rem 1.25rem;
}

.research-program-title {
  margin: 0 0 0.55rem;
  color: #0a2a5c;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
}

.research-program-text {
  margin: 0 0 0.8rem;
  color: #24344c;
  font-size: 0.78rem;
  line-height: 1.5;
}

.research-program-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.research-program-tag {
  padding: 0.3rem 0.5rem;
  border-radius: 1rem;
  color: #0969e8;
  background-color: #edf5ff;
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1;
}

.research-approach-title {
  margin-top: 2.2rem;
}

.research-approach-card {
  overflow: hidden;
  border: 1px solid #cfe0f4;
  border-radius: 0.55rem;
  background: linear-gradient(100deg, #f1f7ff 0%, #ffffff 100%);
}

.research-approach-item {
  min-height: 150px;
  padding: 1.25rem;
}

.research-approach-column:not(:first-child) .research-approach-item {
  border-left: 1px solid #d6e3f2;
}

.research-approach-number {
  display: block;
  margin-bottom: 0.5rem;
  color: #168cff;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}

.research-approach-item-title {
  margin: 0 0 0.45rem;
  color: #0a2a5c;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.25;
}

.research-approach-text {
  margin: 0;
  color: #24344c;
  font-size: 0.77rem;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .research-approach-column:not(:first-child) .research-approach-item {
    border-top: 1px solid #d6e3f2;
    border-left: 0;
  }
}

.case-studies-section {
  padding: 2rem 0 3.5rem;
  background-color: #ffffff;
}

.case-studies-container {
  max-width: 1400px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.case-studies-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 0 1.5rem;
  color: #092956;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.case-studies-section-title::before, .case-studies-section-title::after {
  width: 64px;
  height: 1px;
  background-color: #168cff;
  content: "";
}

.case-study-column {
  display: flex;
}

.case-study-card {
  display: flex;
  width: 100%;
  min-height: 235px;
  overflow: hidden;
  border: 1px solid #dfe7f1;
  border-radius: 0.55rem;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(8, 35, 68, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.case-study-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(8, 35, 68, 0.13);
}

.case-study-image-wrap {
  flex: 0 0 205px;
  width: 205px;
  min-height: 235px;
  overflow: hidden;
  background-color: #071d38;
}

.case-study-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.case-study-content {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  padding: 1.25rem;
}

.case-study-title {
  margin: 0 0 0.65rem;
  color: #0969e8;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.case-study-text {
  margin: 0 0 1rem;
  color: #24344c;
  font-size: 0.79rem;
  line-height: 1.55;
}

.case-study-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: auto;
}

.case-study-tag {
  padding: 0.32rem 0.55rem;
  border: 1px solid #bcd5f4;
  border-radius: 0.25rem;
  color: #0969e8;
  background-color: #ffffff;
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1;
}

.case-study-image--contain {
  object-fit: contain;
  object-position: center;
  padding: 0.45rem;
  background-color: #ffffff;
}

@media (max-width: 575.98px) {
  .case-study-card {
    min-height: 0;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .case-study-image-wrap {
    flex: 0 0 auto;
    width: 100%;
    height: 230px;
    min-height: 0;
    margin: 0;
    border-radius: 0;
  }
}

@media (max-width: 575.98px) {
  .case-study-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 575.98px) {
  .case-study-content {
    width: 100%;
    padding: 1.15rem;
  }
}

@media (max-width: 575.98px) {
  .case-study-title {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .case-study-publication-link {
    white-space: nowrap;
  }
}

.facilities-infrastructure-section {
  padding: 2.4rem 0 1.8rem;
  background-color: #ffffff;
}

.facilities-container {
  max-width: 1400px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.facilities-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 1.8rem;
  color: #082b5c;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.facilities-section-title::before, .facilities-section-title::after {
  width: 72px;
  height: 1px;
  background-color: #168cff;
  content: "";
}

.infrastructure-card {
  width: 100%;
  height: 100%;
  padding: 1.35rem;
  border: 1px solid #dfe7f1;
  border-radius: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(8, 35, 68, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.infrastructure-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(8, 35, 68, 0.12);
}

.infrastructure-icon {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 50%;
  color: #087cf0;
  background-color: #edf5ff;
}

.infrastructure-icon img, .infrastructure-icon svg {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.infrastructure-card-title {
  margin-bottom: 0.55rem;
  color: #082b5c;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
}

.infrastructure-card-text {
  margin-bottom: 0;
  color: #24344c;
  font-size: 0.83rem;
  line-height: 1.55;
}

@media (max-width: 767.98px) {
  .facilities-infrastructure-section {
    padding: 2rem 0 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .facilities-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .facilities-section-title {
    gap: 0.75rem;
    font-size: 1.3rem;
  }
}

@media (max-width: 767.98px) {
  .facilities-section-title::before, .facilities-section-title::after {
    width: 32px;
  }
}

.facilities-capabilities-section {
  padding: 1.6rem 0 2rem;
  background-color: #ffffff;
}

.capability-card {
  display: flex;
  width: 100%;
  min-height: 145px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.1rem 0.75rem;
  border: 1px solid #dfe7f1;
  border-radius: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0 3px 12px rgba(8, 35, 68, 0.06);
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.capability-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 20px rgba(8, 35, 68, 0.11);
}

.capability-icon {
  display: flex;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  border-radius: 50%;
  color: #087cf0;
  background-color: #edf5ff;
}

.capability-icon img, .capability-icon svg {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.capability-title {
  max-width: 150px;
  margin-bottom: 0;
  color: #082b5c;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

@media (max-width: 575.98px) {
  .facilities-capabilities-section {
    padding: 1.25rem 0 1.7rem;
  }
}

@media (max-width: 575.98px) {
  .capability-card {
    min-height: 135px;
    padding: 1rem 0.6rem;
  }
}

@media (max-width: 575.98px) {
  .capability-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }
}

@media (max-width: 575.98px) {
  .capability-icon img, .capability-icon svg {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 575.98px) {
  .capability-title {
    font-size: 0.76rem;
  }
}

.facilities-software-section {
  padding: 2rem 0 2.4rem;
  background-color: #f8fbff;
}

.software-card {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid #dfe7f1;
  border-radius: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0 3px 14px rgba(8, 35, 68, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.software-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 20px rgba(8, 35, 68, 0.11);
}

.software-icon {
  display: flex;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #087cf0;
  background-color: #edf5ff;
}

.software-icon img, .software-icon svg {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.software-content {
  flex: 1 1 auto;
  min-width: 0;
}

.software-card-title {
  margin-bottom: 0.4rem;
  color: #082b5c;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
}

.software-card-text {
  margin-bottom: 0.55rem;
  color: #24344c;
  font-size: 0.8rem;
  line-height: 1.5;
}

.software-tools {
  margin-bottom: 0;
  color: #087cf0;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.45;
}

@media (max-width: 575.98px) {
  .facilities-software-section {
    padding: 1.6rem 0 2rem;
  }
}

@media (max-width: 575.98px) {
  .software-card {
    gap: 0.85rem;
    padding: 1.1rem;
  }
}

@media (max-width: 575.98px) {
  .software-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }
}

@media (max-width: 575.98px) {
  .software-icon img, .software-icon svg {
    width: 32px;
    height: 32px;
  }
}

.services-offer-icon-wrap {
  color: #087cf0;
}

.services-offer-icon-wrap svg {
  display: block;
  width: 36px;
  height: 36px;
  color: inherit;
}

.facilities-project-flow-section {
  padding: 2.2rem 0 2.5rem;
  background-color: #ffffff;
}

.project-flow-column {
  position: relative;
}

.project-flow-card {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 175px;
  grid-template-columns: 34px 52px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: flex-start;
  padding: 1.15rem;
  border: 1px solid #dfe7f1;
  border-radius: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0 3px 14px rgba(8, 35, 68, 0.06);
}

.project-flow-number {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #087cf0;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
}

.project-flow-icon {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  color: #087cf0;
}

.project-flow-icon img, .project-flow-icon svg {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.project-flow-content {
  min-width: 0;
}

.project-flow-title {
  margin-bottom: 0.4rem;
  color: #082b5c;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.25;
}

.project-flow-text {
  margin-bottom: 0;
  color: #24344c;
  font-size: 0.76rem;
  line-height: 1.5;
}

/* Frecce tra le schede: visibili soltanto quando sono tutte in fila */

@media (min-width: 1200px) {
  .project-flow-column:not(:last-child)::after {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: -5px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #9fc5ff;
    content: "";
    transform: translateY(-50%);
  }
}

@media (max-width: 575.98px) {
  .facilities-project-flow-section {
    padding: 1.7rem 0 2rem;
  }
}

@media (max-width: 575.98px) {
  .project-flow-card {
    min-height: 0;
    grid-template-columns: 32px 46px minmax(0, 1fr);
    gap: 0.65rem;
    padding: 1rem;
  }
}

@media (max-width: 575.98px) {
  .project-flow-icon {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 575.98px) {
  .project-flow-icon img, .project-flow-icon svg {
    width: 38px;
    height: 38px;
  }
}

.facilities-features-section {
  padding: 2rem 0 2.5rem;
  background-color: #f8fbff;
}

.facility-feature-card {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 165px;
  align-items: center;
  gap: 1.15rem;
  padding: 1.35rem;
  border: 1px solid #dfe7f1;
  border-radius: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0 3px 14px rgba(8, 35, 68, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.facility-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 20px rgba(8, 35, 68, 0.11);
}

.facility-feature-icon {
  display: flex;
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #087cf0;
  background-color: #edf5ff;
}

.facility-feature-icon img, .facility-feature-icon svg {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.facility-feature-content {
  flex: 1 1 auto;
  min-width: 0;
}

.facility-feature-title {
  margin-bottom: 0.45rem;
  color: #082b5c;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
}

.facility-feature-text {
  margin-bottom: 0;
  color: #24344c;
  font-size: 0.8rem;
  line-height: 1.5;
}

@media (max-width: 575.98px) {
  .facilities-features-section {
    padding: 1.6rem 0 2rem;
  }
}

@media (max-width: 575.98px) {
  .facility-feature-card {
    min-height: 0;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1.1rem;
  }
}

@media (max-width: 575.98px) {
  .facility-feature-icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }
}

@media (max-width: 575.98px) {
  .facility-feature-icon img, .facility-feature-icon svg {
    width: 36px;
    height: 36px;
  }
}

.services-approval-note {
  max-width: 1240px;
  margin: 1.25rem auto;
  padding: 0.85rem 1.1rem;
  border-left: 3px solid #168cff;
  border-radius: 0.25rem;
  color: #34445c;
  background-color: #f4f8ff;
  font-size: 0.78rem;
  line-height: 1.5;
}

.services-approval-note p {
  margin: 0;
}

.about-identity-section {
  padding: 3.5rem 0;
  background-color: #ffffff;
}

.about-identity-section > .container {
  max-width: 1400px;
  padding-right: 2rem;
  padding-left: 2rem;
}

.about-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
  color: #082b52;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.about-section-title::before, .about-section-title::after {
  width: 4rem;
  height: 1px;
  background-color: #168cff;
  content: "";
}

.about-section-intro {
  max-width: 780px;
  margin: 0 auto 2rem;
  color: #34445c;
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: center;
}

.about-identity-card {
  height: 100%;
  padding: 1.6rem 1.4rem;
  border: 1px solid #d8e5f3;
  border-radius: 0.6rem;
  background-color: #ffffff;
  box-shadow: 0 5px 18px rgba(8, 43, 82, 0.07);
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.about-identity-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 9px 24px rgba(8, 43, 82, 0.12);
}

.about-identity-icon {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
  padding: 0.8rem;
  border-radius: 50%;
  background-color: #eef6ff;
  object-fit: contain;
}

.about-identity-title {
  margin-bottom: 0.65rem;
  color: #0a2d5f;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.about-identity-text {
  margin-bottom: 0;
  color: #34445c;
  font-size: 0.86rem;
  line-height: 1.55;
}

@media (max-width: 767.98px) {
  .about-identity-section {
    padding: 2.5rem 0;
  }
}

@media (max-width: 767.98px) {
  .about-identity-section > .container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .about-section-title {
    gap: 0.65rem;
  }
}

@media (max-width: 767.98px) {
  .about-section-title::before, .about-section-title::after {
    width: 2.25rem;
  }
}

@media (max-width: 767.98px) {
  .about-section-intro {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .about-identity-card {
    padding: 1.4rem 1.2rem;
  }
}

.about-context-section {
  padding: 3.5rem 0;
  background-color: #f4f8ff;
}

.about-context-section > .container {
  max-width: 1400px;
  padding-right: 2rem;
  padding-left: 2rem;
}

.about-context-section .about-section-title {
  margin-bottom: 1.75rem;
}

.about-mission-card, .about-institution-card {
  height: 100%;
  padding: 2rem;
  border: 1px solid #d8e5f3;
  border-radius: 0.65rem;
  background-color: #ffffff;
  box-shadow: 0 5px 18px rgba(8, 43, 82, 0.07);
}

.about-context-title {
  margin-bottom: 0.9rem;
  color: #0a2d5f;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
}

.about-context-text {
  margin-bottom: 0.9rem;
  color: #34445c;
  font-size: 0.9rem;
  line-height: 1.65;
}

.about-context-text:last-child {
  margin-bottom: 0;
}

.about-institution-details {
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  border-left: 3px solid #168cff;
  border-radius: 0.2rem;
  background-color: #eef6ff;
}

.about-institution-detail {
  margin-bottom: 0.35rem;
  color: #0a2d5f;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.4;
}

.about-institution-detail:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .about-context-section {
    padding: 2.5rem 0;
  }
}

@media (max-width: 767.98px) {
  .about-context-section > .container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .about-mission-card, .about-institution-card {
    padding: 1.4rem 1.2rem;
  }
}

.about-principles-section {
  padding: 3.5rem 0;
  background-color: #ffffff;
}

.about-principles-section > .container {
  max-width: 1400px;
  padding-right: 2rem;
  padding-left: 2rem;
}

.about-principles-section .about-section-title {
  margin-bottom: 0.75rem;
}

.about-principles-section .about-section-intro {
  margin-bottom: 2rem;
}

.about-principle-card {
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  padding: 1.6rem 1.3rem;
  border: 1px solid #d8e5f3;
  border-radius: 0.6rem;
  background-color: #ffffff;
  box-shadow: 0 5px 18px rgba(8, 43, 82, 0.07);
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.about-principle-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 9px 24px rgba(8, 43, 82, 0.12);
}

.about-principle-icon {
  display: block;
  width: 76px;
  height: 76px;
  margin: 0 auto 1rem;
  padding: 0.8rem;
  border-radius: 50%;
  background-color: #eef6ff;
  object-fit: contain;
}

.about-principle-title {
  margin-bottom: 0.65rem;
  color: #0a2d5f;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.about-principle-text {
  margin-bottom: 0;
  color: #34445c;
  font-size: 0.84rem;
  line-height: 1.55;
}

@media (max-width: 767.98px) {
  .about-principles-section {
    padding: 2.5rem 0;
  }
}

@media (max-width: 767.98px) {
  .about-principles-section > .container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .about-principle-card {
    padding: 1.4rem 1.2rem;
  }
}

@media (max-width: 767.98px) {
  .about-principle-icon {
    width: 70px;
    height: 70px;
  }
}

.about-coordinator-section {
  padding: 3.5rem 0;
  background-color: #ffffff;
}

.about-coordinator-section > .container {
  max-width: 1400px;
  padding-right: 2rem;
  padding-left: 2rem;
}

.about-coordinator-section .about-section-title {
  margin-bottom: 1.75rem;
}

.about-coordinator-section .row {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem;
  border: 1px solid #d8e5f3;
  border-radius: 0.7rem;
  background-color: #f4f8ff;
  box-shadow: 0 6px 20px rgba(8, 43, 82, 0.08);
}

.about-coordinator-photo-wrap {
  max-width: 230px;
  margin-right: auto;
  margin-left: auto;
}

.about-coordinator-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 4px solid #ffffff;
  border-radius: 0.65rem;
  background-color: #eaf3ff;
  box-shadow: 0 5px 16px rgba(8, 43, 82, 0.14);
  object-fit: cover;
  object-position: center top;
}

.about-coordinator-content {
  padding: 0.5rem 1rem;
}

.about-coordinator-name {
  margin-bottom: 0.35rem;
  color: #0a2d5f;
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.2;
}

.about-coordinator-role {
  margin-bottom: 0.25rem;
  color: #087cf0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
}

.about-coordinator-affiliation {
  margin-bottom: 1rem;
  color: #52627a;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.4;
}

.about-coordinator-bio {
  max-width: 760px;
  margin-bottom: 1.25rem;
  color: #34445c;
  font-size: 0.9rem;
  line-height: 1.65;
}

.about-coordinator-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.about-coordinator-link {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.85rem;
  border: 1px solid #bcd7f5;
  border-radius: 0.3rem;
  color: #0870d8;
  background-color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.about-coordinator-link:hover, .about-coordinator-link:focus {
  border-color: #087cf0;
  color: #ffffff;
  background-color: #087cf0;
}

@media (max-width: 767.98px) {
  .about-coordinator-section {
    padding: 2.5rem 0;
  }
}

@media (max-width: 767.98px) {
  .about-coordinator-section > .container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .about-coordinator-section .row {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 767.98px) {
  .about-coordinator-photo-wrap {
    max-width: 190px;
  }
}

@media (max-width: 767.98px) {
  .about-coordinator-content {
    padding: 0;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .about-coordinator-bio {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .about-coordinator-links {
    justify-content: center;
  }
}

.contact-main-section {
  padding: 3.5rem 0;
  background-color: #ffffff;
}

.contact-main-section > .container {
  max-width: 1400px;
  padding-right: 2rem;
  padding-left: 2rem;
}

.contact-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
  color: #082b52;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.contact-section-title::before, .contact-section-title::after {
  width: 4rem;
  height: 1px;
  background-color: #168cff;
  content: "";
}

.contact-section-intro {
  max-width: 820px;
  margin: 0 auto 2rem;
  color: #34445c;
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: center;
}

.contact-details-card, .contact-inquiry-card {
  height: 100%;
  padding: 2rem;
  border: 1px solid #d8e5f3;
  border-radius: 0.65rem;
  background-color: #ffffff;
  box-shadow: 0 6px 20px rgba(8, 43, 82, 0.08);
}

.contact-card-title {
  margin-bottom: 0.65rem;
  color: #0a2d5f;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.contact-card-intro {
  margin-bottom: 1.4rem;
  color: #34445c;
  font-size: 0.88rem;
  line-height: 1.6;
}

.contact-details-list {
  display: grid;
  gap: 0.8rem;
}

.contact-detail-item {
  padding: 0.85rem 1rem;
  border-left: 3px solid #168cff;
  border-radius: 0.2rem;
  background-color: #f4f8ff;
}

.contact-detail-label {
  margin-bottom: 0.3rem;
  color: #0a2d5f;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.contact-detail-value {
  margin-bottom: 0;
  color: #34445c;
  font-size: 0.86rem;
  line-height: 1.45;
}

.contact-detail-link {
  color: #0870d8;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.contact-detail-link:hover, .contact-detail-link:focus {
  color: #0059bd;
  text-decoration: underline;
}

.contact-inquiry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.contact-inquiry-item {
  height: 100%;
  padding: 1rem;
  border: 1px solid #d8e5f3;
  border-radius: 0.45rem;
  background-color: #f4f8ff;
}

.contact-inquiry-title {
  margin-bottom: 0.4rem;
  color: #0a2d5f;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.contact-inquiry-text {
  margin-bottom: 0;
  color: #34445c;
  font-size: 0.8rem;
  line-height: 1.5;
}

.contact-guidance-title {
  margin-bottom: 0.65rem;
  color: #0a2d5f;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
}

.contact-guidance-list {
  margin-bottom: 1.4rem;
  padding-left: 1.2rem;
  color: #34445c;
  font-size: 0.83rem;
  line-height: 1.55;
}

.contact-guidance-list li {
  margin-bottom: 0.35rem;
  padding-left: 0.2rem;
}

.contact-guidance-list li::marker {
  color: #168cff;
}

.contact-email-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.15rem;
  border: 1px solid #168cff;
  border-radius: 0.3rem;
  color: #ffffff;
  background-color: #087cf0;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.contact-email-button:hover, .contact-email-button:focus {
  border-color: #36a4ff;
  color: #ffffff;
  background-color: #1592ff;
}

@media (max-width: 767.98px) {
  .contact-main-section {
    padding: 2.5rem 0;
  }
}

@media (max-width: 767.98px) {
  .contact-main-section > .container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .contact-section-title {
    gap: 0.65rem;
  }
}

@media (max-width: 767.98px) {
  .contact-section-title::before, .contact-section-title::after {
    width: 2.25rem;
  }
}

@media (max-width: 767.98px) {
  .contact-details-card, .contact-inquiry-card {
    padding: 1.4rem 1.2rem;
  }
}

@media (max-width: 767.98px) {
  .contact-inquiry-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .contact-email-button {
    width: 100%;
  }
}

.project-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-width: 210px;
  padding: 0.9rem 1.2rem;
  border: 1px solid #168cff;
  border-radius: 0.22rem;
  color: #ffffff;
  background-color: #087cf0;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.project-cta-link::after {
  content: "→";
  font-size: 1rem;
  line-height: 1;
}

.project-cta-link:hover, .project-cta-link:focus {
  border-color: #36a4ff;
  color: #ffffff;
  background-color: #1592ff;
  text-decoration: none;
}

.services-institutional-section {
  padding: 1.5rem 0;
  background-color: #ffffff;
}

.services-institutional-box {
  padding: 1.5rem 1.75rem;
  border: 1px solid #cfe0f4;
  border-radius: 0.65rem;
  background-color: #f7faff;
}

.services-institutional-title {
  margin-bottom: 0.85rem;
  color: #082b5c;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
}

.services-institutional-text, .services-institutional-note {
  margin-bottom: 0.65rem;
  color: #24344c;
  font-size: 0.88rem;
  line-height: 1.55;
}

.services-institutional-approval {
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  border-left: 3px solid #168cff;
  border-radius: 0.2rem;
  color: #2b405f;
  background-color: #edf5ff;
  font-size: 0.82rem;
  line-height: 1.5;
}

.coordinator-photo {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .coordinator-photo {
    max-width: 380px;
    margin-bottom: 2rem;
  }
}

