#wlcSection {
  background: #f8f8f8 !important;
  background-image: none !important;
  overflow: hidden;
  position: relative;
}

body.dark-mode #wlcSection {
  background: #393c3f !important;
  background-image: none !important;
}

#wlcSection::after {
  background: #f8f8f8;
  bottom: 0;
  content: "";
  height: 58px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 7;
}

body.dark-mode #wlcSection::after {
  background: #232323;
}

#wlcSection > .container-fluid {
  position: relative;
  z-index: 10;
}

#wlcSection h1 {
  line-height: 1.1;
  margin-bottom: 1.35rem;
}

#wlcSection h1 .text-primary,
#wlcSection h1 .d-block {
  display: block;
}

#wlcSection .page-intro {
  font-size: calc(1rem + 2px);
  line-height: 1.65;
  margin-top: 0.25rem;
}

#wlcSection .page-intro.is-empty {
  display: none;
}

#wlcSection .bg-mob {
  background-image: none !important;
  overflow: hidden;
}

@media (max-width: 575px) {
  #wlcSection::after {
    height: 42px;
  }

  #wlcSection h1 {
    font-size: calc(2.5rem + 2px);
    line-height: 1.08;
    margin-bottom: 1rem;
  }

  #wlcSection .page-intro {
    font-size: calc(0.875rem + 2px);
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
}

.sc-su-carousel {
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 8;
}

