.rich-text {
  margin: auto;
  max-width: 1920px;
  text-align: center;
  /* 1.5rem margin on left & right */
  width: 100%;
  padding: 0;
}

.rich-text.rich-text--full-width {
  max-width: initial;
  width: 100%;
}

.rich-text__blocks {
  margin: auto;
  /* 2.5rem margin on left & right */
  width: calc(100% - 5rem);
}

.rich-text__blocks * {
  overflow-wrap: break-word;
}

.rich-text--full-width .rich-text__blocks {
  /* 4rem (1.5rem + 2.5rem) margin on left & right */
  width: calc(100% - 8rem);
}

.rich-text:not(.rich-text--full-width),
.rich-text--full-width.color-background-1 {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text:not(.color-background-1) {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .rich-text {
    /* 5rem margin on left & right */
    width: 100%;
  }

  .rich-text__blocks {
    max-width: 50rem;
  }

  .rich-text--full-width .rich-text__blocks {
    /* 7.5rem (5rem + 2.5rem) margin on left & right */
    width: calc(100% - 15rem);
  }
}

@media screen and (min-width: 990px) {
  .rich-text__blocks {
    max-width: 78rem;
  }
}

/* Blocks */

.rich-text__blocks > * {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text__blocks > * + * {
  margin-top: 2rem;
}

.rich-text__blocks > * + a {
  margin-top: 3rem;
}
.stats-bar {
  background: linear-gradient(135deg, #c8a84b 0%, #e8d06a 35%, #f0dc7a 50%, #e2c84e 70%, #b8963a 100%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat {
  padding: 28px 32px;
  text-align: center;
  border-right: 1px solid rgba(26, 20, 0, 0.15);
}

.stat:last-child {
  border-right: none;
}

.stat-num {
  font-size: 40px;
  font-weight: 300;
  color: #1a1400;
  line-height: 1;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(26, 20, 0, 0.6);
}

@media (max-width: 600px) {
  .stats-bar {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat:nth-child(2) {
    border-right: none;
  }
}
#easystore-section-1772238092818 > div {
margin: 0 !important;
padding: 0 !important;
}
#easystore-section-1772238092818 > div > div {
width: 100% !important;
max-width: 1920px;
}

#easystore-section-1667497743109 > div {
background: radial-gradient(ellipse 90% 60% at 0% 0%, rgba(240, 220, 122, 0.3) 0%, transparent 50%),
  radial-gradient(ellipse 60% 50% at 100% 100%, rgba(184, 150, 58, 0.15) 0%, transparent 50%),
  linear-gradient(135deg, #fffdf0 0%, #ffffff 50%, #fdfbf5 100%);;
margin: 0 !important;
}

.emj-tech {
  padding: 100px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  background: #080808;
}

/* ── LEFT: TEXT CONTENT ── */
.emj-tech-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #e8d06a;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.emj-tech-eyebrow::before {
  content: '';
  width: 32px;
  height: 1px;
  background: #e8d06a;
  opacity: 0.5;
}

.emj-tech-title {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 300;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 24px;
}
.emj-tech-title em {
  font-style: italic;
  color: #e8d06a;
}

.emj-tech-divider {
  width: 60px;
  height: 1px;
  background: #e8d06a;
  opacity: 0.4;
  margin-bottom: 28px;
}

.emj-tech-body {
  font-size: 14px;
  color: rgba(195, 189, 157, 1);
  line-height: 1.9;
  margin-bottom: 40px;
}

.emj-tech-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.emj-tech-feature {
  padding: 16px 20px;
  border: 1px solid rgba(232, 208, 106, 0.2);
  border-left: 3px solid #e8d06a;
  background: rgba(232, 208, 106, 0.03);
}

.emj-tech-feature strong {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 4px;
}

.emj-tech-feature span {
  font-size: 12px;
  color: rgba(195, 189, 157, 1);
  line-height: 1.6;
}

/* ── RIGHT: PRODUCT IMAGE ── */
.emj-tech-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Decorative gold rings behind image */
.emj-tech-visual::before {
  content: '';
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 1px solid rgba(232, 208, 106, 0.1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.emj-tech-visual::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid rgba(232, 208, 106, 0.07);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.emj-tech-img {
  width: 100%;
  max-width: 380px;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  /* Subtle gold glow under image */
  filter: drop-shadow(0 24px 60px rgba(232, 208, 106, 0.15));
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .emj-tech {
    padding: 72px 24px;
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .emj-tech-visual {
    order: -1; /* image on top on mobile */
  }
  .emj-tech-img {
    max-width: 260px;
    margin: 0 auto;
  }
}

#easystore-section-1772245829836 > div > div {
max-width: 1920px;
width: 100%;
}