/* ================================================================
   Smart Picks Hub — responsive.css
================================================================ */

@media (max-width: 1199px) {
  .container { max-width: 992px; }
  .title-big { font-size: 4.6rem; }
  .howto__title,
  .values__title { font-size: 3.4rem; }
}

@media (max-width: 991px) {
  .container { max-width: 100%; padding: 0 24px; }

  .toggle-menu { display: flex; }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    max-width: 86vw;
    height: 100vh;
    background: var(--surface);
    box-shadow: -10px 0 36px rgba(16, 42, 67, 0.18);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 80px 28px 32px;
    transform: translateX(110%);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 1000;
    overflow-y: auto;
  }
  html.sidebar-open .site-nav { transform: translateX(0); }

  .close-menu {
    display: block;
    position: absolute;
    top: 22px;
    right: 24px;
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent);
    cursor: pointer;
  }

  .menu-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
    width: 100%;
  }
  .site-main-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }
  .site-main-menu li { width: 100%; padding: 10px 0; border-bottom: 1px solid var(--border); }
  .site-main-menu li a { font-size: 1.7rem; }

  .site-nav .btn,
  .site-nav .btn_main {
    width: 100%;
    padding: 14px 24px;
    margin-top: 12px;
  }

  html.sidebar-open .toggle-menu .bar:nth-child(1) { transform: translateY(9px) rotate(45deg); }
  html.sidebar-open .toggle-menu .bar:nth-child(2) { opacity: 0; }
  html.sidebar-open .toggle-menu .bar:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

  .hero { padding: 120px 0 60px; min-height: auto; }
  .hero__split {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .hero__text { max-width: 100%; margin: 0 auto; }
  .hero__cta { justify-content: center; }
  .hero__trust { justify-content: center; }
  .hero__visual { max-width: 540px; margin: 0 auto; width: 100%; }

  .howto { padding: 80px 0 90px; }
  .howto__row {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 540px;
    margin: 0 auto;
  }
  .howto-step__head { min-height: 0; margin-bottom: 18px; }
  .howto-arrow { margin: 0 auto; transform: rotate(90deg); }
  .howto-arrow svg { width: 24px; height: 56px; }

  .values { padding: 80px 0; }
  .values__split {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }

  .footer-wrapper { flex-direction: column; align-items: flex-start; gap: 32px; padding-bottom: 36px; }

  .inner-page { padding: 130px 0 80px; }
  .inner-figure__svg { width: 240px; }
}

@media (max-width: 767px) {
  .title-big { font-size: 3.6rem; }
  .title { font-size: 3rem; }
  .hero__subtitle { font-size: 1.65rem; }
  .howto__title,
  .values__title { font-size: 2.8rem; }
  .howto-step__title { font-size: 2rem; }
  .closer__quote { font-size: 2.1rem; }
  .inner-figure__svg { width: 220px; }
}

@media (max-width: 575px) {
  .container { padding: 0 18px; }
  .hero { padding: 110px 0 50px; }
  .title-big { font-size: 3.2rem; line-height: 1.15; }
  .hero__cta .btn,
  .hero__cta .btn_main,
  .hero__cta .btn_ghost { width: 100%; }
  .howto { padding: 70px 0 80px; }
  .values { padding: 70px 0; }
  .closer { padding: 60px 0 80px; }
  .terms-privacy { padding: 28px 22px; }
  .terms-privacy h2 { font-size: 2rem; }
  .terms-privacy h3 { font-size: 1.6rem; }
}

@media (max-width: 480px) {
  html { font-size: 9.5px; }
  .title-big { font-size: 2.9rem; }
  .hero__subtitle { font-size: 1.55rem; }
  .ac-mock__query { font-size: 1.5rem; }
  .inner-figure__svg { width: 200px; }
}
