.page-home {
  --ph-gap: clamp(20px, 4vw, 44px);
  --ph-line: var(--color-border-soft);
  --ph-line-strong: rgba(13, 43, 78, 0.18);
  --ph-sans: var(--font-sans);
  --ph-mono: var(--font-mono);
  background: var(--color-bg);
  color: var(--color-text);
  overflow-x: hidden;
}

.page-home p {
  margin: 0;
}

.page-home .mono-index {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-blue);
  font-family: var(--ph-mono);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-home .mono-index::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--color-gold);
  display: inline-block;
  flex: none;
}

.page-home .ph-hero {
  position: relative;
  padding-top: 44px;
  padding-bottom: 28px;
}

.page-home .ph-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(30, 90, 168, 0.10) 0%, rgba(255, 255, 255, 0) 42%);
  pointer-events: none;
}

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

.page-home .ph-hero-layout {
  gap: 38px;
  align-items: stretch;
}

.page-home .ph-kicker {
  font-size: 0.72rem;
}

.page-home .ph-hero-title {
  margin: 18px 0 16px;
  color: var(--color-ink);
  font-family: var(--ph-sans);
  font-size: clamp(2.1rem, 7.4vw, 3.5rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.015em;
}

.page-home .ph-hero-title span {
  display: block;
  margin-top: 12px;
  color: var(--color-blue);
  font-family: var(--ph-mono);
  font-size: clamp(1.05rem, 3.4vw, 1.6rem);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.page-home .ph-hero-lead {
  max-width: 33em;
  font-family: var(--ph-mono);
  font-size: 0.92rem;
  line-height: 1.95;
}

.page-home .ph-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid var(--ph-line);
}

.page-home .ph-stat {
  border-left: 3px solid var(--color-blue);
  padding-left: 14px;
}

.page-home .ph-stat .data-hero {
  display: block;
  color: var(--color-ink);
  font-family: var(--ph-mono);
  font-size: clamp(1.8rem, 5.4vw, 2.6rem);
  font-weight: 900;
  line-height: 1;
}

.page-home .ph-stat-label {
  display: block;
  margin-top: 8px;
  color: var(--color-blue);
  font-family: var(--ph-mono);
  font-size: 0.7rem;
  line-height: 1.5;
}

.page-home .ph-stat-label::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 10px;
  background: var(--color-gold);
  transform: rotate(45deg);
}

.page-home .ph-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.page-home .ph-media-frame {
  position: relative;
  margin-left: auto;
  max-width: 740px;
}

.page-home .ph-hero-img {
  display: block;
  width: 100%;
  height: clamp(360px, 54vw, 620px);
  object-fit: cover;
  object-position: center 18%;
}

.page-home .ph-hero-float {
  position: absolute;
  top: 14px;
  left: 14px;
  width: auto;
  max-width: 240px;
  padding: 16px 18px;
  border-radius: var(--radius);
}

.page-home .ph-hero-float strong {
  display: block;
  margin: 4px 0 2px;
  color: var(--color-ink);
  font-size: 1.08rem;
  font-weight: 900;
}

.page-home .ph-hero-float span:not(.ph-float-badge) {
  display: block;
  color: var(--color-blue);
  font-family: var(--ph-mono);
  font-size: 0.7rem;
  line-height: 1.6;
}

.page-home .ph-float-badge {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 8px;
  background: var(--color-red);
  color: var(--color-white);
  border-radius: var(--radius-sm);
  font-family: var(--ph-mono);
  font-size: 0.68rem;
}

.page-home .ph-hero-diamond {
  position: absolute;
  right: -12px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  background: var(--color-gold);
  transform: rotate(45deg);
  border-radius: 4px;
  z-index: 2;
}

.page-home .ph-timeline-section,
.page-home .ph-download,
.page-home .ph-trust,
.page-home .ph-cta {
  position: relative;
  padding-top: 72px;
  padding-bottom: 76px;
}

.page-home .ph-timeline-section {
  border-top: 1px solid var(--ph-line);
}

.page-home .ph-section-head {
  max-width: 660px;
  margin-bottom: 34px;
}

.page-home .ph-section-head h2 {
  margin: 10px 0 12px;
  color: var(--color-ink);
  font-family: var(--ph-sans);
  font-size: clamp(1.6rem, 4.2vw, 2.4rem);
  font-weight: 900;
  line-height: 1.25;
}

.page-home .ph-section-head p:last-child {
  font-size: 0.92rem;
  line-height: 1.85;
}

