:root {
  --product-ink: #17181d;
  --product-ink-soft: #24252c;
  --product-coral: #2563eb;
  --product-coral-light: #60a5fa;
  --product-cream: #f8fafc;
  --product-mist: #f1f5f9;
  --product-gradient-start: #1d4ed8;
  --product-gradient-end: #2563eb;
  --product-gradient: linear-gradient(135deg, #1e40af 0%, #2563eb 50%, #3b82f6 100%);
  --product-gradient-deep: #1e3a8a;
}

.product-page {
  overflow-x: visible;
  background: #fff;
}

.product-page main {
  overflow: visible;
}

.product-page h1,
.product-page h2,
.product-page h3,
.product-page p {
  margin-top: 0;
}

.product-header {
  position: fixed;
  width: 100%;
}

.product-page main {
  padding-top: var(--header-height);
}

.product-hero {
  position: relative;
  height: 320vh;
  color: var(--product-ink);
  background: #f4f1ec;
  isolation: isolate;
}

.product-hero__sticky {
  position: sticky;
  top: var(--header-height);
  height: calc(100vh - var(--header-height));
  min-height: 680px;
  overflow: hidden;
  background: #f4f1ec;
}

.product-hero__webgl,
.product-hero__fallback,
.product-hero__noise {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.product-hero__webgl { z-index: 0; }
.product-hero__fallback {
  z-index: -1;
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 95, 131, .16), transparent 28%),
    radial-gradient(circle at 82% 80%, rgba(255, 174, 190, .2), transparent 31%),
    #f4f1ec;
}

.product-hero__noise {
  z-index: 8;
  opacity: .15;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.hero-scene-phones {
  position: absolute;
  inset: 0;
  z-index: 2;
  perspective: 1500px;
  transform-style: preserve-3d;
  pointer-events: none;
}

.scene-phone-slot {
  position: absolute;
  left: var(--phone-x);
  top: var(--phone-y);
  z-index: var(--phone-z, 2);
  width: var(--phone-size);
  margin: 0;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  will-change: transform, opacity, filter;
}

.scene-phone-layout {
  position: relative;
  transform: rotate(var(--phone-rotate)) scale(var(--phone-scale, 1));
  transform-origin: center;
  transition: filter .2s ease;
  will-change: transform;
}

.scene-phone {
  position: relative;
  aspect-ratio: 310 / 646;
  padding: 6px;
  overflow: hidden;
  border: 1px solid #555761;
  border-radius: 32px;
  background: #121318;
  box-shadow: 0 30px 65px rgba(20, 20, 25, .22), 0 5px 16px rgba(20, 20, 25, .12);
  transform-style: preserve-3d;
  will-change: transform;
}

.scene-phone img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: top;
}

.scene-phone i {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 50%;
  width: 28%;
  height: 14px;
  border-radius: 8px;
  background: #111217;
  transform: translateX(-50%);
}

.scene-phone-slot figcaption {
  position: absolute;
  left: 50%;
  bottom: -36px;
  padding: 6px 11px;
  border: 1px solid rgba(23, 24, 29, .1);
  border-radius: 999px;
  color: rgba(23, 24, 29, .6);
  background: rgba(255, 255, 255, .66);
  backdrop-filter: blur(12px);
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
  transform: translateX(-50%);
}

.scene-phone-slot--a { --phone-x: 24.566929133858267%; --phone-y: 28.506271379703534%; --phone-size: 207px; --phone-rotate: -8deg; --phone-scale: 1; --phone-z: 1; }
.scene-phone-slot--b { --phone-x: 90.6%; --phone-y: 16.1%; --phone-size: 218px; --phone-rotate: -7deg; --phone-scale: .85; --phone-z: 2; }
.scene-phone-slot--c { --phone-x: 73.38582677165354%; --phone-y: 28.506271379703534%; --phone-size: 216px; --phone-rotate: 4deg; --phone-scale: 1; --phone-z: 1; }
.scene-phone-slot--d { --phone-x: 24.77690288713911%; --phone-y: 86.54503990877993%; --phone-size: 218px; --phone-rotate: 2deg; --phone-scale: 1; --phone-z: 2; }
.scene-phone-slot--e { --phone-x: 74.38320209973753%; --phone-y: 91.1060433295325%; --phone-size: 218px; --phone-rotate: -6deg; --phone-scale: 1; --phone-z: 2; }
.scene-phone-slot--f { --phone-x: 4.776902887139108%; --phone-y: 44.469783352337515%; --phone-size: 218px; --phone-rotate: -12deg; --phone-scale: 1; --phone-z: 1; filter: blur(2px); }
.scene-phone-slot--g { --phone-x: 97.3%; --phone-y: 75.2%; --phone-size: 199px; --phone-rotate: 11deg; --phone-scale: 1; --phone-z: 1; filter: blur(1px); }

.product-hero__copy {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: min(calc(100% - 48px), 900px);
  text-align: center;
  transform: translate(-50%, -47%);
  will-change: transform, opacity;
}

