.page-home {
  overflow-x: hidden;
  background: var(--c-paper);
}

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

.page-home .ph-hero {
  position: relative;
  padding: 36px 0 56px;
  background:
    radial-gradient(circle at 88% 8%, rgba(0, 194, 209, 0.14), transparent 36%),
    var(--c-paper);
  border-bottom: 4px solid var(--c-orange);
  overflow: hidden;
}

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

.page-home .ph-hero h1 {
  font-family: var(--f-head);
  font-size: clamp(48px, 11vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: var(--c-deep);
  max-width: 12ch;
  margin: 16px 0 22px;
  text-transform: uppercase;
}

.page-home .ph-hero__lead {
  font-size: 17px;
  line-height: 1.75;
  color: var(--c-content);
  max-width: 46ch;
  margin-bottom: 28px;
}

.page-home .ph-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 28px;
}

.page-home .ph-hero__visual {
  position: relative;
}

.page-home .ph-hero__speed {
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 280px;
  height: 260px;
  z-index: 1;
  pointer-events: none;
}

.page-home .ph-hero__speed path {
  stroke: var(--c-cyan);
  stroke-width: 2;
  fill: none;
}

.page-home .ph-hero__speed path:nth-child(1) { opacity: 0.35; }
.page-home .ph-hero__speed path:nth-child(2) { opacity: 0.24; }
.page-home .ph-hero__speed path:nth-child(3) { opacity: 0.16; }
.page-home .ph-hero__speed path:nth-child(4) { opacity: 0.10; }

.page-home .ph-hero__cut {
  position: relative;
  z-index: 2;
  clip-path: polygon(0 0, 100% 6%, 100% 100%, 6% 94%);
  background: linear-gradient(135deg, var(--c-deep), var(--c-ocean) 65%, var(--c-cyan) 140%);
  padding: 10px;
  box-shadow: var(--shadow);
}

.page-home .ph-hero__cut img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  opacity: 0.92;
}

.page-home .ph-hero__matchcard {
  position: relative;
  z-index: 3;
  background: var(--c-paper);
  border: var(--bd);
  box-shadow: var(--shadow);
  padding: 20px;
  margin: -36px 8px 0 20px;
}

.page-home .ph-hero__matchtag {
  margin-bottom: 12px;
}

.page-home .ph-hero__league {
  font-family: var(--f-mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--c-muted);
  margin-bottom: 6px;
}

.page-home .ph-hero__teams {
  font-family: var(--f-head);
  font-size: 28px;
  line-height: 1.1;
  color: var(--c-deep);
  margin-bottom: 10px;
}

.page-home .ph-hero__teams span {
  color: var(--c-orange);
}

.page-home .ph-hero__time {
  display: inline-block;
  background: var(--c-deep);
  color: var(--c-paper);
  font-family: var(--f-mono);
  font-size: 14px;
  padding: 7px 12px;
  margin-bottom: 14px;
}

.page-home .ph-hero__link {
  display: inline-block;
  font-family: var(--f-mono);
  font-size: 13px;
  color: var(--c-cyan);
  text-decoration: none;
  border-bottom: 2px solid var(--c-cyan);
}

.page-home .ph-core {
  padding: 72px 0;
  background: #fff;
}

.page-home .ph-core__head {
  max-width: 760px;
  margin-bottom: 44px;
}

.page-home .ph-core__head h2 {
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.06;
  margin: 12px 0 8px;
}

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

.page-home .ph-core__item {
  display: block;
  border: var(--bd);
  background: var(--c-paper);
  box-shadow: var(--shadow);
  padding: 28px;
  text-decoration: none;
  color: var(--c-content);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-home .ph-core__item:hover,
.page-home .ph-core__item:focus-visible {
  transform: translate(-4px, -4px);
  box-shadow: 10px 10px 0 var(--c-orange);
}

.page-home .ph-core__num {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.24em;
  color: var(--c-orange);
  border-bottom: 3px solid var(--c-cyan);
  padding-bottom: 4px;
}

.page-home .ph-core__item h3 {
  font-family: var(--f-head);
  font-size: 22px;
  line-height: 1.2;
  color: var(--c-deep);
  margin: 16px 0 10px;
}

.page-home .ph-core__item p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--c-muted);
  margin: 0;
}

