:root {
  --bg: #F5F7FA;
  --bg-grad-a: #FBFCFD;
  --bg-grad-b: #F5F7FA;
  --bg-grad-c: #F2F6FA;
  --surface: #FFFFFF;
  --surface-2: #EEF3F8;
  --line-soft: rgba(15, 23, 42, 0.07);
  --line-solid: #D5DEE8;
  --text: #0F172A;
  --muted: #475569;
  --orange: #F2B23B;
  --orange-warm: #FFC659;
  --label: #B45309;
  --blue: #1D4ED8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, var(--bg-grad-a) 0%, var(--bg-grad-b) 42%, var(--bg-grad-c) 100%);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }

.container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus,
.skip-link:focus-visible {
  left: 12px;
  top: 12px;
  width: auto;
  height: auto;
  overflow: visible;
  background: var(--surface);
  border: 1px solid var(--line-solid);
  border-radius: 10px;
  padding: 10px 14px;
  z-index: 1000;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid var(--line-soft);
  backdrop-filter: blur(10px);
  background: color-mix(in srgb, var(--bg) 88%, white 12%);
}

.nav-wrap {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  border: 1px solid var(--line-soft);
}

.brand strong {
  display: block;
  font-size: 1.08rem;
  letter-spacing: -0.01em;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
}

.main-nav {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.main-nav > a { color: var(--muted); font-weight: 600; font-size: 0.95rem; }
.main-nav > a:hover { color: var(--text); }


.lang-switch {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-self: end;
}

.lang-switch a {
  min-width: 42px;
  min-height: 34px;
  border-radius: 999px;
  border: 1px solid var(--line-solid);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--muted);
  background: var(--surface);
}

.lang-switch a.is-active {
  background: #FFF4DA;
  color: var(--label);
  border-color: color-mix(in srgb, var(--orange) 40%, transparent);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  padding: 0 18px;
  border: 1px solid transparent;
  font-weight: 700;
}

.btn-nav {
  background: var(--surface);
  border-color: var(--line-solid);
  color: var(--text) !important;
}

.btn-primary {
  background: linear-gradient(180deg, var(--orange-warm) 0%, var(--orange) 100%);
  color: #5F3909;
  box-shadow: 0 12px 28px rgba(242, 178, 59, 0.25);
}

.btn-secondary {
  background: var(--surface);
  border-color: var(--line-solid);
  color: var(--text);
}

.panel {
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.hero {
  padding: 44px 0 28px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.hero-copy,
.hero-visual {
  padding: 28px;
}

.hero-copy h1 {
  margin: 12px 0 16px;
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  line-height: 1.03;
  letter-spacing: -0.03em;
}

.hero-copy p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 1.02rem;
}

.eyebrow {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--orange) 36%, transparent);
  background: #FFF5DE;
  color: var(--label);
  padding: 0 12px;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.microcopy {
  margin-top: 14px !important;
  font-size: 0.92rem !important;
}

.hero-visual {
  background: linear-gradient(155deg, #FFFFFF 0%, var(--surface-2) 100%);
}

.hero-visual img,
.media-slot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.section-block { padding: 26px 0; }
.section-block.alt { background: color-mix(in srgb, var(--surface-2) 55%, transparent); }

.section-head { max-width: 840px; margin-bottom: 16px; }
.section-head h2 {
  margin: 0 0 8px;
  font-size: clamp(1.58rem, 2.8vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.section-head p { margin: 0; color: var(--muted); }

.grid { display: grid; gap: 16px; }
.kpi-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.three-col { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.kpi-card { padding: 20px; }
.kpi-card strong {
  font-size: 2rem;
  line-height: 1;
  color: var(--text);
}
.kpi-card p { margin: 8px 0 0; color: var(--muted); }

.card,
.faq-item,
.media-slot,
.final-cta { padding: 20px; }

.card h3,
.faq-item h3 { margin: 0 0 8px; font-size: 1.2rem; line-height: 1.18; }
.card p,
.faq-item p { margin: 0; color: var(--muted); }
.card ul { margin: 12px 0 0; padding-left: 18px; color: var(--muted); }
.card li + li { margin-top: 8px; }

.chip {
  display: inline-block;
  margin: 0 0 8px;
  background: #FFF4DA;
  color: var(--label) !important;
  border: 1px solid color-mix(in srgb, var(--orange) 40%, transparent);
  border-radius: 999px;
  padding: 2px 10px;
  font-size: 0.76rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.card code {
  background: #EAF1FF;
  color: var(--blue);
  border: 1px solid #C7D7FA;
  border-radius: 8px;
  padding: 0 6px;
  font-weight: 700;
}

.extra-row { margin-top: 16px; }
.gallery-note {
  margin: 12px 0 0;
  color: var(--muted);
}

.final-cta h2 { margin: 0 0 10px; }
.final-cta p { margin: 0; color: var(--muted); }

.footer {
  margin-top: 24px;
  padding: 24px 0 40px;
  border-top: 1px solid var(--line-soft);
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  color: var(--muted);
}

.footer-wrap p { margin: 0; }
.footer-wrap nav { display: flex; gap: 14px; flex-wrap: wrap; }

@media (max-width: 1024px) {
  .hero-grid,
  .kpi-grid,
  .three-col,
  .two-col,
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .nav-wrap {
    min-height: auto;
    padding: 10px 0 8px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
  }

  .brand img {
    width: 52px;
    height: 52px;
  }

  .brand strong {
    font-size: 1rem;
  }

  .brand small {
    font-size: .8rem;
    line-height: 1.2;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
    margin-top: 4px;
  }

  .lang-switch {
    grid-column: 1 / -1;
    justify-self: start;
    margin-top: 2px;
  }

  .hero-copy,
  .hero-visual {
    padding: 18px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-visual .public-media-frame {
    aspect-ratio: auto;
    overflow: visible;
    background: transparent;
  }

  .hero-visual .public-media-frame img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
  }

  .proof-card {
    padding: 10px;
  }

  .proof-card figcaption {
    display: none;
  }
}


.not-found-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.not-found-card {
  width: min(760px, 100%);
  padding: 28px;
}

.not-found-card h1 {
  margin: 8px 0 10px;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.08;
}

.not-found-card p {
  color: var(--muted);
}

.public-header + main .hero {
  padding-top: 34px;
}

.trust-strip {
  margin: 10px 0 24px;
}

.trust-strip-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-pill {
  background: #FFFFFF;
  border: 1px solid rgba(15,23,42,.07);
  border-radius: 14px;
  padding: 12px;
  color: #475569;
  font-weight: 700;
  font-size: .93rem;
}

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

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

.proof-grid .proof-hero { grid-column: span 12; }
.proof-grid .proof-hw { grid-column: span 6; }
.proof-grid .proof-app { grid-column: span 6; }
.proof-grid .proof-video { grid-column: span 6; }
.proof-grid .proof-text { grid-column: span 6; }

.proof-card {
  padding: 12px;
  background: #FFFFFF;
  border: 1px solid rgba(15,23,42,.07);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15,23,42,.05);
}

.proof-card img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

.proof-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

@media (max-width: 960px) {
  .trust-strip-grid,
  .difference-grid,
  .proof-grid,
  .proof-grid .proof-hero,
  .proof-grid .proof-hw,
  .proof-grid .proof-app,
  .proof-grid .proof-video,
  .proof-grid .proof-text {
    grid-template-columns: 1fr;
    grid-column: auto;
  }
}

.hero-visual .public-media-frame {
  aspect-ratio: 16 / 10;
  border-radius: 14px;
}

.proof-card .public-media-frame {
  aspect-ratio: 16 / 9;
}

.proof-card figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: .84rem;
}

.btn:focus-visible,
.main-nav a:focus-visible,
.footer-wrap a:focus-visible,
.hero-actions a:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--blue) 45%, transparent);
  outline-offset: 2px;
}

.hero-visual img { object-position: center; }

.section-block + .section-block { margin-top: 6px; }
.trust-strip { margin: 2px 0 8px; }
.kpis { margin-bottom: 6px; }

/* HOME MEDIA FINAL LOCK */

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

.proof-grid .proof-hw { grid-column: span 6; }
.proof-grid .proof-app { grid-column: span 6; }
.proof-grid .proof-video { grid-column: span 6; }

.proof-card {
  padding: 12px;
  background: #FFFFFF;
  border: 1px solid rgba(15,23,42,.07);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15,23,42,.05);
}

