.page-home {
  --home-radius: 18px;
  --home-gap: 20px;
  --home-mock-radius: 16px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  overflow-x: hidden;
}

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

.page-home section[data-spy] {
  scroll-margin-top: 76px;
}

/* ============ 首屏：战况总览板 ============ */
.page-home .home-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 100% at 80% 0%, rgba(45, 74, 111, 0.65) 0%, transparent 62%),
    var(--navy);
  color: var(--surface);
  padding: 28px 0 0;
}

.page-home .home-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.page-home .home-hero__grid-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-home .home-hero__giant-num {
  position: absolute;
  right: -3%;
  bottom: 6%;
  font-family: var(--font-display);
  font-size: clamp(96px, 24vw, 220px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.8;
  color: rgba(200, 241, 53, 0.18);
  -webkit-text-stroke: 2px rgba(200, 241, 53, 0.45);
  z-index: 0;
  transform: rotate(-6deg);
  transform-origin: bottom right;
}

.page-home .home-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 24px;
}

.page-home .home-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-home .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--sand);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.page-home .page-head__kicker {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--volt);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
}

.page-home .page-head__title {
  font-family: var(--font-display);
  font-size: clamp(30px, 8vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0;
  color: var(--surface);
}

.page-home .page-head__lede {
  font-size: 16px;
  line-height: 1.75;
  color: #d8dfe8;
  max-width: 58ch;
  margin: 0;
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.page-home .home-hero__actions .btn--primary {
  background: var(--orange);
  border: 1px solid var(--orange);
  color: var(--navy);
}

.page-home .home-hero__actions .btn--primary:hover {
  background: #f0650d;
  border-color: #f0650d;
}

.page-home .home-hero__actions .btn--ghost {
  border: 1px solid var(--sand);
  color: var(--surface);
}

.page-home .home-hero__actions .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* 战况面板 */
.page-home .home-hero__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--home-radius);
  overflow: hidden;
  border: 1px solid rgba(200, 241, 53, 0.18);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0 96%);
}

.page-home .home-hero__visual > img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.page-home .home-hero__score {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(10, 37, 64, 0.88);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(200, 241, 53, 0.3);
  padding: 12px 16px;
  color: var(--paper);
}

.page-home .home-hero__score-num {
  font-family: var(--font-mono);
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  color: var(--paper);
}

.page-home .home-hero__score-sep {
  font-family: var(--font-mono);
  font-size: 28px;
  font-weight: 700;
  color: var(--orange);
}

.page-home .home-hero__live-meta {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .home-hero__live-meta li {
  flex: 1 1 0;
  min-width: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(251, 247, 239, 0.92);
  color: var(--ink);
  border-radius: 10px;
  padding: 8px 10px;
  font-family: var(--font-mono);
  text-align: center;
}

.page-home .home-hero__live-meta .data-num {
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
}

.page-home .home-hero__live-meta .data-label {
  font-size: 11px;
  color: var(--slate);
}

/* 底部状态条 */
.page-home .home-hero__ticker {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  padding: 14px 0;
  background: linear-gradient(90deg, rgba(232, 89, 12, 0.18), transparent 40%), var(--steel);
  border-top: 1px solid rgba(200, 241, 53, 0.25);
  clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}

.page-home .home-hero__ticker .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  font-size: 13px;
  color: var(--paper);
}

.page-home .home-hero__ticker-note {
  opacity: 0.85;
}

/* ============ 全站内容地图 ============ */
.page-home .home-directory {
  background: var(--paper);
  padding: 56px 0;
}

.page-home .home-directory__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.page-home .section__eyebrow {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
  margin: 0;
}

.page-home .section__title {
  font-family: var(--font-display);
  font-size: clamp(28px, 6vw, 46px);
  letter-spacing: -0.03em;
  color: var(--ink);
  margin: 0;
}

.page-home .section__aside {
  color: var(--slate);
  font-size: 15px;
  line-height: 1.7;
  max-width: 56ch;
  margin: 0;
}

.page-home .home-directory__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0;
}

