.app-promo-section { width: 100%; background: #0b0906; }
.app-promo-wrap { position: relative; width: 100%; aspect-ratio: 2048 / 665; overflow: hidden; }
.app-promo-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }

.app-promo-text-left { position: absolute; left: 3.2%; top: 10%; width: 34%; color: #fff; }
.app-promo-heading { font-family: var(--magical_font), Georgia, serif; font-size: clamp(14px, 3.5vw, 52px); line-height: 1.08; font-weight: 500; margin: 0 0 1.1em; }
.app-promo-heading .gold-bold { color: var(--eem-gold, #c9a227); font-weight: 700; font-style: normal; }
.app-promo-heading .gold-italic { color: var(--eem-gold, #c9a227); font-style: italic; font-weight: 500; }
.app-promo-sub { font-family: var(--inter_font), Arial, sans-serif; font-size: clamp(8px, 1.15vw, 17px); line-height: 1.4; margin: 0 0 1.5em; color: #ededed; max-width: 92%; }
.app-promo-buttons { display: flex; gap: 1.1vw; }
.app-promo-buttons a { display: block; line-height: 0; }
.app-promo-buttons img { height: clamp(16px, 3.7vw, 54px); display: block; }

.app-promo-features { position: absolute; right: 1.5%; top: 14%; width: 26.5%; display: flex; flex-direction: column; gap: 3.4vw; }
.app-promo-feature { display: flex; align-items: center; gap: 0.8vw; min-height: clamp(30px, 3.6vw, 52px); }
.app-promo-feature .app-promo-icon { flex: 0 0 auto; width: clamp(12px, 3.4vw, 52px); height: clamp(12px, 3.4vw, 52px); border: 1.5px solid var(--eem-gold, #c9a227); border-radius: 22%; display: grid; place-items: center; color: var(--eem-gold, #c9a227); }
.app-promo-feature .app-promo-icon svg { width: 58%; height: 58%; }
.app-promo-feature h4 { font-family: var(--inter_font), Arial, sans-serif; font-weight: 700; font-size: clamp(8px, 1.2vw, 18px); color: #fff; margin: 0 0 0.35em; }
.app-promo-feature p { font-family: var(--inter_font), Arial, sans-serif; font-size: clamp(6.5px, 0.92vw, 13.5px); line-height: 1.4; color: #d8d3c9; margin: 0; }

@media (max-width: 767px) {
  .app-promo-wrap { aspect-ratio: auto; display: flex; flex-direction: column; }
  .app-promo-bg { position: static; width: 100%; height: 210px; object-position: 68% center; }
  .app-promo-text-left { position: static; width: 100%; padding: 26px 20px 0; }
  .app-promo-heading { font-size: 26px; margin-bottom: 14px; }
  .app-promo-sub { font-size: 13.5px; max-width: 100%; margin-bottom: 18px; }
  .app-promo-buttons { gap: 10px; }
  .app-promo-buttons img { height: 40px; }
  .app-promo-features { position: static; width: 100%; padding: 22px 20px 28px; gap: 16px; }
  .app-promo-feature .app-promo-icon { width: 36px; height: 36px; }
  .app-promo-feature h4 { font-size: 14px; }
  .app-promo-feature p { font-size: 12px; }
}
