/* ASIS Galeri */

:root {
  --gallery-ink: #0a1b36;
  --gallery-navy: #071b3b;
  --gallery-blue: #176bff;
  --gallery-soft: #f3f7fc;
  --gallery-line: #dce5f0;
  --gallery-muted: #637089;
  --gallery-green: #12a875;
  --gallery-purple: #7958e8;
  --gallery-orange: #f28a35;
  --gallery-pink: #d14b8f;
}

body.gallery-page {
  font-family: 'Manrope', sans-serif;
  color: var(--gallery-ink);
  overflow-x: hidden;
  background:
    radial-gradient(circle at top right, rgba(23, 107, 255, 0.09), transparent 35%),
    radial-gradient(circle at bottom left, rgba(242, 138, 53, 0.07), transparent 28%),
    var(--gallery-soft);
}

.gallery-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.gallery-section {
  padding: 110px 0;
}

.gallery-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(100, 140, 200, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(100, 140, 200, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to right, #000, transparent 88%);
}

.gallery-kicker {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  color: var(--gallery-blue);
  margin-bottom: 20px;
}

.gallery-hero {
  position: relative;
  background: var(--gallery-navy);
  color: #fff;
  overflow: hidden;
}

.gallery-glow {
  position: absolute;
  left: -140px;
  top: -220px;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  background: rgba(23, 107, 255, 0.12);
  filter: blur(20px);
}

.gallery-hero-layout {
  position: relative;
  min-height: 650px;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

.gallery-copy h1 {
  color: #fff;
  font-size: clamp(46px, 5vw, 70px);
  line-height: 1.03;
  letter-spacing: -0.06em;
}

.gallery-copy > p {
  max-width: 620px;
  color: #a8b6cb;
  font-size: 14px;
  line-height: 1.85;
  margin-top: 22px;
}

.gallery-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.gallery-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
  color: #8597b2;
  font-size: 9px;
}

.gallery-feature {
  background: #fff;
  color: var(--gallery-ink);
  border: 7px solid #183455;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 35px 75px rgba(0, 0, 0, 0.32);
}

.gallery-player {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.player-stage {
  min-height: 430px;
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 30%),
    linear-gradient(145deg, #0f62fe, #0a2a5f 60%, #06162e);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.player-stage:before,
.player-stage:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.player-stage:before {
  width: 220px;
  height: 220px;
  left: -70px;
  bottom: -90px;
}

.player-stage:after {
  width: 180px;
  height: 180px;
  right: -50px;
  top: -50px;
}

.player-stage span {
  position: relative;
  z-index: 1;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 20px;
}

.player-stage button {
  position: relative;
  z-index: 1;
  width: 86px;
  height: 86px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--gallery-blue);
  font-size: 26px;
  font-weight: 800;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.22);
}

.player-stage small {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 22px;
  color: #d6e1f2;
  font-size: 8px;
}

.player-controls {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  font-size: 7px;
  color: #73839a;
}

.progress {
  height: 7px;
  border-radius: 999px;
  background: #e9eff7;
  overflow: hidden;
}

.progress i {
  display: block;
  height: 100%;
  width: 32%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gallery-blue), #57a0ff);
}

.gallery-heading {
  max-width: 820px;
}

.gallery-heading h2 {
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.05em;
  line-height: 1.12;
}

.gallery-heading p {
  font-size: 11px;
  line-height: 1.85;
  margin-top: 15px;
}

.main-video-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: start;
  margin-top: 48px;
}

.video-stage,
.chapter-card {
  background: #fff;
  border: 1px solid var(--gallery-line);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(17, 48, 90, 0.06);
}

.video-stage {
  padding: 22px;
}

.video-frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dfe6ef;
}

.video-topbar,
.shot-topbar {
  height: 40px;
  background: #f0f4fa;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  border-bottom: 1px solid #e1e7ef;
}

.video-topbar span,
.shot-topbar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bdc7d4;
}

.video-topbar span:first-child,
.shot-topbar span:first-child {
  background: #ff746b;
}

.video-topbar span:nth-child(2),
.shot-topbar span:nth-child(2) {
  background: #ffc75a;
}

.video-topbar span:nth-child(3),
.shot-topbar span:nth-child(3) {
  background: #46cc7d;
}

.video-topbar b,
.shot-topbar b {
  margin-left: auto;
  font-size: 7px;
  color: #7d8b9b;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-surface {
  min-height: 430px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.12), transparent 35%),
    linear-gradient(145deg, #0f62fe, #0a2a5f 58%, #06162e);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}

.video-surface button {
  width: 94px;
  height: 94px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--gallery-blue);
  font-size: 30px;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.video-surface strong {
  display: block;
  margin-top: 22px;
  font-size: 16px;
  letter-spacing: 0.04em;
}

.video-surface p {
  margin-top: 8px;
  max-width: 340px;
  color: #d4def0;
  font-size: 9px;
  line-height: 1.8;
}

.video-caption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 15px;
  color: #718097;
  font-size: 8px;
}

