/*
 * файл: landing-responsive.css
 * путь: c:\openserver\domains\start.voiceofgalaxies.ru\css\landing\landing-responsive.css
 * назначение: адаптивность стартовой страницы
 */

@media (min-width: 1921px) {
  .landing-bg {
    background-image: url("/assets/landing/home/backgrounds/landing_space_2560.webp");
  }
}

@media (max-width: 1200px) {
  .landing-content {
    padding-left: 34px;
  }

  .landing-planet {
    right: -40px;
    top: 76px;
    width: min(560px, 48vw);
    opacity: 0.78;
  }

  .landing-card-row {
    left: 34px;
    right: 34px;
  }
}

@media (max-width: 900px) {
  html,
  body,
  .landing,
  .landing-hero {
    height: 100%;
    overflow: hidden;
  }

  .landing-bg {
    background-image: url("/assets/landing/home/backgrounds/landing_space_mobile_1080.webp");
  }

  .landing-content {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 18px 16px 24px;
  }

  .landing-header {
    width: min(390px, 100%);
    margin: 0 auto;
  }

  .landing-logo {
    width: min(360px, 100%);
  }

  .landing-tagline {
    width: min(360px, 100%);
    margin-top: -4px;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .landing-feature-list {
    position: relative;
    z-index: 30;
    width: min(390px, 100%);
    margin: 24px auto 0;
    gap: 10px;
  }

  .landing-feature {
    min-height: 58px;
    grid-template-columns: 42px 1fr;
    padding: 8px 12px;
    background: rgba(5, 20, 45, 0.76);
  }

  .landing-feature img {
    width: 36px;
    height: 36px;
  }

  .landing-feature strong {
    font-size: 15px;
  }

  .landing-feature em {
    font-size: 11px;
  }

  .landing-planet {
    right: -210px;
    top: 44px;
    width: 620px;
    opacity: 0.42;
  }

  .landing-fleet-left,
  .landing-fleet-right,
  .landing-station {
    display: none;
  }

  .landing-card-row {
    position: relative;
    z-index: 35;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: min(520px, 100%);
    margin: 22px auto 0;
  }

  .landing-card {
    min-height: 74px;
  }

  .landing-card strong {
    font-size: 13px;
  }

  .landing-cta {
    position: relative;
    z-index: 40;
    left: auto;
    bottom: auto;
    width: min(430px, 100%);
    height: 66px;
    margin: 18px auto 0;
    transform: none;
  }
}

@media (max-width: 560px) {
  .landing-content {
    padding: 14px 12px 22px;
  }

  .landing-logo {
    width: min(330px, 100%);
  }

  .landing-tagline {
    font-size: 11px;
    letter-spacing: 1.6px;
  }

  .landing-feature-list {
    margin-top: 20px;
  }

  .landing-feature {
    min-height: 54px;
  }

  .landing-card-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
  }

  .landing-card {
    min-height: 68px;
  }

  .landing-card strong {
    font-size: 12px;
  }

  .landing-planet {
    right: -255px;
    top: 70px;
    width: 650px;
    opacity: 0.38;
  }

  .landing-cta {
    width: min(360px, 100%);
    height: 58px;
  }

  .landing-modal-panel {
    min-height: 100vh;
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 54px 20px 28px;
  }
}

@media (max-width: 420px) {
  .landing-feature em {
    display: none;
  }

  .landing-feature {
    min-height: 50px;
  }

  .landing-card {
    min-height: 60px;
  }

  .landing-card-row {
    gap: 8px;
  }

  .landing-planet {
    right: -310px;
    width: 660px;
  }

  .landing-cta {
    height: 52px;
  }
}
