.page-home {
  --home-max-w: 1440px;
  --home-gutter: clamp(1.25rem, 4vw, 4rem);
  --home-grid-gap: clamp(1.5rem, 3vw, 3.5rem);
  --home-section-space: clamp(4rem, 8vw, 7.5rem);
  --home-line: rgba(230, 240, 250, 0.14);
  --home-line-strong: rgba(212, 175, 55, 0.4);
  --home-soft-bg: rgba(30, 58, 95, 0.32);
  --home-gold-glow: rgba(212, 175, 55, 0.12);
  --home-orange-glow: rgba(255, 107, 53, 0.1);
  margin-inline: auto;
  max-width: var(--home-max-w);
  padding-inline: var(--home-gutter);
  padding-top: 2rem;
  overflow-x: hidden;
  position: relative;
  background:
    radial-gradient(circle at 88% 8%, rgba(0, 217, 255, 0.09), transparent 32rem),
    radial-gradient(circle at 12% 32%, rgba(138, 43, 226, 0.07), transparent 28rem),
    linear-gradient(180deg, rgba(11, 31, 58, 0.98) 0%, rgba(10, 28, 74, 0.98) 100%);
}

.page-home .breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
  font-size: 0.75rem;
  color: var(--gray);
  letter-spacing: 0.04em;
}

.page-home .breadcrumb__item--current {
  color: var(--pale);
}

.page-home .breadcrumb__sep {
  color: var(--gold);
}

.page-home .home-intro {
  position: relative;
  padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(3rem, 6vw, 5rem);
}

.page-home .home-intro::before {
  content: "2登录投注网";
  position: absolute;
  top: 0;
  right: -2rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(4.5rem, 12vw, 9.5rem);
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1px rgba(230, 240, 250, 0.07);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}

.page-home .home-intro__tagline {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--electric);
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  border-left: 3px solid var(--accent);
  position: relative;
  z-index: 1;
}

.page-home .home-intro__title {
  max-width: 11ch;
  margin-bottom: 1.75rem;
  color: var(--white);
  position: relative;
  z-index: 1;
  text-shadow: 0 0 40px rgba(0, 217, 255, 0.08);
}

.page-home .home-intro__lead {
  max-width: 56rem;
  font-family: var(--font-body);
  font-size: clamp(1.0625rem, 1.6vw, 1.25rem);
  line-height: 1.8;
  color: var(--pale);
  margin-bottom: 2.25rem;
  position: relative;
  z-index: 1;
}

.page-home .home-intro__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.page-home .home-intro__btn {
  position: relative;
  overflow: hidden;
}

.page-home .home-intro__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.18) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.45s ease-out;
}

.page-home .home-intro__btn:hover::after {
  transform: translateX(120%);
}

.page-home .home-intro__anchor {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gray);
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 0.25rem;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.page-home .home-intro__anchor:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.page-home .home-directory {
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  padding: 1.75rem 0;
  margin-bottom: var(--home-section-space);
}

.page-home .home-directory__label {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.page-home .home-directory__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.25rem;
}

.page-home .home-directory__list a {
  display: inline-flex;
  align-items: baseline;
  gap: 0.75rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 500;
  color: var(--pale);
  text-decoration: none;
  padding: 0.5rem 0;
  border-bottom: 1px solid transparent;
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.page-home .home-directory__list a:hover {
  color: var(--accent);
  padding-left: 0.75rem;
}

.page-home .section {
  margin-bottom: var(--home-section-space);
}

.page-home .section-head-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.page-home .section-heading {
  color: var(--white);
  margin: 0;
}

.page-home .tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--white);
  background: var(--steel);
  border-left: 3px solid var(--electric);
  text-transform: uppercase;
  white-space: nowrap;
}

.page-home .tag--gold {
  background: rgba(212, 175, 55, 0.15);
  border-left-color: var(--gold);
  color: var(--gold);
}

.page-home .tag--purple {
  background: rgba(138, 43, 226, 0.15);
  border-left-color: var(--purple);
  color: #c39bff;
}

.page-home .two-steps__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.page-home .two-steps__content {
  max-width: 58rem;
}

.page-home .two-steps__list {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.page-home .two-steps__item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.25rem 1.5rem;
  background: var(--home-soft-bg);
  border-left: 3px solid var(--accent);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-home .two-steps__item:hover {
  background: rgba(255, 107, 53, 0.12);
  transform: translateY(-2px);
}

.page-home .two-steps__num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--accent);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.125rem;
  box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.18);
}

.page-home .two-steps__text h3 {
  margin: 0 0 0.25rem;
  color: var(--white);
}

.page-home .two-steps__text p {
  color: var(--gray);
  margin: 0;
}

.page-home .two-steps__note {
  margin-top: 2rem;
  color: var(--pale);
  border-left: 1px solid var(--gold);
  padding-left: 1.25rem;
}

.page-home .two-steps__figure {
  margin: 0;
}

.page-home .img-frame {
  position: relative;
  display: block;
  background: var(--steel);
  overflow: hidden;
  line-height: 0;
}

.page-home .img-frame img {
  width: 100%;
  height: auto;
  object-fit: cover;
  line-height: 0;
}

.page-home .img-frame--wide img {
  aspect-ratio: 800 / 400;
}

