.page-home {
  --page-gap: 56px;
  background: var(--cream);
}

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

.page-home a {
  -webkit-tap-highlight-color: rgba(230, 57, 70, 0.14);
}

/* ===== 刊头区 ===== */
.page-home .home-hero {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  isolation: isolate;
}

.page-home .home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: -12%;
  width: 52%;
  height: 100%;
  background: var(--red);
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
  z-index: 0;
}

.page-home .home-hero::after {
  content: "";
  position: absolute;
  left: -8%;
  bottom: -18px;
  width: 34%;
  height: 8px;
  background: var(--orange);
  transform: rotate(-6deg);
  z-index: 0;
}

.page-home .home-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  padding-top: 48px;
  padding-bottom: 56px;
}

.page-home .home-breadcrumb {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--orange);
  background: rgba(244, 162, 97, 0.1);
  border-left: 4px solid var(--orange);
  font-family: var(--font-body);
}

.page-home .home-hero__title {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.1rem, 8vw, 4.2rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--white);
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.35);
}

.page-home .home-hero__desc {
  max-width: 620px;
  margin: 0 0 24px;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.68;
  color: rgba(241, 250, 238, 0.88);
}

.page-home .home-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.page-home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  background: var(--red);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.page-home .btn:hover,
.page-home .btn:focus-visible {
  background: var(--red-light);
  transform: translateY(-2px);
  box-shadow: 6px 6px 0 rgba(230, 57, 70, 0.3);
}

.page-home .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  background: transparent;
  color: var(--cream);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  border: 2px solid var(--cream);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.page-home .btn-ghost:hover,
.page-home .btn-ghost:focus-visible {
  background: var(--cream);
  color: var(--ink);
  transform: translateY(-2px);
}

.page-home .home-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
  border-top: 1px solid rgba(241, 250, 238, 0.18);
}

.page-home .home-hero__stats li {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(241, 250, 238, 0.76);
}

.page-home .home-hero__stats strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--orange);
  line-height: 1.1;
}

.page-home .home-hero__media {
  position: relative;
  min-height: 0;
}

.page-home .home-hero__img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 0 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
}

@media (min-width: 860px) {
  .page-home .home-hero__inner {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    min-height: 540px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .page-home .home-hero__img {
    height: 420px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 34px), 0 100%);
  }
}

/* ===== 目录型内容地图 ===== */
.page-home .home-toc {
  background: var(--cream);
}

.page-home .home-toc__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 0;
  padding: 32px 0;
  list-style: none;
}

.page-home .home-toc__item {
  background: var(--white);
  border: 2px solid var(--ink);
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  box-shadow: 4px 4px 0 rgba(13, 27, 42, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.page-home .home-toc__item:hover,
.page-home .home-toc__item:focus-within {
  transform: translateY(-3px);
  box-shadow: 8px 8px 0 rgba(230, 57, 70, 0.2);
  background: #ffffff;
}

.page-home .home-toc__link {
  display: block;
  padding: 16px 20px 16px 26px;
  text-decoration: none;
  color: var(--ink);
}

.page-home .home-toc__num {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  color: var(--red);
}

.page-home .home-toc__label {
  display: block;
  margin-top: 6px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--ink);
}

.page-home .home-toc__label:hover {
  color: var(--red);
}

.page-home .home-toc__hint {
  display: block;
  margin-top: 4px;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--gray);
}

@media (min-width: 640px) {
  .page-home .home-toc__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .page-home .home-toc__list {
    grid-template-columns: repeat(5, 1fr);
  }

  .page-home .home-toc__link {
    padding: 20px 16px 20px 22px;
  }
}

/* ===== 通用章节标题结构 ===== */
.page-home .home-section {
  padding: var(--page-gap) 0;
}

.page-home .home-section__head {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 34px;
}

.page-home .home-section__head--center {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 6px;
  margin-bottom: 30px;
}

.page-home .home-section__head--center .home-section__index {
  margin-bottom: 4px;
}

.page-home .home-section__head--center .home-section__desc {
  max-width: 680px;
}

.page-home .home-section__index {
  flex: 0 0 auto;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.6rem, 8vw, 4.2rem);
  line-height: 0.9;
  color: var(--red);
  opacity: 0.18;
  letter-spacing: -0.02em;
}