.product-kicker,
.section-index {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  color: #8b8d98;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.product-kicker { justify-content: center; color: rgba(23,24,29,.52); }
.product-kicker span {
  width: 28px;
  height: 2px;
  background: var(--product-coral);
}

.product-hero h1 {
  margin-bottom: 26px;
  font-size: clamp(58px, 6.4vw, 104px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.075em;
}

.product-hero h1 span,
.product-hero h1 em { display: block; }

.product-hero h1 em {
  position: relative;
  color: var(--product-coral);
  font-style: normal;
}

/* .product-hero h1 em::after {
  content: "";
  position: absolute;
  left: 1%;
  right: -3%;
  bottom: -8px;
  height: 7px;
  border: solid var(--product-coral);
  border-width: 3px 0 0;
  border-radius: 50%;
  transform: rotate(-1.5deg);
} */

.product-hero__lead {
  max-width: 640px;
  margin: 0 auto 32px;
  color: rgba(23,24,29,.58);
  font-size: clamp(15px, 1.18vw, 18px);
  line-height: 1.85;
}

.product-hero__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.product-play {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: rgba(23,24,29,.72);
  font-weight: 700;
}

.product-play__icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23,24,29,.2);
  border-radius: 50%;
  transition: color .25s ease, border-color .25s ease, transform .25s ease;
}

.product-play:hover .product-play__icon {
  color: var(--product-coral-light);
  border-color: var(--product-coral-light);
  transform: translateY(4px);
}

.hero-final-copy {
  position: absolute;
  z-index: 5;
  left: clamp(34px, 7.5vw, 126px);
  top: 50%;
  width: min(40vw, 520px);
  opacity: 0;
  color: #0f172a;
  transform: translateY(-42%);
  pointer-events: none;
}
/* .hero-final-copy::before { content: ""; position: absolute; top: -32px; bottom: -34px; left: -28px; width: 1px; background: linear-gradient(transparent, rgba(255,95,131,.8) 24%, rgba(255,95,131,.18) 76%, transparent); } */
.hero-final-copy__ghost { position: absolute; z-index: -1; left: -13px; top: -120px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.055); font-size: clamp(70px, 8vw, 130px); font-weight: 900; letter-spacing: -.08em; line-height: 1; white-space: nowrap; }

