:root {
  color-scheme: light;
  --ink: #14212a;
  --muted: #61717c;
  --paper: #f6f4ef;
  --panel: #ffffff;
  --line: rgba(20, 33, 42, 0.14);
  --ocean: #0f6b7d;
  --deep: #123746;
  --sun: #d8923d;
  --accent: #0f6b7d;
  --accent-strong: #123746;
  --shadow: 0 24px 70px rgba(18, 55, 70, 0.16);
}

.app-sailing-kirana { --accent: #0f6b7d; --accent-strong: #123746; --sun: #d8923d; }
.app-bussgeld { --accent: #b94b42; --accent-strong: #3f2730; --sun: #e0b15f; }
.app-my-lend-book { --accent: #5c8b68; --accent-strong: #1e4634; --sun: #d9a647; }
.app-library-cache-cleaner { --accent: #6b7280; --accent-strong: #202734; --sun: #8ecae6; }
.app-folioza { --accent: #8d5fb3; --accent-strong: #382b5f; --sun: #efb85c; }
.app-wattguru { --accent: #d8923d; --accent-strong: #4b3720; --sun: #73b9d6; }
.app-tankbuch-pro { --accent: #2f7c69; --accent-strong: #233f3a; --sun: #e0a84f; }

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(246, 244, 239, 0.98) 36%),
    linear-gradient(135deg, rgba(15, 107, 125, 0.14), rgba(216, 146, 61, 0.12));
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: var(--ocean);
  font-weight: 800;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  text-decoration: underline;
}

.page-shell {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 30px 0 58px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 30px;
  padding: 12px 14px;
  border: 1px solid rgba(20, 33, 42, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
}

.topbar img {
  width: clamp(132px, 18vw, 188px);
}

.toplinks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}

.language-row {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

.language-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 30px;
  padding: 0 8px;
  border-radius: 6px;
  color: var(--deep);
  font-size: 1.12rem;
  font-weight: 850;
  line-height: 1;
}

.language-row a.active {
  color: #ffffff;
  background: var(--accent);
}

.language-row a:hover,
.language-row a:focus-visible {
  text-decoration: none;
}

.hero-card,
.product-hero,
.privacy-promise-section,
.showcase-section,
.editorial-section,
.feature-section,
.howto-section,
.support-section,
.content-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 5vw, 54px);
  align-items: stretch;
  min-height: 0;
  padding: clamp(28px, 6vw, 74px);
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.12), transparent 48%),
    linear-gradient(135deg, var(--accent-strong), var(--accent));
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 34px 96px rgba(18, 55, 70, 0.25);
}

.product-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 22%, rgba(255, 255, 255, 0.18), transparent 24%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 18px);
  pointer-events: none;
}

.product-identity,
.product-meta {
  position: relative;
  z-index: 1;
}

.privacy-promise-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.45fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 48px);
  align-items: center;
  margin-top: 18px;
  padding: clamp(20px, 4vw, 34px);
  border-left: 6px solid var(--accent);
  background:
    linear-gradient(135deg, rgba(15, 107, 125, 0.08), rgba(216, 146, 61, 0.08)),
    #ffffff;
}

.privacy-promise-section h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  line-height: 1.05;
}

.privacy-promise-section p:last-child {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.02rem, 2vw, 1.18rem);
  line-height: 1.58;
}

.product-identity {
  display: grid;
  grid-template-columns: clamp(132px, 22vw, 238px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.product-identity h1 {
  max-width: 100%;
  font-size: clamp(3rem, 6.2vw, 5.6rem);
  overflow-wrap: break-word;
}

.product-identity .subtitle {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.08rem, 2.2vw, 1.38rem);
}

.product-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(16px, 3vw, 30px);
  align-items: stretch;
}

.product-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
  min-width: 0;
  width: 100%;
}

.product-facts article {
  display: grid;
  gap: 5px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 32px rgba(20, 33, 42, 0.08);
}

.product-facts span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-facts strong {
  color: #ffffff;
  font-size: 0.98rem;
  line-height: 1.32;
}

.language-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 4px;
}

.language-chip {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  background: transparent;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.hero-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
  min-height: clamp(380px, 46vw, 520px);
  padding: clamp(28px, 6vw, 72px);
  margin-bottom: 22px;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(135deg, var(--accent-strong), var(--accent)),
    var(--deep);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 90px rgba(18, 55, 70, 0.24);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent 28%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 18px);
  pointer-events: none;
}

.hero-card > * {
  position: relative;
  z-index: 1;
}

.app-icon {
  width: clamp(132px, 22vw, 238px);
  aspect-ratio: 1;
  object-fit: cover;
  border: 5px solid rgba(255, 255, 255, 0.72);
  border-radius: clamp(28px, 5vw, 54px);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.26);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--sun);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3rem, 8vw, 7rem);
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

