.page-home {
  --home-hero-red: #E8380F;
  --home-hero-deep: #B91C1C;
  --home-gold: #F5B942;
  --home-ash: #111214;
  --home-charcoal: #1C1E22;
  --home-charcoal-soft: #25282E;
  --home-paper: #F7F3EB;
  --home-ink: #141414;
  --home-mist: #8A8F98;
  --home-text: #E9E5DC;
  --home-slant-angle: 6deg;
  --home-card-glow: 0 0 0 1px rgba(245, 185, 66, 0.18), 0 8px 24px rgba(0, 0, 0, 0.45);
  position: relative;
  color: var(--home-text);
  background-color: var(--home-ash);
  overflow-x: hidden;
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.7;
}

.page-home h1,
.page-home h2,
.page-home h3,
.page-home .hb-section-title {
  font-family: "DIN Condensed", "Rajdhani", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

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

.page-home a {
  color: inherit;
  text-decoration: none;
}

.page-home .page-home__skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  padding: 8px 16px;
  background: var(--home-gold);
  color: var(--home-ink);
  font-weight: 700;
  font-size: 0.875rem;
  transform: translateY(-120%);
  transition: transform 0.2s ease;
}

.page-home .page-home__skip-link:focus {
  transform: translateY(0);
}

/* ---------- Hero ---------- */
.ph-hero {
  position: relative;
  min-height: 720px;
  background: linear-gradient(135deg, #0a0b0d 0%, #141519 55%, #1c1e22 100%);
  padding: clamp(80px, 8vh, 120px) 0 clamp(72px, 7vh, 96px);
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%);
}

.ph-hero__bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ph-hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: 0.45;
}

.ph-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(17, 18, 20, 0.92) 15%, rgba(232, 56, 15, 0.42) 55%, rgba(245, 185, 66, 0.28) 100%);
}

.ph-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}

.ph-hero__block--title {
  max-width: 760px;
}

.ph-hero__block--index {
  display: none;
}

.ph-hero__title {
  margin: 0;
  font-size: clamp(3.5rem, 9vw, 6.8rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--home-text);
  text-shadow: 0 4px 30px rgba(232, 56, 15, 0.35);
  position: relative;
}

.ph-hero__title::after {
  content: "";
  position: absolute;
  right: 12%;
  bottom: 6%;
  width: 18%;
  height: 14px;
  background: linear-gradient(90deg, var(--home-gold), rgba(245, 185, 66, 0.1));
  transform: skewX(-18deg);
  border-radius: 2px;
}

.ph-hero__lead {
  margin: 28px 0 0;
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  line-height: 1.85;
  color: rgba(233, 229, 220, 0.88);
  max-width: 660px;
  padding-left: 16px;
  border-left: 3px solid var(--home-gold);
}

.ph-hero__axis {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  padding: 18px 20px;
  background: rgba(28, 30, 34, 0.72);
  border: 1px solid rgba(245, 185, 66, 0.25);
  border-radius: 10px;
  max-width: 640px;
}

.ph-hero__axis-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--home-gold);
  letter-spacing: 0.15em;
  margin-right: 6px;
}

.ph-hero__axis-link {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--home-text);
  padding: 4px 12px;
  border-radius: 40px;
  transition: background 0.25s, color 0.25s, box-shadow 0.25s;
  border: 1px solid transparent;
}

.ph-hero__axis-link:hover,
.ph-hero__axis-link:focus-visible {
  background: rgba(245, 185, 66, 0.12);
  color: var(--home-gold);
  border-color: rgba(245, 185, 66, 0.5);
  outline: none;
}

.ph-hero__particles {
  position: absolute;
  right: 0;
  top: 20px;
  width: 100%;
  height: auto;
  max-width: 440px;
  opacity: 0.7;
}

.ph-hero__kicker {
  margin: 0;
  font-family: "DIN Condensed", "Rajdhani", "Noto Sans SC", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px rgba(245, 185, 66, 0.65);
  letter-spacing: 0.05em;
  line-height: 1;
}

.ph-hero__note {
  margin: 10px 0 0;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: var(--home-mist);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  height: 140px;
}

