/* Product-media system: preserve complete UI screenshots and keep icon language consistent. */
.nav-icon {
  width: 17px;
  height: 17px;
  flex: none;
}
.language-button {
  border-radius: 999px;
}
.language-button:hover {
  background: #202024;
  color: var(--paper);
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 4px;
}
.download-icon {
  width: 18px;
  height: 18px;
  flex: none;
}
.nav-download-icon {
  width: 14px;
  height: 14px;
}
.android-download {
  min-height: 58px;
  padding-inline: 27px;
  box-shadow: 0 12px 35px rgba(215, 255, 94, 0.16);
  font-size: 15px;
}
.disabled-cta {
  cursor: default;
  user-select: none;
}
.disabled-cta:hover {
  transform: none;
}
.text-action {
  align-self: center;
  padding: 10px 4px;
  color: #a5a5ab;
  border-bottom: 1px solid #4a4a50;
  font-size: 12px;
}
.android-note {
  margin-top: 12px;
  color: #77777e;
  font: 10px/1.4 monospace;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.blog-preview .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.blog-preview .blog-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 44px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--panel);
}
.blog-number { color: #626269; font: 11px/1 monospace; }
.blog-meta { color: var(--acid); font: 700 10px/1.4 monospace; letter-spacing: .08em; text-transform: uppercase; }
.blog-preview h3 { margin: 13px 0 10px; font-size: 27px; line-height: 1.08; letter-spacing: -.035em; }
.blog-preview p { margin: 0 0 19px; color: #8e8e95; font-size: 13px; }
.article-link { color: var(--acid); font-size: 12px; font-weight: 750; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 0; cursor: pointer; font-size: 18px; font-weight: 750; }
.faq-list p { max-width: 760px; margin: -7px 0 25px; color: var(--muted); }
.hero {
  min-height: 900px;
}
.hero-art {
  min-height: 700px;
  overflow: visible;
}
.hero-stack {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.hero-device {
  position: relative;
  width: min(390px, 92%);
  aspect-ratio: 9/16;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 32px;
  background: #111;
  box-shadow: 0 45px 110px rgba(0, 0, 0, 0.55);
}
.hero-device picture,
.hero-device img {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-device img {
  object-fit: contain;
}
.rings {
  width: 560px;
}
.platform-pills {
  display: flex;
  justify-content: center;
  gap: 7px;
}
.platform-pills span,
.platform-badge,
.privacy-device-label,
.review-platforms span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(8, 8, 10, 0.86);
  color: #f1f1f3;
  font: 700 10px/1 monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}
.platform-pills span {
  padding: 9px 12px;
}
.feature-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.card:nth-child(n) {
  grid-column: auto;
  min-height: 310px;
  padding: 24px;
}
.card:first-child h3,
.card h3 {
  margin: 48px 0 10px;
  font-family: inherit;
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -0.02em;
}
.card-top,
.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.ui-icon {
  width: 36px;
  height: 36px;
  padding: 7px;
  border: 1px solid #3b3b42;
  border-radius: 11px;
  color: var(--acid);
}
.moments-section {
  width: min(1360px, calc(100% - 48px));
}
.scene-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 16px;
  align-items: start;
}
.scene,
.scene:first-child {
  display: flex;
  height: auto;
  min-width: 0;
  grid-row: auto;
  flex-direction: column;
  overflow: hidden;
  border-radius: 26px;
  background: #121215;
}
.scene-media {
  position: relative;
  aspect-ratio: 9/16;
  overflow: hidden;
  background: #101014;
}
.scene picture,
.scene img,
.scene-media picture,
.scene-media img {
  display: block;
  width: 100%;
  height: 100%;
}
.scene img,
.scene-media img {
  object-fit: contain;
  transition: none;
}
.scene:hover img {
  transform: none;
}
.scene:after {
  display: none;
}
.scene-copy {
  position: static;
  min-height: 148px;
  padding: 18px 18px 21px;
  border-top: 1px solid var(--line);
  background: #121215;
}
.scene-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.platform-badge {
  padding: 6px 8px;
  color: #cfcfd4;
  background: #202024;
}
.scene h3,
.scene:first-child h3 {
  max-width: none;
  margin: 13px 0 0;
  font-family: inherit;
  font-size: 19px;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.privacy-grid {
  grid-template-columns: 1fr 0.72fr;
  min-height: 680px;
  padding: 70px 0;
}
.privacy-visual {
  position: relative;
  justify-self: center;
  width: min(360px, 100%);
  overflow: visible;
  text-align: center;
}
.privacy-visual picture {
  display: block;
  width: 100%;
  aspect-ratio: 9/16;
  overflow: hidden;
  border: 2px solid rgba(17, 20, 7, 0.42);
  border-radius: 34px;
  background: #111;
  box-shadow: 20px 22px rgba(17, 20, 7, 0.14);
}
.privacy-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.privacy-device-label {
  position: static;
  margin-top: 18px;
  padding: 8px 10px;
}
.step-top {
  min-height: 40px;
}
.step-icon {
  width: 34px;
  height: 34px;
  padding: 7px;
  border: 1px solid #34343a;
  border-radius: 50%;
  color: var(--acid);
}
.step h3 {
  margin-top: 42px;
}
.review-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}
.review-platforms span {
  padding: 9px 12px;
}
.mini-icon {
  width: 15px;
  height: 15px;
  color: var(--acid);
}
.reveal,
.reveal.visible {
  opacity: 1;
  transform: none;
}
.scene.fallback .scene-media:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #17364f, #78a8bb);
}
@media (max-width: 1100px) {
  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .card:nth-child(n) {
    grid-column: auto;
  }
  .scene-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 920px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-art {
    min-height: 680px;
  }
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .card:last-child {
    grid-column: span 2;
  }
  .scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .privacy-grid {
    grid-template-columns: 1fr 1fr;
  }
  .privacy-visual {
    order: 0;
  }
  .moments-section {
    width: min(calc(100% - 32px), 760px);
  }
  .blog-preview .blog-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .hero-art {
    min-height: 610px;
    transform: none;
    margin: 12px 0 0;
  }
  .hero-device {
    width: min(330px, 94%);
    border-radius: 27px;
  }
  .rings {
    width: 390px;
  }
  .feature-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .card:nth-child(n),
  .card:last-child {
    grid-column: auto;
    min-height: 230px;
    margin: 0;
  }
  .card:first-child {
    min-height: 230px;
  }
  .card:first-child h3,
  .card h3 {
    margin-top: 30px;
    font-size: 21px;
  }
  .moments-section {
    width: calc(100% - 30px);
  }
  .scene-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .scene,
  .scene:first-child {
    width: min(350px, 100%);
    height: auto;
    margin: 0 auto;
  }
  .scene-copy {
    min-height: 125px;
  }
  .scene h3,
  .scene:first-child h3 {
    font-size: 20px;
  }
  .privacy-grid {
    grid-template-columns: 1fr;
    padding: 65px 0;
  }
  .privacy-visual {
    order: 0;
    width: min(330px, 94%);
    margin-top: 20px;
  }
  .steps {
    display: grid;
  }
  .step h3 {
    margin-top: 28px;
  }
  .review-platforms {
    margin-bottom: 12px;
  }
  .android-note {
    text-align: center;
  }
}
