.page-uae-event-management-software .main {
  padding: 0;
}

.page-uae-event-management-software .main > .container {
  width: 100%;
  max-width: none;
}

.page-uae-event-management-software .site-shell {
  overflow: clip;
}

.ppc-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid transparent;
  background: rgba(2, 6, 23, 0.42);
  transition: background 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.ppc-header.is-scrolled {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(2, 6, 23, 0.9);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.ppc-header__inner,
.ppc-footer__inner {
  width: min(calc(100% - 2rem), 1240px);
  margin: 0 auto;
}

.ppc-header__inner {
  min-height: 4.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ppc-header__brand,
.ppc-footer__inner > a {
  display: inline-flex;
}

.ppc-header__brand img {
  width: auto;
  height: 2.15rem;
}

.ppc-header__actions,
.uae-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ppc-header__whatsapp,
.uae-text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #25d366;
  font-size: 0.9rem;
  font-weight: 650;
  transition: color 180ms ease;
}

.uae-text-link {
  min-height: 52px;
  padding: 0.78rem 1.25rem;
  border: 1px solid rgba(37, 211, 102, 0.62);
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.14);
  color: #f4f7fb;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.ppc-header__whatsapp:hover,
.ppc-header__whatsapp:focus-visible {
  color: #55e889;
}

.uae-text-link:hover,
.uae-text-link:focus-visible {
  border-color: #25d366;
  background: rgba(37, 211, 102, 0.21);
  color: #fff;
  transform: translateY(-1px);
}

.ppc-header__whatsapp svg,
.uae-text-link svg {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
}

.uae-text-link svg {
  fill: currentColor;
  color: #25d366;
}

.ppc-header__demo {
  min-height: 2.8rem;
  padding: 0.72rem 1.2rem;
}

.uae-landing {
  background: #020617;
  color: var(--text);
}

.uae-hero,
.uae-trust,
.uae-section,
.uae-dece,
.uae-final {
  width: min(calc(100% - 2rem), 1240px);
  margin-inline: auto;
}

.uae-hero {
  position: relative;
  min-height: 47rem;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(34rem, 1.12fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5.5rem);
  padding: 9rem 0 5.4rem;
}

.uae-hero::before {
  content: "";
  position: absolute;
  top: 8.5rem;
  left: -14rem;
  width: 31rem;
  height: 31rem;
  border: 1px solid rgba(71, 125, 255, 0.15);
  border-radius: 50%;
  pointer-events: none;
}

.uae-hero__copy {
  position: relative;
  z-index: 2;
}

.uae-eyebrow,
.uae-kicker {
  margin: 0 0 1rem;
  color: #78a6ff;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.uae-kicker {
  color: var(--muted);
}

.uae-hero h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(3.1rem, 5.35vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: -0.062em;
}

.uae-hero__lede {
  max-width: 39rem;
  margin: 1.75rem 0 2rem;
  color: var(--text-soft);
  font-size: clamp(1.03rem, 1.25vw, 1.18rem);
  line-height: 1.7;
}

.uae-hero .button,
.uae-final .button,
.uae-section__action .button,
.uae-dece .button {
  min-height: 3.25rem;
  padding: 0.92rem 1.45rem;
}

.uae-hero__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.25rem;
  margin: 2.2rem 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.77rem;
  list-style: none;
}

.uae-hero__signals li {
  display: flex;
  align-items: center;
  gap: 0.48rem;
}

.uae-hero__signals li::before {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: #4f85ff;
  box-shadow: 0 0 0 4px rgba(79, 133, 255, 0.1);
}

.uae-hero__visual {
  position: relative;
  min-width: 0;
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
  transform-origin: right center;
}

.uae-hero__product {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.4rem;
  background: #030817;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.48), 0 0 0 12px rgba(255, 255, 255, 0.025);
}

.uae-hero__product img {
  width: 100%;
  height: auto;
}

.uae-hero__record {
  position: absolute;
  right: -1.2rem;
  bottom: -2.3rem;
  min-width: 10.5rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.9rem;
  background: rgba(14, 19, 32, 0.94);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.4);
}

.uae-hero__record span,
.uae-hero__record strong {
  display: block;
}