.ph-hero__slant {
  position: absolute;
  right: -12%;
  top: 28%;
  width: 38%;
  height: 72%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(180deg, rgba(232, 56, 15, 0.2), rgba(232, 56, 15, 0.55));
  transform: skewX(-12deg) rotate(3deg);
  mix-blend-mode: screen;
}

.ph-hero__scroll {
  position: relative;
  z-index: 3;
  margin-top: 56px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--home-gold);
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(245, 185, 66, 0.4);
}

.ph-hero__scroll:hover svg {
  transform: translateY(4px);
}

.ph-hero__scroll svg {
  transition: transform 0.3s ease;
}

/* ---------- Guide ---------- */
.ph-quickline {
  position: relative;
  z-index: 5;
  margin-top: -24px;
  padding-bottom: 40px;
}

.ph-quickline .hb-split {
  gap: 24px 32px;
}

.ph-quickline__intro {
  font-size: 0.92rem;
  color: rgba(233, 229, 220, 0.72);
  line-height: 1.8;
  margin-top: 14px;
  padding-left: 12px;
  border-left: 2px solid rgba(232, 56, 15, 0.7);
}

.ph-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.ph-guide-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 18px;
  background: var(--home-charcoal);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.ph-guide-card:hover,
.ph-guide-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: var(--home-card-glow);
  background: rgba(37, 40, 46, 0.95);
  outline: none;
}

.ph-guide-card__num {
  font-family: "DIN Condensed", "Rajdhani", "Noto Sans SC", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: var(--home-fire, #E8380F);
  display: block;
}

.ph-guide-card:nth-child(even) .ph-guide-card__num,
.ph-guide-card:nth-child(3) .ph-guide-card__num,
.ph-guide-card:nth-child(6) .ph-guide-card__num {
  color: var(--home-gold);
}

.ph-guide-card__title {
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--home-text);
}

.ph-guide-card__aud {
  font-size: 0.78rem;
  color: var(--home-gold);
  letter-spacing: 0.05em;
}

.ph-guide-card__step {
  font-size: 0.76rem;
  line-height: 1.6;
  color: var(--home-mist);
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: block;
}

/* ---------- Live ---------- */
.ph-live {
  position: relative;
  background: var(--home-ash);
  padding-top: 72px;
  padding-bottom: 72px;
}

.ph-live__note,
.ph-reports__note,
.ph-tools__note,
.ph-trust__note {
  font-size: 0.92rem;
  line-height: 1.8;
  color: var(--home-mist);
  margin-top: 14px;
  padding-left: 12px;
  border-left: 2px solid rgba(245, 185, 66, 0.5);
}

.ph-live__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.ph-live__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.ph-match {
  background: var(--home-charcoal);
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: box-shadow 0.25s;
}

.ph-match:hover {
  box-shadow: 0 0 0 1px rgba(232, 56, 15, 0.5), 0 10px 24px rgba(0, 0, 0, 0.5);
}

.ph-match__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 0.8rem;
  color: var(--home-mist);
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ph-match__head .hb-tag {
  background: rgba(232, 56, 15, 0.14);
  color: var(--home-fire, #E8380F);
  padding: 3px 8px;
  border-radius: 30px;
  font-weight: 500;
}

.ph-match__score {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 18px 0;
}

.ph-match__team {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 700;
  font-size: 0.95rem;
}

.ph-match__team--right {
  text-align: right;
  align-items: flex-end;
}

.ph-match__pos {
  font-family: "DIN Condensed", "Rajdhani", "Noto Sans SC", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--home-gold);
}

.ph-match__pos span {
  font-size: 1rem;
  color: var(--home-mist);
  margin-left: 2px;
}

.ph-match__versus {
  font-family: "DIN Condensed", "Rajdhani", "Noto Sans SC", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--home-text);
  background: rgba(232, 56, 15, 0.16);
  padding: 6px 14px;
  border-radius: 6px;
}

.ph-match__stats {
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.8rem;
}

.ph-match__stats div {
  display: grid;
  grid-template-columns: 1fr 42px 42px;
  gap: 8px;
  padding: 4px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.04);
}

.ph-match__stats dt {
  color: var(--home-mist);
}

