/* Canonical YAOLYA public header/footer. Every public HTML layout includes this file. */
.yaolya-site-header,
.yaolya-site-footer,
.yaolya-site-header *,
.yaolya-site-footer * {
  box-sizing: border-box;
}

.yaolya-site-shell-container {
  width: min(100% - 80px, 1400px);
  margin: 0 auto;
}

.yaolya-site-header {
  position: relative;
  z-index: 60;
  width: 100%;
  min-height: 72px;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #20242c;
  border: 0;
  box-shadow: none;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.yaolya-site-header .header-bar {
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(245px, 1fr) auto auto;
  align-items: center;
  gap: 34px;
}

.yaolya-site-header .brand-block {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 14px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.yaolya-site-header .brand-mark,
.yaolya-site-header .brand-mark img {
  display: block;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 999px;
  object-fit: contain;
}

.yaolya-site-header .brand-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.yaolya-site-header .brand-name {
  color: #ef2d66;
  font-size: 19px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .015em;
}

.yaolya-site-header .brand-subtitle {
  color: #4b5563;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
}

.yaolya-site-header .rb-shell-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.yaolya-site-header .rb-shell-nav a {
  color: #4b5563;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}

.yaolya-site-header .rb-shell-nav a:hover,
.yaolya-site-header .rb-shell-nav a:focus-visible {
  color: #ef2d66;
}

.yaolya-site-header .rb-shell-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 5px;
}

.yaolya-site-header .rb-shell-lang {
  display: inline-flex;
  gap: 5px;
}

.yaolya-site-header .rb-shell-lang button,
.yaolya-site-header .yaolya-site-lang {
  min-width: 36px;
  min-height: 34px;
  padding: 7px 9px;
  border: 1px solid rgba(230, 42, 97, .18);
  border-radius: 999px;
  background: #fff;
  color: #6b5560;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.yaolya-site-header .rb-shell-lang button.is-active,
.yaolya-site-header .rb-shell-lang button[aria-pressed="true"] {
  background: #ef2d66;
  border-color: #ef2d66;
  color: #fff;
}

.yaolya-site-header .rb-shell-stepper-hidden {
  display: none !important;
}

.yaolya-site-footer {
  width: 100%;
  margin-top: 64px;
  padding: 0;
  background: #fff;
  color: #4b5563;
  border-top: 1px solid rgba(30, 35, 45, .06);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.yaolya-site-footer .rb-shell-footer-inner {
  min-height: 100px;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) max-content;
  column-gap: 42px;
  align-items: center;
}

.yaolya-site-footer .rb-shell-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.yaolya-site-footer .rb-shell-footer-logo {
  display: block;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 999px;
  object-fit: contain;
  box-shadow: 0 8px 18px rgba(17, 24, 39, .06);
}

.yaolya-site-footer .rb-shell-footer-brand-text {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.yaolya-site-footer .rb-shell-footer-brand-text strong {
  color: #ef2d66;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .015em;
}

.yaolya-site-footer .rb-shell-footer-brand-text span,
.yaolya-site-footer .rb-shell-footer-links,
.yaolya-site-footer .rb-shell-footer-contact {
  color: #4b5563;
  font-size: 11.5px;
  line-height: 1.46;
  font-weight: 520;
}

.yaolya-site-footer .rb-shell-footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 30px;
  min-width: 0;
}

.yaolya-site-footer .rb-shell-footer-links span,
.yaolya-site-footer .rb-shell-footer-links a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.yaolya-site-footer .rb-shell-footer-links a:hover,
.yaolya-site-footer .rb-shell-footer-links a:focus-visible {
  color: #ef2d66;
}

.yaolya-site-footer .rb-shell-footer-contact,
.yaolya-site-footer .rb-shell-contact-links {
  display: inline-flex;
  align-items: center;
}

.yaolya-site-footer .rb-shell-footer-contact {
  justify-self: end;
  gap: 12px;
  white-space: nowrap;
}

.yaolya-site-footer .rb-shell-contact-links {
  gap: 10px;
}

.yaolya-site-footer .rb-shell-footer-contact-label {
  color: #7a7280;
  font-size: 12px;
  font-weight: 560;
}

.yaolya-site-footer .rb-shell-contact-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(230, 42, 97, .14);
  box-shadow: 0 10px 22px rgba(17, 24, 39, .07);
  overflow: hidden;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.yaolya-site-footer .rb-shell-contact-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yaolya-site-footer .rb-shell-contact-icon:hover {
  transform: translateY(-1px);
  border-color: rgba(230, 42, 97, .28);
  box-shadow: 0 14px 26px rgba(17, 24, 39, .10);
}

.yaolya-site-footer .rb-shell-contact-icon:focus-visible,
.yaolya-site-header a:focus-visible,
.yaolya-site-header button:focus-visible {
  outline: 3px solid rgba(230, 42, 97, .22);
  outline-offset: 3px;
}

.yaolya-consent-main {
  width: min(100% - 32px, 760px);
  margin: 48px auto;
  padding: 28px;
  background: #fff;
  border: 1px solid #ece8e6;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(31, 24, 20, .06);
  color: #242833;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

@media (max-width: 1040px) {
  .yaolya-site-shell-container {
    width: min(100% - 40px, 960px);
  }

  .yaolya-site-header .header-bar {
    grid-template-columns: minmax(210px, 1fr) auto;
    gap: 18px;
  }

  .yaolya-site-header .rb-shell-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    padding: 0 0 14px;
    overflow-x: auto;
  }

  .yaolya-site-footer .rb-shell-footer-inner {
    grid-template-columns: 1fr max-content;
    row-gap: 22px;
  }

  .yaolya-site-footer .rb-shell-footer-links {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .yaolya-site-shell-container {
    width: min(100% - 28px, 640px);
  }

  .yaolya-site-header .header-bar {
    min-height: 66px;
  }

  .yaolya-site-header .brand-mark,
  .yaolya-site-header .brand-mark img {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .yaolya-site-header .brand-subtitle {
    font-size: 11px;
  }

  .yaolya-site-header .rb-shell-nav {
    gap: 20px;
  }

  .yaolya-site-footer .rb-shell-footer-inner {
    grid-template-columns: 1fr;
    padding: 24px 0;
  }

  .yaolya-site-footer .rb-shell-footer-links {
    grid-column: auto;
    grid-row: auto;
    justify-content: flex-start;
    gap: 10px 18px;
  }

  .yaolya-site-footer .rb-shell-footer-contact {
    justify-self: start;
  }

  .yaolya-site-footer .rb-shell-footer-contact-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
}
