.page-home {
  --page-diag-angle: 12deg;
  --page-card-skew: 0.5deg;
  background: var(--clr-ink);
  color: var(--clr-white);
  overflow-x: hidden;
}

/* ================= 框景首屏 ================= */
.page-home .home-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 3rem) 1rem 4rem;
  background: var(--grad-red);
  isolation: isolate;
}

.page-home .hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.page-home .hero-backdrop .hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: 0.38;
}

.page-home .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.92) 0%, rgba(74, 0, 0, 0.68) 52%, rgba(139, 0, 0, 0.86) 100%);
}

.page-home .hero-container {
  position: relative;
  z-index: 1;
}

.page-home .hero-frame {
  position: relative;
  border: 2px solid var(--clr-gold);
  outline: 1px dashed rgba(212, 175, 55, 0.5);
  outline-offset: 10px;
  padding: 2rem 1.4rem;
  background: rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  max-width: 940px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
}

.page-home .hero-frame__corner {
  position: absolute;
  width: 34px;
  height: 34px;
  pointer-events: none;
}

.page-home .hero-frame__corner--tl {
  top: -8px;
  left: -8px;
  border-top: 3px solid var(--clr-gold-bright);
  border-left: 3px solid var(--clr-gold-bright);
}

.page-home .hero-frame__corner--tr {
  top: -8px;
  right: -8px;
  border-top: 3px solid var(--clr-gold-bright);
  border-right: 3px solid var(--clr-gold-bright);
}

.page-home .hero-frame__corner--bl {
  bottom: -8px;
  left: -8px;
  border-bottom: 3px solid var(--clr-gold-bright);
  border-left: 3px solid var(--clr-gold-bright);
}

.page-home .hero-frame__corner--br {
  bottom: -8px;
  right: -8px;
  border-bottom: 3px solid var(--clr-gold-bright);
  border-right: 3px solid var(--clr-gold-bright);
}

.page-home .hero-glass {
  position: relative;
  z-index: 2;
}

.page-home .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--clr-gold-bright);
  font-family: var(--font-mono);
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

.page-home .home-hero h1 {
  font-family: var(--font-head);
  font-size: clamp(1.7rem, 4.2vw, 3rem);
  line-height: 1.15;
  margin: 0 0 1rem;
  color: var(--clr-white);
  max-width: 17em;
}

.page-home .hero-lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.02rem;
  line-height: 1.72;
  max-width: 40em;
  margin-bottom: 1.4rem;
}

.page-home .hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  margin: 1.4rem 0;
}

.page-home .hero-metric {
  border-left: 3px solid var(--clr-gold);
  padding: 0.65rem 0.9rem;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.page-home .hero-metric-num {
  display: block;
  font-family: var(--font-mono);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--clr-gold-bright);
  line-height: 1.2;
}

.page-home .hero-metric-label {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

/* ================= 章节目录 ================= */
.page-home .chapter-nav {
  position: sticky;
  top: var(--header-h);
  z-index: 40;
  background: rgba(26, 26, 26, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.28);
}

.page-home .chapter-nav__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.65rem 1rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.page-home .chapter-nav__inner::-webkit-scrollbar {
  display: none;
}

.page-home .chapter-nav__label {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--clr-gold);
  white-space: nowrap;
  letter-spacing: 0.08em;
  flex-shrink: 0;
}

.page-home .chapter-nav__links {
  display: flex;
  gap: 0.25rem;
  flex-shrink: 0;
}

.page-home .chapter-nav__link {
  color: var(--clr-stone);
  font-size: 0.88rem;
  padding: 0.4rem 0.72rem;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: color var(--transition), background var(--transition);
  white-space: nowrap;
}

.page-home .chapter-nav__link:hover,
.page-home .chapter-nav__link[data-active="true"] {
  color: var(--clr-gold-bright);
  background: rgba(212, 175, 55, 0.16);
}

/* ================= 通用章节 ================= */
.page-home .section {
  padding: 3rem 1rem;
  position: relative;
}

.page-home .section-head {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  margin-bottom: 2rem;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}

.page-home .section-no {
  font-family: var(--font-mono);
  font-size: 3rem;
  font-weight: 700;
  line-height: 0.9;
  flex-shrink: 0;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--clr-gold);
  display: block;
  min-width: 3rem;
}