.sc-su-carousel-track,
.sc-su-slide {
  height: 100%;
  inset: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

.sc-su-slide {
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 600ms ease, transform 1.1s ease;
  visibility: hidden;
}

.sc-su-slide.is-active {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  z-index: 1;
}

.sc-su-slide img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sc-su-slide picture {
  display: block;
  height: 100%;
  width: 100%;
}

.sc-su-carousel::after {
  background: linear-gradient(
    90deg,
    #f8f8f8 0%,
    rgba(248, 248, 248, 0.96) 28%,
    rgba(248, 248, 248, 0.72) 40%,
    rgba(248, 248, 248, 0) 62%
  );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

body.dark-mode .sc-su-carousel::after {
  background: linear-gradient(
    90deg,
    #393c3f 0%,
    rgba(57, 60, 63, 0.96) 28%,
    rgba(57, 60, 63, 0.72) 40%,
    rgba(57, 60, 63, 0) 62%
  );
}

.sc-su-carousel-arrow {
  align-items: center;
  background: rgba(15, 15, 15, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 2rem;
  height: 42px;
  justify-content: center;
  line-height: 1;
  opacity: 0;
  padding: 0 0 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 180ms ease, opacity 180ms ease, transform 180ms ease;
  width: 42px;
  z-index: 4;
}

.sc-su-carousel:hover .sc-su-carousel-arrow,
.sc-su-carousel-arrow:focus-visible {
  opacity: 1;
}

.sc-su-carousel-arrow:hover {
  background: rgba(236, 95, 120, 0.92);
}

.sc-su-carousel-prev { left: 14px; }
.sc-su-carousel-next { right: 14px; }

.sc-su-carousel-dots {
  bottom: 16px;
  display: flex;
  gap: 8px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 4;
}

.sc-su-carousel-dots button {
  background: rgba(255, 255, 255, 0.65);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
  height: 7px;
  padding: 0;
  transition: background-color 180ms ease, width 180ms ease;
  width: 7px;
}

.sc-su-carousel-dots button.is-active {
  background: #ec5f78;
  width: 24px;
}

@media (max-width: 575px) {
  #wlcSection .bg-mob {
    aspect-ratio: 16 / 9;
  }

  .sc-su-carousel {
    border-radius: 0;
    bottom: auto;
    box-shadow: none;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .sc-su-carousel::after {
    background: linear-gradient(180deg, transparent 70%, #f8f8f8 100%);
  }

  body.dark-mode .sc-su-carousel::after {
    background: linear-gradient(180deg, transparent 70%, #393c3f 100%);
  }

  .sc-su-carousel-arrow {
    display: none;
  }

  .sc-su-carousel-dots {
    bottom: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sc-su-slide {
    transition: none;
  }
}

.sc-hero-layered {
  pointer-events: none;
}

.sc-hero-layered img {
  display: block;
  height: auto;
  max-width: none;
  position: absolute;
  transform-origin: center bottom;
  transition: transform 180ms ease, filter 180ms ease;
  user-select: none;
}

.sc-hero-layered img:not(.sc-hero-cloud) {
  pointer-events: auto;
}

.sc-hero-layered img:not(.sc-hero-cloud):hover {
  filter: saturate(1.02);
  transform: scale(1.035);
}

.sc-hero-layered-desktop {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.sc-hero-layered-mobile {
  display: block;
  inset: 0;
  position: absolute;
  z-index: 1;
}

.sc-hero-left {
  z-index: 3;
}

.sc-hero-center {
  z-index: 5;
}

.sc-hero-right {
  z-index: 4;
}

.sc-hero-cloud {
  z-index: 1;
}

body.dark-mode .sc-hero-cloud {
  filter: brightness(0.34) saturate(0.55);
  opacity: 0.92;
}

@media (min-width: 576px) {
  .sc-hero-layered-desktop {
    display: block;
  }

  .sc-hero-layered-mobile {
    display: none;
  }

  .sc-hero-layered-desktop .sc-hero-left {
    left: 52%;
    top: 18%;
    width: 12.8%;
  }

  .sc-hero-layered-desktop .sc-hero-center {
    left: 62.8%;
    top: 11%;
    width: 20.4%;
  }

  .sc-hero-layered-desktop .sc-hero-right {
    left: 81%;
    top: 18%;
    width: 16.6%;
  }

  .sc-hero-layered-desktop .sc-hero-cloud {
    bottom: -23%;
    left: -2%;
    opacity: 0.9;
    width: 106%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  #wlcSection {
    aspect-ratio: 23 / 8 !important;
  }

  #wlcSection .head-row {
    padding-left: 100px;
  }
}

@media (min-width: 1400px) {
  #wlcSection {
    aspect-ratio: 23 / 8 !important;
  }

  .sc-hero-layered-desktop .sc-hero-left {
    left: 52%;
    top: 18%;
    width: 12.6%;
  }

  .sc-hero-layered-desktop .sc-hero-center {
    left: 62.8%;
    top: 11%;
    width: 19.8%;
  }

  .sc-hero-layered-desktop .sc-hero-right {
    left: 81%;
    top: 18%;
    width: 16.2%;
  }
}

@media (max-width: 575px) {
  .sc-hero-layered-mobile .sc-hero-left {
    left: 0;
    top: 15%;
    width: 31%;
  }

  .sc-hero-layered-mobile .sc-hero-center {
    left: 25%;
    top: 8%;
    width: 49%;
  }

  .sc-hero-layered-mobile .sc-hero-right {
    left: 69%;
    top: 15%;
    width: 39%;
  }

  .sc-hero-layered-mobile .sc-hero-cloud {
    bottom: -17%;
    left: -30%;
    opacity: 0.88;
    width: 160%;
  }
}

.sc-director-card .gf-box-link img,
.sc-director-card .sc-card-video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sc-director-card .sc-card-video {
  inset: 0;
  min-height: 100%;
  opacity: 0;
  position: absolute;
  transform: scale(1);
  transition: opacity 0.2s ease, transform 0.35s ease;
  z-index: 1;
}

.sc-director-card:hover .sc-card-video {
  opacity: 1;
  transform: scale(1.035);
}

.sc-director-card .gf-btns {
  gap: 10px;
  right: 14px;
  top: 18px;
}

.sc-director-card .gf-btn {
  backdrop-filter: blur(8px);
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 1.45rem;
  height: 58px;
  margin: 0;
  width: 58px;
}

.sc-director-card .btn-chat,
.sc-director-card .btn-heart,
.sc-director-card .btn-profile {
  background: rgba(150, 143, 135, 0.62);
}

.sc-director-card .btn-chat:hover,
.sc-director-card .btn-heart:hover,
.sc-director-card .btn-profile:hover {
  background: rgba(236, 95, 120, 0.88);
  color: #fff;
  transform: scale(1.04);
}

.sc-director-card .gt-name {
  bottom: 24px;
}

.sc-director-card .gt-name > a {
  font-family: var(--sc-ui-font, "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif);
  font-size: 2rem;
  font-weight: 800;
  font-synthesis: none;
  line-height: 1.05;
}

.sc-director-card .badge {
  background: rgba(236, 95, 120, 0.82);
}

:root {
  --sc-ui-font: "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}

#stories,
#stories .text-primary,
.sc-director-card .badge,
.sc-director-card .text-xs,
.sc-sidebar-nav-item,
.sc-sidebar-story-btn,
.mobile-nav .mnav-btn,
.mobile-nav .mnav-btn .text {
  font-family: var(--sc-ui-font);
  font-synthesis: none;
}

#stories {
  font-weight: 800 !important;
}

.sc-director-card .text-xs {
  font-weight: 600;
}

.mobile-nav .mnav-btn .text,
.sc-sidebar-nav-item,
.sc-sidebar-story-btn {
  font-weight: 600 !important;
}

#menuHolder .mobile-nav .mnav-btn .text {
  font-family: var(--sc-ui-font) !important;
  font-weight: 600 !important;
}

.sc-story-referral-divider {
  display: none;
}

@media (min-width: 992px) {
  #gfHome.section.gf-listing {
    min-height: 0 !important;
  }

  .sc-story-referral-divider {
    border-top: 1px solid rgba(94, 95, 95, 0.18);
    display: block;
    margin: 0.5rem auto 1rem;
    max-width: 1320px;
    width: calc(100% - 3rem);
  }

  body.dark-mode .sc-story-referral-divider {
    border-top-color: rgba(255, 255, 255, 0.16);
  }

  .sc-referral-section {
    margin-top: 0 !important;
  }

  .sc-referral-section h2 {
    margin-top: 0 !important;
  }
}

@media (max-width: 575px) {
  .sc-director-card .gf-btns {
    right: 10px;
    top: 12px;
  }

  .sc-director-card .gf-btn {
    font-size: 1.2rem;
    height: 48px;
    width: 48px;
  }

  .sc-director-card .gt-name > a {
    font-size: 1.7rem;
  }
}
