/* Enterprise Software — light “studio / commerce builder” shell (original; not Wix assets) */

body.es-page .tech-hero {
  background: linear-gradient(165deg, #fdfbff 0%, #f3f0ff 42%, #eef6ff 100%);
  color: #16161f;
}

body.es-page .tech-hero-kicker {
  color: #6d28d9;
}

body.es-page .tech-hero-title {
  color: #0c0c12;
}

body.es-page .tech-hero-lead {
  color: #3d3d4a;
}

body.es-page .tech-hero-note {
  background: rgba(109, 40, 217, 0.08);
  border-color: rgba(109, 40, 217, 0.22);
  color: #2f2654;
}

body.es-page .subpage-back {
  color: #5b21b6;
}

body.es-page .tech-rsl-outer {
  background: linear-gradient(180deg, #f0f2f8 0%, #e6e9f2 100%);
}

body.es-page #esPageRoot {
  background: #eceef5;
}

#esStudioRoot.tech-rsl-app {
  border-radius: 24px;
  border: 1px solid rgba(15, 15, 30, 0.06);
  box-shadow: 0 20px 60px rgba(22, 22, 40, 0.08);
  overflow: hidden;
  background: #fafbff;
}

.es-studio {
  padding: 20px 20px 28px;
}

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

.es-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.es-btn:active {
  transform: scale(0.98);
}

.es-btn-primary {
  background: linear-gradient(135deg, #1d1d28 0%, #2d2640 100%);
  color: #fff;
  box-shadow: 0 8px 28px rgba(29, 29, 40, 0.25);
}

.es-btn-secondary {
  background: #fff;
  color: #1d1d28;
  border: 1px solid rgba(15, 15, 30, 0.12);
  box-shadow: 0 4px 16px rgba(22, 22, 40, 0.06);
}

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

.es-card {
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(15, 15, 30, 0.06);
  padding: 18px 18px 20px;
  box-shadow: 0 8px 32px rgba(22, 22, 40, 0.05);
}

.es-card h3 {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b6b7a;
}

.es-span-7 {
  grid-column: span 7;
}

.es-span-5 {
  grid-column: span 5;
}

.es-span-6 {
  grid-column: span 6;
}

.es-span-12 {
  grid-column: span 12;
}

@media (max-width: 960px) {
  .es-span-7,
  .es-span-5,
  .es-span-6 {
    grid-column: span 12;
  }
}

.es-product-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 16px;
  align-items: start;
}

@media (max-width: 720px) {
  .es-product-layout {
    grid-template-columns: 1fr;
  }
}

.es-visual {
  aspect-ratio: 4/3;
  border-radius: 16px;
  background: linear-gradient(145deg, #e0e7ff 0%, #fae8ff 40%, #cffafe 100%);
  border: 1px solid rgba(15, 15, 30, 0.06);
  position: relative;
  overflow: hidden;
}

.es-visual::after {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.es-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 8px 0 14px;
}

.es-price-row .es-from {
  font-size: 13px;
  color: #6b6b7a;
}

.es-price-row strong {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #0c0c12;
}

.es-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.es-chip-row span {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8b8b9a;
  width: 100%;
  margin-bottom: 2px;
}

.es-chip {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 15, 30, 0.12);
  background: #f7f8fc;
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  color: #2d2d38;
}

.es-chip.is-active {
  background: linear-gradient(135deg, #ede9fe, #e0f2fe);
  border-color: rgba(109, 40, 217, 0.45);
  color: #4c1d95;
  box-shadow: 0 0 0 1px rgba(109, 40, 217, 0.2);
}

.es-stock {
  font-size: 12px;
  color: #15803d;
  font-weight: 600;
  margin-bottom: 12px;
}

.es-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.es-filter {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 15, 30, 0.1);
  background: #f7f8fc;
  font-size: 12px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  color: #3d3d4a;
}

.es-filter.is-active {
  background: #1d1d28;
  color: #fff;
  border-color: #1d1d28;
}

.es-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.es-mini-card {
  border-radius: 14px;
  padding: 12px;
  background: linear-gradient(180deg, #fafbff, #f3f4f9);
  border: 1px solid rgba(15, 15, 30, 0.06);
  text-align: left;
  font-family: inherit;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.es-mini-card:hover {
  border-color: rgba(109, 40, 217, 0.35);
  box-shadow: 0 6px 20px rgba(109, 40, 217, 0.08);
}

.es-mini-card.is-hidden {
  display: none;
}

.es-mini-card strong {
  display: block;
  font-size: 13px;
  color: #0c0c12;
  margin-bottom: 4px;
}

.es-mini-card span {
  font-size: 12px;
  color: #6b6b7a;
}

.es-mini-add {
  margin-top: 10px;
  width: 100%;
  padding: 8px;
  border-radius: 10px;
  border: none;
  background: #1d1d28;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
}

.es-checkout-lines {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}

.es-radio-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(15, 15, 30, 0.1);
  cursor: pointer;
  background: #fafbff;
}

.es-radio-card input {
  margin-top: 4px;
  flex-shrink: 0;
  accent-color: #6d28d9;
}

.es-radio-card.is-checked {
  border-color: rgba(109, 40, 217, 0.5);
  background: linear-gradient(180deg, #faf5ff, #f8fafc);
  box-shadow: 0 0 0 1px rgba(109, 40, 217, 0.12);
}

.es-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #3d3d4a;
  margin: 4px 0 12px;
}

.es-totals {
  border-top: 1px solid rgba(15, 15, 30, 0.08);
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: #3d3d4a;
}

.es-totals div {
  display: flex;
  justify-content: space-between;
}

.es-totals strong {
  font-size: 16px;
  color: #0c0c12;
}

.es-channels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.es-channel {
  flex: 1;
  min-width: 100px;
  padding: 14px 12px;
  border-radius: 14px;
  border: 1px solid rgba(15, 15, 30, 0.1);
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  color: #5c5c6a;
  transition: all 0.15s ease;
}

.es-channel.is-on {
  border-color: #6d28d9;
  color: #4c1d95;
  background: linear-gradient(180deg, #f5f3ff, #fff);
  box-shadow: 0 6px 22px rgba(109, 40, 217, 0.12);
}

.es-faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.es-faq-item {
  border-radius: 14px;
  border: 1px solid rgba(15, 15, 30, 0.08);
  background: #fff;
  overflow: hidden;
}

.es-faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
  color: #16161f;
}

.es-faq-q span:last-child {
  font-size: 18px;
  color: #8b8b9a;
  flex-shrink: 0;
}

.es-faq-a {
  display: none;
  padding: 0 16px 14px;
  font-size: 13px;
  line-height: 1.55;
  color: #5c5c6a;
}

.es-faq-item.is-open .es-faq-a {
  display: block;
}

.es-faq-item.is-open .es-faq-q span:last-child {
  transform: rotate(45deg);
}

.es-cart-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 900;
  min-width: 52px;
  height: 52px;
  padding: 0 16px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #1d1d28, #4c1d95);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 12px 36px rgba(76, 29, 149, 0.35);
  display: flex;
  align-items: center;
  gap: 8px;
}

.es-cart-fab span:last-child {
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  color: #4c1d95;
  font-size: 12px;
  font-weight: 800;
  display: grid;
  place-items: center;
}

@media (max-width: 600px) {
  .es-cart-fab {
    right: 14px;
    bottom: 14px;
  }
}
