/* =============================================================================
   MAY 31 CYCLING — PC (default) + mobile (max-width: 900px)
   ============================================================================= */
:root {
  --bg: #1a2229;
  --bg-elevated: #1c2129;
  --bg-footer: #0b0d10;
  --text: #ffffff;
  --text-muted: rgba(255, 255, 255, 0.72);
  --accent: #A4FF01;
  --accent-soft: rgba(200, 245, 66, 0.18);
  --star: #FFC508;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --shadow-card: 0 12px 40px rgba(0, 0, 0, 0.45);
  --shadow-soft: 0 4px 24px rgba(0, 0, 0, 0.35);
  --container: min(1440px, 92vw);
  --font: "Inter", system-ui, -apple-system, sans-serif;
  --script: "Great Vibes", cursive;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--accent);
}
@font-face {
  font-family: "en2400";
  src: url("../fonts/acherusgrotesque-regular.otf?t=1655692005834") format("opentype");
}
@font-face {
  font-family: "en500";
  src: url("../fonts/LitSans-Medium.otf?t=1655692005834") format("opentype");
}
@font-face {
  font-family: "ch400";
  src: url("../fonts/GlowSansSC-Normal-Book.otf?t=1655692005834") format("opentype");
}
@font-face {
  font-family: "chLight";
  src: url("../fonts/GlowSansSC-Normal-Light.otf?t=1655692005834") format("opentype");
}
@font-face {
  font-family: "ch600";
  src: url("../fonts/GlowSansSC-Normal-Bold.otf?t=1655692005834") format("opentype");
}
@font-face {
  font-family: "ch900";
  src: url("../fonts/GlowSansSC-Normal-ExtraBold.otf?t=1655692005834") format("opentype");
}