.page-home .ph-timeline-stage {
  display: grid;
  gap: 22px;
}

.page-home .ph-timeline-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--color-ink);
}

.page-home .ph-timeline-item {
  padding: 12px 0 14px 12px;
  border-left: 2px solid var(--color-blue);
  border-bottom: 1px solid var(--ph-line);
  transition: background var(--transition-fast), border-left-color var(--transition-fast);
}

.page-home .ph-timeline-item:hover,
.page-home .ph-timeline-item:focus-within {
  background: var(--color-blue-bg);
  border-left-color: var(--color-gold);
}

.page-home .ph-timeline-year {
  display: block;
  color: var(--color-ink);
  font-family: var(--ph-mono);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.4;
}

.page-home .ph-timeline-tag {
  display: block;
  margin-top: 6px;
  color: var(--color-text);
  font-family: var(--ph-mono);
  font-size: 0.68rem;
  line-height: 1.5;
}

.page-home .ph-timeline-card {
  padding: 18px 20px;
  border-radius: var(--radius);
}

.page-home .ph-timeline-card-index {
  display: block;
  color: var(--color-blue);
  font-family: var(--ph-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.page-home .ph-timeline-card p {
  margin-top: 10px;
  font-size: 0.88rem;
  line-height: 1.8;
}

.page-home .ph-timeline-foot {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.page-home .ph-download {
  background:
    linear-gradient(135deg, rgba(30, 90, 168, 0.07) 0%, rgba(255, 255, 255, 0) 46%),
    var(--color-bg-alt);
  border-top: 1px solid var(--ph-line);
  border-bottom: 1px solid var(--ph-line);
}

.page-home .ph-download-layout {
  gap: 38px;
}

.page-home .ph-download-figure {
  margin: 0;
  position: relative;
}

.page-home .ph-download-figure img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: var(--radius);
}

.page-home .ph-download-figure-caption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  font-family: var(--ph-mono);
  font-size: 0.72rem;
  color: var(--color-ink);
}

.page-home .ph-download-copy h2 {
  margin: 10px 0 14px;
  color: var(--color-ink);
  font-family: var(--ph-sans);
  font-size: clamp(1.6rem, 4.2vw, 2.4rem);
  font-weight: 900;
  line-height: 1.25;
}

.page-home .ph-download-copy > p {
  max-width: 38em;
  font-size: 0.92rem;
  line-height: 1.9;
}

.page-home .ph-download-grid {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.page-home .ph-download-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  background: var(--color-white);
  border: 1px solid var(--color-blue-border);
  border-radius: var(--radius);
  text-decoration: none;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.page-home .ph-download-card:hover {
  border-color: rgba(30, 90, 168, 0.35);
  box-shadow: var(--shadow-card);
}

.page-home .ph-download-badge {
  padding: 5px 9px;
  background: var(--color-blue);
  color: var(--color-white);
  border-radius: var(--radius-sm);
  font-family: var(--ph-mono);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.page-home .ph-download-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.page-home .ph-download-year {
  color: var(--color-ink);
  font-family: var(--ph-mono);
  font-size: 1.08rem;
  font-weight: 800;
}

.page-home .ph-download-caption {
  color: var(--color-text);
  font-family: var(--ph-mono);
  font-size: 0.72rem;
}

.page-home .ph-download-go {
  align-self: stretch;
  text-align: center;
}

.page-home .ph-download-note {
  margin-top: 22px;
}

.page-home .ph-fix {
  padding-top: 76px;
  padding-bottom: 80px;
  background: var(--color-ink);
}

.page-home .ph-fix::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 240px;
  height: 240px;
  background: rgba(212, 175, 55, 0.09);
  border-radius: 28px;
  transform: rotate(45deg);
  pointer-events: none;
}

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

.page-home .ph-section-head--deep h2 {
  color: var(--color-white);
}

.page-home .ph-section-head--deep p:last-child {
  color: var(--color-deep-text);
}

.page-home .ph-fix .mono-index {
  color: var(--color-gold);
}

.page-home .ph-fix-grid {
  display: grid;
  gap: 14px;
}

.page-home .ph-fix-card {
  display: block;
  padding: 22px 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  color: var(--color-white);
  text-decoration: none;
  transition: background var(--transition-fast), transform var(--transition-fast), border-color var(--transition-fast);
}

.page-home .ph-fix-card:hover,
.page-home .ph-fix-card:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(212, 175, 55, 0.55);
  transform: translateY(-4px);
}

.page-home .ph-fix-index {
  display: block;
  color: var(--color-gold);
  font-family: var(--ph-mono);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.page-home .ph-fix-card h3 {
  margin: 12px 0 8px;
  color: var(--color-white);
  font-family: var(--ph-sans);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
}

.page-home .ph-fix-card p {
  color: var(--color-deep-text);
  font-size: 0.84rem;
  line-height: 1.75;
}

.page-home .ph-fix-note {
  max-width: 760px;
  margin: 28px 0 0;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--color-muted-deep);
}

.page-home .ph-trust-layout {
  gap: 46px;
}

.page-home .ph-trust-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-home .ph-trust-figure {
  margin: 0;
}

.page-home .ph-trust-figure img {
  display: block;
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius);
}