.page-home .section-head-text {
  padding-top: 0.2rem;
}

.page-home .section-title {
  font-family: var(--font-head);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  margin: 0 0 0.45rem;
  color: var(--clr-white);
}

.page-home .section-sub {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
  line-height: 1.65;
  max-width: 48em;
}

/* ================= 01 数据中枢 ================= */
.page-home .home-data-hub {
  background: var(--grad-dark);
}

.page-home .home-data-hub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(
    calc(-1 * var(--page-diag-angle)),
    rgba(255, 255, 255, 0.025) 0px,
    rgba(255, 255, 255, 0.025) 1px,
    transparent 1px,
    transparent 26px
  );
  pointer-events: none;
}

.page-home .home-data-hub .container {
  position: relative;
  z-index: 1;
}

.page-home .home-data-bento {
  display: grid;
  gap: 1.2rem;
  max-width: var(--container);
  margin: 0 auto;
}

.page-home .data-card {
  background: rgba(43, 43, 43, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 1.4rem;
  position: relative;
  overflow: hidden;
}

.page-home .data-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--grad-gold);
}

.page-home .data-card__tag {
  display: inline-block;
  background: var(--grad-gold);
  color: var(--clr-ink);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 700;
  padding: 0.26rem 0.7rem;
  border-radius: var(--radius-sm);
  margin-bottom: 0.9rem;
  letter-spacing: 0.04em;
}

.page-home .data-card__title {
  font-family: var(--font-head);
  font-size: 1.1rem;
  margin: 0 0 0.8rem;
  color: var(--clr-white);
}

.page-home .data-card__more {
  display: inline-block;
  margin-top: 1rem;
  color: var(--clr-gold);
  font-size: 0.88rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color var(--transition);
}

.page-home .data-card__more:hover {
  border-color: var(--clr-gold);
}

.page-home .home-data-visual {
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 1rem;
}

