.page-home {
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.6;
}

.page-home h1,
.page-home .page-home__cta-title {
  font-family: var(--font-headline);
  font-weight: 700;
  font-style: italic;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.page-home h2.section-title {
  font-family: var(--font-headline);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  margin: 12px 0 8px;
}

.page-home .eyebrow {
  color: var(--accent);
  letter-spacing: 0.08em;
}

.page-home__hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 110px 0 56px;
  overflow: hidden;
  background: linear-gradient(110deg, rgba(11, 27, 58, 0.96) 0%, rgba(16, 31, 69, 0.9) 60%, rgba(16, 31, 69, 0.78) 100%);
}

.page-home__hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
  pointer-events: none;
}

.page-home__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: repeating-linear-gradient(115deg, rgba(57, 255, 20, 0.06) 0, rgba(57, 255, 20, 0.06) 1px, transparent 1px, transparent 14px);
  transform: skewX(-10deg);
  pointer-events: none;
}

.page-home__hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 54%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(160deg, rgba(16, 31, 69, 0.92), rgba(11, 27, 58, 0.35));
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
  border-left: 1px solid rgba(57, 255, 20, 0.15);
  pointer-events: none;
}

.page-home__hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.page-home__hero-left,
.page-home__hero-right {
  position: relative;
  z-index: 2;
}

.page-home__hero-left .breadcrumb {
  margin-bottom: 14px;
}

.page-home__hero h1 {
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  margin: 16px 0 18px;
}

.page-home__hero-desc {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(230, 234, 242, 0.88);
  max-width: 620px;
  margin: 0 0 24px;
}

.page-home__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.page-home__hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  font-size: 0.85rem;
  color: var(--text-dim);
}

.page-home__hero-meta .mono {
  color: var(--accent);
  font-size: 0.95rem;
  font-weight: 600;
  margin-right: 2px;
}

.page-home__hero-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.page-home__gauge {
  position: relative;
  width: 100%;
  max-width: 420px;
  padding: 24px;
  background: rgba(16, 31, 69, 0.72);
  border: 1px solid rgba(30, 50, 97, 0.9);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  text-align: center;
}

.page-home__gauge-svg {
  width: min(100%, 280px);
  height: auto;
  display: block;
  margin: 0 auto;
}

.page-home__gauge-track {
  stroke: rgba(30, 50, 97, 0.9);
}

.page-home__gauge-progress {
  stroke: rgba(57, 255, 20, 0.65);
  stroke-linecap: round;
}

.page-home__gauge-ticks {
  opacity: 0.7;
}

.page-home__gauge-needle {
  transition: transform 0.7s var(--ease-out);
}

.page-home__gauge:hover .page-home__gauge-needle {
  transform: rotate(72deg);
  transition: transform 0.7s var(--ease-out);
}

.page-home__gauge-core {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  pointer-events: none;
}

.page-home__gauge-label {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: var(--text-dim);
  text-transform: uppercase;
}

.page-home__countdown {
  font-family: var(--font-mono);
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.06em;
  text-shadow: 0 0 20px rgba(57, 255, 20, 0.3);
}

.page-home__speed-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: linear-gradient(135deg, rgba(57, 255, 20, 0.15), rgba(57, 255, 20, 0.04));
  border: 1px solid rgba(57, 255, 20, 0.35);
  border-radius: 999px;
}

.page-home__speed-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(57, 255, 20, 0.8);
}

.page-home__speed-num {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}

.page-home__speed-unit {
  font-size: 0.9rem;
  color: rgba(230, 234, 242, 0.85);
}

.page-home__quick {
  padding: 72px 0 56px;
}

.page-home__quick-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 32px;
}

.page-home__quick-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-home__quick-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px 22px 20px;
  overflow: hidden;
  background: rgba(16, 31, 69, 0.5);
  border: 1px solid rgba(30, 50, 97, 0.7);
  border-radius: var(--radius-md);
  transition: transform 0.35s var(--ease-out), border-color 0.35s, box-shadow 0.35s;
}

.page-home__quick-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  border-top: 30px solid rgba(57, 255, 20, 0.14);
  border-right: 30px solid rgba(57, 255, 20, 0.14);
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  border-radius: 0 0 0 12px;
  transition: border-color 0.3s;
}

