.page-home {
  background: var(--navy);
  color: var(--white);
}

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

.page-home .section-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.page-home .section-head-text {
  flex: 1;
}

.page-home .section-index {
  font-family: var(--font-display);
  font-size: 14px;
  line-height: 24px;
  color: var(--orange);
  border: 1px solid var(--line-light);
  border-radius: 2px;
  padding: 0 10px;
  white-space: nowrap;
  letter-spacing: .04em;
}

.page-home .section-title {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--navy);
}

.page-home .section-summary {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted);
}

.page-home .home-hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  padding: 96px 0 72px;
  overflow: hidden;
  background: var(--navy);
  border-bottom: 2px solid var(--orange);
}

.page-home .home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image:
    linear-gradient(var(--electric-line-faint) 1px, transparent 1px),
    linear-gradient(90deg, var(--electric-line-faint) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.page-home .hero-bg-mask {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .55;
}

.page-home .hero-bg-mask::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 29, 58, .96) 0%, rgba(11, 29, 58, .82) 55%, rgba(11, 29, 58, .42) 100%);
}

.page-home .hero-caption {
  position: relative;
  z-index: 3;
}

.page-home .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--electric);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--orange);
  margin-bottom: 24px;
}

.page-home .hero-title {
  font-family: var(--font-display);
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.04;
  margin: 0 0 20px;
  color: var(--white);
  letter-spacing: .01em;
}

.page-home .hero-title span {
  display: block;
  color: var(--amber);
}

.page-home .hero-lead {
  max-width: 680px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--white-80);
  margin-bottom: 28px;
}

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

.page-home .hero-index-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 640px;
  margin-top: 40px;
}

.page-home .hero-index-item {
  display: block;
  padding: 14px 12px;
  background: var(--white-06);
  border: 1px solid var(--white-08);
  border-left: 3px solid var(--electric);
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  transition: background-color .2s ease, border-color .2s ease;
}

.page-home .hero-index-item span {
  display: block;
  margin-top: 4px;
  color: var(--white-55);
  font-size: 12px;
  font-weight: 400;
}

.page-home .hero-index-item:hover {
  background: var(--electric-soft);
  border-left-color: var(--orange);
}

.page-home .home-hero > .corner-note {
  position: absolute;
  right: 18px;
  bottom: 24px;
  color: var(--electric);
  letter-spacing: .12em;
  z-index: 3;
}

.page-home .home-panel {
  background: var(--paper);
  color: var(--ink);
  padding: 72px 0;
  background-image:
    linear-gradient(var(--line-faint) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-faint) 1px, transparent 1px);
  background-size: 32px 32px;
}

.page-home .home-panel .section-title {
  color: var(--navy);
}

.page-home .panel-grid {
  display: grid;
  gap: 32px;
  margin-top: 40px;
}

.page-home .panel-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  align-content: start;
  gap: 20px;
}

.page-home .panel-step-item {
  display: flex;
  gap: 16px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line-light);
  box-shadow: 0 8px 28px var(--navy-shadow-light);
}

.page-home .step-num {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  background: var(--navy);
  color: var(--orange);
  font-family: var(--font-display);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 100% 12%, 100% 88%, 0 100%);
}

.page-home .step-body h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.4;
  color: var(--navy);
}

.page-home .step-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted);
}

.page-home .scoreboard {
  position: relative;
  background: var(--navy-soft);
  color: var(--white);
  padding: 24px;
  border: 1px solid var(--electric-border-soft);
  box-shadow: 0 24px 64px var(--navy-shadow);
  outline: none;
  background-image:
    linear-gradient(var(--electric-line-faint) 1px, transparent 1px),
    linear-gradient(90deg, var(--electric-line-faint) 1px, transparent 1px);
  background-size: 32px 32px;
}

.page-home .scoreboard-head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.page-home .scoreboard-head .tag {
  margin-left: auto;
}

.page-home .scoreboard-match {
  font-size: 14px;
  color: var(--white-72);
}

.page-home .scoreboard-main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
}

.page-home .team-block {
  text-align: center;
}

.page-home .team-away {
  direction: rtl;
}

.page-home .team-away > * {
  direction: ltr;
}

.page-home .team-name {
  display: block;
  font-size: 14px;
  color: var(--white-60);
  margin-bottom: 6px;
}

.page-home .team-score {
  display: block;
  font-family: var(--font-display);
  font-size: 52px;
  line-height: 1;
  color: var(--white);
  animation: home-score-pulse 2.4s ease-in-out infinite;
}

.page-home .team-away .team-score {
  animation-delay: .3s;
}

@keyframes home-score-pulse {
  0%, 100% {
    text-shadow: 0 0 0 transparent;
  }
  50% {
    text-shadow: 0 0 24px var(--orange-glow);
  }
}

.page-home .team-stat {
  display: block;
  font-size: 12px;
  color: var(--electric);
}