.page-home .ph-schedule {
  padding: 72px 0;
  background: linear-gradient(155deg, var(--c-deep), var(--c-ocean) 68%, #092c50);
}

.page-home .ph-schedule__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.page-home .ph-schedule__top .eyebrow {
  color: var(--c-green);
}

.page-home .ph-schedule__top h2 {
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.06;
  color: var(--c-paper);
  margin: 8px 0 0;
}

.page-home .ph-schedule__more {
  font-family: var(--f-mono);
  font-size: 13px;
  color: var(--c-cyan);
  text-decoration: none;
  border-bottom: 2px solid var(--c-cyan);
  white-space: nowrap;
  padding-bottom: 2px;
}

.page-home .ph-schedule__desc {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(244, 249, 255, 0.75);
  max-width: 60ch;
  margin-bottom: 32px;
}

.page-home .ph-schedule__card {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--c-paper);
  border: var(--bd);
  box-shadow: 10px 10px 0 rgba(6, 18, 38, 0.45);
  margin-bottom: 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-home .ph-schedule__card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 13px 13px 0 rgba(6, 18, 38, 0.55);
}

.page-home .ph-schedule__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
  object-position: center;
}

.page-home .ph-schedule__body {
  padding: 28px;
}

.page-home .ph-schedule__body h3 {
  font-family: var(--f-head);
  font-size: 32px;
  line-height: 1.1;
  color: var(--c-deep);
  margin: 12px 0 6px;
}

.page-home .ph-schedule__meta {
  font-family: var(--f-mono);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--c-muted);
  margin-bottom: 20px;
}

.page-home .ph-schedule__time {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.page-home .ph-schedule__day {
  background: var(--c-deep);
  color: var(--c-paper);
  font-family: var(--f-mono);
  font-size: 14px;
  padding: 8px 14px;
}

.page-home .ph-schedule__clock {
  font-family: var(--f-head);
  font-size: 36px;
  line-height: 1;
  color: var(--c-orange);
}

.page-home .ph-schedule .index-note {
  color: rgba(244, 249, 255, 0.65);
}

.page-home .ph-calendar {
  padding: 72px 0;
  background: var(--c-paper);
}

.page-home .ph-calendar__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

.page-home .ph-calendar__visual {
  position: relative;
  align-self: start;
}

.page-home .ph-calendar__visual::before {
  content: "";
  position: absolute;
  inset: -14px 14px 14px -14px;
  border: 3px solid var(--c-cyan);
  z-index: 0;
}

.page-home .ph-calendar__visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border: var(--bd);
  box-shadow: var(--shadow);
}

.page-home .ph-calendar__content h2 {
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.06;
  margin: 12px 0 16px;
}

.page-home .ph-calendar__content .lead {
  margin-bottom: 28px;
}

.page-home .ph-calendar__demo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: var(--bd);
  margin-bottom: 20px;
}

.page-home .ph-calendar__col {
  padding: 20px;
  background: var(--c-paper);
}

.page-home .ph-calendar__col + .ph-calendar__col {
  border-left: 3px solid var(--c-deep);
  background: linear-gradient(180deg, #fff, var(--c-paper));
}

.page-home .ph-calendar__col-title {
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-deep);
  border-bottom: 3px solid var(--c-orange);
  padding-bottom: 8px;
  margin-bottom: 14px;
}

.page-home .ph-calendar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-home .ph-calendar__list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  font-size: 15px;
  border-bottom: 1px dashed var(--c-cyan);
  padding-bottom: 8px;
}

.page-home .ph-calendar .index-note {
  margin-bottom: 20px;
}

.page-home .ph-commute {
  padding: 72px 0;
  background: var(--c-ink);
}

.page-home .ph-commute__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.page-home .ph-commute .eyebrow {
  color: var(--c-green);
}

.page-home .ph-commute h2 {
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.06;
  color: var(--c-paper);
  margin: 10px 0 18px;
}

.page-home .ph-commute .lead {
  color: rgba(244, 249, 255, 0.85);
  margin-bottom: 28px;
}

