/* SKU deliverable mockups — business-relevant UI previews */

.sku-mock {
  align-items: center;
  background: linear-gradient(165deg, #121214 0%, #0a0a0b 100%);
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 9.5rem;
  overflow: hidden;
  padding: 0.85rem;
  position: relative;
  width: 100%;
}

.sku-mock__badge {
  background: rgba(8, 8, 8, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(232, 212, 168, 0.75);
  font-size: 0.52rem;
  left: 0.65rem;
  letter-spacing: 0.12em;
  padding: 0.3em 0.55em;
  position: absolute;
  top: 0.65rem;
  z-index: 2;
}

.sku-mock__panel {
  background: #1a1a1c;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.55rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  font-size: 0.48rem;
  max-width: 92%;
  width: 100%;
}

.sku-mock__toolbar {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(232, 212, 168, 0.7);
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.06em;
  padding: 0.45rem 0.55rem;
}

.sku-mock__pill {
  background: rgba(120, 189, 210, 0.15);
  border-radius: 999px;
  color: #78bed2;
  padding: 0.15em 0.45em;
}

.sku-mock__pill--gold {
  background: rgba(198, 167, 106, 0.18);
  color: #e8d4a8;
}

.sku-mock__flow {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.55rem;
}

.sku-mock__node {
  background: rgba(198, 167, 106, 0.12);
  border: 1px solid rgba(198, 167, 106, 0.25);
  border-radius: 0.35rem;
  color: #e8d4a8;
  padding: 0.35rem 0.45rem;
  text-align: center;
}

.sku-mock__arrow {
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.55rem;
  text-align: center;
}

.sku-mock__mail {
  background: #242428;
  border-left: 2px solid #c6a76a;
  border-radius: 0.3rem;
  color: rgba(255, 255, 255, 0.45);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.35rem 0.45rem;
}

.sku-mock__mail--2 {
  border-left-color: #ff7898;
}

.sku-mock__mail--3 {
  border-left-color: #78bed2;
}

.sku-mock__mail-subj {
  color: rgba(240, 224, 188, 0.88);
  font-size: 0.52rem;
}

/* Phone / video */
.sku-mock__phone {
  aspect-ratio: 9 / 16;
  background: #0e0e10;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.65rem;
  max-height: 8.5rem;
  overflow: hidden;
  position: relative;
  width: auto;
}

.sku-mock__phone-notch {
  background: #000;
  border-radius: 0 0 0.35rem 0.35rem;
  height: 0.35rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 28%;
  z-index: 2;
}

.sku-mock__video-bg,
.sku-mock__spark-bg {
  background: linear-gradient(160deg, #3a2840 0%, #1a1520 40%, #0d1218 100%);
  inset: 0;
  position: absolute;
}

.sku-mock__video-hook,
.sku-mock__spark-hook {
  bottom: 2.2rem;
  color: #fff;
  font-size: 0.48rem;
  font-weight: 600;
  left: 0.45rem;
  line-height: 1.35;
  position: absolute;
  right: 1.6rem;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.sku-mock__video-ui {
  align-items: center;
  bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  font-size: 0.42rem;
  gap: 0.35rem;
  left: 0.45rem;
  position: absolute;
  z-index: 1;
}

.sku-mock__play {
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  display: flex;
  font-size: 0.38rem;
  height: 1.1rem;
  justify-content: center;
  width: 1.1rem;
}

.sku-mock__video-side {
  bottom: 2.5rem;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  font-size: 0.38rem;
  gap: 0.45rem;
  position: absolute;
  right: 0.35rem;
  z-index: 1;
}

.sku-mock__spark-label {
  color: rgba(255, 120, 152, 0.9);
  font-size: 0.42rem;
  left: 0.45rem;
  position: absolute;
  top: 0.65rem;
  z-index: 1;
}

.sku-mock__spark-cta {
  background: #fe2c55;
  border-radius: 0.25rem;
  bottom: 0.45rem;
  color: #fff;
  font-size: 0.42rem;
  left: 0.45rem;
  padding: 0.25em 0.45em;
  position: absolute;
  z-index: 1;
}

/* FB ad */
.sku-mock__panel--fb {
  max-width: 8.5rem;
}

.sku-mock__fb-head {
  align-items: center;
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  font-size: 0.42rem;
  gap: 0.35rem;
  padding: 0.45rem 0.45rem 0.25rem;
}

.sku-mock__avatar {
  background: linear-gradient(135deg, #1877f2, #42b72a);
  border-radius: 999px;
  height: 0.85rem;
  width: 0.85rem;
}

.sku-mock__fb-copy {
  color: rgba(240, 224, 188, 0.85);
  font-size: 0.46rem;
  padding: 0 0.45rem 0.35rem;
}

.sku-mock__fb-creative {
  aspect-ratio: 1;
  background: #2a2a2e;
  display: flex;
  place-items: center;
  width: 100%;
}

.sku-mock__product {
  background: linear-gradient(145deg, #4a4035, #2a2520);
  border-radius: 0.25rem;
  display: block;
  height: 55%;
  margin: auto;
  width: 55%;
}

.sku-mock__fb-foot {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  font-size: 0.38rem;
  justify-content: space-between;
  padding: 0.35rem 0.45rem;
}

.sku-mock__fb-foot button {
  background: #1877f2;
  border: 0;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 0.38rem;
  padding: 0.25em 0.45em;
}

.sku-mock__size-tag {
  background: rgba(0, 0, 0, 0.55);
  border-radius: 0.2rem;
  bottom: 0.35rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.38rem;
  padding: 0.15em 0.35em;
  position: absolute;
  right: 0.35rem;
}

/* Listing */
.sku-mock__panel--listing {
  padding: 0.55rem;
}

.sku-mock__amz-row {
  display: grid;
  gap: 0.35rem;
  grid-template-columns: 1fr 0.45fr;
}

.sku-mock__amz-main {
  align-items: center;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 0.25rem;
  color: #999;
  display: flex;
  font-size: 0.42rem;
  justify-content: center;
}

.sku-mock__amz-thumbs {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.sku-mock__amz-thumbs span {
  aspect-ratio: 1;
  background: linear-gradient(135deg, #e8e4dc, #cfc8bc);
  border-radius: 0.2rem;
  display: block;
}

.sku-mock__amz-detail {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 0.45rem;
}

.sku-mock__amz-title {
  color: rgba(240, 224, 188, 0.85);
  font-size: 0.46rem;
}

.sku-mock__amz-bullets {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.42rem;
}

/* Browser */
.sku-mock__browser {
  background: #161618;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.45rem;
  max-width: 10rem;
  overflow: hidden;
  width: 100%;
}

.sku-mock__browser-bar {
  align-items: center;
  background: #222226;
  color: rgba(255, 255, 255, 0.35);
  display: flex;
  font-size: 0.38rem;
  gap: 0.25rem;
  padding: 0.35rem 0.45rem;
}

.sku-mock__browser-bar span {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  height: 0.35rem;
  width: 0.35rem;
}

.sku-mock__browser-bar em {
  font-style: normal;
  margin-left: auto;
}

.sku-mock__browser-body {
  padding: 0.55rem;
  position: relative;
}

.sku-mock__hero-block {
  background: linear-gradient(90deg, #3a3530, #2a2826);
  border-radius: 0.25rem;
  color: rgba(232, 212, 168, 0.7);
  font-size: 0.46rem;
  margin-bottom: 0.45rem;
  padding: 0.65rem 0.45rem;
  text-align: center;
}

.sku-mock__hero-block--edit {
  outline: 1px dashed rgba(255, 120, 152, 0.55);
}

.sku-mock__mini-grid {
  display: grid;
  gap: 0.25rem;
  grid-template-columns: repeat(3, 1fr);
}

.sku-mock__mini-grid span {
  aspect-ratio: 1;
  background: #2a2a2e;
  border-radius: 0.2rem;
}

.sku-mock__browser-body--code {
  font-family: ui-monospace, monospace;
}

.sku-mock__code-line {
  color: rgba(120, 189, 210, 0.75);
  font-size: 0.4rem;
  margin-bottom: 0.25rem;
}

.sku-mock__code-line i {
  color: rgba(255, 120, 152, 0.65);
  font-style: normal;
}

.sku-mock__perf {
  display: flex;
  gap: 0.45rem;
  margin-top: 0.45rem;
}

.sku-mock__perf span {
  background: rgba(120, 189, 210, 0.12);
  border-radius: 0.2rem;
  color: #78bed2;
  font-size: 0.38rem;
  padding: 0.2em 0.35em;
}

.sku-mock__edit-tag {
  background: rgba(255, 120, 152, 0.15);
  border-radius: 0.2rem;
  bottom: 0.35rem;
  color: #ff7898;
  font-size: 0.38rem;
  padding: 0.15em 0.35em;
  position: absolute;
  right: 0.35rem;
}

.sku-mock__edit-tag--blue {
  background: rgba(120, 189, 210, 0.15);
  color: #78bed2;
}

/* Ad dashboard — premium */
.sku-mock__panel--dashboard {
  padding: 0.55rem;
}

.sku-mock__dash-head {
  align-items: center;
  color: #e8d4a8;
  display: flex;
  font-size: 0.48rem;
  justify-content: space-between;
  letter-spacing: 0.04em;
  margin-bottom: 0.45rem;
}

.sku-mock__dash-channels {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 0.45rem;
}

.sku-mock__dash-channels span {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 0.2rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.4rem;
  padding: 0.2em 0.4em;
}

.sku-mock__dash-chart {
  align-items: flex-end;
  display: flex;
  gap: 0.25rem;
  height: 2.5rem;
  margin-bottom: 0.45rem;
}

.sku-mock__dash-chart span {
  background: linear-gradient(180deg, #c6a76a, rgba(198, 167, 106, 0.2));
  border-radius: 0.15rem 0.15rem 0 0;
  flex: 1;
  height: var(--h, 50%);
}

.sku-mock__dash-metrics {
  display: grid;
  gap: 0.35rem;
  grid-template-columns: repeat(3, 1fr);
}

.sku-mock__dash-metrics div {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.35rem;
  text-align: center;
}

.sku-mock__dash-metrics strong {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.38rem;
  font-weight: 400;
}

.sku-mock__dash-metrics span {
  color: #e8d4a8;
  font-size: 0.46rem;
}

.grw-svc__visual,
.prj-sku__visual {
  aspect-ratio: 16 / 9;
  background: #0a0a0b;
  overflow: hidden;
}

.grw-svc__visual img,
.prj-sku__visual img {
  display: none;
}

.grw-premium__visual {
  margin: 1.25rem auto 0;
  max-width: 16rem;
}

.grw-premium__visual .sku-mock {
  border-radius: 0.75rem;
  min-height: 11rem;
}