.page-home .home-directory__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: var(--surface);
  border-left: 4px solid var(--sand);
  border-radius: var(--home-radius);
  padding: 20px 18px;
  color: var(--ink);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 1px 2px rgba(26, 21, 18, 0.06);
}

.page-home .home-directory__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(10, 37, 64, 0.14);
}

.page-home .home-directory__item--live {
  border-left-color: var(--red);
}

.page-home .home-directory__item--pricing {
  border-left-color: var(--orange);
}

.page-home .home-directory__item--desktop {
  border-left-color: var(--steel);
}

.page-home .home-directory__item--z7 {
  border-left-color: var(--volt);
  background: var(--navy);
  color: var(--surface);
}

.page-home .chapter-index__num {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 800;
  color: var(--orange);
  letter-spacing: 0.06em;
}

.page-home .home-directory__item--z7 .chapter-index__num {
  color: var(--volt);
}

.page-home .home-directory__label {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

.page-home .home-directory__desc {
  font-size: 13px;
  color: var(--slate);
}

.page-home .home-directory__item--z7 .home-directory__desc {
  color: #c7d2e0;
}

.page-home .home-directory__sitelinks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px dashed var(--sand);
}

.page-home .home-directory__sitelinks-label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--slate);
}

.page-home .home-directory__sitelinks a {
  color: var(--ink);
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid var(--sand);
  transition: color 0.2s ease, border-color 0.2s ease;
}

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

/* ============ 01 实时比分与赛季状态 ============ */
.page-home .home-realtime {
  background: var(--surface);
  padding: 56px 0;
}

.page-home .home-realtime__grid {
  display: grid;
  gap: 28px;
  align-items: stretch;
  margin-top: 28px;
}

.page-home .home-realtime__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-home .home-realtime__lead {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink);
  margin: 0;
}

.page-home .home-realtime__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.page-home .home-realtime__stat {
  background: var(--paper);
  border-left: 4px solid var(--red);
  border-radius: 14px;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.page-home .home-realtime__stat .data-num {
  font-family: var(--font-mono);
  font-size: 26px;
  font-weight: 700;
  color: var(--navy);
}

.page-home .home-realtime__stat .data-label {
  font-size: 12px;
  color: var(--slate);
  line-height: 1.4;
}

.page-home .home-realtime__note {
  font-size: 14px;
  line-height: 1.7;
  color: var(--slate);
  border-top: 1px solid var(--sand);
  padding-top: 14px;
  margin: 0;
}

.page-home .home-realtime__figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--home-radius);
  box-shadow: 0 12px 40px rgba(10, 37, 64, 0.14);
}

.page-home .home-realtime__figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

/* ============ 02 乐鱼订阅费用与自然月计费 ============ */
.page-home .home-pricing {
  background: var(--paper);
  padding: 56px 0;
}

.page-home .home-pricing__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.page-home .home-pricing__cards {
  display: grid;
  gap: 20px;
}

.page-home .home-pricing__card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border-radius: var(--home-radius);
  border-top: 4px solid var(--sand);
  padding: 24px 20px;
  box-shadow: 0 2px 12px rgba(10, 37, 64, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-home .home-pricing__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(10, 37, 64, 0.14);
}

.page-home .home-pricing__card--hot {
  background: var(--navy);
  border-top-color: var(--orange);
  color: var(--surface);
  box-shadow: 0 18px 44px rgba(10, 37, 64, 0.24);
}

.page-home .home-pricing__card .card__kicker {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
  margin: 0;
}

.page-home .home-pricing__card--hot .card__kicker {
  color: var(--volt);
}

.page-home .home-pricing__card .card__title {
  font-family: var(--font-display);
  font-size: 22px;
  margin: 8px 0 0;
  color: var(--ink);
}

.page-home .home-pricing__card--hot .card__title {
  color: var(--surface);
}

.page-home .home-pricing__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 16px 0 8px;
}

.page-home .home-pricing__price .data-num {
  font-family: var(--font-mono);
  font-size: 38px;
  font-weight: 800;
  color: var(--navy);
}