.proof-hw .public-media-frame,
.proof-video .public-media-frame {
  aspect-ratio: 3 / 2 !important;
  overflow: hidden;
  border-radius: 12px;
  background: #EEF3F8;
}

.proof-hw .public-media-frame img,
.proof-video .public-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.proof-app {
  display: flex;
  align-items: center;
  justify-content: center;
}

.proof-app .public-media-frame {
  aspect-ratio: 9 / 20 !important;
  width: min(100%, 320px);
  overflow: hidden;
  border-radius: 22px;
  background: #0F172A;
  margin: 0 auto;
  box-shadow: 0 12px 26px rgba(15,23,42,.12);
}

.proof-app .public-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

@media (max-width: 960px) {
  .proof-grid,
  .proof-grid .proof-hw,
  .proof-grid .proof-app,
  .proof-grid .proof-video {
    grid-template-columns: 1fr;
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .proof-card .public-media-frame {
    overflow: hidden;
  }

  .proof-card .public-media-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }

  .proof-app .public-media-frame {
    width: min(100%, 280px);
  }
}

/* FINAL HOME GALLERY LOCK */
.proof-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.proof-grid .proof-hw,
.proof-grid .proof-app,
.proof-grid .proof-video { grid-column: span 6; }
.proof-card {
  padding: 12px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.07);
  border-radius: 16px;
}
.proof-hw .public-media-frame,
.proof-video .public-media-frame {
  aspect-ratio: 3 / 2 !important;
  overflow: hidden;
}
.proof-hw .public-media-frame img,
.proof-video .public-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proof-app .public-media-frame {
  aspect-ratio: 9 / 20 !important;
  width: min(100%, 280px);
  margin: 0 auto;
  overflow: hidden;
}
.proof-app .public-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
@media (max-width: 960px) {
  .proof-grid,
  .proof-grid .proof-hw,
  .proof-grid .proof-app,
  .proof-grid .proof-video {
    grid-template-columns: 1fr;
    grid-column: auto;
  }
}

