#MainContent {
  background: #000;
}

.text-columns-with-images-item__link {
  overflow: hidden;
  border-radius: 13px;
}

.hover-image-scale:hover [data-scale="hover-scale"] {
  transform: scale(1) !important;
}

.dino-product-hero {
  display: block;
  color: #fff;
}

.dino-product-hero *,
.dino-product-hero *::before,
.dino-product-hero *::after {
  box-sizing: border-box;
}

.dino-product-hero__media {
  overflow: hidden;
  border-radius: 13px;
}

.dino-product-hero__media .video-section__poster {
  border: 0;
}

.dino-product-hero__info-wrap {
  color: #fff;
}

.dino-product-hero__title {
  color: inherit;
}

.dino-product-hero__summary {
  color: rgba(255, 255, 255, 0.78);
}

.dino-product-hero__summary > :first-child {
  margin-top: 0;
}

.dino-product-hero__summary > :last-child {
  margin-bottom: 0;
}

.dino-product-hero__specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1rem 0 0;
}

.dino-product-hero__spec {
  min-width: 0;
  padding: 1.5rem 1rem;
  background: rgba(255, 255, 255, 0.1);
}

.dino-product-hero__spec dt,
.dino-product-hero__spec dd {
  margin: 0;
}

.dino-product-hero__spec dt {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.4;
}

.dino-product-hero__spec dd {
  margin-top: 0.25rem;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.dino-notify-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2rem;
  padding: 2rem 2.25rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
}

.dino-notify-banner__content {
  max-width: 720px;
}

.dino-notify-banner__eyebrow {
  margin: 0 0 0.5rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.dino-notify-banner__title {
  margin: 0;
  color: #fff;
  font-family: var(--body-font);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

.dino-notify-banner__text {
  margin: 0.65rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.5;
}

.dino-notify-banner__button,
.dino-notify-dialog .rokr-coming-soon-dialog__submit {
  border: 1px solid #fff;
  background: #fff;
  color: #000;
}

.dino-notify-banner__button {
  flex: 0 0 auto;
  width: auto;
  min-width: 150px;
  min-height: 48px;
  border-radius: 0;
}

.dino-notify-banner__button:hover {
  background: transparent;
  color: #fff;
}

.dino-notify-banner__button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.dino-notify-dialog {
  --color-page-background: 17, 17, 17;
  --color-text: 255, 255, 255;
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 16px;
}

.dino-notify-dialog .field__input {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.dino-notify-dialog .field__label {
  color: rgba(255, 255, 255, 0.62);
}

.dino-notify-dialog .field__input:focus {
  border-color: rgba(255, 255, 255, 0.72);
}

.dino-notify-dialog .rokr-coming-soon-dialog__submit {
  border-radius: 8px;
}

.dino-notify-dialog .rokr-coming-soon-dialog__submit:hover {
  background: rgba(255, 255, 255, 0.88);
}

@media screen and (max-width: 749px) {
  .dino-product-hero__specs {
    gap: 0.6rem;
  }

  .dino-product-hero__spec {
    padding: 1rem 0.75rem;
  }

  .dino-notify-banner {
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
    margin-top: 1.5rem;
    padding: 1.5rem;
  }

  .dino-notify-banner__title {
    font-size: 22px;
  }

  .dino-notify-banner__button {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .dino-product-hero__specs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.4rem;
  }

  .dino-product-hero__spec {
    padding: 0.875rem 0.4rem;
    text-align: center;
  }

  .dino-product-hero__spec dt {
    font-size: 12px;
    white-space: nowrap;
  }

  .dino-product-hero__spec dd {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dino-notify-banner__button {
    transition: none;
  }
}
