
/* Homepage-only redesign */
body.site-home {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  background: #f4f7fb;
  color: #10253e;
}
body.site-home .lang-nav {
  background: transparent;
  width: 100%;
  height: auto;
  min-height: 54px;
  padding: 10px 20px 0;
  position: relative;
  z-index: 1001;
}
body.site-home .flags-top {
  float: none;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
body.site-home .flags-top li a {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255,255,255,.85);
  box-shadow: 0 8px 20px rgba(16,37,62,.08);
  border: 1px solid rgba(16,37,62,.08);
}
body.site-home #fh5co-header-section {
  position: absolute;
  top: 72px;
  width: 100%;
  z-index: 103;
}
body.site-home #fh5co-header-section .container {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(16,37,62,.08);
  border-radius: 26px;
  box-shadow: 0 18px 40px rgba(16,37,62,.10);
  backdrop-filter: blur(12px);
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
body.site-home #fh5co-logo { margin: 0; display: flex; align-items: center; }
body.site-home .logo img {
  width: 86px;
  max-width: 86px;
  height: auto;
  display: block;
}
body.site-home #fh5co-menu-wrap {
  float: none;
  position: static;
  margin: 0;
  top: auto;
}
body.site-home .sf-menu, body.site-home #fh5co-primary-menu {
  float: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
body.site-home .sf-menu li,
body.site-home .sf-menu ul li,
body.site-home .sf-menu ul ul li,
body.site-home .sf-menu li:hover,
body.site-home .sf-menu li.sfHover { float: none; }
body.site-home #fh5co-menu-wrap .sf-menu a {
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  color: #15324d;
  text-transform: none;
  letter-spacing: 0;
}
body.site-home .sf-menu li:hover a,
body.site-home .sf-menu li.sfHover a,
body.site-home .sf-menu ul li:hover a,
body.site-home .sf-menu ul li.sfHover a,
body.site-home .sf-menu li.active a {
  color: #0f4c81;
  background: #edf4ff;
  text-shadow: none;
  font-size: 16px;
}
body.site-home #fh5co-primary-menu .fh5co-sub-menu {
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(16,37,62,.08);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(16,37,62,.10);
  padding: 10px;
}
body.site-home #fh5co-primary-menu .fh5co-sub-menu a {
  color: #15324d !important;
  line-height: 1.8;
  font-size: 15px;
  border-radius: 12px;
}
body.site-home #fh5co-primary-menu .fh5co-sub-menu a:hover {
  background: #edf4ff;
  color: #0f4c81 !important;
}
body.site-home #fh5co-primary-menu>li>.sf-with-ul:after { color: #0f4c81; }
body.site-home #fh5co-hero {
  background: linear-gradient(rgba(8,25,42,.68), rgba(15,76,129,.60)), url('../images/confUpdate.jpeg') center center / cover no-repeat;
  margin: 10px 24px 40px;
  width: calc(100% - 48px);
  min-height: 90vh;
  height: auto;
  border-radius: 34px;
  overflow: hidden;
  display: block;
  float: none;
  position: relative;
  box-shadow: 0 28px 60px rgba(16,37,62,.18);
}
body.site-home .hero-shell {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 170px 60px 90px;
}
body.site-home .hero-content {
  max-width: 760px;
  text-align: right;
}
body.site-home .hero-eyebrow {
  display: inline-block;
  background: rgba(255,255,255,.14);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  font-size: 14px;
  font-weight: 700;
}
body.site-home .hero-title {
  color: #fff;
  font-size: 58px;
  line-height: 1.2;
  margin: 18px 0;
  font-weight: 800;
}
body.site-home .hero-text {
  color: rgba(255,255,255,.90);
  font-size: 21px;
  line-height: 1.9;
  margin-bottom: 26px;
}
body.site-home .hero-actions {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
body.site-home .hero-actions .btn {
  border-radius: 16px;
  padding: 14px 28px;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(16,37,62,.14);
}
body.site-home .hero-actions .btn-primary {
  background: linear-gradient(135deg,#d6405f,#f15d80);
  color: #fff;
}
body.site-home .hero-actions .btn-outline {
  background: rgba(255,255,255,.10);
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.24) !important;
}
body.site-home .hero-stats {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
}
body.site-home .hero-stat {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  padding: 20px;
}
body.site-home .hero-stat strong { color:#fff; display:block; font-size:22px; margin-bottom:6px; }
body.site-home .hero-stat span { color:rgba(255,255,255,.8); line-height:1.8; }
body.site-home #fh5co-hero .fh5co-arrow {
  bottom: 28px;
  background: linear-gradient(135deg,#d6405f,#f15d80);
  box-shadow: 0 18px 34px rgba(214,64,95,.35);
}
body.site-home #fh5co-main {
  float: none;
  width: 100%;
  clear: both;
  margin-bottom: 4rem;
}
body.site-home .pic-background,
body.site-home .join-background,
body.site-home .article-background,
body.site-home .background-video,
body.site-home .ceo-speech,
body.site-home .news {
  background: #fff;
  border: 1px solid rgba(16,37,62,.08);
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(16,37,62,.08);
}
body.site-home .pic-background,
body.site-home .join-background,
body.site-home .article-background,
body.site-home .background-video { padding: 30px 10px; }
body.site-home .ceo-speech { padding: 18px 10px; overflow:hidden; }
body.site-home .conferenceButton, body.site-home .text-ceo { padding: 24px 18px; }
body.site-home .conferenceButton h1,
body.site-home .conferenceButton h2,
body.site-home .conferenceButton p,
body.site-home .text-ceo h1,
body.site-home .text-ceo h2,
body.site-home .text-ceo p { text-align: right; }
body.site-home .conferenceButton h2 { color:#0b3156; }
body.site-home .conferenceButton p, body.site-home .text-ceo p { color:#5b6d86; }
body.site-home .con-img img, body.site-home .ceo-img img {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  display:block;
  border-radius: 24px;
}
body.site-home .ceo-img img { margin-top: 0; }
body.site-home .news { padding: 16px; height:100%; }
body.site-home .news-img { overflow:hidden; border-radius: 18px; }
body.site-home .news-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 18px;
}
body.site-home .news h2 { font-size: 22px; line-height:1.6; min-height:72px; }
body.site-home .btn {
  text-transform: none;
  letter-spacing: 0;
  border-radius: 14px;
}
body.site-home .btn-primary {
  background: linear-gradient(135deg,#0f9ee8,#1695df);
  color: #fff;
}
body.site-home #fh5co-works .fh5co-work-item {
  background:#fff; border:1px solid rgba(16,37,62,.08); border-radius:24px; box-shadow:0 18px 40px rgba(16,37,62,.08); padding:18px;
}
body.site-home #fh5co-works .fh5co-work-item figure { padding-bottom:0; overflow:hidden; border-radius:18px; }
body.site-home #fh5co-works .fh5co-work-item figure img { object-fit:cover; border-radius:18px; }
body.site-home .video-home { border-radius: 22px; }
body.site-home #fh5co-footer {
  background: linear-gradient(135deg,#091a2b,#15324d);
  padding: 5rem 0 2rem;
}
body.site-home #fh5co-footer::before { display:none; }
body.site-home #fh5co-footer .container {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  padding: 34px 24px 18px;
}
body.site-home #fh5co-footer .fh5co-footer-heading,
body.site-home #fh5co-footer .fh5co-footer-links a,
body.site-home #fh5co-footer p { color: rgba(255,255,255,.85) !important; }
body.site-home #fh5co-footer .fh5co-social-icons li a {
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  color: #fff !important;
}
body.site-home #fh5co-footer .fh5co-arrow { top:-28px; background: linear-gradient(135deg,#d6405f,#f15d80); }
body.site-home.about-modern .hero-content {
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
}