/* HOME GALLERY 3 CARDS FINAL */

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

.proof-grid .proof-overview {
  grid-column: span 12;
}

.proof-grid .proof-device {
  grid-column: span 6;
}

.proof-overview .public-media-frame,
.proof-device .public-media-frame {
  aspect-ratio: 3 / 2 !important;
  overflow: hidden;
  border-radius: 14px;
  background: #EEF3F8;
}

.proof-overview .public-media-frame img,
.proof-device .public-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

@media (max-width: 760px) {
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-grid .proof-overview,
  .proof-grid .proof-device {
    grid-column: auto;
  }
}

/* PLAY CTA FINAL LOCK */

.btn-disabled {
  opacity: .72;
  cursor: not-allowed;
  pointer-events: none;
}


/* HOME SMARTCAPTURE SCREEN FINAL */

.proof-app {
  display: flex;
  align-items: center;
  justify-content: center;
}

.proof-app .public-media-frame {
  aspect-ratio: 9 / 20 !important;
  width: min(100%, 300px);
  max-width: 300px;
  overflow: hidden;
  border-radius: 22px;
  background: #0F172A;
  margin: 0 auto;
  box-shadow: 0 12px 26px rgba(15,23,42,.12);
}

.proof-app .public-media-frame img,
.proof-media--phone .public-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.proof-overview .public-media-frame,
.proof-video .public-media-frame {
  aspect-ratio: 3 / 2 !important;
  overflow: hidden;
  border-radius: 14px;
  background: #EEF3F8;
}

.proof-overview .public-media-frame img,
.proof-video .public-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

@media (max-width: 760px) {
  .proof-app .public-media-frame {
    width: min(100%, 280px);
    max-width: 280px;
  }
}

/* HOME HERO FINAL LOCK */