.page-home .score-divider {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 600;
  color: var(--orange);
}

.page-home .scoreboard-extra {
  border-top: 1px dashed var(--white-08);
  padding-top: 14px;
  display: grid;
  gap: 8px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .45s ease, opacity .35s ease;
}

.page-home .scoreboard:hover .scoreboard-extra,
.page-home .scoreboard:focus-within .scoreboard-extra {
  max-height: 180px;
  opacity: 1;
}

.page-home .scoreboard .data-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.page-home .scoreboard .data-label {
  color: var(--white-60);
}

.page-home .scoreboard .data-value {
  color: var(--white);
  font-weight: 600;
}

.page-home .scoreboard-caption {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--white-48);
}

.page-home .home-mobile {
  background: var(--navy);
  color: var(--white);
  padding: 72px 0;
  background-image:
    linear-gradient(var(--electric-faint) 1px, transparent 1px),
    linear-gradient(90deg, var(--electric-faint) 1px, transparent 1px);
  background-size: 32px 32px;
}

.page-home .home-mobile .section-title,
.page-home .home-progress .section-title,
.page-home .home-faq .section-title {
  color: var(--white);
}

.page-home .home-mobile .section-summary,
.page-home .home-progress .section-summary,
.page-home .home-faq .section-summary {
  color: var(--white-72);
}

.page-home .home-mobile .section-index,
.page-home .home-progress .section-index,
.page-home .home-faq .section-index {
  border-color: var(--white-08);
}

.page-home .mobile-review-grid {
  display: grid;
  gap: 32px;
  margin-top: 40px;
  align-items: center;
}

.page-home .phone-frame {
  position: relative;
  margin: 0;
  background: var(--navy-soft);
  border-radius: 28px;
  border: 6px solid var(--navy-soft);
  box-shadow: 0 24px 64px var(--navy-shadow), inset 0 0 0 1px var(--white-08);
  overflow: hidden;
  max-width: 300px;
  width: 100%;
  justify-self: center;
}

.page-home .phone-frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px;
  height: 6px;
  border-radius: 0 0 12px 12px;
  background: var(--navy);
  z-index: 2;
  transform: translateX(-50%);
}

.page-home .phone-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .mobile-review-content h3 {
  font-size: 26px;
  line-height: 1.3;
  margin: 0 0 12px;
  color: var(--white);
}

.page-home .mobile-review-content p {
  color: var(--white-75);
  line-height: 1.8;
  margin: 0;
}

.page-home .feature-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 26px;
}

.page-home .feature-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: var(--white-80);
  line-height: 1.7;
}

.page-home .feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 10px;
  background: var(--electric);
  clip-path: polygon(0 40%, 25% 65%, 100% 0, 90% 35%, 20% 100%, 0 70%);
}

.page-home .home-stable {
  background: var(--paper);
  color: var(--ink);
  padding: 72px 0;
  background-image:
    linear-gradient(90deg, var(--line-faint) 1px, transparent 1px);
  background-size: 48px 48px;
}

.page-home .home-stable .section-title {
  color: var(--navy);
}

.page-home .stable-grid {
  display: grid;
  gap: 40px;
  margin-top: 40px;
  align-items: center;
}

.page-home .stable-features h3 {
  font-size: 26px;
  line-height: 1.3;
  color: var(--navy);
  margin: 0 0 12px;
}

.page-home .stable-features > p {
  color: var(--text-muted);
  line-height: 1.8;
  margin: 0;
}

.page-home .home-stable .feature-list li {
  color: var(--ink);
}

.page-home .browser-frame {
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line-light);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 48px var(--navy-shadow-light);
}

.page-home .browser-bar {
  height: 38px;
  background: var(--mist);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line-light);
}

.page-home .browser-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
}

.page-home .browser-dot:nth-child(2) {
  background: var(--amber);
}

.page-home .browser-dot:nth-child(3) {
  background: var(--electric-deep);
}

.page-home .browser-url {
  margin-left: 12px;
  font-size: 12px;
  color: var(--text-muted);
  background: var(--white);
  border-radius: 20px;
  padding: 4px 14px;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.page-home .home-progress {
  background: var(--navy);
  color: var(--white);
  padding: 72px 0;
  background-image:
    linear-gradient(var(--electric-faint) 1px, transparent 1px),
    linear-gradient(90deg, var(--electric-faint) 1px, transparent 1px);
  background-size: 40px 40px;
}

.page-home .progress-inner {
  display: grid;
  gap: 40px;
  margin-top: 40px;
  align-items: center;
}

.page-home .progress-badge {
  position: relative;
  width: 220px;
  max-width: 100%;
  margin: 0 auto;
}

.page-home .progress-badge img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 2px solid var(--electric-border-soft);
}

.page-home .ring-reading {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: rgba(11, 29, 58, .32);
  border-radius: 50%;
  text-align: center;
}