.page-home .home-data-visual .img-frame {
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.page-home .home-data-visual__caption {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-top: 0.7rem;
}

.page-home .home-data-metrics {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  background: rgba(43, 43, 43, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 1.4rem;
}

.page-home .home-data-metrics .metric {
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .home-data-metrics .metric:last-child {
  border-bottom: none;
}

.page-home .home-data-quality {
  background: linear-gradient(135deg, rgba(74, 0, 0, 0.75), rgba(26, 26, 26, 0.88));
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: var(--radius-md);
  padding: 1.4rem;
  position: relative;
}

.page-home .home-data-quality .diag-stripes {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  opacity: 0.15;
  background-image: repeating-linear-gradient(
    45deg,
    var(--clr-gold) 0px,
    var(--clr-gold) 3px,
    transparent 3px,
    transparent 12px
  );
}

.page-home .home-data-quality__desc {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
  font-size: 0.92rem;
  margin: 0;
  max-width: 34em;
}

/* ================= 02 改版导读 ================= */
.page-home .home-redesign {
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.97), rgba(74, 0, 0, 0.55) 70%, rgba(139, 0, 0, 0.4));
}

.page-home .redesign-grid {
  display: grid;
  gap: 1.2rem;
  max-width: var(--container);
  margin: 0 auto;
}

.page-home .redesign-feature {
  background: rgba(43, 43, 43, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 1.2rem;
}

.page-home .redesign-feature .img-frame {
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.page-home .redesign-feature__body {
  padding: 1.1rem 0.2rem 0.2rem;
}

.page-home .redesign-feature__title {
  font-family: var(--font-head);
  font-size: 1.15rem;
  margin: 0 0 0.55rem;
  color: var(--clr-gold-bright);
}

.page-home .redesign-feature__desc {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
  font-size: 0.93rem;
  margin: 0;
}

.page-home .redesign-steps {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: var(--radius-md);
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page-home .redesign-steps__title {
  font-family: var(--font-head);
  font-size: 1.1rem;
  color: var(--clr-white);
  margin: 0;
}

.page-home .redesign-steps__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.page-home .redesign-steps__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.5;
}

.page-home .redesign-steps__num {
  font-family: var(--font-mono);
  color: var(--clr-gold);
  font-weight: 700;
  font-size: 0.86rem;
  flex-shrink: 0;
  background: rgba(212, 175, 55, 0.12);
  padding: 0.2rem 0.5rem;
  border-radius: var(--radius-sm);
}

.page-home .redesign-steps .btn {
  align-self: flex-start;
  margin-top: 0.3rem;
}

/* ================= 03 订阅方案 ================= */
.page-home .home-plans {
  background: var(--grad-dark);
}

.page-home .home-plans__banner {
  display: grid;
  gap: 1.2rem;
  background: rgba(43, 43, 43, 0.82);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: var(--radius-lg);
  padding: 1.4rem;
  max-width: var(--container);
  margin: 0 auto 1.6rem;
}

.page-home .home-plans__banner-img .img-frame {
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.page-home .home-plans__banner-text h3 {
  font-family: var(--font-head);
  font-size: 1.25rem;
  margin: 0 0 0.55rem;
  color: var(--clr-gold-bright);
}

.page-home .home-plans__banner-text p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
  font-size: 0.94rem;
  margin: 0 0 1rem;
}

.page-home .home-plans__grid {
  display: grid;
  gap: 1.2rem;
  max-width: var(--container);
  margin: 0 auto;
}

.page-home .plan-card {
  background: rgba(43, 43, 43, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 1.6rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.page-home .plan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
}

.page-home .plan-card--featured {
  background: linear-gradient(135deg, rgba(74, 0, 0, 0.7), rgba(43, 43, 43, 0.95));
  border-color: rgba(212, 175, 55, 0.55);
}

.page-home .plan-card__tier {
  font-family: var(--font-head);
  font-size: 1.05rem;
  color: var(--clr-gold);
  letter-spacing: 0.05em;
}

.page-home .plan-card--featured .plan-card__tier {
  color: var(--clr-gold-bright);
}

.page-home .plan-card__price {
  font-family: var(--font-mono);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--clr-white);
  line-height: 1;
}

.page-home .plan-card__currency {
  font-size: 1.2rem;
  vertical-align: top;
  color: var(--clr-gold);
  margin-right: 2px;
}

.page-home .plan-card__period {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 400;
  margin-left: 4px;
}

.page-home .plan-card__features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex-grow: 1;
}

.page-home .plan-card__features li {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.5;
  padding-left: 1.2rem;
  position: relative;
}

.page-home .plan-card__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  background: var(--grad-gold);
  border-radius: 1px;
  transform: rotate(45deg);
}

.page-home .plan-card .btn {
  align-self: stretch;
  text-align: center;
}

.page-home .home-plans__note {
  max-width: var(--container);
  margin: 1.4rem auto 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
  text-align: center;
  line-height: 1.6;
}

/* ================= 04 旧版检索 ================= */
.page-home .home-legacy {
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.98), rgba(43, 43, 43, 0.7) 60%, rgba(74, 0, 0, 0.35));
}

.page-home .legacy-grid {
  display: grid;
  gap: 1.2rem;
  max-width: var(--container);
  margin: 0 auto;
}

.page-home .legacy-toolbar {
  background: rgba(43, 43, 43, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 1.5rem;
}

.page-home .legacy-toolbar__title {
  font-family: var(--font-head);
  font-size: 1.05rem;
  margin: 0 0 1.2rem;
  color: var(--clr-white);
}

.page-home .legacy-toolbar__bar {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.page-home .legacy-toolbar__item {
  display: block;
  background: rgba(0, 0, 0, 0.4);
  border-left: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 0.8rem 1rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  line-height: 1.4;
}

.page-home .legacy-toolbar__item--active {
  background: rgba(212, 175, 55, 0.14);
  border-left-color: var(--clr-gold);
  color: var(--clr-gold-bright);
  font-weight: 600;
}

.page-home .legacy-toolbar__tip {
  margin: 1.2rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.85rem;
  line-height: 1.6;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1rem;
}

.page-home .legacy-guide {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page-home .legacy-guide__title {
  font-family: var(--font-head);
  font-size: 1.05rem;
  color: var(--clr-white);
  margin: 0;
}

.page-home .legacy-guide__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.page-home .legacy-guide__list li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
  line-height: 1.55;
  padding-left: 1.4rem;
  position: relative;
}

.page-home .legacy-guide__list li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--clr-gold);
  font-size: 1rem;
}