.hero-media .public-media-frame,
.hero-visual .public-media-frame,
.home-hero-media .public-media-frame {
  aspect-ratio: 1024 / 500 !important;
  overflow: hidden;
  border-radius: 18px;
  background: #EEF3F8;
}

.hero-media .public-media-frame img,
.hero-visual .public-media-frame img,
.home-hero-media .public-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}


.app-screens-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.app-screen-card {
  padding: 10px;
}

.app-screen-item .public-media-frame {
  aspect-ratio: 9 / 20;
}

.app-screen-item figcaption {
  margin-top: 8px;
  display: grid;
  gap: 4px;
  color: var(--muted);
  font-size: .86rem;
}

.app-screen-item figcaption strong {
  color: var(--text);
  font-size: .92rem;
}

@media (max-width: 1100px) {
  .app-screens-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .app-screens-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .app-screens-grid {
    grid-template-columns: 1fr;
  }
}

/* APP SCREENSHOTS SECTION FINAL */

.app-screens-section {
  margin: 34px 0 30px;
  padding: 28px 0;
}

.app-screens-section .section-copy {
  max-width: 760px;
  margin: 0 auto 20px;
  text-align: center;
}

.app-screens-section .section-copy .eyebrow {
  margin: 0 0 8px;
  color: #B7791F;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .78rem;
}

.app-screens-section .section-copy h2 {
  margin: 0;
  color: #0F172A;
}

.app-screens-section .section-copy p:not(.eyebrow) {
  margin: 10px auto 0;
  color: #475569;
  line-height: 1.6;
}

.app-screens-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  align-items: start;
}

.app-screen-card {
  margin: 0;
  padding: 12px;
  border-radius: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 10px 30px rgba(15,23,42,.06);
}

.app-screen-frame {
  aspect-ratio: 9 / 20;
  overflow: hidden;
  border-radius: 18px;
  background: #0F172A;
  max-width: 280px;
  margin: 0 auto;
}

.app-screen-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.app-screen-card figcaption {
  display: grid;
  gap: 4px;
  padding: 12px 4px 2px;
  color: #475569;
  font-size: .92rem;
  line-height: 1.35;
}

.app-screen-card figcaption strong {
  color: #0F172A;
  font-size: 1rem;
}

@media (max-width: 760px) {
  .app-screens-section {
    margin: 26px 0 24px;
    padding: 18px 0;
  }

  .app-screens-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .app-screen-frame {
    max-width: 280px;
  }
}

/* APP SCREENSHOTS COMPACT FINAL */

.app-screens-section {
  margin: 34px 0 30px;
  padding: 28px 0;
}

.app-screens-section .section-copy {
  max-width: 760px;
  margin: 0 auto 20px;
  text-align: center;
}

.app-screens-section .section-copy .eyebrow {
  margin: 0 0 8px;
  color: #B7791F;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .78rem;
}

.app-screens-section .section-copy h2 {
  margin: 0;
  color: #0F172A;
}

.app-screens-section .section-copy p:not(.eyebrow) {
  margin: 10px auto 0;
  color: #475569;
  line-height: 1.6;
}

.app-screens-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.app-screens-section--all .app-screens-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.app-screen-card {
  margin: 0;
  padding: 12px;
  border-radius: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 10px 30px rgba(15,23,42,.06);
}

.app-screen-frame {
  aspect-ratio: 9 / 20;
  overflow: hidden;
  border-radius: 18px;
  background: #0F172A;
  max-width: 240px;
  margin: 0 auto;
}

.app-screens-section--all .app-screen-frame {
  max-width: 260px;
}

.app-screen-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.app-screen-card figcaption {
  display: grid;
  gap: 4px;
  padding: 12px 4px 2px;
  color: #475569;
  font-size: .92rem;
  line-height: 1.35;
}

.app-screen-card figcaption strong {
  color: #0F172A;
  font-size: 1rem;
}

