/* =========================================================
   PORTAL PAGES HERO SHORTCODE
========================================================= */

.c-ui-shortcode-portal-pages-hero {
  /* Locked palette mirror — values must match System CSS tokens
     (G50/G100/G400/G500/G600/G700/G800/P700/B600). Updated 2026-05-28. */
  --c-ui-portal-pages-screen-bg: #c9c7ff;
  --c-ui-portal-pages-stripe-bg: #bebcf1;
  --c-ui-portal-pages-accent-soft: #d94cff;
  --c-ui-portal-pages-accent-strong: #241d6b;
  --c-ui-portal-pages-button-bg: linear-gradient(90deg, #ea67ff 0%, #dd66f0 100%);
  --c-ui-portal-pages-link-color: #6b72ff;

  position: relative;
  width: min(100%, 900px);
  max-width: 900px;
  aspect-ratio: 900 / 550;
  color: var(--c-ui-color-g800);
  font-family: var(--c-ui-font-family);
  font-size: 16px;
  line-height: 1;
  isolation: isolate;
  container-type: inline-size;
  background:
    linear-gradient(180deg, var(--G50) 0%, #f8fafc 100%);
}

.c-ui-shortcode-portal-pages-hero,
.c-ui-shortcode-portal-pages-hero *,
.c-ui-shortcode-portal-pages-hero *::before,
.c-ui-shortcode-portal-pages-hero *::after {
  box-sizing: border-box;
}

.c-ui-shortcode-portal-pages-hero :where(p, h1, h2, h3, h4, h5, h6) {
  margin: 0;
}

.c-ui-shortcode-portal-pages-hero :where(button, input, textarea, select) {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

.c-ui-shortcode-portal-pages-hero :where(button) {
  appearance: none;
  border: 0;
  margin: 0;
  background: transparent;
  border-radius: 0;
}

.c-ui-shortcode-portal-pages-hero :where(img) {
  max-width: none;
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__stage {
  position: absolute;
  inset: 0 auto auto 0;
  width: 900px;
  height: 550px;
  transform-origin: top left;
  transform: scale(calc(100cqw / 900px));
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__bg-structure {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__bg-panel {
  position: absolute;
  display: block;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(18, 18, 18, 0.045);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 18px 36px rgba(15, 23, 42, 0.06),
    0 4px 10px rgba(15, 23, 42, 0.025);
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__bg-panel--left {
  left: 28px;
  top: 34px;
  width: 264px;
  height: 154px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__bg-panel--center {
  left: 276px;
  top: 176px;
  width: 212px;
  height: 118px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__bg-panel--right {
  right: 42px;
  top: 26px;
  width: 228px;
  height: 112px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__bg-panel--top-right {
  right: 118px;
  top: 166px;
  width: 126px;
  height: 74px;
  border-radius: 22px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__bg-panel--bottom-left {
  left: 74px;
  bottom: 44px;
  width: 190px;
  height: 98px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__bg-panel--bottom-right {
  right: 76px;
  bottom: 42px;
  width: 154px;
  height: 84px;
  border-radius: 22px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__bg-grid-fade {
  position: absolute;
  inset: 32px;
  border-radius: 28px;
  background-image:
    linear-gradient(rgba(18, 18, 18, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 18, 18, 0.075) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 0%, rgba(0, 0, 0, 0.9) 38%, rgba(0, 0, 0, 0.42) 62%, transparent 100%);
  mask-image: radial-gradient(circle at 50% 50%, #000 0%, rgba(0, 0, 0, 0.9) 38%, rgba(0, 0, 0, 0.42) 62%, transparent 100%);
  opacity: 0.22;
  pointer-events: none;
}

.c-ui-shortcode-portal-pages-hero .c-ui-scene--screen-stack {
  --c-ui-font-size-2xs: 8px;
  --c-ui-font-size-xs: 10px;
  --c-ui-font-size-sm: 14px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__stack {
  position: absolute;
  left: 34px;
  top: 34px;
  width: 560px;
  height: 560px;
  z-index: 1;
}

.c-ui-shortcode-portal-pages-hero .c-ui-screen-stack__item {
  position: absolute;
  transition:
    opacity 0.45s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.45s ease;
  will-change: transform, opacity;
}

.c-ui-shortcode-portal-pages-hero .c-ui-screen-stack__item--left {
  left: 18px;
  top: 28px;
  transform: scale(0.92);
  z-index: 1;
}

.c-ui-shortcode-portal-pages-hero .c-ui-screen-stack__item--middle {
  left: 122px;
  top: 82px;
  transform: scale(1);
  z-index: 2;
}

.c-ui-shortcode-portal-pages-hero .c-ui-screen-stack__item--right {
  left: 256px;
  top: 136px;
  transform: scale(0.92);
  z-index: 3;
  opacity: 0;
  filter: saturate(0.9);
}

.c-ui-shortcode-portal-pages-hero.is-page-added .c-ui-screen-stack__item--right {
  opacity: 1;
  transform: scale(0.92);
  filter: none;
}

.c-ui-shortcode-portal-pages-hero .c-ui-screen {
  position: relative;
  width: 176px;
  height: 322px;
  overflow: hidden;
  background: var(--c-ui-portal-pages-screen-bg);
  border-radius: var(--c-ui-radius-8);
  box-shadow: var(--c-ui-shadow-screen);
  transition:
    background 0.45s ease,
    box-shadow 0.45s ease,
    transform 0.45s ease;
}

.c-ui-shortcode-portal-pages-hero .c-ui-screen__topbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
  padding-inline: 12px;
  background: var(--c-ui-color-g50);
}

.c-ui-shortcode-portal-pages-hero .c-ui-screen__lang {
  font-size: var(--c-ui-font-size-xs);
  line-height: 1;
  color: var(--c-ui-color-g500);
  font-weight: 500;
}

.c-ui-shortcode-portal-pages-hero .c-ui-screen__stripe {
  height: 8px;
  background: var(--c-ui-portal-pages-stripe-bg);
  transition: background 0.45s ease;
}

.c-ui-shortcode-portal-pages-hero .c-ui-screen__canvas {
  padding: 10px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-icon-btn {
  border: 0;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  cursor: default;
}

.c-ui-shortcode-portal-pages-hero .c-ui-burger {
  position: relative;
  width: 14px;
  height: 10px;
  display: block;
}

.c-ui-shortcode-portal-pages-hero .c-ui-burger::before,
.c-ui-shortcode-portal-pages-hero .c-ui-burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 14px;
  height: 2px;
  border-radius: var(--c-ui-radius-pill);
  background: var(--c-ui-color-g400);
}

.c-ui-shortcode-portal-pages-hero .c-ui-burger::before {
  top: 0;
  box-shadow: 0 4px 0 var(--c-ui-color-g400);
}

.c-ui-shortcode-portal-pages-hero .c-ui-burger::after {
  bottom: 0;
}

.c-ui-shortcode-portal-pages-hero .c-ui-brand {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.c-ui-shortcode-portal-pages-hero .c-ui-brand__logo {
  display: block;
  width: 100%;
  height: auto;
  transition:
    opacity 0.28s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.4s ease;
}

.c-ui-shortcode-portal-pages-hero.is-logo-swapping .c-ui-brand__logo {
  opacity: 0.2;
  transform: scale(0.92);
}

.c-ui-shortcode-portal-pages-hero .c-ui-card {
  position: relative;
  min-width: 0;
}

.c-ui-shortcode-portal-pages-hero .c-ui-card--stack {
  background: var(--c-ui-color-g50);
  border-radius: var(--c-ui-radius-8);
}

.c-ui-shortcode-portal-pages-hero .c-ui-copy {
  font-size: 12px;
  line-height: 1.35;
  color: var(--c-ui-color-g500);
}

.c-ui-shortcode-portal-pages-hero .c-ui-copy--center {
  text-align: center;
}

.c-ui-shortcode-portal-pages-hero .c-ui-link {
  color: var(--c-ui-portal-pages-link-color);
  text-decoration: underline;
  transition: color 0.45s ease;
}

.c-ui-shortcode-portal-pages-hero .c-ui-btn {
  border: 0;
  border-radius: var(--c-ui-radius-4);
  min-height: 18px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: default;
  text-decoration: none;
  box-shadow: none;
  outline: none;
  white-space: nowrap;
  user-select: none;
}

.c-ui-shortcode-portal-pages-hero .c-ui-btn-accent {
  width: 100%;
  margin-top: 10px;
  min-height: 18px;
  font-size: var(--c-ui-font-size-2xs);
  background: var(--c-ui-portal-pages-button-bg);
  color: var(--c-ui-color-g50);
  transition: background 0.45s ease;
}

.c-ui-shortcode-portal-pages-hero .c-ui-btn-danger {
  min-width: 82px;
  min-height: 18px;
  background: #f04d3a;
  color: var(--c-ui-color-g50);
  font-size: var(--c-ui-font-size-2xs);
}

.c-ui-shortcode-portal-pages-hero .c-ui-card--hero-button {
  padding: 12px 10px 10px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-card--hero-button .c-ui-copy {
  font-size: var(--c-ui-font-size-2xs);
}

.c-ui-shortcode-portal-pages-hero .c-ui-card--journey {
  margin-top: 8px;
  padding: 10px 10px 12px;
  min-height: 98px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-journey {
  position: relative;
  min-height: 74px;
  padding-top: 2px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-journey__from {
  font-size: var(--c-ui-font-size-xs);
  line-height: 1.5;
  color: var(--c-ui-color-g500);
  margin-bottom: 14px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-journey__line {
  position: absolute;
  left: 0;
  top: 29px;
  width: 100%;
  height: 2px;
  background: var(--c-ui-color-g500);
}

.c-ui-shortcode-portal-pages-hero .c-ui-journey__stop {
  position: absolute;
  left: 0;
  top: 25px;
  width: 8px;
  height: 8px;
  border-radius: var(--c-ui-radius-pill);
  background: var(--c-ui-color-g500);
}

.c-ui-shortcode-portal-pages-hero .c-ui-journey__to {
  font-size: var(--c-ui-font-size-2xs);
  line-height: 1.15;
  font-weight: 500;
  color: var(--c-ui-color-g700);
  margin-top: 18px;
  margin-bottom: 16px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-journey__next {
  font-size: var(--c-ui-font-size-2xs);
  line-height: 1.2;
  color: var(--c-ui-color-g500);
}

.c-ui-shortcode-portal-pages-hero .c-ui-card--emergency {
  margin-top: 8px;
  padding: 10px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-emergency {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-emergency__title {
  font-size: var(--c-ui-font-size-sm);
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  color: var(--c-ui-color-g800);
}

.c-ui-shortcode-portal-pages-hero .c-ui-form-intro {
  margin-bottom: 10px;
  text-align: center;
}

.c-ui-shortcode-portal-pages-hero .c-ui-form-intro__eyebrow,
.c-ui-shortcode-portal-pages-hero .c-ui-media-hero__eyebrow {
  font-size: var(--c-ui-font-size-2xs);
  line-height: 1.2;
  color: var(--c-ui-portal-pages-accent-soft);
  font-weight: 500;
  transition: color 0.45s ease;
}

.c-ui-shortcode-portal-pages-hero .c-ui-form-intro__eyebrow {
  margin-bottom: 4px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-form-intro__title,
.c-ui-shortcode-portal-pages-hero .c-ui-media-hero__title {
  font-size: var(--c-ui-font-size-sm);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--c-ui-portal-pages-accent-strong);
  transition: color 0.45s ease;
}

.c-ui-shortcode-portal-pages-hero .c-ui-form-intro__title {
  line-height: 1;
}

.c-ui-shortcode-portal-pages-hero .c-ui-card--form {
  padding: 10px;
  min-height: 176px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-form-field + .c-ui-form-field {
  margin-top: 8px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-form-field__label {
  display: block;
  font-size: var(--c-ui-font-size-2xs);
  line-height: 1.2;
  color: var(--c-ui-color-g500);
  margin-bottom: 3px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-form-field__input {
  min-height: 20px;
  border: 1px solid #d8d8d8;
  border-radius: var(--c-ui-radius-4);
  background: var(--c-ui-color-g50);
}

.c-ui-shortcode-portal-pages-hero .c-ui-form-field__input--phone {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 8px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-form-field__flag,
.c-ui-shortcode-portal-pages-hero .c-ui-form-field__prefix {
  font-size: var(--c-ui-font-size-2xs);
  line-height: 1;
}

.c-ui-shortcode-portal-pages-hero .c-ui-form-field__prefix {
  color: var(--c-ui-color-g700);
}

.c-ui-shortcode-portal-pages-hero .c-ui-form-field__caret {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid var(--c-ui-color-g600);
}

.c-ui-shortcode-portal-pages-hero .c-ui-card--media-hero {
  padding: 10px 10px 12px;
  text-align: center;
  transition:
    opacity 0.45s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.c-ui-shortcode-portal-pages-hero .c-ui-media-hero__eyebrow {
  margin-bottom: 6px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-media-hero__title {
  line-height: 1.1;
}

.c-ui-shortcode-portal-pages-hero .c-ui-card--video {
  margin-top: 10px;
  padding: 8px;
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.45s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.c-ui-shortcode-portal-pages-hero.is-widget-added .c-ui-card--video {
  opacity: 1;
  transform: translateY(0);
}

.c-ui-shortcode-portal-pages-hero:not(.is-page-added) .c-ui-card--media-hero {
  opacity: 0;
  transform: translateY(18px);
}

.c-ui-shortcode-portal-pages-hero .c-ui-video-thumb {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  background: #d9d9d9;
}

.c-ui-shortcode-portal-pages-hero .c-ui-video-thumb__img {
  display: block;
  width: 100%;
  height: 110px;
  object-fit: cover;
  object-position: center center;
}

.c-ui-shortcode-portal-pages-hero .c-ui-video-thumb__controls {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-video-thumb__play {
  width: 0;
  height: 0;
  border-left: 7px solid var(--c-ui-color-g50);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.c-ui-shortcode-portal-pages-hero .c-ui-video-thumb__progress {
  flex: 1 1 auto;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}

.c-ui-shortcode-portal-pages-hero .c-ui-video-thumb__progress::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28%;
  height: 100%;
  background: var(--c-ui-color-g50);
}

.c-ui-shortcode-portal-pages-hero .c-ui-video-thumb__fullscreen {
  width: 9px;
  height: 9px;
  border: 1px solid var(--c-ui-color-g50);
}

.c-ui-shortcode-portal-pages-hero.is-theme-updated {
  --c-ui-portal-pages-screen-bg: #bfe9d0;
  --c-ui-portal-pages-stripe-bg: #2ecf77;
  --c-ui-portal-pages-accent-soft: #0f8f58;
  --c-ui-portal-pages-accent-strong: #0b5034;
  --c-ui-portal-pages-button-bg: linear-gradient(90deg, #17c66a 0%, #22d861 100%);
  --c-ui-portal-pages-link-color: #188b5a;
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__rail {
  --c-ui-portal-cursor-x: 238px;
  --c-ui-portal-cursor-y: 56px;
  position: absolute;
  right: 58px;
  top: 74px;
  z-index: 2;
  width: 292px;
  padding: 16px;
  /* Defensive: parent page wrapper may carry .l-center (text-align: center).
     Without this, the rail kicker + module title/meta inherit centered alignment
     (seen on /loesung-nach-branche/wlan-und-bordnetz-fuer-busunternehmen/). */
  text-align: left;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(31, 31, 31, 0.88) 0%, rgba(18, 18, 18, 0.8) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 48px rgba(0, 0, 0, 0.22),
    0 8px 16px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(12px);
  user-select: none;
  pointer-events: none;
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__rail::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at top right, rgba(27, 215, 97, 0.14) 0%, transparent 38%);
  pointer-events: none;
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__rail-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 0 2px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__rail-kicker {
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__module {
  position: relative;
  z-index: 1;
  min-height: 72px;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 12px;
  padding: 14px 14px 14px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__module + .c-ui-portal-pages-hero__module {
  margin-top: 10px;
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__module.is-current,
.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__module--active {
  background:
    linear-gradient(180deg, rgba(27, 215, 97, 0.16) 0%, rgba(27, 215, 97, 0.08) 100%);
  border-color: rgba(27, 215, 97, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(27, 215, 97, 0.06);
  transform: translateX(-4px);
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__module-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.05) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 6px 14px rgba(0, 0, 0, 0.12);
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__module.is-current .c-ui-portal-pages-hero__module-icon,
.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__module--active .c-ui-portal-pages-hero__module-icon {
  background:
    linear-gradient(180deg, rgba(27, 215, 97, 0.92) 0%, rgba(27, 215, 97, 0.68) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    0 0 18px rgba(27, 215, 97, 0.22);
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__module-title {
  font-size: 13px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.96);
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__module-meta {
  margin-top: 6px;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.54);
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__cursor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 21px;
  height: 23px;
  opacity: 0;
  transform-origin: center center;
  transform:
    translate(var(--c-ui-portal-cursor-x), var(--c-ui-portal-cursor-y))
    scale(1);
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__cursor svg {
  display: block;
  width: 100%;
  height: 100%;
  filter:
    drop-shadow(0 0 12px rgba(27, 215, 97, 0.22))
    drop-shadow(0 3px 10px rgba(0, 0, 0, 0.14));
}

.c-ui-shortcode-portal-pages-hero.is-cursor-ready .c-ui-portal-pages-hero__cursor {
  opacity: 1;
  transition:
    opacity 0.18s ease,
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.c-ui-shortcode-portal-pages-hero .c-ui-portal-pages-hero__cursor.is-clicking {
  animation: uiPortalHeroCursorClick 0.32s ease;
}

@keyframes uiPortalHeroCursorClick {
  0%,
  100% {
    transform:
      translate(var(--c-ui-portal-cursor-x), var(--c-ui-portal-cursor-y))
      scale(1);
  }
  50% {
    transform:
      translate(var(--c-ui-portal-cursor-x), var(--c-ui-portal-cursor-y))
      scale(0.82);
  }
}

@media (prefers-reduced-motion: reduce) {
  .c-ui-screen-stack__item,
  .c-ui-card--media-hero,
  .c-ui-card--video,
  .c-ui-brand__logo,
  .c-ui-portal-pages-hero__cursor,
  .c-ui-portal-pages-hero__module {
    transition: none !important;
    animation: none !important;
  }
}