.uae-hero__record span {
  color: var(--muted);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.uae-hero__record strong {
  margin-top: 0.32rem;
  font-size: 0.92rem;
}

.uae-hero__record i {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #35d399;
  box-shadow: 0 0 0 5px rgba(53, 211, 153, 0.12);
}

.uae-trust {
  display: grid;
  grid-template-columns: 1.1fr 2.2fr auto;
  align-items: center;
  gap: 2rem;
  padding: 1.6rem 0 2.2rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.uae-trust h2 {
  max-width: 22rem;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.35;
}

.uae-trust__heading p {
  margin-bottom: 0.48rem;
  font-size: 0.64rem;
}

.uae-trust__logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 1rem;
}

.uae-trust__logo {
  height: 3.7rem;
  display: grid;
  place-items: center;
  padding: 0.45rem;
  border-right: 1px solid var(--line);
}

.uae-trust__logo:last-child {
  border-right: 0;
}

.uae-trust__logo img {
  width: auto;
  max-width: 5.3rem;
  max-height: 2.6rem;
  filter: grayscale(1) brightness(1.65);
  opacity: 0.72;
}

.uae-trust__logo.is-wide img {
  max-width: 6.6rem;
}

.uae-rating {
  min-width: 9.9rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.2rem 0.65rem;
  padding-left: 1.4rem;
  border-left: 1px solid var(--line);
}

.uae-rating__brand {
  font-size: 0.72rem;
  font-weight: 750;
}

.uae-rating__stars {
  color: #ffb33e;
  font-size: 0.62rem;
  letter-spacing: 0.05em;
}

.uae-rating strong {
  font-size: 0.96rem;
}

.uae-rating small {
  color: var(--muted);
  font-size: 0.65rem;
}

.uae-section {
  padding: clamp(5.7rem, 9vw, 9rem) 0;
}

.uae-section__heading {
  max-width: 48rem;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.uae-section__heading h2,
.uae-local h2,
.uae-dece h2,
.uae-final h2,
.uae-review h2 {
  margin: 0;
  font-size: clamp(2.3rem, 4.5vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: -0.052em;
}

.uae-section__heading > p:last-child,
.uae-section__heading--split > p,
.uae-local__copy > p,
.uae-dece__content > p,
.uae-final > div > p:last-child {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.uae-section__heading > p:last-child {
  max-width: 42rem;
  margin: 1.25rem auto 0;
}

.uae-journey {
  position: relative;
}

.uae-journey__rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
}

.uae-journey__rail::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 8.2%;
  right: 8.2%;
  height: 1px;
  background: linear-gradient(90deg, #235ab7, #5c91ff);
}

.uae-journey__step {
  position: relative;
  padding: 0 1rem;
  text-align: center;
}

.uae-journey__node {
  position: relative;
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  margin: 0 auto 1.25rem;
  border: 1px solid #4f85ff;
  border-radius: 50%;
  background: #071127;
  box-shadow: 0 0 0 7px #020617;
}

.uae-journey__node span {
  color: #8eb4ff;
  font-size: 0.7rem;
  font-weight: 800;
}

.uae-journey__step p {
  margin: 0 0 0.65rem;
  color: #8eb4ff;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.uae-journey__step h3 {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.55;
}

.uae-journey__record {
  width: min(100%, 34rem);
  min-height: 3.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 3rem auto 0;
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(79, 133, 255, 0.35);
  border-radius: 0.8rem;
  background: rgba(17, 25, 43, 0.78);
}

.uae-journey__record span {
  padding: 0.52rem 0.7rem;
  border-radius: 0.45rem;
  background: rgba(79, 133, 255, 0.13);
  color: #9fbdff;
  font-size: 0.72rem;
  font-weight: 750;
}

.uae-journey__record strong {
  font-size: 0.78rem;
}

.uae-journey__record em {
  margin-left: auto;
  color: #53dfa8;
  font-size: 0.7rem;
  font-style: normal;
}

.uae-capabilities {
  border-top: 1px solid var(--line);
}

.uae-section__heading--split {
  max-width: none;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: 3rem;
  text-align: left;
}

.uae-section__heading--split h2 {
  max-width: 14ch;
}

.uae-section__heading--split > p {
  max-width: 28rem;
  margin: 0 0 0.3rem auto;
}

.uae-capabilities__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.uae-capability {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at 70% 95%, rgba(39, 88, 196, 0.16), transparent 34%),
    #080e1d;
}

.uae-capability__copy {
  position: relative;
  z-index: 2;
  padding: 2rem;
}

.uae-capability__copy span {
  color: #6f9fff;
  font-size: 0.7rem;
  font-weight: 750;
}

.uae-capability__copy h3 {
  margin: 0.75rem 0 0.55rem;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  letter-spacing: -0.03em;
}

.uae-capability__copy p {
  max-width: 31rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.6;
}

.uae-capability__visual {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  padding: 0 1.5rem 1.5rem;
  background: transparent;
}

.uae-capability__visual img {
  width: 100%;
  height: auto;
  max-height: 21rem;
  object-fit: contain;
  object-position: center bottom;
  transition: transform 350ms ease;
}

.uae-capability__visual--phone img {
  width: auto;
  max-width: 76%;
}

.uae-capability--registration .uae-capability__visual img,
.uae-capability--marketing .uae-capability__visual img {
  width: 108%;
  max-width: none;
  max-height: none;
}

.uae-capability--checkin .uae-capability__visual {
  padding: 0;
}

.uae-capability--checkin .uae-capability__visual img,
.uae-capability--analytics .uae-capability__visual img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.uae-capability--analytics .uae-capability__visual {
  padding: 0;
}

.uae-capability--app .uae-capability__visual,
.uae-capability--leads .uae-capability__visual {
  min-height: 21rem;
  background: linear-gradient(180deg, transparent, rgba(30, 64, 175, 0.08));
}

@media (hover: hover) {
  .uae-capability:hover .uae-capability__visual img {
    transform: translateY(-0.35rem);
  }
}

.uae-section__action {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.uae-local {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(28rem, 1.12fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  padding-top: 3rem;
}

.uae-local__copy > p {
  max-width: 36rem;
  margin: 1.5rem 0 2rem;
}

.uae-local__copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uae-local__copy li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 1rem;
  padding: 1.15rem 0;
  border-top: 1px solid var(--line);
}

.uae-local__copy li > span {
  color: #6f9fff;
  font-size: 0.68rem;
  font-weight: 800;
}

.uae-local__copy li strong,
.uae-local__copy li small {
  display: block;
}

.uae-local__copy li strong {
  font-size: 0.94rem;
}

.uae-local__copy li small {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.uae-local__visual {
  position: relative;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 4 / 3;
  border-radius: 1.5rem;
  background: #0c1220;
}

.uae-local__visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.uae-local__visual::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, transparent, rgba(2, 6, 23, 0.88));
}

.uae-local__caption {
  position: absolute;
  z-index: 2;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.85rem;
  background: rgba(5, 9, 19, 0.74);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.uae-local__caption span {
  color: var(--muted);
  font-size: 0.72rem;
}

.uae-local__caption strong {
  font-size: 0.82rem;
}

.uae-dece {
  display: grid;
  grid-template-columns: minmax(24rem, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(3rem, 7vw, 7rem);
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid rgba(110, 154, 255, 0.22);
  border-radius: 1.8rem;
  background: #071025;
}

.uae-dece__gallery {
  position: relative;
  min-height: 41rem;
  overflow: hidden;
  border-radius: 1.2rem;
}

.uae-dece__gallery > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  border-radius: 1.2rem;
}

.uae-dece__mark {
  position: absolute;
  z-index: 2;
  left: 1.25rem;
  top: 1.25rem;
  width: 7rem;
  height: 7rem;
  display: grid;
  place-items: center;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

.uae-dece__content {
  align-self: center;
}

.uae-dece__content > p {
  max-width: 39rem;
  margin: 1.5rem 0 2rem;
}

.uae-dece__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 2rem;
}

.uae-dece__stats div {
  padding: 1.2rem 1.2rem 1.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.uae-dece__stats div:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.uae-dece__stats div:nth-child(even) {
  padding-left: 1.2rem;
}

.uae-dece__stats dt,
.uae-dece__stats span {
  display: block;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.4;
}

.uae-dece__stats dd {
  margin: 0.2rem 0;
  font-size: clamp(1.65rem, 2.7vw, 2.5rem);
  font-weight: 760;
  letter-spacing: -0.045em;
}

.uae-workspace {
  padding-bottom: 5rem;
}

.uae-workspace__stage {
  position: relative;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 1.7rem;
  background: #030817;
}

.uae-workspace__dashboard {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.uae-workspace__status {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.85rem;
  border-radius: 99px;
  background: #071025;
  color: #eef3ff;
  font-size: 0.7rem;
  font-weight: 650;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
}

.uae-workspace__status i {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: #3ad89c;
}

.uae-review {
  display: grid;
  grid-template-columns: 0.8fr 1.25fr;
  gap: 1rem;
  padding-top: 6rem;
  border-top: 1px solid var(--line);
}

.uae-review__heading {
  padding-right: 2rem;
}

.uae-review h2 {
  max-width: 10ch;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.uae-review blockquote {
  margin: 0;
  padding: clamp(2rem, 4vw, 3.2rem);
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  background: #0b1020;
}

.uae-review__stars {
  color: #ffb33e;
  letter-spacing: 0.1em;
}

.uae-review blockquote > p {
  margin: 2rem 0 3rem;
  font-size: clamp(1.9rem, 3.5vw, 3.2rem);
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -0.045em;
}

.uae-review blockquote footer {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.uae-review blockquote footer strong {
  font-size: 0.88rem;
}

.uae-review blockquote footer span,
.uae-review blockquote footer small {
  color: var(--muted);
  font-size: 0.72rem;
}

.uae-review__source {
  grid-column: 2;
  min-height: 4rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 0 1.25rem;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  color: var(--text-soft);
}

.uae-review__source span {
  color: var(--muted);
  font-size: 0.76rem;
}

.uae-review__source i {
  font-style: normal;
}

.uae-faq {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 5rem;
  padding-top: 5rem;
}

.uae-faq .uae-section__heading {
  margin: 0;
  text-align: left;
}

.uae-faq__list details {
  border-top: 1px solid var(--line);
}

.uae-faq__list details:last-child {
  border-bottom: 1px solid var(--line);
}

.uae-faq__list summary {
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 0;
  font-size: 0.96rem;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
}

.uae-faq__list summary::-webkit-details-marker {
  display: none;
}

.uae-faq__list summary span {
  color: #7ca7ff;
  font-size: 1.25rem;
  font-weight: 400;
  transition: transform 180ms ease;
}

.uae-faq__list details[open] summary span {
  transform: rotate(45deg);
}

.uae-faq__list details p {
  max-width: 42rem;
  margin: -0.2rem 0 1.4rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.uae-final {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 4rem;
  overflow: hidden;
  margin-bottom: 6rem;
  padding: clamp(3rem, 6vw, 5.5rem);
  border: 1px solid rgba(96, 144, 255, 0.25);
  border-radius: 1.8rem;
  background: #071025;
}

.uae-final > img {
  position: absolute;
  right: 8%;
  top: 50%;
  width: 26rem;
  opacity: 0.055;
  transform: translateY(-50%);
}

.uae-final > div {
  position: relative;
  z-index: 1;
}

.uae-final h2 {
  max-width: 13ch;
}

.uae-final > div > p:last-child {
  max-width: 42rem;
  margin: 1.4rem 0 0;
}

.uae-final .uae-actions {
  flex-direction: column;
  align-items: stretch;
  min-width: 12rem;
}

.uae-final .uae-text-link {
  justify-content: center;
}

.ppc-footer {
  border-top: 1px solid var(--line);
  background: #020617;
}

.ppc-footer__inner {
  min-height: 8rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  color: var(--muted);
  font-size: 0.68rem;
}

.ppc-footer__inner img {
  width: auto;
  height: 1.65rem;
}

.ppc-footer__inner p {
  margin: 0;
}

.ppc-footer__inner > div {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.ppc-header a:focus-visible,
.uae-landing a:focus-visible,
.uae-landing summary:focus-visible,
.ppc-footer a:focus-visible {
  outline: 2px solid #8db2ff;
  outline-offset: 4px;
}

@media (max-width: 1080px) {
  .uae-hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(29rem, 1.1fr);
  }

  .uae-trust {
    grid-template-columns: 1fr 2fr;
  }

  .uae-rating {
    grid-column: 1 / -1;
    grid-template-columns: auto auto auto 1fr;
    justify-content: start;
    align-items: center;
    padding: 1rem 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .uae-journey__step {
    padding-inline: 0.55rem;
  }

}

@media (max-width: 860px) {
  .uae-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 8.5rem;
  }

  .uae-hero h1 {
    max-width: 15ch;
  }

  .uae-hero__visual {
    width: min(95%, 43rem);
    margin: 1rem auto 0;
    transform: none;
  }

  .uae-journey__rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .uae-journey__rail::before {
    display: none;
  }

  .uae-journey__step {
    min-height: 12rem;
    padding: 1.3rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: #0b1020;
    text-align: left;
  }

  .uae-journey__node {
    margin: 0 0 1.2rem;
    box-shadow: none;
  }

  .uae-section__heading--split,
  .uae-local,
  .uae-dece,
  .uae-review,
  .uae-faq,
  .uae-final {
    grid-template-columns: 1fr;
  }

  .uae-section__heading--split > p {
    margin: 0;
  }

  .uae-dece {
    gap: 3rem;
  }

  .uae-dece__gallery {
    min-height: 36rem;
  }

  .uae-review__heading {
    padding: 0 0 2rem;
  }

  .uae-review h2 {
    max-width: 14ch;
  }

  .uae-review__source {
    grid-column: 1;
  }

  .uae-faq {
    gap: 2.5rem;
  }

  .uae-final {
    align-items: start;
    gap: 2rem;
  }

  .uae-final .uae-actions {
    width: fit-content;
  }
}

@media (max-width: 640px) {
  .ppc-header__inner {
    min-height: 4.4rem;
  }

  .ppc-header__brand img {
    height: 1.72rem;
  }

  .ppc-header__whatsapp {
    display: none;
  }

  .ppc-header__demo {
    min-height: 2.65rem;
    padding: 0.68rem 0.95rem;
    font-size: 0.78rem;
  }

  .uae-hero,
  .uae-trust,
  .uae-section,
  .uae-dece,
  .uae-final {
    width: min(calc(100% - 1.25rem), 1240px);
  }

  .uae-hero {
    gap: 2.8rem;
    padding-top: 7.6rem;
    padding-bottom: 4rem;
  }

  .uae-hero::before {
    display: none;
  }

  .uae-hero h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .uae-hero__lede {
    margin-top: 1.3rem;
    font-size: 0.96rem;
  }

  .uae-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .uae-hero .uae-actions .button,
  .uae-hero .uae-actions .uae-text-link {
    justify-content: center;
  }

  .uae-hero__signals {
    display: grid;
    gap: 0.7rem;
    margin-top: 1.7rem;
  }

  .uae-hero__record {
    right: 0.7rem;
    bottom: -2.5rem;
  }

  .uae-trust {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 1rem;
    padding-top: 2rem;
  }

  .uae-trust__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uae-trust__logo:nth-child(2) {
    border-right: 0;
  }

  .uae-rating {
    grid-template-columns: auto 1fr;
  }

  .uae-rating__stars {
    text-align: right;
  }

  .uae-section {
    padding-block: 5rem;
  }

  .uae-section__heading {
    margin-bottom: 2.5rem;
    text-align: left;
  }

  .uae-section__heading > p:last-child {
    margin-left: 0;
  }

  .uae-section__heading h2,
  .uae-local h2,
  .uae-dece h2,
  .uae-final h2,
  .uae-review h2 {
    font-size: clamp(2.15rem, 10vw, 3.2rem);
  }

  .uae-journey__rail {
    grid-template-columns: 1fr;
  }

  .uae-journey__step {
    min-height: 0;
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 0 1rem;
  }

  .uae-journey__node {
    grid-row: 1 / 3;
    margin: 0;
  }

  .uae-journey__step p {
    margin-top: 0.15rem;
  }

  .uae-journey__record {
    display: grid;
    grid-template-columns: auto 1fr;
  }

  .uae-journey__record em {
    display: none;
  }

  .uae-capabilities__grid {
    grid-template-columns: 1fr;
  }

  .uae-capability__copy {
    padding: 1.5rem;
  }

  .uae-capability__visual {
    padding-inline: 1rem;
  }

  .uae-local {
    padding-top: 0;
  }

  .uae-local__caption {
    align-items: flex-start;
    flex-direction: column;
  }

  .uae-dece {
    margin-top: 2rem;
    padding: 0.75rem 0.75rem 2rem;
    border-radius: 1.25rem;
  }

  .uae-dece__gallery {
    min-height: 28rem;
  }

  .uae-dece__gallery > img {
    width: 100%;
    height: 100%;
  }

  .uae-dece__mark {
    width: 6.5rem;
    height: 6.5rem;
  }

  .uae-dece__content {
    padding: 0 0.75rem;
  }

  .uae-dece__stats dd {
    font-size: 1.55rem;
  }

  .uae-workspace {
    padding-bottom: 3rem;
  }

  .uae-workspace__stage {
    display: block;
  }

  .uae-workspace__dashboard {
    width: 100%;
  }

  .uae-workspace__status {
    top: 1rem;
    right: 1rem;
  }

  .uae-review {
    padding-top: 4rem;
  }

  .uae-review blockquote {
    padding: 1.5rem;
  }

  .uae-review blockquote > p {
    margin-block: 1.5rem 2.5rem;
  }

  .uae-review__source {
    grid-template-columns: 1fr auto;
    padding-block: 0.85rem;
  }

  .uae-review__source span {
    grid-row: 2;
  }

  .uae-review__source i {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .uae-faq {
    padding-top: 4rem;
  }

  .uae-final {
    margin-bottom: 3rem;
    padding: 2rem 1.5rem;
  }

  .uae-final .uae-actions {
    width: 100%;
  }

  .ppc-footer__inner {
    min-height: 10rem;
    grid-template-columns: 1fr auto;
    gap: 1rem;
  }

  .ppc-footer__inner p {
    display: none;
  }

  .ppc-footer__inner > div {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ppc-header,
  .uae-capability__visual img,
  .uae-faq__list summary span {
    transition: none;
  }

  .uae-capability:hover .uae-capability__visual img {
    transform: none;
  }
}

/* 2026 PPC polish: clearer hierarchy, stronger proof and less card repetition */
.page-uae-event-management-software {
  --uae-ink: #020617;
  --uae-panel: #081126;
  --uae-panel-2: #0c1730;
  --uae-blue: #5f91ff;
  --uae-blue-bright: #8fb2ff;
  --uae-mint: #52dda8;
  --uae-paper: #f5f7fb;
  --uae-paper-ink: #0b1428;
}

.uae-landing {
  background:
    radial-gradient(circle at 82% 5%, rgba(36, 85, 187, 0.2), transparent 24rem),
    var(--uae-ink);
}

.ppc-header__inner {
  width: min(calc(100% - 3rem), 1320px);
}

.ppc-header__demo,
.uae-hero .button,
.uae-final .button,
.uae-section__action .button,
.uae-dece .button {
  border-radius: 0.72rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.uae-hero,
.uae-trust,
.uae-section,
.uae-dece,
.uae-final {
  width: min(calc(100% - 3rem), 1240px);
}

.uae-hero {
  min-height: min(54rem, 100svh);
  grid-template-columns: minmax(0, 0.88fr) minmax(32rem, 1.12fr);
  gap: clamp(2.5rem, 5vw, 5.5rem);
  padding-block: 9.5rem 5.5rem;
}

.uae-hero::before {
  top: 11rem;
  left: -19rem;
  width: 40rem;
  height: 40rem;
  border-color: rgba(95, 145, 255, 0.12);
}

.uae-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--uae-blue-bright);
}

.uae-eyebrow > span {
  width: 1.8rem;
  height: 1px;
  background: currentColor;
}

.uae-hero h1 {
  max-width: 11.5ch;
  font-size: clamp(3.35rem, 5vw, 5.25rem);
  line-height: 0.96;
  letter-spacing: -0.067em;
  text-wrap: balance;
}

.uae-hero h1 span {
  color: #9bbaff;
}

.uae-hero__lede {
  max-width: 37rem;
  margin-block: 1.65rem 1.75rem;
  color: #c4ccda;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
}

.uae-demo-note {
  display: block;
  margin: 1rem 0 0;
  color: #7f8ba0;
  font-size: 0.78rem;
}

.uae-hero__signals {
  margin-top: 2rem;
}

.uae-hero__visual {
  transform: perspective(1400px) rotateY(-4deg) rotateX(1.5deg);
}

.uae-hero__product {
  border-radius: 1.15rem;
  background: #071023;
  box-shadow: 0 48px 110px rgba(0, 0, 0, 0.58), 0 0 0 10px rgba(255, 255, 255, 0.025);
}

.uae-hero__chrome {
  min-height: 2.55rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #71809a;
  font-size: 0.64rem;
  font-style: normal;
}

.uae-hero__chrome i {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: #293550;
}

.uae-hero__chrome span {
  margin-left: 0.45rem;
}

.uae-hero__chrome em {
  margin-left: auto;
  color: var(--uae-mint);
  font-style: normal;
}

.uae-hero__record {
  right: -1rem;
  bottom: -1.7rem;
  min-width: 13.2rem;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.7rem;
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
}

.uae-hero__record i {
  position: static;
  grid-row: 1 / 3;
  align-self: center;
}

.uae-hero__record strong {
  margin: 0.12rem 0 0;
  font-size: 0.76rem;
}

.uae-hero__proof {
  position: absolute;
  left: -2rem;
  top: -2.25rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.8rem;
  background: rgba(8, 17, 38, 0.92);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
}

.uae-hero__proof strong {
  color: #fff;
  font-size: 1.45rem;
  letter-spacing: -0.04em;
}

.uae-hero__proof span {
  color: #9aa6ba;
  font-size: 0.65rem;
  line-height: 1.35;
}

.uae-trust {
  grid-template-columns: minmax(12rem, 0.9fr) 2.1fr auto;
  gap: 1.5rem;
  padding: 1.25rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background: rgba(8, 17, 38, 0.72);
}

.uae-trust__logo {
  height: 3rem;
}

.uae-trust h2 {
  font-size: 0.96rem;
}

.uae-section {
  padding-block: clamp(5.5rem, 8vw, 8rem);
}

.uae-section__heading h2,
.uae-local h2,
.uae-dece h2,
.uae-final h2,
.uae-review h2 {
  text-wrap: balance;
}

.uae-journey {
  width: min(calc(100% - 3rem), 1320px);
  margin-top: 6rem;
  padding: clamp(3rem, 6vw, 5.5rem) clamp(1.5rem, 5vw, 4.5rem);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 78% 0, rgba(88, 135, 255, 0.16), transparent 26rem),
    var(--uae-paper);
  color: var(--uae-paper-ink);
}

.uae-journey .uae-eyebrow {
  color: #3266d5;
}

.uae-journey .uae-section__heading--split > p {
  color: #526078;
}

.uae-journey__rail {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #dce2ed;
  border-radius: 1.15rem;
  background: #dce2ed;
}

.uae-journey__rail::before {
  display: none;
}

.uae-journey__step {
  min-height: 22rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.78);
  text-align: left;
}

.uae-journey__step--live {
  background: #0a1630;
  color: white;
}

.uae-journey__node {
  width: auto;
  height: auto;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 0 0 4.5rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.uae-journey__node span {
  color: #5070ac;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.uae-journey__node strong {
  font-size: 0.78rem;
}

.uae-journey__step h3 {
  margin: 0 0 0.3rem;
  color: inherit;
  font-size: 1.12rem;
  font-weight: 720;
  line-height: 1.3;
}

.uae-journey__step > p {
  margin: 0 0 1.6rem;
  color: #60708a;
  font-size: 0.84rem;
  font-weight: 450;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
}

.uae-journey__step--live > p {
  color: #aab8d0;
}

.uae-journey__step--live .uae-journey__node span {
  color: #8fb2ff;
}

.uae-journey__record {
  width: min(100%, 42rem);
  margin-top: 1.5rem;
  border-color: #d1d9e7;
  background: #fff;
  color: #152038;
  box-shadow: 0 12px 35px rgba(42, 59, 91, 0.08);
}

.uae-journey__record strong {
  font-size: 0.82rem;
}

.uae-journey__record em {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #13835b;
}

.uae-journey__record em i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #28b77b;
}

.uae-capabilities {
  border-top: 0;
}

.uae-capabilities__grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.uae-capability {
  grid-column: span 6;
  min-height: 31rem;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 1.15rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 55%),
    var(--uae-panel);
}

.uae-capability:nth-child(3),
.uae-capability:nth-child(6) {
  grid-column: span 7;
}

.uae-capability:nth-child(4),
.uae-capability:nth-child(5) {
  grid-column: span 5;
}

.uae-capability__copy {
  padding: 1.75rem 1.75rem 1.25rem;
}

.uae-capability__copy span {
  display: inline-grid;
  width: 1.75rem;
  height: 1.75rem;
  place-items: center;
  border: 1px solid rgba(111, 159, 255, 0.28);
  border-radius: 50%;
}

.uae-capability__copy h3 {
  margin-top: 1rem;
}

.uae-capability--checkin,
.uae-capability--analytics {
  background: #081126;
}

.uae-local {
  position: relative;
  gap: clamp(3rem, 7vw, 7rem);
  padding-block: 5rem;
}

.uae-local::before {
  content: "UAE";
  position: absolute;
  z-index: 0;
  left: -0.05em;
  top: 0;
  color: rgba(255, 255, 255, 0.025);
  font-size: clamp(9rem, 19vw, 17rem);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.09em;
  pointer-events: none;
}

.uae-local__copy,
.uae-local__visual {
  z-index: 1;
}

.uae-local__visual {
  aspect-ratio: 5 / 4;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.15rem;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.34);
}

.uae-dece {
  grid-template-columns: minmax(25rem, 0.92fr) minmax(0, 1.08fr);
  margin-top: 3rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  background: var(--uae-panel-2);
}

.uae-dece__gallery {
  min-height: 43rem;
  border-radius: 1.2rem 0 0 1.2rem;
}

.uae-dece__gallery > img {
  border-radius: inherit;
}

.uae-dece__content {
  padding: clamp(2rem, 5vw, 4.5rem) clamp(2rem, 5vw, 4.5rem) clamp(2rem, 5vw, 4.5rem) 0;
}

.uae-workspace {
  padding-bottom: 4rem;
}

.uae-workspace__stage {
  padding: 0.8rem;
  border-radius: 1.35rem;
  background: #0a1224;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.36);
}

.uae-workspace__dashboard {
  border-radius: 0.8rem;
}

.uae-review {
  grid-template-columns: 0.78fr 1.22fr;
  gap: 1.5rem;
}

.uae-review blockquote {
  position: relative;
  overflow: hidden;
  border-color: rgba(112, 158, 255, 0.18);
  background: linear-gradient(135deg, #101c37, #080e1d 72%);
}

.uae-review blockquote::after {
  content: "“";
  position: absolute;
  right: 1rem;
  top: -3.4rem;
  color: rgba(116, 158, 255, 0.1);
  font-family: Georgia, serif;
  font-size: 16rem;
  line-height: 1;
}

.uae-review blockquote > * {
  position: relative;
  z-index: 1;
}

.uae-final {
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 82% 50%, rgba(72, 124, 245, 0.2), transparent 20rem),
    #0a1530;
}

@media (max-width: 1080px) {
  .uae-hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(27rem, 1.1fr);
  }

  .uae-trust {
    grid-template-columns: 1fr 2fr;
  }
}

@media (max-width: 860px) {
  .ppc-header__inner,
  .uae-hero,
  .uae-trust,
  .uae-section,
  .uae-dece,
  .uae-final {
    width: min(calc(100% - 2rem), 1240px);
  }

  .uae-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 4rem;
    padding-block: 8.5rem 5rem;
  }

  .uae-hero__visual {
    transform: none;
  }

  .uae-hero__proof {
    left: 1rem;
  }

  .uae-journey {
    width: min(calc(100% - 2rem), 1320px);
    margin-top: 3rem;
  }

  .uae-journey__rail {
    grid-template-columns: 1fr;
  }

  .uae-journey__step {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1.25rem;
  }

  .uae-journey__node {
    grid-column: 1 / -1;
    margin-bottom: 2.5rem;
  }

  .uae-capability,
  .uae-capability:nth-child(3),
  .uae-capability:nth-child(4),
  .uae-capability:nth-child(5),
  .uae-capability:nth-child(6) {
    grid-column: span 6;
  }

  .uae-dece {
    grid-template-columns: 1fr;
  }

  .uae-dece__gallery {
    min-height: 36rem;
    border-radius: 1.2rem 1.2rem 0 0;
  }

  .uae-dece__content {
    padding: 0 2rem 2.5rem;
  }
}

@media (max-width: 640px) {
  .ppc-header__inner,
  .uae-hero,
  .uae-trust,
  .uae-section,
  .uae-dece,
  .uae-final {
    width: min(calc(100% - 1.25rem), 1240px);
  }

  .uae-hero {
    gap: 3.4rem;
    padding-top: 7.6rem;
  }

  .uae-hero h1 {
    max-width: 12ch;
    font-size: clamp(2.65rem, 12.5vw, 3.75rem);
  }

  .uae-hero__proof {
    top: -1.8rem;
    left: 0.65rem;
    padding: 0.65rem 0.75rem;
  }

  .uae-hero__record {
    right: 0.65rem;
  }

  .uae-trust {
    padding: 1.25rem;
  }

  .uae-journey {
    width: min(calc(100% - 1.25rem), 1320px);
    padding: 2rem 0.8rem;
    border-radius: 1.25rem;
  }

  .uae-journey .uae-section__heading {
    padding-inline: 0.7rem;
  }

  .uae-journey__step {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .uae-journey__node {
    margin-bottom: 2rem;
  }

  .uae-journey__record {
    width: calc(100% - 1.4rem);
  }

  .uae-capabilities__grid {
    grid-template-columns: 1fr;
  }

  .uae-capability,
  .uae-capability:nth-child(3),
  .uae-capability:nth-child(4),
  .uae-capability:nth-child(5),
  .uae-capability:nth-child(6) {
    grid-column: auto;
    min-height: 28rem;
  }

  .uae-local::before {
    font-size: 9rem;
  }

  .uae-dece__content {
    padding: 0 1.25rem 2rem;
  }
}

/* Restrained editorial pass: compact type, flatter surfaces, smaller imagery */
.ppc-header__inner {
  min-height: 4.35rem;
}

.ppc-header__brand img {
  height: 1.85rem;
}

.uae-landing {
  background: #030716;
  overflow-x: clip;
}

.uae-hero {
  min-height: auto;
  grid-template-columns: minmax(0, 0.96fr) minmax(32rem, 1.04fr);
  gap: clamp(2.5rem, 4vw, 4.5rem);
  padding-block: 8.5rem 4.25rem;
}

.uae-hero::before {
  display: none;
}

.uae-hero h1 {
  max-width: 14ch;
  font-size: clamp(3rem, 4vw, 4.35rem);
  line-height: 1;
  letter-spacing: -0.058em;
}

.uae-hero h1 span {
  color: #9db7ee;
}

.uae-hero__lede {
  max-width: 35rem;
  margin-block: 1.35rem 1.5rem;
  font-size: 1rem;
  line-height: 1.65;
}

.uae-hero__case-proof {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 35rem;
  margin: 1.15rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(165, 179, 205, 0.18);
  color: #8e99ad;
  font-size: 0.78rem;
  line-height: 1.55;
  text-decoration: none;
  transition: color 160ms ease, border-color 160ms ease;
}

.uae-hero__case-proof strong {
  color: #c9d2e2;
  font-weight: 650;
  transition: color 160ms ease;
}

.uae-hero__case-proof-arrow {
  flex: 0 0 auto;
  color: #9db7ee;
  font-size: 1rem;
  transition: transform 160ms ease;
}

.uae-hero__case-proof:hover,
.uae-hero__case-proof:focus-visible {
  border-color: rgba(157, 183, 238, 0.38);
  color: #aeb8c9;
}

.uae-hero__case-proof:hover strong,
.uae-hero__case-proof:focus-visible strong {
  color: #eef2f8;
}

.uae-hero__case-proof:hover .uae-hero__case-proof-arrow,
.uae-hero__case-proof:focus-visible .uae-hero__case-proof-arrow {
  transform: translateX(0.2rem);
}

.uae-hero__case-proof:focus-visible {
  outline: 2px solid #9db7ee;
  outline-offset: 0.35rem;
}

.uae-hero__visual {
  width: 104%;
  margin-left: -4%;
  margin-right: 0;
  transform: none;
}

.uae-hero__product {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.uae-hero__product img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 24px 35px rgba(0, 0, 0, 0.36));
}

.uae-hero__chrome,
.uae-hero__record,
.uae-hero__proof {
  display: none;
}

.uae-hero__signals {
  margin-top: 1.6rem;
}

.uae-trust {
  padding: 1.4rem 0;
  border-width: 1px 0;
  border-radius: 0;
  background: transparent;
}

.uae-trust__logo {
  height: 2.75rem;
}

.uae-section {
  padding-block: clamp(4.5rem, 6vw, 6.5rem);
}

.uae-section__heading {
  margin-bottom: 2.75rem;
}

.uae-section__heading h2,
.uae-local h2,
.uae-dece h2,
.uae-final h2,
.uae-review h2 {
  font-size: clamp(2.15rem, 3.25vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.uae-journey {
  width: min(calc(100% - 3rem), 1240px);
  margin-top: 4.5rem;
  padding: clamp(2.5rem, 4vw, 4rem);
  border-radius: 0.4rem;
  background: #f3f5f9;
}

.uae-journey__rail {
  border-radius: 0.25rem;
}

.uae-journey__step {
  min-height: 17rem;
  padding: 1.6rem;
}

.uae-journey__node {
  margin-bottom: 2.8rem;
}

.uae-journey__record {
  border-radius: 0.25rem;
  box-shadow: none;
}

.uae-capabilities__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.uae-capability,
.uae-capability:nth-child(3),
.uae-capability:nth-child(4),
.uae-capability:nth-child(5),
.uae-capability:nth-child(6) {
  grid-column: auto;
  min-height: 24rem;
  border-radius: 0.45rem;
  background: #080f20;
}

.uae-capability__copy {
  padding: 1.35rem 1.4rem 0.9rem;
}

.uae-capability__copy > span {
  display: none;
}

.uae-capability__copy h3 {
  margin-top: 0;
  font-size: clamp(1.2rem, 1.6vw, 1.5rem);
}

.uae-capability__copy p {
  font-size: 0.84rem;
}

.uae-capability__visual,
.uae-capability--checkin .uae-capability__visual,
.uae-capability--analytics .uae-capability__visual {
  min-height: 0;
  padding: 0 1rem 1rem;
}

.uae-capability__visual img,
.uae-capability--registration .uae-capability__visual img,
.uae-capability--marketing .uae-capability__visual img,
.uae-capability--checkin .uae-capability__visual img,
.uae-capability--analytics .uae-capability__visual img {
  width: 100%;
  height: 13.5rem;
  max-width: 100%;
  max-height: 13.5rem;
  object-fit: contain;
}

.uae-capability--app .uae-capability__visual,
.uae-capability--leads .uae-capability__visual {
  min-height: 0;
  background: none;
}

.uae-capability__visual--phone img {
  width: auto;
  height: 13.5rem;
}

@media (hover: hover) {
  .uae-capability:hover .uae-capability__visual img {
    transform: none;
  }
}

.uae-local {
  gap: clamp(3rem, 6vw, 5rem);
  padding-block: 4rem;
}

.uae-local::before {
  display: none;
}

.uae-local__visual {
  width: min(100%, 34rem);
  margin-left: auto;
  border-radius: 0.4rem;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28);
}

.uae-local__caption {
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.8rem 0.9rem;
  border-radius: 0.3rem;
}

.uae-dece {
  grid-template-columns: minmax(18rem, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  margin-top: 4rem;
  padding: 1.5rem;
  border-color: rgba(255, 255, 255, 0.19);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.085);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13), inset 0 -1px 0 rgba(255, 255, 255, 0.035), 0 24px 60px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(24px) saturate(120%);
  backdrop-filter: blur(24px) saturate(120%);
}

.uae-dece__gallery {
  min-height: 25rem;
  border-radius: 0.85rem;
}

.uae-dece__mark {
  width: 5rem;
  height: 5rem;
  padding: 0.75rem;
  box-shadow: none;
}

.uae-dece__content {
  padding: 1rem 1rem 1rem 0;
}

.uae-dece__stats dd {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
}

.uae-workspace {
  width: min(calc(100% - 3rem), 1040px);
}

.uae-workspace__stage {
  padding: 0.5rem;
  border-radius: 0.4rem;
  box-shadow: none;
}

.uae-workspace__dashboard {
  border-radius: 0.2rem;
}

.uae-review {
  width: min(calc(100% - 3rem), 1040px);
}

.uae-review h2 {
  font-size: clamp(2rem, 3vw, 2.85rem);
}

.uae-review blockquote {
  padding: 2.25rem;
  border-radius: 0.4rem;
  background: #090f1e;
}

.uae-review blockquote::after {
  display: none;
}

.uae-review blockquote > p {
  margin-block: 1.5rem 2rem;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
}

.uae-review__source {
  border-radius: 0.3rem;
}

.uae-faq {
  width: min(calc(100% - 3rem), 1040px);
  gap: 4rem;
}

.uae-final {
  width: min(calc(100% - 3rem), 1040px);
  margin-bottom: 4rem;
  padding: clamp(2.5rem, 4vw, 3.5rem);
  border-color: rgba(255, 255, 255, 0.19);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.085);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13), inset 0 -1px 0 rgba(255, 255, 255, 0.035), 0 24px 60px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(24px) saturate(120%);
  backdrop-filter: blur(24px) saturate(120%);
}

.uae-final > img {
  display: none;
}

@media (max-width: 1080px) {
  .uae-hero {
    grid-template-columns: minmax(0, 1fr) minmax(27rem, 0.9fr);
  }

  .uae-capabilities__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .uae-hero {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-block: 7rem 3.25rem;
  }

  .uae-hero h1 {
    max-width: 14ch;
    font-size: clamp(2.5rem, 6vw, 3rem);
    line-height: 1.03;
  }

  .uae-hero__visual {
    width: min(100%, 32rem);
    margin: 0 auto;
  }

  .uae-hero__signals {
    margin-top: 1.25rem;
  }

  .uae-journey__step {
    min-height: auto;
  }

  .uae-dece {
    grid-template-columns: 1fr;
  }

  .uae-dece__gallery {
    min-height: 21rem;
    border-radius: 0.35rem 0.35rem 0 0;
  }

  .uae-dece__content {
    padding: 0.5rem 1rem 1.25rem;
  }
}

@media (max-width: 640px) {
  .uae-hero,
  .uae-hero__copy,
  .uae-hero__lede,
  .uae-demo-note,
  .uae-hero__case-proof {
    min-width: 0;
    max-width: 100%;
  }

  .uae-eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.11em;
  }

  .uae-hero h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 9.5vw, 2.7rem);
    overflow-wrap: anywhere;
  }

  .uae-section__heading h2,
  .uae-local h2,
  .uae-dece h2,
  .uae-final h2,
  .uae-review h2 {
    font-size: clamp(2rem, 8.5vw, 2.65rem);
  }

  .uae-journey {
    border-radius: 0.3rem;
  }

  .uae-capabilities__grid {
    grid-template-columns: 1fr;
  }

  .uae-capability,
  .uae-capability:nth-child(3),
  .uae-capability:nth-child(4),
  .uae-capability:nth-child(5),
  .uae-capability:nth-child(6) {
    min-height: 23rem;
  }

  .uae-workspace,
  .uae-review,
  .uae-faq,
  .uae-final {
    width: min(calc(100% - 1.25rem), 1040px);
  }
}

