.footer-settings__brand-lockup {
  display: inline-flex;
  flex-direction: column;
  gap: 0.2rem;
  color: rgb(var(--color-foreground));
  text-decoration: none;
}

.footer-settings__brand-name {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.footer-settings__brand-region {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.2;
}

.footer-block--logo-desc p {
  font-size: 1.5rem;
  line-height: 1.7;
  opacity: 0.85;
  text-align: justify;
}

.footer-block__heading {
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-block__details-content .list-menu__item--link,
.footer--button {
  font-size: 1.45rem !important;
  line-height: 2.0 !important;
  color: rgba(var(--color-foreground), 0.82) !important;
}

/* Footer Desktop Layout Enhancements */
@media screen and (min-width: 1100px) {
  .footer__blocks-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 4.5rem;
    width: 100%;
    align-items: flex-start;
  }

  .footer-block--logo:first-child {
    flex: 0 0 35%;
    max-width: 40rem !important;
    margin-right: 2rem !important;
  }

  .footer-settings__brand-name {
    font-size: 4.2rem;
    line-height: 0.95;
  }

  .footer-settings__brand-region {
    font-size: 1.3rem;
    letter-spacing: 0.25em;
  }

  .footer-block--logo-desc p {
    font-size: 1.55rem;
    line-height: 1.7;
    opacity: 0.85;
    margin-top: 1.8rem;
    text-align: justify;
  }

  .footer-block--menu {
    flex: 1 1 auto;
    min-width: 15rem;
  }

  .footer-block--menu .footer-block__heading {
    font-size: 1.65rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 2rem;
  }

  .footer-block--menu .list-menu__item--link {
    font-size: 1.5rem !important;
    line-height: 2.0 !important;
    color: rgba(var(--color-foreground), 0.82) !important;
    transition: opacity var(--duration-short, 0.2s) ease;
  }

  .footer-block--menu .list-menu__item--link:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 1360px) {
  .footer__blocks-wrapper {
    gap: 6rem;
  }

  .footer-block--logo:first-child {
    flex: 0 0 33%;
    max-width: 44rem !important;
  }
}

/* Rokid Style Contact Section */
.footer-settings__contact-section {
  width: 100%;
  margin-top: 3.6rem;
  padding-top: 3.6rem;
  border-top: 1px solid rgba(var(--color-border-input, 255, 255, 255), 0.15);
}

.footer-settings__contact-heading {
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2.2rem;
  color: rgb(var(--color-foreground-title, #ffffff));
}

.footer-settings__contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  width: 100%;
}

.footer-settings__contact-card {
  background: rgba(var(--color-foreground, 255, 255, 255), 0.03);
  border: 1px solid rgba(var(--color-border-input, 255, 255, 255), 0.1);
  border-radius: 0.8rem;
  padding: 2.2rem 2.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all var(--duration-long, 0.3s) ease;
}

.footer-settings__contact-card:hover {
  border-color: rgba(var(--color-foreground, 255, 255, 255), 0.25);
  background: rgba(var(--color-foreground, 255, 255, 255), 0.06);
}

.contact-card__header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}

.contact-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: rgba(var(--color-foreground, 255, 255, 255), 0.08);
  color: rgb(var(--color-foreground-title, #ffffff));
  flex-shrink: 0;
}

.contact-card__title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgb(var(--color-foreground-title, #ffffff));
}

.contact-card__address,
.contact-card__desc {
  margin: 0 0 1.4rem 0;
  font-size: 1.4rem;
  line-height: 1.65;
  color: rgba(var(--color-foreground, 255, 255, 255), 0.8);
}

.contact-card__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: rgb(var(--color-foreground-title, #ffffff));
  font-weight: 700;
  font-size: 1.55rem;
  text-decoration: none;
  transition: opacity var(--duration-short, 0.2s) ease;
}

.contact-card__phone:hover {
  opacity: 0.6;
}

.contact-card__hotline-number {
  display: inline-block;
  color: rgb(var(--color-foreground-title, #ffffff));
  font-weight: 800;
  font-size: 2.5rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-decoration: none;
  margin-bottom: 0.6rem;
  transition: opacity var(--duration-short, 0.2s) ease;
}

.contact-card__hotline-number:hover {
  opacity: 0.6;
}

.footer-settings__social-list .footer-settings__social-item--text a {
  min-height: 2.8rem;
  padding: 0.8rem;
  color: rgba(var(--color-social));
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}

.footer-settings__social-list .footer-settings__social-item--text a:hover {
  opacity: 0.5;
}

.footer-settings__social-list .footer-settings__social-item--legacy {
  display: none;
}

/* Mobile Responsive Rokid Style */
.footer-contact--mobile {
  display: none;
}

.footer-contact--desktop {
  display: block;
}

@media screen and (max-width: 1099px) {
  .footer-contact--desktop {
    display: none !important;
  }

  .footer-contact--mobile {
    display: block !important;
  }

  .footer-settings__contact-section {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
  }

  .footer-settings__contact-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .footer-settings__contact-card {
    padding: 1.8rem;
  }

  .footer-block--logo-desc {
    margin-top: 1.2rem;
    max-width: 34rem;
  }

  .footer-block--logo-desc p {
    font-size: 1.45rem;
    line-height: 1.6;
    text-align: left;
  }
}
