.app-family-page .page-hero {
  background: linear-gradient(120deg, #04192c 0%, #073e70 72%, #07599f 100%);
}

.app-family-page .page-hero .eyebrow,
.app-family-page .page-hero h1,
.app-family-page .breadcrumbs,
.app-family-page .breadcrumbs a {
  color: #fff;
}

.app-family-layout {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
  grid-template-areas:
    "main contact"
    "related contact";
}

.app-family-layout > .app-family-content {
  grid-area: main;
  max-width: none;
}

.app-family-layout > .app-family-related {
  grid-area: related;
  max-width: none;
  margin: clamp(48px, 6vw, 72px) 0 0;
  padding-top: clamp(32px, 4vw, 48px);
  border-top: 1px solid var(--line);
}

.app-family-layout > .solution-contact {
  grid-area: contact;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
  width: 100%;
  height: fit-content;
  margin: 0;
  padding: 28px;
  position: sticky;
  top: 104px;
  align-self: start;
}

.app-family-layout > .solution-contact h2 {
  overflow-wrap: normal;
  hyphens: auto;
}

.app-family-layout > .solution-contact .button {
  width: 100%;
  max-width: 100%;
  padding-inline: 16px;
  text-align: center;
  white-space: normal;
}

.app-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(260px, .88fr);
  align-items: center;
  gap: clamp(28px, 5vw, 58px);
  margin-bottom: clamp(56px, 8vw, 92px);
  padding: clamp(30px, 5vw, 58px);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #04192c, #07599f);
  overflow: hidden;
}

.app-product-hero .eyebrow {
  color: #abd4f4;
}

.app-product-hero h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(34px, 4.8vw, 60px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.app-product-hero .app-hero-lead {
  margin: 0 0 26px;
  color: #edf6fc;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
}

.app-actions,
.store-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.app-actions a,
.store-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #c6d7e5;
  border-radius: 3px;
  color: var(--blue);
  background: #fff;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.app-product-hero .app-actions a {
  border-color: rgba(255,255,255,.6);
  color: #fff;
  background: rgba(255,255,255,.08);
}

.app-product-hero .app-actions a:first-child {
  border-color: var(--orange);
  color: #171717;
  background: var(--orange);
}

.app-hero-visual,
.app-gallery {
  display: grid;
  gap: 18px;
}

.app-hero-visual {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  min-width: 0;
}

.app-hero-visual figure,
.app-gallery figure,
.app-showcase-media {
  margin: 0;
  padding: 14px;
  border-radius: 18px;
  background: #edf3f8;
  box-shadow: 0 24px 48px rgba(0,0,0,.22);
}

.app-hero-visual figure:first-child {
  transform: translateY(-18px);
}

.app-hero-visual figure:last-child {
  transform: translateY(18px);
}

.app-hero-visual img,
.app-gallery img,
.app-showcase-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 540px;
  object-fit: contain;
}

.app-section {
  margin: clamp(58px, 8vw, 94px) 0 0;
}

.app-section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.app-section-heading h2,
.app-showcase-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.app-value-grid,
.app-module-grid,
.app-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.app-value-card,
.app-module-card,
.app-flow > div {
  min-width: 0;
  padding: 24px;
  border: 1px solid #d8e3ec;
  border-top: 3px solid var(--blue);
  border-radius: 4px;
  background: #fff;
}

.app-value-card h3,
.app-module-card h3,
.app-flow h3 {
  margin: 0 0 9px;
  font-size: 20px;
}

.app-value-card p,
.app-module-card p,
.app-flow p {
  margin: 0;
}

.app-module-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.app-module-card ul,
.app-check-list {
  margin: 12px 0 0;
  padding-left: 20px;
}

.app-module-card li,
.app-check-list li {
  margin: 7px 0;
}

.app-showcase {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(30px, 5vw, 62px);
  margin-top: clamp(52px, 8vw, 90px);
  padding-top: clamp(40px, 6vw, 70px);
  border-top: 1px solid var(--line);
}