.chapter-card {
  padding: 26px;
}

.chapter-card small,
.note-card small {
  display: block;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #8a97a8;
}

.chapter-card h3 {
  font-size: 22px;
  letter-spacing: -0.05em;
  line-height: 1.15;
  margin: 12px 0 16px;
}

.chapter-card ol {
  margin: 0;
  padding-left: 18px;
}

.chapter-card li {
  font-size: 10px;
  line-height: 1.75;
  margin: 9px 0;
}

.chapter-card p {
  margin-top: 16px;
  font-size: 10px;
  line-height: 1.8;
}

.gallery-playlist {
  background: #fff;
  border-top: 1px solid var(--gallery-line);
  border-bottom: 1px solid var(--gallery-line);
}

.playlist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.playlist-card {
  border-radius: 16px;
  padding: 24px;
  min-height: 220px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 18px 40px rgba(17, 48, 90, 0.1);
}

.playlist-card span {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.playlist-card h3 {
  font-size: 18px;
  line-height: 1.2;
  margin: 14px 0 10px;
}

.playlist-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  line-height: 1.75;
}

.playlist-card b {
  align-self: flex-start;
  font-size: 7px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: 20px;
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.card-core {
  background: linear-gradient(145deg, #0f62fe, #082a67);
}

.card-edu {
  background: linear-gradient(145deg, #7c3aed, #3a1a66);
}

.card-parent {
  background: linear-gradient(145deg, #059669, #0a3451);
}

.card-office {
  background: linear-gradient(145deg, #0891b2, #0b3255);
}

.card-id {
  background: linear-gradient(145deg, #ea580c, #6a2b0a);
}

.card-analytics {
  background: linear-gradient(145deg, #d14b8f, #5f2144);
}

.shot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}

.shot-card {
  background: #fff;
  border: 1px solid var(--gallery-line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(17, 48, 90, 0.06);
}

.shot-surface,
.shot-phone,
.shot-tablet,
.shot-dark-layout,
.shot-core-layout,
.shot-analytics-layout {
  min-height: 250px;
  padding: 18px;
}

.shot-web .shot-surface {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  background: #f7faff;
}

.shot-sidebar {
  border-radius: 14px;
  background: linear-gradient(180deg, #0f62fe, #0b2a5a);
}

.shot-main {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.shot-metric {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.shot-metric i {
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #e7efff, #f6f8fd);
}

.shot-chart {
  flex: 1;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(23, 107, 255, 0.08), transparent),
    linear-gradient(135deg, #ffffff, #eff4fb);
  border: 1px solid #e2e9f2;
  position: relative;
}

.shot-chart:before {
  content: "";
  position: absolute;
  inset: 20px 18px 18px 18px;
  background:
    linear-gradient(90deg, transparent 0 14%, rgba(23, 107, 255, 0.2) 14% 18%, transparent 18% 31%, rgba(23, 107, 255, 0.14) 31% 35%, transparent 35% 50%, rgba(23, 107, 255, 0.22) 50% 57%, transparent 57% 100%),
    linear-gradient(to top, rgba(23, 107, 255, 0.12), transparent);
  border-radius: 12px;
}

.shot-main strong,
.shot-phone strong,
.shot-tablet strong,
.shot-dark-right strong,
.shot-core-main strong,
.shot-analytics-layout strong {
  font-size: 13px;
}

.shot-main small,
.shot-phone small,
.shot-tablet small,
.shot-dark-right small,
.shot-core-main small,
.shot-analytics-layout small {
  font-size: 8px;
  color: #73839a;
}

.shot-mobile .shot-phone {
  width: min(100%, 260px);
  margin-inline: auto;
  border-radius: 28px;
  border: 8px solid #173043;
  background: #f8fbff;
  box-shadow: 0 24px 52px rgba(27, 92, 70, 0.15);
}

.shot-notice {
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(145deg, #e7efff, #f5f8fe);
  margin-bottom: 14px;
}

.shot-list {
  height: 76px;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #eef4ff);
  border: 1px solid #e1e8f2;
  margin-bottom: 12px;
}

.shot-list.short {
  height: 52px;
}

.shot-phone strong,
.shot-tablet strong,
.shot-analytics-layout strong,
.shot-core-main strong {
  display: block;
  margin-top: 14px;
}

.shot-table .shot-tablet {
  background: linear-gradient(145deg, #eef5ff, #fff);
}

.shot-banner {
  height: 66px;
  border-radius: 14px;
  background: linear-gradient(145deg, #0f62fe, #0b2a5a);
  margin-bottom: 14px;
}

.shot-table-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  min-height: 86px;
}

.shot-table-grid i {
  border-radius: 12px;
  background: linear-gradient(180deg, #e5efff, #f7f9fd);
}

.shot-card-dark {
  background: linear-gradient(145deg, #091f42, #071b3b);
  color: #fff;
}

.shot-dark-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 14px;
  align-items: stretch;
}

.shot-dark-left,
.shot-core-side {
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(23, 107, 255, 0.14), rgba(255, 255, 255, 0.05)),
    #0e274d;
  min-height: 210px;
}

.shot-dark-right,
.shot-core-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.shot-dark-line,
.shot-core-line {
  height: 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  margin-bottom: 12px;
}

.shot-dark-line.wide,
.shot-core-line.wide {
  width: 84%;
}

.shot-core-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 14px;
  align-items: stretch;
}

.shot-core .shot-core-main {
  color: var(--gallery-ink);
}

.shot-core .shot-core-line {
  background: linear-gradient(90deg, #e7efff, #f6f8fc);
}

.shot-analytics-layout {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(209, 75, 143, 0.06), transparent),
    #fff;
}

.shot-analytics-bars {
  height: 124px;
  display: flex;
  align-items: end;
  gap: 8px;
  border-bottom: 1px solid #e5ebf1;
  margin-bottom: 16px;
}

.shot-analytics-bars i {
  flex: 1;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--gallery-pink), #f2bfd7);
}

.gallery-note {
  background: var(--gallery-soft);
}

.gallery-note-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 26px;
  align-items: start;
}

.gallery-note h2 {
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -0.05em;
  line-height: 1.12;
}

.gallery-note p {
  font-size: 11px;
  line-height: 1.85;
  margin-top: 15px;
}

.note-card {
  background: #fff;
  border: 1px solid var(--gallery-line);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 14px 32px rgba(17, 48, 90, 0.06);
}

.note-card strong {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  margin: 10px 0 12px;
}

.note-card p {
  margin: 0;
  font-size: 9px;
  line-height: 1.75;
}

.gallery-page .site-footer {
  background: #06152e;
}

@media (max-width: 1100px) {
  .gallery-hero-layout,
  .main-video-layout,
  .gallery-note-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .playlist-grid,
  .shot-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-feature {
    max-width: 700px;
  }
}

@media (max-width: 760px) {
  .gallery-shell {
    width: calc(100% - 28px);
  }

  .gallery-section {
    padding: 76px 0;
  }

  .gallery-copy {
    text-align: center;
  }

  .gallery-copy h1 {
    font-size: 42px;
  }

  .gallery-copy > p {
    font-size: 13px;
    margin-inline: auto;
  }

  .gallery-actions,
  .gallery-proof {
    justify-content: center;
  }

  .gallery-feature {
    padding: 18px;
  }

  .player-stage,
  .video-surface {
    min-height: 340px;
  }

  .playlist-grid,
  .shot-grid {
    grid-template-columns: 1fr;
  }

  .video-caption {
    display: block;
  }

  .video-caption span {
    display: block;
    margin-top: 6px;
  }

  .gallery-page .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-page .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .gallery-copy h1 {
    font-size: 38px;
  }

  .gallery-note h2 {
    font-size: 34px;
  }

  .shot-web .shot-surface,
  .shot-dark-layout,
  .shot-core-layout {
    grid-template-columns: 1fr;
  }

  .shot-sidebar,
  .shot-dark-left,
  .shot-core-side {
    min-height: 120px;
  }

  .gallery-page .footer-top {
    grid-template-columns: 1fr;
  }
}

/* Readability pass — player and screenshot UI intentionally stay compact. */
@media (min-width: 761px) {
  .gallery-kicker { font-size: 12px; }
  .gallery-copy > p { font-size: 18px; }
  .gallery-proof { font-size: 13px; }
  .gallery-heading p, .gallery-note p { font-size: 15px; line-height: 1.8; }
  .video-caption { font-size: 12.5px; }
  .chapter-card small, .note-card small { font-size: 12.5px; }
  .chapter-card h3, .playlist-card h3 { font-size: 19px; }
  .chapter-card li { font-size: 14px; line-height: 1.75; }
  .chapter-card p, .playlist-card p, .note-card p { font-size: 15px; line-height: 1.8; }
  .playlist-card span, .playlist-card b { font-size: 12px; }
  .note-card strong { font-size: 16px; }
}

@media (max-width: 760px) {
  .gallery-kicker { font-size: 11px; }
  .gallery-copy > p { font-size: 17px; line-height: 1.75; }
  .gallery-proof { font-size: 12.5px; }
  .gallery-heading p, .gallery-note p, .chapter-card p, .playlist-card p, .note-card p { font-size: 15px; line-height: 1.8; }
  .video-caption, .chapter-card small, .note-card small { font-size: 12.5px; }
  .chapter-card h3, .playlist-card h3 { font-size: 18px; }
  .chapter-card li { font-size: 14px; line-height: 1.75; }
  .playlist-card span, .playlist-card b { font-size: 12px; }
  .note-card strong { font-size: 16px; }
  .chapter-card a, .playlist-card a { min-height: 44px; }
}
