.page-home img {
  max-width: 100%;
  height: auto;
}
.page-home .home-hero {
  position: relative;
  background: var(--deep-blue);
  color: var(--white);
  overflow: hidden;
  padding-top: calc(var(--header-h) + 12px);
  padding-bottom: 40px;
}
.page-home .hero-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  max-width: var(--warp);
  margin-inline: auto;
  padding-inline: 20px;
}
.page-home .hero-crumb {
  margin-bottom: 28px;
}
.page-home .hero-crumb .eabreadcrumb {
  font-size: 13px;
  letter-spacing: .06em;
  color: var(--silver);
  border-bottom: 1px solid rgba(192, 192, 192, .4);
  padding-bottom: 8px;
}
.page-home .hero-copy {
  padding: 40px 0 28px;
}
.page-home .hero-copy .section-label {
  margin: 0 0 16px;
  color: var(--accent);
}
.page-home .hero-copy h1 {
  font-family: "Anton", "Impact", "Arial Narrow", sans-serif;
  font-weight: 400;
  font-size: clamp(34px, 7.2vw, 68px);
  line-height: 1.08;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.page-home .hero-copy h1 .title-line {
  display: block;
}
.page-home .hero-copy h1 .title-line-sub {
  color: var(--accent);
}
.page-home .hero-copy h1 .title-line-sub b {
  font-weight: 400;
  color: var(--accent);
}
.page-home .hero-lead {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, .82);
  max-width: 560px;
  margin: 0;
}
.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.page-home .hero-actions .btn-strong,
.page-home .hero-actions .btn-line {
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s;
}
.page-home .hero-actions .btn-strong:hover,
.page-home .hero-actions .btn-line:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(10, 31, 68, .24);
}
.page-home .hero-actions .btn-strong {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}
.page-home .hero-actions .btn-strong:hover {
  background: var(--accent-soft);
  border-color: var(--accent-soft);
}
.page-home .hero-actions .btn-line {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .65);
  color: var(--white);
}
.page-home .hero-actions .btn-line:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}
.page-home .hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}
.page-home .hero-proof strong {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: 14px;
  color: var(--silver);
  font-weight: 500;
}
.page-home .hero-proof .num {
  font-size: 28px;
  color: var(--accent);
}
.page-home .hero-visual {
  position: relative;
  margin-bottom: 0;
}
.page-home .hero-visual img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius-cut);
}
.page-home .hero-visual-card {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: rgba(10, 31, 68, .84);
  color: var(--white);
  border-radius: var(--radius-cut);
  padding: 16px 18px;
  display: grid;
  gap: 4px;
  backdrop-filter: blur(4px);
}
.page-home .hero-visual-card .eyebrow {
  color: var(--accent-soft);
  font-size: 12px;
}
.page-home .hero-visual-card strong {
  font-size: 18px;
  line-height: 1.3;
}
.page-home .hero-visual-card a {
  color: var(--accent);
  font-weight: 600;
  margin-top: 8px;
  justify-self: start;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.page-home .hero-visual-card a:hover {
  border-bottom-color: var(--accent);
}
.page-home .hero-speed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .22;
  pointer-events: none;
}
.page-home .hero-speed line {
  stroke: var(--accent);
  stroke-width: 2;
}
.page-home .install-section {
  background: var(--cream);
  padding: 64px 0;
}
.page-home .install-head,
.page-home .install-grid {
  max-width: var(--warp);
  margin-inline: auto;
  padding-inline: 20px;
}
.page-home .install-head {
  margin-bottom: 40px;
}
.page-home .install-head .section-label,
.page-home .matches-head .section-label,
.page-home .news-head .section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08em;
  margin: 0;
}
.page-home .install-head h2 {
  font-family: "Anton", "Impact", "Arial Narrow", sans-serif;
  font-weight: 400;
  font-size: clamp(30px, 4.6vw, 48px);
  color: var(--deep-blue);
  margin: 10px 0 12px;
  line-height: 1.15;
}
.page-home .install-head p {
  color: #555;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  max-width: 720px;
}
.page-home .install-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.page-home .step-card {
  background: var(--white);
  border-radius: var(--radius-cut);
  padding: 22px 22px 26px;
  box-shadow: 6px 8px 0 rgba(10, 31, 68, .06);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.page-home .step-card:hover {
  transform: translateY(-3px);
  box-shadow: 8px 12px 0 rgba(10, 31, 68, .1);
}
.page-home .step-card summary {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  list-style: none;
}
.page-home .step-card summary::-webkit-details-marker {
  display: none;
}
.page-home .step-num {
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  background: var(--deep-blue);
  color: var(--white);
  border-radius: 8px 2px 8px 2px;
  font-family: "Furore", "Rajdhani", "DIN Alternate", sans-serif;
  font-size: 18px;
  letter-spacing: .04em;
}
.page-home .step-copy {
  flex: 1;
  display: grid;
  gap: 3px;
  min-width: 0;
}
.page-home .step-copy b {
  font-size: 16px;
  color: var(--deep-blue);
  line-height: 1.35;
}
.page-home .step-copy small {
  font-size: 13px;
  color: #777;
  line-height: 1.3;
}
.page-home .step-icon {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  position: relative;
}
.page-home .step-icon::before,
.page-home .step-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 2px;
  background: var(--deep-blue);
  transform: translateY(-50%);
}
.page-home .step-icon::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform .3s var(--ease);
}
.page-home .step-card[open] .step-icon::after {
  transform: translateY(-50%) rotate(0deg);
}
.page-home .step-body {
  margin-top: 18px;
  padding-left: 56px;
  display: grid;
  gap: 10px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.75;
}
.page-home .step-text p {
  margin: 0;
}
.page-home .step-body img {
  width: 100%;
  border-radius: var(--radius-cut);
  object-fit: cover;
}
.page-home .step-link {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dashed var(--accent);
  justify-self: start;
}
.page-home .step-link:hover {
  color: var(--deep-blue);
  border-bottom-color: var(--deep-blue);
}