.app-showcase:nth-of-type(even) .app-showcase-media {
  order: 2;
}

.app-showcase-media {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 10px;
  background: linear-gradient(145deg, #e8f1f8, #f8fafc);
}

.app-showcase-media img:first-child:last-child {
  grid-column: 1/-1;
}

.app-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.app-gallery figure {
  box-shadow: 0 16px 36px rgba(5,36,63,.13);
}

.app-gallery figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.app-integration {
  margin-top: clamp(58px, 8vw, 90px);
  padding: clamp(28px, 5vw, 48px);
  border-left: 4px solid var(--orange);
  color: #fff;
  background: var(--navy);
}

.app-integration h2 {
  margin: 0 0 12px;
  color: #fff;
}

.app-integration p {
  color: #e2eef7;
}

.app-integration a {
  color: #fff;
  font-weight: 750;
}

.app-sitemap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 52px;
}

.app-sitemap-group {
  min-width: 0;
  padding-top: 18px;
  border-top: 2px solid var(--blue);
}

.app-sitemap-group h2 {
  margin-top: 0;
  font-size: 24px;
}

.app-sitemap-group ul {
  margin: 0;
  padding-left: 20px;
}

.app-sitemap-group li {
  margin: 8px 0;
}

@media (max-width: 1100px) {
  .app-family-layout {
    grid-template-columns: minmax(0, 1fr) minmax(290px, 320px);
  }

  .app-value-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .app-family-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "main"
      "contact"
      "related";
  }

  .app-family-layout > .solution-contact {
    margin-top: 12px;
    position: static;
    top: auto;
    align-self: auto;
  }

  .app-product-hero,
  .app-showcase {
    grid-template-columns: 1fr;
  }

  .app-showcase:nth-of-type(even) .app-showcase-media {
    order: 0;
  }
}

@media (min-width: 851px) and (max-width: 1100px) {
  .app-family-page .menu-simple > .dropdown-menu {
    right: 0;
    left: auto;
    transform: translateY(8px);
  }

  .app-family-page .menu-simple > button[aria-expanded="true"] + .dropdown-menu,
  .app-family-page .menu-simple:focus-within > .dropdown-menu {
    transform: translateY(0);
  }
}

@media (max-width: 620px) {
  .app-product-hero {
    padding: 26px 22px 32px;
  }

  .app-product-hero h2 {
    font-size: 36px;
  }

  .app-value-grid,
  .app-module-grid,
  .app-flow,
  .app-gallery,
  .app-sitemap-grid {
    grid-template-columns: 1fr;
  }

  .app-hero-visual {
    max-width: 330px;
    margin: 8px auto 0;
  }

  .app-showcase-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .app-actions,
  .store-links {
    align-items: stretch;
    flex-direction: column;
  }
}

/* App screenshot presentation · release 20260908-r2 */
.app-hero-visual figure {
  position: relative;
  transition: transform .35s ease, box-shadow .35s ease;
}

.app-hero-visual figure:hover {
  z-index: 2;
  transform: translateY(-8px) scale(1.025);
  box-shadow: 0 30px 62px rgba(0,0,0,.3);
}