.page-home__quick-card:hover,
.page-home__quick-card:focus-within {
  transform: translateY(-5px);
  border-color: rgba(57, 255, 20, 0.4);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.page-home__quick-card--hot {
  background: linear-gradient(150deg, rgba(255, 75, 62, 0.14), rgba(16, 31, 69, 0.5));
  border-color: rgba(255, 75, 62, 0.35);
}

.page-home__quick-card--hot:hover,
.page-home__quick-card--hot:focus-within {
  border-color: rgba(255, 75, 62, 0.6);
}

.page-home__quick-num {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 0.8rem;
  color: var(--accent);
}

.page-home__quick-num::after {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(57, 255, 20, 0.4);
}

.page-home__quick-title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

.page-home__quick-desc {
  font-size: 0.92rem;
  color: var(--text-dim);
  line-height: 1.6;
  margin: 0;
}

.page-home__quick-full {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
  border-top: 1px solid transparent;
  font-size: 0.85rem;
  color: var(--text-dim);
  line-height: 1.5;
  transition: max-height 0.4s var(--ease-out), opacity 0.3s, margin-top 0.3s, padding-top 0.3s, border-color 0.3s;
}

.page-home__quick-card:hover .page-home__quick-full,
.page-home__quick-card:focus-within .page-home__quick-full {
  max-height: 120px;
  opacity: 1;
  margin-top: 12px;
  padding-top: 12px;
  border-top-color: rgba(30, 50, 97, 0.6);
}

.page-home__quick-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 16px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
}

.page-home__quick-link::after {
  content: "→";
  color: var(--accent);
  transition: transform 0.3s var(--ease-out);
}

.page-home__quick-link:hover::after,
.page-home__quick-card:focus-within .page-home__quick-link::after {
  transform: translateX(4px);
}

.page-home__leagues {
  padding: 72px 0;
  background: linear-gradient(180deg, rgba(16, 31, 69, 0.35), rgba(11, 27, 58, 0.2));
  border-top: 1px solid rgba(30, 50, 97, 0.55);
  border-bottom: 1px solid rgba(30, 50, 97, 0.55);
}

.page-home__leagues-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.page-home__leagues-desc {
  margin: 0 0 10px;
  color: rgba(230, 234, 242, 0.86);
  line-height: 1.6;
}

.page-home__leagues-list {
  list-style: none;
  margin: 24px 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.page-home__leagues-item {
  display: flex;
  gap: 16px;
  padding: 14px;
  background: rgba(11, 27, 58, 0.35);
  border: 1px solid rgba(30, 50, 97, 0.55);
  border-radius: var(--radius-sm);
}

.page-home__leagues-item > .mono {
  flex-shrink: 0;
  padding-top: 2px;
  font-size: 0.85rem;
  color: var(--accent);
}

.page-home__leagues-item strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 4px;
}

.page-home__leagues-item p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-dim);
  line-height: 1.55;
}

.page-home__collapsible-wrap {
  margin-top: 18px;
  border: 1px solid rgba(57, 255, 20, 0.2);
  border-radius: var(--radius-sm);
  background: rgba(11, 27, 58, 0.35);
}

.page-home__collapsible-wrap :where(.collapsible__summary, .collapsible__body) {
  font-size: 0.9rem;
}

.page-home__leagues-figure {
  margin: 0;
  padding: 10px;
  overflow: hidden;
  background: rgba(16, 31, 69, 0.6);
  border: 1px solid rgba(30, 50, 97, 0.8);
  border-radius: var(--radius-lg);
}

.page-home__leagues-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius-lg) - 6px);
}

.page-home__leagues-figcaption {
  padding: 12px 4px 2px;
  font-size: 0.85rem;
  color: var(--text-dim);
  line-height: 1.5;
}

.page-home__news {
  padding: 72px 0 80px;
}

.page-home__news-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 28px;
}

.page-home__news-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-home__news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 220px;
  padding: 24px 22px;
  background: rgba(16, 31, 69, 0.45);
  border: 1px solid rgba(30, 50, 97, 0.65);
  border-radius: var(--radius-md);
  transition: transform 0.3s var(--ease-out), border-color 0.3s;
}

.page-home__news-card:hover {
  transform: translateY(-4px);
  border-color: rgba(57, 255, 20, 0.3);
}

.page-home__news-card--top {
  background: linear-gradient(160deg, rgba(255, 75, 62, 0.12), rgba(16, 31, 69, 0.55));
  border-color: rgba(255, 75, 62, 0.45);
}

