.aero-pl-showcase {
  padding: 88px 0;
  background: #050a26;
  color: #fff;
  font-family: "DM Sans",system-ui,sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
  scroll-margin-top: 110px;
}
.aero-pl-showcase *, .aero-pl-showcase *::before, .aero-pl-showcase *::after { box-sizing: border-box; }
.aero-pl-showcase .aero-pl-showcase__inner { width: min(1180px,calc(100% - 48px)); margin-inline: auto; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,1fr); align-items: center; gap: 72px; }
.aero-pl-showcase .aero-pl-showcase__eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #95bff9; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.aero-pl-showcase__eyebrow::before { content: ""; flex: 0 0 8px; height: 8px; border-radius: 50%; background: #19aa62; }
.aero-pl-showcase h2 { margin: 0; font: 500 56px/1.06 "Playfair Display",Georgia,serif; letter-spacing: 0; color: #fff; }
.aero-pl-showcase h2 span { display: block; margin-top: 8px; color: #95bff9; font-size: 36px; font-style: italic; line-height: 1.2; }
.aero-pl-showcase .aero-pl-showcase__intro { margin: 24px 0 0; color: #c5cfe2; font-size: 17px; line-height: 1.65; }
.aero-pl-showcase .aero-pl-showcase__features { list-style: none; margin: 28px 0 0; padding: 0; }
.aero-pl-showcase__features li { padding: 13px 0; border-top: 1px solid #2a3454; }
.aero-pl-showcase__features strong { display: block; color: #fff; font-size: 15px; font-weight: 600; }
.aero-pl-showcase__features span { display: block; margin-top: 4px; color: #bac6dd; font-size: 14px; }
.aero-pl-showcase__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 24px; margin-top: 28px; }
.aero-pl-showcase .aero-pl-showcase__button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 14px 24px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: linear-gradient(135deg,#c9009f,#2f73db); color: #fff; font-size: 15px; font-weight: 700; text-decoration: none; transition: transform .2s, border-color .2s; }
.aero-pl-showcase__button:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.6); }
.aero-pl-showcase .aero-pl-showcase__link { color: #95bff9; font-size: 14px; font-weight: 700; text-decoration: none; }
.aero-pl-showcase__link span { margin-left: 8px; }
.aero-pl-showcase__link:hover { text-decoration: underline; text-underline-offset: 5px; }
.aero-pl-showcase__screens { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; gap: 24px; }
.aero-pl-showcase__screens figure { min-width: 0; margin: 0; }
.aero-pl-showcase__screens figure:nth-child(2) { margin-top: 48px; }
.aero-pl-showcase__screens a { display: block; border-radius: 8px; box-shadow: 0 24px 54px rgba(0,0,0,.3); transition: transform .3s; }
.aero-pl-showcase__screens img { display: block; width: 100%; height: auto; aspect-ratio: 1206 / 2622; object-fit: contain; border: 1px solid #596580; border-radius: 8px; }
.aero-pl-showcase__screens figcaption { margin-top: 16px; color: #d5e0f2; font-size: 13px; text-align: center; }
.aero-pl-showcase :focus-visible { outline: 3px solid #95bff9; outline-offset: 5px; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .aero-pl-showcase__screens a:hover { transform: translateY(-6px); }
}
@media (max-width: 1000px) {
  .aero-pl-showcase .aero-pl-showcase__inner { gap: 40px; grid-template-columns: minmax(0,1fr) minmax(0,.9fr); }
  .aero-pl-showcase h2 { font-size: 48px; }
  .aero-pl-showcase h2 span { font-size: 30px; }
  .aero-pl-showcase__screens { gap: 16px; }
}
@media (max-width: 760px) {
  .aero-pl-showcase { padding: 64px 0; }
  .aero-pl-showcase .aero-pl-showcase__inner { width: calc(100% - 36px); grid-template-columns: minmax(0,1fr); gap: 40px; }
  .aero-pl-showcase h2 { font-size: 44px; }
  .aero-pl-showcase h2 span { font-size: 30px; }
  .aero-pl-showcase .aero-pl-showcase__intro { font-size: 16px; }
  .aero-pl-showcase__screens { display: flex; gap: 20px; padding: 6px 5px 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: #95bff9 #28334f; }
  .aero-pl-showcase__screens figure { flex: 0 0 min(260px,85%); scroll-snap-align: start; }
  .aero-pl-showcase__screens figure:nth-child(2) { margin-top: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .aero-pl-showcase__button, .aero-pl-showcase__screens a { transition: none; }
  .aero-pl-showcase__button:hover { transform: none; }
  .aero-pl-showcase__screens { scroll-snap-type: none; }
}