.page-home .img-frame--portrait img {
  aspect-ratio: 600 / 600;
}

.page-home .img-frame__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0.5rem 0.9rem;
  background: rgba(11, 31, 58, 0.78);
  color: var(--pale);
  font-size: 0.75rem;
  line-height: 1.4;
  border-left: 2px solid var(--electric);
  backdrop-filter: blur(4px);
}

.page-home .v2025__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.page-home .v2025__text {
  max-width: 60rem;
}

.page-home .v2025__feature-list {
  list-style: none;
  margin: 1.75rem 0 2rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.page-home .v2025__feature-list li {
  position: relative;
  padding-left: 1.5rem;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--pale);
}

.page-home .v2025__feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.625rem;
  height: 0.625rem;
  background: var(--gold);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.page-home .v2025__feature-list strong {
  color: var(--white);
  font-weight: 700;
}

.page-home .v2025__tip {
  margin-top: 1.25rem;
  color: var(--gray);
}

.page-home .v2025__figure {
  margin: 0;
  max-width: 30rem;
}

.page-home .home-collections__intro {
  max-width: 52rem;
  margin-bottom: 2rem;
}

.page-home .collections__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.page-home .collections__item {
  position: relative;
  padding: 2rem 1.75rem;
  background: linear-gradient(135deg, rgba(30, 58, 95, 0.5), rgba(11, 31, 58, 0.3));
  transition: background-color 0.3s ease, transform 0.3s ease;
  overflow: hidden;
}

.page-home .collections__item::after {
  content: "";
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
  width: 6rem;
  height: 6rem;
  border: 1px solid rgba(212, 175, 55, 0.22);
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
}

.page-home .collections__item:hover {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.13), rgba(11, 31, 58, 0.4));
  transform: translateY(-3px);
}

.page-home .collections__item:hover::after {
  border-color: var(--accent);
}

.page-home .collections__index {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.8125rem;
  color: var(--gold);
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.page-home .collections__item h3 {
  margin: 0 0 0.5rem;
  color: var(--white);
}

.page-home .collections__item p {
  color: var(--gray);
  margin: 0 0 1.25rem;
  max-width: 32rem;
}

.page-home .collections__link {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--electric);
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 217, 255, 0.4);
  padding-bottom: 0.2rem;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.page-home .collections__link:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.page-home .collections__figure {
  margin: 0;
}

.page-home .home-quick__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.page-home .quick__content {
  max-width: 50rem;
}

.page-home .quick__content .btn {
  margin-top: 0.5rem;
}

.page-home .home-quick__link {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: var(--gray);
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 0.2rem;
  transition: color 0.25s ease;
}

.page-home .home-quick__link:hover {
  color: var(--accent);
}

.page-home .quick__preview {
  background: var(--home-soft-bg);
  padding: 1.75rem 1.5rem;
  border-left: 3px solid var(--gold);
}

.page-home .quick__preview h3 {
  margin: 0 0 1rem;
  color: var(--white);
}

.page-home .quick__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
}

.page-home .quick__list a {
  display: block;
  padding: 0.55rem 0;
  font-size: 0.9375rem;
  color: var(--pale);
  text-decoration: none;
  border-bottom: 1px solid rgba(230, 240, 250, 0.08);
  transition: color 0.25s ease, border-color 0.25s ease;
}

.page-home .quick__list a:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.page-home .trust__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.page-home .trust__statement {
  max-width: 58rem;
}

.page-home .trust__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.page-home .trust__stats span {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1.1rem;
  background: rgba(0, 217, 255, 0.08);
  border-left: 2px solid var(--electric);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--pale);
}

.page-home .trust__aside {
  background: var(--night);
  padding: 2rem 1.75rem;
  border-left: 3px solid var(--gold);
}

.page-home .trust__aside .sub-heading {
  margin: 0 0 1rem;
  color: var(--white);
}

.page-home .trust__list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  color: var(--pale);
}

.page-home .trust__note {
  color: var(--gray);
  margin: 0 0 1.5rem;
}

.page-home .home-trust__link {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 175, 55, 0.45);
  padding-bottom: 0.2rem;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.page-home .home-trust__link:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.page-home .trust__footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--home-line);
  text-align: right;
}

.page-home .trust__sign {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--white);
  background: linear-gradient(90deg, var(--electric), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-home .home-other {
  border-top: 1px solid var(--home-line);
  padding-top: 2.5rem;
}

.page-home .home-other h2 {
  margin: 0 0 1rem;
  color: var(--white);
}

.page-home .home-other__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
}

.page-home .home-other__list a {
  font-size: 0.875rem;
  color: var(--gray);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.2rem;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.page-home .home-other__list a:hover {
  color: var(--accent);
  border-color: var(--accent);
}

@media (min-width: 48rem) {
  .page-home .home-directory__list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .page-home .home-directory__list a {
    font-size: 0.875rem;
  }

  .page-home .two-steps__layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    align-items: start;
  }

  .page-home .v2025__layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: start;
  }

  .page-home .collections__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-home .home-quick__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
  }

  .page-home .trust__grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
    align-items: start;
  }
}

@media (min-width: 64rem) {
  .page-home {
    padding-inline: calc(var(--home-gutter) + 1rem);
  }

  .page-home .two-steps__item {
    padding: 1.5rem 1.75rem;
  }
}
