.panoramas-page {
  min-height: calc(100vh - 230px);
  background: #fff;
  padding: 1.6rem 0 3.5rem;
}

.panoramas-page .container {
  max-width: 1240px;
}

.panoramas-page__crumb {
  margin: 0 0 2rem;
  color: #8a8f98;
  font-size: 0.96rem;
}

.panoramas-page__crumb a {
  color: #1b58a8;
}

.panoramas-page__header h1 {
  margin: 0;
  color: #213a70;
  font-size: clamp(2.2rem, 3vw, 3.5rem);
  font-weight: 800;
}

.panoramas-page__line {
  display: inline-block;
  width: 74px;
  height: 4px;
  margin-top: 1rem;
  background: #8f8f90;
}

.panoramas-page__filters {
  margin-top: 2.25rem;
  display: flex;
  align-items: center;
  gap: 1.35rem;
  flex-wrap: wrap;
}

.panoramas-page__filter-field select {
  min-width: 376px;
  height: 54px;
  border: 1px solid #d7dce3;
  background: #fff;
  color: #4c4f56;
  font-size: 1.05rem;
  padding: 0 3rem 0 1.1rem;
  border-radius: 0.3rem;
  box-shadow: 0 1px 6px rgba(18, 32, 58, 0.12);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.16s ease;
}

.panoramas-page__filter-field select:hover,
.panoramas-page__filter-field select:focus {
  border-color: #8baee0;
  box-shadow: 0 8px 20px rgba(18, 32, 58, 0.14);
}

.panoramas-page__filter-field select:focus {
  outline: 0;
  transform: translateY(-1px);
}

.panoramas-page__clear,
.panoramas-page__submit {
  height: 50px;
  min-width: 132px;
  border-radius: 0.45rem;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.16s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.panoramas-page__clear {
  border: 1px solid #d1d7df;
  background: #efefef;
  color: #7b818a;
  text-decoration: none;
  box-shadow: 0 1px 6px rgba(18, 32, 58, 0.12);
}

.panoramas-page__submit {
  border: 0;
  background: #0b4fa0;
  color: #fff;
  min-width: 138px;
  box-shadow: 0 1px 6px rgba(18, 32, 58, 0.18);
}

.panoramas-page__clear:hover,
.panoramas-page__clear:focus-visible {
  background: #e3e8ef;
  color: #5e6978;
  box-shadow: 0 10px 22px rgba(18, 32, 58, 0.14);
  transform: translateY(-2px);
}

.panoramas-page__submit:hover,
.panoramas-page__submit:focus-visible {
  background: #0a478f;
  box-shadow: 0 12px 26px rgba(11, 79, 160, 0.28);
  transform: translateY(-2px);
}

.panoramas-page__clear:active,
.panoramas-page__submit:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 4px 10px rgba(18, 32, 58, 0.14);
}

.panoramas-page__results {
  margin: 2rem 0 1rem;
  text-align: right;
  color: #666d78;
  font-size: 1rem;
}

.panoramas-page__results strong {
  color: #3d78ab;
  font-weight: 500;
}

.panoramas-results {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.panoramas-result {
  display: block;
  padding: 1.45rem 1.5rem;
  border-radius: 0.8rem;
  color: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.panoramas-result.is-grey {
  background: #efefef;
}

.panoramas-result h2 {
  margin: 0;
  color: #363636;
  font-size: clamp(1.1rem, 1.3vw, 1.5rem);
  font-weight: 500;
}


.panoramas-result:hover,
.panoramas-result:focus-visible {
  background: #f7faff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(18, 32, 58, 0.12);
}

.panoramas-result:active {
  transform: translateY(0) scale(0.995);
  box-shadow: 0 4px 10px rgba(18, 32, 58, 0.1);
}

.panorama-card {
  margin-top: 2.4rem;
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  background: #fff;
  border: 1px solid #d8d7d4;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(18, 32, 58, 0.14);
}

.panorama-card__bar {
  background: #0b4fa0;
}

.panorama-card__body {
  padding: 3rem 3.2rem 2.7rem;
}

.panorama-card__copy h2 {
  margin: 0;
  color: #0b4fa0;
  font-size: clamp(2rem, 2.6vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
}

.panorama-card__description {
  margin: 2rem 0 0;
  color: #353535;
  font-size: clamp(1.04rem, 1.08vw, 1.18rem);
  line-height: 1.62;
  max-width: 1050px;
}

.panorama-card__description p {
  margin: 0 0 1.8rem;
}

.panorama-card__description p:last-child {
  margin-bottom: 0;
}

.panorama-card__actions {
  margin-top: 2.25rem;
  display: flex;
  align-items: flex-end;
  gap: 2rem;
  flex-wrap: wrap;
}

.panorama-card__view {
  min-width: 132px;
  min-height: 50px;
  border-radius: 0.5rem;
  background: #0b4fa0;
  color: #fff;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.panorama-card__view:hover,
.panorama-card__view:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(18, 32, 58, 0.24);
  filter: brightness(1.03);
}

.panorama-card__view:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 5px 12px rgba(18, 32, 58, 0.16);
}

.panorama-card__download-group {
  display: grid;
  gap: 0.85rem;
}

.panorama-card__download-group span {
  color: #0b4fa0;
  font-size: 1rem;
}

.panorama-card__formats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.panorama-card__formats a {
  min-width: 108px;
  min-height: 50px;
  border: 2px solid #6f92c8;
  border-radius: 0.5rem;
  color: #0b4fa0;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-transform: lowercase;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.panorama-card__formats a:hover,
.panorama-card__formats a:focus-visible {
  background: #0b4fa0;
  border-color: #0b4fa0;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(18, 32, 58, 0.18);
}

.panorama-card__formats a:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 4px 10px rgba(18, 32, 58, 0.12);
}

.panoramas-page__empty {
  margin-top: 2.4rem;
  background: #f6f7fa;
  border: 1px solid #d7dce3;
  border-radius: 1rem;
  padding: 2rem;
}

.panoramas-page__empty h2 {
  margin: 0 0 0.75rem;
  color: #213a70;
  font-size: 1.6rem;
}

.panoramas-page__empty p {
  margin: 0;
  color: #59677c;
}

@media (max-width: 991px) {
  .panoramas-page {
    padding-top: 1rem;
  }

  .panoramas-page__filters {
    gap: 0.9rem;
  }

  .panoramas-page__filter-field,
  .panoramas-page__filter-field select,
  .panoramas-page__clear,
  .panoramas-page__submit {
    width: 100%;
    min-width: 100%;
  }

  .panorama-card {
    grid-template-columns: 14px minmax(0, 1fr);
  }

  .panorama-card__body {
    padding: 1.7rem 1.1rem 1.5rem;
  }

  .panorama-card__description {
    margin-top: 1.2rem;
  }

  .panorama-card__actions {
    gap: 1rem;
  }

  .panorama-card__view,
  .panorama-card__formats a {
    min-width: 92px;
  }

  .panoramas-page__results {
    text-align: left;
  }

  .panoramas-result {
    padding: 1rem;
  }

  .panoramas-result h2 {
    font-size: 1.35rem;
  }
}