.ph-match__stats dd {
  margin: 0;
  text-align: right;
  color: var(--home-text);
}

.ph-match__stats dd:last-child {
  color: rgba(233, 229, 220, 0.65);
}

.ph-live__figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.ph-live__img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
}

.ph-live__figure figcaption {
  margin-top: 8px;
  font-size: 0.78rem;
  color: var(--home-mist);
  line-height: 1.5;
}

.ph-live__figure figcaption::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--home-gold);
  margin-right: 8px;
  border-radius: 50%;
  transform: scale(1);
}

/* ---------- Reports ---------- */
.ph-reports {
  background: var(--home-charcoal);
  padding-top: 72px;
  padding-bottom: 72px;
}

.ph-reports .ph-reports__timeline {
  position: relative;
  padding-left: 18px;
}

.ph-reports .ph-reports__timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 3px;
  background: linear-gradient(180deg, var(--home-gold) 0%, rgba(232, 56, 15, 0.6) 70%, transparent);
  border-radius: 3px;
}

.ph-report-row {
  display: grid;
  grid-template-columns: 70px 56px 1fr;
  gap: 6px 14px;
  align-items: baseline;
  padding: 18px 16px;
  margin-bottom: 14px;
  background: rgba(17, 18, 20, 0.55);
  border-radius: 8px;
  border-left: 4px solid transparent;
  transition: border-color 0.25s, background 0.25s, transform 0.25s;
  position: relative;
}

.ph-report-row::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--home-gold);
  box-shadow: 0 0 0 3px rgba(245, 185, 66, 0.2);
}

.ph-report-row:hover {
  border-left-color: var(--home-fire, #E8380F);
  background: rgba(37, 40, 46, 0.8);
  transform: translateX(4px);
}

.ph-report-row__time {
  font-size: 0.8rem;
  color: var(--home-gold);
  font-weight: 700;
  grid-column: 1 / 2;
}

.ph-report-row__league {
  grid-column: 2 / 3;
  font-size: 0.8rem;
  color: var(--home-mist);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  border-radius: 4px;
  padding: 2px 4px;
}

.ph-report-row__title {
  grid-column: 3 / 4;
  font-size: 0.95rem;
  color: var(--home-text);
}

.ph-report-row__event {
  grid-column: 3 / 4;
  font-size: 0.8rem;
  color: var(--home-mist);
  display: block;
}

.ph-report-row__diff {
  grid-column: 3 / 4;
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--home-gold);
  opacity: 0.8;
  display: block;
}

/* ---------- Tools ---------- */
.ph-tools {
  padding-top: 72px;
  padding-bottom: 72px;
}

.ph-tools .ph-tools__meta {
  margin-bottom: 28px;
}

.ph-tools__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 28px;
}

.ph-tool-card {
  background: var(--home-ash);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.25s, box-shadow 0.25s;
}

.ph-tool-card:hover,
.ph-tool-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: var(--home-card-glow);
  outline: none;
}

