.atl-prod {
  background: #fff;
  color: #353452;
  overflow-x: clip;
}
.atl-prod__dark-wrapper {
  background: #fff;
  transition: background 0.4s ease;
  will-change: background-color;
}
.atl-prod__dark-wrapper.is-dark {
  background: #353452;
}
.atl-prod__stickynav {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(53, 52, 82, 0.08);
  border-radius: 999px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  max-width: calc(100vw - 2rem);
  overflow-x: auto;
  scrollbar-width: none;
}
.atl-prod__stickynav::-webkit-scrollbar {
  display: none;
}
.atl-prod__stickynav-title {
  display: none;
  flex-direction: column;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0f5e5e;
  padding: 0.1rem 0.75rem;
  border-right: 1px solid rgba(53, 52, 82, 0.1);
  margin-right: 0.25rem;
  white-space: nowrap;
  line-height: 1.2;
}
.atl-prod__stickynav-title em {
  font-style: normal;
  font-size: 0.55rem;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(53, 52, 82, 0.75);
}
@media (min-width: 640px) {
  .atl-prod__stickynav-title {
    display: flex;
  }
}
.atl-prod__stickynav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  box-sizing: border-box;
  min-height: 44px;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  color: rgba(53, 52, 82, 0.75);
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
}
.atl-prod__stickynav-link svg {
  flex-shrink: 0;
}
.atl-prod__stickynav-link:hover {
  color: #137777;
  background: rgba(53, 52, 82, 0.05);
}
.atl-prod__stickynav-link.is-active {
  background: #137777;
  color: #fff;
}
.atl-prod__breadcrumb {
  border-bottom: 1px solid rgba(53, 52, 82, 0.1);
  padding: 6.5rem 0 1.5rem;
}
@media (min-width: 768px) {
  .atl-prod__breadcrumb {
    padding: 8.5rem 0 1.5rem;
  }
}
.atl-prod__breadcrumb-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .atl-prod__breadcrumb-inner {
    padding: 0 3rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.atl-prod__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 44px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(53, 52, 82, 0.75);
  text-decoration: none;
  transition: color 0.2s ease;
}
.atl-prod__back:hover {
  color: #137777;
}
.atl-prod__breadcrumb-trail {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.65rem;
  font-family: monospace;
  color: rgba(53, 52, 82, 0.75);
}
.atl-prod__breadcrumb-current {
  color: #353452;
  font-weight: 700;
}
.atl-prod__hero {
  max-width: 80rem;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}