/* Simplified content architecture */
.uae-simple {
  width: min(calc(100% - 3rem), 1160px);
  margin-top: 4.5rem;
  padding: 4rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #f4f7ff;
}

.uae-simple .uae-section__heading {
  max-width: 42rem;
  margin: 0 0 2.75rem;
  text-align: left;
}

.uae-simple .uae-eyebrow {
  color: #aeb7c8;
}

.uae-simple .uae-section__heading h2 {
  color: #f7f9ff;
}

.uae-simple__intro {
  max-width: 38rem;
  margin: 1rem 0 0;
  color: #536079;
  font-size: 0.95rem;
  line-height: 1.65;
}

.uae-pass {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(157, 183, 238, 0.2);
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.uae-pass::before,
.uae-pass::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 2.75rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #071024;
}

.uae-pass::before {
  left: -0.65rem;
}

.uae-pass::after {
  right: -0.65rem;
}

.uae-pass__meta {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 1.5rem;
  min-height: 3.5rem;
  padding: 0.85rem 1.5rem;
  border-bottom: 1px dashed rgba(174, 195, 235, 0.26);
  background: rgba(255, 255, 255, 0.055);
  color: #9eadc7;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.uae-pass__meta strong {
  color: #fff;
  font-size: 0.72rem;
}