.app-gallery-staged {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  min-width: 0;
  padding: clamp(28px, 5vw, 54px) clamp(16px, 4vw, 42px);
  border-radius: 22px;
  background: linear-gradient(145deg, #e4eef6 0%, #f7fafc 52%, #d9e8f3 100%);
  isolation: isolate;
}

.app-gallery-staged figure {
  grid-row: 1;
  min-width: 0;
  padding: 10px;
  transition: transform .35s ease, opacity .35s ease, box-shadow .35s ease, filter .35s ease;
}

.app-gallery-staged figure:nth-child(1) {
  grid-column: 1 / 6;
  z-index: 1;
  transform: translateY(24px) rotate(-3.5deg) scale(.9);
}

.app-gallery-staged figure:nth-child(2) {
  grid-column: 5 / 10;
  z-index: 3;
  transform: translateY(-18px);
}

.app-gallery-staged figure:nth-child(3) {
  grid-column: 8 / 13;
  z-index: 2;
  transform: translateY(30px) rotate(3.5deg) scale(.92);
}

.app-gallery-staged.app-gallery-four figure:nth-child(1) {
  grid-column: 1 / 5;
}

.app-gallery-staged.app-gallery-four figure:nth-child(2) {
  grid-column: 4 / 8;
}

.app-gallery-staged.app-gallery-four figure:nth-child(3) {
  grid-column: 7 / 11;
}

.app-gallery-staged.app-gallery-four figure:nth-child(4) {
  grid-column: 9 / 13;
  grid-row: 1;
  z-index: 1;
  transform: translateY(12px) rotate(4.5deg) scale(.86);
}

.app-gallery-staged:hover figure:not(:hover) {
  opacity: .7;
  filter: saturate(.72);
}

.app-gallery-staged figure:hover {
  z-index: 5;
  opacity: 1;
  filter: none;
  transform: translateY(-28px) rotate(0) scale(1.045);
  box-shadow: 0 30px 64px rgba(5,36,63,.28);
}

.app-gallery-staged img {
  max-height: 600px;
  border-radius: 11px;
}

.app-showcase-media-staged {
  position: relative;
  isolation: isolate;
}

.app-showcase-media-staged img {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 14px 32px rgba(5,36,63,.18);
  transition: transform .3s ease, opacity .3s ease, box-shadow .3s ease;
}

.app-showcase-media-staged img:nth-child(1) {
  z-index: 1;
  transform: translateY(14px) rotate(-3deg) scale(.92);
}

.app-showcase-media-staged img:nth-child(2) {
  z-index: 3;
  transform: translateY(-10px);
}

.app-showcase-media-staged img:nth-child(3) {
  z-index: 2;
  transform: translateY(18px) rotate(3deg) scale(.92);
}

.app-showcase-media-staged:hover img:not(:hover) {
  opacity: .72;
}

.app-showcase-media-staged img:hover {
  z-index: 5;
  opacity: 1;
  transform: translateY(-12px) rotate(0) scale(1.055);
  box-shadow: 0 22px 48px rgba(5,36,63,.28);
}

.store-links.store-badges {
  gap: 12px;
}

.store-badges a {
  min-height: 40px;
  padding: 0;
  border: 0;
  border-radius: 7px;
  color: inherit;
  background: transparent;
  transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.store-badges a:hover,
.store-badges a:focus-visible {
  opacity: .9;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(5,36,63,.2);
}

.store-badges img {
  display: block;
  width: auto;
  height: 40px;
  max-width: 100%;
}

@media (max-width: 900px) {
  .app-gallery-staged {
    padding-inline: clamp(14px, 4vw, 32px);
  }

  .app-gallery-staged figure:nth-child(1) {
    grid-column: 1 / 6;
  }

  .app-gallery-staged figure:nth-child(2) {
    grid-column: 5 / 10;
  }

  .app-gallery-staged figure:nth-child(3) {
    grid-column: 8 / 13;
  }
}

@media (max-width: 620px) {
  .app-gallery-staged,
  .app-gallery-staged.app-gallery-four {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding: 22px;
  }

  .app-gallery-staged figure,
  .app-gallery-staged figure:nth-child(n),
  .app-gallery-staged.app-gallery-four figure:nth-child(n) {
    grid-column: 1;
    grid-row: auto;
    width: min(100%, 300px);
    margin-inline: auto;
    transform: none;
  }

  .app-gallery-staged:hover figure:not(:hover) {
    opacity: 1;
    filter: none;
  }

  .app-gallery-staged figure:hover {
    transform: scale(1.018);
  }

  .app-showcase-media-staged img:nth-child(n) {
    transform: none;
  }

  .app-showcase-media-staged img:hover {
    transform: scale(1.025);
  }

  .store-links.store-badges {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .app-hero-visual figure,
  .app-gallery-staged figure,
  .app-showcase-media-staged img,
  .store-badges a {
    transition-duration: .01ms;
  }
}