.page-home .home-pricing__card--hot .home-pricing__price .data-num {
  color: var(--volt);
}

.page-home .home-pricing__period {
  font-size: 13px;
  color: var(--slate);
}

.page-home .home-pricing__card--hot .home-pricing__period {
  color: #c7d2e0;
}

.page-home .home-pricing__features {
  list-style: none;
  margin: 12px 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-home .home-pricing__features li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.55;
  color: inherit;
}

.page-home .home-pricing__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 2px;
  background: var(--volt);
}

.page-home .home-pricing__card--hot .home-pricing__features li::before {
  background: var(--volt);
}

.page-home .home-pricing__hover-note {
  background: var(--paper);
  color: var(--slate);
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.5;
  padding: 8px 10px;
  margin: 0 0 16px;
}

.page-home .home-pricing__card--hot .home-pricing__hover-note {
  background: rgba(255, 255, 255, 0.08);
  color: var(--paper);
}

.page-home .home-pricing__footnote {
  margin-top: 22px;
  padding-left: 14px;
  border-left: 3px solid var(--orange);
  font-size: 14px;
  line-height: 1.7;
  color: var(--slate);
}

/* ============ 03 乐鱼桌面端筛选联赛收费 ============ */
.page-home .home-desktop {
  position: relative;
  overflow: hidden;
  background: linear-gradient(130deg, var(--navy) 0%, var(--steel) 100%);
  color: var(--surface);
  padding: 60px 0;
}

.page-home .home-desktop::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 89, 12, 0.3), transparent 70%);
  top: -160px;
  left: -120px;
}

.page-home .home-desktop__grid {
  position: relative;
  display: grid;
  gap: 36px;
}

.page-home .home-desktop .section__title {
  color: var(--surface);
}

.page-home .home-desktop .section__eyebrow {
  color: var(--volt);
}

.page-home .home-desktop__lead {
  font-size: 16px;
  line-height: 1.75;
  color: #dce4ee;
  margin: 0 0 18px;
}

.page-home .home-desktop__list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-home .home-desktop__list li {
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.06);
  border-left: 3px solid var(--volt);
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--surface);
}

.page-home .home-desktop__list strong {
  color: var(--volt);
}

.page-home .home-desktop__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-home .home-desktop__mock {
  background: var(--surface);
  color: var(--ink);
  border-radius: 18px;
  padding: 20px 20px 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  clip-path: polygon(0 0, 100% 2%, 99% 100%, 0 98%);
}

.page-home .home-desktop__mock-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.page-home .home-desktop__mock-title {
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--slate);
}

.page-home .home-desktop__mock-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.page-home .home-desktop__mock-tab {
  font-family: var(--font-mono);
  font-size: 12px;
  background: var(--paper);
  border-radius: 6px;
  padding: 6px 8px;
  color: var(--slate);
}

.page-home .home-desktop__mock-tab.is-active {
  background: var(--navy);
  color: var(--volt);
}

.page-home .home-desktop__mock-rows {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-home .home-desktop__mock-row {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 10px;
  border-bottom: 1px dashed var(--sand);
  padding: 10px 4px;
  font-size: 15px;
}

.page-home .home-desktop__mock-rank {
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--orange);
}

.page-home .home-desktop__mock-points {
  font-family: var(--font-mono);
  font-weight: 800;
  color: var(--navy);
}

.page-home .home-desktop__mock-note {
  margin: 14px 0 0;
  font-size: 12px;
  color: var(--slate);
}

/* ============ 04 Z7体育进失球分布价格 ============ */
.page-home .home-z7 {
  background: var(--paper);
  padding: 60px 0;
}

.page-home .home-z7__inner {
  display: grid;
  gap: 30px;
}

.page-home .home-z7__copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-home .home-z7__lead {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink);
  margin: 0;
}

.page-home .home-z7__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-home .home-z7__features li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.6;
}

.page-home .home-z7__features li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: var(--volt);
  color: var(--navy);
  font-family: var(--font-mono);
  font-weight: 800;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  border-radius: 6px;
}

