.elementor-68463 .elementor-element.elementor-element-ac49cf3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-68463 .elementor-element.elementor-element-002255d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-68463 .elementor-element.elementor-element-5b82abf{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-68463 .elementor-element.elementor-element-738e4f5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-68463 .elementor-element.elementor-element-f2226f5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-68463 .elementor-element.elementor-element-f4a0289:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-68463 .elementor-element.elementor-element-f4a0289 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(90deg, #123453 60%, #2BC600 120%);}.elementor-68463 .elementor-element.elementor-element-f4a0289 > .elementor-element-populated, .elementor-68463 .elementor-element.elementor-element-f4a0289 > .elementor-element-populated > .elementor-background-overlay, .elementor-68463 .elementor-element.elementor-element-f4a0289 > .elementor-background-slideshow{border-radius:23.5px 1px 25px 23.5px;}.elementor-68463 .elementor-element.elementor-element-f4a0289 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 50px 50px 50px;}.elementor-68463 .elementor-element.elementor-element-f4a0289 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-68463 .elementor-element.elementor-element-79b5483 > .elementor-widget-container{margin:-20px -20px -20px -20px;padding:-14px -14px -14px -14px;}.elementor-68463 .elementor-element.elementor-element-79b5483 .elementor-button{fill:#FFFFFF;color:#FFFFFF;}@media(max-width:767px){.elementor-68463 .elementor-element.elementor-element-f4a0289 > .elementor-element-populated{padding:30px 30px 30px 30px;}}/* Start custom CSS for html, class: .elementor-element-6e3cc62 *//* ============================================
   UAE MAINLAND 100% FOREIGN OWNERSHIP
   HERO / INTRO SECTION — Custom CSS
   Elementor HTML Widget
   ============================================ */

/* ============================================
   KEYFRAMES
   ============================================ */

@keyframes uaem-fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes uaem-fadeInLeft {
  from { opacity: 0; transform: translateX(-30px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes uaem-shimmer {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}

@keyframes uaem-pulse-ring {
  0%   { box-shadow: 0 0 0 0 rgba(212,175,55,0.5); }
  70%  { box-shadow: 0 0 0 14px rgba(212,175,55,0); }
  100% { box-shadow: 0 0 0 0 rgba(212,175,55,0); }
}

@keyframes uaem-gradient-pan {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes uaem-float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-10px); }
}

@keyframes uaem-count-in {
  from { opacity: 0; transform: scale(0.5); }
  to   { opacity: 1; transform: scale(1); }
}

@keyframes uaem-rotate-slow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* ============================================
   CSS VARIABLES
   ============================================ */

:root {
  --uaem-navy:       #1E3A8A;
  --uaem-navy-dark:  #0F2461;
  --uaem-navy-mid:   #162D6E;
  --uaem-teal:       #0F766E;
  --uaem-teal-light: #14B8A6;
  --uaem-gold:       #D4AF37;
  --uaem-gold-light: #F0D060;
  --uaem-gold-dark:  #B8962E;
  --uaem-white:      #FFFFFF;
  --uaem-glass:      rgba(255,255,255,0.07);
  --uaem-glass-gold: rgba(212,175,55,0.2);
  --uaem-trans:      all 0.35s cubic-bezier(0.4,0,0.2,1);
}

/* ============================================
   HERO WRAPPER
   ============================================ */

.uaem-hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    145deg,
    #060E24 0%,
    #0F2461 20%,
    #1E3A8A 45%,
    #0D3B6E 65%,
    #0A2A3A 85%,
    #071520 100%
  );
  background-size: 300% 300%;
  animation: uaem-gradient-pan 16s ease infinite;
  padding: 72px 20px 84px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

/* Radial glow overlays */
.uaem-hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 15% 35%,
      rgba(212,175,55,0.1) 0%, transparent 50%),
    radial-gradient(ellipse at 85% 20%,
      rgba(20,184,166,0.09) 0%, transparent 45%),
    radial-gradient(ellipse at 50% 80%,
      rgba(30,58,138,0.25) 0%, transparent 55%),
    url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Ccircle cx='40' cy='40' r='1.2' fill='rgba(255,255,255,0.06)'/%3E%3Ccircle cx='10' cy='10' r='0.8' fill='rgba(255,255,255,0.04)'/%3E%3Ccircle cx='70' cy='70' r='0.7' fill='rgba(212,175,55,0.06)'/%3E%3Ccircle cx='70' cy='10' r='0.6' fill='rgba(20,184,166,0.05)'/%3E%3Ccircle cx='10' cy='70' r='0.6' fill='rgba(255,255,255,0.04)'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

/* Geometric hexagon/diamond lattice */
.uaem-hero-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='60,4 116,60 60,116 4,60' stroke='rgba(212,175,55,0.05)' stroke-width='1' fill='none'/%3E%3Cpolygon points='60,18 102,60 60,102 18,60' stroke='rgba(20,184,166,0.04)' stroke-width='1' fill='none'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.9;
  z-index: 0;
}

/* Abu Dhabi / Dubai skyline silhouette at bottom */
.uaem-skyline {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 130px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 130'%3E%3Cpath fill='rgba(212,175,55,0.06)' d='M0,80 L30,80 L30,50 L45,50 L45,30 L55,30 L55,10 L60,10 L60,5 L65,5 L65,10 L70,10 L70,30 L80,30 L80,50 L95,50 L95,80 L120,80 L120,55 L130,55 L130,80 L160,80 L160,40 L170,40 L170,25 L180,25 L180,40 L190,40 L190,80 L220,80 L220,60 L235,60 L235,35 L240,35 L240,20 L248,20 L248,35 L255,35 L255,60 L270,60 L270,80 L300,80 L300,45 L315,45 L315,80 L340,80 L340,55 L350,55 L350,30 L358,30 L358,15 L365,15 L365,8 L372,8 L372,15 L380,15 L380,30 L390,30 L390,55 L405,55 L405,80 L440,80 L440,65 L455,65 L455,80 L480,80 L480,50 L490,50 L490,80 L520,80 L520,60 L530,60 L530,38 L538,38 L538,22 L545,22 L545,38 L553,38 L553,60 L565,60 L565,80 L600,80 L600,55 L615,55 L615,80 L640,80 L640,45 L655,45 L655,20 L660,20 L660,8 L668,8 L668,20 L675,20 L675,45 L690,45 L690,80 L720,80 L720,60 L735,60 L735,80 L760,80 L760,50 L770,50 L770,80 L800,80 L800,40 L812,40 L812,18 L820,18 L820,8 L828,8 L828,18 L836,18 L836,40 L850,40 L850,80 L880,80 L880,55 L895,55 L895,30 L902,30 L902,15 L910,15 L910,30 L918,30 L918,55 L935,55 L935,80 L960,80 L960,65 L975,65 L975,80 L1000,80 L1000,50 L1010,50 L1010,80 L1040,80 L1040,45 L1055,45 L1055,80 L1080,80 L1080,35 L1092,35 L1092,15 L1100,15 L1100,5 L1108,5 L1108,15 L1116,15 L1116,35 L1130,35 L1130,80 L1160,80 L1160,55 L1172,55 L1172,80 L1200,80 L1200,60 L1210,60 L1210,80 L1240,80 L1240,45 L1255,45 L1255,80 L1280,80 L1280,65 L1295,65 L1295,80 L1320,80 L1320,50 L1330,50 L1330,80 L1360,80 L1360,40 L1375,40 L1375,80 L1440,80 L1440,130 L0,130 Z'/%3E%3Cpath fill='rgba(20,184,166,0.04)' d='M0,95 Q180,70 360,95 Q540,120 720,85 Q900,55 1080,85 Q1260,115 1440,95 L1440,130 L0,130 Z'/%3E%3C/svg%3E") no-repeat bottom center;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}

/* ============================================
   INNER CONTENT
   ============================================ */

.uaem-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  text-align: center;
}

/* ============================================
   BREAKING NEWS / LAW RIBBON
   ============================================ */

.uaem-law-ribbon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg,
    rgba(212,175,55,0.18),
    rgba(212,175,55,0.08)
  );
  border: 1px solid rgba(212,175,55,0.45);
  border-radius: 8px;
  padding: 10px 20px;
  animation: uaem-fadeInUp 0.55s ease forwards;
  animation-delay: 0.05s;
  opacity: 0;
}

.uaem-law-ribbon-icon { font-size: 1.1rem; flex-shrink: 0; }

.uaem-law-ribbon-text {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F0D060;
}

.uaem-law-ribbon-divider {
  width: 1px; height: 16px;
  background: rgba(212,175,55,0.35);
  flex-shrink: 0;
}

.uaem-law-ribbon-sub {
  font-size: 0.74rem;
  color: rgba(255,255,255,0.6);
  font-style: italic;
  white-space: nowrap;
}

/* ============================================
   BADGE ROW
   ============================================ */

.uaem-badge-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  animation: uaem-fadeInUp 0.6s ease forwards;
  animation-delay: 0.1s;
  opacity: 0;
}

.uaem-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 15px;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.uaem-badge-navy {
  background: rgba(30,58,138,0.3);
  border: 1px solid rgba(30,58,138,0.5);
  color: rgba(255,255,255,0.85);
}

.uaem-badge-gold {
  background: rgba(212,175,55,0.18);
  border: 1px solid rgba(212,175,55,0.45);
  color: #F0D060;
}

.uaem-badge-teal {
  background: rgba(20,184,166,0.15);
  border: 1px solid rgba(20,184,166,0.4);
  color: #5EEAD4;
}

.uaem-badge-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: currentColor;
  animation: uaem-pulse-ring 2.2s ease-in-out infinite;
  flex-shrink: 0;
}

/* ============================================
   HEADLINE STAT: 100%
   ============================================ */

.uaem-stat-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  animation: uaem-fadeInUp 0.65s ease forwards;
  animation-delay: 0.18s;
  opacity: 0;
}

.uaem-stat-number {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(5rem, 14vw, 9rem);
  font-weight: 900;
  line-height: 0.9;
  background: linear-gradient(
    135deg,
    #D4AF37 0%,
    #F0D060 35%,
    #FFFFFF 55%,
    #F0D060 75%,
    #D4AF37 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: uaem-shimmer 4s linear infinite;
  animation-delay: 0.8s;
  letter-spacing: -0.02em;
}

.uaem-stat-sub {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.72rem, 1.5vw, 0.85rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

/* ============================================
   H1 HEADING
   ============================================ */

.uaem-hero-h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 4.8vw, 3.6rem);
  font-weight: 900;
  line-height: 1.13;
  margin: 0;
  max-width: 900px;
  animation: uaem-fadeInUp 0.72s ease forwards;
  animation-delay: 0.25s;
  opacity: 0;
  letter-spacing: -0.01em;
}

