.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(214, 197, 114, 0.41), transparent 86.13%),
radial-gradient(ellipse 60% 50% at 100% 100%, rgba(229, 200, 121, 0.52), transparent 89.92%),
linear-gradient(to bottom right, #fffdf0, #ffffff, #fdfbf5);;
margin: 0 !important;
}

.emj-cta {
  padding: 80px;
  background:
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(232, 208, 106, 0.07) 0%, transparent 65%),
    #0f0d08;
  border-top: 1px solid rgba(232, 208, 106, 0.15);
  border-bottom: 1px solid rgba(232, 208, 106, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.emj-cta-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #e8d06a;
  margin-bottom: 14px;
  opacity: 0.7;
}
.emj-cta-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 300;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 10px;
}
.emj-cta-title em {
  font-style: italic;
  color: #e8d06a;
}
.emj-cta-sub {
  font-size: 13px;
  color: rgba(195, 189, 157, 1);
}
.emj-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 48px;
  background: linear-gradient(135deg, #c8a84b 0%, #e8d06a 35%, #f0dc7a 50%, #e2c84e 70%, #b8963a 100%);
  color: #1a1400;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: filter 0.25s;
}
.emj-cta-btn:hover {
  filter: brightness(1.08);
}
@media (max-width: 768px) {
  .emj-cta {
    padding: 60px 24px;
    flex-direction: column;
    text-align: center;
  }
}

.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: white;
  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);
background: linear-gradient(135deg, 
#c8a84b 0%, 
#e8d06a 35%, 
#f0dc7a 50%, 
#e2c84e 70%) !important;
border-radius: 10px;
}

.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: black;
  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, #easystore-section-1772350077536 > div > div, #easystore-section-1772350251357 > div > div, #easystore-section-1772350677359 > div > div {
max-width: 1920px;
width: 100%;
}

#easystore-section-1772245829836 > div, #easystore-section-1772350077536 > div, #easystore-section-1772350251357 > div, #easystore-section-1772350677359 > div {
padding-top: 0;
padding-bottom: 0;
}

.emj-why {
  padding: 100px 80px;
  background: #080808;
}
.emj-why-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-why-eyebrow::before {
  content: '';
  width: 32px;
  height: 1px;
  background: #e8d06a;
  opacity: 0.5;
}
.emj-why-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 300;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 64px;
  text-align: left;
}
.emj-why-title em {
  font-style: italic;
  color: #e8d06a;
}
.emj-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.emj-why-num {
  font-size: 64px;
  font-weight: 300;
  font-style: italic;
  color: rgba(232, 208, 106, 0.6);
  line-height: 1;
  margin-bottom: 16px;
  font-family: Georgia, serif;
}
.emj-why-card-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(232, 208, 106, 0.15);
}
.emj-why-card-body {
  font-size: 13px;
  color: rgba(195, 189, 157, 1);
  line-height: 1.85;
}
@media (max-width: 768px) {
  .emj-why { padding: 72px 24px; }
  .emj-why-grid { grid-template-columns: 1fr; gap: 36px; }
}

.emj-statement {
  padding: 100px 80px;
  text-align: center;
  background: linear-gradient(135deg, #c8a84b 0%, #e8d06a 35%, #f0dc7a 50%, #e2c84e 70%, #b8963a 100%);
  position: relative;
  overflow: hidden;
}
.emj-statement::before {
  content: '"';
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
  font-size: 400px;
  font-weight: 300;
  color: rgba(26, 20, 0, 0.05);
  line-height: 1;
  pointer-events: none;
  font-family: Georgia, serif;
}
.emj-statement-text {
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 300;
  font-style: italic;
  color: #1a1400;
  max-width: 800px;
  margin: 0 auto 24px;
  line-height: 1.35;
  position: relative;
}
.emj-statement-attr {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(26, 20, 0, 0.45);
  position: relative;
}
@media (max-width: 768px) {
  .emj-statement { padding: 72px 24px; }
  .emj-statement::before { font-size: 180px; top: -20px; }
}
