
/*
  GCQ Public Website Option B - responsive comparison page only.
  The preferred baseline index.html and assets/styles.css remain unchanged.
*/

.responsive-preview .hero-visual {
  background: #020b14;
  display: flex;
  align-items: center;
  justify-content: center;
}

.responsive-preview .hero-visual img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 1440px) {
  .responsive-preview {
    --max: 1480px;
  }

  .responsive-preview .header-inner {
    min-height: 90px;
  }

  .responsive-preview .hero-grid {
    min-height: 560px;
    grid-template-columns: minmax(440px, .76fr) minmax(780px, 1.5fr);
    gap: 38px;
    align-items: center;
  }

  .responsive-preview .hero-copy {
    padding: 70px 16px 70px 0;
  }

  .responsive-preview .hero h1 {
    font-size: clamp(3.8rem, 4.35vw, 5.25rem);
  }

  .responsive-preview .hero-lede {
    max-width: 610px;
  }

  .responsive-preview .hero-visual {
    align-self: center;
    aspect-ratio: 944 / 411;
    min-width: 0;
  }

  .responsive-preview .hero-visual::after {
    box-shadow: inset 30px 0 42px -38px rgba(2, 13, 25, .8);
  }
}

@media (min-width: 1180px) and (max-width: 1439px) {
  .responsive-preview {
    --max: 1280px;
  }

  .responsive-preview .hero-grid {
    min-height: 530px;
    grid-template-columns: minmax(390px, .85fr) minmax(610px, 1.25fr);
    gap: 28px;
    align-items: center;
  }

  .responsive-preview .hero-copy {
    padding-right: 18px;
  }

  .responsive-preview .hero h1 {
    font-size: clamp(3.35rem, 4.7vw, 4.65rem);
  }

  .responsive-preview .hero-visual {
    aspect-ratio: 944 / 411;
  }
}

@media (min-width: 981px) and (max-width: 1179px) {
  .responsive-preview .hero-grid {
    min-height: 510px;
    grid-template-columns: minmax(350px, .9fr) minmax(500px, 1.1fr);
    gap: 20px;
    align-items: center;
  }

  .responsive-preview .hero-copy {
    padding-right: 14px;
  }

  .responsive-preview .hero h1 {
    font-size: clamp(3rem, 5vw, 4.15rem);
  }

  .responsive-preview .hero-visual {
    aspect-ratio: 944 / 411;
  }
}

@media (max-width: 980px) {
  .responsive-preview .hero-grid {
    gap: 0;
  }

  .responsive-preview .hero-copy {
    padding-bottom: 36px;
  }

  .responsive-preview .hero-visual {
    height: auto;
    aspect-ratio: 944 / 411;
    margin-inline: -20px;
  }

  .responsive-preview .hero-visual img {
    height: 100%;
    object-fit: contain;
  }
}

@media (max-width: 620px) {
  .responsive-preview .hero h1 {
    font-size: clamp(2.65rem, 14vw, 3.75rem);
  }

  .responsive-preview .hero-lede {
    font-size: 1rem;
  }

  .responsive-preview .hero-visual {
    margin-inline: -14px;
  }

  .responsive-preview .hero-actions .button {
    min-height: 50px;
  }
}

@media (max-width: 380px) {
  .responsive-preview .hero h1 {
    font-size: clamp(2.45rem, 13vw, 3.15rem);
  }

  .responsive-preview .section {
    padding-block: 54px;
  }

  .responsive-preview .steps li {
    padding-inline: 20px;
  }
}