::-webkit-scrollbar {
  width: 7px;
  height: 8px;
  background-color: #c7c9cc;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  height: 50px;
  border-radius: 5px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
html,
body {
  position: relative;
  line-height: 1 !important;
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  font-family: "en500";
  color: white;
  margin: 0;
  padding: 0;
}
.reactive {
  position: relative;
}
.center {
  text-align: center !important;
}
span {
  outline: none;
}
.pb0 {
  padding-bottom: 0 !important;
}
.p0 {
  padding: 0 !important;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
a:focus,
a:active {
  outline: none;
}
a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
a {
  display: inline-block;
}
ul,
ul li,
p,
h1,
h2,
h3 {
  list-style: none;
  margin: 0;
  padding: 0;
}
div {
  box-sizing: border-box;
}
.w1440 {
  max-width: 1440px;
  width: 1440px;
  margin: 0 auto;
}
.w1200{
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.circle {
  width: 57px;
  position: absolute;
}
.circle.circleImg1 {
  top: 87px;
  right: 111px;
}
/* =============================================================================
   Global header (partials/site-header.html) + shared utilities
   ============================================================================= */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 9999;
  padding: 0.75rem 1rem;
  background: var(--accent);
  color: #0b0d10;
  border-radius: var(--radius-sm);
}
.skip-link:focus {
  top: 1rem;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 20px 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.18) 55%, rgba(0, 0, 0, 0.08) 100%);
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 47px;
  max-width: 1100px;
  margin: 0 auto;
}
.site-header__cluster {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 100px;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 55px;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  color: #fff;
}
.nav a,
.nav .nav__link {
  color: #fff;
  transition: color 0.2s var(--ease);
}
.nav a:hover,
.nav .nav__link:hover {
  color: rgba(255, 255, 255, 0.92);
}
.nav__link {
  position: relative;
  padding-block: 0.35rem;
  text-decoration: none;
}
.nav__link.is-active {
  color: #fff;
}
.nav__link:hover::after,
.nav__link.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background: #a4ff01;
}
.nav--left {
  justify-self: start;
}
.nav--right {
  justify-self: end;
  gap: 100px;
}
.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-dropdown__trigger {
  display: flex;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  border: none;
  background: transparent;
  font: inherit;
  font-size: inherit;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s var(--ease);
  margin-top: 5px;
}
.nav-dropdown__trigger:hover {
  color: rgba(255, 255, 255, 0.92);
}
.nav-dropdown__trigger.is-active-route ::after{
  content: "";
  position: absolute;
  left: 51px;
  bottom: 0;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background: #a4ff01;
}
.nav-dropdown.is-open .nav-dropdown__trigger.is-active-route {
  box-shadow: none;
}
/* CSS triangle (language dropdown, etc.) */
span.nav-dropdown__chevron {
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.85);
  transform-origin: 50% 35%;
  transition: transform 0.2s var(--ease);
}
/* Custom image chevron (e.g. Tour menu) */
img.nav-dropdown__chevron {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  flex-shrink: 0;
  object-fit: contain;
  transform-origin: 50% 50%;
  transition: transform 0.2s var(--ease);
}
.nav-dropdown.is-open .nav-dropdown__chevron {
  transform: rotate(180deg);
}
.nav-dropdown.is-open .nav-dropdown__trigger::after {
  content: "";
  position: absolute;
  left: 30%;
  bottom: 0;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background: #a4ff01;
}
.nav-dropdown__panel {
  position: absolute;
  top: calc(100% + 14px);
  left: -12px;
  width: 160px;
  background: rgba(0, 0, 0, 0.4);
  padding: 8px 0;
  border-radius: 0;
  z-index: 80;
}
.nav-dropdown__panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 14px;
}
.nav-dropdown__panel--tour {
  text-align: center;
}
.nav-dropdown__panel--lang {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.nav-dropdown__item {
  display: block;
  width: 100%;
  padding: 12px 0;
  border-radius: 0;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
button.nav-dropdown__item {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: center;
}
a.nav-dropdown__item {
  text-align: center;
}
.nav-dropdown__item:hover {
  background: var(--accent);
  color: #fff;
}
.nav-dropdown__item.is-active {
  background: var(--accent);
  color: #fff;
}
.logo {
  justify-self: center;
  grid-column: 2;
}
.site-header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.site-header .logo img {
  width: 164px;
}
.site-header .logo:hover {
  color: inherit;
}
.site-header .logo:hover img {
  opacity: 0.88;
}
.nav-dropdown--lang {
  position: absolute;
  right: 70px;
  flex-shrink: 0;
}
.site-header__cluster .nav-dropdown--lang .nav-dropdown__trigger {
  font-size: clamp(1rem, 1.35vw, 1.25rem);
}
[data-lang-dropdown].is-open {
  z-index: 85;
}
.nav-dropdown[data-nav-dropdown].is-open {
  z-index: 85;
}
.nav-dropdown--lang .nav-dropdown__label {
  max-width: 9rem;
  overflow: hidden;
  padding: 0.35rem 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-dropdown--lang-compact {
  justify-self: end;
}
.nav-dropdown--lang-compact .nav-dropdown__trigger {
  font-size: 0.7rem;
  gap: 0.35rem;
  padding: 0.35rem 0.4rem;
}
.nav-dropdown--lang-compact .nav-dropdown__label {
  max-width: 3.25rem;
}
.nav-dropdown--lang-compact .nav-dropdown__panel {
  min-width: 10.5rem;
}
.site-header--mobile .nav-dropdown--lang-compact .nav-dropdown__trigger {
  font-size: clamp(0.68rem, 2.8vw, 0.78rem);
}
.site-header--mobile .nav-dropdown--lang-compact .nav-dropdown__panel {
  top: calc(100% + 10px);
}
.site-header--mobile {
  display: none;
}
.menu-toggle {
  justify-self: start;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.menu-toggle__bar {
  width: 20px;
  height: 2px;
  background: var(--text);
  border-radius: 1px;
}
.logo--compact {
  grid-column: 2;
}
.site-header--mobile .logo img {

width: 111px;
}
.mobile-drawer {
  background: rgba(15, 18, 22, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem 1.25rem 1.25rem;
}
.mobile-drawer__nav {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.mobile-drawer__nav a {
  color: var(--text-muted);
  padding: 0.35rem 0;
}
@media (max-width: 1400px) {
  .site-header__inner {
    gap: 40px;
  }

.w1440 {
  max-width: calc(100% - 40px);
  width: calc(100% - 40px);
  margin: 0 auto;
}

}
@media (max-width: 1200px) {
  .w1200{
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
/* Header: mobile layout */
@media (max-width: 1100px) {
  .site-header--desktop {
    display: none;
  }
  .site-header--mobile {
    display: block;
  }
  .site-header--mobile .site-header__inner {
    grid-template-columns: auto 1fr auto;
    width: min(98%, 640px);
    margin-inline: auto;
    padding-inline-end: 0;
  }
}
@media (max-width: 650px) {
  .hide375{
    display: none !important;
  }
  .site-header{
    background: rgba(0, 0, 0, 0.15);
backdrop-filter: blur(71px) saturate(100%);
    padding: 10px 0;
  }
  .site-header .logo{
    margin: 0 auto;
  }
}

/* =============================================================================
   Shared layout — hero, sections, CTA (non-index pages + index)
   ============================================================================= */
.text-accent {
  color: var(--accent);
}
.container {
  max-width: var(--container);
  margin:0 auto;
}
/* -----------------------------------------------------------------------------
   Hero
   ----------------------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.61) 1%,
      rgba(0, 0, 0, 0.05) 40%,
      rgba(0, 0, 0, 0) 62%
    ),
    linear-gradient(
      180deg,
      rgba(26, 34, 41, 0) 70%,
      rgba(26, 34, 41, 0.4807) 80%,
      #1a2229 100%
    ),
    url(../imgs/index/index1.png) center / cover no-repeat;
}
.hero__content {
  position: relative;
  z-index: 2;
  max-width: calc(1440px - 240px);
  margin: 0 auto;
}
.hero__title {
  position: relative;
  margin: 0 0 33px;
  font-size: 96px;
  line-height: 120%;
  text-transform: uppercase;
}
.hero__star {
  position: absolute;
  top: -42px;
  left: 299px;
  width: 44px;
  height: 46px;
}
.hero__lead {
  margin: 0;
  max-width: 36rem;
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  color: var(--text-muted);
}
.hero__script {
  width: 310px;
  position: absolute;
  right: 360px;
  bottom: 0;
  z-index: 2;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}
.hero__script img {
  width: 100%;
}
/* -----------------------------------------------------------------------------
   Sections shared
   ----------------------------------------------------------------------------- */
.section {
  padding-top: 160px;
}
.section__head {
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
.section__title {
  margin: 0 0 2rem;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.25;
  max-width: 52rem;
  display: flex;
  gap: 30px;
  align-items: center;
}
.section__arrow {
  color: var(--accent);
  margin-right: 0.35rem;
}
.section__lead {
  font-size: 1rem;
  opacity: 0.8;
  line-height: 150%;
  font-family: "en2400";
  margin-left: 120px;
  margin-bottom: 80px;
}

.jiantou1 {
  margin-left: 44px;
  width: 46px;
}

/* -----------------------------------------------------------------------------
   CTA
   ----------------------------------------------------------------------------- */
.cta {
  margin-top: 136px;
  position: relative;
  min-height: clamp(320px, 50vh, 480px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 0;
}
.cta__media {
  position: absolute;
  inset: 0;
  background:
    url("../imgs/index/DSC04519.png") center / cover no-repeat;
}
.cta__overlay {
  position: absolute;
  top: 0; 
  left: 0;
  height: 40%;
  z-index: 2;
  width: 100%;
  background: linear-gradient(180deg, #1A2229 0%, rgba(26, 34, 41, 0.6371) 45%, rgba(26, 34, 41, 0) 100%);
}
.cta__overlay2 {
  position: absolute;
  top: 0; 
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.cta__content {
  position: relative;
  z-index: 1;
}
.cta__title {
  margin: 0;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  line-height: 1.2;
  max-width: 38rem;
  margin-inline: auto;
}


@media (max-width: 1440px) {
  .container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .hero {
    padding: 6.5rem 0 3rem;
    min-height: 85vh;
  }
  .hero__title {
    font-size: clamp(1.85rem, 8vw, 2.75rem);
  }
  .section__title {
    margin-bottom: 20px;
  }
  .section__lead {
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .cta__title {
    font-size: 80px;
    line-height: 83px;
  }
  .hero__title {
    font-size: 48px;
    font-family: 'ch600';
    line-height: 120%;
  }
}

/* =============================================================================
   Fixed social rail (shared partial)
   ============================================================================= */
#social-rail-mount {
  position: fixed;
  right: clamp(20px, 4vw, 72px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.social-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.social-rail__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 48px;
  height: 48px;
  padding: 10px 6px;
  border-radius: 50%;
  background: rgba(216, 216, 216, 0.2);
backdrop-filter: blur(0px) saturate(100%);
box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.05),inset 0px -1px 1px 0px rgba(255, 255, 255, 0.21);

  color: #ffffff;
  text-decoration: none;
  transition:
    background 0.2s var(--ease),
    border-color 0.2s var(--ease),
    transform 0.2s var(--ease);
}

.social-rail__item:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.32);
  transform: translateY(-2px);
}

.social-rail__icon {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex: none;
}

.social-rail__label {
  font-size: 10px;
  line-height: 1;
  font-family: PingFang SC;
  white-space: nowrap;
}

/* =============================================================================
   Site footer (shared partial) — design spec
   ============================================================================= */
.site-footer--mobile {
  display: none;
}

.site-footer--desktop,
.site-footer--mobile {
  background: #000000;
  color: #ffffff;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}

.site-footer--desktop {
  padding: 64px 0 142px;
}

.site-footer__shell {
  display: flex;
  flex-direction: column;
}

/* —— Top: 5 columns —— */
.site-footer__main {
  display: flex;
  gap:48px;
  align-items: start;
  justify-content: center;
  padding-bottom: 78px;
}

.site-footer__brand {
  min-width: 0;
}

.site-footer__logo {
  display: inline-block;
  margin: 0 0 28px;
  line-height: 0;
}

.site-footer__logo img {
  display: block;
  width: 284px;
}

.site-footer__tel-fax,
.site-footer__addr {
  margin: 0 0 4px;
  text-align: center;
  font-family: "en2400";
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

.site-footer__addr{
  text-align: center;
line-height: 200%;
}
.site-footer__addr:last-child {
  margin-bottom: 0;
}

.site-footer__tel-fax a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.site-footer__tel-fax a:hover {
  color: #ffffff;
}

.site-footer__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  min-width: 0;
}

.site-footer__col-pair {
  display: flex;
  align-items: flex-start;
  gap: clamp(32px, 5vw, 72px);
  min-width: 0;
}

.site-footer__col--essentials {
  flex: 1 1 auto;
  min-width: 0;
}

.site-footer__col--about {
  flex: 0 0 auto;
  padding-top: 0;
}


.site-footer__heading a {
  color: inherit;
  text-decoration: none;
}

.site-footer__heading a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.site-footer__col > a {
  font-size: 14px;
  line-height: 16px;
  font-family: "en2400";
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s var(--ease);
  opacity: 0.6;

}

a.site-footer__heading{
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  font-family: "en500";
  text-decoration: none;
  opacity: 1;
}
.site-footer__col > a:hover {
  color: #ffffff;
}

.site-footer__col--contact .site-footer__heading {
  margin-bottom: 4px;
}

.site-footer__contact-line {
  margin: 0;

  font-size: 14px;
  line-height: 16px;
  font-family: "en2400";
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s var(--ease);
  opacity: 0.6;
}

.site-footer__contact-line a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.site-footer__contact-line a:hover {
  color: #ffffff;
}

/* —— Bottom: social + legal —— */
.site-footer__bottom {
}

.site-footer__social-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 132px;
  width: 100%;
  padding: 0px 0 72px;
}

.site-footer__social-label {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition:
    opacity 0.2s var(--ease),
    transform 0.2s var(--ease);
}

.site-footer__social-link:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.site-footer__social-link img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

/* —— Legal bar —— */
.site-footer__legal-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  width: 100%;
}

.site-footer__legal-link {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s var(--ease);
}

.site-footer__legal-link:first-child {
  justify-self: start;
}

.site-footer__legal-link:last-child {
  justify-self: end;
}

.site-footer__legal-link:hover {
  color: #ffffff;
}

.site-footer__copyright {
  margin: 0;
  justify-self: center;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .site-footer__main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-footer__brand {
    grid-column: 1 / -1;
    max-width: 280px;
  }

  .site-footer__col-pair {
    grid-column: span 2;
  }
}

@media (max-width: 900px) {
  .site-footer--desktop {
    display: none;
  }

  .site-footer--mobile {
    display: block;
    padding: 48px 0 32px;
  }

  .site-footer--mobile .site-footer__brand {
    margin-bottom: 8px;
  }

  .site-footer--mobile .site-footer__logo {
    margin-bottom: 20px;
  }

  .footer-accordion {
    margin: 24px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .footer-accordion__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .footer-accordion__item summary {
    list-style: none;
    cursor: pointer;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
  }

  .footer-accordion__item summary::-webkit-details-marker {
    display: none;
  }

  .footer-accordion__item summary::after {
    content: "";
    flex: none;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid rgba(255, 255, 255, 0.55);
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.55);
    transform: rotate(45deg);
    margin-top: -2px;
    transition: transform 0.2s var(--ease);
  }

  .footer-accordion__item[open] summary::after {
    transform: rotate(225deg);
    margin-top: 2px;
  }

  .footer-accordion__item a {
    display: block;
    padding: 6px 0 6px 4px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.74);
    text-decoration: none;
  }

  .footer-accordion__item a:hover {
    color: #ffffff;
  }

  .footer-accordion__static {
    margin: 0;
    padding: 6px 0 6px 4px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.5;
  }

  .footer-accordion__static a {
    display: inline;
    padding: 0;
    color: rgba(255, 255, 255, 0.78);
  }

  .footer-accordion__item a:last-child,
  .footer-accordion__item .footer-accordion__static:last-child {
    padding-bottom: 16px;
  }

  .site-footer__bottom {
    margin-top: 24px;
  }

  .site-footer__social-strip--mobile {
    padding: 32px 0 40px;
  }

  .site-footer__legal-bar--mobile {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 12px;
    padding-bottom: 0;
  }

  .site-footer__legal-bar--mobile .site-footer__legal-link:first-child,
  .site-footer__legal-bar--mobile .site-footer__legal-link:last-child {
    justify-self: center;
  }

  .site-footer__legal-bar--mobile .site-footer__copyright {
    max-width: 22rem;
  }
}