@media (min-width: 768px) {
  .atl-prod__hero {
    padding: 5rem 3rem;
  }
}
.atl-prod__hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .atl-prod__hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
  }
}
.atl-prod__pill {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  background: #137777;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 999px;
}
.atl-prod__pill--ghost {
  background: rgba(19, 119, 119, 0.08);
  color: #137777;
  border: 1px solid rgba(19, 119, 119, 0.15);
}
.atl-prod__pill--dark {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.atl-prod__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #353452;
  margin: 1.5rem 0 0;
}
.atl-prod__desc {
  font-size: 0.9rem;
  color: rgba(53, 52, 82, 0.85);
  line-height: 1.7;
  max-width: 34rem;
  margin: 1.5rem 0 0;
}
.atl-prod__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(53, 52, 82, 0.1);
}
.atl-prod__meta-divider {
  display: none;
  width: 1px;
  height: 2rem;
  background: rgba(53, 52, 82, 0.15);
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .atl-prod__meta-divider {
    display: block;
  }
}
.atl-prod__meta-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(53, 52, 82, 0.75);
  margin-bottom: 0.15rem;
}
.atl-prod__meta-value {
  font-size: 0.85rem;
  font-weight: 700;
  color: #353452;
}
.atl-prod__meta-value--accent {
  color: #137777;
}
.atl-prod__highlights {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(53, 52, 82, 0.1);
}
.atl-prod__highlights-title {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(53, 52, 82, 0.75);
  margin: 0 0 1rem;
}
.atl-prod__highlights-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.atl-prod__highlights-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(53, 52, 82, 0.85);
}
.atl-prod__highlights-check {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  background: rgba(19, 119, 119, 0.08);
  border: 1px solid rgba(19, 119, 119, 0.15);
  color: #137777;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.atl-prod__hero-media {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.atl-prod__hero-image-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.atl-prod__hero-image {
  width: 100%;
  height: auto;
  max-height: 32rem;
  object-fit: contain;
}
.atl-prod__hero-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  max-width: 30rem;
  background: #f9f9f9;
  border: 1px solid rgba(53, 52, 82, 0.08);
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: rgba(53, 52, 82, 0.75);
}
.atl-prod__hero-placeholder span {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.atl-prod__hero-placeholder--image {
  padding: 0;
  overflow: hidden;
}
.atl-prod__hero-placeholder--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.atl-prod__industries-box {
  background: rgba(53, 52, 82, 0.04);
  border: 1px solid rgba(53, 52, 82, 0.06);
  border-radius: 1.5rem;
  padding: 1.5rem;
}
.atl-prod__industries-box h3 {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(53, 52, 82, 0.75);
  margin: 0 0 1rem;
}
.atl-prod__industries-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.atl-prod__industry-pill {
  font-size: 0.75rem;
  font-weight: 600;
  color: #353452;
  background: #fff;
  border: 1px solid rgba(53, 52, 82, 0.1);
  padding: 0.4rem 0.85rem;
  border-radius: 0.75rem;
}
.atl-prod__specs {
  background: #137777;
  color: #fff;
  border-radius: 2.5rem;
  margin: 0 1rem 5rem;
  padding: 3rem 1.5rem;
}
@media (min-width: 768px) {
  .atl-prod__specs {
    margin: 0 2rem 6rem;
    padding: 4rem 3rem;
  }
}
.atl-prod__specs-inner {
  max-width: 80rem;
  margin: 0 auto;
}
.atl-prod__specs-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}
.atl-prod__specs-head h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
}
.atl-prod__specs-head p {
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  max-width: 34rem;
  line-height: 1.6;
  margin: 0;
}
.atl-prod__specs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width: 768px) {
  .atl-prod__specs-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0 4rem;
  }
}
.atl-prod__spec-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.85rem;
}
.atl-prod__spec-label {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}
.atl-prod__spec-value {
  color: #fff;
  font-weight: 700;
  text-align: right;
}
.atl-prod__specs-cta {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .atl-prod__specs-cta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.atl-prod__specs-cta h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
}
.atl-prod__specs-cta p {
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  max-width: 32rem;
  line-height: 1.6;
  margin: 0;
}
.atl-prod__specs-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}
.atl-prod__specs-cta-link:hover {
  opacity: 0.8;
}
.atl-prod__gallery {
  padding: 3rem 0 6rem;
}
@media (min-width: 768px) {
  .atl-prod__gallery {
    padding: 4rem 0 8rem;
  }
}
.atl-prod__gallery-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .atl-prod__gallery-inner {
    padding: 0 3rem;
  }
}
.atl-prod__gallery-head {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .atl-prod__gallery-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.atl-prod__gallery-head h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #353452;
  margin: 0 0 0.5rem;
}
.atl-prod__gallery-head p {
  font-size: 0.85rem;
  color: rgba(53, 52, 82, 0.75);
  max-width: 34rem;
  line-height: 1.6;
  margin: 0;
}
.atl-prod__gallery-arrows, .atl-prod__related-arrows {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}
.atl-prod__gallery-arrow {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  border: 1px solid rgba(53, 52, 82, 0.15);
  background: #fff;
  color: #353452;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
.atl-prod__gallery-arrow:hover {
  background: #f5f5f5;
}
.atl-prod__gallery-arrow:focus:not(:focus-visible) {
  outline: none;
}
.atl-prod__gallery-track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.atl-prod__gallery-track::-webkit-scrollbar {
  display: none;
}
.atl-prod__gallery-col {
  flex: none;
  scroll-snap-align: start;
  height: 220px;
}
@media (min-width: 768px) {
  .atl-prod__gallery-col {
    height: 350px;
  }
}
.atl-prod__gallery-col--tall {
  width: 240px;
}
@media (min-width: 768px) {
  .atl-prod__gallery-col--tall {
    width: 380px;
  }
}
.atl-prod__gallery-col--stack {
  width: 190px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .atl-prod__gallery-col--stack {
    width: 280px;
  }
}
.atl-prod__gallery-col--wide {
  width: 300px;
}
@media (min-width: 768px) {
  .atl-prod__gallery-col--wide {
    width: 480px;
  }
}
.atl-prod__gallery-item {
  flex: 1;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  cursor: pointer;
  background: #f5f5f5;
}
.atl-prod__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.atl-prod__gallery-item:hover img {
  transform: scale(1.05);
}
.atl-prod__gallery-item--placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: #f9f9f9;
  border: 1px solid rgba(53, 52, 82, 0.08);
  color: rgba(53, 52, 82, 0.75);
  cursor: default;
}
.atl-prod__gallery-item--placeholder span {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.atl-prod__gallery-item--placeholder-image {
  padding: 0;
}
.atl-prod__gallery-item--placeholder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.atl-prod__dark-wrapper.is-dark .atl-prod__gallery-head h2 {
  color: #fff;
}
.atl-prod__dark-wrapper.is-dark .atl-prod__gallery-head p {
  color: rgba(255, 255, 255, 0.75);
}
.atl-prod__dark-wrapper.is-dark .atl-prod__gallery-arrow {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.atl-prod__dark-wrapper.is-dark .atl-prod__gallery-arrow:hover {
  background: rgba(255, 255, 255, 0.15);
}
.atl-prod__dark-wrapper.is-dark .atl-prod__gallery-item {
  background: rgba(0, 0, 0, 0.2);
}
.atl-prod__dark-wrapper.is-dark .atl-prod__gallery-item--placeholder {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.35);
}
.atl-prod__video {
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}
@media (min-width: 768px) {
  .atl-prod__video {
    padding: 5rem 3rem;
  }
}
.atl-prod__video-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .atl-prod__video-grid {
    grid-template-columns: 7fr 5fr;
  }
}
.atl-prod__video-player {
  aspect-ratio: 16/9;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #101018;
}
.atl-prod__video-player video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.atl-prod__video-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.5);
}
.atl-prod__video-placeholder span {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.atl-prod__video-content h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #353452;
  margin: 0 0 1rem;
}
.atl-prod__video-content p {
  font-size: 0.9rem;
  color: rgba(53, 52, 82, 0.75);
  line-height: 1.7;
  margin: 0 0 1.25rem;
}
.atl-prod__video-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #990011;
  text-decoration: none;
}
.atl-prod__video-link:hover {
  color: #73000d;
}
.atl-prod__tech-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin: 3rem 1rem 5rem;
}
@media (min-width: 768px) {
  .atl-prod__tech-grid {
    margin: 3rem 2rem 6rem;
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .atl-prod__tech-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.atl-prod__tech-card {
  background: #137777;
  color: #fff;
  border-radius: 2.5rem;
  padding: 2.5rem;
}
@media (min-width: 768px) {
  .atl-prod__tech-card {
    padding: 3rem;
  }
}
.atl-prod__tech-card h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0.75rem 0 0;
}
.atl-prod__tech-card p {
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin: 1rem 0 0;
}
.atl-prod__tech-eyebrow {
  display: block;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.9);
}
.atl-prod__optional {
  max-width: 80rem;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
}
@media (min-width: 768px) {
  .atl-prod__optional {
    padding: 4rem 3rem 6rem;
  }
}
.atl-prod__optional-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .atl-prod__optional-inner {
    grid-template-columns: 4fr 8fr;
    gap: 3rem;
  }
}
.atl-prod__optional-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.atl-prod__optional-intro h2 {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #353452;
  margin: 0;
}
.atl-prod__optional-intro p {
  font-size: 0.85rem;
  color: rgba(53, 52, 82, 0.7);
  line-height: 1.7;
  margin: 0;
}
.atl-prod__optional-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  align-self: start;
  gap: 1rem;
}
@media (min-width: 640px) {
  .atl-prod__optional-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.atl-prod__optional-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(53, 52, 82, 0.03);
  border: 1px solid rgba(53, 52, 82, 0.08);
  border-radius: 1rem;
  padding: 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #353452;
  transition: all 0.25s ease;
}
.atl-prod__optional-card:hover {
  background: #137777;
  border-color: #137777;
  color: #fff;
}
.atl-prod__optional-name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.atl-prod__optional-arrow {
  display: flex;
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(0.5rem);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.atl-prod__optional-card:hover .atl-prod__optional-arrow {
  opacity: 1;
  transform: translateX(0);
}
.atl-prod__optional-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.75rem;
  background: rgba(53, 52, 82, 0.06);
  color: #137777;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s ease;
}
.atl-prod__optional-card:hover .atl-prod__optional-icon {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.atl-prod__case-study {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 4rem;
}
@media (min-width: 768px) {
  .atl-prod__case-study {
    padding: 1.5rem 3rem 5rem;
  }
}
.atl-prod__case-study-inner {
  background: #353452;
  color: #fff;
  border-radius: 2.5rem;
  padding: 2.5rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 768px) {
  .atl-prod__case-study-inner {
    padding: 3rem;
  }
}
@media (min-width: 1024px) {
  .atl-prod__case-study-inner {
    grid-template-columns: 7fr 5fr;
    gap: 3rem;
    padding: 4rem;
  }
}
.atl-prod__case-study-text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.atl-prod__case-study-text h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
}
.atl-prod__case-study-text blockquote {
  border-left: 2px solid rgba(255, 255, 255, 0.4);
  padding-left: 1.25rem;
  margin: 0;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
}
.atl-prod__case-study-text p {
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  max-width: 34rem;
  line-height: 1.7;
  margin: 0;
}
.atl-prod__case-study-card {
  display: block;
  background: #3c3b5c;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  max-width: 24rem;
  margin: 0 auto;
  transition: border-color 0.3s ease;
}
.atl-prod__case-study-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
.atl-prod__case-study-card:hover .atl-prod__case-study-media img {
  transform: scale(1.05);
}
.atl-prod__case-study-media {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #101018;
}
.atl-prod__case-study-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.atl-prod__case-study-tag {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
}
.atl-prod__case-study-card-body {
  padding: 1.5rem;
}
.atl-prod__case-study-card-body h3 {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  margin: 0.35rem 0 0.5rem;
}
.atl-prod__case-study-card-body p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin: 0 0 1rem;
}
.atl-prod__case-study-client {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #CC4236;
}
.atl-prod__case-study-link {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #CC4236;
  border-bottom: 1px solid #CC4236;
  padding-bottom: 0.15rem;
}
.atl-prod__related {
  max-width: 80rem;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
  border-top: 1px solid rgba(53, 52, 82, 0.08);
}
@media (min-width: 768px) {
  .atl-prod__related {
    padding: 4rem 3rem 6rem;
  }
}
.atl-prod__related-head {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .atl-prod__related-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.atl-prod__related-head h2 {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #353452;
  margin: 0 0 0.5rem;
}
.atl-prod__related-head p {
  font-size: 0.85rem;
  color: rgba(53, 52, 82, 0.75);
  max-width: 34rem;
  margin: 0;
}
.atl-prod__related-track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.atl-prod__related-track::-webkit-scrollbar {
  display: none;
}
.atl-prod__related-card--catalog {
  flex: none;
  width: 280px;
  scroll-snap-align: start;
}
@media (min-width: 768px) {
  .atl-prod__related-card--catalog {
    width: 320px;
  }
}
.atl-prod__cta {
  max-width: 80rem;
  margin: 0 auto;
  padding: 2rem 1.5rem 5rem;
}
@media (min-width: 768px) {
  .atl-prod__cta {
    padding: 2rem 3rem 6rem;
  }
}
.atl-prod__cta-inner {
  position: relative;
  background: radial-gradient(ellipse at top right, #137777 0%, rgba(53, 52, 82, 0.95) 100%);
  color: #fff;
  border-radius: 2.5rem;
  padding: 2.5rem 1.5rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .atl-prod__cta-inner {
    padding: 4rem;
  }
}
.atl-prod__cta-eyebrow {
  display: block;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.75rem;
}
.atl-prod__cta-inner h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 1rem;
  max-width: 40rem;
}
.atl-prod__cta-inner p {
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  max-width: 38rem;
  line-height: 1.6;
  margin: 0 0 1.5rem;
}
.atl-prod__cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: #137777;
  padding: 1rem 2rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background 0.2s ease;
}
.atl-prod__cta-link:hover {
  background: #f0f0f0;
}
.atl-prod__lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(16, 16, 24, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.atl-prod__lightbox[hidden] {
  display: none;
}
.atl-prod__lightbox img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 1rem;
}
.atl-prod__lightbox-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.atl-prod__lightbox-close:hover {
  background: rgba(255, 255, 255, 0.15);
}

.editor-styles-wrapper .atl-prod__stickynav {
  display: none;
}