.page-home .legacy-guide .btn {
  align-self: flex-start;
}

/* ================= 05 收藏资料费用 ================= */
.page-home .home-fees {
  background: var(--grad-dark);
}

.page-home .fees-card {
  background: rgba(43, 43, 43, 0.88);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: var(--radius-lg);
  padding: 1.4rem;
  max-width: var(--container);
  margin: 0 auto;
  overflow-x: auto;
}

.page-home .fees-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}

.page-home .fees-table th {
  font-family: var(--font-head);
  font-size: 0.85rem;
  color: var(--clr-gold);
  text-align: left;
  padding: 0.85rem 1rem;
  border-bottom: 2px solid rgba(212, 175, 55, 0.35);
  white-space: nowrap;
}

.page-home .fees-table td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}

.page-home .fees-table tbody tr:last-child td {
  border-bottom: none;
}

.page-home .fees-table__price {
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--clr-gold-bright);
  white-space: nowrap;
}

.page-home .fees-card__note {
  margin: 1.1rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
  line-height: 1.6;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1rem;
  max-width: var(--container);
}

/* ================= 06 品牌动态 ================= */
.page-home .home-news {
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.98), rgba(74, 0, 0, 0.55) 70%, rgba(26, 26, 26, 0.95));
}

.page-home .home-news__grid {
  display: grid;
  gap: 1.2rem;
  max-width: var(--container);
  margin: 0 auto;
}

.page-home .news-card {
  background: rgba(43, 43, 43, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--radius-md);
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: transform var(--transition), border-color var(--transition);
}

.page-home .news-card:hover {
  transform: translateY(-3px) rotate(-0.3deg);
  border-color: rgba(212, 175, 55, 0.4);
}

.page-home .news-card__title {
  font-family: var(--font-head);
  font-size: 1.04rem;
  line-height: 1.4;
  margin: 0;
  color: var(--clr-white);
}

.page-home .news-card__excerpt {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}

.page-home .news-card__link {
  color: var(--clr-gold);
  font-size: 0.86rem;
  text-decoration: none;
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
  border-bottom: 1px solid transparent;
  transition: border-color var(--transition);
  align-self: flex-start;
}

.page-home .news-card__link:hover {
  border-color: var(--clr-gold);
}

/* ================= 桌面端媒体查询 ================= */
@media (min-width: 900px) {
  .page-home .home-hero {
    padding: calc(var(--header-h) + 4rem) 2rem 5rem;
  }

  .page-home .hero-frame {
    padding: 2.8rem 3rem;
    max-width: 980px;
  }

  .page-home .hero-metrics {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }

  .page-home .hero-metric-num {
    font-size: 2.1rem;
  }

  .page-home .section {
    padding: 4.5rem 2rem;
  }

  .page-home .section-head {
    gap: 1.6rem;
    margin-bottom: 2.6rem;
  }

  .page-home .section-no {
    font-size: 4rem;
    min-width: 4rem;
  }

  .page-home .home-data-bento {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:
      "results results results visual"
      "metrics quality  quality  visual";
    gap: 1.5rem;
  }

  .page-home .home-data-results {
    grid-area: results;
  }

  .page-home .home-data-visual {
    grid-area: visual;
    display: flex;
    flex-direction: column;
  }

  .page-home .home-data-visual .img-frame {
    flex-grow: 1;
  }

  .page-home .home-data-metrics {
    grid-area: metrics;
  }

  .page-home .home-data-quality {
    grid-area: quality;
  }

  .page-home .redesign-grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 1.5rem;
  }

  .page-home .home-plans__banner {
    grid-template-columns: 2fr 3fr;
    gap: 1.6rem;
    padding: 1.6rem;
  }

  .page-home .home-plans__banner-img {
    align-self: center;
  }

  .page-home .home-plans__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .page-home .legacy-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }

  .page-home .fees-card {
    padding: 2rem;
  }

  .page-home .home-news__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (min-width: 1240px) {
  .page-home .home-data-bento {
    gap: 1.8rem;
  }

  .page-home .home-plans__grid,
  .page-home .home-news__grid {
    gap: 1.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .plan-card,
  .page-home .news-card {
    transition: none;
  }
}