.uaem-h1-white { display: block; color: #FFFFFF; }

.uaem-h1-gold {
  display: block;
  background: linear-gradient(
    90deg,
    #B8962E 0%,
    #D4AF37 30%,
    #F0D060 55%,
    #D4AF37 75%,
    #B8962E 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: uaem-shimmer 3.5s linear infinite;
  animation-delay: 1s;
}

.uaem-h1-teal {
  display: block;
  background: linear-gradient(
    90deg,
    #0F766E 0%,
    #14B8A6 40%,
    #2DD4BF 60%,
    #14B8A6 80%,
    #0F766E 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: uaem-shimmer 3.5s linear infinite;
  animation-delay: 1.2s;
}

.uaem-h1-rule {
  width: 90px; height: 3px;
  background: linear-gradient(90deg,
    var(--uaem-gold), var(--uaem-teal-light), var(--uaem-gold)
  );
  border-radius: 2px;
  margin: 0 auto;
  animation: uaem-fadeInUp 0.7s ease forwards;
  animation-delay: 0.38s;
  opacity: 0;
}

/* ============================================
   HERO PARAGRAPHS
   ============================================ */

.uaem-hero-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 820px;
  text-align: left;
  animation: uaem-fadeInUp 0.8s ease forwards;
  animation-delay: 0.48s;
  opacity: 0;
}

.uaem-hero-p {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.95rem, 1.9vw, 1.07rem);
  line-height: 1.87;
  color: rgba(255,255,255,0.84);
  margin: 0;
}

.uaem-hero-p strong      { color: #FFFFFF; font-weight: 600; }
.uaem-hero-p .kw-gold    { color: #F0D060; font-weight: 600; }
.uaem-hero-p .kw-teal    { color: #5EEAD4; font-weight: 600; }
.uaem-hero-p .kw-warn    { color: #FCA5A5; font-weight: 600; }
.uaem-hero-p .kw-crossed {
  text-decoration: line-through;
  color: rgba(255,255,255,0.45);
  font-weight: 400;
}

/* ============================================
   BEFORE / AFTER TRANSFORMATION STRIP
   ============================================ */

.uaem-transform-strip {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  animation: uaem-fadeInUp 0.85s ease forwards;
  animation-delay: 0.6s;
  opacity: 0;
}

.uaem-before-box {
  flex: 1;
  background: rgba(239,68,68,0.12);
  border-right: 1px solid rgba(255,255,255,0.06);
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.uaem-after-box {
  flex: 1;
  background: rgba(0,168,107,0.12);
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.uaem-transform-arrow {
  flex-shrink: 0;
  width: 48px;
  background: rgba(212,175,55,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

.uaem-tf-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
}

.uaem-before-box .uaem-tf-label { color: #FCA5A5; }
.uaem-after-box  .uaem-tf-label { color: #6EE7B7; }

.uaem-tf-text {
  font-size: clamp(0.84rem, 1.6vw, 0.91rem);
  line-height: 1.65;
  margin: 0;
}

.uaem-before-box .uaem-tf-text { color: rgba(255,255,255,0.7); }
.uaem-after-box  .uaem-tf-text { color: rgba(255,255,255,0.82); }

.uaem-tf-text strong {
  font-weight: 700;
  display: block;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  margin-bottom: 3px;
}

.uaem-before-box .uaem-tf-text strong { color: #F87171; }
.uaem-after-box  .uaem-tf-text strong { color: #34D399; }

/* ============================================
   HIGHLIGHTS GRID (glass cards)
   ============================================ */

.uaem-highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  width: 100%;
  animation: uaem-fadeInUp 0.9s ease forwards;
  animation-delay: 0.75s;
  opacity: 0;
}

.uaem-hl-card {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(212,175,55,0.18);
  border-radius: 14px;
  padding: 18px 16px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  text-align: left;
  transition: var(--uaem-trans);
  cursor: default;
}

.uaem-hl-card:hover {
  background: rgba(255,255,255,0.11);
  border-color: rgba(212,175,55,0.4);
  transform: translateY(-4px);
  box-shadow:
    0 12px 38px rgba(0,0,0,0.3),
    0 0 18px rgba(212,175,55,0.12);
}

.uaem-hl-icon {
  flex-shrink: 0;
  width: 42px; height: 42px;
  background: linear-gradient(135deg,
    rgba(212,175,55,0.22),
    rgba(212,175,55,0.08)
  );
  border: 1px solid rgba(212,175,55,0.28);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  transition: var(--uaem-trans);
}

.uaem-hl-card:hover .uaem-hl-icon {
  background: linear-gradient(135deg,
    rgba(212,175,55,0.38),
    rgba(212,175,55,0.16)
  );
  transform: scale(1.1) rotate(5deg);
}

.uaem-hl-text { display: flex; flex-direction: column; gap: 3px; }

.uaem-hl-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.87rem;
  font-weight: 700;
  color: #F0D060;
  margin: 0;
  line-height: 1.3;
}

.uaem-hl-desc {
  font-family: 'Inter', sans-serif;
  font-size: 0.77rem;
  color: rgba(255,255,255,0.65);
  margin: 0;
  line-height: 1.5;
}

/* ============================================
   PROMISE BOX (guide goal)
   ============================================ */

.uaem-promise-box {
  width: 100%;
  background: rgba(20,184,166,0.08);
  border: 1px solid rgba(20,184,166,0.28);
  border-radius: 18px;
  padding: 26px 28px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: uaem-fadeInUp 0.95s ease forwards;
  animation-delay: 0.88s;
  opacity: 0;
  transition: var(--uaem-trans);
}

.uaem-promise-box:hover {
  background: rgba(20,184,166,0.13);
  border-color: rgba(20,184,166,0.5);
  box-shadow: 0 8px 32px rgba(20,184,166,0.12);
}

.uaem-promise-icon-wrap {
  flex-shrink: 0;
  width: 52px; height: 52px;
  background: linear-gradient(135deg, #0F766E, #14B8A6);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 16px rgba(15,118,110,0.4);
  transition: var(--uaem-trans);
}

.uaem-promise-box:hover .uaem-promise-icon-wrap {
  transform: scale(1.08) rotate(5deg);
  box-shadow: 0 6px 22px rgba(20,184,166,0.5);
}

.uaem-promise-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.uaem-promise-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1rem, 2vw, 1.18rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}

.uaem-promise-p {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.87rem, 1.7vw, 0.94rem);
  line-height: 1.78;
  color: rgba(255,255,255,0.78);
  margin: 0;
}

.uaem-promise-p strong { color: #5EEAD4; font-weight: 600; }

/* ============================================
   CTA BUTTON GROUP
   ============================================ */

.uaem-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  animation: uaem-fadeInUp 1s ease forwards;
  animation-delay: 1s;
  opacity: 0;
}

.uaem-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 17px 34px;
  background: linear-gradient(135deg,
    #B8962E, #D4AF37, #F0D060
  );
  background-size: 200% 200%;
  color: #0F2461 !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.97rem;
  font-weight: 800;
  text-decoration: none !important;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: var(--uaem-trans);
  letter-spacing: 0.02em;
  box-shadow: 0 6px 24px rgba(212,175,55,0.45);
  position: relative;
  overflow: hidden;
}

.uaem-btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(255,255,255,0.18), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50px;
}

.uaem-btn-primary:hover {
  transform: translateY(-4px);
  box-shadow:
    0 12px 36px rgba(212,175,55,0.6),
    0 0 0 4px rgba(212,175,55,0.22);
  background-position: right center;
}

.uaem-btn-primary:hover::after { opacity: 1; }

.uaem-btn-primary:focus {
  outline: 3px solid #F0D060;
  outline-offset: 3px;
}

.uaem-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 28px;
  background: transparent;
  color: #FFFFFF !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 50px;
  border: 2px solid rgba(20,184,166,0.45);
  cursor: pointer;
  transition: var(--uaem-trans);
  backdrop-filter: blur(10px);
}

.uaem-btn-secondary:hover {
  background: rgba(20,184,166,0.12);
  border-color: #14B8A6;
  color: #5EEAD4 !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}

.uaem-btn-secondary:focus {
  outline: 3px solid rgba(20,184,166,0.6);
  outline-offset: 3px;
}

/* ============================================
   TRUST STRIP
   ============================================ */

.uaem-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  animation: uaem-fadeInUp 1.1s ease forwards;
  animation-delay: 1.1s;
  opacity: 0;
}

.uaem-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.52);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.uaem-trust-icon { color: #D4AF37; }

.uaem-trust-div {
  width: 1px; height: 13px;
  background: rgba(255,255,255,0.18);
}

/* ============================================
   RESPONSIVE — TABLET
   ============================================ */

@media (max-width: 768px) {
  .uaem-hero-section {
    min-height: auto;
    padding: 56px 16px 64px;
  }

  .uaem-hero-inner { gap: 26px; }

  .uaem-highlights-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .uaem-hero-text { text-align: center; }

  .uaem-transform-strip {
    flex-direction: column;
    border-radius: 14px;
  }

  .uaem-transform-arrow {
    width: 100%; height: 40px;
    border-right: none;
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  .uaem-cta-group { flex-direction: column; width: 100%; }

  .uaem-btn-primary,
  .uaem-btn-secondary {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  .uaem-promise-box { flex-direction: column; gap: 12px; }

  .uaem-law-ribbon { flex-wrap: wrap; justify-content: center; }
  .uaem-law-ribbon-divider { display: none; }
  .uaem-law-ribbon-sub { display: none; }

  .uaem-trust-strip { gap: 10px; }
  .uaem-trust-div   { display: none; }
}

/* ============================================
   RESPONSIVE — MOBILE
   ============================================ */

@media (max-width: 480px) {
  .uaem-hero-section {
    padding: 44px 12px 52px;
  }

  .uaem-hero-inner { gap: 20px; }

  .uaem-stat-number {
    font-size: clamp(4rem, 18vw, 6rem);
  }

  .uaem-hero-h1 {
    font-size: clamp(1.75rem, 7.5vw, 2.4rem);
  }

  .uaem-badge-row { gap: 7px; }

  .uaem-hl-card { padding: 14px 12px; gap: 10px; }

  .uaem-hl-icon {
    width: 36px; height: 36px;
    font-size: 1rem;
  }

  .uaem-before-box,
  .uaem-after-box { padding: 16px 16px; }

  .uaem-trust-strip { flex-direction: column; gap: 8px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b2d4a7 *//* ============================================
   UAE MAINLAND KEY TAKEAWAYS + TOC SECTION
   Elementor HTML Widget — Custom CSS
   ============================================ */

/* ============================================
   SECTION WRAPPER
   ============================================ */

.uaem-tk-section {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  padding: 88px 20px 96px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

/* Top shimmer accent bar */
.uaem-tk-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    #1E3A8A, #D4AF37, #0F766E,
    #D4AF37, #1E3A8A
  );
  background-size: 200% auto;
  animation: uaem-shimmer 4s linear infinite;
}

/* Decorative background radials */
.uaem-tk-section::after {
  content: '';
  position: absolute;
  bottom: -100px; right: -80px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(30,58,138,0.04) 0%, transparent 70%);
  pointer-events: none;
}

.uaem-tk-blob {
  position: absolute;
  top: -80px; left: -60px;
  width: 340px; height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(212,175,55,0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.uaem-tk-container {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* ============================================
   SHARED LABEL & HEADING
   ============================================ */

.uaem-tk-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #0F766E;
  margin-bottom: 10px;
}

.uaem-tk-eyebrow::before,
.uaem-tk-eyebrow::after {
  content: '';
  display: inline-block;
  width: 22px; height: 2px;
  background: linear-gradient(90deg, #D4AF37, #F0D060);
  border-radius: 2px;
  flex-shrink: 0;
}

.uaem-tk-h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.4rem);
  font-weight: 800;
  color: #1E3A8A;
  margin: 0 0 6px;
  line-height: 1.2;
}

.uaem-tk-h2 .uaem-tk-gold {
  background: linear-gradient(
    90deg,
    #B8962E 0%,
    #D4AF37 40%,
    #F0D060 58%,
    #D4AF37 75%,
    #B8962E 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: uaem-shimmer 3.5s linear infinite;
}

.uaem-tk-rule {
  width: 58px; height: 3px;
  background: linear-gradient(90deg, #1E3A8A, #D4AF37);
  border-radius: 2px;
  margin: 14px 0 30px;
}

/* ============================================
   KEY TAKEAWAYS BLOCK
   ============================================ */

.uaem-tk-block { display: flex; flex-direction: column; }

.uaem-tk-header { margin-bottom: 28px; }

/* Outer card wrapper */
.uaem-tk-list-wrap {
  border: 1px solid rgba(30,58,138,0.12);
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 4px 24px rgba(30,58,138,0.08),
    0 1px 4px rgba(0,0,0,0.03);
}

/* List */
.uaem-tk-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Individual takeaway */
.uaem-tk-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 28px;
  border-left: 3px solid transparent;
  position: relative;
  transition: all 0.32s cubic-bezier(0.4,0,0.2,1);
  cursor: default;
}

.uaem-tk-item:nth-child(odd)  {
  background: rgba(30,58,138,0.025);
}

.uaem-tk-item:nth-child(even) {
  background: #FFFFFF;
}

/* Bottom separator */
.uaem-tk-item:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0; left: 28px; right: 28px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(212,175,55,0.18),
    rgba(30,58,138,0.1),
    rgba(212,175,55,0.18)
  );
}

.uaem-tk-item:hover {
  border-left-color: #D4AF37;
  background: rgba(212,175,55,0.05) !important;
  transform: translateX(5px);
}

/* Check circle */
.uaem-tk-check {
  flex-shrink: 0;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1E3A8A, #2D4FA0);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  box-shadow: 0 3px 12px rgba(30,58,138,0.3);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.uaem-tk-check svg {
  width: 13px; height: 13px;
  stroke: #D4AF37;
  stroke-width: 2.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.uaem-tk-item:hover .uaem-tk-check {
  background: linear-gradient(135deg, #D4AF37, #F0D060);
  box-shadow: 0 3px 14px rgba(212,175,55,0.4);
}

.uaem-tk-item:hover .uaem-tk-check svg {
  stroke: #1E3A8A;
}

/* Takeaway text */
.uaem-tk-text {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.88rem, 1.75vw, 0.97rem);
  line-height: 1.78;
  color: #374151;
  font-weight: 400;
  margin: 0;
  flex: 1;
}

.uaem-tk-text strong   { color: #1E3A8A; font-weight: 600; }
.uaem-tk-text .kw-gold { color: #B8962E; font-weight: 600; }
.uaem-tk-text .kw-teal { color: #0F766E; font-weight: 600; }

/* Inline highlight tag on specific takeaway */
.uaem-tk-highlight-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(212,175,55,0.1);
  border: 1px solid rgba(212,175,55,0.3);
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #B8962E;
  letter-spacing: 0.05em;
  margin-left: 4px;
  vertical-align: middle;
  white-space: nowrap;
}

/* ============================================
   TABLE OF CONTENTS BLOCK
   ============================================ */

.uaem-toc-block { display: flex; flex-direction: column; }

.uaem-toc-header { margin-bottom: 26px; }

/* TOC card */
.uaem-toc-card {
  background: #FFFFFF;
  border: 1px solid rgba(30,58,138,0.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 8px 40px rgba(30,58,138,0.09),
    0 2px 8px rgba(0,0,0,0.03);
}

/* Banner */
.uaem-toc-banner {
  background: linear-gradient(
    135deg,
    #0F2461 0%,
    #1E3A8A 45%,
    #0D3B6E 70%,
    #0F766E 100%
  );
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.uaem-toc-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='1' fill='rgba(255,255,255,0.05)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.uaem-toc-banner-left {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.uaem-toc-banner-icon { font-size: 1.5rem; }

.uaem-toc-banner-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.uaem-toc-banner-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}

.uaem-toc-banner-sub {
  font-size: 0.71rem;
  font-weight: 600;
  color: rgba(212,175,55,0.85);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}

.uaem-toc-pill {
  position: relative;
  z-index: 1;
  background: rgba(212,175,55,0.2);
  border: 1px solid rgba(212,175,55,0.4);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #F0D060;
  white-space: nowrap;
  letter-spacing: 0.05em;
}

/* TOC list */
.uaem-toc-list {
  list-style: none;
  margin: 0;
  padding: 6px 0;
}

.uaem-toc-item {
  border-bottom: 1px solid rgba(30,58,138,0.06);
}

.uaem-toc-item:last-child { border-bottom: none; }

/* TOC Link */
.uaem-toc-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 26px;
  text-decoration: none !important;
  color: #1F2937 !important;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* Hover sweep */
.uaem-toc-link::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 0;
  background: linear-gradient(
    90deg,
    rgba(30,58,138,0.06),
    rgba(212,175,55,0.04),
    transparent
  );
  transition: width 0.35s ease;
}

.uaem-toc-link:hover::before { width: 100%; }

.uaem-toc-link:hover { color: #1E3A8A !important; }

/* Number badge */
.uaem-toc-num {
  flex-shrink: 0;
  width: 34px; height: 34px;
  background: linear-gradient(
    135deg,
    rgba(30,58,138,0.08),
    rgba(30,58,138,0.04)
  );
  border: 1.5px solid rgba(30,58,138,0.14);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.76rem;
  font-weight: 800;
  color: #1E3A8A;
  font-family: 'Inter', sans-serif;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.uaem-toc-link:hover .uaem-toc-num {
  background: linear-gradient(135deg, #1E3A8A, #2D4FA0);
  border-color: #1E3A8A;
  color: #D4AF37;
  transform: scale(1.06);
}

/* Section icon */
.uaem-toc-icon {
  font-size: 1.05rem;
  flex-shrink: 0;
  width: 22px;
  text-align: center;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.uaem-toc-link:hover .uaem-toc-icon {
  transform: scale(1.2) rotate(-5deg);
}

/* Text group */
.uaem-toc-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
  z-index: 1;
}

.uaem-toc-title {
  font-size: clamp(0.87rem, 1.7vw, 0.95rem);
  font-weight: 600;
  color: inherit;
  line-height: 1.35;
  transition: color 0.3s ease;
}

.uaem-toc-sub {
  font-size: 0.72rem;
  color: #9CA3AF;
  font-weight: 400;
  line-height: 1.4;
}

/* Arrow */
.uaem-toc-arrow {
  flex-shrink: 0;
  width: 18px; height: 18px;
  color: #D1D5DB;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.uaem-toc-link:hover .uaem-toc-arrow {
  color: #1E3A8A;
  transform: translateX(5px);
}

/* TOC Footer */
.uaem-toc-footer {
  padding: 14px 26px;
  background: linear-gradient(135deg,
    rgba(30,58,138,0.03),
    rgba(15,118,110,0.03)
  );
  border-top: 1px solid rgba(30,58,138,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.uaem-toc-footer-note {
  font-size: 0.72rem;
  color: #9CA3AF;
  font-style: italic;
  margin: 0;
}

.uaem-toc-read-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.71rem;
  font-weight: 700;
  color: #0F766E;
  background: rgba(15,118,110,0.08);
  border: 1px solid rgba(15,118,110,0.2);
  border-radius: 20px;
  padding: 4px 12px;
  letter-spacing: 0.05em;
}

/* ============================================
   100% OWNERSHIP CALLOUT BOX
   ============================================ */

.uaem-ownership-callout {
  background: linear-gradient(
    135deg,
    #1E3A8A 0%,
    #0F2461 55%,
    #0F766E 100%
  );
  border-radius: 18px;
  padding: 28px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.uaem-ownership-callout::before {
  content: '';
  position: absolute;
  top: -30px; right: -30px;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: rgba(212,175,55,0.08);
  pointer-events: none;
}

.uaem-ownership-callout::after {
  content: '';
  position: absolute;
  bottom: -20px; left: -20px;
  width: 120px; height: 120px;
  border-radius: 50%;
  background: rgba(20,184,166,0.06);
  pointer-events: none;
}

.uaem-callout-stat {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  position: relative;
  z-index: 1;
}

.uaem-callout-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 3rem);
  font-weight: 900;
  background: linear-gradient(135deg, #D4AF37, #F0D060);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.uaem-callout-num-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(212,175,55,0.75);
}

.uaem-callout-divider {
  width: 1px; height: 52px;
  background: rgba(255,255,255,0.15);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.uaem-callout-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  z-index: 1;
}

.uaem-callout-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(0.98rem, 2vw, 1.15rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}

.uaem-callout-text {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.84rem, 1.6vw, 0.91rem);
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  margin: 0;
}

.uaem-callout-text strong { color: #F0D060; font-weight: 600; }

/* ============================================
   PROGRESS DOTS (decorative)
   ============================================ */

.uaem-prog-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 10px;
}

.uaem-prog-dot {
  height: 7px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.uaem-prog-dot.active {
  width: 28px;
  background: linear-gradient(90deg, #1E3A8A, #D4AF37);
}

.uaem-prog-dot:not(.active) {
  width: 7px;
  background: rgba(30,58,138,0.15);
}

/* ============================================
   RESPONSIVE — TABLET
   ============================================ */

@media (max-width: 768px) {
  .uaem-tk-section {
    padding: 60px 16px 68px;
  }

  .uaem-tk-container { gap: 44px; }

  .uaem-tk-item { padding: 18px 18px; }

  .uaem-toc-link { padding: 15px 18px; gap: 10px; }

  .uaem-toc-banner { padding: 18px 18px; }

  .uaem-toc-footer { padding: 13px 18px; }

  .uaem-toc-sub { display: none; }

  .uaem-ownership-callout {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
  }

  .uaem-callout-divider {
    width: 60px; height: 1px;
  }
}

/* ============================================
   RESPONSIVE — MOBILE
   ============================================ */

@media (max-width: 480px) {
  .uaem-tk-section { padding: 48px 12px 56px; }

  .uaem-tk-h2 { font-size: clamp(1.4rem, 6vw, 1.85rem); }

  .uaem-tk-item { padding: 14px 14px; gap: 12px; }

  .uaem-tk-check { width: 26px; height: 26px; }

  .uaem-tk-check svg { width: 11px; height: 11px; }

  .uaem-toc-pill   { display: none; }
  .uaem-toc-arrow  { display: none; }

  .uaem-toc-num { width: 30px; height: 30px; font-size: 0.7rem; }

  .uaem-callout-divider { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ace46a *//* ============================================
   UAE MAINLAND OWNERSHIP LAW +
   MAINLAND VS FREE ZONE SECTION — Custom CSS
   Elementor HTML Widget
   ============================================ */

/* ============================================
   SECTION: OWNERSHIP LAW
   ============================================ */

.uaem-law-section {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  padding: 90px 20px 100px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.uaem-law-section::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(212,175,55,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.uaem-law-section::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -60px;
  width: 340px; height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(30,58,138,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.uaem-law-container {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

/* ── Shared typography ── */
.uaem-l-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #0F766E;
  margin-bottom: 10px;
}

.uaem-l-eyebrow::before {
  content: '';
  width: 20px; height: 2px;
  background: linear-gradient(90deg, #D4AF37, #F0D060);
  border-radius: 2px;
  flex-shrink: 0;
}

.uaem-l-h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #1E3A8A;
  margin: 0 0 6px;
  line-height: 1.18;
}

.uaem-l-h2 .g {
  background: linear-gradient(90deg,
    #B8962E 0%, #D4AF37 40%,
    #F0D060 58%, #D4AF37 75%, #B8962E 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: uaem-shimmer 3.5s linear infinite;
}

.uaem-l-rule {
  width: 56px; height: 3px;
  background: linear-gradient(90deg, #1E3A8A, #D4AF37);
  border-radius: 2px;
  margin: 14px 0 26px;
}

.uaem-l-body {
  font-size: clamp(0.92rem, 1.8vw, 1.02rem);
  line-height: 1.86;
  color: #374151;
  margin: 0 0 16px;
}

.uaem-l-body:last-of-type { margin-bottom: 0; }
.uaem-l-body strong       { color: #1E3A8A; font-weight: 600; }
.uaem-l-body a {
  color: #1E3A8A;
  text-decoration: underline;
  text-decoration-color: rgba(212,175,55,0.5);
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.uaem-l-body a:hover { color: #D4AF37; }

.uaem-l-h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.12rem, 2.4vw, 1.42rem);
  font-weight: 700;
  color: #1E3A8A;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.uaem-l-h3::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg,
    rgba(212,175,55,0.35), transparent);
  margin-left: 8px;
}

/* ── Decree Banner ── */
.uaem-decree-banner {
  background: linear-gradient(
    135deg,
    #0F2461 0%,
    #1E3A8A 45%,
    #0D3B6E 70%,
    #0F766E 100%
  );
  border-radius: 20px;
  padding: 30px 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  overflow: hidden;
}

.uaem-decree-banner::before {
  content: '';
  position: absolute;
  top: -30px; right: -30px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(212,175,55,0.08);
  pointer-events: none;
}

.uaem-decree-banner::after {
  content: '';
  position: absolute;
  bottom: -20px; left: -20px;
  width: 140px; height: 140px;
  border-radius: 50%;
  background: rgba(20,184,166,0.06);
  pointer-events: none;
}

.uaem-decree-icon {
  flex-shrink: 0;
  width: 58px; height: 58px;
  background: rgba(212,175,55,0.2);
  border: 1.5px solid rgba(212,175,55,0.4);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.uaem-decree-banner:hover .uaem-decree-icon {
  background: rgba(212,175,55,0.3);
  transform: scale(1.08) rotate(5deg);
}

.uaem-decree-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.uaem-decree-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(212,175,55,0.18);
  border: 1px solid rgba(212,175,55,0.35);
  border-radius: 20px;
  padding: 4px 13px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F0D060;
  width: fit-content;
}

.uaem-decree-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.05rem, 2.2vw, 1.28rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.22;
}

.uaem-decree-body {
  font-size: clamp(0.87rem, 1.7vw, 0.94rem);
  line-height: 1.78;
  color: rgba(255,255,255,0.8);
  margin: 0;
}

.uaem-decree-body strong { color: #F0D060; font-weight: 600; }

.uaem-decree-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.uaem-decree-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 0.73rem;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
}

/* ── Old vs New model cards ── */
.uaem-model-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.uaem-model-card {
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
}

.uaem-model-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 44px rgba(0,0,0,0.14);
}

/* Old model - red theme */
.uaem-model-card.old .uaem-model-top {
  background: linear-gradient(135deg, #7F1D1D, #B91C1C);
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* New model - navy/teal theme */
.uaem-model-card.new .uaem-model-top {
  background: linear-gradient(135deg, #1E3A8A, #0F766E);
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.uaem-model-top-icon { font-size: 1.5rem; flex-shrink: 0; }

.uaem-model-top-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  display: block;
  margin-bottom: 2px;
}

.uaem-model-top-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(0.92rem, 1.8vw, 1.05rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.2;
}

.uaem-model-body {
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.08);
  border-top: none;
  padding: 20px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 0 0 18px 18px;
}

.uaem-model-stat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
}

.uaem-model-card.old  .uaem-model-stat {
  background: rgba(239,68,68,0.06);
  border: 1px solid rgba(239,68,68,0.15);
}

.uaem-model-card.new .uaem-model-stat {
  background: rgba(30,58,138,0.05);
  border: 1px solid rgba(30,58,138,0.12);
}

.uaem-model-stat-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 800;
  line-height: 1;
  flex-shrink: 0;
}

.uaem-model-card.old .uaem-model-stat-num { color: #EF4444; }
.uaem-model-card.new .uaem-model-stat-num { color: #1E3A8A; }

.uaem-model-stat-desc {
  font-size: 0.82rem;
  color: #4B5563;
  line-height: 1.5;
  margin: 0;
}

.uaem-model-stat-desc strong { font-weight: 600; }
.uaem-model-card.old .uaem-model-stat-desc strong { color: #B91C1C; }
.uaem-model-card.new .uaem-model-stat-desc strong { color: #1E3A8A; }

.uaem-model-body-text {
  font-size: 0.85rem;
  line-height: 1.7;
  color: #4B5563;
  margin: 0;
}

.uaem-model-body-text strong { color: #374151; font-weight: 600; }

/* Strategic note callout */
.uaem-strategic-note {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  background: rgba(234,179,8,0.06);
  border: 1px solid rgba(234,179,8,0.25);
  border-left: 4px solid #D4AF37;
  border-radius: 0 12px 12px 0;
  padding: 16px 20px;
}

.uaem-strategic-note-icon { font-size: 1.1rem; flex-shrink: 0; }

.uaem-strategic-note-text {
  font-size: 0.88rem;
  line-height: 1.68;
  color: #374151;
  margin: 0;
}

.uaem-strategic-note-text strong { color: #1E3A8A; font-weight: 600; }

/* Sector stat strip */
.uaem-sector-stat-strip {
  display: flex;
  align-items: center;
  gap: 0;
  background: linear-gradient(135deg,
    rgba(30,58,138,0.04),
    rgba(15,118,110,0.04)
  );
  border: 1px solid rgba(30,58,138,0.1);
  border-radius: 14px;
  overflow: hidden;
}

.uaem-sector-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 20px 16px;
  text-align: center;
  border-right: 1px solid rgba(30,58,138,0.08);
}

.uaem-sector-stat:last-child { border-right: none; }

.uaem-sector-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 800;
  color: #1E3A8A;
  line-height: 1;
}

.uaem-sector-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: #6B7280;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
}

/* ============================================
   SECTION: MAINLAND vs FREE ZONE
   ============================================ */

.uaem-mvf-section {
  position: relative;
  width: 100%;
  background: linear-gradient(
    160deg,
    #F0F4FF 0%, #F8F6F0 50%, #F0FDF9 100%
  );
  padding: 90px 20px 100px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.uaem-mvf-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231E3A8A' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.uaem-mvf-container {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 52px;
}

/* ── Jurisdiction Cards Side-by-Side ── */
.uaem-jurisdiction-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.uaem-juris-card {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 22px rgba(30,58,138,0.08);
  transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(30,58,138,0.08);
}

.uaem-juris-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 50px rgba(30,58,138,0.15);
}

/* Free zone card */
.uaem-juris-card.freezone { border-color: rgba(15,118,110,0.2); }

/* Mainland card (featured) */
.uaem-juris-card.mainland {
  border-color: rgba(212,175,55,0.35);
}

/* Card header */
.uaem-juris-top {
  padding: 22px 22px 16px;
  border-bottom: 1px solid rgba(30,58,138,0.07);
  position: relative;
}

.uaem-juris-card.mainland .uaem-juris-top {
  background: linear-gradient(135deg,
    rgba(212,175,55,0.08),
    rgba(212,175,55,0.03)
  );
  border-bottom-color: rgba(212,175,55,0.15);
}

.uaem-juris-card.freezone .uaem-juris-top {
  background: linear-gradient(135deg,
    rgba(15,118,110,0.06),
    rgba(15,118,110,0.02)
  );
}

/* Recommended ribbon */
.uaem-juris-card.mainland .uaem-juris-top::after {
  content: 'MAX MARKET ACCESS';
  position: absolute;
  top: 12px; right: -18px;
  background: linear-gradient(135deg, #D4AF37, #F0D060);
  color: #0F2461;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 4px 24px;
  transform: rotate(38deg);
  transform-origin: center;
  white-space: nowrap;
}

.uaem-juris-icon-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.uaem-juris-icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.uaem-juris-card.freezone .uaem-juris-icon {
  background: linear-gradient(135deg,
    rgba(15,118,110,0.15), rgba(15,118,110,0.07));
  border: 1px solid rgba(15,118,110,0.22);
}

.uaem-juris-card.mainland .uaem-juris-icon {
  background: linear-gradient(135deg,
    rgba(212,175,55,0.2), rgba(212,175,55,0.08));
  border: 1px solid rgba(212,175,55,0.28);
}

.uaem-juris-card:hover .uaem-juris-icon {
  transform: scale(1.1) rotate(5deg);
}

.uaem-juris-title-group { display: flex; flex-direction: column; gap: 3px; }

.uaem-juris-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 2px 9px;
  border-radius: 20px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  width: fit-content;
}

.uaem-juris-card.freezone .uaem-juris-badge {
  background: rgba(15,118,110,0.1);
  border: 1px solid rgba(15,118,110,0.25);
  color: #0F766E;
}

.uaem-juris-card.mainland .uaem-juris-badge {
  background: rgba(212,175,55,0.12);
  border: 1px solid rgba(212,175,55,0.3);
  color: #B8962E;
}

.uaem-juris-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1rem, 1.9vw, 1.15rem);
  font-weight: 700;
  color: #1E3A8A;
  margin: 0;
  line-height: 1.22;
}

.uaem-juris-tagline {
  font-size: 0.76rem;
  color: #6B7280;
  margin: 0;
  line-height: 1.4;
  font-style: italic;
}

/* Card body */
.uaem-juris-body {
  padding: 18px 22px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.uaem-juris-feat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.uaem-juris-feat {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: clamp(0.82rem, 1.5vw, 0.88rem);
  color: #374151;
  line-height: 1.55;
}

.uaem-juris-feat-dot {
  flex-shrink: 0;
  width: 18px; height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.58rem;
  font-weight: 700;
  margin-top: 1px;
}

.uaem-juris-feat-dot.green {
  background: rgba(34,197,94,0.15);
  color: #16A34A;
  border: 1px solid rgba(34,197,94,0.3);
}

.uaem-juris-feat-dot.orange {
  background: rgba(249,115,22,0.15);
  color: #EA580C;
  border: 1px solid rgba(249,115,22,0.3);
}

.uaem-juris-feat strong { color: #1E3A8A; font-weight: 600; }

/* ── Decision Checklist ── */
.uaem-checklist-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.uaem-checklist-intro {
  font-size: clamp(0.92rem, 1.8vw, 1.01rem);
  line-height: 1.82;
  color: #374151;
  margin: 0 0 6px;
}

.uaem-checklist-intro strong { color: #1E3A8A; font-weight: 600; }

.uaem-checklist-items {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(30,58,138,0.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(30,58,138,0.07);
}

.uaem-check-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 24px;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(30,58,138,0.07);
  transition: all 0.3s ease;
  cursor: default;
}

.uaem-check-item:last-child { border-bottom: none; }

.uaem-check-item:nth-child(even) {
  background: rgba(30,58,138,0.02);
}

.uaem-check-item:hover {
  background: rgba(212,175,55,0.05);
  transform: translateX(4px);
}

.uaem-check-q-num {
  flex-shrink: 0;
  width: 36px; height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1E3A8A, #2D4FA0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  color: #D4AF37;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(30,58,138,0.25);
  transition: all 0.3s ease;
}

.uaem-check-item:hover .uaem-check-q-num {
  background: linear-gradient(135deg, #D4AF37, #F0D060);
  color: #1E3A8A;
}

.uaem-check-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.uaem-check-question {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.9rem, 1.8vw, 0.98rem);
  font-weight: 700;
  color: #1E3A8A;
  margin: 0;
  line-height: 1.35;
}

.uaem-check-answer {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.84rem, 1.6vw, 0.9rem);
  line-height: 1.72;
  color: #4B5563;
  margin: 0;
}

.uaem-check-answer strong { color: #1E3A8A; font-weight: 600; }

/* Recommendation tags */
.uaem-check-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.uaem-check-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 11px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.uaem-check-tag.mainland {
  background: rgba(212,175,55,0.1);
  border: 1px solid rgba(212,175,55,0.28);
  color: #B8962E;
}

.uaem-check-tag.freezone {
  background: rgba(15,118,110,0.08);
  border: 1px solid rgba(15,118,110,0.22);
  color: #0F766E;
}

/* ── Quick Win CTA inside section ── */
.uaem-mvf-cta-strip {
  background: linear-gradient(135deg,
    rgba(30,58,138,0.05),
    rgba(15,118,110,0.05)
  );
  border: 1px solid rgba(30,58,138,0.1);
  border-left: 4px solid #D4AF37;
  border-radius: 0 14px 14px 0;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.uaem-mvf-cta-text {
  font-size: clamp(0.9rem, 1.8vw, 0.98rem);
  color: #374151;
  margin: 0;
  line-height: 1.65;
  flex: 1;
}

.uaem-mvf-cta-text strong { color: #1E3A8A; }

.uaem-mvf-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 11px 24px;
  background: linear-gradient(135deg, #1E3A8A, #2D4FA0);
  color: #FFFFFF !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 50px;
  white-space: nowrap;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(30,58,138,0.3);
  flex-shrink: 0;
}

.uaem-mvf-cta-btn:hover {
  background: linear-gradient(135deg, #D4AF37, #F0D060);
  color: #1E3A8A !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212,175,55,0.4);
}

/* ============================================
   RESPONSIVE — TABLET
   ============================================ */

@media (max-width: 768px) {
  .uaem-law-section,
  .uaem-mvf-section {
    padding: 60px 16px 70px;
  }

  .uaem-model-grid,
  .uaem-jurisdiction-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .uaem-decree-banner {
    flex-direction: column;
    gap: 14px;
    padding: 24px 20px;
  }

  .uaem-sector-stat-strip {
    flex-wrap: wrap;
  }

  .uaem-sector-stat {
    flex: 1;
    min-width: 100px;
  }

  .uaem-mvf-cta-strip {
    flex-direction: column;
    text-align: center;
  }

  .uaem-mvf-cta-btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }

  .uaem-check-item {
    gap: 12px;
    padding: 18px 16px;
  }
}

/* ============================================
   RESPONSIVE — MOBILE
   ============================================ */

@media (max-width: 480px) {
  .uaem-law-section,
  .uaem-mvf-section {
    padding: 48px 12px 56px;
  }

  .uaem-l-h2 { font-size: clamp(1.45rem, 6.5vw, 1.9rem); }

  .uaem-l-h3 { font-size: clamp(1.05rem, 5vw, 1.25rem); }

  .uaem-decree-icon { width: 48px; height: 48px; font-size: 1.3rem; }

  .uaem-model-body { padding: 16px 16px; }

  .uaem-juris-body,
  .uaem-juris-top { padding-left: 16px; padding-right: 16px; }

  .uaem-check-q-num { width: 30px; height: 30px; font-size: 0.75rem; }

  .uaem-sector-stat-strip { flex-direction: column; }
  .uaem-sector-stat { border-right: none; border-bottom: 1px solid rgba(30,58,138,0.08); }
  .uaem-sector-stat:last-child { border-bottom: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ede9b4f *//* ============================================
   UAE MAINLAND 100% OWNERSHIP INFOGRAPHIC
   Elementor HTML Widget — Custom CSS
   ============================================ */

/* ============================================
   SECTION WRAPPER
   ============================================ */

.uaem-ig-section {
  position: relative;
  width: 100%;
  background: linear-gradient(
    170deg,
    #060E24 0%,
    #0F2461 20%,
    #091828 50%,
    #060E1A 100%
  );
  background-size: 300% 300%;
  animation: uaem-gradient-pan 16s ease infinite;
  padding: 64px 20px 72px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

/* Star/dot pattern */
.uaem-ig-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 12% 25%,
      rgba(212,175,55,0.08) 0%, transparent 45%),
    radial-gradient(ellipse at 88% 70%,
      rgba(20,184,166,0.07) 0%, transparent 40%),
    url("data:image/svg+xml,%3Csvg width='90' height='90' viewBox='0 0 90 90' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Ccircle cx='45' cy='45' r='1.1' fill='rgba(255,255,255,0.055)'/%3E%3Ccircle cx='9'  cy='9'  r='0.7' fill='rgba(255,255,255,0.04)'/%3E%3Ccircle cx='81' cy='81' r='0.7' fill='rgba(212,175,55,0.055)'/%3E%3Ccircle cx='81' cy='9'  r='0.6' fill='rgba(20,184,166,0.05)'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

/* Diamond lattice */
.uaem-ig-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg width='130' height='130' viewBox='0 0 130 130' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='65,5 125,65 65,125 5,65' stroke='rgba(212,175,55,0.04)' stroke-width='1' fill='none'/%3E%3Cpolygon points='65,20 110,65 65,110 20,65' stroke='rgba(20,184,166,0.03)' stroke-width='1' fill='none'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.8;
  z-index: 0;
}

.uaem-ig-inner {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* ============================================
   MAIN TITLE
   ============================================ */

.uaem-ig-title-wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.uaem-ig-h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.85rem, 5vw, 2.9rem);
  font-weight: 900;
  line-height: 1.14;
  margin: 0;
  background: linear-gradient(
    135deg,
    #F0D060 0%,
    #FFFFFF 45%,
    #F0D060 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: uaem-shimmer 4s linear infinite;
}

.uaem-ig-sub {
  font-size: clamp(0.82rem, 1.8vw, 0.92rem);
  color: rgba(255,255,255,0.5);
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 0;
  max-width: 480px;
  line-height: 1.5;
}

/* ============================================
   HORIZONTAL DIVIDER
   ============================================ */

.uaem-ig-hr {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(212,175,55,0.4),
    rgba(20,184,166,0.3),
    rgba(212,175,55,0.4),
    transparent
  );
  border: none;
  margin: 0;
}

/* ============================================
   SECTION TITLE (reusable)
   ============================================ */

.uaem-ig-sec-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.25rem, 3vw, 1.7rem);
  font-weight: 800;
  text-align: center;
  margin: 0 0 8px;
}

.uaem-ig-sec-title.gold {
  color: #F0D060;
}

.uaem-ig-sec-title.white {
  color: #FFFFFF;
}

.uaem-ig-sec-title.teal {
  color: #5EEAD4;
}

.uaem-ig-sec-desc {
  font-size: clamp(0.82rem, 1.6vw, 0.89rem);
  color: rgba(255,255,255,0.58);
  text-align: center;
  margin: 0;
  line-height: 1.6;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
   OLD vs NEW MODEL — DONUT COMPARISON
   ============================================ */

.uaem-ig-shift-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.uaem-ig-model-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.uaem-ig-model-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 16px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  transition: all 0.3s ease;
}

.uaem-ig-model-card:hover {
  background: rgba(255,255,255,0.09);
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(0,0,0,0.3);
}

.uaem-ig-model-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
  padding: 4px 14px;
  border-radius: 20px;
}

.uaem-ig-model-card.old .uaem-ig-model-label {
  color: #FCA5A5;
  background: rgba(239,68,68,0.15);
  border: 1px solid rgba(239,68,68,0.3);
}

.uaem-ig-model-card.new .uaem-ig-model-label {
  color: #6EE7B7;
  background: rgba(20,184,166,0.15);
  border: 1px solid rgba(20,184,166,0.3);
}

/* ── SVG Donut Charts ── */
.uaem-ig-donut-wrap {
  position: relative;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uaem-ig-donut-svg {
  width: 110px;
  height: 110px;
  transform: rotate(-90deg);
}

.uaem-ig-donut-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
}

.uaem-ig-donut-pct {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
}

.uaem-ig-model-card.old  .uaem-ig-donut-pct { color: #F87171; }
.uaem-ig-model-card.new .uaem-ig-donut-pct  { color: #34D399; }

.uaem-ig-donut-role {
  font-size: 0.6rem;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.uaem-ig-model-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.85rem, 1.7vw, 0.93rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.3;
}

.uaem-ig-model-body {
  font-size: clamp(0.77rem, 1.4vw, 0.82rem);
  color: rgba(255,255,255,0.62);
  margin: 0;
  line-height: 1.6;
}

/* Donut legend */
.uaem-ig-donut-legend {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.uaem-ig-legend-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.65);
}

.uaem-ig-legend-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ============================================
   MAINLAND vs FREE ZONE COMPARISON
   ============================================ */

.uaem-ig-mvf-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.uaem-ig-mvf-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.uaem-ig-mvf-card {
  background: rgba(255,255,255,0.04);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(255,255,255,0.08);
}

.uaem-ig-mvf-card:hover {
  background: rgba(255,255,255,0.08);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  transform: translateY(-3px);
}

.uaem-ig-mvf-card.mainland {
  border-color: rgba(212,175,55,0.3);
}

.uaem-ig-mvf-card.freezone {
  border-color: rgba(20,184,166,0.25);
}

.uaem-ig-mvf-header {
  padding: 14px 18px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.uaem-ig-mvf-card.mainland .uaem-ig-mvf-header {
  background: rgba(212,175,55,0.1);
  border-bottom-color: rgba(212,175,55,0.15);
}

.uaem-ig-mvf-card.freezone .uaem-ig-mvf-header {
  background: rgba(20,184,166,0.08);
  border-bottom-color: rgba(20,184,166,0.12);
}

.uaem-ig-mvf-h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(0.9rem, 1.8vw, 1rem);
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.uaem-ig-mvf-card.mainland .uaem-ig-mvf-h3 { color: #F0D060; }
.uaem-ig-mvf-card.freezone .uaem-ig-mvf-h3 { color: #5EEAD4; }

.uaem-ig-mvf-body {
  padding: 14px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.uaem-ig-mvf-feat {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: clamp(0.77rem, 1.4vw, 0.83rem);
  color: rgba(255,255,255,0.75);
  line-height: 1.5;
}

.uaem-ig-mvf-feat-icon {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  transition: transform 0.3s ease;
}

.uaem-ig-mvf-card.mainland .uaem-ig-mvf-feat-icon {
  background: rgba(212,175,55,0.15);
  border: 1px solid rgba(212,175,55,0.25);
}

.uaem-ig-mvf-card.freezone .uaem-ig-mvf-feat-icon {
  background: rgba(20,184,166,0.12);
  border: 1px solid rgba(20,184,166,0.22);
}

.uaem-ig-mvf-card:hover .uaem-ig-mvf-feat-icon {
  transform: scale(1.1);
}

.uaem-ig-mvf-feat-text { display: flex; flex-direction: column; gap: 2px; }

.uaem-ig-mvf-feat-title {
  font-weight: 700;
  color: rgba(255,255,255,0.92);
  display: block;
  font-size: 0.83rem;
}

.uaem-ig-mvf-feat-desc {
  font-size: 0.77rem;
  color: rgba(255,255,255,0.58);
  line-height: 1.45;
}

/* ============================================
   ELIGIBLE ACTIVITIES / POSITIVE LIST
   ============================================ */

.uaem-ig-eligible-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.uaem-ig-eligible-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

/* Positive list card */
.uaem-ig-positive-card {
  background: rgba(212,175,55,0.07);
  border: 1px solid rgba(212,175,55,0.25);
  border-radius: 14px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: all 0.3s ease;
}

.uaem-ig-positive-card:hover {
  background: rgba(212,175,55,0.12);
  border-color: rgba(212,175,55,0.45);
  box-shadow: 0 8px 28px rgba(212,175,55,0.1);
}

.uaem-ig-positive-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F0D060;
  margin: 0;
}

.uaem-ig-big-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.8rem, 8vw, 3.8rem);
  font-weight: 900;
  color: #F0D060;
  line-height: 1;
  margin: 0;
}

.uaem-ig-big-num span {
  font-size: clamp(1.4rem, 4vw, 2rem);
  color: rgba(240,208,96,0.7);
}

.uaem-ig-positive-desc {
  font-size: 0.79rem;
  color: rgba(255,255,255,0.62);
  margin: 0;
  line-height: 1.55;
}

/* Activity icons grid */
.uaem-ig-activity-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.uaem-ig-activity-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 9px 12px;
  transition: all 0.3s ease;
}

.uaem-ig-activity-item:hover {
  background: rgba(212,175,55,0.12);
  border-color: rgba(212,175,55,0.3);
  transform: translateY(-2px);
}

.uaem-ig-activity-icon {
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.uaem-ig-activity-item:hover .uaem-ig-activity-icon {
  transform: scale(1.15);
}

.uaem-ig-activity-name {
  font-size: 0.77rem;
  font-weight: 600;
  color: rgba(255,255,255,0.78);
  line-height: 1.3;
}

/* Regulated card */
.uaem-ig-regulated-card {
  background: rgba(239,68,68,0.07);
  border: 1px solid rgba(239,68,68,0.2);
  border-radius: 14px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: all 0.3s ease;
}

.uaem-ig-regulated-card:hover {
  background: rgba(239,68,68,0.11);
  border-color: rgba(239,68,68,0.35);
}

.uaem-ig-regulated-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FCA5A5;
  margin: 0;
}

.uaem-ig-regulated-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px; height: 52px;
  background: rgba(239,68,68,0.15);
  border: 2px solid rgba(239,68,68,0.3);
  border-radius: 50%;
  font-size: 1.4rem;
  margin: 0 auto;
  flex-shrink: 0;
}

.uaem-ig-regulated-intro {
  font-size: 0.79rem;
  color: rgba(255,255,255,0.6);
  margin: 0;
  line-height: 1.5;
  text-align: center;
}

.uaem-ig-regulated-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.uaem-ig-regulated-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(0.77rem, 1.4vw, 0.83rem);
  color: rgba(255,255,255,0.72);
  line-height: 1.45;
  padding: 8px 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.uaem-ig-regulated-item:hover {
  background: rgba(239,68,68,0.08);
  border-color: rgba(239,68,68,0.2);
}

.uaem-ig-regulated-item::before {
  content: '×';
  color: #F87171;
  font-weight: 700;
  font-size: 0.9rem;
  flex-shrink: 0;
}

/* ============================================
   STREAMLINED PATH — 4 STEPS
   ============================================ */

.uaem-ig-steps-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.uaem-ig-steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

/* Vertical connector */
.uaem-ig-steps-list::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 42px;
  bottom: 42px;
  width: 2px;
  background: linear-gradient(180deg,
    #D4AF37 0%, #0F766E 50%, #D4AF37 100%
  );
  z-index: 0;
}

.uaem-ig-step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 0 0 14px;
  position: relative;
  z-index: 1;
}

.uaem-ig-step:last-child { padding-bottom: 0; }

.uaem-ig-step-num {
  flex-shrink: 0;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1E3A8A, #2D4FA0);
  border: 2px solid rgba(212,175,55,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  color: #D4AF37;
  box-shadow: 0 3px 12px rgba(30,58,138,0.4);
  transition: all 0.3s ease;
  z-index: 2;
}

.uaem-ig-step:hover .uaem-ig-step-num {
  background: linear-gradient(135deg, #D4AF37, #F0D060);
  color: #1E3A8A;
  border-color: #D4AF37;
  transform: scale(1.08);
  box-shadow: 0 4px 16px rgba(212,175,55,0.4);
}

.uaem-ig-step-card {
  flex: 1;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 12px;
  padding: 16px 18px;
  transition: all 0.3s ease;
}

.uaem-ig-step:hover .uaem-ig-step-card {
  background: rgba(255,255,255,0.09);
  border-color: rgba(212,175,55,0.3);
  box-shadow: 0 6px 22px rgba(0,0,0,0.2);
}

.uaem-ig-step-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.88rem, 1.8vw, 0.95rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 5px;
  line-height: 1.3;
}

.uaem-ig-step-desc {
  font-size: clamp(0.77rem, 1.4vw, 0.83rem);
  color: rgba(255,255,255,0.62);
  margin: 0;
  line-height: 1.58;
}

.uaem-ig-step-desc strong {
  color: rgba(255,255,255,0.85);
  font-weight: 600;
}

/* ============================================
   FOOTER ATTRIBUTION
   ============================================ */

.uaem-ig-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-top: 8px;
}

.uaem-ig-footer-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.06em;
  margin: 0;
}

.uaem-ig-footer-url {
  font-size: 0.84rem;
  font-weight: 700;
  color: #F0D060;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.2s ease;
}

.uaem-ig-footer-url:hover {
  color: #5EEAD4;
  text-decoration: underline;
}

/* ============================================
   RESPONSIVE — TABLET
   ============================================ */

@media (max-width: 768px) {
  .uaem-ig-section {
    padding: 50px 16px 58px;
  }

  .uaem-ig-inner { gap: 36px; }

  .uaem-ig-model-grid,
  .uaem-ig-mvf-grid,
  .uaem-ig-eligible-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .uaem-ig-steps-list::before { left: 19px; }
}

/* ============================================
   RESPONSIVE — MOBILE
   ============================================ */

@media (max-width: 480px) {
  .uaem-ig-section {
    padding: 40px 12px 48px;
  }

  .uaem-ig-inner { gap: 28px; }

  .uaem-ig-activity-grid {
    grid-template-columns: 1fr;
  }

  .uaem-ig-step { gap: 12px; }

  .uaem-ig-step-num {
    width: 36px; height: 36px;
    font-size: 0.8rem;
  }

  .uaem-ig-steps-list::before {
    left: 17px;
    top: 38px;
    bottom: 38px;
  }

  .uaem-ig-donut-wrap {
    width: 90px; height: 90px;
  }

  .uaem-ig-donut-svg {
    width: 90px; height: 90px;
  }

  .uaem-ig-big-num {
    font-size: clamp(2.2rem, 12vw, 3rem);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4ff841f *//* ============================================
   UAE MAINLAND ELIGIBLE ACTIVITIES +
   FORMATION PROCESS + BENEFITS + FINAL CTA
   Elementor HTML Widget — Custom CSS
   ============================================ */

/* ============================================
   SECTION: ELIGIBLE ACTIVITIES
   ============================================ */

.uaem-eligible-section {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  padding: 90px 20px 100px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.uaem-eligible-section::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(212,175,55,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.uaem-eligible-section::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -60px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(30,58,138,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.uaem-eligible-container {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

/* ── Shared ── */
.uaem-e-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #0F766E;
  margin-bottom: 10px;
}

.uaem-e-eyebrow::before {
  content: '';
  width: 20px; height: 2px;
  background: linear-gradient(90deg, #D4AF37, #F0D060);
  border-radius: 2px;
  flex-shrink: 0;
}

.uaem-e-h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #1E3A8A;
  margin: 0 0 6px;
  line-height: 1.18;
}

.uaem-e-h2 .g {
  background: linear-gradient(90deg,
    #B8962E 0%, #D4AF37 40%,
    #F0D060 58%, #D4AF37 75%, #B8962E 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: uaem-shimmer 3.5s linear infinite;
}

.uaem-e-rule {
  width: 56px; height: 3px;
  background: linear-gradient(90deg, #1E3A8A, #D4AF37);
  border-radius: 2px;
  margin: 14px 0 26px;
}

.uaem-e-body {
  font-size: clamp(0.92rem, 1.8vw, 1.02rem);
  line-height: 1.86;
  color: #374151;
  margin: 0 0 16px;
}

.uaem-e-body:last-of-type { margin-bottom: 0; }
.uaem-e-body strong       { color: #1E3A8A; font-weight: 600; }
.uaem-e-body a {
  color: #1E3A8A;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(212,175,55,0.5);
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.uaem-e-body a:hover { color: #D4AF37; }

.uaem-e-h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.12rem, 2.4vw, 1.42rem);
  font-weight: 700;
  color: #1E3A8A;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.uaem-e-h3::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg,
    rgba(212,175,55,0.35), transparent);
  margin-left: 8px;
}

/* ── Positive List Banner ── */
.uaem-positive-banner {
  background: linear-gradient(
    135deg,
    #0F2461 0%, #1E3A8A 45%, #0D3B6E 70%, #0F766E 100%
  );
  border-radius: 20px;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.uaem-positive-banner::before {
  content: '';
  position: absolute;
  top: -30px; right: -30px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(212,175,55,0.08);
  pointer-events: none;
}

.uaem-positive-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.uaem-positive-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  font-weight: 900;
  background: linear-gradient(135deg, #D4AF37, #F0D060);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.uaem-positive-stat-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(212,175,55,0.75);
}

.uaem-positive-divider {
  width: 1px; height: 60px;
  background: rgba(255,255,255,0.15);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.uaem-positive-content {
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.uaem-positive-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}

.uaem-positive-desc {
  font-size: clamp(0.86rem, 1.7vw, 0.93rem);
  line-height: 1.75;
  color: rgba(255,255,255,0.78);
  margin: 0;
}

.uaem-positive-desc strong { color: #F0D060; font-weight: 600; }

/* ── Sector Grid ── */
.uaem-sector-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.uaem-sector-card {
  background: #F9FAFB;
  border: 1px solid rgba(30,58,138,0.09);
  border-radius: 14px;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: all 0.32s cubic-bezier(0.4,0,0.2,1);
  position: relative;
  overflow: hidden;
}

.uaem-sector-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1E3A8A, #D4AF37);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.uaem-sector-card:hover {
  border-color: rgba(212,175,55,0.3);
  box-shadow: 0 8px 28px rgba(30,58,138,0.1);
  transform: translateY(-4px);
}

.uaem-sector-card:hover::before { transform: scaleX(1); }

.uaem-sector-icon {
  font-size: 1.5rem;
  line-height: 1;
}

.uaem-sector-name {
  font-family: 'Inter', sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  color: #1E3A8A;
  margin: 0;
  line-height: 1.3;
}

/* ── Restricted Sectors ── */
.uaem-restricted-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.uaem-restricted-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.uaem-restricted-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(239,68,68,0.04);
  border: 1px solid rgba(239,68,68,0.14);
  border-radius: 12px;
  padding: 14px 16px;
  transition: all 0.3s ease;
}

.uaem-restricted-item:hover {
  background: rgba(239,68,68,0.08);
  border-color: rgba(239,68,68,0.25);
}

.uaem-restricted-x {
  flex-shrink: 0;
  width: 24px; height: 24px;
  background: rgba(239,68,68,0.18);
  border: 1px solid rgba(239,68,68,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 700;
  color: #EF4444;
}

.uaem-restricted-text {
  font-size: 0.86rem;
  color: #374151;
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
}

/* LSA note */
.uaem-lsa-note {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  background: rgba(234,179,8,0.05);
  border: 1px solid rgba(234,179,8,0.22);
  border-left: 4px solid #D4AF37;
  border-radius: 0 12px 12px 0;
  padding: 16px 20px;
}

.uaem-lsa-note-icon { font-size: 1.1rem; flex-shrink: 0; }

.uaem-lsa-note-text {
  font-size: 0.88rem;
  line-height: 1.7;
  color: #374151;
  margin: 0;
}

.uaem-lsa-note-text strong { color: #1E3A8A; font-weight: 600; }

/* ── Inline CTA ── */
.uaem-eligible-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: linear-gradient(135deg,
    rgba(30,58,138,0.04),
    rgba(15,118,110,0.04)
  );
  border: 1px solid rgba(30,58,138,0.1);
  border-left: 4px solid #D4AF37;
  border-radius: 0 14px 14px 0;
  padding: 18px 22px;
  flex-wrap: wrap;
}

.uaem-eligible-cta-text {
  font-size: 0.93rem;
  color: #374151;
  margin: 0;
  line-height: 1.6;
  flex: 1;
}

.uaem-eligible-cta-text strong { color: #1E3A8A; }

.uaem-eligible-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 22px;
  background: linear-gradient(135deg, #1E3A8A, #2D4FA0);
  color: #FFFFFF !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 50px;
  white-space: nowrap;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(30,58,138,0.3);
  flex-shrink: 0;
}

.uaem-eligible-cta-btn:hover {
  background: linear-gradient(135deg, #D4AF37, #F0D060);
  color: #1E3A8A !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212,175,55,0.4);
}

/* ============================================
   SECTION: FORMATION PROCESS
   ============================================ */

.uaem-process-section {
  position: relative;
  width: 100%;
  background: linear-gradient(
    160deg, #F0F4FF 0%, #F8F6F0 50%, #F0FDF9 100%
  );
  padding: 90px 20px 100px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.uaem-process-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231E3A8A' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.uaem-process-container {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 52px;
}

/* ── Steps ── */
.uaem-proc-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.uaem-proc-steps::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 56px;
  bottom: 56px;
  width: 2px;
  background: linear-gradient(180deg,
    #D4AF37 0%, #1E3A8A 50%, #0F766E 100%
  );
  z-index: 0;
}

.uaem-proc-step {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding: 0 0 32px;
  position: relative;
  z-index: 1;
}

.uaem-proc-step:last-child { padding-bottom: 0; }

.uaem-proc-num {
  flex-shrink: 0;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1E3A8A, #2D4FA0);
  border: 3px solid #FFFFFF;
  box-shadow: 0 4px 16px rgba(30,58,138,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #D4AF37;
  z-index: 2;
  transition: all 0.3s ease;
}

.uaem-proc-step:hover .uaem-proc-num {
  background: linear-gradient(135deg, #D4AF37, #F0D060);
  color: #1E3A8A;
  transform: scale(1.08);
  box-shadow: 0 6px 22px rgba(212,175,55,0.4);
}

.uaem-proc-card {
  flex: 1;
  background: #FFFFFF;
  border: 1px solid rgba(30,58,138,0.09);
  border-radius: 18px;
  padding: 24px 26px;
  box-shadow: 0 4px 18px rgba(30,58,138,0.06);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.uaem-proc-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1E3A8A, #D4AF37);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.uaem-proc-step:hover .uaem-proc-card {
  box-shadow: 0 10px 36px rgba(30,58,138,0.12);
  transform: translateY(-3px);
  border-color: rgba(212,175,55,0.25);
}

.uaem-proc-step:hover .uaem-proc-card::before {
  transform: scaleX(1);
}

.uaem-proc-step-label {
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #D4AF37;
  margin: 0 0 5px;
}

.uaem-proc-step-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1rem, 2.1vw, 1.2rem);
  font-weight: 700;
  color: #1E3A8A;
  margin: 0 0 12px;
  line-height: 1.25;
}

.uaem-proc-step-text {
  font-size: clamp(0.87rem, 1.7vw, 0.94rem);
  line-height: 1.8;
  color: #4B5563;
  margin: 0 0 12px;
}

.uaem-proc-step-text:last-child { margin-bottom: 0; }
.uaem-proc-step-text strong { color: #1E3A8A; font-weight: 600; }

/* Doc list inside step */
.uaem-proc-doc-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  background: rgba(30,58,138,0.03);
  border: 1px solid rgba(30,58,138,0.08);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.uaem-proc-doc-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.86rem;
  color: #374151;
  line-height: 1.55;
}

.uaem-proc-doc-list li::before {
  content: '→';
  color: #D4AF37;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Post-step CTA */
.uaem-proc-bottom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: linear-gradient(135deg, #1E3A8A, #0F2461);
  border-radius: 16px;
  padding: 24px 28px;
  flex-wrap: wrap;
}

.uaem-proc-cta-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}

.uaem-proc-cta-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(0.98rem, 2vw, 1.15rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}

.uaem-proc-cta-sub {
  font-size: 0.85rem;
  color: rgba(212,175,55,0.85);
  margin: 0;
}

.uaem-proc-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  background: linear-gradient(135deg, #D4AF37, #F0D060);
  color: #0F2461 !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none !important;
  border-radius: 50px;
  white-space: nowrap;
  transition: all 0.3s ease;
  box-shadow: 0 4px 18px rgba(212,175,55,0.4);
  flex-shrink: 0;
}

.uaem-proc-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(212,175,55,0.6);
}

/* ============================================
   SECTION: KEY BENEFITS
   ============================================ */

.uaem-benefits-section {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  padding: 90px 20px 100px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.uaem-benefits-section::before {
  content: '';
  position: absolute;
  top: -80px; left: -80px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(212,175,55,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.uaem-benefits-container {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* ── Three Benefit Cards ── */
.uaem-benefit-cards {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.uaem-benefit-card {
  background: #FFFFFF;
  border: 1px solid rgba(30,58,138,0.09);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 22px rgba(30,58,138,0.07);
  transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
}

.uaem-benefit-card:hover {
  box-shadow: 0 16px 50px rgba(30,58,138,0.14);
  transform: translateY(-5px);
  border-color: rgba(212,175,55,0.3);
}

.uaem-benefit-card-accent {
  height: 4px;
  background: linear-gradient(90deg,
    #1E3A8A, #D4AF37, #0F766E
  );
  background-size: 200% auto;
  animation: uaem-shimmer 4s linear infinite;
}

.uaem-benefit-card-body {
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.uaem-benefit-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.uaem-benefit-icon-circle {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1E3A8A, #2D4FA0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
  box-shadow: 0 6px 20px rgba(30,58,138,0.25);
  transition: all 0.3s ease;
}

.uaem-benefit-card:hover .uaem-benefit-icon-circle {
  background: linear-gradient(135deg, #D4AF37, #F0D060);
  box-shadow: 0 6px 20px rgba(212,175,55,0.35);
  transform: rotate(5deg) scale(1.05);
}

.uaem-benefit-title-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.uaem-benefit-number {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #D4AF37;
}

.uaem-benefit-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.05rem, 2.2vw, 1.3rem);
  font-weight: 700;
  color: #1E3A8A;
  margin: 0;
  line-height: 1.22;
}

.uaem-benefit-text {
  font-size: clamp(0.9rem, 1.8vw, 0.98rem);
  line-height: 1.84;
  color: #4B5563;
  margin: 0;
}

.uaem-benefit-text strong { color: #1E3A8A; font-weight: 600; }

/* Benefit stat chips */
.uaem-benefit-stats {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.uaem-benefit-stat-chip {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: linear-gradient(135deg,
    rgba(30,58,138,0.06),
    rgba(30,58,138,0.03)
  );
  border: 1px solid rgba(30,58,138,0.12);
  border-radius: 12px;
  padding: 10px 18px;
  transition: all 0.3s ease;
}

.uaem-benefit-card:hover .uaem-benefit-stat-chip {
  background: linear-gradient(135deg,
    rgba(212,175,55,0.1),
    rgba(212,175,55,0.05)
  );
  border-color: rgba(212,175,55,0.28);
}

.uaem-chip-value {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: #1E3A8A;
  line-height: 1;
}

.uaem-chip-label {
  font-size: 0.7rem;
  font-weight: 600;
  color: #6B7280;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ============================================
   FINAL CTA SECTION
   ============================================ */

.uaem-final-section {
  position: relative;
  width: 100%;
  background: linear-gradient(
    145deg,
    #060E24 0%,
    #0F2461 22%,
    #1E3A8A 48%,
    #0D3B6E 68%,
    #071520 100%
  );
  background-size: 300% 300%;
  animation: uaem-gradient-pan 16s ease infinite;
  padding: 90px 20px 100px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
  text-align: center;
}

.uaem-final-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 15% 40%,
      rgba(212,175,55,0.09) 0%, transparent 50%),
    radial-gradient(ellipse at 85% 30%,
      rgba(20,184,166,0.07) 0%, transparent 45%),
    url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='rgba(255,255,255,0.03)'%3E%3Ccircle cx='40' cy='40' r='1.5'/%3E%3Ccircle cx='8'  cy='8'  r='1'/%3E%3Ccircle cx='72' cy='72' r='1'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

.uaem-final-container {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

/* Since 2016 badge */
.uaem-final-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212,175,55,0.15);
  border: 1px solid rgba(212,175,55,0.4);
  border-radius: 50px;
  padding: 7px 18px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F0D060;
}

.uaem-final-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #D4AF37;
  animation: uaem-pulse-ring 2.2s ease-in-out infinite;
}

.uaem-final-h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.85rem, 4.2vw, 2.9rem);
  font-weight: 900;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.14;
}

.uaem-final-h2 .gold {
  display: block;
  background: linear-gradient(90deg,
    #D4AF37, #F0D060, #FFFFFF, #F0D060, #D4AF37
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: uaem-shimmer 3.5s linear infinite;
}

.uaem-final-body {
  font-size: clamp(0.95rem, 1.9vw, 1.06rem);
  line-height: 1.84;
  color: rgba(255,255,255,0.82);
  margin: 0;
  max-width: 700px;
}

.uaem-final-body strong { color: #F0D060; font-weight: 600; }

/* Trust stats row */
.uaem-final-stats {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}

.uaem-final-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 20px 14px;
  border-right: 1px solid rgba(255,255,255,0.07);
  text-align: center;
}

.uaem-final-stat:last-child { border-right: none; }

.uaem-final-stat-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.3rem, 3vw, 1.75rem);
  font-weight: 800;
  background: linear-gradient(135deg, #D4AF37, #F0D060);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.uaem-final-stat-label {
  font-size: 0.71rem;
  font-weight: 600;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.3;
}

/* USPs */
.uaem-final-usps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.uaem-final-usp {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.75);
  font-weight: 500;
}

.uaem-final-usp-icon { color: #D4AF37; }

.uaem-final-usp-div {
  width: 1px; height: 14px;
  background: rgba(255,255,255,0.18);
}

/* CTA buttons */
.uaem-final-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.uaem-final-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 18px 36px;
  background: linear-gradient(135deg, #B8962E, #D4AF37, #F0D060);
  background-size: 200% 200%;
  color: #0F2461 !important;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none !important;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 24px rgba(212,175,55,0.45);
}

.uaem-final-btn-primary:hover {
  transform: translateY(-4px);
  box-shadow:
    0 12px 36px rgba(212,175,55,0.6),
    0 0 0 4px rgba(212,175,55,0.22);
}

.uaem-final-btn-primary:focus {
  outline: 3px solid #F0D060;
  outline-offset: 3px;
}

.uaem-final-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 30px;
  background: transparent;
  color: #FFFFFF !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,0.35);
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.uaem-final-btn-secondary:hover {
  background: rgba(255,255,255,0.1);
  border-color: #D4AF37;
  color: #F0D060 !important;
  transform: translateY(-3px);
}

/* Company credit */
.uaem-final-company {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,0.1);
  width: 100%;
}

.uaem-final-company-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  color: #F0D060;
  margin: 0;
}

.uaem-final-company-tagline {
  font-size: 0.77rem;
  color: rgba(255,255,255,0.5);
  margin: 0;
  letter-spacing: 0.04em;
}

.uaem-final-company-url {
  font-size: 0.78rem;
  color: rgba(20,184,166,0.75);
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.2s ease;
}

.uaem-final-company-url:hover {
  color: #5EEAD4;
  text-decoration: underline;
}

/* ============================================
   RESPONSIVE — TABLET
   ============================================ */

@media (max-width: 768px) {
  .uaem-eligible-section,
  .uaem-process-section,
  .uaem-benefits-section,
  .uaem-final-section {
    padding: 60px 16px 70px;
  }

  .uaem-sector-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .uaem-restricted-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .uaem-positive-banner {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
    gap: 16px;
  }

  .uaem-positive-divider {
    width: 60px; height: 1px;
  }

  .uaem-proc-steps::before { left: 26px; }

  .uaem-final-stats { flex-wrap: wrap; }
  .uaem-final-stat  { min-width: calc(50% - 1px); border-bottom: 1px solid rgba(255,255,255,0.07); }
  .uaem-final-stat:nth-child(2n) { border-right: none; }
  .uaem-final-stat:nth-last-child(-n+2) { border-bottom: none; }

  .uaem-final-btns { flex-direction: column; width: 100%; }
  .uaem-final-btn-primary,
  .uaem-final-btn-secondary {
    width: 100%; max-width: 340px; justify-content: center;
  }

  .uaem-final-usps { flex-direction: column; gap: 10px; }
  .uaem-final-usp-div { display: none; }

  .uaem-eligible-cta { flex-direction: column; text-align: center; }
  .uaem-eligible-cta-btn { width: 100%; max-width: 280px; justify-content: center; }

  .uaem-proc-bottom-cta { flex-direction: column; text-align: center; padding: 22px 20px; }
  .uaem-proc-cta-btn { width: 100%; max-width: 280px; justify-content: center; }

  .uaem-benefit-card-body { padding: 22px 20px; }
}

/* ============================================
   RESPONSIVE — MOBILE
   ============================================ */

@media (max-width: 480px) {
  .uaem-eligible-section,
  .uaem-process-section,
  .uaem-benefits-section,
  .uaem-final-section {
    padding: 48px 12px 56px;
  }

  .uaem-sector-grid { grid-template-columns: 1fr; }

  .uaem-e-h2 { font-size: clamp(1.45rem, 6.5vw, 1.9rem); }

  .uaem-proc-step { gap: 14px; }
  .uaem-proc-num  { width: 46px; height: 46px; font-size: 1rem; }
  .uaem-proc-steps::before { left: 22px; }
  .uaem-proc-card { padding: 18px 16px; }

  .uaem-benefit-stats { gap: 8px; }

  .uaem-final-stat {
    min-width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }

  .uaem-final-stat:last-child { border-bottom: none; }
}/* End custom CSS */