.page-home .home-z7__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.page-home .home-z7__pricecard {
  position: relative;
  background: var(--navy);
  color: var(--surface);
  border-radius: 22px;
  padding: 30px 24px;
  overflow: hidden;
  border: 1px solid rgba(200, 241, 53, 0.25);
  box-shadow: 0 20px 50px rgba(10, 37, 64, 0.25);
}

.page-home .home-z7__pricecard::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--orange) 0%, transparent 70%);
  opacity: 0.5;
}

.page-home .home-z7__price {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.page-home .home-z7__price .data-num {
  font-family: var(--font-display);
  font-size: 58px;
  font-weight: 800;
  color: var(--volt);
}

.page-home .home-z7__price .data-label {
  color: var(--sand);
  font-size: 14px;
}

.page-home .home-z7__price-note {
  position: relative;
  margin: 12px 0 22px;
  font-size: 14px;
  line-height: 1.6;
  color: #c7d2e0;
}

.page-home .home-z7__sync {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(200, 241, 53, 0.1);
  border-radius: 30px;
  padding: 6px 12px;
  font-size: 13px;
  color: var(--volt);
}

.page-home .home-z7__sync-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--volt);
  animation: home-pulse 1.5s infinite;
}

@keyframes home-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.75);
  }
}

/* ============ 05 历史数据与射门统计新分档 ============ */
.page-home .home-history {
  background: var(--navy);
  color: var(--surface);
  padding: 64px 0;
}

.page-home .home-history__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-home .home-history .section__title {
  color: var(--surface);
}

.page-home .home-history .section__eyebrow {
  color: var(--volt);
}

.page-home .home-history .section__aside {
  color: #c7d2e0;
}

.page-home .home-history__timeline {
  margin: 32px 0 20px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(200, 241, 53, 0.15);
}

.page-home .home-history__timeline img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.page-home .home-history__grid {
  display: grid;
  gap: 18px;
}

.page-home .home-history__cell {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 20px;
}

.page-home .home-history__cell-title {
  font-family: var(--font-display);
  font-size: 20px;
  margin: 0 0 8px;
  color: var(--surface);
}

.page-home .home-history__cell p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #c7d2e0;
}

.page-home .home-history__perf {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(200, 241, 53, 0.2);
}

.page-home .home-history__perf img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .home-history__versions {
  background: rgba(200, 241, 53, 0.08);
  border: 1px solid rgba(200, 241, 53, 0.2);
  border-radius: 16px;
  padding: 20px;
}

.page-home .home-history__versions-title {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--volt);
  margin: 0 0 14px;
}

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

.page-home .home-history__versions-list li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.page-home .home-history__versions-list .data-label {
  font-size: 11px;
  color: #9fb0c2;
}

.page-home .home-history__versions-list .data-num {
  font-family: var(--font-mono);
  font-size: 18px;
  font-weight: 700;
  color: var(--surface);
}

/* ============ 平板与桌面端增强 ============ */
@media (min-width: 720px) {
  .page-home .home-realtime__stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home .home-history__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .page-home .home-hero {
    padding-top: 40px;
  }

  .page-home .home-hero__inner {
    grid-template-columns: 1fr 1.05fr;
    gap: 44px;
    align-items: center;
    min-height: 560px;
  }

  .page-home .home-hero__visual > img {
    height: 420px;
    object-fit: cover;
  }

  .page-home .home-hero__score {
    position: absolute;
    left: 20px;
    bottom: 20px;
    border-radius: 12px;
    border: 1px solid rgba(200, 241, 53, 0.35);
  }

  .page-home .home-hero__live-meta {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
    flex-wrap: nowrap;
  }

  .page-home .home-directory__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .home-realtime__grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .home-pricing__cards {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }

  .page-home .home-desktop__grid {
    grid-template-columns: 1fr 0.85fr;
    align-items: center;
  }

  .page-home .home-z7__inner {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-z7__sync-dot,
  .page-home .home-hero__score-dot {
    animation: none;
  }

  .page-home .home-directory__item,
  .page-home .home-pricing__card {
    transition: none;
  }
}
