@media (max-width: 1100px) {
  .tzp-home .two-column-section {
    grid-template-columns: 1fr;
    padding: 0 12px;
  }

  .tzp-home .daily-recommend-content {
    flex-direction: column;
  }

  .tzp-home .daily-recommend-img,
  .tzp-home .daily-recommend-text {
    width: 100%;
  }

  .tzp-home .hot-pankou-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .tzp-home .platforms,
  .tzp-home .tzp-hubs,
  .tzp-home .compare,
  .tzp-home .home-longform,
  .tzp-home .two-column-section,
  .tzp-home .bonus-standalone,
  .tzp-home .nav-cards,
  .tzp-home .wikigrid,
  .tzp-home .hot-tags,
  .tzp-home .faq-visible,
  .tzp-home .expert-team,
  .tzp-home .risk-control-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tzp-home .stats-bar {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 900px) {
  .tzp-home .tzp-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tzp-home .platform-list {
    max-width: 99vw;
  }

  .tzp-home .platform-card-grid {
    grid-template-columns: 110px 1.1fr 0.7fr 1fr;
    padding: 11px 0 13px 10px;
  }

  .tzp-home .platform-logo img {
    width: 80px;
    height: 52px;
    margin-left: 8px;
  }

  .tzp-home .platform-logo {
    min-width: 80px;
    height: 70px;
  }

  .tzp-home .platform-promo {
    margin-left: 10px;
    padding-left: 5px;
  }

  .tzp-home .nav-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .entry-content .tzp-path__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .tzp-home .tzp-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tzp-home .two-column-section {
    display: block;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .tzp-home .two-column-section > .left-column,
  .tzp-home .two-column-section > .odds-sidebar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .tzp-home .hot-pankou-list {
    grid-template-columns: 1fr 1fr;
  }

  .tzp-home .hot-pankou-title {
    font-size: 0.92rem;
  }

  .tzp-home .nav-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .tzp-home .nav-card {
    font-size: 0.92rem;
    padding: 11px 2px;
  }

  .tzp-home .platform-card-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 7px;
    padding: 10px 2px 8px 3px;
    text-align: center;
    min-width: 0;
    justify-items: center;
  }

  .tzp-home .platform-logo {
    height: auto;
    min-width: 0;
    justify-content: center;
  }

  .tzp-home .platform-logo img {
    width: 68vw;
    max-width: 150px;
    min-width: 92px;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
    aspect-ratio: auto;
  }

  .tzp-home .platform-promo {
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    align-items: center;
  }

  .tzp-home .platforms .platform-extra .offer-fine-print,
  .tzp-home .platforms .platform-extra .offer-disclaimer {
    display: none;
  }

  .tzp-home .stats-bar {
    padding: 10px 8px;
    margin-bottom: 16px;
  }

  .tzp-home .stats-container {
    max-width: 100%;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 6px;
  }

  .tzp-home .stat-number {
    font-size: 1.1rem;
  }

  .tzp-home .stat-label {
    font-size: 0.68rem;
  }
}

@media (max-width: 600px) {
  .tzp-home .nav-cards {
    margin-top: 12px;
  }

  .tzp-footer .tzp-footer-links {
    gap: 6px 10px;
  }
}

@media (max-width: 560px) {
  .entry-content .tzp-path__grid,
  .entry-content .tzp-related__grid {
    grid-template-columns: 1fr;
  }

  .tzp-home .risk-control-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .risk-card {
    padding: 16px;
  }

  .risk-card-title {
    font-size: 1rem;
  }

  .risk-card-desc {
    font-size: 0.8rem;
  }
}

@media (max-width: 500px) {
  .tzp-home .hot-pankou-list {
    grid-template-columns: 1fr 1fr;
  }

  .tzp-home .odds-sidebar {
    display: none;
  }

  .tzp-home .hot-pankou-title {
    font-size: 0.88rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