.app-screens-actions {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

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

.proof-grid .proof-overview {
  grid-column: span 12;
}

.proof-grid .proof-app,
.proof-grid .proof-video {
  grid-column: span 6;
}

.proof-overview .public-media-frame,
.proof-video .public-media-frame {
  aspect-ratio: 3 / 2 !important;
  overflow: hidden;
  border-radius: 14px;
  background: #EEF3F8;
}

.proof-overview .public-media-frame img,
.proof-video .public-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.proof-app {
  display: flex;
  align-items: center;
  justify-content: center;
}

.proof-app .public-media-frame {
  aspect-ratio: 9 / 20 !important;
  width: min(100%, 280px);
  max-width: 280px;
  overflow: hidden;
  border-radius: 22px;
  background: #0F172A;
  margin: 0 auto;
  box-shadow: 0 12px 26px rgba(15,23,42,.12);
}

.proof-app .public-media-frame img,
.proof-media--phone .public-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

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

  .app-screen-frame {
    max-width: 270px;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-grid .proof-overview,
  .proof-grid .proof-app,
  .proof-grid .proof-video {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .app-screens-section {
    margin: 26px 0 24px;
    padding: 18px 0;
  }

  .app-screens-grid {
    gap: 14px;
  }

  .app-screen-frame {
    max-width: 260px;
  }
}

/* HOME + APP SCREENS FINAL ROUND */
.app-screens-section--featured .app-screens-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
}

.app-screens-section--featured .app-screen-frame {
  max-width: 200px;
}

.app-screens-section--all .app-screens-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  justify-items: center;
}

.app-screens-section--all .app-screen-frame {
  aspect-ratio: 9 / 20;
  max-width: 200px;
}

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

.proof-grid .proof-overview,
.proof-grid .proof-app,
.proof-grid .proof-video {
  grid-column: span 4;
}

.proof-overview .public-media-frame,
.proof-video .public-media-frame {
  aspect-ratio: 3 / 2 !important;
}

.proof-app .public-media-frame {
  aspect-ratio: 9 / 20 !important;
  max-width: 200px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .app-screens-section--featured .app-screens-grid {
    grid-template-columns: 1fr;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-grid .proof-overview,
  .proof-grid .proof-app,
  .proof-grid .proof-video {
    grid-column: auto;
  }
}


/* SMART TIMELAPSE HOME FINAL */

.app-screens-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.app-screen-card {
  margin: 0;
  padding: 12px;
  border-radius: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 10px 30px rgba(15,23,42,.06);
}

.app-screen-frame {
  aspect-ratio: 9 / 20;
  overflow: hidden;
  border-radius: 18px;
  background: #0F172A;
  max-width: 220px;
  margin: 0 auto;
}

.app-screen-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

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

  .app-screen-frame {
    max-width: 240px;
  }
}

/* HOME ORDER HERO FINAL OVERRIDE */

.home-hero-media .public-media-frame,
.hero-visual .public-media-frame {
  aspect-ratio: 1024 / 500 !important;
  overflow: hidden !important;
  border-radius: 18px;
  background: #EEF3F8;
}

.home-hero-media .public-media-frame img,
.hero-visual .public-media-frame img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
}

.proof-grid .proof-overview {
  grid-column: span 12;
}

.proof-grid .proof-hw,
.proof-grid .proof-video {
  grid-column: span 6;
}

.proof-overview .public-media-frame,
.proof-hw .public-media-frame,
.proof-video .public-media-frame {
  aspect-ratio: 3 / 2 !important;
  overflow: hidden !important;
  border-radius: 14px;
  background: #EEF3F8;
}

.proof-overview .public-media-frame img,
.proof-hw .public-media-frame img,
.proof-video .public-media-frame img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

@media (max-width: 760px) {
  .hero-visual.panel {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .home-hero-media .public-media-frame,
  .hero-visual .public-media-frame {
    border-radius: 16px;
  }

  .proof-grid {
    grid-template-columns: 1fr !important;
  }

  .proof-grid .proof-overview,
  .proof-grid .proof-hw,
  .proof-grid .proof-video {
    grid-column: auto !important;
  }
}

/* Ronda 12: tarjetas de fotos reales en Home ES/EN */
.proof-grid .proof-photo {
  grid-column: span 6;
}

.proof-photo .public-media-frame {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.proof-photo .public-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 960px) {
  .proof-grid .proof-photo {
    grid-column: auto;
  }
}