.page-home .home-section__kicker {
  margin: 0 0 4px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray);
}

.page-home .home-section__title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.5rem, 4.4vw, 2.5rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--ink);
}

.page-home .home-section__desc {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.62;
  color: var(--gray);
}

.page-home .home-section__more {
  margin: 30px 0 0;
  text-align: center;
}

.page-home .home-section__more a {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 2px solid var(--orange);
  padding-bottom: 3px;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.page-home .home-section__more a:hover {
  color: var(--red);
  border-color: var(--red);
  background: rgba(244, 162, 97, 0.14);
}

.page-home .home-section__more--light a {
  color: var(--white);
}

.page-home .home-section__more--light a:hover {
  color: var(--orange);
}

@media (min-width: 768px) {
  .page-home .home-section__head {
    gap: 24px;
    margin-bottom: 40px;
  }
}

/* ===== 01 联赛导航 ===== */
.page-home .home-league {
  background: var(--white);
  position: relative;
}

.page-home .home-league::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--red) 0%, var(--red) 42%, var(--orange) 42%, var(--orange) 58%, var(--ink) 58%, var(--ink) 100%);
}

.page-home .home-league__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.page-home .league-card {
  position: relative;
  display: block;
  min-height: 168px;
  padding: 22px 20px 22px 26px;
  background: var(--ink);
  color: var(--white);
  text-decoration: none;
  clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 100%, 12px 100%);
  transition: background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.page-home .league-card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: var(--red);
}

.page-home .league-card:hover,
.page-home .league-card:focus-visible {
  background: var(--red);
  transform: translateX(5px);
  box-shadow: 8px 8px 0 rgba(230, 57, 70, 0.2);
}

.page-home .league-card__code {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--orange);
  background: rgba(241, 250, 238, 0.08);
  padding: 3px 8px;
  margin-bottom: 14px;
}

.page-home .league-card__name {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.page-home .league-card__eng {
  display: block;
  margin-top: 4px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(241, 250, 238, 0.72);
}

.page-home .league-card__meta {
  display: block;
  margin-top: 12px;
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(241, 250, 238, 0.76);
}

.page-home .league-card__arrow {
  position: absolute;
  right: 18px;
  bottom: 14px;
  font-size: 20px;
  color: var(--orange);
  transition: transform 0.2s ease;
}

.page-home .league-card:hover .league-card__arrow {
  transform: translateX(4px) rotate(-6deg);
}

@media (min-width: 640px) {
  .page-home .home-league__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 980px) {
  .page-home .home-league__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home .league-card {
    min-height: 180px;
  }
}

/* ===== 02 专家专栏 ===== */
.page-home .home-expert {
  background:
    linear-gradient(180deg, var(--cream) 0%, #ffffff 100%);
  position: relative;
}

.page-home .home-expert .container {
  position: relative;
}

.page-home .home-expert__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.page-home .expert-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid rgba(141, 153, 174, 0.3);
  box-shadow: 6px 6px 0 rgba(13, 27, 42, 0.08);
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.page-home .expert-card:hover {
  box-shadow: 10px 10px 0 rgba(230, 57, 70, 0.16);
  transform: translateY(-3px);
}

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

.page-home .expert-card__media img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.page-home .expert-card:hover .expert-card__media img {
  transform: scale(1.03);
}

.page-home .expert-card__body {
  padding: 20px 22px 24px;
}

.page-home .expert-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.page-home .expert-card__date {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--gray);
}

.page-home .tag {
  display: inline-block;
  padding: 4px 10px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-home .tag--red {
  background: var(--red);
  color: var(--white);
}

.page-home .tag--orange {
  background: var(--orange);
  color: var(--ink);
}

.page-home .tag--dark {
  background: var(--ink);
  color: var(--white);
}

.page-home .expert-card__title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.12rem;
  line-height: 1.28;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--ink);
}

.page-home .expert-card__summary {
  margin: 0 0 16px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--gray);
}