.uae-pass__meta em {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #79e4ba;
  font-style: normal;
}

.uae-pass__meta i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #35c48d;
  box-shadow: 0 0 0 4px rgba(53, 196, 141, 0.14);
}

.uae-pass__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1px;
  background: #d5ddea;
}

.uae-pass-step {
  display: flex;
  min-height: 11.5rem;
  flex-direction: column;
  padding: 1.65rem;
  background: #fff;
}

.uae-pass-step--registration {
  grid-column: span 7;
}

.uae-pass-step--confirmation {
  grid-column: span 5;
}

.uae-pass-step--checkin {
  grid-column: span 5;
}

.uae-pass-step--app {
  grid-column: span 7;
  background: #173b8f;
  color: #fff;
}

.uae-pass-step--analytics {
  grid-column: span 12;
  min-height: auto;
}

.uae-pass-step__top {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.uae-pass-step__icon {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 0.45rem;
  background: #e8eefb;
  color: #3568cf;
}

.uae-pass-step__icon svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.uae-pass-step__number {
  color: #45689f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.uae-pass-step h3 {
  max-width: 25rem;
  margin: 1.4rem 0 0.65rem;
  font-size: clamp(1.2rem, 1.75vw, 1.55rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.uae-pass-step p {
  max-width: 35rem;
  margin: 0;
  color: #536079;
  font-size: 0.86rem;
  line-height: 1.6;
}

.uae-pass-step ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: auto 0 0;
  padding: 1.25rem 0 0;
  list-style: none;
}

.uae-pass-step li {
  padding: 0.35rem 0.55rem;
  border: 1px solid #d4dceb;
  border-radius: 999px;
  color: #4b5b75;
  font-size: 0.7rem;
  font-weight: 650;
}

.uae-pass-step--app .uae-pass-step__icon {
  background: rgba(255, 255, 255, 0.13);
  color: #b8d3ff;
}

.uae-pass-step--app .uae-pass-step__number,
.uae-pass-step--app p {
  color: #c7d7f7;
}

.uae-pass-step--app li {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.uae-pass-step__flag {
  width: fit-content;
  margin-top: 1.35rem;
  padding: 0.32rem 0.55rem;
  border-radius: 0.25rem;
  background: #b8d3ff;
  color: #102d70;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.uae-pass-step--app h3 {
  margin-top: 0.75rem;
}

.uae-journey-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 2.1rem 1.1rem 1.4rem;
  background: transparent;
  list-style: none;
}

.uae-journey-track::before {
  content: "";
  position: absolute;
  top: 3.15rem;
  right: 9.5%;
  left: 9.5%;
  height: 2px;
  background: rgba(255, 255, 255, 0.24);
}

.uae-journey-track::after {
  content: "";
  position: absolute;
  top: 2.92rem;
  right: 8.7%;
  border-top: 0.28rem solid transparent;
  border-bottom: 0.28rem solid transparent;
  border-left: 0.42rem solid #c9cfda;
}

.uae-journey-track > li {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding-inline: 0.45rem;
  text-align: center;
}

.uae-journey-step__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.uae-journey-step__marker {
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 auto 1rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  box-shadow: 0 0 0 0.38rem #050817;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.uae-journey-step__body {
  display: flex;
  min-height: 12rem;
  flex-direction: column;
  padding: 1rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 10px 30px rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  backdrop-filter: blur(20px) saturate(120%);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.uae-journey-step__body > span:not(.uae-journey-step__link-label) {
  color: #c3cad7;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.uae-journey-step__body h3 {
  margin: 0.6rem 0 0.45rem;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #fff;
}

.uae-journey-step__body p {
  margin: 0;
  color: #b7becb;
  font-size: 0.76rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.uae-journey-step__link-label {
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 0.38rem;
  margin-top: auto;
  padding-top: 0.7rem;
  color: #e2e6ed;
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.uae-journey-step__link-label i {
  width: 0.42rem;
  height: 0.42rem;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.uae-journey-step__link:hover .uae-journey-step__body,
.uae-journey-step__link:focus-visible .uae-journey-step__body {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 16px 34px rgba(0, 0, 0, 0.2);
  transform: translateY(-0.35rem);
}

.uae-journey-step__link:hover .uae-journey-step__marker,
.uae-journey-step__link:focus-visible .uae-journey-step__marker {
  background: rgba(255, 255, 255, 0.92);
  color: #090d18;
}

.uae-journey-step__link:focus-visible {
  outline: none;
}

.uae-journey-visual {
  position: relative;
  width: 100%;
  height: 5.2rem;
  margin: 0 auto 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(153, 181, 234, 0.18);
  border-radius: 0.35rem;
  background: rgba(3, 11, 27, 0.58);
}

.uae-journey-visual--form {
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
  padding: 0.7rem;
}

.uae-journey-visual--form i {
  display: block;
  width: 100%;
  height: 0.48rem;
  border: 1px solid #c7d3e6;
  border-radius: 0.15rem;
  background: #fff;
}

.uae-journey-visual--form i.is-brand {
  width: 48%;
  height: 0.34rem;
  border: 0;
  background: #3568cf;
}

.uae-journey-visual--form b {
  align-self: flex-end;
  padding: 0.22rem 0.38rem;
  border-radius: 0.15rem;
  background: #3568cf;
  color: #fff;
  font-size: 0.48rem;
  line-height: 1;
}

.uae-journey-visual--message,
.uae-journey-visual--badge,
.uae-journey-visual--app,
.uae-journey-visual--chart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.55rem;
}

.uae-mini-message {
  display: flex;
  width: 54%;
  height: 3.05rem;
  flex-direction: column;
  gap: 0.32rem;
  justify-content: center;
  padding: 0.5rem;
  border: 1px solid #cbd6e8;
  border-radius: 0.3rem;
  background: #fff;
}

.uae-mini-message i {
  width: 100%;
  height: 0.26rem;
  border-radius: 999px;
  background: #c9d4e6;
}

.uae-mini-message i:first-child {
  width: 55%;
  background: #5e85d9;
}

.uae-mini-qr {
  position: relative;
  width: 2.85rem;
  height: 2.85rem;
  padding: 0.25rem;
  border: 0.25rem solid #fff;
  background: repeating-conic-gradient(#152a55 0 25%, transparent 0 50%) 0 0 / 0.42rem 0.42rem;
  box-shadow: 0 0 0 1px #cbd6e8;
}

.uae-mini-qr i {
  position: absolute;
  width: 0.58rem;
  height: 0.58rem;
  border: 0.14rem solid #152a55;
  background: #fff;
}

.uae-mini-qr i:nth-child(1) { top: 0.12rem; left: 0.12rem; }
.uae-mini-qr i:nth-child(2) { top: 0.12rem; right: 0.12rem; }
.uae-mini-qr i:nth-child(3) { bottom: 0.12rem; left: 0.12rem; }

.uae-mini-scan {
  position: relative;
  width: 2.7rem;
  height: 2.7rem;
  border: 2px solid #5e85d9;
  border-color: #5e85d9 transparent;
  border-radius: 0.35rem;
}

.uae-mini-scan::before,
.uae-mini-scan::after {
  content: "";
  position: absolute;
  inset: 0.52rem;
  border: 1px dashed #7c96c7;
}

.uae-mini-scan::after {
  top: 50%;
  right: 0.3rem;
  bottom: auto;
  left: 0.3rem;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #35c48d;
}

.uae-mini-badge {
  display: flex;
  width: 3.15rem;
  height: 3.8rem;
  flex-direction: column;
  align-items: center;
  padding: 0.45rem 0.3rem;
  border-radius: 0.2rem;
  background: #fff;
  box-shadow: 0 4px 12px rgba(42, 67, 111, 0.14);
}

.uae-mini-badge span {
  color: #3568cf;
  font-size: 0.38rem;
  font-weight: 800;
}

.uae-mini-badge b {
  margin-top: 0.28rem;
  font-size: 0.48rem;
}

.uae-mini-badge i {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: auto;
  background: repeating-conic-gradient(#172c58 0 25%, transparent 0 50%) 0 0 / 0.35rem 0.35rem;
}

.uae-mini-phone {
  display: flex;
  width: 3.4rem;
  height: 4.45rem;
  flex-direction: column;
  padding: 0.45rem 0.38rem;
  border: 0.2rem solid #173b8f;
  border-radius: 0.65rem;
  background: #fff;
  box-shadow: 0 7px 16px rgba(23, 59, 143, 0.2);
}

.uae-mini-phone span {
  color: #173b8f;
  font-size: 0.42rem;
  font-weight: 800;
}

.uae-mini-phone i {
  width: 100%;
  height: 0.3rem;
  margin-top: 0.3rem;
  border-radius: 999px;
  background: #d2dcef;
}

.uae-mini-phone i:nth-of-type(2) { width: 72%; }
.uae-mini-phone i:nth-of-type(3) { width: 88%; }

.uae-mini-phone b {
  margin-top: auto;
  padding: 0.18rem;
  border-radius: 0.18rem;
  background: #e5edff;
  color: #3568cf;
  font-size: 0.4rem;
}

.uae-mini-bars {
  display: flex;
  width: 72%;
  height: 3.6rem;
  align-items: flex-end;
  gap: 0.34rem;
  padding: 0.45rem;
  border-bottom: 1px solid #aab9d0;
}

.uae-mini-bars i {
  flex: 1;
  height: 42%;
  border-radius: 0.16rem 0.16rem 0 0;
  background: #7da1ed;
}

.uae-mini-bars i:nth-child(2) { height: 68%; }
.uae-mini-bars i:nth-child(3) { height: 52%; }
.uae-mini-bars i:nth-child(4) { height: 88%; background: #3568cf; }

.uae-journey-visual--chart > b {
  position: relative;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px #cbd6e8;
}

.uae-journey-visual--chart > b::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0.72rem;
  width: 0.22rem;
  height: 0.52rem;
  border-bottom: 2px solid #3568cf;
  border-left: 2px solid #3568cf;
  transform: rotate(-45deg);
}

.uae-platform {
  width: min(calc(100% - 3rem), 1120px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(24rem, 0.95fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 5.5rem);
}

.uae-platform__visual {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.uae-platform__visual img {
  width: 100%;
  height: auto;
  border-radius: 0.45rem;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.uae-platform__content h2 {
  margin: 0;
  font-size: clamp(2.15rem, 3.25vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.uae-platform .uae-eyebrow {
  color: #aeb7c8;
}

.uae-platform__intro {
  max-width: 34rem;
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.uae-platform__flow {
  margin: 2rem 0;
}

.uae-platform__flow > div {
  display: grid;
  grid-template-columns: 8.75rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}

.uae-platform__flow dt {
  color: #8f99ab;
  font-size: 0.64rem;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.uae-platform__flow dd {
  margin: 0;
  color: #f4f7ff;
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.45;
}

.uae-platform__content ul {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}

.uae-platform__content li {
  position: relative;
  padding: 0.85rem 0 0.85rem 1.5rem;
  border-top: 1px solid var(--line);
}

.uae-platform__content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #6f9fff;
}

.uae-platform__content li strong,
.uae-platform__content li span {
  display: block;
}

.uae-platform__content li strong {
  font-size: 0.92rem;
}

.uae-platform__content li span {
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.uae-platform__content .button {
  min-height: 3.1rem;
  padding: 0.85rem 1.35rem;
}

@media (max-width: 460px) {
  .uae-platform__flow > div {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
}

.uae-local__copy li > span {
  display: none;
}

.uae-local__copy li {
  grid-template-columns: 1fr;
  gap: 0;
}

.uae-faq {
  padding-top: 4.5rem;
}

@media (max-width: 860px) {
  .uae-simple,
  .uae-platform {
    width: min(calc(100% - 2rem), 1160px);
  }

  .uae-simple {
    margin-top: 3rem;
    padding: 3rem 1.5rem;
  }

  .uae-pass__grid {
    grid-template-columns: 1fr;
  }

  .uae-pass-step--registration,
  .uae-pass-step--confirmation,
  .uae-pass-step--checkin,
  .uae-pass-step--app,
  .uae-pass-step--analytics {
    grid-column: 1;
    min-height: auto;
  }

  .uae-journey-track {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    padding: 1.25rem;
  }

  .uae-journey-track::before {
    top: 2rem;
    right: auto;
    bottom: 2rem;
    left: 2.34rem;
    width: 2px;
    height: auto;
  }

  .uae-journey-track::after {
    top: auto;
    right: auto;
    bottom: 1.55rem;
    left: 2.1rem;
    border-top: 0.42rem solid #c9cfda;
    border-right: 0.28rem solid transparent;
    border-bottom: 0;
    border-left: 0.28rem solid transparent;
  }

  .uae-journey-track > li {
    display: block;
    padding: 0.45rem 0;
    text-align: left;
  }

  .uae-journey-step__link {
    display: grid;
    grid-template-columns: 2.2rem minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
  }

  .uae-journey-step__marker {
    margin: 0;
    box-shadow: 0 0 0 0.3rem #050817;
  }

  .uae-journey-step__body {
    min-height: 0;
    padding: 0.9rem 1rem;
  }

  .uae-journey-visual {
    width: min(100%, 12rem);
    margin-left: 0;
  }

  .uae-journey-step__link-label {
    align-self: flex-start;
  }

  .uae-platform {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .uae-platform__visual {
    width: min(100%, 38rem);
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .uae-simple,
  .uae-platform {
    width: min(calc(100% - 1.25rem), 1160px);
  }

  .uae-simple {
    padding: 2.25rem 1.25rem;
  }

  .uae-pass::before,
  .uae-pass::after {
    display: none;
  }

  .uae-pass__meta {
    grid-template-columns: 1fr auto;
    gap: 0.5rem 1rem;
    padding-inline: 1rem;
  }

  .uae-pass__meta em {
    grid-column: 1 / -1;
  }

  .uae-pass-step {
    padding: 1.4rem;
  }

  .uae-platform__content h2 {
    font-size: clamp(2rem, 8.5vw, 2.6rem);
  }
}

@media (min-width: 641px) and (max-width: 860px) {
  .uae-journey-track {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    padding: 2.1rem 0.65rem 1.25rem;
  }

  .uae-journey-track::before {
    top: 3.15rem;
    right: 9.5%;
    bottom: auto;
    left: 9.5%;
    width: auto;
    height: 2px;
  }

  .uae-journey-track::after {
    top: 2.92rem;
    right: 8.5%;
    bottom: auto;
    left: auto;
    border-top: 0.28rem solid transparent;
    border-right: 0;
    border-bottom: 0.28rem solid transparent;
    border-left: 0.42rem solid #c9cfda;
  }

  .uae-journey-track > li {
    display: block;
    padding: 0 0.25rem;
    text-align: center;
  }

  .uae-journey-step__link {
    display: block;
  }

  .uae-journey-step__marker {
    margin: 0 auto 1rem;
    box-shadow: 0 0 0 0.32rem #050817;
  }

  .uae-journey-step__body {
    min-height: 14.25rem;
    padding: 0.8rem 0.45rem;
  }
}

/* Collaboration strip mirrors the calm, continuous treatment on the main page. */
.uae-trust {
  display: block;
  width: 100%;
  max-width: none;
  margin-top: clamp(3rem, 5vw, 5rem);
  padding: clamp(2.5rem, 4vw, 3.5rem) 0;
  overflow: hidden;
  border: solid #e1e5ec;
  border-width: 1px 0;
  border-radius: 0;
  background: #f7f8fb;
}

.uae-trust__heading {
  max-width: 38rem;
  margin: 0 auto;
  padding: 0 1.5rem clamp(1.8rem, 3vw, 2.5rem);
  text-align: center;
}

.uae-trust__heading .uae-kicker {
  margin-bottom: 0.55rem;
  color: #6f7b90;
}

.uae-trust__heading h2 {
  max-width: none;
  color: #0c1322;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.25;
}

.uae-trust__train {
  min-width: 0;
  padding-block: 0.5rem;
  overflow: hidden;
  direction: ltr;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.uae-trust__track {
  display: flex;
  width: max-content;
  animation: uae-trust-train 40s linear infinite;
  will-change: transform;
}

.uae-trust__train:hover .uae-trust__track,
.uae-trust__train:focus-within .uae-trust__track {
  animation-play-state: paused;
}

.uae-trust__logos {
  display: flex;
  grid-template-columns: none;
  align-items: center;
  flex: 0 0 auto;
  gap: clamp(2.5rem, 5vw, 5rem);
  margin: 0;
  padding: 0 clamp(2.5rem, 5vw, 5rem) 0 0;
  list-style: none;
}

.uae-trust__logo,
.uae-trust__logo:nth-child(2),
.uae-trust__logo:last-child {
  display: grid;
  place-items: center;
  flex: 0 0 10rem;
  height: 5rem;
  padding: 0;
  border: 0;
}

.uae-trust__logo.is-wide {
  flex-basis: 14rem;
}

.uae-trust__logo img,
.uae-trust__logo.is-wide img {
  width: auto;
  height: auto;
  max-width: 10rem;
  max-height: 4.25rem;
  filter: none;
  opacity: 1;
}

.uae-trust__logo.is-wide img {
  max-width: 14rem;
  max-height: 4rem;
}

.uae-trust__logo.is-accent img {
  border-radius: 0.25rem;
}

@keyframes uae-trust-train {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 640px) {
  .uae-trust {
    margin-top: 2.5rem;
    padding-block: 2.25rem;
  }

  .uae-trust__heading {
    padding-bottom: 1.5rem;
  }

  .uae-trust__logos {
    gap: 2.25rem;
    padding-right: 2.25rem;
  }

  .uae-trust__logo,
  .uae-trust__logo:nth-child(2),
  .uae-trust__logo:last-child {
    flex-basis: 8rem;
    height: 4.5rem;
  }

  .uae-trust__logo.is-wide {
    flex-basis: 11rem;
  }

  .uae-trust__logo img,
  .uae-trust__logo.is-wide img {
    max-width: 8rem;
    max-height: 3.5rem;
  }

  .uae-trust__logo.is-wide img {
    max-width: 11rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .uae-trust__train {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .uae-trust__track {
    animation: none;
  }

  .uae-trust__logos[aria-hidden="true"] {
    display: none;
  }
}

/* The Eventrize journey: one continuous, text-led sequence. */
.uae-simple .uae-section__heading {
  max-width: 47rem;
  margin-bottom: 0;
}

.uae-simple__intro {
  max-width: 43rem;
  color: #aeb7c8;
}

.uae-journey-phases {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 2.75rem;
  padding-inline: 0.45rem;
}

.uae-journey-phase {
  color: #778297;
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.uae-journey-phase--before {
  grid-column: span 2;
}

.uae-journey-track {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 0.65rem 0 1.25rem;
}

.uae-journey-track::before,
.uae-journey-track::after {
  display: none;
}

.uae-journey-track > li {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 0;
  text-align: left;
}

.uae-journey-phase-mobile {
  display: none;
}

.uae-journey-step__node {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
}

.uae-journey-step__marker {
  display: block;
  width: auto;
  height: auto;
  flex: 0 0 auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #f4f7ff;
  font-size: 1.55rem;
  font-weight: 760;
  line-height: 1;
  letter-spacing: -0.045em;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.uae-journey-step__connector {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  color: #68748a;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: -0.12em;
  white-space: nowrap;
}

.uae-journey-step__body {
  min-height: 16rem;
  padding: 1.35rem 1.15rem;
  border: 1px solid rgba(164, 178, 203, 0.18);
  border-radius: 1rem;
  background: #0f1524;
  color: inherit;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.13);
  text-decoration: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.uae-journey-step__body > .uae-journey-step__label {
  color: #9ca7ba;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.uae-journey-step__body h3 {
  margin: 0.9rem 0 0.75rem;
  color: #f7f9ff;
  font-size: 1.05rem;
  line-height: 1.28;
  letter-spacing: -0.025em;
}

.uae-journey-step__body ul {
  display: grid;
  gap: 0.38rem;
  margin: 0;
  padding-left: 1rem;
}

.uae-journey-step__body li {
  color: #aeb7c8;
  font-size: 0.78rem;
  line-height: 1.5;
}

.uae-journey-step__body li::marker {
  color: #7788a6;
  font-size: 0.72em;
}

.uae-journey-step__body:hover {
  border-color: rgba(143, 164, 204, 0.36);
  background: #111827;
  transform: translateY(-0.12rem);
}

.uae-journey-step__body:focus-visible {
  outline: 2px solid #9fb7e9;
  outline-offset: 0.2rem;
}

.uae-journey-step--organizer .uae-journey-step__body {
  border-color: rgba(124, 151, 207, 0.28);
  background: #111a2b;
}

.uae-journey-step--organizer .uae-journey-step__label {
  color: #b4c5e9;
}

.uae-journey-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #dce5f8;
  font-size: 0.78rem;
  font-weight: 720;
  letter-spacing: 0.015em;
  text-decoration: none;
}

.uae-journey-cta span {
  color: #9fb7e9;
  font-size: 1rem;
  transition: transform 160ms ease;
}

.uae-journey-cta:hover span,
.uae-journey-cta:focus-visible span {
  transform: translateX(0.18rem);
}

.uae-journey-cta:focus-visible {
  outline: 2px solid #9fb7e9;
  outline-offset: 0.35rem;
  border-radius: 0.15rem;
}

@media (max-width: 860px) {
  .uae-journey-phases {
    display: none;
  }

  .uae-journey-track {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2.25rem 0 1.4rem;
  }

  .uae-journey-track > li {
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr);
    gap: 0 0.8rem;
  }

  .uae-journey-phase-mobile {
    display: block;
    grid-column: 2;
    margin-bottom: 0.6rem;
    color: #778297;
    font-size: 0.6rem;
    font-weight: 750;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .uae-journey-step__node {
    grid-column: 1;
    grid-row: 2;
    align-self: stretch;
    flex-direction: column;
    gap: 0.55rem;
    margin: 0;
    padding-top: 0.2rem;
  }

  .uae-journey-step__connector {
    min-height: 2rem;
    flex: 1;
    font-size: 0;
    letter-spacing: 0;
  }

  .uae-journey-step__connector::before {
    content: "↓";
    color: #68748a;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 1rem;
  }

  .uae-journey-step__body {
    grid-column: 2;
    grid-row: 2;
    min-height: 0;
    padding: 1.25rem;
  }

  .uae-journey-step__body h3 {
    font-size: 1.08rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .uae-journey-step__body,
  .uae-journey-cta span {
    transition: none;
  }
}

.uae-local__copy li {
  padding: 0;
}

.uae-local__service {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  margin-inline: -0.65rem;
  padding: 1.15rem 0.65rem;
  border-radius: 0.3rem;
  color: inherit;
  text-decoration: none;
  transition: background-color 160ms ease;
}

.uae-local__service > span {
  display: none;
}

.uae-local__service::after {
  content: "→";
  color: #8193b5;
  font-size: 0.95rem;
  transition: color 160ms ease, transform 160ms ease;
}

.uae-local__service:hover {
  background: rgba(255, 255, 255, 0.035);
}

.uae-local__service:hover::after {
  color: #c5d4f1;
  transform: translateX(0.18rem);
}

.uae-local__service:focus-visible {
  outline: 2px solid #9fb7e9;
  outline-offset: 0.15rem;
}

@media (prefers-reduced-motion: reduce) {
  .uae-local__service,
  .uae-local__service::after {
    transition: none;
  }
}
