/* Public showcase responsive contract for release 4.0.4.50. */

@media (min-width: 768px) and (max-width: 1100px) {
  html body.srm-marketing-page .site-header {
    gap: 12px;
    min-height: 64px;
    padding: 10px 18px;
  }

  html body.srm-marketing-page .brand {
    flex: 0 0 auto;
    gap: 9px;
    font-size: 15px;
  }

  html body.srm-marketing-page .brand img {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  html body.srm-marketing-page .nav {
    min-width: 0;
    gap: 2px;
    padding: 4px;
  }

  html body.srm-marketing-page .nav a,
  html body.srm-marketing-page .entry-link {
    min-height: 34px;
    padding: 7px 9px;
    font-size: 11px;
  }

  html body.srm-marketing-page .language-switch {
    min-width: 0;
    gap: 1px;
    padding: 2px;
  }

  html body.srm-marketing-page .language-switch a {
    min-width: 30px;
    padding: 6px 5px;
    font-size: 10px;
  }

  html body.srm-marketing-page .hero {
    min-height: min(640px, calc(100svh - 64px));
    padding-block: 48px;
  }

  html body.srm-marketing-page .hero-logo {
    width: 104px;
    height: 104px;
    margin-bottom: 22px;
    border-radius: 24px;
  }

  html body.srm-marketing-page .hero-copy {
    max-width: 640px;
  }

  html body.srm-marketing-page .hero-copy h1 {
    font-size: clamp(58px, 9.2vw, 84px);
  }

  html body.srm-marketing-page .hero-copy .lead {
    max-width: 610px;
    font-size: 18px;
  }

  html body.srm-marketing-page .demo-board {
    padding: 18px;
  }

  html body.srm-marketing-page .showcase-media {
    height: clamp(420px, 61vw, 560px);
  }
}

@media (max-width: 767px) {
  html body.srm-marketing-page {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  html body.srm-marketing-page .site-header {
    min-height: 64px;
    padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
  }

  html body.srm-marketing-page .nav {
    width: min(100%, 520px);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2px;
    padding: 4px;
    overflow: hidden;
  }

  html body.srm-marketing-page .nav > * {
    min-width: 0;
  }

  html body.srm-marketing-page .nav a,
  html body.srm-marketing-page .entry-link {
    min-width: 0;
    min-height: 44px;
    padding: 7px 2px;
    overflow: hidden;
    font-size: 9.5px;
    line-height: 1.1;
    text-overflow: clip;
    white-space: nowrap;
  }

  html body.srm-marketing-page .language-switch {
    width: 100%;
    min-width: 0;
    align-self: center;
    justify-content: center;
    gap: 1px;
    padding: 2px;
    overflow: hidden;
  }

  html body.srm-marketing-page .language-switch a {
    min-width: 0;
    min-height: 38px;
    flex: 1 1 0;
    padding: 6px 1px;
    font-size: 8.5px;
  }

  html body.srm-marketing-page .hero {
    min-height: min(650px, calc(100svh - 30px));
    padding-block: 22px 28px;
  }

  html body.srm-marketing-page .hero-logo {
    display: block;
    order: 0;
    width: 62px;
    height: 62px;
    margin: 0 0 16px;
    border-radius: 16px;
  }

  html body.srm-marketing-page .hero-copy h1 {
    font-size: clamp(38px, 12vw, 46px);
  }

  html body.srm-marketing-page .hero-copy .lead {
    font-size: 13.5px;
    line-height: 1.4;
  }

  html body.srm-marketing-page .hero-actions {
    margin-top: 13px;
  }

  html body.srm-marketing-page .hero-actions .button {
    min-height: 42px;
    padding: 8px 7px;
    font-size: 11px;
    line-height: 1.18;
  }

  html body.srm-marketing-page .hero-stats {
    margin-top: 10px;
  }

  html body.srm-marketing-page .demo-board {
    padding: 10px;
  }

  html body.srm-marketing-page .showcase-tabs button {
    min-height: 44px;
  }

  html body.srm-marketing-page .showcase-stage {
    position: relative;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  html body.srm-marketing-page .showcase-arrow {
    position: absolute;
    top: calc((100% - 92px) / 2);
    z-index: 3;
    width: 38px;
    height: 46px;
    border-color: rgba(222, 229, 238, .2) !important;
    background: rgba(7, 8, 10, .88) !important;
    transform: translateY(-50%);
    backdrop-filter: blur(10px);
  }

  html body.srm-marketing-page .showcase-arrow--previous {
    left: 8px;
  }

  html body.srm-marketing-page .showcase-arrow--next {
    right: 8px;
  }

  html body.srm-marketing-page .showcase-media {
    --showcase-media-gap: 12px;
    min-height: 0;
  }

  html body.srm-marketing-page .showcase-media[data-device="desktop"],
  html body.srm-marketing-page .showcase-media[data-device="tablet"] {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  html body.srm-marketing-page .showcase-media[data-device="phone"] {
    height: min(132vw, 540px);
  }

  html body.srm-marketing-page .showcase-slide figcaption {
    min-height: 92px;
    padding-inline: 2px;
  }

  html body.srm-marketing-page .showcase-footer {
    padding-inline: 2px;
  }

  html body.srm-marketing-page .purchase-form .purchase-contact-grid,
  html body.srm-marketing-page .purchase-form .purchase-license-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  html body.srm-marketing-page .purchase-form .purchase-contact-grid > label,
  html body.srm-marketing-page .purchase-form .purchase-license-grid > label,
  html body.srm-marketing-page .purchase-form .purchase-contact-grid > label:last-child,
  html body.srm-marketing-page .purchase-form .period-field {
    grid-column: 1;
  }

  html body.srm-marketing-page .purchase-form label > span {
    line-height: 1.25;
  }
}

@media (max-width: 380px) {
  html body.srm-marketing-page .nav a,
  html body.srm-marketing-page .entry-link {
    font-size: 8.75px;
  }

  html body.srm-marketing-page .language-switch a {
    font-size: 7.75px;
  }

  html body.srm-marketing-page .hero-actions .button {
    font-size: 10.5px;
  }
}