.page-home .ring-reading strong {
  font-family: var(--font-display);
  font-size: 56px;
  line-height: 1;
  color: var(--orange);
}

.page-home .ring-reading span {
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--white-80);
  margin-top: 6px;
}

.page-home .progress-stripes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 28px 0;
}

.page-home .stripe-done {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--electric);
  background: var(--electric-mist);
  border: 1px solid var(--electric-line-faint);
  padding: 10px 6px;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 10px 100%);
}

.page-home .stripe-current {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
  background: var(--orange);
  padding: 10px 6px;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 10px 100%);
}

.page-home .progress-facts {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  display: grid;
  gap: 12px;
}

.page-home .progress-facts li {
  padding-left: 26px;
  position: relative;
  color: var(--white-80);
  line-height: 1.7;
}

.page-home .progress-facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 14px;
  height: 14px;
  background: var(--electric);
  clip-path: polygon(30% 0, 100% 60%, 60% 100%, 0 40%);
}

.page-home .home-news {
  background: var(--paper);
  color: var(--ink);
  padding: 72px 0;
  background-image:
    linear-gradient(var(--line-faint) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-faint) 1px, transparent 1px);
  background-size: 32px 32px;
}

.page-home .home-news .section-title {
  color: var(--navy);
}

.page-home .news-grid {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}

.page-home .news-card {
  background: var(--white);
  border: 1px solid var(--line-light);
  border-top: 4px solid var(--orange);
  padding: 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 24px var(--navy-shadow-light);
}

.page-home .news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.page-home .news-date {
  font-size: 12px;
  color: var(--text-faint);
}

.page-home .news-card h3 {
  font-size: 18px;
  line-height: 1.5;
  color: var(--navy);
  margin: 0 0 10px;
}

.page-home .news-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted);
  flex: 1;
  margin: 0;
}

.page-home .news-link {
  margin-top: 16px;
  color: var(--orange-soft);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.page-home .news-link::after {
  content: " →";
}

.page-home .news-more-btn {
  margin-top: 36px;
  display: inline-block;
}

.page-home .home-faq {
  background: var(--navy);
  color: var(--white);
  padding: 72px 0;
  background-image:
    linear-gradient(var(--electric-faint) 1px, transparent 1px),
    linear-gradient(90deg, var(--electric-faint) 1px, transparent 1px);
  background-size: 32px 32px;
}

.page-home .faq-grid {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}

.page-home .faq-card {
  padding: 28px;
  background: var(--navy-soft);
  border-left: 3px solid var(--orange);
  border-right: 1px solid var(--white-08);
  border-top: 1px solid var(--white-08);
  border-bottom: 1px solid var(--white-08);
}

.page-home .faq-card h3 {
  color: var(--white);
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 12px;
}

.page-home .faq-card p {
  color: var(--white-75);
  line-height: 1.7;
  font-size: 15px;
  margin: 0 0 18px;
}

.page-home .faq-card a {
  color: var(--electric);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.page-home .faq-card a::after {
  content: " →";
}

.page-home .home-support {
  background: var(--paper-deep);
  color: var(--ink);
  padding: 72px 0;
  background-image:
    linear-gradient(90deg, var(--line-faint) 1px, transparent 1px);
  background-size: 40px 40px;
}

.page-home .home-support .section-title {
  color: var(--navy);
}

.page-home .support-grid {
  display: grid;
  gap: 14px;
  margin-top: 40px;
}

.page-home .support-card {
  background: var(--white);
  border: 1px solid var(--line-light);
  padding: 24px;
  box-shadow: 0 8px 24px var(--navy-shadow-light);
}

.page-home .support-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--electric-deep);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.page-home .support-value {
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
  word-break: break-all;
  line-height: 1.5;
  display: block;
}

.page-home .support-note {
  margin-top: 24px;
  padding: 20px 24px;
  background: var(--white);
  border-left: 4px solid var(--orange);
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.8;
}

.page-home .support-footer {
  margin-top: 32px;
}

@media (min-width: 540px) {
  .page-home .hero-title {
    font-size: 52px;
  }

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

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

@media (min-width: 768px) {
  .page-home .hero-index-grid {
    grid-template-columns: repeat(4, 1fr);
  }

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

  .page-home .faq-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .home-hero {
    min-height: 720px;
  }
}

@media (min-width: 900px) {
  .page-home .mobile-review-grid {
    grid-template-columns: 300px 1fr;
    gap: 48px;
  }
}

@media (min-width: 992px) {
  .page-home .panel-grid {
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
  }

  .page-home .stable-grid {
    grid-template-columns: 1fr 1.2fr;
    gap: 56px;
  }

  .page-home .progress-inner {
    grid-template-columns: 260px 1fr;
    gap: 56px;
  }

  .page-home .section-title {
    font-size: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home *,
  .page-home *::before,
  .page-home *::after {
    animation: none !important;
    transition: none !important;
  }
}

.page-home {
  --mist: transparent;
}