.ph-tool-card--gold {
  background: linear-gradient(135deg, #1a1a1c 0%, #25282e 100%);
  border-color: rgba(245, 185, 66, 0.5);
}

.ph-tool-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ph-tool-card__index {
  font-family: "DIN Condensed", "Rajdhani", "Noto Sans SC", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  color: var(--home-fire, #E8380F);
  opacity: 0.55;
}

.ph-tool-card--gold .ph-tool-card__index {
  color: var(--home-gold);
}

.ph-tool-card__tag {
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 30px;
  background: rgba(232, 56, 15, 0.16);
  color: var(--home-fire, #E8380F);
}

.ph-tool-card--gold .ph-tool-card__tag {
  background: rgba(245, 185, 66, 0.16);
  color: var(--home-gold);
}

.ph-tool-card__title {
  font-size: 1.7rem;
  margin: 0;
}

.ph-tool-card__desc {
  font-size: 0.9rem;
  color: var(--home-mist);
  line-height: 1.7;
  margin: 0;
}

.ph-tool-card__spec {
  margin: 4px 0 0;
  font-size: 0.82rem;
  display: grid;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.ph-tool-card__spec div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
}

.ph-tool-card__spec dt {
  color: var(--home-gold);
  font-weight: 600;
}

.ph-tool-card__spec dd {
  margin: 0;
  color: var(--home-text);
  opacity: 0.85;
}

.ph-tool-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--home-gold);
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ph-tool-card:hover .ph-tool-card__link {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ph-tool-card__link svg {
  transition: transform 0.2s;
}

.ph-tool-card:hover .ph-tool-card__link svg {
  transform: translateX(4px);
}

/* ---------- Motion ---------- */
.ph-motion {
  background: var(--home-paper);
  color: var(--home-ink);
}

.ph-motion .hb-section-title {
  color: var(--home-ink);
}

.ph-motion .hb-eyebrow {
  color: var(--home-fire-deep, #B91C1C);
}

.ph-motion .hb-eyebrow::before {
  background: var(--home-fire-deep, #B91C1C);
}

.ph-motion__intro {
  margin-top: 16px;
  font-size: 0.95rem;
  line-height: 1.85;
  color: rgba(20, 20, 20, 0.78);
  padding-left: 12px;
  border-left: 3px solid var(--home-fire-deep, #B91C1C);
}

.ph-motion__list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 16px;
}

.ph-motion__list li {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}

.ph-motion__list strong {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--home-ink);
}

.ph-motion__list span {
  font-size: 0.85rem;
  line-height: 1.7;
  color: rgba(20, 20, 20, 0.72);
}

.ph-motion__links {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-home .ph-motion__links .hb-btn--ghost {
  border-color: rgba(20, 20, 20, 0.3);
  color: var(--home-ink);
}

.page-home .ph-motion__links .hb-btn--ghost:hover {
  border-color: var(--home-ink);
  color: var(--home-ink);
}

.ph-motion__visual {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  max-width: 620px;
  margin: 0 auto;
}

.ph-motion__img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  filter: contrast(1.02);
}

/* ---------- Compare ---------- */
.ph-compare {
  position: relative;
  padding-top: 72px;
  padding-bottom: 72px;
  overflow: hidden;
}

.ph-compare__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ph-compare__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  filter: sepia(0.4) hue-rotate(-15deg);
}

.ph-compare__mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(17, 18, 20, 0.92) 0%, rgba(17, 18, 20, 0.7) 45%, rgba(232, 56, 15, 0.35) 100%);
}

.ph-compare__inner {
  position: relative;
  z-index: 2;
}

.ph-compare__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.ph-compare-card {
  background: rgba(28, 30, 34, 0.88);
  backdrop-filter: blur(4px);
  padding: 26px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ph-compare-card__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: var(--home-success, #2FBF71);
  font-weight: 600;
}

.ph-compare-card__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-success, #2FBF71);
  box-shadow: 0 0 0 0 rgba(47, 191, 113, 0.5);
  animation: ph-pulse 2s infinite;
}

.ph-compare-card__status--gold {
  color: var(--home-gold);
}

.ph-compare-card__status--gold .ph-compare-card__dot {
  background: var(--home-gold);
}

.ph-compare-card__title {
  font-size: 1.5rem;
  margin: 0;
}

.ph-compare-card p {
  font-size: 0.88rem;
  color: rgba(233, 229, 220, 0.78);
  line-height: 1.8;
  margin: 0;
}

.ph-compare-card__steps {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  display: grid;
  gap: 8px;
}

.ph-compare-card__steps li {
  position: relative;
  padding-left: 20px;
  font-size: 0.85rem;
  color: rgba(233, 229, 220, 0.85);
  line-height: 1.6;
}

.ph-compare-card__steps li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 2px;
  background: var(--home-gold);
}

.ph-compare-card__link {
  margin-top: auto;
  align-self: flex-start;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--home-gold);
  padding: 6px 14px;
  border: 1px solid rgba(245, 185, 66, 0.4);
  border-radius: 30px;
  transition: background 0.25s, box-shadow 0.25s;
}

.ph-compare-card__link:hover,
.ph-compare-card__link:focus-visible {
  background: rgba(245, 185, 66, 0.14);
  box-shadow: 0 0 0 1px rgba(245, 185, 66, 0.5);
  outline: none;
}

@keyframes ph-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(47, 191, 113, 0.35);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(47, 191, 113, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(47, 191, 113, 0);
  }
}