.hero-final-copy p { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; color: #2563eb; font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.hero-final-copy p span { width: 24px; height: 2px; background: #2563eb; }

/* 终极标语字号与深色调 */
.hero-final-copy strong { display: block; font-size: clamp(28px, 3.2vw, 44px); line-height: 1.18; letter-spacing: -.03em; text-wrap: balance; color: #0f172a; font-weight: 800; }
.hero-final-copy small { display: block; max-width: 440px; color: #334155; font-size: 14px; font-weight: 600; line-height: 1.75; margin-top: 14px; }
.hero-final-copy ul { display: flex; gap: clamp(16px, 2.5vw, 36px); margin: 24px 0 0; padding: 0; list-style: none; }
.hero-final-copy li { display: grid; gap: 4px; }
.hero-final-copy li b { color: #1d4ed8; font-size: 24px; font-weight: 800; line-height: 1; font-variant-numeric: tabular-nums; }
.hero-final-copy li span { color: #475569; font-size: 12px; white-space: nowrap; font-weight: 700; }

.hero-final-signal {
  position: absolute;
  z-index: 7;
  right: 6.5%;
  top: 15%;
  min-width: 168px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1px 9px;
  padding: 12px 15px;
  opacity: 0;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 12px;
  color: #fff;
  background: rgba(128, 28, 68, .32);
  box-shadow: 0 18px 55px rgba(126, 32, 67, .28);
  backdrop-filter: blur(18px);
  pointer-events: none;
}
.hero-final-signal i { grid-row: span 2; align-self: center; width: 7px; height: 7px; border-radius: 50%; background: #fff2d2; box-shadow: 0 0 0 6px rgba(255,242,210,.13), 0 0 18px rgba(255,242,210,.55); }
.hero-final-signal span { color: #fff2d2; font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.hero-final-signal b { font-size: 11px; }

.hero-final-orbit {
  position: absolute;
  z-index: 1;
  right: -4vw;
  top: 50%;
  width: min(68vw, 980px);
  aspect-ratio: 1;
  opacity: 0;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.hero-final-orbit::before,
.hero-final-orbit::after { content: ""; position: absolute; inset: 17%; border: inherit; border-radius: inherit; }
.hero-final-orbit::after { inset: 35%; }
.hero-final-orbit i { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #fff; box-shadow: 0 0 18px rgba(255,255,255,.82); }
.hero-final-orbit i:nth-child(1) { top: 17%; left: 18%; }
.hero-final-orbit i:nth-child(2) { right: 9%; top: 48%; }
.hero-final-orbit i:nth-child(3) { bottom: 14%; left: 32%; background: #fff2d2; box-shadow: 0 0 18px #fff2d2; }

.hero-scene-index {
  position: absolute;
  z-index: 5;
  left: clamp(20px, 3vw, 52px);
  bottom: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(23,24,29,.44);
  font-size: 10px;
  font-weight: 800;
}
.hero-scene-index i { width: 74px; height: 1px; background: rgba(23,24,29,.18); }
.hero-scene-index b { font-weight: inherit; }

.hero-scroll-cue {
  position: absolute;
  z-index: 5;
  right: clamp(20px, 3vw, 52px);
  bottom: 50px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(23,24,29,.45);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
  writing-mode: vertical-rl;
}
.hero-scroll-cue i { width: 1px; height: 52px; overflow: hidden; background: rgba(23,24,29,.16); }
.hero-scroll-cue i::after { content: ""; display: block; width: 100%; height: 45%; background: var(--product-coral); animation: hero-scroll-line 1.8s ease-in-out infinite; }
@keyframes hero-scroll-line { 0% { transform: translateY(-120%); } 100% { transform: translateY(250%); } }

.product-hero__marquee {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 11px 0;
  border-top: 1px solid rgba(23,24,29,.08);
  color: rgba(23,24,29,.2);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
  white-space: nowrap;
}
.product-hero__marquee div {
  width: max-content;
  animation: product-marquee 28s linear infinite;
}

@keyframes product-marquee { to { transform: translateX(-50%); } }

.product-intro {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(100px, 11vw, 180px);
  background: url("../images/generated/product-loop-retail.webp") center / cover no-repeat;
}

.product-intro::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(247, 243, 238, .6), rgba(247, 243, 238, .9) 58%, rgba(247, 243, 238, .9));
}

.product-intro > .container {
  position: relative;
}

.product-intro__top,
.product-flow__heading {
  display: grid;
  grid-template-columns: minmax(170px, .16fr) 1fr;
  gap: clamp(40px, 0vw, 128px);
}

.product-intro__top > div {
  display: grid;
  grid-template-columns: minmax(430px, .9fr) minmax(280px, .52fr);
  align-items: end;
  gap: clamp(42px, 7vw, 110px);
}

.product-intro h2,
.section-heading--product h2,
.product-flow__heading h2,
.screen-gallery__head h2,
.compare-copy h2,
.product-cta h2 {
  margin-bottom: 0;
  color: var(--product-ink);
  font-size: clamp(40px, 4.2vw, 64px);
  font-weight: 800;
  line-height: 1.15;
  
}

.product-intro__top > div > p,
.section-heading--product > p,
.product-flow__heading > div > p,
.compare-copy > p {
  margin-bottom: 0;
  color: #73747c;
  font-size: 17px;
  line-height: 1.9;
}

.value-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: clamp(80px, 9vw, 140px);
  padding-top: clamp(130px, 12vw, 180px);
}

.value-rail__route {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(130px, 12vw, 180px);
  overflow: visible;
  pointer-events: none;
}

.value-rail__route-base,
.value-rail__route-live {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.value-rail__route-base {
  stroke: rgba(124, 112, 107, .22);
  stroke-width: 1;
}

.value-rail__route-live {
  stroke: var(--product-coral);
  stroke-width: 2;
  stroke-linecap: round;
}

.value-rail__node {
  transform-box: fill-box;
  transform-origin: center;
}

.value-rail__node-ring {
  fill: rgba(247, 243, 238, .84);
  stroke: var(--product-coral);
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
}

.value-rail__node-dot {
  fill: var(--product-coral);
}

.value-rail article {
  position: relative;
  padding: 0 clamp(24px, 3vw, 52px) 0 0;
}
.value-rail b { color: var(--product-coral); font-size: 12px; letter-spacing: .18em; }
.value-rail h3 { margin: 10px 0 11px; font-size: 25px; }
.value-rail p { margin: 0; color: #7b7c82; font-size: 15px; line-height: 1.8; }

.product-flow {
  position: relative;
  padding: clamp(110px, 11vw, 180px) 0 clamp(90px, 9vw, 150px);
  color: #fff;
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 223, 218, .18), transparent 28%),
    radial-gradient(circle at 12% 76%, rgba(155, 49, 88, .14), transparent 34%),
    var(--product-gradient);
}

.section-index--light { color: rgba(255,255,255,.75); }
.product-flow__heading { margin-bottom: 62px; }
.product-flow__heading h2 { color: #fff; }
.product-flow__heading > div {
  display: grid;
  grid-template-columns: minmax(450px, .9fr) minmax(220px, .4fr);
  align-items: end;
  gap: 80px;
}
.product-flow__heading > div > p { color: rgba(255,255,255,.88); }

.product-flow__stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, .78fr) minmax(420px, 1fr);
  gap: clamp(60px, 10vw, 160px);
}

.flow-copy { position: relative; z-index: 2; }
.flow-step {
  min-height: 76vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: .4;
  transition: opacity .45s ease;
}
.flow-step.is-active { opacity: 1; }
.flow-step > span { color: rgba(255,255,255,.88); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.flow-step h3 { max-width: 680px; margin: 20px 0 20px; font-size: clamp(42px, 4vw, 64px); line-height: 1.12; letter-spacing: -.05em; }
.flow-step p { max-width: 560px; margin-bottom: 28px; color: rgba(255,255,255,.9); font-size: 17px; line-height: 1.9; }
.flow-step ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }
.flow-step li { padding: 7px 13px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; color: rgba(255,255,255,.9); background: rgba(255,255,255,.07); font-size: 12px; }

.flow-phone-wrap {
  position: sticky;
  top: calc(var(--header-height) + 40px);
  align-self: start;
  height: calc(100vh - var(--header-height) - 80px);
  min-height: 660px;
  display: grid;
  place-items: center;
}
.flow-phone {
  position: relative;
  z-index: 2;
  width: min(46vh, 360px);
  filter: drop-shadow(0 45px 55px rgba(126, 32, 67, .38));
}
.flow-phone > rect:first-of-type { fill: #fff3f5; stroke: rgba(255,255,255,.72); }
.flow-screen { opacity: 0; }
.flow-screen.is-active { opacity: 1; }
.flow-orbit {
  position: absolute;
  width: min(62vh, 500px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  animation: product-spin 18s linear infinite;
}
.flow-orbit::before,
.flow-orbit::after { content: ""; position: absolute; inset: 13%; border: inherit; border-radius: inherit; }
.flow-orbit::after { inset: 30%; }
.flow-orbit span { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 18px rgba(255,255,255,.88); }
.flow-orbit span:nth-child(1) { top: 8%; left: 27%; }
.flow-orbit span:nth-child(2) { bottom: 17%; right: 10%; }
.flow-orbit span:nth-child(3) { top: 48%; left: -4px; background: #fff2d2; box-shadow: 0 0 18px #fff2d2; }
@keyframes product-spin { to { transform: rotate(1turn); } }

.flow-phone-label {
  position: absolute;
  z-index: 4;
  top: 18%;
  right: 6%;
  min-width: 148px;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(128, 28, 68, .34);
  border-radius: 14px;
  backdrop-filter: blur(16px);
}
.flow-phone-label span { display: block; margin-bottom: 2px; color: #fff2d2; font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.flow-phone-label b { font-size: 13px; }
.flow-progress { position: absolute; right: 0; top: 18%; bottom: 18%; width: 2px; background: rgba(255,255,255,.08); }
.flow-progress span { display: block; width: 100%; height: 0; background: #fff; box-shadow: 0 0 12px rgba(255,255,255,.62); }

.module-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(110px, 11vw, 180px);
  background: url("../images/generated/product-capability-store.webp") center / cover no-repeat;
}
.module-section::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(247, 243, 238, .94), rgba(247, 243, 238, .78) 48%, rgba(247, 243, 238, .92));
}
.module-section > .container { position: relative; }
.section-heading--product {
  max-width: none;
  /* align-items: start; */
  margin: 0 0 72px;
  text-align: left;
}
.section-heading--product > div { min-width: 0; }
.section-heading--product > div h2 { text-wrap: balance; }
.section-heading--product p { max-width: none; margin-top: 0; }

.module-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}
.module-card {
  position: relative;
  grid-column: span 3;
  min-height: 360px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(194, 154, 160, .2);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: none;
  backdrop-filter: blur(8px);
  transition: background-color .32s ease;
}
.module-card:hover {
  transform: none;
  border-color: rgba(194, 154, 160, .2);
  background: rgba(255, 255, 255, .94);
  box-shadow: none;
}
.module-card__number { position: absolute; top: 28px; right: 30px; color: #aaa2a6; font-size: 11px; font-variant-numeric: tabular-nums; letter-spacing: .12em; }
.module-card__tag { position: absolute; top: 27px; left: 30px; padding: 5px 9px; color: #fff; background: var(--product-coral); border-radius: 6px; font-size: 10px; font-weight: 800; }
.module-card__icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin: 76px 0 36px;
  border: 1px solid rgba(239,85,120,.12);
  border-radius: 20px;
  background: rgba(255, 247, 248, .94);
  box-shadow: none;
}
.module-card__icon img { width: 34px; height: 34px; display: block; transform-origin: center; }
.module-card h3 { margin-bottom: 13px; font-size: 24px; }
.module-card p { margin-bottom: 0; color: #797a82; font-size: 14px; line-height: 1.8; }
.module-card--feature {
  grid-column: span 6;
  background: rgba(255, 248, 249, .9);
}
.module-card--feature .module-card__icon { margin-top: 70px; }
.module-card__chips { display: flex; gap: 8px; margin-top: 24px; }
.module-card__chips span { padding: 5px 9px; border: 1px solid rgba(255,95,131,.23); border-radius: 7px; color: #b94662; background: rgba(255,255,255,.56); font-size: 11px; }
.module-card--report {
  background: rgba(255, 248, 249, .9);
}
.module-card--wide {
  grid-column: span 12;
  min-height: 240px;
  display: grid;
  grid-template-columns: 84px minmax(180px, .42fr) minmax(280px, 1fr);
  align-items: center;
  gap: 30px;
}
.module-card--wide .module-card__icon { margin: 0; }
.module-card--wide h3 { margin: 0; font-size: 30px; }
.module-card--wide p { max-width: 620px; }
.screen-gallery {
  position: relative;
  min-height: 100vh;
  padding: clamp(100px, 10vw, 160px) 0 80px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 223, 218, .18), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(155, 49, 88, .16), transparent 34%),
    var(--product-gradient);
}
.screen-gallery__head { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 70px; }
.screen-gallery__head h2 { color: #fff; }
.screen-gallery__head > p { margin: 0; padding-bottom: 8px; color: rgba(255,255,255,.7); font-size: 13px; letter-spacing: .08em; }
.gallery-viewport { width: 100%; overflow: hidden; cursor: grab; }
.gallery-viewport:active { cursor: grabbing; }
.gallery-track { width: max-content; display: flex; gap: clamp(24px, 3vw, 46px); padding: 0 max(24px, calc((100vw - min(calc(100vw - 48px), var(--container))) / 2)); will-change: transform; }
.gallery-card { width: clamp(240px, 21vw, 320px); margin: 0; flex: 0 0 auto; }
.gallery-device { position: relative; padding: 9px; border: 1px solid rgba(255,255,255,.74); border-radius: 32px; background: #fff3f5;  overflow: hidden; }
.gallery-device::before { content: ""; position: absolute; z-index: 2; top: 14px; left: 50%; width: 28%; height: 15px; border-radius: 9px; background: #21151c; transform: translateX(-50%); }
.gallery-device img { width: 100%; aspect-ratio: 1080 / 2244; border-radius: 20px; object-fit: cover; object-position: top; }
.gallery-card figcaption { display: flex; align-items: center; gap: 13px; margin-top: 22px; color: rgba(255,255,255,.9); font-weight: 700; }
.gallery-card figcaption b { color: #fff2d2; font-size: 11px; letter-spacing: .1em; }
/* .gallery-meter { height: 2px; margin-top: 66px; background: rgba(255,255,255,.2); } */
.gallery-meter span { display: block; width: 8%; height: 100%; background: #fff; }

.product-compare { padding-block: clamp(110px, 11vw, 180px); background: var(--product-cream); }
.compare-grid { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(70px, 10vw, 170px); align-items: center; }
.compare-copy > p { max-width: 520px; margin: 32px 0; }
.product-text-link { color: var(--product-coral); font-weight: 800; }
.product-text-link span { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-left: 7px; border: 1px solid rgba(255,95,131,.35); border-radius: 50%; }
.compare-stack { position: relative; min-height: 590px; }
.compare-stack article {
  position: absolute;
  width: 82%;
  min-height: 240px;
  padding: 38px;
  border: 1px solid rgba(23,24,29,.1);
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 30px 80px rgba(24,24,29,.1);
  backdrop-filter: blur(16px);
  will-change: transform, opacity;
}
.compare-stack article:nth-child(1) { top: 0; left: 0; transform: rotate(-3deg); }
.compare-stack article:nth-child(2) { top: 174px; right: 0; z-index: 2; transform: rotate(2deg); }
.compare-stack article:nth-child(3) { top: 350px; left: 5%; z-index: 3; transform: rotate(-1deg); }
.compare-stack article > span { color: var(--product-coral); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.compare-stack article h3 { margin: 24px 0 8px; font-size: 27px; }
.compare-stack article p { max-width: 390px; margin: 0; color: #7a7b82; font-size: 14px; }
.compare-stack article b { position: absolute; right: 28px; bottom: 22px; color: rgba(23,24,29,.07); font-size: 54px; letter-spacing: -.05em; }

.product-cta { position: relative; padding: clamp(100px, 10vw, 165px) 0; color: #fff; background: var(--product-gradient); overflow: hidden; }
.product-cta::before { content: ""; position: absolute; width: 690px; height: 690px; right: -170px; top: -320px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.035), 0 0 0 200px rgba(255,255,255,.02); }
.product-cta__inner { position: relative; text-align: center; }
.product-cta__inner > p { margin-bottom: 28px; color: rgba(255,255,255,.8); font-size: 11px; font-weight: 900; letter-spacing: .25em; }
.product-cta h2 { color: #fff; font-size: clamp(46px, 5.4vw, 82px); }
.product-cta__inner > div:last-child { display: flex; justify-content: center; align-items: center; gap: 26px; margin-top: 44px; }
.product-cta__inner > div:last-child > a:not(.btn) { color: rgba(255,255,255,.76); font-size: 14px; }
.product-cta .btn--primary { color: var(--product-gradient-end); background: #fff; background-image: none; box-shadow: none; animation: none; }
.product-cta .btn--primary:hover { color: var(--product-coral); box-shadow: none; }
.product-cta__stamp { position: absolute; top: -72px; left: 1%; width: 88px; height: 88px; display: grid; place-items: center; color: rgba(255,255,255,.58); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-size: 11px; font-weight: 800; letter-spacing: .14em; line-height: 1.4; transform: rotate(-12deg); }

[data-reveal-product] { opacity: 1; transform: none; }

@media (max-width: 1199px) {
  .product-hero__grid { grid-template-columns: 1fr 1.1fr; gap: 30px; }
  .phone-showcase { min-height: 590px; }
  .product-hero h1 { font-size: clamp(52px, 6vw, 70px); }
  .product-intro__top > div { grid-template-columns: 1fr; gap: 26px; }
  .module-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .module-card,
  .module-card--feature { grid-column: span 3; }
  .module-card--wide { grid-column: span 6; }
  .product-flow__stage { gap: 50px; }
}

@media (max-width: 900px) {
  .product-page main { padding-top: var(--header-height); }
  .product-hero { padding-top: 90px; }
  .product-hero__grid { grid-template-columns: 1fr; }
  .product-hero__copy { max-width: 720px; padding-bottom: 20px; }
  .phone-showcase { width: min(100%, 700px); min-height: 610px; margin-inline: auto; }
  .product-intro__top,
  .section-heading--product,
  .product-flow__heading { grid-template-columns: 1fr; gap: 18px; }
  .section-index { margin-bottom: 8px; }
  .product-flow__heading > div { grid-template-columns: 1fr; gap: 24px; }
  .product-flow__stage { grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: 18px; }
  .flow-phone-wrap { min-height: 600px; }
  .flow-phone-label { right: 0; }
  .value-rail { grid-template-columns: repeat(2, 1fr); gap: 54px 20px; }
  .value-rail__route { display: none; }
  .value-rail { padding-top: 0; }
  .module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .module-card,
  .module-card--feature { grid-column: span 1; }
  .module-card--wide { grid-column: span 2; }
  .compare-grid { grid-template-columns: 1fr; }
  .compare-copy { max-width: 650px; }
}

@media (max-width: 767px) {
  .product-page .container { width: min(calc(100% - 32px), var(--container)); }
  .product-hero { min-height: auto; padding-top: 70px; }
  .product-hero__copy { padding-bottom: 10px; }
  .product-kicker { margin-bottom: 18px; font-size: 11px; }
  .product-hero h1 { margin-bottom: 24px; font-size: clamp(45px, 13vw, 62px); }
  .product-hero__lead { font-size: 16px; line-height: 1.8; }
  .product-hero__actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .product-hero__facts { gap: 0; justify-content: space-between; margin-top: 40px; }
  .product-hero__facts strong { font-size: 25px; }
  .product-hero__facts span { max-width: 84px; font-size: 10px; }
  .phone-showcase { min-height: 485px; margin-top: 28px; }
  .hero-phone--main { width: 48%; left: 26%; }
  .hero-phone--left { width: 35%; left: -6%; bottom: 0; }
  .hero-phone--right { width: 36%; right: -6%; bottom: 6px; }
  .hero-phone__badge { right: -32%; top: 15%; padding: 7px 10px; font-size: 9px; }
  .showcase-note { display: none; }
  .product-hero__marquee { padding-block: 13px; font-size: 10px; }

  .product-intro,
  .module-section,
  .product-compare { padding-block: 92px; }
  .product-intro h2,
  .section-heading--product h2,
  .product-flow__heading h2,
  .screen-gallery__head h2,
  .compare-copy h2 { font-size: 39px; }
  .product-intro__top > div { display: block; }
  .product-intro__top > div > p { margin-top: 25px; font-size: 15px; }
  .value-rail { grid-template-columns: 1fr; gap: 44px; margin-top: 70px; }
  .value-rail article { padding-left: 32px; border-left: 1px solid rgba(255,95,131,.28); }
  .value-rail article::before { position: absolute; left: -5px; top: 4px; width: 9px; height: 9px; content: ""; border-radius: 50%; background: var(--product-coral); }
  .value-rail h3 { margin-top: 7px; }

  .product-flow { padding-block: 90px 72px; }
  .product-flow__stage { display: block; }
  .flow-copy { display: contents; }
  .flow-step { min-height: auto; margin-bottom: 28px; padding: 30px 24px; opacity: 1; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: rgba(255,255,255,.09); backdrop-filter: blur(10px); }
  .flow-step h3 { font-size: 30px; }
  .flow-step p { font-size: 15px; }
  .flow-phone-wrap { position: relative; top: auto; min-height: auto; height: auto; margin: 45px 0 12px; padding: 50px 0; overflow: hidden; }
  .flow-phone { width: min(76vw, 340px); }
  .flow-phone-label { top: 10%; right: 2%; }
  .flow-progress { display: none; }
  .flow-orbit { width: 118vw; }

  .section-heading--product { margin-bottom: 44px; }
  .section-heading--product > p { justify-self: start; font-size: 15px; }
  .module-grid { grid-template-columns: 1fr; }
  .module-card,
  .module-card--feature,
  .module-card--wide { grid-column: span 1; }
  .module-card { min-height: 310px; padding: 28px; }
  .module-card__icon { margin-top: 55px; }
  .module-card--wide { display: block; }
  .module-card--wide .module-card__icon { margin: 55px 0 34px; }
  .module-card--wide h3 { margin-bottom: 13px; font-size: 24px; }

  .screen-gallery { min-height: auto; padding: 92px 0 70px; }
  .screen-gallery__head { display: block; margin-bottom: 50px; }
  .screen-gallery__head > p { margin-top: 22px; }
  .gallery-viewport { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .gallery-viewport::-webkit-scrollbar { display: none; }
  .gallery-track { gap: 20px; padding-inline: 16px; }
  .gallery-card { width: min(74vw, 285px); scroll-snap-align: center; }
  .gallery-meter { margin-top: 44px; }

  .compare-stack { min-height: 520px; margin-top: 10px; }
  .compare-stack article { width: 92%; min-height: 210px; padding: 28px; }
  .compare-stack article:nth-child(2) { top: 150px; }
  .compare-stack article:nth-child(3) { top: 300px; }
  .compare-stack article h3 { font-size: 22px; }
  .compare-stack article b { font-size: 40px; }

  .product-cta { padding-block: 102px; }
  .product-cta h2 { font-size: 44px; }
  .product-cta__inner > div:last-child { flex-direction: column; }
  .product-cta__stamp { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .product-hero__marquee div,
  .flow-orbit { animation: none !important; }
  [data-reveal-product] { opacity: 1; transform: none; }
  .hero-phone,
  .gallery-track { transform: none !important; }
}

/* New cinematic hero responsive overrides */
@media (max-width: 1199px) {
  .product-page .product-hero { height: 280vh; }
  .product-page .product-hero h1 { font-size: clamp(56px, 7.5vw, 78px); }
  .hero-final-copy { width: 43vw; }
  .hero-final-copy ul { gap: 18px; }
}

@media (max-width: 900px) {
  .product-page .product-hero { height: 250vh; padding: 0; }
  .product-page .product-hero__sticky { min-height: 620px; }
  .product-page .product-hero__copy { max-width: none; padding: 0; }
  .hero-final-copy { left: 5vw; }
}

@media (max-width: 767px) {
  .product-page .product-hero {
    height: auto;
    min-height: 0;
    padding: 0;
  }
  .product-page .product-hero__sticky {
    position: relative;
    top: 0;
    height: 1050px;
    min-height: 0;
  }
  .product-page .product-hero__copy {
    top: 78px;
    left: 16px;
    width: calc(100% - 32px);
    padding: 0;
    text-align: left;
    transform: none;
  }
  .product-page .product-kicker { justify-content: flex-start; }
  .product-page .product-hero h1 { margin-bottom: 24px; font-size: clamp(47px, 13vw, 61px); line-height: 1.02; }
  .product-page .product-hero__lead { margin: 0 0 25px; font-size: 15px; }
  .product-page .product-hero__actions { align-items: flex-start; justify-content: flex-start; flex-direction: row; gap: 16px; }
  .product-page .product-play { font-size: 13px; }
  .product-page .product-play__icon { width: 38px; height: 38px; }
  .scene-phone-slot { display: none; }
  .scene-phone-layout { transform: none; }
  .scene-phone-slot--c,
  .scene-phone-slot--e { display: block; }
  .scene-phone-slot--c { left: 50%; top: 470px; width: min(61vw, 245px); transform: translateX(-50%) rotate(-2deg); }
  .scene-phone-slot--e { right: -12%; bottom: 15px; width: min(43vw, 174px); opacity: .55; transform: rotate(9deg); filter: blur(.5px); }
  .scene-phone-slot figcaption { bottom: -31px; }
  .hero-final-copy,
  .hero-scroll-cue { display: none; }
  .hero-scene-index { left: 16px; bottom: 48px; }
  .product-page .product-hero__marquee { padding-block: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-page .product-hero { height: auto; }
  .product-page .product-hero__sticky { position: relative; top: 0; min-height: 760px; }
  .scene-phone-slot { filter: none !important; }
  .hero-scroll-cue { display: none; }
}

/* Owner-only visual layout editor */
.layout-editor-trigger[hidden],
.layout-editor[hidden] { display: none !important; }

.layout-editor-trigger {
  position: fixed;
  z-index: 180;
  left: 22px;
  bottom: 22px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 17px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: #fff;
  background: rgba(19,20,25,.9);
  box-shadow: 0 18px 48px rgba(18,18,23,.26);
  backdrop-filter: blur(18px);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
.layout-editor-trigger span { color: #ff7592; font-size: 17px; }

.layout-editor {
  position: fixed;
  z-index: 200;
  top: 14px;
  right: 14px;
  bottom: 14px;
  width: min(390px, calc(100vw - 28px));
  padding: 23px;
  overflow-y: auto;
  color: #f7f7f9;
  background: rgba(18,19,24,.96);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  box-shadow: 0 32px 90px rgba(0,0,0,.36);
  backdrop-filter: blur(24px);
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.2) transparent;
}

.layout-editor__head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.layout-editor__head small { display: block; margin-bottom: 5px; color: #ff7895; font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.layout-editor__head h2 { margin: 0; color: #fff; font-size: 23px; line-height: 1.2; letter-spacing: -.03em; }
.layout-editor__head > button { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; color: rgba(255,255,255,.7); background: transparent; font-size: 23px; line-height: 1; cursor: pointer; }
.layout-editor__hint { margin: 13px 0 18px; color: rgba(255,255,255,.45); font-size: 12px; line-height: 1.7; }

.layout-phone-tabs { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.layout-phone-tabs button { min-width: 0; padding: 4px 3px 6px; border: 1px solid rgba(255,255,255,.08); border-radius: 9px; color: rgba(255,255,255,.46); background: rgba(255,255,255,.035); cursor: pointer; }
.layout-phone-tabs img { width: 100%; aspect-ratio: 1 / 1.35; border-radius: 5px; object-fit: cover; object-position: top; opacity: .62; }
.layout-phone-tabs span { display: block; margin-top: 4px; overflow: hidden; font-size: 9px; white-space: nowrap; }
.layout-phone-tabs button.is-active { color: #fff; border-color: #ff6284; background: rgba(255,98,132,.12); box-shadow: 0 0 0 1px rgba(255,98,132,.14); }
.layout-phone-tabs button.is-active img { opacity: 1; }

.layout-editor__selected { display: flex; align-items: center; gap: 8px; margin: 20px 0 14px; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.09); }
.layout-editor__selected span { color: rgba(255,255,255,.38); font-size: 10px; }
.layout-editor__selected strong { font-size: 13px; }
.layout-editor__selected i { margin-left: auto; color: #6ee6b7; font-size: 9px; font-style: normal; opacity: 0; transition: opacity .2s ease; }
.layout-editor__selected i.is-visible { opacity: 1; }

.layout-controls { display: grid; gap: 15px; }
.layout-controls label { display: grid; gap: 8px; }
.layout-controls label > span { display: flex; justify-content: space-between; color: rgba(255,255,255,.64); font-size: 11px; }
.layout-controls output { color: #fff; font-variant-numeric: tabular-nums; }
.layout-controls input[type="range"] { width: 100%; height: 3px; margin: 0; appearance: none; border-radius: 9px; background: linear-gradient(90deg, #ff5f83 var(--range-fill, 50%), rgba(255,255,255,.13) var(--range-fill, 50%)); cursor: ew-resize; }
.layout-controls input[type="range"]::-webkit-slider-thumb { width: 15px; height: 15px; appearance: none; border: 3px solid #18191f; border-radius: 50%; background: #ff6b8a; box-shadow: 0 0 0 1px rgba(255,255,255,.45); }

.layout-grid-switch { display: flex; align-items: center; gap: 9px; margin: 20px 0; color: rgba(255,255,255,.58); font-size: 11px; cursor: pointer; }
.layout-grid-switch input { position: absolute; opacity: 0; }
.layout-grid-switch span { position: relative; width: 34px; height: 19px; border-radius: 99px; background: rgba(255,255,255,.13); transition: background .2s ease; }
.layout-grid-switch span::after { content: ""; position: absolute; top: 3px; left: 3px; width: 13px; height: 13px; border-radius: 50%; background: #fff; transition: transform .2s ease; }
.layout-grid-switch input:checked + span { background: #ff5f83; }
.layout-grid-switch input:checked + span::after { transform: translateX(15px); }

.layout-editor__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.layout-editor__actions button { min-height: 39px; border: 1px solid rgba(255,255,255,.11); border-radius: 9px; color: rgba(255,255,255,.76); background: rgba(255,255,255,.055); font-size: 11px; font-weight: 700; cursor: pointer; }
.layout-editor__actions button:hover { color: #fff; border-color: rgba(255,255,255,.24); }
.layout-editor__actions .layout-editor__reset { grid-column: 1 / -1; color: #ff8ca3; }
.layout-editor__toast { min-height: 18px; margin: 10px 0 0; color: #6ee6b7; font-size: 10px; text-align: center; }

body.layout-editing .hero-scene-phones { pointer-events: auto; }
body.layout-editing .scene-phone-slot { cursor: grab; }
body.layout-editing .scene-phone-slot:active { cursor: grabbing; }
body.layout-editing .scene-phone-slot .scene-phone-layout { outline: 1px dashed rgba(255,95,131,.42); outline-offset: 8px; }
body.layout-editing .scene-phone-slot.is-layout-selected .scene-phone-layout { filter: drop-shadow(0 0 15px rgba(255,95,131,.55)); outline: 2px solid #ff5f83; }
body.layout-show-grid .product-hero__sticky::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,95,131,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,95,131,.12) 1px, transparent 1px);
  background-size: 5% 5%;
}

@media (max-width: 767px) {
  .layout-editor-trigger,
}

/* ==========================================================================
   PAD 平板 4:3 大屏专属模型与动效样式 (云尚 4.0 PAD 专版)
   ========================================================================== */

.pad-theme .hero-scene-phones {
  perspective: 1600px;
}

.scene-pad-slot {
  position: absolute;
  left: var(--phone-x);
  top: var(--phone-y);
  z-index: var(--phone-z, 2);
  width: clamp(220px, 20vw, 320px);
  margin: 0;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  will-change: transform, opacity;
}

.scene-pad-layout {
  position: relative;
  transform: rotate(var(--phone-rotate)) scale(var(--phone-scale, 1));
  transform-origin: center;
  transition: filter .2s ease;
  will-change: transform;
}

.scene-pad {
  position: relative;
  aspect-ratio: 4 / 3;
  padding: 7px;
  overflow: hidden;
  border: 1.5px solid #3b82f6;
  border-radius: 20px;
  background: #0f172a;
  box-shadow: 0 25px 50px rgba(37, 99, 235, .32), 0 5px 16px rgba(0, 0, 0, .6);
  transform-style: preserve-3d;
  will-change: transform;
}

.scene-pad--main {
  border-width: 2.5px;
  box-shadow: 0 30px 60px rgba(37, 99, 235, .45), 0 8px 24px rgba(0, 0, 0, .7);
}

.scene-pad-screen {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.scene-pad-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.scene-pad-camera {
  position: absolute;
  top: 50%;
  left: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1e293b;
  transform: translateY(-50%);
  border: 1px solid #3b82f6;
}

.scene-pad-slot figcaption {
  position: absolute;
  left: 50%;
  bottom: -32px;
  padding: 4px 12px;
  border: 1px solid rgba(59, 130, 246, .5);
  border-radius: 999px;
  color: #bfdbfe;
  background: rgba(15, 23, 42, .88);
  backdrop-filter: blur(12px);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  transform: translateX(-50%);
}

.scene-pad-slot--a { --phone-x: 24.5%; --phone-y: 28.5%; --phone-rotate: -6deg; --phone-scale: 1; --phone-z: 1; }
.scene-pad-slot--b { --phone-x: 88.6%; --phone-y: 18.1%; --phone-rotate: -5deg; --phone-scale: .85; --phone-z: 2; }
.scene-pad-slot--c { --phone-x: 73.3%; --phone-y: 28.5%; --phone-rotate: 3deg; --phone-scale: 1.1; --phone-z: 6; }
.scene-pad-slot--d { --phone-x: 24.7%; --phone-y: 86.5%; --phone-rotate: 2deg; --phone-scale: 1; --phone-z: 2; }
.scene-pad-slot--e { --phone-x: 74.3%; --phone-y: 91.1%; --phone-rotate: -5deg; --phone-scale: 1; --phone-z: 2; }
.scene-pad-slot--f { --phone-x: 5.7%; --phone-y: 44.4%; --phone-rotate: -10deg; --phone-scale: 1; --phone-z: 1; filter: blur(2px); }
.scene-pad-slot--g { --phone-x: 96.3%; --phone-y: 75.2%; --phone-rotate: 9deg; --phone-scale: 1; --phone-z: 1; filter: blur(1px); }

/* 右侧 3D PAD 屏幕外壳 (02 区域跟随吸顶) */
.pad-mockup-frame {
  position: relative;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 4 / 3;
  padding: 10px;
  border-radius: 24px;
  background: #111218;
  border: 3.5px solid #3b82f6;
  box-shadow: 0 25px 60px rgba(37, 99, 235, .35);
  overflow: hidden;
}

.pad-mockup-screen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
}

.pad-mockup-screen img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  opacity: 0;
  transition: opacity .45s ease;
}

.pad-mockup-screen img.is-active {
  opacity: 1;
}

.pad-mockup-cam {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3b82f6;
}

.pad-gallery-card {
  width: clamp(320px, 28vw, 420px) !important;
}

.pad-device-frame {
  position: relative;
  aspect-ratio: 4 / 3;
  padding: 6px;
  border-radius: 18px;
  background: #1e293b;
  border: 1.5px solid #3b82f6;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .4);
}

.pad-device-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