.page-home .expert-card__link,
.page-home .postmatch-item__link {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: var(--red);
  border-bottom: 2px solid var(--orange);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-home .expert-card__link:hover,
.page-home .postmatch-item__link:hover {
  color: var(--ink);
  border-color: var(--red);
}

@media (min-width: 768px) {
  .page-home .expert-card {
    flex-direction: row;
    align-items: stretch;
  }

  .page-home .expert-card__media {
    flex: 0 0 188px;
  }

  .page-home .expert-card__media img {
    height: 100%;
    min-height: 220px;
  }

  .page-home .expert-card__body {
    flex: 1;
  }
}

@media (min-width: 1024px) {
  .page-home .home-expert__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }

  .page-home .expert-card {
    flex-direction: column;
  }

  .page-home .expert-card__media {
    flex: 0 0 auto;
  }

  .page-home .expert-card__media img {
    height: 210px;
    min-height: 0;
  }
}

/* ===== 03 数据大屏 ===== */
.page-home .home-data {
  background: var(--ink);
  position: relative;
}

.page-home .home-data .home-section__index {
  color: var(--orange);
  opacity: 0.6;
}

.page-home .home-data .home-section__title {
  color: var(--white);
}

.page-home .home-data .home-section__desc {
  color: rgba(241, 250, 238, 0.68);
}

.page-home .home-data .home-section__kicker {
  color: var(--orange);
}

.page-home .data-board {
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 100%);
  border: 1px solid rgba(241, 250, 238, 0.14);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
  padding: 22px;
  color: var(--cream);
  position: relative;
}

.page-home .data-board::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--red) 0%, var(--red) 60%, var(--orange) 60%, var(--orange) 100%);
}

.page-home .data-board__toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 20px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px dashed rgba(241, 250, 238, 0.2);
}

.page-home .data-board__scope {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--white);
}

.page-home .data-board__source {
  font-family: var(--font-body);
  font-size: 12px;
  color: rgba(241, 250, 238, 0.6);
}

.page-home .data-board__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px 30px;
}

.page-home .data-board__gauge-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 8px;
}

.page-home .data-board__gauge {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  overflow: visible;
}

.page-home .gauge__track {
  fill: none;
  stroke: rgba(241, 250, 238, 0.12);
  stroke-width: 14;
  stroke-linecap: round;
}

.page-home .gauge__progress {
  fill: none;
  stroke: var(--red);
  stroke-width: 14;
  stroke-linecap: round;
}

.page-home .gauge__needle {
  stroke: var(--orange);
  stroke-width: 4;
  stroke-linecap: round;
}

.page-home .gauge__hub {
  fill: var(--orange);
  stroke: var(--ink-2);
  stroke-width: 2;
}

.page-home .gauge__value {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 30px;
  fill: var(--white);
}

.page-home .gauge__label {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 12px;
  fill: rgba(241, 250, 238, 0.62);
  letter-spacing: 0.08em;
}

.page-home .data-board__gauge-note {
  margin: 12px 0 0;
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(241, 250, 238, 0.64);
  text-align: center;
}

.page-home .data-board__metrics {
  border: 1px solid rgba(241, 250, 238, 0.1);
  background: rgba(13, 27, 42, 0.62);
  padding: 6px 16px;
}

.page-home .data-board__metric-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: baseline;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(241, 250, 238, 0.14);
  font-family: var(--font-body);
  font-size: 14px;
}

.page-home .data-board__metric-row:last-child {
  border-bottom: 0;
}

.page-home .data-board__metric-row--head {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
  border-bottom-color: rgba(244, 162, 97, 0.3);
}

.page-home .data-board__metric-name {
  color: rgba(241, 250, 238, 0.76);
}

.page-home .data-board__metric-value {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--white);
}

.page-home .data-board__metric-delta {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--green);
}

.page-home .data-highlight {
  color: var(--red-light);
  font-weight: 700;
  cursor: pointer;
  border-bottom: 2px dotted var(--red);
  padding-bottom: 1px;
  transition: background 0.2s ease, color 0.2s ease;
}

.page-home .data-highlight:hover,
.page-home .data-highlight:focus-visible {
  background: rgba(230, 57, 70, 0.16);
  color: #ff7a85;
}