/* ---------- Trust ---------- */
.ph-trust {
  background: var(--home-charcoal);
  padding-top: 72px;
  padding-bottom: 72px;
}

.ph-trust__note {
}

.ph-trust__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.ph-trust-card {
  background: rgba(17, 18, 20, 0.6);
  border-radius: 10px;
  padding: 22px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 3px solid var(--home-fire, #E8380F);
  text-align: center;
}

.ph-trust-card:nth-child(2) {
  border-top-color: var(--home-gold);
}

.ph-trust-card:nth-child(3) {
  border-top-color: var(--home-gold);
}

.ph-trust-card__num {
  font-family: "DIN Condensed", "Rajdhani", "Noto Sans SC", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: var(--home-text);
}

.ph-trust-card__num small {
  font-size: 0.9rem;
  color: var(--home-gold);
  margin-left: 4px;
}

.ph-trust-card__label {
  font-size: 0.78rem;
  color: var(--home-mist);
  line-height: 1.5;
}

.ph-trust__certificates {
  margin: 0;
  display: grid;
  gap: 12px;
  padding: 24px;
  background: rgba(17, 18, 20, 0.45);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.ph-trust__row {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  font-size: 0.86rem;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.ph-trust__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ph-trust__row dt {
  color: var(--home-gold);
  font-weight: 700;
}

.ph-trust__row dd {
  margin: 0;
  color: rgba(233, 229, 220, 0.82);
  line-height: 1.7;
}

.ph-trust__team {
  margin-top: 20px;
  font-size: 0.8rem;
  color: var(--home-mist);
  padding-left: 14px;
  border-left: 3px solid var(--home-gold);
}

/* ====== data-reveal base ====== */
.page-home [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.page-home [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .page-home [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .ph-hero__scroll svg {
    transition: none;
  }
  .ph-compare-card__dot {
    animation: none;
  }
}

/* ====== Desktop ====== */
@media (min-width: 768px) {
  .ph-guide-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .ph-live__content {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
  }

  .ph-live__cards {
    gap: 18px;
  }

  .ph-motion .hb-split {
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .ph-hero__inner {
    grid-template-columns: 1fr 360px;
    gap: 60px;
    align-items: center;
    min-height: calc(100vh - 120px);
  }

  .ph-hero__block--index {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
  }

  .ph-hero__particles {
    display: block;
  }

  .ph-hero__title {
    font-size: clamp(4.5rem, 7vw, 7.4rem);
  }

  .ph-quickline .hb-split {
    grid-template-columns: 220px 1fr;
  }

  .ph-live__content {
    grid-template-columns: 1fr 420px;
  }

  .ph-live__cards {
    grid-template-columns: 1fr 1fr;
  }

  .ph-live__cards .ph-match:first-child {
    grid-column: 1 / 2;
  }

  .ph-live__cards .ph-match:nth-child(2) {
    grid-column: 2 / 3;
  }

  .ph-live__cards .ph-match:nth-child(3) {
    grid-column: 1 / 3;
  }

  .ph-live__cards .ph-match:nth-child(3) .ph-match__score {
    grid-template-columns: 1fr auto 1fr;
  }

  .ph-tools__grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .ph-compare__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .ph-trust__content {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1280px) {
  .ph-live__content {
    grid-template-columns: 1.2fr 300px;
  }

  .ph-live__cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .ph-live__cards .ph-match:nth-child(3) {
    grid-column: auto;
  }

  .ph-report-row {
    grid-template-columns: 56px 56px 1fr auto;
    align-items: center;
  }

  .ph-report-row__time {
    grid-column: 1 / 2;
  }

  .ph-report-row__league {
    grid-column: 2 / 3;
  }

  .ph-report-row__title {
    grid-column: 3 / 4;
  }

  .ph-report-row__event {
    grid-column: 3 / 4;
  }

  .ph-report-row__diff {
    grid-column: 4 / 5;
    text-align: right;
  }

  .ph-trust__content {
    grid-template-columns: 1fr;
  }
}

.page-home {
  --home-fire: transparent;
  --home-fire-deep: transparent;
  --home-success: transparent;
}
