@keyframes atl-pc-ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.atl-pc {
  background: #fafafa;
}
.atl-pc__hero {
  padding: 0.625rem;
  margin-bottom: 1.25rem;
}
.atl-pc__hero-frame {
  position: relative;
  height: 380px;
  border-radius: 24px;
  overflow: hidden;
  background: #137777;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .atl-pc__hero-frame {
    height: 440px;
  }
}
.atl-pc__hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.atl-pc__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(19, 119, 119, 0.95), rgba(19, 119, 119, 0.85), transparent);
}
.atl-pc__hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 2rem 3rem;
}
@media (min-width: 768px) {
  .atl-pc__hero-inner {
    padding: 0 3.5rem 4rem;
  }
}
@media (min-width: 1440px) {
  .atl-pc__hero-inner {
    padding: 0 5rem 4rem;
  }
}
.atl-pc__hero-text {
  max-width: 34rem;
}
.atl-pc__hero-title {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 1rem;
}
.atl-pc__hero-desc {
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin: 0;
}
.atl-pc__body {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem 5rem;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .atl-pc__body {
    padding: 0 2rem 6rem;
  }
}
.atl-pc__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .atl-pc__layout {
    grid-template-columns: 280px 1fr;
    gap: 2rem;
    align-items: start;
  }
}
.atl-pc__sidebar {
  display: none;
}
@media (min-width: 1024px) {
  .atl-pc__sidebar {
    display: block;
    position: sticky;
    top: 7rem;
    max-height: calc(100vh - 8rem);
    overflow-y: auto;
    border-right: 1px solid rgba(53, 52, 82, 0.08);
    padding-right: 1.5rem;
  }
}
.atl-pc__sidebar-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.atl-pc__sidebar-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(53, 52, 82, 0.1);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #353452;
}
.atl-pc__sidebar-head-icon {
  color: #137777;
  flex-shrink: 0;
}
.atl-pc__filter-count {
  background: #137777;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 800;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.atl-pc__filter-count[hidden] {
  display: none;
}
.atl-pc__reset {
  margin-left: auto;
  background: none;
  border: none;
  color: #137777;
  font-size: 0.65rem;
  font-weight: 700;
  cursor: pointer;
  text-transform: none;
  letter-spacing: normal;
}
.atl-pc__reset:hover {
  text-decoration: underline;
}
.atl-pc__facet {
  border-bottom: 1px solid rgba(53, 52, 82, 0.06);
  padding-bottom: 1rem;
}
.atl-pc__facet--top {
  padding-bottom: 1rem;
}
.atl-pc__top-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  background: #fff;
  border: 1px solid rgba(53, 52, 82, 0.14);
  border-radius: 1rem;
  padding: 0.7rem 0.85rem;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.atl-pc__top-toggle:hover {
  border-color: rgba(19, 119, 119, 0.4);
}
.atl-pc__top-toggle[aria-pressed=true] {
  background: rgba(19, 119, 119, 0.08);
  border-color: rgba(19, 119, 119, 0.6);
}
.atl-pc__top-toggle-main {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.atl-pc__top-toggle-title {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #353452;
}
.atl-pc__top-toggle[aria-pressed=true] .atl-pc__top-toggle-title {
  font-weight: 800;
}
.atl-pc__top-toggle-count {
  font-size: 0.55rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #0e5d5d;
  background: rgba(19, 119, 119, 0.15);
  padding: 0.1rem 0.35rem;
  border-radius: 0.3rem;
  line-height: 1.4;
}
.atl-pc__top-toggle-sub {
  font-size: 0.625rem;
  color: var(--color-testo-attenuato);
  line-height: 1.2;
}
.atl-pc__top-toggle-check {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.35rem;
  border: 1px solid rgba(53, 52, 82, 0.2);
  background: #fff;
  position: relative;
}
.atl-pc__top-toggle[aria-pressed=true] .atl-pc__top-toggle-check {
  background: #137777;
  border-color: #137777;
}
.atl-pc__top-toggle[aria-pressed=true] .atl-pc__top-toggle-check::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 0.3rem;
  height: 0.55rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.atl-pc__facet-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 0.75rem;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(53, 52, 82, 0.75);
  cursor: pointer;
}
.atl-pc__facet-toggle svg {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.atl-pc__facet:not(.is-collapsed) .atl-pc__facet-toggle svg {
  transform: rotate(180deg);
}
.atl-pc__facet.is-collapsed .atl-pc__facet-body {
  display: none;
}
.atl-pc__facet-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.atl-pc__facet-body--scroll {
  max-height: 260px;
  overflow-y: auto;
  padding-right: 0.25rem;
}
.atl-pc__gamma-cluster {
  margin-bottom: 0.75rem;
}
.atl-pc__gamma-cluster-label {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0f5e5e;
  background: rgba(19, 119, 119, 0.08);
  padding: 0.2rem 0.5rem;
  border-radius: 0.35rem;
  margin-bottom: 0.35rem;
}
.atl-pc__checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: rgba(53, 52, 82, 0.75);
  cursor: pointer;
  padding: 0.3rem 0.25rem;
  border-radius: 0.5rem;
}
.atl-pc__checkbox:hover {
  background: rgba(53, 52, 82, 0.03);
}
.atl-pc__checkbox input {
  accent-color: #137777;
  width: 0.9rem;
  height: 0.9rem;
}
.atl-pc__checkbox input:checked ~ span {
  color: #0f5e5e;
  font-weight: 700;
}
.atl-pc__checkbox--block {
  padding: 0.6rem 0.75rem;
  border: 1px solid rgba(53, 52, 82, 0.1);
  border-radius: 0.75rem;
  background: #fff;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.atl-pc__checkbox--block input {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid rgba(53, 52, 82, 0.2);
  background: #fff;
  flex-shrink: 0;
  margin: 0;
}
.atl-pc__checkbox--block input:checked {
  background: #137777;
  border-color: #137777;
}
.atl-pc__checkbox--block input:checked::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 0.3rem;
  height: 0.5rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -55%) rotate(45deg);
}
.atl-pc__checkbox--block:has(input:checked) {
  background: rgba(19, 119, 119, 0.05);
  border-color: rgba(19, 119, 119, 0.5);
}
.atl-pc__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.atl-pc__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(53, 52, 82, 0.15);
  font-size: 0.65rem;
  font-weight: 700;
  color: rgba(53, 52, 82, 0.75);
  cursor: pointer;
}
.atl-pc__pill input {
  display: none;
}
.atl-pc__pill input:checked ~ span {
  color: inherit;
}
.atl-pc__pill:has(input:checked) {
  background: #137777;
  border-color: #137777;
  color: #fff;
}
.atl-pc__main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.atl-pc__controls {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .atl-pc__controls {
    flex-direction: row;
    align-items: center;
  }
}
.atl-pc__search {
  position: relative;
  flex: 1;
}
.atl-pc__search svg {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-testo-attenuato);
}
.atl-pc__search input {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(53, 52, 82, 0.15);
  border-radius: 1rem;
  padding: 0.9rem 1rem 0.9rem 2.75rem;
  font-size: 1rem;
  color: #353452;
}
.atl-pc__search input:focus {
  outline: none;
  border-color: #137777;
}
.atl-pc__mobile-filters-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid rgba(53, 52, 82, 0.15);
  border-radius: 1rem;
  padding: 0.9rem 1.25rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #353452;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .atl-pc__mobile-filters-btn {
    display: none;
  }
}
.atl-pc__count {
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(53, 52, 82, 0.75);
  white-space: nowrap;
}
.atl-pc__count strong {
  color: #137777;
  font-weight: 800;
  font-size: 0.85rem;
}
.atl-pc__info-box {
  background: #353452;
  border-radius: 1.25rem;
  padding: 1.5rem;
}
.atl-pc__info-box h2 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.5rem;
}
.atl-pc__info-box p {
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin: 0;
}
.atl-pc__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.atl-pc__grid[hidden] {
  display: none;
}
@media (min-width: 768px) {
  .atl-pc__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .atl-pc__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.atl-pc__card {
  background: #fff;
  border: 1px solid rgba(53, 52, 82, 0.1);
  border-radius: 1.5rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.atl-pc__card:hover {
  border-color: rgba(19, 119, 119, 0.3);
  transform: translateY(-3px);
}
.atl-pc__card[hidden] {
  display: none;
}
.atl-pc__card-media {
  position: relative;
  height: 12rem;
  overflow: hidden;
  background: #fafafa;
  border-bottom: 1px solid rgba(53, 52, 82, 0.06);
}
@media (min-width: 768px) {
  .atl-pc__card-media {
    height: 13rem;
  }
}
.atl-pc__card-img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
}
.atl-pc__card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: rgba(53, 52, 82, 0.75);
}
.atl-pc__card-placeholder span {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.atl-pc__card-placeholder--image {
  padding: 0;
}
.atl-pc__card-placeholder--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.atl-pc__card-badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  background: #137777;
  color: #fff;
  font-size: 0.55rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
}
.atl-pc__card-stamp {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  background: rgba(255, 255, 255, 0.92);
  color: rgba(53, 52, 82, 0.8);
  font-size: 0.5rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
}
.atl-pc__card-stamp--top {
  background: var(--color-jakarta);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.atl-pc__card-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  flex-grow: 1;
}
.atl-pc__card-serie {
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #137777;
  margin-bottom: 0.15rem;
}
.atl-pc__card-top h3 {
  font-size: 1rem;
  font-weight: 800;
  color: #353452;
  letter-spacing: -0.01em;
  margin: 0 0 0.6rem;
}
.atl-pc__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.6rem;
}
.atl-pc__card-tag {
  font-size: 0.55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(53, 52, 82, 0.75);
  background: rgba(53, 52, 82, 0.06);
  padding: 0.2rem 0.5rem;
  border-radius: 0.35rem;
}
.atl-pc__card-tag--ghost {
  background: transparent;
  border: 1px solid rgba(53, 52, 82, 0.12);
}
.atl-pc__card-top p {
  font-size: 0.75rem;
  color: rgba(53, 52, 82, 0.75);
  line-height: 1.5;
  margin: 0;
}
.atl-pc__card-bottom {
  padding-top: 0.85rem;
  border-top: 1px solid rgba(53, 52, 82, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.atl-pc__card-flag {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.6rem;
  font-weight: 600;
  color: #0f5e5e;
  background: rgba(19, 119, 119, 0.06);
  border: 1px solid rgba(19, 119, 119, 0.12);
  padding: 0.375rem 0.75rem;
  border-radius: 0.75rem;
}
.atl-pc__card-flag--muted {
  color: rgba(53, 52, 82, 0.75);
  background: transparent;
  border-color: transparent;
  padding: 0.375rem 0;
}
.atl-pc__card-flag-dot {
  position: relative;
  display: inline-flex;
  width: 0.375rem;
  height: 0.375rem;
  flex-shrink: 0;
}
.atl-pc__card-flag-dot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #2dd4bf;
  opacity: 0.75;
  animation: atl-pc-ping 1.4s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.atl-pc__card-flag-dot::after {
  content: "";
  position: relative;
  display: inline-flex;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: #0f5e5e;
}
.atl-pc__card-cta {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: #137777;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.875rem 1.5rem;
  border-radius: 1rem;
}
.atl-pc__empty {
  background: #fff;
  border: 1px solid rgba(53, 52, 82, 0.1);
  border-radius: 1.5rem;
  padding: 3rem 2rem;
  text-align: center;
  max-width: 32rem;
  margin: 1rem auto 0;
}
.atl-pc__empty[hidden] {
  display: none;
}
.atl-pc__empty h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #353452;
  margin: 0 0 0.5rem;
}
.atl-pc__empty p {
  font-size: 0.8rem;
  color: rgba(53, 52, 82, 0.75);
  line-height: 1.6;
  margin: 0 0 1.5rem;
}
.atl-pc__empty-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  border: 1px solid rgba(217, 45, 32, 0.2);
  color: #d92d20;
}
.atl-pc__empty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.atl-pc__empty-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #137777;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  text-decoration: none;
}
.atl-pc__empty-cta svg {
  flex-shrink: 0;
}
.atl-pc__empty-reset {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(53, 52, 82, 0.06);
  border: none;
  color: #353452;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  cursor: pointer;
}
.atl-pc__empty-reset svg {
  flex-shrink: 0;
}
.atl-pc__mobile-drawer[hidden] {
  display: none;
}
.atl-pc__mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
}
.atl-pc__mobile-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.atl-pc__mobile-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 22rem;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.atl-pc__mobile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(53, 52, 82, 0.08);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.atl-pc__mobile-head button {
  background: none;
  border: none;
  cursor: pointer;
  color: #353452;
}
.atl-pc__mobile-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
}
.atl-pc__mobile-body .atl-pc__sidebar-head {
  display: none;
}
.atl-pc__mobile-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  padding: 1.5rem;
  border-top: 1px solid rgba(53, 52, 82, 0.08);
}
.atl-pc__mobile-reset, .atl-pc__mobile-apply {
  padding: 0.85rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 800;
  border: none;
  cursor: pointer;
}
.atl-pc__mobile-reset {
  background: rgba(53, 52, 82, 0.06);
  color: #353452;
}
.atl-pc__mobile-apply {
  background: #137777;
  color: #fff;
}