.page-home .data-board__legend {
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(241, 250, 238, 0.14);
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.55;
  color: rgba(241, 250, 238, 0.58);
}

.page-home .home-data .home-section__more a {
  color: var(--white);
}

.page-home .home-data .home-section__more a:hover {
  color: var(--orange);
}

@media (min-width: 720px) {
  .page-home .data-board__body {
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
  }

  .page-home .data-board__gauge-panel {
    border-right: 1px dashed rgba(241, 250, 238, 0.16);
    padding-right: 20px;
  }
}

@media (min-width: 980px) {
  .page-home .data-board {
    padding: 30px;
  }
}

/* ===== 04 赛后内容入口 ===== */
.page-home .home-postmatch {
  background: var(--cream);
}

.page-home .postmatch-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.page-home .postmatch-item {
  background: var(--white);
  border: 1px solid rgba(141, 153, 174, 0.24);
  box-shadow: 4px 4px 0 rgba(13, 27, 42, 0.1);
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.page-home .postmatch-item:hover {
  box-shadow: 8px 8px 0 rgba(244, 162, 97, 0.28);
  transform: translateY(-3px);
}

.page-home .postmatch-item__media {
  overflow: hidden;
}

.page-home .postmatch-item__media img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.page-home .postmatch-item:hover .postmatch-item__media img {
  transform: scale(1.03);
}

.page-home .postmatch-item__content {
  padding: 20px 20px 24px;
}

.page-home .postmatch-item .tag {
  margin-bottom: 12px;
}

.page-home .postmatch-item__content h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.04rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--ink);
}

.page-home .postmatch-item__content p {
  margin: 0 0 16px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--gray);
}

@media (min-width: 640px) {
  .page-home .postmatch-item {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 900px) {
  .page-home .postmatch-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .page-home .postmatch-item__media img {
    height: 170px;
  }
}

/* ===== 05 会员中心 ===== */
.page-home .home-member {
  background: var(--red);
  position: relative;
  overflow: hidden;
}

.page-home .home-member::before {
  content: "";
  position: absolute;
  right: -12%;
  top: -20%;
  width: 46%;
  height: 120%;
  background: rgba(13, 27, 42, 0.18);
  clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%);
  transform: rotate(8deg);
}

.page-home .home-member .home-section__index {
  color: var(--ink);
  opacity: 0.5;
}

.page-home .home-member .home-section__kicker {
  color: var(--orange);
}

.page-home .home-member .home-section__title {
  color: var(--white);
}

.page-home .home-member .home-section__desc {
  color: rgba(241, 250, 238, 0.86);
}

.page-home .member-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  background: var(--ink);
  color: var(--white);
  padding: 34px 26px;
  clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
  box-shadow: 0 20px 46px rgba(13, 27, 42, 0.38);
}

.page-home .member-card__copy h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--white);
}

.page-home .member-card__copy p {
  margin: 0 0 22px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: rgba(241, 250, 238, 0.78);
}

.page-home .member-card .btn {
  background: var(--orange);
  color: var(--ink);
  box-shadow: 5px 5px 0 rgba(230, 57, 70, 0.35);
}

.page-home .member-card .btn:hover {
  background: #ffbd84;
  box-shadow: 7px 7px 0 rgba(230, 57, 70, 0.4);
}

.page-home .member-card__features {
  list-style: none;
  margin: 0;
  padding: 0;
  align-self: center;
}

.page-home .member-card__features li {
  position: relative;
  padding: 12px 16px 12px 24px;
  margin-bottom: 8px;
  background: rgba(241, 250, 238, 0.07);
  border-left: 4px solid var(--orange);
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(241, 250, 238, 0.86);
  transition: background 0.2s ease, transform 0.2s ease;
}

.page-home .member-card__features li:hover {
  background: rgba(230, 57, 70, 0.22);
  transform: translateX(3px);
}

.page-home .member-card__features li::before {
  content: "▸";
  position: absolute;
  left: 8px;
  top: 10px;
  color: var(--orange);
  font-size: 14px;
}

@media (min-width: 760px) {
  .page-home .member-card {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    padding: 44px 38px;
    gap: 34px;
  }

  .page-home .member-card__copy h3 {
    font-size: 2.1rem;
  }
}
