/* ERATOOLS V6.8 - Growth / Merchandising / Conversion Mega Pack */
.v68-growth-page,
.v68-promotions-page {
  font-family: var(--font-main, "Inter", "Segoe UI", Roboto, Arial, sans-serif);
}

.v68-growth-head,
.v68-growth-actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.v68-growth-actions {
  justify-content: flex-end;
  flex-wrap: wrap;
}

.v68-growth-metrics {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.v68-growth-metrics article,
.v68-growth-card,
.v68-bundle-card,
.v68-promo-messages article,
.v68-empty-promo {
  border-radius: 12px;
}

.v68-growth-metrics article {
  border: 1px solid #dfe7d5;
  background: #f7f9f3;
  padding: 14px;
}

.v68-growth-metrics span {
  display: block;
  color: #64705f;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.v68-growth-metrics strong {
  display: block;
  margin-top: 7px;
  color: #172116;
  font-size: 1.55rem;
  line-height: 1;
}

.v68-growth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.v68-growth-card {
  border-radius: 14px !important;
}

.v68-growth-card h2 {
  font-size: 1.28rem !important;
}

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

.v68-growth-form label {
  display: grid;
  gap: 7px;
  color: #172116;
  font-size: .86rem;
  font-weight: 850;
}

.v68-growth-form input,
.v68-growth-form select,
.v68-growth-form textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid #dfe7d5;
  border-radius: 9px;
  background: #fff;
  color: #172116;
  padding: 0 12px;
  font: inherit;
}

.v68-growth-form textarea {
  min-height: 94px;
  padding: 12px;
}

.v68-growth-form .is-wide {
  grid-column: 1 / -1;
}

.v68-growth-list {
  display: grid;
  gap: 10px;
  max-height: 520px;
  overflow: auto;
}

.v68-growth-list.is-compact {
  max-height: none;
}

.v68-growth-list article {
  display: grid;
  gap: 4px;
  border: 1px solid #dfe7d5;
  border-radius: 10px;
  background: #fff;
  padding: 12px;
}

.v68-growth-list article.is-warning {
  background: #fff8e2;
  border-color: #e7c85e;
}

.v68-growth-list article.is-info {
  background: #eef6ff;
  border-color: #cfe5ff;
}

.v68-growth-list strong {
  color: #172116;
}

.v68-growth-list span,
.v68-growth-list em {
  color: #64705f;
  font-size: .86rem;
  word-break: break-word;
}

.v68-storefront-message.yellow .promo-strip__box {
  background: linear-gradient(90deg, rgba(255,196,0,.96), rgba(255,216,80,.95));
  color: #111;
}

.v68-storefront-message.success .promo-strip__box {
  background: linear-gradient(90deg, #0f7a39, #13a24c);
  color: #fff;
}

.v68-message-cta {
  margin-left: 10px;
  color: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.v68-promotions-page {
  width: min(var(--container, 1440px), calc(100% - 72px));
  margin: 32px auto 80px;
}

.v68-promotions-hero {
  display: grid;
  gap: 10px;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  background: linear-gradient(120deg, rgba(255,196,0,.12), rgba(255,196,0,.03) 42%, rgba(255,255,255,.02));
}

.v68-promotions-hero span {
  color: var(--accent, #ffc400);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.v68-promotions-hero h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.v68-promotions-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--text-soft, #c8d0d8);
  line-height: 1.7;
}

.v68-promo-messages,
.v68-bundle-grid {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.v68-promo-messages {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v68-promo-messages article,
.v68-bundle-card,
.v68-empty-promo {
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.035);
  padding: 20px;
}

.v68-promo-messages strong,
.v68-bundle-card h2,
.v68-empty-promo h2 {
  color: var(--text, #fff);
}

.v68-promo-messages span,
.v68-bundle-card p,
.v68-empty-promo p {
  color: var(--text-soft, #c8d0d8);
  line-height: 1.65;
}

.v68-promo-messages a,
.v68-bundle-cta,
.v68-empty-promo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 12px;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--accent, #ffc400);
  color: #111;
  text-decoration: none;
  font-weight: 950;
}

.v68-bundle-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v68-bundle-card {
  position: relative;
  display: grid;
  gap: 12px;
}

.v68-bundle-card > span {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255,196,0,.16);
  color: var(--accent, #ffc400);
  font-size: .72rem;
  font-weight: 950;
}

.v68-bundle-card h2 {
  margin: 0;
  font-size: 1.35rem;
}

.v68-bundle-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
}

.v68-bundle-card li,
.v68-bundle-card li a {
  color: var(--text-soft, #c8d0d8);
}

.v68-empty-promo {
  grid-column: 1 / -1;
}

@media (max-width: 1180px) {
  .v68-growth-metrics,
  .v68-promo-messages,
  .v68-bundle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .v68-growth-head,
  .v68-growth-grid,
  .v68-growth-form {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .v68-growth-metrics,
  .v68-promo-messages,
  .v68-bundle-grid {
    grid-template-columns: 1fr;
  }

  .v68-promotions-page {
    width: calc(100% - 24px);
  }
}