h3 {
  margin: 24px 0 8px;
  font-size: 1.2rem;
}

p {
  margin: 12px 0 0;
  color: var(--muted);
}

.hero-card p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.product-meta .actions {
  align-items: stretch;
  justify-content: flex-end;
  margin-top: 0;
}

.product-meta .button {
  min-height: 100%;
}

.published-product-meta {
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.published-product-meta .product-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.published-product-meta .actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

.published-product-meta .button {
  min-height: 52px;
  padding-inline: 18px;
  text-align: center;
}

.app-store-badge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 12px;
  line-height: 0;
  text-decoration: none;
}

.app-store-badge-link img {
  display: block;
  width: auto;
  height: 48px;
  max-width: 100%;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--accent);
  color: #ffffff;
  font-weight: 850;
}

.button.secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
}

.content-card {
  padding: clamp(22px, 4vw, 34px);
  margin-top: 16px;
}

.meta-list,
.link-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.hero-card .meta-list,
.product-hero .meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.meta-list li,
.link-list li {
  color: var(--muted);
}

.hero-card .meta-list li,
.product-hero .meta-list li {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.09);
  font-size: 0.86rem;
  font-weight: 750;
}

.hero-card .meta-list strong,
.product-hero .meta-list strong {
  color: #ffffff;
  margin-right: 4px;
}

.link-list {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.link-list li {
  min-height: 100%;
  padding: 14px 14px 14px 16px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  color: var(--muted);
  background: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0.68));
}

.meta-list strong {
  color: var(--ink);
}

.footer-note {
  margin-top: 28px;
  color: var(--muted);
  font-size: 0.92rem;
}

.showcase-section,
.editorial-section,
.store-meta-section,
.version-history-section,
.feature-section,
.howto-section,
.support-section {
  margin-top: 18px;
  padding: clamp(24px, 4vw, 42px);
}

.section-title {
  display: grid;
  gap: 2px;
  margin-bottom: 18px;
}

.section-title h2,
.support-section h2 {
  font-size: clamp(1.8rem, 4vw, 3.5rem);
}

.screenshot-platform-switcher {
  display: inline-flex;
  max-width: 100%;
  gap: 4px;
  margin: 0 0 18px;
  padding: 4px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(20, 33, 42, 0.05);
}

.screenshot-platform-button {
  flex: 0 0 auto;
  min-width: 82px;
  padding: 9px 14px;
  border: 0;
  border-radius: 6px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
}

.screenshot-platform-button:hover,
.screenshot-platform-button:focus-visible {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
}

.screenshot-platform-button.is-active {
  color: #ffffff;
  background: var(--accent);
  box-shadow: 0 4px 12px rgba(20, 33, 42, 0.16);
}

.screenshot-platform-panel {
  min-width: 0;
}

.screenshot-platform-panel[hidden] {
  display: none;
}

.screenshot-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(230px, 34%);
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
}

.screenshot-card {
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(20, 33, 42, 0.1);
  scroll-snap-align: start;
}

.screenshot-card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.screenshot-zoom {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.screenshot-card figcaption {
  padding: 12px 14px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.mac-screenshots {
  grid-auto-flow: column;
  grid-auto-columns: minmax(520px, 74%);
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}

.mac-screenshots .screenshot-card {
  min-height: 0;
  padding: 10px;
  background:
    linear-gradient(180deg, rgba(20, 33, 42, 0.08), rgba(20, 33, 42, 0.02)),
    #ffffff;
}

.mac-screenshots .screenshot-card::before {
  content: "";
  display: block;
  height: 12px;
  margin: 2px 0 10px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 8px 50%, #ff5f57 0 5px, transparent 6px),
    radial-gradient(circle at 26px 50%, #ffbd2e 0 5px, transparent 6px),
    radial-gradient(circle at 44px 50%, #28c840 0 5px, transparent 6px);
}

.mac-screenshots .screenshot-card img {
  display: block;
  height: auto;
  max-height: 430px;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  border: 1px solid rgba(20, 33, 42, 0.1);
  border-radius: 6px;
  background: #f8fafb;
}

.mac-screenshots .screenshot-card figcaption {
  padding: 10px 4px 2px;
}

.mixed-screenshots {
  grid-auto-columns: minmax(250px, 31%);
}

.mixed-screenshots .screenshot-card {
  min-height: 0;
}

.mixed-screenshots .screenshot-card img {
  display: block;
  height: 430px;
  object-fit: contain;
  background: #f8fafb;
}

.tablet-screenshots {
  grid-auto-columns: minmax(390px, 58%);
}

.tablet-screenshots .screenshot-card {
  min-height: 0;
}

.tablet-screenshots .screenshot-card img {
  display: block;
  height: 430px;
  object-fit: contain;
  background: #f8fafb;
}

.image-lightbox[hidden] {
  display: none;
}

.is-lightbox-open {
  overflow: hidden;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 34px);
  background: rgba(8, 13, 17, 0.84);
  backdrop-filter: blur(18px);
}

.image-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
  cursor: zoom-out;
}

.image-lightbox__frame {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  width: min(96vw, 1500px);
  max-height: 92vh;
}

.image-lightbox__image {
  display: block;
  width: 100%;
  max-height: calc(92vh - 62px);
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

.image-lightbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(8, 13, 17, 0.72);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.image-lightbox__caption {
  margin: 0;
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 800;
  text-align: center;
}

.mock-screen {
  display: grid;
  align-content: space-between;
  padding: 18px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent),
    linear-gradient(145deg, var(--accent-strong), var(--accent));
}

.mock-screen div {
  display: grid;
  gap: 18px;
  min-height: 330px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.mock-screen span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.mock-screen strong {
  align-self: end;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.06;
}

.mock-screen figcaption {
  color: rgba(255, 255, 255, 0.72);
}

.editorial-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 70px);
}

.description-copy {
  display: grid;
  gap: 16px;
}

.description-copy p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.62;
}