.page-home .matches-section {
  background: linear-gradient(135deg, var(--deep-blue) 0%, var(--mid-blue) 100%);
  color: var(--white);
  padding: 64px 0 72px;
}
.page-home .matches-head,
.page-home .stats-grid,
.page-home .matches-table-wrap,
.page-home .matches-visual {
  max-width: var(--warp);
  margin-inline: auto;
  padding-inline: 20px;
}
.page-home .matches-head .section-label {
  color: var(--accent-soft);
}
.page-home .matches-head h2 {
  font-family: "Anton", "Impact", "Arial Narrow", sans-serif;
  font-weight: 400;
  font-size: clamp(32px, 5vw, 52px);
  color: var(--white);
  margin: 10px 0 12px;
  line-height: 1.15;
}
.page-home .matches-head p {
  color: rgba(255, 255, 255, .74);
  font-size: 15px;
  line-height: 1.75;
  max-width: 760px;
  margin: 0;
}
.page-home .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 38px;
  margin-bottom: 28px;
}
.page-home .stat-cell {
  position: relative;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius-cut);
  padding: 22px 16px 20px;
  overflow: hidden;
  transition: background .3s var(--ease), border-color .3s;
}
.page-home .stat-cell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 3px;
  background: var(--accent);
}
.page-home .stat-cell:hover {
  background: rgba(255, 107, 53, .18);
  border-color: var(--accent);
}
.page-home .stat-cell .num {
  display: block;
  font-size: clamp(34px, 6vw, 50px);
  line-height: 1;
  color: var(--accent);
  font-family: "Furore", "Rajdhani", "DIN Alternate", sans-serif;
  font-weight: 700;
}
.page-home .stat-cell .stat-label {
  display: block;
  margin-top: 10px;
  color: var(--silver);
  font-size: 13px;
  letter-spacing: .05em;
}
.page-home .matches-table-wrap {
  overflow-x: auto;
}
.page-home .data-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: var(--white);
  border-radius: var(--radius-cut);
}
.page-home .data-table th,
.page-home .data-table td {
  text-align: left;
  padding: 16px 14px;
  font-size: 14px;
  white-space: nowrap;
}
.page-home .data-table th {
  background: var(--mist);
  color: var(--deep-blue);
  font-weight: 600;
}
.page-home .data-table td {
  border-bottom: 1px solid var(--mist);
  color: var(--ink);
}
.page-home .data-table tbody tr {
  transition: background .2s;
}
.page-home .data-table tbody tr:hover {
  background: var(--accent-soft);
}
.page-home .data-table tbody tr:hover td {
  color: var(--deep-blue);
}
.page-home .matches-visual {
  margin-top: 28px;
}
.page-home .matches-visual img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-cut);
  object-fit: cover;
}