.page-home__news-title {
  margin: 4px 0 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
}

.page-home__news-card--top .page-home__news-title {
  margin-top: 12px;
}

.page-home__news-desc {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-dim);
  line-height: 1.55;
}

.page-home__news-time {
  margin-top: auto;
  padding-top: 16px;
  font-size: 0.75rem;
  color: var(--steel-blue);
  letter-spacing: 0.04em;
}

.page-home__review {
  padding: 72px 0;
  background: rgba(11, 27, 58, 0.6);
  border-top: 1px solid rgba(255, 75, 62, 0.2);
  border-bottom: 1px solid rgba(30, 50, 97, 0.5);
}

.page-home__review-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.page-home__review-figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(30, 50, 97, 0.8);
  border-radius: var(--radius-lg);
}

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

.page-home__review-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.page-home__review-desc {
  margin: 0 0 8px;
  color: rgba(230, 234, 242, 0.86);
  line-height: 1.6;
}

.page-home__review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
  margin-bottom: 14px;
}

.page-home__review-card {
  padding: 16px 12px;
  background: rgba(16, 31, 69, 0.55);
  border: 1px solid rgba(30, 50, 97, 0.7);
  border-radius: var(--radius-sm);
  text-align: center;
}

.page-home__review-card .mono {
  display: block;
  margin-bottom: 4px;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--accent);
}

.page-home__review-card p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--text-dim);
}

.page-home__recall {
  padding: 72px 0;
}

.page-home__recall-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.page-home__recall-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.page-home__recall-desc {
  margin: 0 0 8px;
  color: rgba(230, 234, 242, 0.86);
  line-height: 1.6;
}

.page-home__recall-steps {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home__recall-steps li {
  display: flex;
  gap: 12px;
  align-items: baseline;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--text-dim);
}

.page-home__recall-steps .mono {
  flex-shrink: 0;
  font-size: 0.85rem;
  color: var(--amber);
}

.page-home__recall-figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(30, 50, 97, 0.8);
  border-radius: var(--radius-lg);
}

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

.page-home__stats {
  padding: 72px 0;
  background: linear-gradient(180deg, rgba(16, 31, 69, 0.5), rgba(11, 27, 58, 0.8));
}

.page-home__stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.page-home__stats-item {
  padding: 24px 12px 20px;
  background: rgba(11, 27, 58, 0.6);
  border: 1px solid rgba(30, 50, 97, 0.7);
  border-radius: var(--radius-md);
  text-align: center;
  transition: border-color 0.3s;
}

.page-home__stats-item:hover {
  border-color: rgba(57, 255, 20, 0.35);
}

.page-home__stats-num {
  display: block;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 700;
  color: var(--accent);
  line-height: 1.2;
}

.page-home__stats-label {
  display: block;
  margin-top: 8px;
  font-size: 0.8rem;
  color: var(--text-dim);
  line-height: 1.4;
}

.page-home__cta {
  padding: 72px 0 88px;
}

.page-home__cta-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 28px;
  background: radial-gradient(circle at 85% 20%, rgba(255, 75, 62, 0.15), transparent 45%), linear-gradient(135deg, rgba(57, 255, 20, 0.08), transparent 50%), rgba(16, 31, 69, 0.65);
  border: 1px solid rgba(57, 255, 20, 0.25);
  border-radius: var(--radius-lg);
}

.page-home__cta-copy {
  max-width: 680px;
}

.page-home__cta-title {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  margin: 0 0 10px;
}

.page-home__cta-copy p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-dim);
  line-height: 1.6;
}

.page-home__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}

@media (min-width: 760px) {
  .page-home__quick-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home__news-list {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (min-width: 992px) {
  .page-home__hero {
    padding: 140px 0 72px;
  }

  .page-home__hero-inner {
    flex-direction: row;
    align-items: center;
    gap: 48px;
  }

  .page-home__hero-left {
    flex: 0 1 58%;
  }

  .page-home__hero-right {
    flex: 0 1 40%;
  }

  .page-home__quick-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home__leagues-inner {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 48px;
    align-items: center;
  }

  .page-home__news-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home__review-inner {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
    align-items: center;
  }

  .page-home__recall-inner {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
  }

  .page-home__stats-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
  }

  .page-home__cta-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 48px 44px;
  }
}