body.site-home.about-modern .hero-eyebrow {
  font-size: 15px;
  padding: 10px 18px;
}

body.site-home.about-modern .hero-title {
  font-size: 64px;
  line-height: 1.2;
  margin-bottom: 18px;
}

body.site-home.about-modern .hero-text-about {
  font-size: 20px;
  line-height: 1.9;
  max-width: 900px;
  margin: 0 auto;
  color: rgba(255,255,255,.92);
}
@media (max-width: 991px) {
  body.site-home #fh5co-header-section { position: relative; top:auto; margin-bottom: 18px; }
  body.site-home #fh5co-header-section .container { display:block; padding:16px; }
  body.site-home #fh5co-logo { justify-content:center; margin-bottom: 12px; }
  body.site-home #fh5co-menu-wrap { display:flex; justify-content:center; }
  body.site-home .sf-menu, body.site-home #fh5co-primary-menu { flex-wrap:wrap; justify-content:center; }
  body.site-home #fh5co-hero { width: calc(100% - 24px); margin: 0 12px 24px; min-height:auto; }
  body.site-home .hero-shell { min-height:auto; padding: 60px 20px 90px; }
  body.site-home .hero-title { font-size: 42px; }
  body.site-home .hero-text { font-size: 18px; }
  body.site-home .hero-stats { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  body.site-home .hero-content { text-align:center; margin:0 auto; }
  body.site-home .hero-actions { justify-content:center; }
  body.site-home .hero-title { font-size: 34px; }
  body.site-home .hero-text { font-size: 16px; }
  body.site-home .news-img img { height: 220px; }
}
@media (max-width: 991px) {
  body.site-home.about-modern .hero-title {
    font-size: 42px;
  }

  body.site-home.about-modern .hero-text-about {
    font-size: 18px;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  body.site-home #fh5co-header-section .container {
    padding: 14px;
  }

  body.site-home .logo img {
    width: 60px;
    max-width: 60px;
  }

  body.site-home #fh5co-menu-wrap .sf-menu a {
    padding: 10px 12px;
    font-size: 14px;
  }

  body.site-home.about-modern .hero-title {
    font-size: 32px;
  }

  body.site-home.about-modern .hero-text-about {
    font-size: 16px;
    line-height: 1.8;
  }
}