.store-meta-section {
  display: grid;
  gap: 18px;
}

.store-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.store-meta-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.store-meta-card.wide {
  grid-column: 1 / -1;
}

.store-meta-card h3 {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.store-meta-card p {
  margin: 0;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.58;
  white-space: pre-line;
}

.version-history-section {
  display: grid;
  gap: 18px;
}

.version-timeline {
  position: relative;
  display: grid;
  padding-left: 28px;
}

.version-timeline::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 7px;
  width: 2px;
  background: var(--line);
}

.version-entry {
  position: relative;
  padding: 0 0 28px;
}

.version-entry:last-child {
  padding-bottom: 0;
}

.version-entry::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -27px;
  width: 12px;
  height: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
}

.version-entry.is-upcoming::before {
  background: var(--sun);
  box-shadow: 0 0 0 1px var(--sun);
}

.version-entry.is-upcoming .version-label {
  display: inline-flex;
  padding: 4px 7px;
  border: 1px solid rgba(216, 146, 61, 0.34);
  border-radius: 6px;
  color: #82551f;
  background: rgba(216, 146, 61, 0.1);
}

.version-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 12px;
  align-items: center;
  margin-bottom: 8px;
}

.version-heading h3 {
  margin: 0;
  font-size: 1.2rem;
}

.version-label {
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 850;
}

.version-entry ul {
  display: grid;
  gap: 7px;
  padding-left: 19px;
  margin: 0;
  color: var(--muted);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
}

.feature-grid article {
  min-height: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--accent);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0.68));
}

.feature-grid h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.12;
}

.feature-grid p {
  margin-top: 10px;
}

.step-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.step-list li {
  display: grid;
  gap: 18px;
  min-height: 180px;
  padding: 18px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(145deg, var(--accent-strong), var(--accent));
}

.step-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--accent-strong);
  background: rgba(255, 255, 255, 0.88);
  font-weight: 900;
}

.step-list p {
  align-self: end;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
}

.support-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent-strong), var(--accent));
}

.support-section p {
  color: rgba(255, 255, 255, 0.78);
}

.support-section .button.secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 900px) {
  .product-meta {
    grid-template-columns: 1fr;
  }

  .product-meta .actions {
    justify-content: flex-start;
  }

  .product-meta .button {
    min-height: 44px;
  }
}

@media (max-width: 640px) {
  .topbar,
  .hero-card,
  .product-hero,
  .product-identity,
  .privacy-promise-section,
  .editorial-section,
  .support-section {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .topbar {
    flex-direction: column;
  }

  .toplinks,
  .language-row {
    width: 100%;
  }

  .language-row {
    justify-content: space-between;
  }

  .language-row a {
    flex: 1;
  }

  .button {
    width: 100%;
  }

  .published-product-meta .product-facts,
  .published-product-meta .actions {
    grid-template-columns: 1fr;
  }

  .screenshot-strip,
  .store-meta-grid,
  .step-list {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: 1fr;
  }

  .screenshot-card {
    min-height: 320px;
  }

  .screenshot-card img {
    height: 270px;
  }

  .mac-screenshots .screenshot-card img {
    height: auto;
    max-height: none;
  }

  .mixed-screenshots .screenshot-card img {
    height: 360px;
  }

  .tablet-screenshots .screenshot-card img {
    height: auto;
    max-height: 520px;
  }
}