.page-home .news-section {
  background: var(--cream);
  padding: 64px 0;
}
.page-home .news-head,
.page-home .news-list {
  max-width: var(--warp);
  margin-inline: auto;
  padding-inline: 20px;
}
.page-home .news-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 10px 16px;
  margin-bottom: 32px;
}
.page-home .news-head .section-label {
  width: 100%;
  color: var(--accent);
}
.page-home .news-head h2 {
  flex: 1;
  font-family: "Anton", "Impact", "Arial Narrow", sans-serif;
  font-weight: 400;
  font-size: clamp(30px, 4.6vw, 46px);
  color: var(--deep-blue);
  margin: 0;
  line-height: 1.15;
}
.page-home .news-head .btn-line {
  color: var(--deep-blue);
  border-color: var(--deep-blue);
  background: transparent;
}
.page-home .news-head .btn-line:hover {
  background: var(--deep-blue);
  border-color: var(--deep-blue);
  color: var(--white);
}
.page-home .news-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.page-home .news-item {
  background: var(--white);
  border-radius: var(--radius-cut);
  padding: 22px;
  box-shadow: 6px 8px 0 rgba(10, 31, 68, .05);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.page-home .news-item:hover {
  transform: translateY(-3px);
  box-shadow: 8px 12px 0 rgba(10, 31, 68, .09);
}
.page-home .news-thumb img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: var(--radius-cut);
  margin-bottom: 16px;
}
.page-home .news-info .eyebrow {
  color: var(--accent);
  font-size: 13px;
}
.page-home .news-info h3 {
  margin: 8px 0 6px;
  font-size: 19px;
  line-height: 1.4;
}
.page-home .news-info h3 a {
  color: var(--deep-blue);
  text-decoration: none;
}
.page-home .news-info h3 a:hover {
  color: var(--accent);
}
.page-home .news-info p {
  color: #555;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

@media (min-width: 768px) {
  .page-home .home-hero {
    min-height: calc(100vh - var(--header-h));
    display: flex;
    align-items: center;
    background: var(--deep-blue);
    padding-top: var(--header-h);
    padding-bottom: 0;
  }
  .page-home .hero-wrap {
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    min-height: inherit;
  }
  .page-home .hero-copy {
    flex: 0 0 56%;
    padding: 72px 48px 72px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page-home .hero-visual {
    flex: 0 0 44%;
    min-height: 540px;
    background: var(--cream);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    display: flex;
    align-items: center;
  }
  .page-home .hero-visual img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    border-radius: 0;
  }
  .page-home .hero-visual-card {
    left: 6%;
    right: 24px;
    bottom: 24px;
  }
  .page-home .hero-speed {
    z-index: 3;
    opacity: .3;
  }

  .page-home .install-section,
  .page-home .matches-section,
  .page-home .news-section {
    padding: 88px 0 96px;
  }
  .page-home .install-head {
    margin-bottom: 48px;
  }
  .page-home .install-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  .page-home .step-card-wide {
    grid-column: 1 / -1;
  }
  .page-home .step-card-wide .step-body {
    grid-template-columns: 1.1fr .9fr;
    gap: 26px;
    align-items: center;
  }
  .page-home .step-card-wide .step-body img {
    margin-top: 0;
  }

  .page-home .stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 44px;
    margin-bottom: 32px;
  }
  .page-home .stat-cell {
    padding: 28px 18px 24px;
  }

  .page-home .news-list {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 22px;
  }
  .page-home .news-item:first-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
  }
  .page-home .news-item:first-child .news-thumb img {
    margin-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .page-home .hero-copy h1 {
    font-size: 68px;
  }
  .page-home .hero-lead {
    font-size: 17px;
  }
  .page-home .hero-visual {
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
  }
}