.page-home .ph-commute .index-note {
  color: rgba(244, 249, 255, 0.55);
  margin-top: 22px;
}

.page-home .ph-commute__visual img {
  display: block;
  width: 100%;
  border: 3px solid var(--c-green);
  box-shadow: 8px 8px 0 rgba(57, 255, 136, 0.22);
}

.page-home .ph-data {
  padding: 72px 0;
  background:
    radial-gradient(circle at 12% 88%, rgba(0, 194, 209, 0.18), transparent 32%),
    linear-gradient(135deg, var(--c-ocean), var(--c-deep));
}

.page-home .ph-data__banner {
  max-width: 900px;
}

.page-home .ph-data__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.page-home .ph-data h2 {
  font-size: clamp(32px, 5.5vw, 58px);
  line-height: 1.04;
  color: var(--c-paper);
  margin-bottom: 18px;
}

.page-home .ph-data p {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(244, 249, 255, 0.82);
  max-width: 62ch;
}

.page-home .ph-data__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 36px;
}

.page-home .ph-data__stat {
  border: 3px solid rgba(244, 249, 255, 0.25);
  background: rgba(6, 18, 38, 0.32);
  padding: 20px 14px;
}

.page-home .ph-data__stat span {
  display: block;
  font-size: 28px;
  line-height: 1.1;
  color: var(--c-green);
  margin-bottom: 4px;
}

.page-home .ph-data__stat small {
  font-size: 13px;
  color: rgba(244, 249, 255, 0.75);
}

.page-home .ph-quick {
  padding: 72px 0;
  background: #fff;
}

.page-home .ph-quick__inner {
  max-width: 860px;
}

.page-home .ph-quick h2 {
  font-size: clamp(32px, 5.5vw, 58px);
  line-height: 1.04;
  color: var(--c-deep);
  margin: 12px 0 16px;
}

.page-home .ph-quick .lead {
  max-width: 56ch;
  margin-bottom: 36px;
}

.page-home .ph-quick__steps {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 540px;
}

.page-home .ph-quick__steps li {
  display: flex;
  align-items: center;
  gap: 14px;
  border: var(--bd);
  background: var(--c-paper);
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--c-content);
}

.page-home .ph-quick__steps .mono {
  color: var(--c-orange);
  font-size: 15px;
}

.page-home .ph-cta {
  padding: 0 0 72px;
  background: #fff;
}

.page-home .ph-cta__block {
  background: linear-gradient(120deg, var(--c-orange), #ff8b5a);
  border: var(--bd);
  box-shadow: 10px 10px 0 var(--c-deep);
  padding: 40px 28px;
  display: grid;
  justify-items: start;
  gap: 18px;
}

.page-home .ph-cta h2 {
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.02;
  margin: 0;
}

.page-home .ph-cta p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: var(--c-deep);
  max-width: 44ch;
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  .page-home .ph-pulse {
    animation: home-ph-pulse 2.4s ease-in-out infinite;
  }
}

@keyframes home-ph-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.72; }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .ph-core__item,
  .page-home .ph-schedule__card {
    transition: none;
  }
}

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

  .page-home .ph-schedule__card {
    grid-template-columns: 5fr 4fr;
  }

  .page-home .ph-schedule__media img {
    height: 100%;
    max-height: none;
  }

  .page-home .ph-commute__inner {
    grid-template-columns: 7fr 5fr;
  }

  .page-home .ph-quick__steps {
    grid-template-columns: repeat(3, 1fr);
    max-width: none;
  }
}

@media (min-width: 1024px) {
  .page-home .ph-hero__inner {
    grid-template-columns: 5fr 7fr;
    gap: 56px;
    align-items: center;
  }

  .page-home .ph-hero h1 {
    font-size: 86px;
  }

  .page-home .ph-hero__cut img {
    max-height: 520px;
  }

  .page-home .ph-calendar__grid {
    grid-template-columns: 5fr 7fr;
    gap: 60px;
    align-items: center;
  }

  .page-home .ph-calendar__visual img {
    max-height: none;
  }

  .page-home .ph-data__stats {
    grid-template-columns: repeat(3, 180px);
    gap: 24px;
  }
}
