@media only screen and (max-width: 1199px) {
  .section-space {
    padding: 50px 0;
  }

  .hero-visual,
  .buy-spotlight {
    min-height: 420px;
  }

  .timeline-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .advantage-layout {
    grid-template-columns: 1fr;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .metric-highlight,
  .brand-banner,
  .cta-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .wallet-metrics-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wallet-workspace-grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .site-header {
    padding: 12px 0;
  }

  .site-navbar {
    padding: 12px 14px;
  }

  .nav-links-wrap {
    padding-top: 18px;
    align-items: stretch !important;
  }

  .navbar-nav .nav-link,
  .navbar-nav .btn_style {
    width: 100%;
  }

  .section-space {
    padding: 54px 0;
  }

  .hero-title {
    font-size: clamp(2rem, 7vw, 3.4rem);
  }

  .hero-copy {
    font-size: 15px;
  }

  .hero-stat-row,
  .buy-data-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .buy-spotlight {
    min-height: auto;
  }

  .brand-banner,
  .cta-panel,
  .tokenomics-panel,
  .advantage-copy,
  .advantage-visual,
  .buy-spotlight,
  .benefit-note,
  .feature-grid .feature-card,
  .step-card,
  .timeline-card {
    padding: 22px;
  }

  .wallet-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .wallet-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .wallet-actions .btn_ghost,
  .wallet-actions .btn_style {
    width: 100%;
  }

  .wallet-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }

  .section-space {
    padding: 44px 0;
  }

  .section-title,
  .section-title.small-title {
    font-size: clamp(1.5rem, 7vw, 2.1rem);
  }

  .hero-title {
    font-size: clamp(1.8rem, 9vw, 2.7rem);
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn_style,
  .btn_ghost {
    width: 100%;
  }

  .hero-visual,
  .buy-spotlight,
  .brand-banner,
  .cta-panel,
  .tokenomics-panel,
  .advantage-copy,
  .advantage-visual,
  .benefit-note,
  .feature-grid .feature-card,
  .step-card,
  .timeline-card,
  .metric-highlight {
    padding: 18px;
  }

  .timeline-grid {
    grid-template-columns: 1fr;
  }

  .floating-chip {
    margin-top: 14px;
    display: inline-flex;
  }
.hero-coin {width: min(100%, 280px);}
  .chip-bottom {
    margin-top: 10px;
  }

  .footer-links {
    gap: 12px 18px;
  }

  .launch-list {
    min-width: 100%;
  }

  #return-to-top {
    right: 16px;
    bottom: 16px;
  }

  .wallet-metrics-grid {
    grid-template-columns: 1fr;
  }

  .wallet-form-card,
  .wallet-withdraw-card,
  .wallet-history {
    padding: 16px;
  }

  .wallet-history-tabs {
    flex-direction: column;
    align-items: stretch;
  }

  .wallet-tab {
    width: 100%;
    text-align: left;
  }

  .wallet-balance-value {
    font-size: 1.9rem;
  }
}

@media only screen and (max-width: 575px) {
  .site-navbar {
    border-radius: 16px;
  }

  .header_logo,
  .footer_logo {
    width: min(150px, 44vw);
  }

  .eyebrow {
    margin-bottom: 14px;
  }

  .hero-copy {
    margin: 14px 0 18px;
  }

  .faq_btn {
    padding: 18px 48px 18px 18px;
    font-size: 15px;
  }

  .accordion-collapse {
    padding: 0 18px 18px;
  }

  .metric-card,
  .buy-data-card,
  .launch-item {
    padding: 16px;
  }
}

/* ── Wallet new sections responsive ── */

@media only screen and (max-width: 991px) {
  .wallet-hero {
    flex-direction: column-reverse;
    text-align: center;
    padding: 28px 24px;
  }
  .wallet-token-strip {
    justify-content: center;
  }
  .wallet-hero-addr {
    word-break: break-all;
  }
  .wallet-token-img {
    width: 120px;
    height: 120px;
  }
  .wallet-infobar {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 22px;
  }
  .wallet-infobar-divider {
    display: none;
  }
  .wallet-footer .wallet-footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .wallet-hero {
    padding: 22px 16px;
  }
  .wallet-hero-title {
    font-size: 1.9rem;
  }
  .wallet-token-img {
    width: 100px;
    height: 100px;
  }
  .wallet-token-badge {
    font-size: 11px;
    padding: 4px 10px;
  }
  .wallet-pkg-card {
    padding: 20px 14px;
  }
  .wallet-infobar {
    padding: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .wallet-hero-title {
    font-size: 1.6rem;
  }
  .wallet-token-strip {
    flex-direction: column;
    align-items: center;
  }
  .wallet-token-badge {
    width: 100%;
    justify-content: center;
  }
  .wallet-pkg-roi {
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
  .wallet-footer-socials {
    justify-content: center;
  }
}