.page-home .ph-trust-brandname {
  color: var(--color-ink);
  font-family: var(--ph-mono);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.page-home .ph-trust-brandname strong {
  color: var(--color-blue);
  font-weight: 800;
}

.page-home .ph-trust-copy h2 {
  margin: 10px 0 16px;
  color: var(--color-ink);
  font-family: var(--ph-sans);
  font-size: clamp(1.7rem, 4.2vw, 2.4rem);
  font-weight: 900;
  line-height: 1.22;
}

.page-home .ph-trust-copy > p {
  max-width: 44em;
  font-size: 0.9rem;
  line-height: 1.9;
  margin-top: 14px;
}

.page-home .ph-trust-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
  margin: 26px 0 0;
  padding: 0;
}

.page-home .ph-trust-fact {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 13px 0;
  border-bottom: 1px solid var(--ph-line-strong);
}

.page-home .ph-trust-fact dt {
  color: var(--color-text);
  font-family: var(--ph-mono);
  font-size: 0.74rem;
}

.page-home .ph-trust-fact dd {
  margin: 0;
  color: var(--color-ink);
  font-family: var(--ph-mono);
  font-size: 1rem;
  font-weight: 800;
}

.page-home .ph-trust-fact dd .data-hero {
  color: var(--color-blue);
  font-size: 1.45rem;
  font-weight: 900;
}

.page-home .ph-trust-quote {
  margin: 32px 0 0;
  padding: 20px 22px;
  border-left: 4px solid var(--color-gold);
  border-radius: var(--radius);
}

.page-home .ph-trust-quote p {
  font-family: var(--ph-mono);
  font-size: 0.86rem;
  line-height: 1.85;
}

.page-home .ph-trust-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.page-home .ph-cta {
  padding-bottom: 84px;
}

.page-home .ph-cta-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
}

.page-home .ph-cta-frame img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.page-home .ph-cta-panel {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  max-width: 460px;
  padding: 22px;
  border-radius: var(--radius);
}

.page-home .ph-cta-panel h2 {
  margin: 6px 0 10px;
  color: var(--color-ink);
  font-family: var(--ph-sans);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.25;
}

.page-home .ph-cta-panel p {
  margin-bottom: 16px;
  font-family: var(--ph-mono);
  font-size: 0.82rem;
  line-height: 1.7;
}

@media (min-width: 640px) {
  .page-home .ph-timeline-rail {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

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

  .page-home .ph-fix-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .ph-cta-frame img {
    height: 400px;
  }

  .page-home .ph-cta-panel {
    left: auto;
    right: 36px;
    bottom: 36px;
    max-width: 430px;
    padding: 28px;
  }
}

@media (min-width: 960px) {
  .page-home .ph-hero {
    padding-top: 72px;
    padding-bottom: 48px;
  }

  .page-home .ph-hero-layout {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: var(--ph-gap);
  }

  .page-home .ph-hero-img {
    height: min(620px, 52vw);
  }

  .page-home .ph-timeline-section,
  .page-home .ph-download,
  .page-home .ph-trust,
  .page-home .ph-cta {
    padding-top: 92px;
    padding-bottom: 96px;
  }

  .page-home .ph-timeline-stage {
    grid-template-columns: minmax(0, 8fr) minmax(240px, 3fr);
    gap: 28px;
  }

  .page-home .ph-timeline-rail {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .page-home .ph-timeline-item {
    padding: 16px 0 18px 10px;
  }

  .page-home .ph-download-layout {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: var(--ph-gap);
    align-items: center;
  }

  .page-home .ph-download-card {
    padding: 22px;
  }

  .page-home .ph-fix-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .page-home .ph-trust-layout {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    gap: 64px;
  }

  .page-home .ph-trust-figure img {
    height: 520px;
  }
}
